/* Contact Us page (Views/ContactUs/Index.cshtml) */

/*hero*/
.contact-hero {
    position: relative;
    background: linear-gradient(135deg,#24409c 0%,#1e3a8a 45%,#182f75 100%);
    padding: 20px 20px 20px;
    overflow: hidden;
    font-family: 'Segoe UI',system-ui,-apple-system,Arial,sans-serif;
    box-sizing: border-box;
}

    .contact-hero *,
    .contact-hero *::before,
    .contact-hero *::after {
        box-sizing: border-box;
    }

    /* diagonal pattern overlay */
    .contact-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        /*background-image: linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.03) 75%, transparent 75%);*/
        background-size: 120px 120px;
        pointer-events: none;
    }

    .contact-hero .hero-container {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 560px;
        gap: 60px;
        align-items: center;
        z-index: 1;
    }

    /* ---------- LEFT SIDE ---------- */
    .contact-hero .hero-left {
        color: #ffffff;
    }

    .contact-hero .breadcrumb {
        font-size: 13px;
        color: rgba(255,255,255,0.85);
        margin-bottom: 24px;
        margin-top: 0;
    }

        .contact-hero .breadcrumb a {
            color: rgba(255,255,255,0.85);
            text-decoration: none;
        }

            .contact-hero .breadcrumb a:hover {
                color: #ffffff;
            }

    .contact-hero .hero-left h1 {
        font-size: 52px;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 20px;
        margin-top: 0;
        color: #ffffff;
    }

    .contact-hero .hero-left p {
        font-size: 16px;
        line-height: 1.7;
        color: rgba(255,255,255,0.9);
        max-width: 420px;
        margin-bottom: 44px;
        margin-top: 0;
    }

    .contact-hero .hero-features {
        display: flex;
        gap: 48px;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .contact-hero .feature {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-hero .feature-icon {
        width: 56px;
        height: 56px;
        border: 1.5px solid rgba(255,255,255,0.6);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }

        .contact-hero .feature-icon svg {
            width: 24px;
            height: 24px;
            stroke: #ffffff;
            fill: none;
            stroke-width: 1.8;
        }

    .contact-hero .feature h4 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 4px;
        margin-top: 0;
        color: #ffffff;
    }

    .contact-hero .feature span {
        font-size: 13px;
        color: rgba(255,255,255,0.8);
    }

.contactus-hero-backgroundimage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
    z-index: 0;
    object-position: center 80%;
}
/* show on mobile */
@media (max-width: 900px) {
    .contactus-hero-backgroundimage {
        height: 100%;
        object-position: left bottom;
    }
}

@media (max-width: 600px) {
    .contactus-hero-backgroundimage {
        opacity: 0.30;
        object-position: left bottom;
    }
}
    /*
    .contactus-hero-highlight {
        color: #6382e0;
        font-weight: 600;
        text-decoration: underline;
        text-decoration-color: #daa520;
        text-underline-offset: 4px;
    }*/
/* ---------- FORM CARD ---------- */
.contact-hero .form-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

    .contact-hero .form-card h3 {
        font-size: 20px;
        font-weight: 700;
        color: #1e2a5a;
        margin-bottom: 20px;
        margin-top: 0;
    }

.contact-hero .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.contact-hero .form-group {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: 0 12px;
    transition: border-color .2s;
    margin: 0;
    min-width: 0;
    width: 100%;
}

    .contact-hero .form-group:focus-within {
        border-color: #2f4fd0;
        box-shadow: 0 0 0 3px rgba(59,79,216,0.1);
    }

    .contact-hero .form-group svg {
        width: 18px;
        height: 18px;
        stroke: #9ca3af;
        fill: none;
        stroke-width: 1.7;
        flex-shrink: 0;
        margin-right: 10px;
    }

    .contact-hero .form-group input,
    .contact-hero .form-group textarea {
        width: 100%;
        border: none;
        outline: none;
        font-size: 14px;
        color: #374151;
        padding: 13px 0;
        background: transparent;
        font-family: 'Segoe UI',system-ui,-apple-system,Arial,sans-serif;
        appearance: none;
        -webkit-appearance: none;
        margin: 0;
    }

.contact-hero .full-width {
    grid-column: 1 / -1;
}

.contact-hero .textarea-group {
    align-items: flex-start;
    padding-top: 13px;
}

.contact-hero .form-group textarea {
    resize: none;
    min-height: 80px;
    padding: 0;
    line-height: 1.5;
}

