/* =============================================
   Contact Us Page — contact.css
   Pixel-perfect match to reference design
   ============================================= */


/* ── Map Banner ──────────────────────────────── */

.contact-map-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.contact-map-wrap iframe {
    width: 100%;
    height: 380px;
    display: block;
    border: 0;
}

.contact-map-address {
    position: absolute;
    top: 12px;
    left: 12px;
    right: auto;
    bottom: auto;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    max-width: min(420px, calc(100% - 24px));
    padding: 0.85rem 1rem;
    border-radius: 8px;
    background: #fff;
    color: #202124;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.45;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.12);
}

.contact-map-address i {
    margin-top: 0.15rem;
    color: #ea4335;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.contact-map-address span {
    display: block;
}


/* ── Page Section ────────────────────────────── */

.contact-page-section {
    background-color: #edf1f7;
    padding-top: 28px;
    padding-bottom: 56px;
}


/* ── Contact Label ───────────────────────────── */

.contact-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #9aa3ad;
    text-transform: uppercase;
    margin-bottom: 6px;
}


/* ── Intro Description ───────────────────────── */

.contact-desc {
    font-size: 0.875rem;
    color: #4a5568;
    max-width: 100%;
    line-height: 1.7;
    margin-bottom: 6px;
}

.contact-desc strong {
    color: #1a1a2e;
    font-weight: 700;
}

.contact-intro {
    margin-bottom: 40px;
}


/* ── Two-Column Row ──────────────────────────── */

.contact-main-row {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}


/* ── LEFT — Info Column ──────────────────────── */

.contact-info-col {
    flex: 0 0 57%;
    max-width: 57%;
}


/* 2x2 info grid — transparent, no card boxes */

.contact-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    column-gap: 20px;
}


/* Icon wrapper */

.cinfo-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1rem;
    border: 1px solid rgba(46, 132, 218, 0.12);
    border-radius: 15px;
    color: #1976d2;
    background: linear-gradient(145deg, #edf7ff, #e3f0ff);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
    font-size: 1.5rem;
    transition: color .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.cinfo-icon img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}


/* Info text block */

.cinfo-title {
    font-size: 1rem;
    font-weight: 750;
    color: #102a43;
    margin: 0 0 .65rem;
    line-height: 1.3;
    transition: color .35s ease;
}

.cinfo-text {
    font-size: .875rem;
    color: #526578;
    margin: 0;
    line-height: 1.75;
    transition: color .35s ease;
}

.cinfo-link {
    color: #1b5fa7;
    font-weight: 600;
    text-decoration: none;
    transition: color .35s ease;
}

.cinfo-link:hover {
    color: #0a83d8;
}


/* ── RIGHT — Form Column ─────────────────────── */

.contact-form-col {
    flex: 0 0 43%;
    max-width: 43%;
}


/* Form Card */

.contact-form-card {
    background: #eef4ff;
    border: 1px solid rgba(58, 143, 212, 0.18);
    border-radius: 24px;
    padding: 34px 30px 36px;
    box-shadow: 0 18px 48px rgba(13, 57, 120, 0.08);
}

