/* ==============================================
   EINY SPA – PREMIUM SHARED STYLESHEET
   Colors: Gold #ca9803  |  Dark Green #043820
   ============================================== */

:root {
    --gold:        #ca9803;
    --gold-light:  #e6b800;
    --gold-pale:   #fdf3d0;
    --gold-dark:   #a07800;
    --green-dark:  #043820;
    --green-mid:   #0a5c32;
    --white:       #ffffff;
    --off-white:   #fafaf7;
    --text-dark:   #1a1a1a;
    --text-mid:    #555555;
    --shadow-gold: 0 8px 32px rgba(202,152,3,.25);
    --shadow-green:0 8px 32px rgba(4,56,32,.2);
    --ease:        cubic-bezier(0.25,0.46,0.45,0.94);
    --fade-gold-bg:
        radial-gradient(1400px 700px at 85% -15%, rgba(160,120,0,.55), transparent 60%),
        radial-gradient(1100px 600px at 0% 110%, rgba(202,152,3,.55), transparent 65%),
        linear-gradient(180deg, #b88a16 0%, #d4a82a 35%, #e6c059 60%, #c89414 100%);
}

/* ---- Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
    width: 100%; max-width: 100vw;
    overflow-x: hidden;
    margin: 0; padding: 0;
}
html { scroll-behavior: smooth; }
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px; color: var(--text-dark);
    background: var(--off-white);
}
img, video, iframe { max-width: 100%; }

/* ---- Mobile full-bleed (kills white edge gaps) ---- */
@media (max-width: 767.98px) {
    html, body {
        margin: 0 !important; padding: 0 !important;
        width: 100% !important; max-width: 100vw !important;
        overflow-x: hidden !important;
        position: relative;
    }
    body > *:not(#btt):not(#wa-btn):not(#preloader), section, .hero, footer, nav, header, .copyright, .feature-strip {
        width: 100% !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    /* Keep interior content readable — give containers a small inset */
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .row { margin-left: 0 !important; margin-right: 0 !important; }
    .row > [class*="col-"] { padding-left: 8px !important; padding-right: 8px !important; }
    img, video, iframe { max-width: 100% !important; height: auto; }
    /* Floating action buttons stay small in the corner on mobile */
    #btt {
        width: 40px !important; height: 40px !important;
        right: 14px !important; bottom: 78px !important;
        font-size: 14px !important;
        padding: 0 !important;
    }
    #wa-btn {
        width: 52px !important; height: 52px !important;
        right: 14px !important; bottom: 18px !important;
        font-size: 24px !important;
        padding: 0 !important;
    }
    #wa-btn .wa-tip { display: none !important; }
}
h1,h2,h3,h4,h5,h6 { font-family: 'Playfair Display', serif; }
a { text-decoration: none; color: inherit; }
img, video, iframe { max-width: 100%; height: auto; display: block; }

/* ---- Mobile-only / Desktop-only card limiters ---- */
.mobile-see-more { display: none; }
@media (max-width: 767.98px) {
    .hide-on-mobile { display: none !important; }
    .mobile-see-more { display: block; }
}

/* ---- Scroll Reveal ---- */
.reveal {
    opacity: 0; transform: translateY(40px);
    transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.rl  { transform: translateX(-40px); }
.reveal.rr  { transform: translateX(40px); }
.reveal.rs  { transform: scale(.92); }
.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }

/* ---- Section Headers ---- */
.sec-tag {
    font-family: 'Lato', sans-serif;
    font-size: 12px; font-weight: 700;
    letter-spacing: 4px; text-transform: uppercase;
    color: var(--gold); display: inline-block; margin-bottom: 10px;
}
.sec-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.2; color: var(--text-dark); }
.sec-title.light { color: var(--white); }
.gold-bar {
    width: 56px; height: 3px; border-radius: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    margin: 14px auto 0;
}
.gold-bar.left { margin-left: 0; }

/* ---- Buttons ---- */
.btn-gold {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--white); border: none;
    padding: 14px 36px; border-radius: 50px;
    font-family: 'Lato', sans-serif; font-weight: 700;
    font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
    cursor: pointer; transition: all .4s var(--ease);
    box-shadow: 0 4px 20px rgba(202,152,3,.35);
}
.btn-gold:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(202,152,3,.45); color: var(--white);
}
.btn-og {
    display: inline-block; background: transparent; color: var(--gold);
    border: 2px solid var(--gold); padding: 12px 34px; border-radius: 50px;
    font-family: 'Lato', sans-serif; font-weight: 700;
    font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
    cursor: pointer; transition: all .4s var(--ease);
}
.btn-og:hover { background: var(--gold); color: var(--white); transform: translateY(-3px); box-shadow: var(--shadow-gold); }
.btn-ow {
    display: inline-block; background: transparent; color: var(--white);
    border: 2px solid rgba(255,255,255,.65); padding: 12px 34px; border-radius: 50px;
    font-family: 'Lato', sans-serif; font-weight: 700;
    font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
    cursor: pointer; transition: all .4s var(--ease);
}
.btn-ow:hover { background: rgba(255,255,255,.15); border-color: var(--white); color: var(--white); transform: translateY(-3px); }

