.page-contactus-plugin {
    background: #f4f5f7;
}

.page-contactus-plugin .master-wrapper-content {
    max-width: 1440px;
    margin: 0 auto;
}

.nl-contact-breadcrumb-wrap {
    padding: 16px 24px 0;
}

.nl-contact-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    color: #707684;
}

.nl-contact-breadcrumb a {
    color: #707684;
}

.nl-contact-page {
    padding: 12px 24px 48px;
}

.nl-contact-shell {
    max-width: 1320px;
    margin: 0 auto;
}

.nl-contact-header {
    margin-bottom: 24px;
}

.nl-contact-header h1 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    color: #1f2430;
}

.nl-contact-header p {
    margin: 0;
    max-width: 680px;
    line-height: 1.9;
    color: #6b7280;
}

.nl-contact-card {
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) minmax(280px, 1fr);
    gap: 0;
    background: #fff;
    border: 1px solid #eceef2;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.nl-contact-form-column,
.nl-contact-info {
    padding: 32px;
}

.nl-contact-info {
    background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
    border-right: 1px solid #eef1f5;
}

.nl-contact-section-title {
    margin-bottom: 24px;
}

.nl-contact-section-title h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #202633;
}

.nl-contact-alert {
    padding: 16px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.nl-contact-alert-success {
    background: #edf9f0;
    border: 1px solid #cae8d1;
    color: #22663a;
}

.nl-contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nl-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.nl-contact-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #364152;
}

.nl-required {
    color: #d14343;
}

.nl-contact-field input,
.nl-contact-field textarea {
    width: 100%;
    border: 1px solid #d9dee7;
    border-radius: 12px;
    background: #fff;
    color: #111827;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.nl-contact-field input {
    height: 48px;
    padding: 0 14px;
}

.nl-contact-field textarea {
    min-height: 180px;
    resize: vertical;
    padding: 14px;
    line-height: 1.9;
}

.nl-contact-field input:focus,
.nl-contact-field textarea:focus {
    border-color: #d44f59;
    box-shadow: 0 0 0 4px rgba(212, 79, 89, 0.12);
    outline: 0;
}

.nl-contact-captcha {
    padding-top: 4px;
}

.nl-contact-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nl-contact-submit,
.nl-contact-reset {
    border-radius: 12px;
    height: 48px;
    padding: 0 22px;
    font-weight: 700;
    transition: all 0.18s ease;
}

.nl-contact-submit {
    border: 0;
    background: #d44f59;
    color: #fff;
}

.nl-contact-submit:hover {
    background: #bf3d47;
}

.nl-contact-reset {
    border: 0;
    background: transparent;
    color: #6b7280;
    padding-inline: 0;
}

.nl-contact-reset:hover {
    color: #202633;
}

.nl-contact-info-group + .nl-contact-info-group,
.nl-contact-socials {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #eef1f5;
}

.nl-contact-info-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.nl-contact-info-item + .nl-contact-info-item {
    margin-top: 18px;
}

.nl-contact-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f4f6f9;
    color: #d44f59;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
}

.nl-contact-info-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.nl-contact-info-body {
    min-width: 0;
    flex: 1 1 auto;
}

.nl-contact-info-label {
    font-size: 13px;
    font-weight: 700;
    color: #202633;
    margin-bottom: 6px;
}

.nl-contact-info-text,
.nl-contact-info-link {
    color: #5f6877;
    line-height: 1.9;
}

.nl-contact-info-link:hover {
    color: #d44f59;
}

.nl-contact-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
}

.nl-contact-social-item {
    min-width: 130px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8fafc;
    color: #2b3442;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.nl-contact-social-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.nl-contact-social-item.instagram:hover { background: #fff3f6; color: #d6336c; }
.nl-contact-social-item.whatsapp:hover { background: #eefcf4; color: #1fa971; }
.nl-contact-social-item.telegram:hover { background: #eef8ff; color: #1f8ad8; }
.nl-contact-social-item.linkedin:hover { background: #eef6ff; color: #0a66c2; }
.nl-contact-social-item.youtube:hover,
.nl-contact-social-item.aparat:hover,
.nl-contact-social-item.pinterest:hover { background: #fff2f2; color: #d14343; }

@media (max-width: 991px) {
    .nl-contact-card {
        grid-template-columns: 1fr;
    }

    .nl-contact-info {
        order: -1;
        border-right: 0;
        border-bottom: 1px solid #eef1f5;
    }
}

@media (max-width: 767px) {
    .nl-contact-page,
    .nl-contact-breadcrumb-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nl-contact-header h1 {
        font-size: 25px;
    }

    .nl-contact-form-column,
    .nl-contact-info {
        padding: 24px 18px;
    }

    .nl-contact-grid {
        grid-template-columns: 1fr;
    }

    .nl-contact-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .nl-contact-reset {
        text-align: center;
    }
}
