/* ============================================================
   DIVINE FITNESS — Custom Stylesheet
   Author: Dt. Khushbu's Team | Divine Fitness, Mira Road
   ============================================================ */

/* ===== CSS VARIABLES ===== */
:root {
    --primary:       #2d8653;
    --primary-dark:  #1f5e3a;
    --primary-light: #e8f5e9;
    --secondary:     #ff6b35;
    --accent:        #ffa726;
    --dark:          #1a1a2e;
    --light:         #f8fdf9;
    --white:         #ffffff;
    --text:          #444;
    --muted:         #6c757d;
    --gradient:      linear-gradient(135deg, #2d8653, #56ab2f);
    --gradient-org:  linear-gradient(135deg, #ff6b35, #ffa726);
    --shadow:        0 10px 40px rgba(0,0,0,0.08);
    --shadow-lg:     0 20px 60px rgba(0,0,0,0.14);
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    overflow-x: hidden;
    max-width: 100%;
    line-height: 1.7;
}

h1, h2, h3, h4 { font-family: 'Playfair Display', serif; }
img { max-width: 100%; }
a { text-decoration: none; }

/* ===== UTILITIES ===== */
.section-pad   { padding: 90px 0; }

.section-label {
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    color: var(--dark);
    line-height: 1.25;
    margin-bottom: 14px;
}
.section-title span { color: var(--primary); }

.title-bar {
    width: 55px;
    height: 4px;
    background: var(--gradient);
    border-radius: 3px;
    margin: 0 auto 24px;
}
.title-bar.left { margin: 0 0 24px; }

.section-lead {
    color: var(--muted);
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto 50px;
}

/* ===== BUTTONS ===== */
.btn-green {
    background: var(--gradient);
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .3s ease;
    cursor: pointer;
}
.btn-green:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(45,134,83,.4);
}

.btn-orange {
    background: var(--gradient-org);
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .3s ease;
    cursor: pointer;
}
.btn-orange:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(255,107,53,.4);
}

/* ===== NAVBAR ===== */
.navbar {
    background: rgba(255,255,255,.97) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0,0,0,.08);
    padding: 10px 0;
    transition: all .3s ease;
    z-index: 1050;
}

.navbar-logo {
    height: 72px;
    width: auto;
    display: block;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--primary) !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.navbar-brand .brand-icon {
    width: 38px;
    height: 38px;
    background: var(--gradient);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
}
.navbar-brand span { color: var(--secondary); }

.nav-link {
    color: var(--dark) !important;
    font-weight: 500;
    font-size: 0.88rem;
    padding: 8px 13px !important;
    position: relative;
    transition: color .3s;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
    transition: width .3s;
}
.nav-link:hover,
.nav-link.active { color: var(--primary) !important; }
.nav-link:hover::after,
.nav-link.active::after { width: 65%; }

.nav-cta {
    background: var(--gradient-org);
    color: #fff !important;
    border-radius: 50px;
    padding: 8px 22px !important;
    font-weight: 600;
    transition: all .3s;
    white-space: nowrap;
}
.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,107,53,.4);
}
.nav-cta::after { display: none !important; }

/* ===== HERO SLIDER ===== */
/* Bootstrap carousel MUST have explicit height — min-height breaks slide transitions */
#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
    height: 100vh;
}

.hero-slide {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
        rgba(10,30,20,.82) 0%,
        rgba(10,30,20,.55) 50%,
        rgba(10,30,20,.18) 100%);
}

.slide-bg-1 { background-image: url('../images/hero-bg-1.jpg'); }
.slide-bg-2 { background-image: url('../images/hero-bg-2.jpg'); }
.slide-bg-3 { background-image: url('../images/hero-bg-3.jpg'); }

.hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.hero-inner > .container {
    width: 100%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,107,53,.18);
    border: 1px solid rgba(255,107,53,.5);
    color: #ffb085;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.hero-title {
    font-size: clamp(2rem, 5.5vw, 3.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    margin-bottom: 20px;
    text-shadow: 0 3px 15px rgba(0,0,0,.3);
}
.hero-title span { color: #72e08a; }

.hero-desc {
    font-size: 1.05rem;
    color: rgba(255,255,255,.88);
    margin-bottom: 32px;
    max-width: 480px;
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Dietitian image card */
.dietitian-card {
    position: relative;
    display: inline-block;
}
.dietitian-card img {
    width: 100%;
    max-width: 420px;
    height: 500px;
    object-fit: cover;
    object-position: top;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0,0,0,.45);
    display: block;
}

.stat-bubble {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,.18);
    animation: float 3s ease-in-out infinite;
}
.stat-bubble.left  { bottom: 30px; left: -20px; animation-delay: 0s; }
.stat-bubble.right { top: 28px; right: -15px; animation-delay: 1.2s; }

.stat-icon-wrap {
    width: 42px;
    height: 42px;
    background: var(--gradient);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
}
.stat-num { font-size: 1.3rem; font-weight: 800; color: var(--dark); line-height: 1; }
.stat-lbl { font-size: 0.72rem; color: var(--muted); }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-8px); }
}