/* ---- Topbar (Premium) ---- */
.topbar {
    background: linear-gradient(90deg, #021f10 0%, #043820 50%, #021f10 100%);
    padding: 14px 0; font-size: 13px;
    border-bottom: 1px solid rgba(202,152,3,.25);
    position: relative;
}
.topbar::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0;
    height: 1px; background: linear-gradient(90deg, transparent, rgba(202,152,3,.5), transparent);
}
.topbar a {
    color: rgba(255,255,255,.82); transition: color .3s;
    font-size: 13px; letter-spacing: .3px;
}
.topbar a:hover { color: var(--gold); }
.topbar .sep { color: rgba(202,152,3,.35); margin: 0 16px; }

/* ---- Navbar (Premium · Taller) ---- */
#mainNav {
    background: #ffffff !important;
    backdrop-filter: none; -webkit-backdrop-filter: none;
    border-bottom: 1px solid rgba(202,152,3,.2);
    position: sticky; top: 0; z-index: 1000;
    transition: box-shadow .4s ease, background .4s ease, padding .4s ease;
    padding: 14px 0;
    min-height: 120px;
}
#mainNav::before {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(202,152,3,.55) 50%, transparent 100%);
    opacity: .7;
}
#mainNav.scrolled {
    box-shadow: 0 8px 40px rgba(4,56,32,.12);
    background: #ffffff !important;
    padding: 6px 0;
}
.navbar-brand { padding: 6px 0 !important; margin-right: 28px; transition: transform .35s ease; }
.navbar-brand:hover { transform: scale(1.03); }
.navbar-brand img {
    height: 88px; width: auto; border-radius: 0;
    box-shadow: none;
    background: #ffffff;
    mix-blend-mode: multiply;
}
#mainNav.scrolled .navbar-brand img { height: 70px; transition: height .4s ease; }

.nav-link-custom {
    font-family: 'Lato', sans-serif; font-size: 15px; font-weight: 700;
    letter-spacing: 2.2px; text-transform: uppercase;
    color: var(--text-dark) !important;
    padding: 46px 22px !important; position: relative;
    transition: color .35s ease;
    display: inline-flex; align-items: center;
}
.nav-link-custom::before {
    content: ''; position: absolute;
    top: 36px; left: 50%; transform: translateX(-50%) scale(0);
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 12px var(--gold);
    transition: transform .35s var(--ease);
}
.nav-link-custom::after {
    content: ''; position: absolute;
    bottom: 30px; left: 50%; transform: translateX(-50%);
    width: 0; height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    border-radius: 1px; transition: width .35s ease;
}
.nav-link-custom:hover::after,
.nav-link-custom.is-active::after { width: calc(100% - 38px); }
.nav-link-custom:hover::before,
.nav-link-custom.is-active::before { transform: translateX(-50%) scale(1); }
.nav-link-custom:hover,
.nav-link-custom.is-active { color: var(--gold) !important; }

.dropdown-menu {
    border: none; box-shadow: 0 18px 50px rgba(4,56,32,.18);
    border-radius: 16px; padding: 12px;
    margin-top: 8px !important;
    border: 1px solid rgba(202,152,3,.18);
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    min-width: 220px;
}
.dropdown-item {
    font-family: 'Lato', sans-serif;
    font-size: 13px; font-weight: 600; padding: 12px 18px;
    border-radius: 10px; transition: all .25s ease; color: var(--text-dark);
    letter-spacing: 1px; text-transform: uppercase;
}
.dropdown-item:hover {
    background: linear-gradient(90deg, rgba(202,152,3,.15), rgba(202,152,3,.05));
    color: var(--gold); padding-left: 24px;
}

.nav-cta {
    background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important;
    color: var(--white) !important; border-radius: 50px;
    padding: 16px 32px !important;
    font-size: 13px !important;
    font-weight: 700 !important; letter-spacing: 2.2px !important;
    margin-left: 14px;
    box-shadow: 0 6px 20px rgba(202,152,3,.4), inset 0 1px 0 rgba(255,255,255,.25);
    transition: all .4s var(--ease) !important;
    position: relative; overflow: hidden;
    align-self: center;
}
.nav-cta::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform .6s ease;
}
.nav-cta:hover::before { transform: translateX(100%); }
.nav-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(202,152,3,.55);
    color: var(--white) !important;
}
.nav-cta::after { display: none !important; }
/* ---- Admin portal button ---- */
.nav-admin-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 18px; margin-left: 10px;
    border: 1.5px solid rgba(202,152,3,.4);
    border-radius: 50px;
    color: var(--gold) !important;
    font-family: 'Lato', sans-serif;
    font-size: 12px; font-weight: 700;
    letter-spacing: 1.8px; text-transform: uppercase;
    text-decoration: none;
    background: rgba(202,152,3,.08);
    transition: all .3s var(--ease);
}
.nav-admin-btn:hover {
    background: rgba(202,152,3,.15);
    border-color: var(--gold);
    color: var(--gold) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(202,152,3,.25);
}
.nav-admin-btn i { font-size: 12px; }
@media (max-width: 1199.98px) {
    .nav-admin-btn { display: block; margin: 10px 0 0; text-align: center; width: 100%; }
}
/* ---- Hamburger button ---- */
.nav-ham {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 46px; height: 46px;
    background: var(--green-dark);
    border: 1.5px solid rgba(202,152,3,.5);
    border-radius: 12px;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}