.contact-hero .submit-btn {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #3b4fd8;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 14px;
    cursor: pointer;
    transition: background .2s, transform .1s;
    font-family: 'Segoe UI',system-ui,-apple-system,Arial,sans-serif;
    margin: 0;
}

    .contact-hero .submit-btn:hover {
        background: #2f42c4;
    }

    .contact-hero .submit-btn:active {
        transform: scale(0.98);
    }

    .contact-hero .submit-btn svg {
        width: 16px;
        height: 16px;
        fill: #ffffff;
        stroke: none;
    }

/* ---------- CUSTOM SELECT ---------- */
.contact-hero .custom-select-wrapper {
    position: relative;
    width: 100%;
    min-width: 0;
}

.contact-hero .custom-select-trigger {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    color: #6b7280;
    padding: 13px 20px 13px 0;
    background: transparent;
    font-family: 'Segoe UI',system-ui,-apple-system,Arial,sans-serif;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

    .contact-hero .custom-select-trigger.selected {
        color: #374151;
    }

.contact-hero .select-arrow {
    position: absolute;
    right: 2px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1.7px solid #9ca3af;
    border-bottom: 1.7px solid #9ca3af;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}

.contact-hero .custom-select-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: -30px;
    width: calc(100% + 42px);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
}

    .contact-hero .custom-select-dropdown.open {
        display: block;
    }

.contact-hero .custom-select-option {
    padding: 10px 14px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    transition: background 0.15s;
}

    .contact-hero .custom-select-option:hover {
        background: #f3f4f6;
    }

    .contact-hero .custom-select-option.active {
        background: #eff2ff;
        color: #3b4fd8;
        font-weight: 500;
    }

    .contact-hero .custom-select-option.disabled {
        color: #9ca3af;
        cursor: default;
        pointer-events: none;
    }

@media (max-width:900px) {
    .contact-hero .form-card {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width:600px) {
    .contact-hero .form-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero .form-card {
        padding: 20px;
    }

    .contact-hero .custom-select-dropdown {
        left: -30px;
        width: calc(100% + 42px);
    }
}

/* ============ RESPONSIVE ============ */
@media (max-width:1100px) {
    .contact-hero .hero-container {
        grid-template-columns: 1fr 480px;
        gap: 40px;
    }

    .contact-hero .hero-left h1 {
        font-size: 42px;
    }

    .contact-hero .hero-features {
        gap: 32px;
    }
}

@media (max-width:900px) {
    .contact-hero .hero-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .contact-hero .hero-left {
        text-align: center;
    }

        .contact-hero .hero-left p {
            margin: 0 auto 0px;
        }

    .contact-hero .hero-features {
        justify-content: center;
    }

    .contact-hero .feature {
        align-items: center;
        text-align: center;
    }

    /*.contact-hero .form-card {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }
*/
    .contact-hero .breadcrumb {
        text-align: center;
    }
}

@media (max-width:600px) {
    .contact-hero {
        padding: 40px 16px 56px;
    }

        .contact-hero .hero-left h1 {
            font-size: 32px;
        }

        .contact-hero .hero-left p {
            font-size: 15px;
        }

        .contact-hero .hero-features {
            gap: 20px;
        }

        .contact-hero .feature-icon {
            width: 48px;
            height: 48px;
        }

     /*   .contact-hero .form-grid {
            grid-template-columns: 1fr;
        }

        .contact-hero .form-card {
            padding: 20px;
        }*/
}

@media (max-width:380px) {
    .contact-hero .hero-left h1 {
        font-size: 28px;
    }

    .contact-hero .hero-features {
        flex-direction: column;
        align-items: center;
    }
}
/*hero end */



/*after hero start*/

.tf-page {
    font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
    background: #f4f6fb;
    color: #1e2a5a;
    margin-bottom: 20px;
}

    .tf-page *, .tf-page *::before, .tf-page *::after {
        box-sizing: border-box;
    }


.tf-infobar {
    background: #fff;
    padding: 18px 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.tf-infobar-grid {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

.tf-icard {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #e8edf5;
    border-radius: 10px;
    background: #fff;
}

.tf-icard-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .tf-icard-icon.ic-orange {
        background: #fff3eb;
    }

    .tf-icard-icon.ic-blue {
        background: #eef0ff;
    }

    .tf-icard-icon.ic-green {
        background: #edfaf3;
    }

    .tf-icard-icon.ic-indigo {
        background: #eef0ff;
    }

    .tf-icard-icon svg {
        width: 22px;
        height: 22px;
    }

.tf-icard-text {
    line-height: 1.3;
}

    .tf-icard-text h4 {
        font-size: 13.5px;
        font-weight: 700;
        color: #1e2a5a;
        margin: 0 0 3px;
    }

    .tf-icard-text p {
        font-size: 13px;
        font-weight: 600;
        color: #22304a;
        margin: 0;
    }

    .tf-icard-text span {
        font-size: 11.5px;
        color: #7b849a;
        display: block;
        margin-top: 1px;
    }

/* ════════════════════════════════════════
   SECTION 2 — MAP + OFFICE + WHY CONNECT
════════════════════════════════════════ */
.tf-mid-section {
    padding: 24px;
    background: #f4f6fb;
}

.tf-mid-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 0.5fr 1fr;
    gap: 20px;
    align-items: stretch;
}

/* MAP */
.tf-map-wrap {
    border-radius: 12px;
    overflow: hidden;
    min-height: 260px;
    background: #dce3ed;
    box-shadow: 0 3px 14px rgba(0,0,0,0.1);
}

    .tf-map-wrap iframe {
        width: 100%;
        height: 100%;
        min-height: 260px;
        border: none;
        display: block;
    }

/* OFFICE CARD */
.tf-office-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px 22px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.07);
}

.tf-card-title {
    font-size: 17px;
    font-weight: 800;
    color: #1e2a5a;
    margin: 0 0 6px;
}

    .tf-card-title span {
        color: #daa520;
    }

.tf-underline {
    width: 38px;
    height: 3px;
    background: #4169e1;
    border-radius: 2px;
    margin-bottom: 18px;
}

.tf-office-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 14px;
}

    .tf-office-row:last-child {
        margin-bottom: 0;
    }

    .tf-office-row svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .tf-office-row p {
        font-size: 12.5px;
        color: #374151;
        line-height: 1.6;
        margin: 0;
    }

    .tf-office-row a {
        color: #374151;
        text-decoration: none;
        font-size: 12.5px;
    }

        .tf-office-row a:hover {
            color: #3b4fd8;
        }

    .tf-office-row strong {
        font-weight: 700;
        color: #1e2a5a;
    }