/* Carousel controls must be above .hero-inner (z-index:2) so they remain clickable */
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    z-index: 10;
}
#heroCarousel .carousel-indicators {
    z-index: 10;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.45);
    transition: all .4s;
}
.carousel-indicators button.active {
    width: 32px;
    border-radius: 5px;
    background: var(--secondary);
}

/* ===== ABOUT SECTION ===== */
.about-section { padding: 90px 0; background: var(--light); }

.about-img-wrap { position: relative; }
.about-img-wrap img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: top;
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
}

.exp-badge {
    position: absolute;
    bottom: 28px;
    right: -22px;
    background: var(--gradient);
    color: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(45,134,83,.45);
}
.exp-badge .num { font-size: 2.8rem; font-weight: 800; line-height: 1; }
.exp-badge .lbl { font-size: 0.75rem; opacity: .9; }

.about-content { padding: 10px 0 10px 40px; }

.check-list { list-style: none; padding: 0; margin: 18px 0; }
.check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    color: var(--text);
    margin-bottom: 10px;
}
.check-list li i { color: var(--primary); font-size: 1rem; }

/* ===== SERVICES SECTION ===== */
.services-section { padding: 90px 0; background: #fff; }

.service-card {
    border: 1.5px solid #e3f0e7;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: all .35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 55px rgba(45,134,83,.16);
    border-color: var(--primary);
}

.svc-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.svc-body {
    padding: 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.svc-icon {
    width: 52px;
    height: 52px;
    background: var(--gradient);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.svc-body h5 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 7px;
}
.svc-body p {
    font-size: 0.82rem;
    color: var(--muted);
    flex: 1;
    margin-bottom: 16px;
}

.svc-actions { display: flex; gap: 8px; flex-wrap: wrap; }

.btn-svc-call {
    background: var(--gradient-org);
    color: #fff;
    border: none;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.btn-svc-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,107,53,.35);
    color: #fff;
}

.btn-svc-enq {
    background: transparent;
    color: var(--primary);
    border: 1.5px solid var(--primary);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.btn-svc-enq:hover {
    background: var(--gradient);
    color: #fff;
    border-color: transparent;
}

/* ===== WHAT WE DO ===== */
.what-section {
    padding: 80px 0;
    background: var(--gradient);
    position: relative;
    overflow: hidden;
}
.what-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='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%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/g%3E%3C/svg%3E");
}

.what-card {
    text-align: center;
    padding: 36px 28px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    transition: all .3s;
    height: 100%;
}
.what-card:hover {
    background: rgba(255,255,255,.18);
    transform: translateY(-6px);
}

.what-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    margin: 0 auto 20px;
    border: 2px solid rgba(255,255,255,.35);
    transition: all .3s;
}
.what-card:hover .what-icon { background: rgba(255,255,255,.32); }
.what-card h4 { color: #fff; font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; }
.what-card p  { color: rgba(255,255,255,.88); font-size: 0.88rem; }

/* ===== WHY CHOOSE US ===== */
.why-section { padding: 90px 0; background: #f8fff9; }

.why-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 26px;
    text-align: center;
    box-shadow: 0 4px 28px rgba(0,0,0,.05);
    border: 1.5px solid #e3f0e7;
    transition: all .35s;
    height: 100%;
}
.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(45,134,83,.16);
    border-color: var(--primary);
}

.why-icon {
    width: 68px;
    height: 68px;
    background: rgba(45,134,83,.1);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: var(--primary);
    margin: 0 auto 18px;
    transition: all .35s;
}
.why-card:hover .why-icon { background: var(--gradient); color: #fff; }
.why-card h5 { font-weight: 700; color: var(--dark); margin-bottom: 8px; font-size: 1.05rem; }
.why-card p  { font-size: 0.85rem; color: var(--muted); }

/* ===== GALLERY ===== */
.gallery-section { padding: 90px 0; background: #fff; }

.gallery-item {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform .45s ease;
    display: block;
}
.gallery-item:hover img { transform: scale(1.1); }

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(45,134,83,.72);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .35s;
    border-radius: 16px;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 2.2rem; color: #fff; }

/* ===== TESTIMONIALS ===== */
.testi-section { padding: 90px 0; background: var(--light); }

.testi-card {
    background: #fff;
    border-radius: 20px;
    padding: 34px;
    box-shadow: 0 5px 28px rgba(0,0,0,.07);
    border-top: 4px solid var(--primary);
    position: relative;
    height: 100%;
    transition: all .3s;
}
.testi-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.12); }

.testi-card .q-icon {
    position: absolute;
    top: -16px;
    right: 28px;
    width: 38px;
    height: 38px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
}

.stars { color: #ffc107; font-size: 1rem; margin-bottom: 14px; }

.testi-text {
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 20px;
}

.testi-author { display: flex; align-items: center; gap: 12px; }
.author-av {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary);
}
.author-av-initials {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    letter-spacing: 1px;
}
.author-name { font-weight: 700; color: var(--dark); font-size: 0.92rem; }
.author-tag  { font-size: 0.76rem; color: var(--primary); }