.nav-ham::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    opacity: 0; transition: opacity .35s; border-radius: inherit;
}
.nav-ham:hover { border-color: var(--gold); box-shadow: 0 6px 20px rgba(202,152,3,.35); }
.nav-ham:hover::before { opacity: .12; }
.nav-ham[aria-expanded="true"] {
    background: var(--gold);
    border-color: var(--gold);
    box-shadow: 0 6px 20px rgba(202,152,3,.5);
}
.nav-ham span {
    display: block;
    height: 2px; background: var(--gold);
    border-radius: 2px;
    transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center;
    position: relative; z-index: 1;
}
.nav-ham span:nth-child(1) { width: 22px; }
.nav-ham span:nth-child(2) { width: 14px; }
.nav-ham span:nth-child(3) { width: 22px; }
.nav-ham:hover span:nth-child(2) { width: 22px; }
.nav-ham[aria-expanded="true"] span { background: var(--white); }
.nav-ham[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); width: 22px; }
.nav-ham[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-ham[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); width: 22px; }

/* ---- Page Header (breadcrumb) ---- */
.page-header {
    background: linear-gradient(rgba(4,56,32,.86), rgba(4,56,32,.86)),
                url('../img/appointment-background.jpg') center/cover no-repeat;
    padding: 90px 0; text-align: center;
}
.page-header h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: var(--white); margin-bottom: 18px;
}
.breadcrumb { justify-content: center; background: transparent; padding: 0; margin: 0; }
.breadcrumb-item a { color: var(--gold); font-size: 14px; font-weight: 600; }
.breadcrumb-item.active { color: rgba(255,255,255,.7); font-size: 14px; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }

/* ---- Feature Strip ---- */
.feature-strip { background: var(--green-dark); }
.feat-item {
    padding: 26px 22px; display: flex; align-items: center; gap: 18px;
    border-right: 1px solid rgba(255,255,255,.07); transition: background .3s;
}
.feat-item:last-child { border-right: none; }
.feat-item:hover { background: rgba(202,152,3,.08); }
.feat-icon {
    width: 50px; height: 50px; min-width: 50px;
    background: rgba(202,152,3,.12); border: 1px solid rgba(202,152,3,.25);
    border-radius: 12px; display: flex; align-items: center;
    justify-content: center; font-size: 20px; color: var(--gold);
}
.feat-text h6 { font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700; color: var(--white); margin: 0 0 3px; }
.feat-text p { font-size: 12px; color: rgba(255,255,255,.5); margin: 0; }

/* ---- Premium Section Wrapper (luxury background) ---- */
.premium-section {
    position: relative; padding: 100px 0; overflow: hidden;
    background: var(--fade-gold-bg);
    isolation: isolate;
}
.premium-section::before {
    content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background-image:
        radial-gradient(rgba(202,152,3,.08) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .55;
    mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent);
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent);
}
.premium-section > .container { position: relative; z-index: 1; }
.gallery-section {
    background: var(--fade-gold-bg);
}
.fade-gold-bg {
    background: var(--fade-gold-bg) !important;
}
/* Responsive CTA button group: gap on desktop, stacks cleanly on mobile */
.cta-btn-group {
    display: flex; flex-wrap: wrap; gap: 14px;
    justify-content: center; align-items: center;
    margin-top: 8px;
}
.cta-btn-group .btn-gold,
.cta-btn-group .btn-og,
.cta-btn-group .btn-ow,
.cta-btn-group .btn-green { margin: 0; }
@media (max-width: 480px) {
    .cta-btn-group { flex-direction: column; gap: 12px; width: 100%; }
    .cta-btn-group > a { width: 100%; max-width: 320px; text-align: center; }
}
/* Dark-green button: white text, no hover color change */
.btn-green {
    display: inline-block;
    background: var(--green-dark);
    color: var(--white) !important;
    border: 2px solid var(--green-dark);
    padding: 12px 34px;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 13px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
    cursor: pointer;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    background: var(--green-mid);
    border-color: var(--green-mid);
    color: var(--white) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(4,56,32,.35);
    text-decoration: none;
}
/* Hide footer social icon row site-wide */
.footer .footer-desc + .d-flex { display: none !important; }
/* Text contrast on dark fade-gold sections */
.premium-section .sec-tag,
.gallery-section .sec-tag,
.about-section .sec-tag,
.fade-gold-bg .sec-tag {
    color: var(--green-dark);
}
.premium-section .sec-title,
.gallery-section .sec-title,
.about-section .sec-title,
.fade-gold-bg .sec-title {
    color: #1a1a1a;
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
}
.premium-section .text-muted,
.gallery-section .text-muted,
.about-section .text-muted,
.fade-gold-bg .text-muted,
.about-section .about-lead,
.fade-gold-bg p {
    color: rgba(0,0,0,.78) !important;
}
.premium-section .gold-bar,
.gallery-section .gold-bar,
.about-section .gold-bar,
.fade-gold-bg .gold-bar {
    background: linear-gradient(90deg, var(--green-dark), #0a5c32);
}

/* ---- Service Cards (Premium Dark + Gold) ---- */
.svc-card {
    position: relative; height: 100%; overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(160deg, #064a2a 0%, #043820 55%, #02281a 100%);
    border: 1px solid rgba(202,152,3,.22);
    box-shadow: 0 10px 32px rgba(4,56,32,.22), inset 0 1px 0 rgba(255,255,255,.05);
    transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s ease;
    isolation: isolate;
}
.svc-card::before {
    content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background:
        radial-gradient(circle at 85% 0%, rgba(202,152,3,.22), transparent 55%),
        radial-gradient(circle at 0% 100%, rgba(230,184,0,.12), transparent 60%);
    opacity: .85; transition: opacity .5s ease;
}
.svc-card::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 2;
    background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
    transform: scaleX(0); transform-origin: left; transition: transform .5s ease;
}
.svc-card:hover::after { transform: scaleX(1); }
.svc-card:hover {
    transform: translateY(-10px);
    border-color: rgba(202,152,3,.55);
    box-shadow: 0 28px 60px rgba(4,56,32,.45), 0 0 0 1px rgba(202,152,3,.35);
}
.svc-img { position: relative; overflow: hidden; z-index: 1; }
.svc-img::after {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(to bottom, rgba(4,56,32,0) 60%, rgba(4,56,32,.45) 100%);
}
.svc-img img { width: 100%; height: auto; transition: transform .7s ease; display: block; }
.svc-card:hover .svc-img img { transform: scale(1.05); }
.svc-body {
    position: relative; z-index: 1;
    padding: 24px 24px 28px;
}
.svc-body h4 {
    font-size: 1.2rem; margin-bottom: 10px; color: var(--white);
    letter-spacing: .3px;
}
.svc-body p {
    font-size: 14px; color: rgba(255,255,255,.72);
    line-height: 1.75; margin-bottom: 20px;
}
.svc-link {
    font-size: 11.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
    color: var(--gold); display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 0; border-bottom: 1px solid rgba(202,152,3,.35);
    transition: gap .3s ease, color .3s ease, border-color .3s ease;
}
.svc-link i { transition: transform .3s ease; }
.svc-link:hover { color: var(--gold-light); border-color: var(--gold-light); gap: 14px; }
.svc-link:hover i { transform: translateX(3px); }

/* ---- Team Cards ---- */
.team-card {
    position: relative; border-radius: 20px; overflow: hidden;
    box-shadow: 0 6px 28px rgba(0,0,0,.08); transition: all .45s var(--ease);
}
.team-card:hover { transform: translateY(-10px); box-shadow: 0 22px 60px rgba(4,56,32,.18); }
.team-img { overflow: hidden; }
.team-img img { width: 100%; height: auto; transition: transform .6s ease; }
.team-card:hover .team-img img { transform: scale(1.06); }
.team-ov {
    position: absolute; top: 0; left: 0; right: 0; bottom: 60px;
    background: linear-gradient(to bottom, transparent 50%, rgba(4,56,32,.4));
    opacity: 0; transition: opacity .4s;
}
.team-card:hover .team-ov { opacity: 1; }
.team-soc {
    position: absolute; top: 14px; right: 14px;
    display: flex; flex-direction: column; gap: 8px;
    transform: translateX(60px); transition: transform .4s ease;
}
.team-card:hover .team-soc { transform: translateX(0); }
.team-soc a {
    width: 34px; height: 34px; background: var(--gold); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--white); font-size: 13px; transition: background .2s;
}
.team-soc a:hover { background: var(--green-dark); }
.team-info { background: var(--green-dark); padding: 20px 22px; transition: background .35s; }
.team-card:hover .team-info { background: var(--gold); }
.team-info h5 { color: var(--white); font-size: 1.05rem; margin-bottom: 3px; }
.team-info p { color: rgba(255,255,255,.7); font-size: 12px; margin: 0; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }

/* ---- Gallery ---- */
.g-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; }
.g-tab-btn {
    padding: 10px 24px; border-radius: 50px; border: 2px solid rgba(202,152,3,.3);
    background: transparent; color: var(--text-mid); font-size: 12px; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; transition: all .3s;
}
.g-tab-btn:hover, .g-tab-btn.active {
    background: var(--gold); border-color: var(--gold); color: var(--white);
    box-shadow: 0 4px 16px rgba(202,152,3,.35);
}
.g-grid { display: none; }
.g-grid.active { display: flex; flex-wrap: wrap; gap: 18px; }
.g-item {
    position: relative; overflow: hidden;
    border-radius: 18px;
    flex: 1 1 calc(25% - 18px); min-width: 180px;
    background: linear-gradient(160deg, #064a2a, #02281a);
    box-shadow: 0 10px 28px rgba(4,56,32,.22);
    border: 1px solid rgba(202,152,3,.22);
    transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .4s ease;
}
.g-item::before {
    content: ''; position: absolute; inset: 10px;
    border: 1px solid rgba(202,152,3,.0);
    border-radius: 12px; z-index: 3; pointer-events: none;
    transition: border-color .45s ease, inset .45s ease;
}
.g-item:hover {
    transform: translateY(-6px);
    border-color: rgba(202,152,3,.55);
    box-shadow: 0 22px 50px rgba(4,56,32,.4), 0 0 0 1px rgba(202,152,3,.45);
}
.g-item:hover::before { border-color: rgba(255,255,255,.55); inset: 14px; }
.g-item img {
    width: 100%; height: auto; display: block;
    transition: transform .8s ease, filter .5s ease;
    filter: saturate(1.05);
}
.g-item:hover img { transform: scale(1.06); filter: saturate(1.15) brightness(.92); }
.g-ov {
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(to top, rgba(4,56,32,.92) 0%, rgba(4,56,32,.35) 55%, rgba(202,152,3,.18) 100%);
    opacity: 0; transition: opacity .45s ease;
    display: flex; align-items: center; justify-content: center;
}
.g-item:hover .g-ov { opacity: 1; }
.g-ov-icon {
    width: 54px; height: 54px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--white); font-size: 19px;
    box-shadow: 0 10px 26px rgba(202,152,3,.55);
    transform: scale(.7) rotate(-15deg); transition: transform .45s var(--ease);
}
.g-item:hover .g-ov-icon { transform: scale(1) rotate(0); }
.g-label {
    position: absolute; bottom: 16px; left: 18px; z-index: 4;
    color: var(--white); font-family: 'Playfair Display', serif;
    font-size: 15px; font-weight: 600; letter-spacing: .3px;
    opacity: 0; transform: translateY(10px); transition: all .4s ease;
    text-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.g-label::before {
    content: ''; display: inline-block;
    width: 18px; height: 2px; background: var(--gold);
    margin-right: 10px; vertical-align: middle;
}
.g-item:hover .g-label { opacity: 1; transform: translateY(0); }

/* ---- Contact Cards ---- */
.contact-card {
    background: var(--white); border-radius: 20px; padding: 30px;
    display: flex; align-items: center; gap: 18px;
    box-shadow: 0 4px 22px rgba(0,0,0,.06); transition: all .4s var(--ease); height: 100%;
}
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-gold); }
.contact-icon {
    width: 58px; height: 58px; min-width: 58px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 14px; display: flex; align-items: center;
    justify-content: center; color: var(--white); font-size: 22px;
}
.contact-card h5 { font-size: 1.05rem; margin-bottom: 5px; }
.contact-card p { margin: 0; color: var(--text-mid); font-size: 14px; }
.map-wrap { border-radius: 20px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.1); }
.map-bar {
    background: var(--gold); padding: 18px 28px;
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 14px;
}
.map-bar h5 { color: var(--white); margin: 0; font-size: 1.05rem; }
.soc-btns { display: flex; gap: 10px; }
.soc-btn {
    width: 38px; height: 38px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--white); font-size: 14px; transition: transform .2s, box-shadow .2s;
}
.soc-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0,0,0,.25); color: var(--white); }

