/* BNS — Contact Us */
.bns-contact-page {
    --bns-contact-space: 64px;
    --bns-contact-pad: 40px;
    background: linear-gradient(180deg, #e8edf4 0%, #f4f6f9 40%, #eef2f7 100%);
    padding-bottom: 100px;
}

.bns-contact-intro {
    margin: 50px auto 48px;
}

.bns-contact-intro .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 44px 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
    text-align: center;
}

.bns-contact-intro__subtitle {
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: #fe5500;
    margin: 0 0 16px;
}

.bns-contact-intro__text {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.75;
    color: #363a40;
}

.bns-contact-intro__text:last-child { margin-bottom: 0; }

.bns-contact-hub > .container > * {
    margin-bottom: var(--bns-contact-space);
}

.bns-contact-hub > .container > *:last-child {
    margin-bottom: 50px;
}

.bns-contact-card {
    height: 100%;
    background: #fff;
    border-radius: 16px;
    padding: var(--bns-contact-pad);
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.bns-contact-card--office {
    background: linear-gradient(180deg, #0a2240 0%, #123a5e 100%);
    color: #fff;
    border: none;
}

.bns-contact-card__label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fe5500;
    margin-bottom: 10px;
}

.bns-contact-card--office .bns-contact-card__label {
    color: rgba(255, 255, 255, 0.85);
    background: rgba(254, 85, 0, 0.2);
    padding: 6px 12px;
    border-radius: 999px;
}

.bns-contact-card__title {
    font-size: 1.45rem;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
}

.bns-contact-card__tagline {
    font-size: 15px;
    opacity: 0.9;
    margin: 0 0 24px;
}

.bns-contact-info-block {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bns-contact-card--section .bns-contact-info-block,
.bns-contact-card--form .bns-contact-info-block {
    border-bottom-color: rgba(15, 23, 42, 0.08);
}

.bns-contact-info-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.bns-contact-info-block h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bns-contact-info-block h4 i {
    color: #fe5500;
}

.bns-contact-address li,
.bns-contact-hours li {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 6px;
    opacity: 0.92;
}

.bns-contact-lines li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 14px;
    font-size: 14px;
}

.bns-contact-lines li span {
    font-weight: 600;
    opacity: 0.75;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bns-contact-lines a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    word-break: break-word;
}

.bns-contact-lines a:hover { color: #fe5500; }

.bns-contact-form__title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0a1d37;
    margin: 0 0 24px;
}

.bns-contact-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bns-contact-category {
    display: inline-flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.bns-contact-category input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.bns-contact-category span {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    border: 2px solid #dde3ec;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s ease;
}

.bns-contact-category input:checked + span {
    border-color: #fe5500;
    background: rgba(254, 85, 0, 0.1);
    color: #fe5500;
}

.bns-contact-category:hover span {
    border-color: #fe5500;
}

.bns-contact-card--section .bns-contact-card__title {
    color: #0a1d37;
    margin-bottom: 12px;
}

.bns-contact-card--section p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 16px;
}

.bns-contact-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #363a40;
}

.bns-contact-checklist li i {
    color: #fe5500;
    margin-top: 3px;
}

.bns-contact-banner {
    text-align: center;
    padding: 44px 40px;
    border-radius: 16px;
    color: #fff;
}

.bns-contact-banner--faculty {
    background: linear-gradient(135deg, #0a2240 0%, #123a5e 55%, #1a4a72 100%);
    box-shadow: 0 16px 48px rgba(10, 34, 64, 0.25);
}

.bns-contact-banner h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fe5500;
    margin: 0 0 14px;
}

.bns-contact-banner p {
    max-width: 820px;
    margin: 0 auto 20px;
    line-height: 1.75;
    opacity: 0.95;
}

.thm-btn--light {
    background: #fff !important;
    color: #0a2240 !important;
}

.bns-contact-card--media,
.bns-contact-card--social,
.bns-contact-card--map {
    text-align: center;
}

.bns-contact-card--media h3,
.bns-contact-card--social h3,
.bns-contact-card--map h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0a1d37;
    margin: 0 0 16px;
}

.bns-contact-media-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #fe5500;
    text-decoration: none;
}

.bns-contact-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.bns-contact-social__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 12px;
    background: #f1f3f7;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #0a1d37;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.bns-contact-social__link:hover {
    background: #fe5500;
    color: #fff;
    border-color: #fe5500;
}

