.page-contact .title-heading {
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    color: #11243b !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
}

.page-contact .slider-adw {
    display: grid;
    gap: 12px;
}

.page-contact .blog-detail .blog-text {
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.page-contact .address-info-mn {
    list-style: none;
    margin: 0;
    padding: 14px 14px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

/* Prevent WOW animation classes from leaving cards faded */
.page-contact .address-info-mn.wow,
.page-contact .add-widget.wow,
.page-contact .blog-text .wow {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
}

.page-contact .address-info-mn li {
    margin: 0 0 6px;
    color: #2a3b51;
    line-height: 1.5;
    font-size: 14px;
}

.page-contact .address-info-mn li:last-child {
    margin-bottom: 0;
}

.page-contact .address-info-mn .name {
    color: #10233c;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
}

.page-contact .address-info-mn .namek {
    color: #c7184c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
}

.page-contact .address-info-mn a {
    color: #1a56b7;
    text-decoration: none;
}

.page-contact .address-info-mn a:hover {
    color: #c7184c;
    text-decoration: underline;
}

.page-contact .contact-rate-card {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
    background: #fff;
}

.page-contact .add-widget .add_space {
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

body.fi-dark .page-contact .title-heading {
    background: linear-gradient(180deg, #1b2430 0%, #161f2b 100%) !important;
    border-color: #344255 !important;
    color: #e5efff !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35) !important;
}

body.fi-dark .page-contact .address-info-mn {
    background: #1a2330;
    border-color: #344255;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

body.fi-dark .page-contact .blog-detail .blog-text {
    background: linear-gradient(180deg, #1a2330 0%, #151e2a 100%);
    border-color: #344255;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

body.fi-dark .page-contact .address-info-mn li {
    color: #dbe7fb;
}

body.fi-dark .page-contact .address-info-mn li p {
    color: #dbe7fb !important;
    opacity: 1 !important;
}

body.fi-dark .page-contact .address-info-mn li b,
body.fi-dark .page-contact .address-info-mn li strong {
    color: #f2f7ff !important;
}

body.fi-dark .page-contact .address-info-mn .name {
    color: #e8f1ff;
}

body.fi-dark .page-contact .address-info-mn .namek {
    color: #ff8fb0;
}

body.fi-dark .page-contact .address-info-mn a {
    color: #b7d2ff;
}

body.fi-dark .page-contact .address-info-mn a:hover {
    color: #ffd0df;
}

body.fi-dark .page-contact .contact-rate-card {
    border-color: #344255;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    background: #1a2330;
}

body.fi-dark .page-contact .add-widget .add_space {
    background: #1a2330;
    border-color: #344255;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