/* ---- Testimonials ---- */
.testi-inner {
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.1);
    border-radius: 24px; padding: 46px; max-width: 740px;
    margin: 0 auto; position: relative;
}
.testi-quote {
    position: absolute; top: -22px; left: 46px;
    width: 48px; height: 48px; background: var(--gold); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 18px;
}
.testi-stars { display: flex; gap: 4px; margin-bottom: 18px; }
.testi-stars i { color: var(--gold); font-size: 15px; }
.testi-text { font-size: 1.05rem; color: rgba(255,255,255,.88); line-height: 1.85; font-style: italic; margin-bottom: 26px; }
.testi-author { display: flex; align-items: center; gap: 16px; }
.testi-author img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; border: 3px solid var(--gold); }
.testi-author h6 { color: var(--white); font-size: .95rem; margin-bottom: 3px; }
.testi-author span { color: var(--gold); font-size: 12px; font-weight: 700; }

/* ---- Appointment Form ---- */
.appt-section {
    padding: 100px 0;
    background: linear-gradient(rgba(4,56,32,.88), rgba(4,56,32,.88)),
                url('../img/appointment-background.jpg') center/cover no-repeat;
}
.glass-box {
    background: rgba(255,255,255,.07); backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 44px;
}
.glass-box .form-control, .glass-box .form-select {
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2);
    border-radius: 12px; color: var(--white); padding: 14px 18px;
    font-size: 14px; transition: border-color .3s;
}
.glass-box .form-control:focus, .glass-box .form-select:focus {
    background: rgba(255,255,255,.12); border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(202,152,3,.15); color: var(--white);
}
.glass-box .form-control::placeholder { color: rgba(255,255,255,.45); }
.glass-box .form-select option { background: var(--green-dark); color: var(--white); }
.hours-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: 15px; color: rgba(255,255,255,.75);
}
.hours-row:last-child { border-bottom: none; }
.hours-row .day { font-weight: 700; color: var(--white); }
.hours-row .time { color: var(--gold); font-weight: 700; }
.hours-row .time.closed { color: #f87171; }

/* ---- Stats ---- */
.stats-section { background: var(--green-dark); padding: 80px 0; position: relative; overflow: hidden; }
.stats-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 65% 35%, rgba(202,152,3,.07) 0%, transparent 55%);
    pointer-events: none;
}
.stat-item {
    text-align: center; padding: 36px 16px;
    border-right: 1px solid rgba(255,255,255,.07);
}
.stat-item:last-child { border-right: none; }
.stat-icon { font-size: 2.2rem; color: var(--gold); margin-bottom: 14px; }
.stat-num {
    font-family: 'Playfair Display', serif; font-size: 3.4rem; font-weight: 700;
    color: var(--white); line-height: 1;
    display: flex; align-items: center; justify-content: center; gap: 3px;
}
.stat-num sup { font-size: 1.4rem; color: var(--gold); margin-top: 6px; font-family: 'Lato', sans-serif; }
.stat-lbl { font-size: 13px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.55); margin-top: 8px; }

/* ---- About (Premium) ---- */
.about-section {
    position: relative; padding: 110px 0; overflow: hidden; isolation: isolate;
    background: var(--fade-gold-bg);
}
.about-ornament {
    position: absolute; width: 260px; height: 260px; pointer-events: none; z-index: 0;
    background: radial-gradient(closest-side, rgba(202,152,3,.2), transparent 70%);
    filter: blur(10px);
}
.about-ornament-tl { top: -60px; left: -60px; }
.about-ornament-br { bottom: -60px; right: -60px;
    background: radial-gradient(closest-side, rgba(4,56,32,.18), transparent 70%); }
