.geo-page-title {
    margin: 0;
    color: inherit;
    font: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.geo-contact-card {
    margin: 28px 0 8px;
    padding: 28px;
    border: 1px solid #dce8f5;
    border-radius: 18px;
    background: linear-gradient(135deg, #f5faff 0%, #ffffff 68%);
    box-shadow: 0 12px 34px rgba(23, 76, 126, .08);
}

.geo-contact-card h2 {
    margin: 0 0 10px;
    color: #12385b;
    font-size: 25px;
    line-height: 1.35;
}

.geo-contact-card .geo-lead {
    margin: 0 0 18px;
    color: #53677a;
    line-height: 1.8;
}

.geo-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.geo-contact-grid li {
    color: #304b63;
    line-height: 1.75;
}

.geo-contact-grid strong {
    color: #102f4c;
}

.geo-contact-grid a {
    color: #1269ad;
    word-break: break-all;
}

.geo-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.geo-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 23px;
    background: #1269ad;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.geo-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(18, 105, 173, .24);
}

.geo-cta-button.secondary {
    border: 1px solid #1269ad;
    background: #fff;
    color: #1269ad !important;
}

.n_fa_d_table table {
    width: 100%;
    margin: 18px 0;
    border-collapse: collapse;
}

.n_fa_d_table th,
.n_fa_d_table td {
    padding: 12px 14px;
    border: 1px solid #dce4ec;
    text-align: left;
    vertical-align: top;
}

.n_fa_d_table th {
    background: #eef6fc;
    color: #173d60;
}

.n_fa_d_table h2 {
    margin-top: 30px;
    color: #173d60;
    font-size: 25px;
}

.n_fa_d_table h3 {
    margin-top: 22px;
    color: #244e72;
    font-size: 20px;
}

@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .n_fa_d_view .g_w,
    .n_fa_d_view .view_l,
    .n_fa_d_view .con1,
    .n_fa_d_view .con2,
    .n_fa_d_view .con1 .p,
    .n_fa_d_view .con2 .p,
    .n_fa_d_view .i_title,
    .n_fa_d_table > div {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .n_fa_d_view .g_w {
        padding-right: 18px;
        padding-left: 18px;
    }

    .n_fa_d_view .view_r {
        display: none !important;
    }

    .n_fa_d_view .i_title span,
    .n_breadcrumb {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .geo-contact-card {
        padding: 20px 16px;
        border-radius: 14px;
    }

    .geo-contact-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .geo-cta-actions,
    .geo-cta-button {
        width: 100%;
    }

    .n_fa_d_table {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .n_fa_d_table > div {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .n_fa_d_table table {
        min-width: 660px;
    }
}