.career-section {
    background-color: #eff6ff;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

/* Career hero banner text */
.career-hero-banner {
    position: relative;
}

.career-hero-banner .about-page-banner-overlay {
    background: linear-gradient(180deg, rgba(7, 24, 49, 0.35) 0%, rgba(7, 24, 49, 0.55) 100%);
}

.career-banner-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.career-banner-content .container {
    text-align: left;
}

.career-banner-title {
    margin: 0;
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    text-shadow: 0 3px 20px rgba(0, 20, 50, 0.45);
}

.career-banner-subtitle {
    margin: 0.75rem 0 0;
    max-width: 36rem;
    font-size: clamp(0.95rem, 2vw, 1.35rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    line-height: 1.4;
    text-shadow: 0 2px 12px rgba(0, 20, 50, 0.4);
}

/* Career job openings accordion */
.career-openings-section {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

.career-jobs-wrap {
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d8e5f5;
    border-radius: 18px;
    padding: 0.5rem;
    box-shadow: 0 12px 40px rgba(15, 45, 90, 0.08);
}

.career-jobs-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #f8fbff;
    border-radius: 14px;
    overflow: hidden;
}

.career-jobs-accordion .career-job-card {
    border: none;
    border-bottom: 1px solid #d4e3f2;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    transition: background 0.25s var(--tp-ease);
}

.career-jobs-accordion .career-job-card:last-child {
    border-bottom: none;
}

.career-jobs-accordion .career-job-card:has(.accordion-button:not(.collapsed)) {
    background: #fff;
}

.career-jobs-accordion .career-job-card .accordion-header {
    margin-bottom: 0;
}

.career-jobs-accordion .accordion-button {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.35rem;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #1c4f84;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.25s var(--tp-ease), background 0.25s var(--tp-ease);
}

.career-jobs-accordion .accordion-button::before,
.career-jobs-accordion .accordion-button::after {
    display: none;
}

.career-jobs-accordion .accordion-button.collapsed:hover {
    background: rgba(36, 115, 194, 0.05);
}

.career-jobs-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #0b3d91;
    border-bottom: 1px solid #e2ebf5;
}

.career-job-chevron {
    flex-shrink: 0;
    margin-left: auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #2a75bb;
    background: #fff;
    border: 1px solid #d4e3f2;
    transition: transform 0.25s var(--tp-ease), background 0.25s var(--tp-ease), color 0.25s var(--tp-ease);
}

.career-jobs-accordion .accordion-button:not(.collapsed) .career-job-chevron {
    transform: rotate(180deg);
    background: var(--tp-primary, #2473c2);
    border-color: var(--tp-primary, #2473c2);
    color: #fff;
}

.career-job-header-inner {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex: 1;
    min-width: 0;
    text-align: left;
}

.career-job-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--tp-primary, #2473c2);
    font-size: 1.15rem;
    border: 1px solid #d4e3f2;
    box-shadow: 0 4px 12px rgba(36, 115, 194, 0.08);
    transition: background 0.25s var(--tp-ease), color 0.25s var(--tp-ease), border-color 0.25s var(--tp-ease);
}

.career-jobs-accordion .accordion-button:not(.collapsed) .career-job-icon {
    background: var(--tp-primary, #2473c2);
    color: #fff;
    border-color: var(--tp-primary, #2473c2);
}

.career-job-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
}

.career-job-title {
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.4;
    color: inherit;
}

.career-job-branch-tag {
    display: inline-block;
    margin-left: 0.35rem;
    padding: 0.15rem 0.55rem;
    border-radius: 4px;
    background: rgba(245, 166, 35, 0.12);
    color: #b45309;
    font-size: 0.72rem;
    font-weight: 600;
    vertical-align: middle;
}

.career-job-meta-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #6c757d;
}

.career-job-meta-inline span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(36, 115, 194, 0.06);
    border: 1px solid rgba(36, 115, 194, 0.08);
}

.career-jobs-accordion .accordion-button:not(.collapsed) .career-job-meta-inline span {
    background: rgba(36, 115, 194, 0.08);
    border-color: rgba(36, 115, 194, 0.12);
    color: #4a6078;
}

.career-jobs-accordion .accordion-body {
    padding: 0 1.35rem 1.35rem;
    background: transparent;
}

.career-job-detail {
    padding-top: 0.25rem;
}

.career-job-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0.85rem 0 1.1rem;
    margin-bottom: 1.1rem;
    border-bottom: 1px solid #e2ebf5;
}

.career-job-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    background: #fff;
    color: #4a6078;
    font-size: 0.8125rem;
    font-weight: 500;
    border: 1px solid #d4e3f2;
    box-shadow: 0 2px 8px rgba(15, 45, 90, 0.04);
}