.about-section > .container { position: relative; z-index: 1; }

.about-media { position: relative; }
.premium-frame {
    padding: 14px;
    background: linear-gradient(135deg, rgba(202,152,3,.95), rgba(230,184,0,.85));
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(4,56,32,.22), 0 0 0 1px rgba(202,152,3,.3);
}
.about-frame-inner {
    position: relative; border-radius: 18px; overflow: hidden;
    background: var(--green-dark);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.12);
}
.about-media video {
    width: 100%; height: auto; display: block;
    border-radius: 16px;
}
.corner-deco {
    position: absolute; width: 28px; height: 28px; z-index: 2; pointer-events: none;
    border-color: var(--gold);
}
.corner-deco.tl { top: 10px; left: 10px;   border-top: 2px solid; border-left: 2px solid;   border-top-left-radius: 8px; }
.corner-deco.tr { top: 10px; right: 10px;  border-top: 2px solid; border-right: 2px solid;  border-top-right-radius: 8px; }
.corner-deco.bl { bottom: 10px; left: 10px;  border-bottom: 2px solid; border-left: 2px solid;  border-bottom-left-radius: 8px; }
.corner-deco.br { bottom: 10px; right: 10px; border-bottom: 2px solid; border-right: 2px solid; border-bottom-right-radius: 8px; }

.about-badge {
    position: absolute; bottom: -22px; right: -22px; z-index: 3;
    width: 140px; height: 140px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50%; display: flex; flex-direction: column;
    align-items: center; justify-content: center; text-align: center;
    box-shadow: 0 14px 34px rgba(202,152,3,.55), 0 0 0 6px rgba(255,255,255,.9);
    color: var(--white);
}
.about-badge::before {
    content: ''; position: absolute; inset: 8px;
    border: 1px dashed rgba(255,255,255,.55); border-radius: 50%;
    animation: aboutBadgeSpin 22s linear infinite;
}
@keyframes aboutBadgeSpin { to { transform: rotate(360deg); } }
.about-badge span { font-family: 'Playfair Display', serif; font-size: 2.3rem; font-weight: 700; line-height: 1; }
.about-badge small { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; opacity: .95; margin-top: 4px; }

.about-lead {
    font-size: 15.5px; line-height: 1.9; color: #3b3b3b;
    position: relative; padding-left: 18px;
    border-left: 2px solid rgba(202,152,3,.35);
}

