/********** Sundesha Healthcare – Improved CSS **********/

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&family=Dancing+Script:wght@600&display=swap');

/* ── Design Tokens ── */
:root {
    --primary:       #F4B400;
    --primary-dark:  #D9A000;
    --primary-light: #FFF8E1;
    --accent:        #1A1A2E;   /* deep navy-black for headings */
    --dark:          #111111;
    --white:         #FFFFFF;
    --light:         #FFF8E1;   /* warm cream instead of cold grey */
    --highlight:     #FFF3CD;
    --text-primary:  #1A1A2E;
    --text-secondary:#5A5A72;
    --border:        #E8E4D9;
    --card-bg:       #FAFAF8;
    --shadow-sm:     0 2px 12px rgba(0,0,0,0.06);
    --shadow-md:     0 6px 24px rgba(0,0,0,0.10);
    --shadow-lg:     0 12px 40px rgba(0,0,0,0.13);
    --radius-sm:     8px;
    --radius-md:     14px;
    --radius-lg:     20px;
    --radius-pill:   50px;
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; }

* { transition: color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s ease, border-color .25s ease; }

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-primary);
    background: #FFFFFF;
}

/* ── Typography ── */
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--accent);
    line-height: 1.25;
    text-transform: none;
    letter-spacing: -0.3px;
}

h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--accent);
    text-transform: none;
}

p { color: var(--text-secondary); margin-bottom: 1rem; }

.section-tag {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--primary-dark);
    background: var(--primary-light);
    border-radius: var(--radius-pill);
    padding: 5px 18px;
    margin-bottom: 14px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: var(--accent);
    text-transform: none;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.script-tagline {
    font-family: 'Dancing Script', cursive;
    color: var(--primary-dark);
    font-size: 1.4rem;
}

/* ── Color Helpers ── */
.bg-light { background-color: var(--light) !important; }
.text-primary { color: var(--primary) !important; }

/* ── Section Spacing ── */
section, .container-fluid.py-5 { padding-top: 80px !important; padding-bottom: 80px !important; }

/* ═══════════════════════════════════
   TOPBAR
═══════════════════════════════════ */
.container-fluid.border-bottom {
    background: var(--accent);
    border-bottom: none !important;
}
.container-fluid.border-bottom a,
.container-fluid.border-bottom .text-body {
    color: rgba(255,255,255,0.75) !important;
    font-size: 13px;
    transition: color .2s;
}
.container-fluid.border-bottom a:hover { color: var(--primary) !important; }
.container-fluid.border-bottom i { color: var(--primary) !important; }

/* ═══════════════════════════════════
   NAVBAR
═══════════════════════════════════ */
.navbar { padding: 0; }

.navbar-brand h1 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary) !important;
    text-transform: none;
    letter-spacing: -0.5px;
    margin: 0;
}

.brand-wrap { display: flex; flex-direction: column; line-height: 1.2; }

.brand-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    text-transform: none;
    letter-spacing: -0.3px;
}

.brand-tagline {
    font-size: 11px;
    color: var(--text-secondary);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 2px;
}

.custom-brand-color { color: var(--primary) !important; }

.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-left: 28px;
    padding: 28px 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active { color: var(--primary); }

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0; left: 50%;
        width: 0; height: 3px;
        background: var(--primary);
        border-radius: 3px 3px 0 0;
        transition: width .3s ease, left .3s ease;
    }
    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after { width: 100%; left: 0; }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link { margin-left: 0; padding: 10px 0; }
}

/* ═══════════════════════════════════
   HERO
═══════════════════════════════════ */
.hero-header {
    background: url(../img/Sundesha_Healthcare_1.webp) center center / cover no-repeat;
    position: relative;
    padding: 0 !important;
}

.hero-header::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(110deg, rgba(10,10,30,0.80) 50%, rgba(10,10,30,0.35) 100%);
    z-index: 1;
}

.hero-header .container { position: relative; z-index: 2; }

.hero-header h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary) !important;
    border: none !important;
    margin-bottom: 20px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
    text-transform: none;
    letter-spacing: -0.5px;
}

