:root {
    --gsn-primary: #19e9d9;
    --gsn-primary-dark: #11cdbf;
    --gsn-ink: #14213d;
    --gsn-text: #364152;
    --gsn-surface: rgba(255, 255, 255, 0.88);
    --gsn-border: rgba(20, 33, 61, 0.12);
    --gsn-shadow: 0 18px 45px rgba(20, 33, 61, 0.12);
    --gsn-radius-lg: 24px;
    --gsn-radius-md: 18px;
    --gsn-radius-sm: 12px;
}

body {
    color: var(--gsn-text);
    background: linear-gradient(180deg, #f8fffe 0%, #ffffff 28%, #f7fafc 100%);
}

.header_section {
    background-size: cover;
    background-position: center;
}

.navbar {
    margin: 16px auto 0;
    max-width: 1240px;
    padding: 0.9rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: var(--gsn-surface) !important;
    box-shadow: 0 16px 40px rgba(20, 33, 61, 0.08);
    backdrop-filter: blur(14px);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 16px;
    font-weight: 500;
    color: var(--gsn-ink);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: var(--gsn-primary-dark);
}

.language-switcher {
    gap: 8px;
    margin-left: 12px;
}

.language-option {
    padding: 7px 12px;
    border: 1px solid var(--gsn-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 20px rgba(20, 33, 61, 0.06);
}

.language-option:hover {
    background-color: #ffffff;
    transform: translateY(-1px);
}

.banner_section {
    padding-bottom: 88px;
}

.banner_taital {
    color: var(--gsn-primary-dark);
    line-height: 1.02;
    letter-spacing: -0.02em;
}

.banner_text,
.health_text,
.about_text,
.contact_text,
.footer_text,
.copyright_text {
    color: var(--gsn-text);
}

.banner_text,
.health_text,
.about_text,
.about_card_text,
.card-text,
.footer_text {
    max-width: 68ch;
}

.more_bt a,
.contact_bt a,
.getquote_bt a,
.send_bt button,
.btn-primary,
.floating-home-btn {
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(20, 33, 61, 0.14);
}

.more_bt a,
.getquote_bt a,
.send_bt button,
.btn-primary {
    background: linear-gradient(135deg, var(--gsn-primary) 0%, var(--gsn-primary-dark) 100%);
    color: #062b27;
    font-weight: 700;
    border: none;
}

.contact_bt a,
.floating-home-btn {
    background: var(--gsn-ink);
    color: #ffffff;
}

.more_bt a:hover,
.contact_bt a:hover,
.getquote_bt a:hover,
.send_bt button:hover,
.btn-primary:hover,
.floating-home-btn:hover {
    transform: translateY(-2px);
}

.contact_box,
.service-card,
.about_card,
.priority-contact-section .contact-card-whatsapp,
.box_main {
    border: 1px solid var(--gsn-border);
    border-radius: var(--gsn-radius-lg);
    box-shadow: var(--gsn-shadow);
}

.contact_box,
.service-card,
.about_card,
.priority-contact-section .contact-card-whatsapp {
    background: rgba(255, 255, 255, 0.94);
}

.service-card,
.about_card,
.contact_box {
    padding: 28px;
}

.service-card p,
.about_card p,
.contact_box p,
.footer_text {
    margin-left: 0;
    margin-right: 0;
}

.box_main {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.box_main:hover,
.box_main.active {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(17, 205, 191, 0.22);
}

.Email_text,
.massage-bt,
.form-select.Email_text {
    border: 1px solid rgba(20, 33, 61, 0.14);
    border-radius: var(--gsn-radius-sm);
    background-color: rgba(255, 255, 255, 0.96);
    color: var(--gsn-ink);
    box-shadow: inset 0 1px 2px rgba(20, 33, 61, 0.03);
}

.Email_text:focus,
.massage-bt:focus,
.form-select.Email_text:focus {
    border-color: rgba(25, 233, 217, 0.9);
    box-shadow: 0 0 0 0.22rem rgba(25, 233, 217, 0.2);
    outline: none;
}

.book_text,
.health_taital,
.contact_taital,
.about_taital,
.work_with_us_taital {
    color: var(--gsn-ink);
}

.service-card h4,
.about_card_title,
.contact-card-whatsapp h4 {
    color: var(--gsn-ink) !important;
    font-weight: 700;
}

.priority-contact-section .health_taital,
.priority-contact-section .health_text {
    float: none;
    width: auto;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.priority-contact-section {
    float: none;
    clear: both;
    display: block;
    width: 100%;
}

.priority-contact-section .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.priority-contact-section .text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    clear: both;
    margin-bottom: 32px;
}

.priority-contact-section .health_text {
    max-width: 720px;
    margin-bottom: 0;
}

.priority-contact-section .row.justify-content-center {
    clear: both;
    display: grid;
    width: 100%;
    max-width: 1040px;
    margin: 24px auto 0 !important;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 24px;
}

.priority-contact-section .row.justify-content-center::before,
.priority-contact-section .row.justify-content-center::after {
    display: none;
}

.priority-contact-section .row.justify-content-center > [class*="col-"] {
    float: none;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.priority-contact-section .contact-card-whatsapp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 28px 24px;
    text-align: center;
}

.priority-contact-section .contact-card-whatsapp h4,
.priority-contact-section .contact-card-whatsapp p,
.priority-contact-section .phone-link a {
    word-break: normal;
    overflow-wrap: break-word;
}

.priority-contact-section .contact-card-whatsapp .btn {
    min-width: 150px;
}

.priority-contact-section .phone-link {
    margin-top: auto;
}

.priority-contact-section .phone-link a {
    color: var(--gsn-ink);
    font-weight: 600;
}

.testimonial {
    position: relative;
    border-left: none;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(25, 233, 217, 0.08) 0%, rgba(20, 33, 61, 0.03) 100%);
}

.testimonial::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 16px;
    font-size: 46px;
    line-height: 1;
    color: rgba(17, 205, 191, 0.28);
    font-weight: 700;
}

.testimonial p {
    position: relative;
    margin: 0;
    padding-left: 18px;
}

.testimonial .author {
    margin-top: 10px;
    color: var(--gsn-ink);
}

.map_container {
    border-radius: var(--gsn-radius-lg);
    box-shadow: var(--gsn-shadow);
}

.footer_section {
    background: linear-gradient(180deg, #1f314f 0%, #14213d 100%);
}

.footer_links a,
.copyright_text,
.copyright_text a,
.footer_text,
.contact_info .map_icon span,
.address_text {
    color: #e6edf6;
}

.footer_links a:hover,
.copyright_text a:hover {
    color: var(--gsn-primary);
}

.copyright_section {
    background-color: #0f1a30;
}

.floating-home-btn {
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.floating-whatsapp-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: #25D366;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(20, 33, 61, 0.18);
}

.floating-whatsapp-btn:hover,
.floating-whatsapp-btn:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(20, 33, 61, 0.22);
}

body:not(.home-landing) .health_section > .container > .health_taital,
body:not(.home-landing) .about_section > .container > .about_taital,
body:not(.home-landing) .contact_section > .container > .contact_taital {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    padding-top: 0;
    text-align: center;
}

body:not(.home-landing) .health_section > .container > .health_text,
body:not(.home-landing) .about_section > .container > .about_text,
body:not(.home-landing) .contact_section > .container > .contact_text {
    float: none;
    display: block;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
    line-height: 1.75;
}

body:not(.home-landing) .health_section > .container > .mb-3,
body:not(.home-landing) .about_section > .container > .mb-3,
body:not(.home-landing) .contact_section > .container > .mb-3 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 24px !important;
}