.about-feat {
    position: relative; overflow: hidden;
    display: flex; align-items: flex-start; gap: 16px;
    padding: 20px 20px;
    background: linear-gradient(160deg, #064a2a 0%, #043820 100%);
    border: 1px solid rgba(202,152,3,.25);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(4,56,32,.18);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    color: #fff;
}
.about-feat::before {
    content: ''; position: absolute; top: 0; right: 0;
    width: 80px; height: 80px;
    background: radial-gradient(circle at top right, rgba(202,152,3,.25), transparent 70%);
    pointer-events: none;
}
.about-feat:hover {
    transform: translateY(-4px);
    border-color: rgba(202,152,3,.55);
    box-shadow: 0 18px 40px rgba(4,56,32,.3);
}
.about-feat-icon {
    width: 48px; height: 48px; min-width: 48px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 14px; display: flex; align-items: center;
    justify-content: center; color: var(--white); font-size: 19px;
    box-shadow: 0 8px 20px rgba(202,152,3,.4);
    position: relative;
}
.about-feat h5 { font-size: 1rem; margin-bottom: 5px; color: #fff; letter-spacing: .3px; }
.about-feat p { font-size: 13px; color: rgba(255,255,255,.72); margin: 0; line-height: 1.7; }

.about-sign { margin: 8px 0 20px; }
.about-sign-line {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 10px 18px;
    background: linear-gradient(90deg, rgba(202,152,3,.12), transparent);
    border-left: 3px solid var(--gold);
    border-radius: 4px;
}
.about-sign-line i { color: var(--gold); font-size: 14px; }
.about-sign-line span {
    font-family: 'Playfair Display', serif; font-style: italic;
    font-size: 15px; color: #333; letter-spacing: .3px;
}

@media (max-width: 767.98px) {
    .about-section { padding: 70px 0; }
    .premium-frame { padding: 10px; }
    .about-badge { width: 108px; height: 108px; bottom: -16px; right: -10px; }
    .about-badge span { font-size: 1.8rem; }
    .about-ornament { display: none; }
    .corner-deco { width: 20px; height: 20px; }
}

/* ---- Pricing ---- */
.pricing-section { background: var(--green-dark); padding: 100px 0; position: relative; overflow: hidden; }
.pricing-section::before {
    content: ''; position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ca9803' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.price-card {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
    border-radius: 24px; overflow: hidden; transition: all .45s var(--ease);
    height: 100%; position: relative;
}
.price-card:hover { background: rgba(255,255,255,.09); border-color: var(--gold); transform: translateY(-10px); box-shadow: 0 24px 60px rgba(202,152,3,.2); }
.price-card.featured { border-color: var(--gold); background: rgba(202,152,3,.08); transform: translateY(-14px) scale(1.02); box-shadow: 0 28px 70px rgba(202,152,3,.25); }
.price-card.featured:hover { transform: translateY(-20px) scale(1.02); }
.price-badge { position: absolute; top: 0; right: 0; background: var(--gold); color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-bottom-left-radius: 12px; }
.price-head { padding: 30px 28px; border-bottom: 1px solid rgba(255,255,255,.07); }
.price-plan { font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.price-val { font-family: 'Playfair Display', serif; font-size: 3.3rem; color: var(--white); line-height: 1; display: flex; align-items: flex-start; gap: 3px; }
.price-val sup { font-size: 1.3rem; margin-top: 8px; color: var(--gold); font-family: 'Lato', sans-serif; }
.price-val sub { font-size: .95rem; align-self: flex-end; margin-bottom: 4px; color: rgba(255,255,255,.45); font-family: 'Lato', sans-serif; }
.price-body { padding: 28px; }
.price-feat { display: flex; align-items: center; gap: 12px; padding: 10px 0; color: rgba(255,255,255,.78); font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.05); }
.price-feat:last-of-type { border-bottom: none; }
.price-feat i { width: 18px; color: var(--gold); font-size: 13px; }

/* ---- Footer ---- */
.footer { background: var(--green-dark); padding: 80px 0 40px; }
.footer-logo img { height: 68px; border-radius: 10px; margin-bottom: 18px; }
.footer-desc { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.85; margin-bottom: 22px; }
.footer-heading {
    font-family: 'Lato', sans-serif; font-size: 12px; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase; color: var(--gold);
    margin-bottom: 22px; padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-link { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.6); font-size: 14px; padding: 5px 0; transition: all .3s; }
.footer-link:hover { color: var(--gold); padding-left: 5px; }
.footer-link i { font-size: 9px; color: var(--gold); }
.footer-info { display: flex; gap: 11px; color: rgba(255,255,255,.6); font-size: 14px; padding: 7px 0; align-items: flex-start; }
.footer-info i { color: var(--gold); margin-top: 3px; min-width: 14px; }
.nl-input {
    width: 100%; background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.14); border-radius: 50px;
    padding: 13px 20px; color: var(--white); font-size: 14px;
    outline: none; transition: border-color .3s;
}
.nl-input:focus { border-color: var(--gold); }
.nl-input::placeholder { color: rgba(255,255,255,.38); }
.footer-hr { border-color: rgba(255,255,255,.07); margin: 40px 0 30px; }

/* ---- Copyright ---- */
.copyright { background: #021f10; padding: 18px 0; font-size: 13px; color: rgba(255,255,255,.45); }
.copyright a { color: var(--gold); transition: opacity .2s; }
.copyright a:hover { opacity: .8; }

/* ---- Back to Top ---- */
#btt {
    position: fixed; bottom: 92px; right: 22px;
    width: 46px; height: 46px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: var(--white); font-size: 17px; cursor: pointer;
    opacity: 0; visibility: hidden; transform: translateY(18px);
    transition: opacity .4s ease, visibility .4s ease, transform .4s ease, box-shadow .4s ease;
    box-shadow: 0 4px 18px rgba(202,152,3,.4); z-index: 998;
}
#btt.show { opacity: 1; visibility: visible; transform: translateY(0); }
#btt:hover { transform: translateY(-4px); box-shadow: 0 8px 26px rgba(202,152,3,.5); }
@media (max-width: 575.98px) {
    #btt { width: 40px; height: 40px; font-size: 14px; right: 14px; bottom: 78px; }
}

/* ---- WhatsApp Premium Floating Button ---- */
#wa-btn {
    position: fixed; bottom: 24px; right: 22px; z-index: 999;
    width: 58px; height: 58px; border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 28px; text-decoration: none;
    box-shadow: 0 8px 26px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.55);
    animation: waPulse 2.2s ease-out infinite;
    transition: transform .3s ease, box-shadow .3s ease;
}
#wa-btn::before {
    content: ''; position: absolute; inset: -4px;
    border: 2px solid rgba(202,152,3,.55); border-radius: 50%;
    opacity: .85; pointer-events: none;
}
#wa-btn:hover { transform: translateY(-4px) scale(1.05); color: #fff;
    box-shadow: 0 14px 34px rgba(37,211,102,.55); }
#wa-btn .wa-tip {
    position: absolute; right: calc(100% + 12px); top: 50%;
    transform: translateY(-50%); white-space: nowrap;
    background: var(--green-dark); color: #fff;
    padding: 8px 14px; border-radius: 10px;
    font-family: 'Lato', sans-serif; font-size: 12px; font-weight: 600;
    letter-spacing: .5px; text-transform: uppercase;
    opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,.25); border: 1px solid rgba(202,152,3,.35);
}
#wa-btn .wa-tip::after {
    content: ''; position: absolute; left: 100%; top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent; border-left-color: var(--green-dark);
}
#wa-btn:hover .wa-tip { opacity: 1; visibility: visible; }
@keyframes waPulse {
    0%   { box-shadow: 0 8px 26px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.55); }
    70%  { box-shadow: 0 8px 26px rgba(37,211,102,.45), 0 0 0 18px rgba(37,211,102,0); }
    100% { box-shadow: 0 8px 26px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width: 575.98px) {
    #wa-btn { width: 50px; height: 50px; font-size: 24px; right: 14px; bottom: 18px; }
    #wa-btn .wa-tip { display: none; }
}