.hero-btn-primary {
    background: var(--primary);
    color: var(--accent);
    border-radius: var(--radius-pill);
    padding: 14px 34px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
    box-shadow: 0 4px 20px rgba(244,180,0,0.40);
}
.hero-btn-primary:hover {
    background: #ffffff;
    color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(244,180,0,0.30);
}

.hero-btn-outline {
    border: 2px solid rgba(255,255,255,0.6);
    color: #fff;
    border-radius: var(--radius-pill);
    padding: 14px 34px;
    font-weight: 600;
    font-size: 14px;
    background: transparent;
}
.hero-btn-outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    transform: translateY(-2px);
}

/* ═══════════════════════════════════
   SECTION HEADERS (inline in HTML)
═══════════════════════════════════ */
/* Override the inline text-uppercase on h1 section titles */
.display-6, h1.display-6 {
    font-family: 'Playfair Display', serif !important;
    text-transform: none !important;
    font-weight: 700 !important;
    color: var(--accent) !important;
    letter-spacing: -0.3px;
}

/* The yellow underlined tag headers */
h5.d-inline-block.text-uppercase.border-bottom {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    letter-spacing: 2.5px;
    font-weight: 700;
    border-width: 3px !important;
    padding-bottom: 6px;
}

/* ═══════════════════════════════════
   SERVICES
═══════════════════════════════════ */
.service-item {
    position: relative;
    min-height: 340px;
    padding: 32px 24px 28px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-sm);
    transition: transform .3s ease, box-shadow .3s ease;
}

.service-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: none;
    box-shadow: 0 4px 16px rgba(244,180,0,0.35);
    margin-bottom: 20px !important;
}

.service-item .service-icon i {
    transform: none;
    color: var(--accent) !important;
    font-size: 1.6rem;
}

.service-item:hover .service-icon {
    background: var(--accent) !important;
}
.service-item:hover .service-icon i {
    color: var(--primary) !important;
}

.service-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.service-item p { font-size: 14px; color: var(--text-secondary); line-height: 1.65; }

.service-item a.btn {
    position: absolute;
    width: 50px; height: 50px;
    bottom: -40px;
    left: 50%; margin-left: -25px;
    opacity: 0;
    border-radius: 50%;
    padding: 0;
    display: flex; align-items: center; justify-content: center;
}
.service-item:hover a.btn { bottom: -20px; opacity: 1; }

/* ═══════════════════════════════════
   ABOUT
═══════════════════════════════════ */
#About { background: #FAFAF8; }

#About img.position-absolute { border-radius: var(--radius-lg); }

#About .bg-light {
    background: #FFFFFF !important;
    border: 1px solid var(--border);
    border-radius: 50%;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    transition: all .35s ease;
}

#About .bg-light:hover {
    background: var(--accent) !important;
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary);
}

#About .bg-light:hover i,
#About .bg-light:hover h6,
#About .bg-light:hover small { color: #ffffff !important; }

#About .bg-light:hover i { transform: scale(1.2); }

#About h6 { font-size: 12px; font-weight: 600; color: var(--accent); line-height: 1.4; }

/* ═══════════════════════════════════
   TEAM / DOCTORS
═══════════════════════════════════ */
#Doctors { background: var(--primary-light); }

.team-item .row { border-radius: var(--radius-lg); overflow: hidden; }

@media (min-width: 576px) { .team-item .row { height: 360px; } }

.team-item h3 {
    font-size: 20px;
    color: var(--accent);
    margin-bottom: 4px;
}

.team-item h6 { font-size: 13px; color: var(--primary-dark); font-style: italic; }

.team-item p { font-size: 14px; line-height: 1.7; }

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 -20px;
    width: calc(100% + 40px);
    left: -20px;
    height: 46px;
    top: calc(50% - 23px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    pointer-events: all;
    width: 46px; height: 46px;
    display: flex; align-items: center; justify-content: center;
    color: var(--accent);
    background: var(--primary);
    border-radius: 50%;
    font-size: 20px;
    box-shadow: var(--shadow-sm);
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover { background: var(--accent); color: var(--primary); }

/* ═══════════════════════════════════
   LOCATIONS
═══════════════════════════════════ */
#Locations .card {
    border-radius: var(--radius-lg) !important;
    background: #FFFFFF !important;
    border: 1px solid var(--border) !important;
    box-shadow: var(--shadow-sm);
    transition: transform .3s ease, box-shadow .3s ease;
}