.career-job-badge i {
    color: var(--tp-primary, #2473c2);
    font-size: 0.88rem;
}

.career-job-content {
    margin-bottom: 1.25rem;
}

.career-job-block {
    position: relative;
    margin-bottom: 1rem;
    padding: 1.15rem 1.2rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #d4e3f2;
    box-shadow: 0 4px 16px rgba(15, 45, 90, 0.04);
}

.career-job-content > .career-job-block:first-child {
    padding-left: 1.35rem;
    background: linear-gradient(135deg, #fffdf8 0%, #fff 100%);
    border-color: rgba(245, 166, 35, 0.22);
    border-left: 3px solid var(--tp-accent, #f5a623);
}

.career-job-content .row .career-job-block {
    height: 100%;
    margin-bottom: 0;
    padding-top: 1.35rem;
}

.career-job-content .row .career-job-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.2rem;
    width: 46px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, #1579d1, #55b6ef);
}

.career-job-block-title {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 0.85rem;
    padding-bottom: 0.65rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #2a75bb;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #edf2f7;
}

.career-job-content > .career-job-block:first-child .career-job-block-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.75rem;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.875rem;
}

.career-job-block-title i {
    color: var(--tp-accent, #f5a623);
    font-size: 1rem;
}

.career-job-block p {
    margin: 0;
    color: #666;
    line-height: 1.75;
    font-size: 0.9375rem;
}

.career-job-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.career-job-list li {
    position: relative;
    padding: 0.55rem 0 0.55rem 1.65rem;
    color: #4a4f57;
    font-size: 0.9375rem;
    line-height: 1.65;
    border-bottom: 1px solid #f0f4f8;
}

.career-job-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.career-job-list li::before {
    content: "\F272";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0.62rem;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(36, 115, 194, 0.1);
    color: var(--tp-primary, #2473c2);
    font-size: 0.62rem;
    font-weight: 700;
}

.career-job-apply {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #eef4ff 0%, #f8fbff 100%);
    border: 1px solid rgba(58, 143, 212, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.career-job-apply-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.career-job-apply-info p {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #4a6078;
    background: #fff;
    border: 1px solid #d4e3f2;
    border-radius: 8px;
}

.career-job-apply-info i {
    color: var(--tp-primary, #2473c2);
}

.career-job-apply-info a {
    color: #2a75bb;
    text-decoration: none;
}

.career-job-apply-info a:hover {
    color: var(--tp-primary-dark, #072d6b);
}

.career-job-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1.35rem;
    border-radius: 12px;
    background: linear-gradient(90deg, #2c73b8, #1f4e9a);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 36px rgba(31, 78, 154, 0.12);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.career-job-apply-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 48px rgba(31, 78, 154, 0.16);
}

.career-job-apply-btn i {
    transition: transform 0.12s ease;
}

.career-job-apply-btn:hover i {
    transform: translateX(2px);
}
.careers-modern-section {
    background: #f7f8fa;
    padding-top: 4rem;
    padding-bottom: 5.5rem;
}

.careers-modern-head {
    margin-bottom: 2.75rem;
}

.careers-modern-label {
    color: var(--tp-accent, #f5a623);
}

.careers-modern-head .main-title {
    margin-bottom: 0.85rem;
}

.careers-title-line {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.careers-title-line span {
    display: block;
    height: 3px;
    width: 42px;
    border-radius: 999px;
}

.careers-title-line span:first-child {
    background: var(--tp-accent, #f5a623);
}

.careers-title-line span:last-child {
    background: #1f4e9a;
}

.careers-modern-stage {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 620px;
    padding: 1.75rem;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.55), rgba(31, 78, 154, 0.35)), #1f2937;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
    overflow: visible;
}

.careers-modern-media {
    position: relative;
    z-index: 1;
    width: 52%;
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
    min-height: 540px;
    height: 100%;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.careers-modern-img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.careers-modern-form-wrap {
    position: relative;
    z-index: 3;
    width: min(540px, 54%);
    margin-left: -4%;
    margin-right: 0.5rem;
}

.careers-modern-card {
    background: #fff;
    border: none;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.28);
}

.careers-modern-card-top {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 1.5rem 0.25rem;
}

.careers-modern-card-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 166, 35, 0.14);
    color: var(--tp-accent, #f5a623);
    font-size: 1.35rem;
}

.careers-modern-card-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1f4e9a;
}

.careers-modern-card-sub {
    margin: 0.15rem 0 0;
    font-size: 0.9rem;
    color: #64748b;
}

.careers-modern-card .career-form {
    padding: 1.15rem 1.5rem 1.65rem;
}

.careers-modern-card .cf-submit-btn {
    width: 100%;
}

.careers-modern-card .cf-success-msg,
.careers-modern-card .cf-error-msg {
    margin-top: 0.85rem;
}

.career-contact-card {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.15rem;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(36, 115, 194, 0.12);
    box-shadow: 0 12px 28px rgba(15, 52, 110, 0.08);
}

.career-contact-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2473c2;
    color: #fff;
    font-size: 1.3rem;
}

.career-contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #6b7280;
    margin-bottom: 0.18rem;
}

.career-contact-link {
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
}

.career-form-card {
    background: #eef4ff;
    border: 1px solid rgba(36, 115, 194, 0.14);
    border-radius: 24px;
    overflow: hidden;
}

.career-form {
    padding: 26px 24px 28px;
    display: grid;
    gap: 16px;
}

.career-form .form-select,
.career-form .cf-input,
.career-form .cf-textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 0.95rem;
    color: #1f2937;
    background-color: #fff;
    border: 1.5px solid #c8d3e0;
    border-radius: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.career-form .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23475569' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
    background-size: 14px 10px;
    cursor: pointer;
}

.career-form .form-select:focus,
.career-form .cf-input:focus,
.career-form .cf-textarea:focus {
    border-color: #3a8fd4;
    box-shadow: 0 0 0 2px rgba(58, 143, 212, 0.12);
}

.career-form .cf-textarea {
    min-height: 120px;
    resize: vertical;
}

.career-file-upload {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 12px 14px;
    background: #fff;
    border: 1.5px solid #c8d3e0;
    border-radius: 10px;
    position: relative;
}

.career-file-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1f2937;
    font-weight: 600;
    cursor: pointer;
}

.career-file-label i {
    font-size: 1rem;
}

.career-file-name {
    color: #475569;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.career-file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}


/* ── Contact Form Styles ──────────────────────── */

.cf-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cf-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cf-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
}

.cf-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #d6e6f6;
    background: #ffffff;
    box-shadow: none;
    transition: box-shadow 0.18s, border-color 0.18s, transform 0.08s;
}

.cf-input:focus,
.cf-textarea:focus,
.cf-input:active {
    outline: none;
    border-color: #3a8fd4;
    box-shadow: 0 8px 28px rgba(58, 143, 212, 0.12);
    transform: translateY(-1px);
}

.cf-textarea {
    min-height: 120px;
    border-radius: 12px;
    resize: vertical;
}

.cf-submit-btn {
    background: linear-gradient(90deg, #2c73b8, #1f4e9a);
    color: #fff;
    border: none;
    padding: 13px 18px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 12px 36px rgba(31, 78, 154, 0.12);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.cf-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 48px rgba(31, 78, 154, 0.16);
}

.cf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cf-success-msg {
    display: none;
    align-items: center;
    gap: 8px;
    color: #16a34a;
    font-size: 0.875rem;
    font-weight: 600;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 4px;
    padding: 10px 14px;
    margin: 0;
}

.cf-success-msg.is-visible {
    display: flex;
}

.cf-error-msg {
    display: none;
    color: #dc2626;
    font-size: 0.875rem;
    font-weight: 600;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 4px;
    padding: 10px 14px;
    margin: 0;
}

.cinfo-card {
    position: relative;
    min-height: 178px;
    overflow: hidden;
    padding: 1.5rem;
    border: 1px solid rgba(24, 90, 150, .1);
    border-radius: 18px;
    background: linear-gradient(145deg, #fff 0%, #f8fbff 100%);
    box-shadow: 0 12px 28px rgba(18, 61, 103, .06);
    cursor: pointer;
    transition: transform .35s cubic-bezier(0.22, 1, 0.36, 1), border-color .35s ease, box-shadow .35s ease, background .35s ease;
    scroll-margin-top: 120px;
}

a.cinfo-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

a.cinfo-card-link:hover,
a.cinfo-card-link:focus,
a.cinfo-card-link:focus-visible {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a.cinfo-card-link:focus-visible {
    box-shadow: 0 0 0 3px rgba(21, 121, 209, 0.35), 0 20px 38px rgba(18, 80, 136, .22);
}

.cinfo-card::before {
    position: absolute;
    top: 0;
    left: 1.5rem;
    width: 46px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    content: "";
    background: linear-gradient(90deg, #1579d1, #55b6ef);
    transition: background .35s ease, width .35s cubic-bezier(0.22, 1, 0.36, 1);
}

.cinfo-card:hover {
    background: #1f4e9a;
    border-color: #1f4e9a;
    transform: translateY(-7px);
    box-shadow: 0 20px 38px rgba(18, 80, 136, .22);
}

.contact-info-grid .cinfo-card:target,
.branch-addresses-section .cinfo-card:target {
    background: #1f4e9a;
    border-color: #1f4e9a;
    transform: translateY(-7px);
    box-shadow: 0 20px 38px rgba(18, 80, 136, .22);
}

.branch-addresses-section .cinfo-card:target .cinfo-title,
.branch-addresses-section .cinfo-card:target .cinfo-text,
.contact-info-grid .cinfo-card:target:target .cinfo-title,
.contact-info-grid .cinfo-card:target:target .cinfo-text {
    color: #fff !important;
}

.cinfo-card:hover::before {
    background: var(--tp-accent, #f5a623);
    width: 64px;
}

.cinfo-card:hover .cinfo-icon {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: none;
}

.cinfo-card:hover .cinfo-title,
.cinfo-card:hover .cinfo-text,
.cinfo-card:hover .cinfo-link {
    color: #fff;
}

.contact-page-section {
    background: linear-gradient(180deg, #fbfdff, #f3f8ff);
}


/* WhatsApp Support */

.whatsapp-support {
    position: relative;
    overflow: hidden;
    margin-top: 3rem;
    padding: 2rem 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(125deg, #075e54 0%, #128c7e 52%, #25a879 100%);
    box-shadow: 0 20px 45px rgba(7, 94, 84, 0.22);
}

.whatsapp-support::before,
.whatsapp-support::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    pointer-events: none;
    background: rgba(255, 255, 255, 0.08);
}

.whatsapp-support::before {
    width: 260px;
    height: 260px;
    top: -170px;
    right: 9%;
}

.whatsapp-support::after {
    width: 180px;
    height: 180px;
    right: -70px;
    bottom: -90px;
}

.whatsapp-support-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1.35rem;
}

.whatsapp-support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 20px;
    color: #25d366;
    background: #fff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    font-size: 2.4rem;
}

.whatsapp-support-copy {
    max-width: 690px;
}

.whatsapp-support-label {
    display: block;
    margin-bottom: .35rem;
    color: rgba(255, 255, 255, .78);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.whatsapp-support h2 {
    margin: 0 0 .45rem;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 750;
}

.whatsapp-support p {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: .94rem;
    line-height: 1.65;
}

.whatsapp-support-points {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1rem;
    margin-top: 1rem;
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
}

.whatsapp-support-points i {
    margin-right: .25rem;
}

.whatsapp-chat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-width: 205px;
    margin-left: auto;
    padding: .9rem 1.15rem;
    border-radius: 12px;
    color: #075e54;
    background: #fff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .14);
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-chat-btn:hover,
.whatsapp-chat-btn:focus {
    color: #075e54;
    transform: translateY(-3px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, .2);
}

@media (max-width: 991.98px) {
    .contact-main-row {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .contact-info-col,
    .contact-form-col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .contact-map-wrap iframe {
        height: 260px;
    }
    .contact-map-address {
        top: 8px;
        left: 8px;
        max-width: calc(100% - 16px);
        padding: 0.75rem 0.85rem;
        font-size: 0.8rem;
    }
    .whatsapp-support-content {
        flex-wrap: wrap;
    }
    .whatsapp-chat-btn {
        margin-left: 84px;
    }
}

@media (max-width: 767px) {
    .contact-map-wrap iframe {
        height: 240px;
    }
    .contact-map-address {
        font-size: 0.76rem;
        padding: 0.7rem 0.8rem;
    }
    .contact-info-grid {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }
    .cinfo-card {
        min-height: 0;
        padding: 1.3rem;
    }
    .cf-row {
        grid-template-columns: 1fr;
    }
    .contact-form-card {
        padding: 22px 16px 24px;
    }
    .whatsapp-support {
        margin-top: 2rem;
        padding: 1.5rem;
        border-radius: 18px;
    }
    .whatsapp-support-content {
        gap: 1rem;
    }
    .whatsapp-support-icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        border-radius: 16px;
        font-size: 2rem;
    }
    .whatsapp-support h2 {
        font-size: 1.4rem;
    }
    .whatsapp-support-points {
        gap: .45rem .75rem;
    }
    .whatsapp-chat-btn {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .contact-map-wrap iframe {
        height: 200px;
    }
}


/* ══════════════════════════════════════════════════════
   India Branch Map — full-bleed blue, title left / map right
   ══════════════════════════════════════════════════════ */

.contact-page-section .network-map-wrap {
    margin-top: 0;
    padding-left: 0;
}

.contact-page-section .network-stat {
    display: none;
}

/* Branch pin wrapper – tip of pin sits on city coordinates */

.bpin {
    position: absolute;
    transform: translate(-50%, -100%);
    cursor: pointer;
    outline: none;
    z-index: 10;
    width: 28px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}


/* Pulsing ring at pin tip */

.bpin-pulse {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-bottom: -7px;
    border-radius: 50%;
    background: rgba(229, 57, 53, 0.4);
    animation: bpinPulse 2.2s ease-out infinite;
}

.bpin-pulse-hq {
    background: rgba(255, 152, 0, 0.45);
    animation-delay: 0.5s;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-bottom: -9px;
}

@keyframes bpinPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}


/* Red map location pin (teardrop) */

.bpin-dot {
    position: relative;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50% 50% 50% 0;
    background: #e53935;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    transform: rotate(-45deg);
    transition: transform 0.15s ease;
    flex-shrink: 0;
}

.bpin-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 50%;
    background: #fff;
}

.bpin-dot-hq,
.bpin-hq .bpin-dot {
    background: #ff9800;
    width: 24px;
    height: 24px;
}

.bpin:hover .bpin-dot,
.bpin:focus .bpin-dot {
    transform: rotate(-45deg) scale(1.18);
}


/* HQ pin is larger */

.bpin-hq {
    width: 32px;
    height: 40px;
}


/* Always-visible city name */

.bpin-city-label {
    position: absolute;
    white-space: nowrap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    line-height: 1.2;
    box-shadow: none;
    text-shadow: none;
    pointer-events: none;
    z-index: 3;
}

.bpin-city-label small {
    display: none;
}

.bpin-hq .bpin-city-label {
    color: #ffcc80;
    font-size: 11px;
}

.bpin:not(.bpin-hq) .bpin-city-label {
    color: #fff;
}

.bpin-label-bottom,
.bpin-label-top,
.bpin-label-left,
.bpin-label-right {
    bottom: 0;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 1px;
}


/* Tooltip */

.imap-tip {
    display: none;
    position: absolute;
    background: #ffffff;
    border: 1px solid #bfdbfe;
    box-shadow: 0 6px 24px rgba(27, 95, 167, 0.16);
    border-radius: 10px;
    padding: 10px 14px;
    max-width: 230px;
    min-width: 160px;
    pointer-events: none;
    z-index: 200;
}

.imap-tip.is-visible {
    display: block;
}

.imap-tip-name {
    font-family: 'Archivo', Arial, sans-serif;
    font-weight: 700;
    color: #1b5fa7;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.3;
}

.imap-tip-addr {
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 11px;
    color: #526578;
    line-height: 1.55;
}


/* Legend */

.india-map-legend {
    display: flex;
    gap: 28px;
    font-size: 13px;
    color: #526578;
    font-weight: 600;
    flex-wrap: wrap;
    justify-content: center;
}

.iml-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.iml-dot {
    width: 13px;
    height: 13px;
    border-radius: 50% 50% 50% 0;
    display: inline-block;
    flex-shrink: 0;
    transform: rotate(-45deg);
    border: 1.5px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.iml-dot-hq {
    background: #ff9800;
}

.iml-dot-branch {
    background: #e53935;
}


/* Mobile map — match home page pin/label behavior */

@media (max-width: 991.98px) {
    .network-section .network-map-wrap,
    .contact-page-section .network-map-wrap {
        margin-top: 1.5rem;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }
    .network-section .bpin,
    .contact-page-section .bpin,
    .js-india-network-map .bpin {
        width: 22px !important;
        height: 28px !important;
        z-index: 12;
        overflow: visible;
    }
    .network-section .bpin-hq,
    .js-india-network-map .bpin-hq {
        width: 24px !important;
        height: 30px !important;
        z-index: 14;
    }
    .network-section .bpin-dot,
    .js-india-network-map .bpin-dot {
        width: 16px !important;
        height: 16px !important;
        border-width: 1.5px;
    }
    .network-section .bpin-dot::after,
    .js-india-network-map .bpin-dot::after {
        width: 4px;
        height: 4px;
        margin: -2px 0 0 -2px;
    }
    .network-section .bpin-dot-hq,
    .network-section .bpin-hq .bpin-dot,
    .js-india-network-map .bpin-hq .bpin-dot {
        width: 18px !important;
        height: 18px !important;
    }
    .network-section .bpin-pulse,
    .js-india-network-map .bpin-pulse {
        width: 10px;
        height: 10px;
        margin-left: -5px;
        margin-bottom: -5px;
    }
    .network-section .bpin-pulse-hq,
    .js-india-network-map .bpin-pulse-hq {
        width: 12px;
        height: 12px;
        margin-left: -6px;
        margin-bottom: -6px;
    }
    .network-section .bpin-city-label,
    .network-section .bpin-label-bottom,
    .network-section .bpin-label-top,
    .network-section .bpin-label-left,
    .network-section .bpin-label-right,
    .js-india-network-map .bpin-city-label {
        display: block !important;
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        text-align: center !important;
        margin-top: 0 !important;
        font-size: 7.5px !important;
        font-weight: 600 !important;
        line-height: 1.1 !important;
        max-width: 54px;
        white-space: nowrap !important;
        overflow: visible;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        color: #fff !important;
    }
    .network-section .bpin-hq .bpin-city-label,
    .js-india-network-map .bpin-hq .bpin-city-label {
        font-size: 8px !important;
        color: #ffcc80 !important;
    }
    .network-section .network-stat,
    .contact-page-section .network-stat {
        display: block !important;
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        margin: 0.75rem auto 0;
        text-align: center;
        z-index: 1;
    }
    .network-section .network-stat-number {
        font-size: 2.25rem;
    }
    .network-section .network-stat-label {
        font-size: 0.8rem;
    }
    .network-section .imap-tip,
    .js-india-network-map .imap-tip {
        max-width: min(260px, 88vw);
        font-size: 0.78rem;
        left: 50% !important;
        right: auto !important;
        top: 8px !important;
        bottom: auto !important;
        transform: translateX(-50%) !important;
        z-index: 40;
    }
}

@media (max-width: 575.98px) {
    .network-section .network-map-wrap {
        max-width: 300px;
    }
    .network-section .bpin-city-label,
    .js-india-network-map .bpin-city-label {
        font-size: 7px !important;
        max-width: 48px;
        top: 100% !important;
        left: 50% !important;
        margin-top: 0 !important;
        transform: translateX(-50%) !important;
    }
    .network-section .bpin-hq .bpin-city-label,
    .js-india-network-map .bpin-hq .bpin-city-label {
        font-size: 7.5px !important;
        color: #ffcc80 !important;
    }
    .network-section .network-stat-number {
        font-size: 1.85rem;
    }
    .network-section .network-stat-label {
        font-size: 0.72rem;
    }
}

@media (max-width: 1199.98px) {
    .careers-modern-stage {
        min-height: 580px;
        padding: 1.35rem;
    }
    .careers-modern-media,
    .careers-modern-img {
        min-height: 500px;
    }
    .careers-modern-form-wrap {
        width: min(500px, 56%);
        margin-left: -10%;
    }
}

@media (max-width: 991.98px) {
    .careers-modern-section {
        padding-top: 3.25rem;
        padding-bottom: 3.5rem;
    }
    .careers-modern-stage {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        padding: 1.15rem;
        gap: 0;
    }
    .careers-modern-media,
    .careers-modern-form-wrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .careers-modern-media,
    .careers-modern-img {
        min-height: 280px;
        max-height: 320px;
    }
    .careers-modern-form-wrap {
        margin-top: -4.5rem;
        padding: 0 0.65rem 0.85rem;
    }
    .careers-modern-card {
        border-radius: 22px;
    }
}

@media (max-width: 767.98px) {
    .career-jobs-wrap {
        padding: 0.35rem;
    }

    .career-jobs-accordion .accordion-button {
        padding: 1rem 1rem;
        gap: 0.75rem;
    }

    .career-jobs-accordion .accordion-body {
        padding: 0 1rem 1.15rem;
    }

    .career-job-chevron {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }

    .career-job-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 1.05rem;
    }

    .career-job-title {
        font-size: 0.9375rem;
    }

    .career-job-meta-inline {
        font-size: 0.75rem;
    }

    .career-job-meta-inline span {
        padding: 0.15rem 0.5rem;
    }

    .career-job-content .row .career-job-block::before {
        left: 1rem;
        width: 40px;
    }

    .career-job-apply {
        flex-direction: column;
        align-items: stretch;
    }

    .career-job-apply-info {
        flex-direction: column;
    }

    .career-job-apply-info p {
        width: 100%;
    }

    .career-job-apply-btn {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .career-job-meta-inline {
        flex-direction: column;
        gap: 0.25rem;
    }

    .career-job-badge {
        width: 100%;
        font-size: 0.78rem;
    }

    .careers-modern-head {
        margin-bottom: 1.75rem;
    }
    .careers-modern-card-top {
        padding: 1.25rem 1.15rem 0.15rem;
    }
    .careers-modern-card .career-form {
        padding: 1rem 1.15rem 1.35rem;
    }
    .careers-modern-media,
    .careers-modern-img {
        min-height: 220px;
        max-height: 240px;
        border-radius: 18px;
    }
    .careers-modern-form-wrap {
        margin-top: -3.25rem;
        padding: 0 0.35rem 0.55rem;
    }
    .careers-modern-stage {
        border-radius: 24px;
    }
}