/* WHY CONNECT CARD */
.tf-connect-card {
    background: #eef1f8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 14px rgba(0,0,0,0.07);
    display: grid;
    grid-template-columns: 1fr 220px;
}

    /* LEFT column */
    .tf-connect-card .tf-conn-left {
        padding: 28px 0 28px 28px;
    }

    .tf-connect-card .tf-card-title {
        font-size: 20px;
        font-weight: 800;
        color: #1e2a5a;
        margin: 0 0 6px;
    }

        .tf-connect-card .tf-card-title span {
            color: #2f5cff;
        }

    .tf-connect-card .tf-underline {
        width: 38px;
        height: 3px;
        background: #daa520;
        border-radius: 2px;
        margin-bottom: 18px;
    }

    .tf-connect-card .tf-conn-item {
        display: flex;
        gap: 14px;
        align-items: center;
        padding: 12px 0;
    }

    .tf-connect-card .tf-conn-icon {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        box-shadow: 0 3px 8px rgba(30,42,90,0.18);
    }

        .tf-connect-card .tf-conn-icon.ci-blue {
            background: #2f5cff;
        }

        .tf-connect-card .tf-conn-icon.ci-gold {
            background: #f5a623;
        }

        .tf-connect-card .tf-conn-icon svg {
            width: 20px;
            height: 20px;
        }

    .tf-connect-card .tf-conn-text h4 {
        font-size: 14px;
        font-weight: 700;
        color: #1e2a5a;
        margin: 0 0 3px;
    }

    .tf-connect-card .tf-conn-text p {
        font-size: 12.5px;
        color: #7b849a;
        margin: 0;
        line-height: 1.4;
    }

    /* RIGHT — image fills full column height */
    .tf-connect-card .tf-conn-visual {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        overflow: hidden;
    }

        .tf-connect-card .tf-conn-visual img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 70% center; /* show right side, crops left portion */
            display: block;
        }

@media (max-width: 560px) {
    .tf-connect-card {
        grid-template-columns: 1fr;
    }

        .tf-connect-card .tf-conn-left {
            padding: 24px;
        }

        .tf-connect-card .tf-conn-visual {
            height: 220px;
        }
}