#Locations .card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

#Locations .card-body {
    background: #FFFFFF !important;
    border-radius: var(--radius-lg);
}

#Locations .card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--accent) !important;
}

#Locations .card-title i { color: var(--primary) !important; }

#Locations .clinic-timing .small { font-size: 13px; line-height: 1.8; }

#Locations .fas.fa-location-dot { color: var(--primary) !important; }

#Locations .fas.fa-clock { color: var(--primary) !important; }

/* ═══════════════════════════════════
   WHY US
═══════════════════════════════════ */
#WhyUs { background: #FAFAF8; }

.why-us-item {
    background: #FFFFFF !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-md) !important;
    box-shadow: var(--shadow-sm);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.why-us-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary) !important;
}

.why-us-item h5 {
    font-size: 15px;
    font-weight: 700;
    color: var(--accent);
}

.why-us-item p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

.why-us-item .btn-lg-square {
    width: 50px; height: 50px;
    background: var(--primary-light) !important;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background .3s ease;
}

.why-us-item .btn-lg-square i {
    color: var(--primary-dark) !important;
    font-size: 18px;
    transition: color .3s ease;
}

.why-us-item:hover .btn-lg-square { background: var(--accent) !important; }
.why-us-item:hover .btn-lg-square i { color: var(--primary) !important; }

/* ═══════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════ */
#Reviews { background: var(--primary-light); }

.testimonial-item p.fs-4 {
    font-size: 17px !important;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--text-primary);
    line-height: 1.75;
}

.testimonial-item h3 {
    font-size: 18px;
    color: var(--accent);
}

.testimonial-item h6 { font-size: 13px; color: var(--primary-dark); }

.testimonial-carousel .owl-dots {
    margin-top: 20px;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}

.testimonial-carousel .owl-dot {
    width: 10px; height: 10px;
    background: var(--border);
    border: 2px solid var(--primary);
    border-radius: 50%;
    transition: all .3s;
}

.testimonial-carousel .owl-dot.active {
    width: 28px;
    border-radius: 6px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 90px; height: 90px;
    object-fit: cover;
    border: 4px solid var(--primary);
    border-radius: 50%;
}

/* ═══════════════════════════════════
   BUTTONS
═══════════════════════════════════ */
.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: var(--radius-sm);
    transition: all .25s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--accent);
}
.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--accent);
}

.btn-outline-primary {
    color: var(--accent) !important;
    border: 2px solid var(--accent) !important;
    background: transparent !important;
}
.btn-outline-primary:hover {
    background: var(--accent) !important;
    color: #ffffff !important;
    border-color: var(--accent) !important;
}
.btn-outline-primary:focus,
.btn-outline-primary:active { box-shadow: none !important; }

.btn-square  { width: 36px; height: 36px; padding: 0; text-align: center; }
.btn-sm-square { width: 28px; height: 28px; padding: 0; text-align: center; }
.btn-lg-square { width: 46px; height: 46px; padding: 0; text-align: center; }

/* ═══════════════════════════════════
   BACK TO TOP
═══════════════════════════════════ */
.back-to-top {
    position: fixed;
    display: none;
    right: 28px; bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
    background: var(--primary);
    color: var(--accent);
    border: none;
    box-shadow: 0 -2px 12px rgba(244,180,0,0.3);
}

/* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
.footer-container { background: var(--accent) !important; }
.bg-dark { background-color: var(--accent) !important; }

.footer-container h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary) !important;
    border-color: rgba(244,180,0,0.3) !important;
    margin-bottom: 20px;
}

.footer-container p,
.footer-container a.text-light { font-size: 14px; color: rgba(255,255,255,0.65) !important; }

.footer-container a.text-light:hover { color: var(--primary) !important; }

.footer-container i.text-primary { color: var(--primary) !important; }
.footer-container a.text-light i { color: var(--primary) !important; }

.footer-container .input-group .form-control {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius-sm) 0 0 var(--radius-sm);
    font-size: 14px;
}
.footer-container .input-group .form-control::placeholder { color: rgba(255,255,255,0.4); }
.footer-container .input-group .form-control:focus { box-shadow: none; border-color: var(--primary); background: rgba(255,255,255,0.12); }

.footer-container .input-group .btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--accent);
    font-weight: 700;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.footer-container .input-group .btn-primary:hover { background: var(--primary-dark); }

.footer-container .btn-lg-square {
    background: rgba(244,180,0,0.15) !important;
    color: var(--primary) !important;
    border: 1px solid rgba(244,180,0,0.3) !important;
    border-radius: 50% !important;
    transition: all .3s;
}
.footer-container .btn-lg-square:hover {
    background: var(--primary) !important;
    color: var(--accent) !important;
    border-color: var(--primary) !important;
}

.footer-bottom {
    background: rgba(0,0,0,0.25);
    border-top: 1px solid rgba(244,180,0,0.2) !important;
}
.footer-bottom p, .footer-bottom span { font-size: 13px; color: rgba(255,255,255,0.5); }
.footer-bottom a { color: var(--primary) !important; }

/* ═══════════════════════════════════
   PRICE CAROUSEL (if used)
═══════════════════════════════════ */
.price-carousel::after {
    position: absolute; content: "";
    width: 100%; height: 50%;
    bottom: 0; left: 0;
    background: var(--primary);
    border-radius: var(--radius-md) var(--radius-md) 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    display: flex; justify-content: center; gap: 10px;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    color: var(--accent);
    background: var(--primary);
    font-size: 20px;
    border-radius: 50%;
}

/* ═══════════════════════════════════
   CARD OVERRIDES (location cards)
═══════════════════════════════════ */
.card-title i { color: var(--primary); }

/* ═══════════════════════════════════
   MISC / UTILITIES
═══════════════════════════════════ */
.mb-0 { color: var(--accent); }

.rounded { border-radius: var(--radius-md) !important; }

hr.w-25 { border-color: var(--primary); border-width: 2px; opacity: 1; }

/* Scrollbar (Webkit) */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }

/* ═══════════════════════════════════
   SOCIAL ICON FIX (center alignment)
═══════════════════════════════════ */
.btn-lg-square {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}
.btn-lg-square i {
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
.btn-lg-square .fa-facebook-f { margin-left: 2px !important; }

/* ═══════════════════════════════════
   RESPONSIVE — TABLET  (≤ 991px)
═══════════════════════════════════ */
@media (max-width: 991.98px) {

    /* Section spacing tighter on tablet */
    section, .container-fluid.py-5 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    /* Navbar */
    .navbar-brand h1, .brand-title { font-size: 20px; }
    .brand-tagline { font-size: 10px; letter-spacing: 1px; }

    .navbar-collapse {
        background: #ffffff;
        border-top: 2px solid var(--primary);
        padding: 12px 16px 20px;
        box-shadow: var(--shadow-md);
    }

    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 11px 0;
        border-bottom: 1px solid var(--border);
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link:last-child { border-bottom: none; }

    /* Hero */
    .hero-header { min-height: 480px; }
    .hero-title { font-size: clamp(30px, 5vw, 44px); }
    .hero-btn-primary, .hero-btn-outline {
        padding: 12px 24px;
        font-size: 13px;
    }

    /* About section image */
    #About .position-relative { min-height: 320px !important; }

    /* Team cards */
    .team-item .row { height: auto !important; }
    .team-item .col-sm-5 { height: 260px; }

    /* Location cards — stack properly */
    #Locations .col-md-4 { margin-bottom: 4px; }

    /* Why Us */
    .why-us-item { padding: 20px !important; }
}

/* ═══════════════════════════════════
   RESPONSIVE — MOBILE  (≤ 767px)
═══════════════════════════════════ */
@media (max-width: 767.98px) {

    /* Base font size slightly smaller */
    body { font-size: 14px; }

    /* Section spacing */
    section, .container-fluid.py-5 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    /* Section header text wrapping */
    .text-nowrap { white-space: normal !important; }
    .display-6 { font-size: 26px !important; }

    /* Topbar — hide on mobile (already d-none d-lg-block in HTML) */

    /* Navbar brand smaller */
    .navbar-brand h1, .brand-title { font-size: 18px; }

    /* Hero — full height, centered text */
    .hero-header {
        min-height: 520px;
        background-position: 70% center;
    }
    .hero-header .col-lg-8 {
        text-align: center !important;
    }
    .hero-title {
        font-size: clamp(28px, 7vw, 38px);
        text-align: center;
    }
    .hero-header h5 { font-size: 10px; letter-spacing: 2px; }
    .hero-header .pt-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .hero-btn-primary, .hero-btn-outline {
        width: 100%;
        max-width: 280px;
        text-align: center;
        padding: 13px 20px;
    }

    /* Services — full width on mobile */
    .service-item {
        min-height: auto;
        padding: 28px 20px 24px;
    }
    .service-item .service-icon {
        width: 75px;
        height: 75px;
    }

    /* About circles — 2 per row on mobile */
    #About .col-sm-3 { width: 50%; }
    #About .bg-light { padding: 20px 8px !important; }
    #About h6 { font-size: 11px; }

    /* Team cards — image on top, text below */
    .team-item .row { flex-direction: column; height: auto !important; }
    .team-item .col-sm-5 { width: 100%; height: 240px; }
    .team-item .col-sm-7 { width: 100%; }
    .team-item h3 { font-size: 17px; }
    .team-item p { font-size: 13px; }

    /* Team carousel arrows */
    .team-carousel .owl-nav {
        position: static;
        width: 100%;
        left: 0;
        padding: 0;
        margin-top: 16px;
        justify-content: center;
        gap: 12px;
    }

    /* Location cards */
    #Locations .card { margin-bottom: 8px; }
    #Locations .btn { font-size: 13px; padding: 10px 14px; }

    /* Why Us */
    .why-us-item { padding: 18px !important; }
    .why-us-item h5 { font-size: 14px; }
    .why-us-item .btn-lg-square { width: 44px; height: 44px; }

    /* Testimonials */
    .testimonial-item p.fs-4 { font-size: 15px !important; }
    .testimonial-carousel .owl-item img { width: 75px; height: 75px; }

    /* Footer */
    .footer-container .col-lg-3 { text-align: center; }
    .footer-container .d-flex.flex-column { align-items: center; }
    .footer-container .d-flex { justify-content: center; }
    .footer-container .input-group { max-width: 320px; margin: 0 auto; }
    .footer-bottom .col-md-6 { text-align: center !important; }
    .footer-bottom .col-md-6:last-child { margin-top: 4px; }
}

/* ═══════════════════════════════════
   RESPONSIVE — SMALL MOBILE  (≤ 480px)
═══════════════════════════════════ */
@media (max-width: 480px) {

    /* Navbar brand */
    .navbar-brand h1, .brand-title { font-size: 16px; }
    .brand-tagline { display: none; }

    /* Hero */
    .hero-title { font-size: clamp(24px, 8vw, 32px); }

    /* About circles — keep 2 per row but smaller */
    #About .bg-light { padding: 16px 6px !important; }
    #About i.fa-3x { font-size: 1.8rem !important; }

    /* Service cards */
    .service-item { padding: 22px 16px 20px; }

    /* Section headings */
    .display-6 { font-size: 22px !important; }
    h5.d-inline-block.text-uppercase { font-size: 10px; letter-spacing: 2px; }

    /* Buttons full width on small phones */
    #Locations .btn { padding: 9px 10px; font-size: 12px; }

    /* Why Us full width */
    .why-us-item .btn-lg-square { width: 40px; height: 40px; }
    .why-us-item .btn-lg-square i { font-size: 15px !important; }

    /* Footer social icons spacing */
    .footer-container .btn-lg-square { width: 38px !important; height: 38px !important; margin: 0 4px; }
}