.bns-contact-map iframe {
    width: 100%;
    height: 380px;
    border: 0;
    border-radius: 12px;
}

.bns-contact-immediate {
    text-align: center;
    padding: 44px 32px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.bns-contact-immediate h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 24px;
    color: #0a1d37;
}

.bns-contact-immediate__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.bns-contact-immediate__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    border-radius: 12px;
    border: 2px solid #dde3ec;
    background: #fff;
    color: #0a1d37;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.bns-contact-immediate__btn:hover {
    border-color: #fe5500;
    color: #fe5500;
}

.bns-contact-immediate__btn--primary {
    background: #fe5500;
    border-color: #fe5500;
    color: #fff;
}

.bns-contact-immediate__btn--primary:hover {
    background: #e04a3a;
    color: #fff;
}

.bns-contact-tagline {
    text-align: center;
    padding: 44px 40px;
    background: linear-gradient(135deg, #0a2240 0%, #123a5e 100%);
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 16px 48px rgba(10, 34, 64, 0.25);
}

.bns-contact-tagline__brand {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 0 0 12px;
    opacity: 0.9;
}

.bns-contact-tagline__text {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    font-weight: 700;
    color: #fe5500;
    margin: 0 0 10px;
}

.bns-contact-tagline__sub {
    margin: 0 0 8px;
    font-size: 16px;
    opacity: 0.95;
}

.bns-contact-tagline__hindi {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.9;
}

.bns-contact-alert {
    margin-bottom: 20px;
    border-radius: 12px;
}

/* Full enquiry form */
.bns-contact-form-section {
    margin-bottom: var(--bns-contact-space);
}

.bns-contact-form-wrap {
    max-width: 100%;
}

.bns-contact-form-wrap--compact {
    max-width: 640px;
    margin: 0 auto;
}

.bns-contact-form--compact .bns-quick-register-form__who {
    margin-top: 4px;
}

.bns-contact-form__message {
    margin-top: 22px;
    margin-bottom: 6px;
}

.bns-contact-form__message .form-label {
    font-weight: 600;
    color: #0a1d37;
}

.bns-contact-form__header {
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.bns-contact-form__subtitle {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fe5500;
    margin: 0 0 12px;
}

.bns-contact-form__intro {
    margin: 0 0 8px;
    color: #475569;
    line-height: 1.7;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.bns-contact-form__section {
    border: none;
    margin: 0 0 28px;
    padding: 0 0 28px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.bns-contact-form__section legend {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0a1d37;
    margin-bottom: 16px;
    float: none;
    width: 100%;
}

.bns-contact-inline-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bns-contact-inline-option {
    display: inline-flex;
    margin: 0;
    cursor: pointer;
}

.bns-contact-inline-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.bns-contact-inline-option span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    border: 2px solid #dde3ec;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s ease;
}

.bns-contact-inline-option input:checked + span {
    border-color: #fe5500;
    background: rgba(254, 85, 0, 0.1);
    color: #fe5500;
}

.bns-contact-check-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.bns-contact-check-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    font-size: 14px;
    color: #334155;
    cursor: pointer;
}

.bns-contact-check-item input {
    margin-top: 3px;
    accent-color: #fe5500;
}

.bns-contact-declarations .form-check {
    margin-bottom: 14px;
}

.bns-contact-declarations .form-check-label {
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
}

.bns-contact-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 8px;
}

.bns-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bns-contact-btn--primary {
    background: #fe5500;
    color: #fff;
}

.bns-contact-btn--primary:hover {
    background: #e04a00;
    color: #fff;
}

.bns-contact-btn--blue {
    background: #2563eb;
    color: #fff;
}

.bns-contact-btn--green {
    background: #16a34a;
    color: #fff;
}

.bns-contact-btn--whatsapp {
    background: #25d366;
    color: #fff;
}

.bns-contact-card--quick {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bns-contact-immediate__actions--stack {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
}

.bns-contact-immediate__actions--stack .bns-contact-immediate__btn {
    justify-content: center;
}

.bns-contact-now-cta {
    margin-top: auto;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.thm-btn--contact {
    background: #fe5500 !important;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .bns-contact-page {
        --bns-contact-space: 48px;
        --bns-contact-pad: 28px;
        padding-bottom: 80px;
    }

    .bns-contact-intro { margin: 40px auto 40px; }
    .bns-contact-intro .container { padding: 32px 24px; }
    .bns-contact-map iframe { height: 280px; }
}