/* ════════════════════════════════════════
   SECTION 3 — FAQ + SIDE IMAGE
════════════════════════════════════════ */
.tf-faq-section {
    background: #fff;
    padding: 32px 24px 40px;
}

.tf-faq-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start;
}

.tf-faq-heading {
    font-size: 22px;
    font-weight: 800;
    color: #1e2a5a;
    margin: 0 0 6px;
}

    .tf-faq-heading span {
        color: #daa520;
    }

/* 2-col FAQ grid */
.tf-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.tf-faq-item {
    border: 1px solid #e8edf5;
    border-radius: 8px;
    overflow: hidden;
    background: #fafbff;
}

.tf-faq-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 13px 14px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 600;
    color: #1e2a5a;
    text-align: left;
    font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
    line-height: 1.4;
}

    .tf-faq-btn:hover {
        background: #f0f3ff;
    }

.tf-faq-chevron {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: 1.5px solid #d1d8e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, border-color .2s;
}

    .tf-faq-chevron svg {
        width: 9px;
        height: 9px;
        stroke: #94a3b8;
        fill: none;
        stroke-width: 2.2;
        transition: transform .25s;
    }

.tf-faq-item.open .tf-faq-chevron {
    background: #3b4fd8;
    border-color: #3b4fd8;
}

    .tf-faq-item.open .tf-faq-chevron svg {
        stroke: #fff;
        transform: rotate(180deg);
    }

.tf-faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s;
    font-size: 12px;
    color: #4b5563;
    line-height: 1.6;
    padding: 0 14px;
}

.tf-faq-item.open .tf-faq-body {
    max-height: 160px;
    padding: 0 14px 12px;
}

/* FAQ side: image placeholder + hanging lights */
.tf-faq-side {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.tf-faq-side-img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #e2e8f0;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #94a3b8;
    letter-spacing: .03em;
}

    .tf-faq-side-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        display: block;
        border-radius: 12px;
    }

/* ════════════════════════════════════════
   SECTION 4 — WHATSAPP CTA BANNER
════════════════════════════════════════ */
.tf-cta-section {
    position: relative;
    background: #1e3a8a;
    overflow: hidden;
}

.tf-cta-bg-img {
    position: absolute;
    inset: 0;
    background: #2a4ebd;
    display: flex;
}

    .tf-cta-bg-img .tf-cta-bg-left {
        flex: 1;
        background: #2a4ebd;
    }

    .tf-cta-bg-img .tf-cta-bg-right {
        width: 400px;
        overflow: hidden;
        flex-shrink: 0;
    }

        .tf-cta-bg-img .tf-cta-bg-right img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            opacity: 0.55;
        }

.tf-cta-inner {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tf-cta-left-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tf-cta-icon-circle {
    width: 50px;
    height: 50px;
    border: 1.5px solid rgba(255,255,255,0.35);
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .tf-cta-icon-circle svg {
        width: 24px;
        height: 24px;
        stroke: #fff;
        fill: none;
        stroke-width: 1.8;
    }

.tf-cta-copy h4 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 3px;
}

.tf-cta-copy p {
    font-size: 13px;
    color: rgba(255,255,255,0.82);
    margin: 0;
}

.tf-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #daa520;
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 7px;
    white-space: nowrap;
    font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
    transition: background .2s;
    flex-shrink: 0;
}

    .tf-wa-btn:hover {
        background: #b38719;
    }

    .tf-wa-btn svg {
        width: 18px;
        height: 18px;
        fill: #fff;
        flex-shrink: 0;
    }

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 1024px) {
    .tf-mid-inner {
        grid-template-columns: 1fr 1fr;
    }

    .tf-map-wrap {
        grid-column: 1 / -1;
        min-height: 220px;
    }

        .tf-map-wrap iframe {
            min-height: 220px;
        }

    .tf-faq-side {
        /*display: none;*/
    }

    .tf-faq-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .tf-infobar-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tf-mid-inner {
        grid-template-columns: 1fr;
    }

    .tf-faq-grid {
        grid-template-columns: 1fr;
    }

    .tf-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .tf-cta-bg-img .tf-cta-bg-right {
        display: none;
    }
}

@media (max-width: 520px) {
    .tf-infobar-grid {
        grid-template-columns: 1fr;
    }

    .tf-infobar, .tf-mid-section, .tf-faq-section {
        padding: 16px;
    }

    .tf-cta-inner {
        padding: 22px 16px;
    }

    .tf-wa-btn {
        width: 100%;
        justify-content: center;
    }
}