/* ---- Testimonial Slider (shared) ---- */
.testi-section {
    padding: 100px 0;
    background: linear-gradient(rgba(4,56,32,.9), rgba(4,56,32,.9)),
                url('../img/testimonial-bg.jpg') center/cover no-repeat;
}
.testi-slider { position: relative; overflow-x: hidden; overflow-y: visible; }
.testi-track { display: flex; transition: transform .65s cubic-bezier(0.25,0.46,0.45,0.94); }
/* padding-top: 28px keeps the absolute quote icon above overflow:hidden boundary */
.testi-card { min-width: 100%; padding: 28px 16px 0; }
.testi-nav { display: flex; justify-content: center; gap: 10px; margin-top: 32px; }
.t-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,.3); cursor: pointer; border: none; transition: all .3s;
}
.t-dot.active { background: var(--gold); width: 24px; border-radius: 4px; }
.testi-arrows { display: flex; justify-content: center; gap: 14px; margin-top: 20px; }
.t-arr {
    width: 46px; height: 46px; background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; color: var(--white); transition: all .3s; font-size: 15px;
}
.t-arr:hover { background: var(--gold); border-color: var(--gold); }

/* Map bar: ensure soc-btns wrap cleanly on small screens */
.soc-btns { flex-wrap: wrap; }

/* ---- Responsive ---- */
@media (max-width: 1199.98px) {
    /* Show hamburger */
    .nav-ham { display: flex; }
    /* Mobile nav panel — dark green with white links */
    #navC {
        background: var(--green-dark);
        margin-top: 10px;
        border-radius: 18px;
        padding: 10px 18px 22px;
        border: 1px solid rgba(202,152,3,.3);
        box-shadow: 0 24px 60px rgba(0,0,0,.28);
    }
    #navC .navbar-nav {
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255,255,255,.08);
        margin-bottom: 6px !important;
    }
    /* Nav links */
    .nav-link-custom {
        color: rgba(255,255,255,.9) !important;
        padding: 12px 16px !important;
        border-radius: 10px;
        letter-spacing: 1px;
        transition: all .3s ease !important;
    }
    .nav-link-custom::after { display: none !important; }
    .nav-link-custom:hover,
    .nav-link-custom.is-active {
        color: var(--gold) !important;
        background: rgba(202,152,3,.12) !important;
        padding-left: 22px !important;
    }
    /* Dropdown */
    .dropdown-menu {
        background: rgba(255,255,255,.06) !important;
        box-shadow: none !important;
        border: 1px solid rgba(255,255,255,.1) !important;
        border-radius: 12px !important;
        margin: 4px 0 4px 12px !important;
        padding: 6px !important;
    }
    .dropdown-item {
        color: rgba(255,255,255,.78) !important;
        border-radius: 8px !important;
        padding: 10px 14px !important;
    }
    .dropdown-item:hover {
        background: rgba(202,152,3,.18) !important;
        color: var(--gold) !important;
    }
    /* CTA button */
    .nav-cta {
        display: block !important;
        text-align: center;
        margin: 10px 0 0 !important;
        padding: 14px 22px !important;
        border-radius: 12px !important;
        font-size: 13px !important;
        letter-spacing: 1.2px !important;
        width: 100%;
    }
    .nav-cta::after { display: none !important; }
}
@media (max-width: 991.98px) {
    .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); }
    .stat-item:last-child { border-bottom: none; }
    .glass-box { padding: 30px 22px; }
    .about-badge { width: 108px; height: 108px; bottom: -10px; right: -10px; }
    .price-card.featured { transform: none; }
    .price-card.featured:hover { transform: translateY(-10px); }
    .testi-section { padding: 70px 0; }
    .testi-inner { padding: 32px 22px; }
    .map-wrap iframe { height: 360px !important; }
    .page-header { padding: 70px 0; }
}
@media (max-width: 767.98px) {
    .topbar { display: none !important; }
    .feat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); }
    .g-item { flex: 1 1 calc(50% - 9px); }
    .sec-title { font-size: 1.75rem; }
    .footer { padding: 60px 0 30px; }
    .about-feat { flex-direction: column; }
    .page-header h1 { font-size: 1.9rem; }
    /* Testimonial */
    .testi-section { padding: 60px 0; }
    .testi-card { padding: 28px 8px 0; }
    .testi-inner { padding: 28px 20px 24px; }
    .testi-quote { top: -18px; left: 20px; width: 40px; height: 40px; font-size: 15px; }
    .testi-text { font-size: .95rem; }
    /* Map */
    .map-wrap iframe { height: 300px !important; }
    .map-bar { flex-direction: column; align-items: center; text-align: center; padding: 16px 20px; gap: 12px; }
    .soc-btns { justify-content: center; }
}
@media (max-width: 575.98px) {
    .g-item { flex: 1 1 100%; }
    .about-badge { width: 92px; height: 92px; bottom: -14px; right: -8px; }
    .about-badge span { font-size: 1.5rem; }
    .about-badge small { font-size: 9px; }
    .page-header { padding: 55px 0; }
    /* Testimonial */
    .testi-section { padding: 50px 0; }
    .testi-card { padding: 24px 12px 0; }
    .testi-inner { padding: 24px 16px 20px; max-width: 100%; }
    .testi-quote { top: -16px; left: 16px; width: 36px; height: 36px; font-size: 13px; }
    .testi-text { font-size: .9rem; line-height: 1.75; }
    .testi-author { flex-wrap: wrap; gap: 12px; }
    .testi-author img { width: 48px; height: 48px; }
    /* Map */
    .map-wrap iframe { height: 250px !important; }
    .map-bar { padding: 14px 16px; }
    .soc-btn { width: 34px; height: 34px; font-size: 12px; }
}