/* ===== CONTACT ===== */
.contact-section { padding: 90px 0; background: #fff; }

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
}
.ci-icon {
    width: 52px;
    height: 52px;
    background: var(--gradient);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.ci-text h6 { font-weight: 700; color: var(--dark); margin-bottom: 3px; font-size: 0.95rem; }
.ci-text p,
.ci-text a  { font-size: 0.88rem; color: var(--muted); margin: 0; }
.ci-text a  { color: var(--primary); transition: color .2s; }
.ci-text a:hover { color: var(--primary-dark); }

.contact-form-box {
    background: var(--light);
    border-radius: 22px;
    padding: 38px;
}
.contact-form-box h5 { font-weight: 700; color: var(--dark); margin-bottom: 24px; font-size: 1.15rem; }

.form-control {
    border: 2px solid #dce8dc;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.88rem;
    transition: border-color .3s, box-shadow .3s;
}
.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(45,134,83,.12);
    outline: none;
}
.form-label { font-weight: 500; font-size: 0.85rem; color: var(--dark); margin-bottom: 6px; }

.map-wrap {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
    height: 100%;
    min-height: 460px;
}
.map-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 460px;
}

/* ===== FOOTER ===== */
.footer {
    background: var(--dark);
    color: rgba(255,255,255,.75);
    /* padding: 70px 0 0; */
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}
.footer-logo .logo-icon {
    width: 36px;
    height: 36px;
    background: var(--gradient);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}
.footer-logo span { color: var(--secondary); }

.footer p { font-size: 0.87rem; line-height: 1.8; margin-bottom: 0;}
.footer h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links li a {
    color: rgba(255,255,255,.65);
    font-size: 0.87rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .3s;
}
.footer-links li a i { color: var(--primary); font-size: 0.65rem; }
.footer-links li a:hover { color: var(--primary); padding-left: 4px; }

.social-row { display: flex; gap: 10px; margin-top: 20px; }
.social-row a {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.8);
    transition: all .3s;
}
.social-row a:hover { background: var(--primary); color: #fff; transform: translateY(-3px); }

.footer-bottom {
    background: rgba(0,0,0,.2);
    padding: 18px 0;
    /* margin-top: 50px; */
    text-align: center;
    font-size: 0.82rem;
    color: rgba(255,255,255,.45);
}

/* ===== FLOATING BUTTONS ===== */
.float-group {
    position: fixed;
    bottom: 28px;
    right: 22px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.float-enq {
    position: fixed;
    right: -46px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    z-index: 9999;
    background: var(--gradient);
    color: #fff;
    border: none;
    padding: 11px 24px;
    border-radius: 50px 50px 0 0;
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: -4px 0 20px rgba(45,134,83,.45);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: right .3s ease, box-shadow .3s;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
}
.float-enq:hover {
    right: -38px;
    box-shadow: -6px 0 28px rgba(45,134,83,.6);
}

.float-call {
    width: 58px;
    height: 58px;
    background: var(--gradient-org);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 6px 22px rgba(255,107,53,.5);
    animation: pulse 2.2s infinite;
    transition: transform .3s;
    text-decoration: none;
}
.float-call:hover { transform: scale(1.12); color: #fff; }

@keyframes pulse {
    0%   { box-shadow: 0 0 0 0   rgba(255,107,53,.55); }
    70%  { box-shadow: 0 0 0 18px rgba(255,107,53,0);  }
    100% { box-shadow: 0 0 0 0   rgba(255,107,53,0);   }
}

/* ===== SCROLL TO TOP ===== */
#scrollTop {
    position: fixed;
    bottom: 98px;
    right: 26px;
    width: 40px;
    height: 40px;
    background: var(--dark);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 1rem;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9000;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    transition: all .3s;
}
#scrollTop:hover { background: var(--primary); transform: translateY(-3px); }
#scrollTop.show  { display: flex; }

/* ===== MODAL ===== */
.modal-content  { border-radius: 20px; border: none; overflow: hidden; }
.modal-header   { background: var(--gradient); color: #fff; border: none; padding: 22px 28px; }
.modal-header .modal-title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.1rem; }
.modal-header .btn-close { filter: invert(1) brightness(2); }
.modal-body  { padding: 28px; }
.modal-footer { border: none; padding: 0 28px 24px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .about-content { padding: 30px 0 0; }
    .exp-badge { position: static; display: inline-block; margin-top: 16px; }
}
@media (max-width: 767px) {
    /* On mobile use dvh so address bar doesn't cause scroll issues */
    #heroCarousel,
    #heroCarousel .carousel-inner,
    #heroCarousel .carousel-item,
    .hero-slide { height: 100svh; }

    .hero-title { font-size: 2rem; }
    .hero-btns  { gap: 10px; }
    .hero-btns .btn-green,
    .hero-btns .btn-orange { padding: 10px 20px; font-size: 0.85rem; }
    .stat-bubble  { display: none; }
    .float-group  { bottom: 16px; right: 14px; }
    .float-enq { right: -44px; font-size: 0.78rem; padding: 9px 20px; }
    .section-pad  { padding: 60px 0; }
    .about-img-wrap img { height: 380px; }
}