body:not(.home-landing) .btn.btn-outline-dark.btn-sm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0.55rem 1rem;
    border-color: rgba(20, 33, 61, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.90);
    color: var(--gsn-ink);
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(20, 33, 61, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

body:not(.home-landing) .btn.btn-outline-dark.btn-sm:hover,
body:not(.home-landing) .btn.btn-outline-dark.btn-sm:focus {
    border-color: rgba(17, 205, 191, 0.48);
    background: linear-gradient(135deg, #20e4d2 0%, #8fe9b8 100%);
    color: #062b27;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(25, 190, 177, 0.20);
    text-decoration: none;
}

body:not(.home-landing) .btn.btn-outline-dark.btn-sm i {
    transition: transform 0.22s ease;
}

body:not(.home-landing) .btn.btn-outline-dark.btn-sm:hover i,
body:not(.home-landing) .btn.btn-outline-dark.btn-sm:focus i {
    transform: translateX(-2px);
}

body:not(.home-landing) .contact_section .icon_7 {
    filter: none !important;
    border: 1px solid rgba(25, 233, 217, 0.36);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(20, 33, 61, 0.10), inset 0 0 0 6px rgba(25, 233, 217, 0.06);
}

body:not(.home-landing) .contact_section .icon_7 i {
    color: var(--gsn-primary-dark) !important;
    filter: drop-shadow(0 8px 12px rgba(17, 205, 191, 0.18));
}

body:not(.home-landing) .contact_section .icon_main {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-search-trigger {
    cursor: pointer;
    border-radius: 999px;
    transition: background-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.site-search-trigger:hover,
.site-search-trigger:focus {
    background-color: rgba(25, 233, 217, 0.12);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(20, 33, 61, 0.08);
}

.site-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 1060;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(72px, 10vh, 110px) 18px 24px;
    background: rgba(10, 20, 38, 0.42);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.site-search-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.site-search-dialog {
    width: min(100%, 680px);
    overflow: hidden;
    border: 1px solid rgba(20, 33, 61, 0.10);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(10, 20, 38, 0.24);
    transform: translateY(-10px);
    transition: transform 0.22s ease;
}

.site-search-overlay.is-open .site-search-dialog {
    transform: translateY(0);
}

.site-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px 12px;
}

.site-search-title {
    margin: 0;
    color: var(--gsn-ink);
    font-size: 1.15rem;
    font-weight: 800;
}

.site-search-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(20, 33, 61, 0.06);
    color: var(--gsn-ink);
    font-size: 24px;
    line-height: 1;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-search-close:hover,
.site-search-close:focus {
    background: rgba(25, 233, 217, 0.16);
    transform: translateY(-1px);
}

.site-search-field-wrap {
    padding: 0 20px 16px;
}

.site-search-input {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(20, 33, 61, 0.14);
    border-radius: 16px;
    padding: 0 16px;
    color: var(--gsn-ink);
    font-size: 1.02rem;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(20, 33, 61, 0.04);
}

.site-search-input:focus {
    border-color: rgba(25, 233, 217, 0.85);
    box-shadow: 0 0 0 0.22rem rgba(25, 233, 217, 0.18);
}

.site-search-results {
    max-height: min(48vh, 390px);
    overflow-y: auto;
    padding: 0 12px 14px;
}

.site-search-result {
    display: block;
    padding: 14px 16px;
    border-radius: 16px;
    color: var(--gsn-ink);
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-search-result:hover,
.site-search-result:focus {
    background: linear-gradient(135deg, rgba(25, 233, 217, 0.16), rgba(143, 233, 184, 0.14));
    color: var(--gsn-ink);
    text-decoration: none;
    transform: translateY(-1px);
}

.site-search-result-title {
    display: block;
    font-weight: 800;
}

.site-search-result-text {
    display: block;
    margin-top: 3px;
    color: var(--gsn-text);
    font-size: 0.92rem;
}

.site-search-empty {
    margin: 0;
    padding: 18px 16px 22px;
    color: var(--gsn-text);
    text-align: center;
}

@media (max-width: 991px) {
    .navbar {
        padding: 0.85rem 1rem;
        border-radius: 24px;
    }

    .banner_taital {
        font-size: 46px;
        line-height: 1.08;
    }

    .language-switcher {
        justify-content: center;
        margin-top: 12px;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .site-search-overlay {
        padding: 64px 12px 18px;
    }

    .site-search-dialog {
        border-radius: 18px;
    }

    .site-search-header {
        padding: 16px 16px 10px;
    }

    .site-search-field-wrap {
        padding: 0 16px 14px;
    }

    .navbar {
        margin-top: 10px;
    }

    .banner_taital {
        font-size: 38px;
    }

    .more_bt,
    .contact_bt {
        width: 100%;
        margin-left: 0;
        margin-bottom: 12px;
    }

    .btn_main {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
}

@media (min-width: 992px) {
    .priority-contact-section .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .priority-contact-section .row.justify-content-center {
        grid-template-columns: repeat(3, minmax(280px, 320px));
        justify-content: center;
        column-gap: 28px;
        align-items: stretch;
    }

    .priority-contact-section .row.justify-content-center > [class*="col-"] {
        max-width: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
