/* ================================================
   DESKTOP CSS FOR INDEX.HTML - CLEAN & PROFESSIONAL
   Written from Scratch for Desktop (1024px+)
   ================================================ */

/* Base slider styles - ensure visibility (applies to all screen sizes) */
.slider-container {
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
    visibility: visible !important;
}

.slider-container .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Ensure slider is visible on larger screens (768px+) */
@media screen and (min-width: 768px) {
    .slider-container,
    div.slider-container.relative.h-56,
    div.slider-container.md\:h-72 {
        min-height: 400px !important;
        height: 500px !important;
    }
}

/* Desktop specific (1024px+) - override everything */
@media screen and (min-width: 1024px) {
    .slider-container,
    div.slider-container,
    div.slider-container.relative,
    div.slider-container.h-56,
    div.slider-container.md\:h-72 {
        height: 550px !important;
        min-height: 550px !important;
        max-height: 550px !important;
    }
}

@media screen and (min-width: 1024px) {
    
    /* ==================== BASE RESET ==================== */
    body {
        font-size: 16px;
        line-height: 1.6;
    }

    /* Main Container - Remove mobile padding */
    body > div.relative.flex.flex-col {
        padding-bottom: 0 !important;
        max-width: 1600px;
        margin: 0 auto;
    }

    /* ==================== TOP NAVIGATION ==================== */
    nav.sticky.top-0 {
        padding: 0.75rem 2rem !important;
        backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, 0.98) !important;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .dark nav.sticky.top-0 {
        background: rgba(26, 35, 46, 0.98) !important;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    /* Logo Enhancement - Smaller */
    nav.sticky.top-0 .size-10 {
        width: 2.25rem !important;
        height: 2.25rem !important;
    }

    nav.sticky.top-0 .size-10 span {
        font-size: 1.25rem !important;
    }

    nav.sticky.top-0 h2 {
        font-size: 1.25rem !important;
        font-weight: 700;
        letter-spacing: -0.02em;
        line-height: 1.2 !important;
    }

    nav.sticky.top-0 p {
        font-size: 0.75rem !important;
        line-height: 1.2 !important;
    }

    /* Logo Container - Smaller gap */
    nav.sticky.top-0 > div.flex.items-center {
        gap: 0.625rem !important;
    }

    /* Desktop Navigation Menu - Smaller */
    nav.sticky.top-0 > div[class*="lg:flex"] {
        display: flex !important;
        flex: 1;
        justify-content: center;
        gap: 0.25rem;
        margin: 0 2rem;
    }

    nav.sticky.top-0 > div[class*="lg:flex"] > a {
        font-size: 0.875rem !important;
        font-weight: 500;
        padding: 0.5rem 1rem !important;
        border-radius: 0.5rem;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    nav.sticky.top-0 > div[class*="lg:flex"] > a:hover {
        color: #197fe6 !important;
        background: rgba(25, 127, 230, 0.08) !important;
        transform: translateY(-2px);
    }

    nav.sticky.top-0 > div[class*="lg:flex"] > a:first-child {
        color: #197fe6 !important;
        background: rgba(25, 127, 230, 0.1) !important;
        font-weight: 600;
    }

    /* CSC Login Button */
    nav.sticky.top-0 > div.flex.items-center > a[href*="csc_login"] {
        font-size: 0.875rem !important;
        font-weight: 500;
        padding: 0.5rem 1rem !important;
        border-radius: 0.5rem;
        display: flex !important;
        align-items: center;
        gap: 0.5rem;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    nav.sticky.top-0 > div.flex.items-center > a[href*="csc_login"]:hover {
        background: #1557b0 !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(25, 127, 230, 0.3);
    }

    nav.sticky.top-0 > div.flex.items-center > a[href*="csc_login"] span:first-child {
        font-size: 1.125rem !important;
    }

    /* Hide Mobile Elements */
    #menuToggleBtn,
    #navigationDrawer,
    #drawerOverlay {
        display: none !important;
    }

    /* ==================== HERO SLIDER SECTION ==================== */
    /* Section Container */
    body > div.relative.flex.flex-col > div.px-4.py-3:first-of-type {
        padding: 2.5rem 3rem !important;
        max-width: 1600px;
        margin: 0 auto;
        display: block !important;
        visibility: visible !important;
    }

    /* Ensure slider section wrapper is visible */
    div.px-4.py-3 {
        display: block !important;
        visibility: visible !important;
    }

    /* Slider Outer Wrapper */
    body > div.relative.flex.flex-col > div.px-4.py-3:first-of-type > div.relative.w-full {
        border-radius: 1.75rem !important;
        overflow: hidden !important;
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12) !important;
        position: relative !important;
        display: block !important;
    }

    .dark body > div.relative.flex.flex-col > div.px-4.py-3:first-of-type > div.relative.w-full {
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4) !important;
    }

    /* SLIDER CONTAINER - CRITICAL HEIGHT FIX */
    div.slider-container,
    div.slider-container.relative,
    div.slider-container.h-56,
    div.slider-container.md\:h-72,
    .slider-container,
    body > div.relative.flex.flex-col > div.px-4.py-3:first-of-type > div.relative.w-full > div.slider-container,
    div.relative.w-full > div.slider-container {
        height: 550px !important;
        min-height: 550px !important;
        max-height: 550px !important;
        position: relative !important;
        overflow: hidden !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        background-color: #f0f0f0 !important; /* Fallback background */
    }

    /* Ensure parent wrapper is visible */
    div.relative.w-full {
        display: block !important;
        visibility: visible !important;
        position: relative !important;
    }

    /* Individual Slides - Ensure Visibility */
    div.slider-container > div.slide,
    .slider-container .slide,
    body > div.relative.flex.flex-col > div.px-4.py-3:first-of-type > div.relative.w-full > div.slider-container > div.slide {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        display: block !important;
        visibility: visible !important;
        z-index: 1 !important;
        opacity: 0 !important;
        transition: opacity 0.8s ease-in-out !important;
    }

    /* Active slide should be visible */
    div.slider-container > div.slide.active,
    .slider-container .slide.active,
    div.slide.active,
    body > div.relative.flex.flex-col > div.px-4.py-3:first-of-type > div.relative.w-full > div.slider-container > div.slide.active {
        opacity: 1 !important;
        z-index: 2 !important;
        visibility: visible !important;
        display: block !important;
    }

    /* Slide Gradient Overlay */
    div.slider-container > div.slide > div.absolute.inset-0:first-child {
        position: absolute !important;
        inset: 0 !important;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%) !important;
    }

    /* Slide Content Container */
    div.slider-container > div.slide > div.absolute.inset-0:last-child {
        position: absolute !important;
        inset: 0 !important;
        display: flex !important;
        align-items: center !important;
        z-index: 5 !important;
    }

    /* Text Content Wrapper */
    div.slider-container > div.slide > div.absolute.inset-0:last-child > div {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    /* Slide Heading */
    div.slider-container > div.slide h2 {
        font-size: 3.5rem !important;
        font-weight: 800 !important;
        line-height: 1.1 !important;
        margin-bottom: 1rem !important;
        color: white !important;
    }

    /* Slide Description */
    div.slider-container > div.slide p {
        font-size: 1.375rem !important;
        line-height: 1.6 !important;
        opacity: 0.95 !important;
        color: white !important;
        margin-top: 0.5rem !important;
    }

    /* Navigation Arrows */
    button.prev-btn,
    button.next-btn {
        width: 3.5rem !important;
        height: 3.5rem !important;
        background: rgba(255, 255, 255, 0.25) !important;
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        z-index: 10 !important;
    }

    button.prev-btn:hover,
    button.next-btn:hover {
        background: rgba(255, 255, 255, 0.4) !important;
        transform: scale(1.1);
    }

    button.prev-btn > span,
    button.next-btn > span {
        font-size: 1.75rem !important;
    }

    /* Slider Indicators */
    button.slider-indicator {
        width: 0.875rem !important;
        height: 0.875rem !important;
        z-index: 20 !important;
        position: relative !important;
    }

    /* Slider Indicators Container */
    div.absolute.bottom-3.left-1\/2 {
        z-index: 20 !important;
        display: flex !important;
        visibility: visible !important;
    }

    /* Navigation Arrows Container */
    button.prev-btn,
    button.next-btn {
        display: flex !important;
        visibility: visible !important;
    }

    /* ==================== QUICK ACTIONS ==================== */
    /* Quick Actions Section Container */
    div.px-4.py-3:has(.grid.grid-cols-4) {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    /* Quick Actions Heading */
    div.px-4.py-3:has(.grid.grid-cols-4) h3 {
        font-size: 1.375rem !important;
        margin-bottom: 1.25rem !important;
        line-height: 1.3 !important;
    }

    .grid.grid-cols-4 {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 1.5rem !important;
        max-width: 1200px;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .grid.grid-cols-4 > a,
    .grid.grid-cols-4 > button {
        padding: 1.75rem 1.25rem !important;
        border-radius: 1.25rem !important;
        background: white;
        border: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.875rem !important;
    }

    .dark .grid.grid-cols-4 > a,
    .dark .grid.grid-cols-4 > button {
        background: rgba(26, 35, 46, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .grid.grid-cols-4 > a:hover,
    .grid.grid-cols-4 > button:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
        border-color: rgba(25, 127, 230, 0.3);
    }

    /* Icon Container - Smaller */
    .grid.grid-cols-4 .size-14 {
        width: 4rem !important;
        height: 4rem !important;
        margin-bottom: 0 !important;
        flex-shrink: 0;
    }

    /* Icon Symbol - Smaller */
    .grid.grid-cols-4 .size-14 .material-symbols-outlined {
        font-size: 1.75rem !important;
    }

    .grid.grid-cols-4 > a:hover .size-14,
    .grid.grid-cols-4 > button:hover .size-14 {
        transform: scale(1.1);
    }

    /* Text Label - Compact */
    .grid.grid-cols-4 span.text-xs {
        font-size: 0.875rem !important;
        font-weight: 600;
        line-height: 1.3 !important;
        margin-top: 0 !important;
        text-align: center;
    }

    /* Reduce gap between icon and text */
    .grid.grid-cols-4 > a.group,
    .grid.grid-cols-4 > button.group {
        gap: 0.75rem !important;
    }

    /* ==================== DIVIDER ==================== */
    div.h-1.bg-gray-100 {
        display: none;
    }

    /* ==================== HEALTH CARDS ==================== */
    /* Arogyam Cards Section Container - Compact Vertical Space */
    div.py-3:has(#healthCardsCarousel) {
        margin-top: 2.5rem !important;
        margin-left: 3rem !important;
        margin-right: 3rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Alternative selector for browsers that don't support :has() */
    body > div.relative.flex.flex-col > div.py-3:has(#healthCardsCarousel) {
        margin-top: 2.5rem !important;
        margin-left: 3rem !important;
        margin-right: 3rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Heading Section - Reduced Spacing */
    div.py-3:has(#healthCardsCarousel) > div.flex.items-center.justify-between,
    div.py-3:has(#healthCardsCarousel) > div[class*="flex"][class*="items-center"] {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        margin-bottom: 1.25rem !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Heading Text - Smaller */
    div.py-3:has(#healthCardsCarousel) h3 {
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        letter-spacing: -0.02em;
        margin: 0 !important;
        line-height: 1.3 !important;
    }

    /* View All Link */
    div.py-3:has(#healthCardsCarousel) a {
        font-size: 0.9375rem !important;
        font-weight: 600 !important;
        transition: all 0.3s ease;
        padding: 0.25rem 0 !important;
    }

    div.py-3:has(#healthCardsCarousel) a:hover {
        transform: translateX(4px);
    }

    /* Carousel Container - Reduced Padding */
    #healthCardsCarousel {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
        gap: 2rem !important;
        overflow: visible !important;
        padding: 1rem 3rem 1.5rem 3rem !important;
    }

    /* Card Items - More Compact */
    #healthCardsCarousel > div {
        min-width: auto !important;
        padding: 2rem 2.25rem !important;
        border-radius: 1.5rem !important;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Reduce spacing inside cards */
    #healthCardsCarousel > div > * {
        margin-bottom: 0.75rem !important;
    }

    #healthCardsCarousel > div > *:last-child {
        margin-bottom: 0 !important;
    }

    /* Compact card title */
    #healthCardsCarousel > div h4,
    #healthCardsCarousel > div h3,
    #healthCardsCarousel > div h2 {
        margin-bottom: 0.75rem !important;
        line-height: 1.3 !important;
    }

    /* Compact price display */
    #healthCardsCarousel > div .text-\\[\\#197fe6\\],
    #healthCardsCarousel > div [class*="text-primary"] {
        margin-top: 0.5rem !important;
        margin-bottom: 0.75rem !important;
    }

    /* Compact feature list */
    #healthCardsCarousel > div ul,
    #healthCardsCarousel > div .space-y,
    #healthCardsCarousel > div .flex.flex-col {
        gap: 0.5rem !important;
        margin-top: 0.75rem !important;
        margin-bottom: 1rem !important;
    }

    /* Compact button */
    #healthCardsCarousel > div button,
    #healthCardsCarousel > div a[class*="bg-"] {
        padding: 0.75rem 1.5rem !important;
        margin-top: 1rem !important;
        font-size: 0.9375rem !important;
    }

    #healthCardsCarousel > div:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 24px 56px rgba(0, 0, 0, 0.18);
    }

    /* ==================== TREATMENTS GRID ==================== */
    .grid.grid-cols-2 {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 2rem !important;
    }

    .grid.grid-cols-2 > div {
        padding: 2.5rem !important;
        border-radius: 1.5rem;
        transition: all 0.35s;
    }

    .grid.grid-cols-2 > div:hover {
        transform: translateY(-8px);
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    }

    /* ==================== SERVICES CAROUSEL ==================== */
    .flex.gap-3.overflow-x-auto.px-3 {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    div[class*="min-w-"][class*="240px"] {
        min-width: auto !important;
        border-radius: 1.5rem;
        transition: all 0.35s;
    }

    div[class*="min-w-"][class*="240px"]:hover {
        transform: translateY(-8px);
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    }

    /* ==================== REVIEWS ==================== */
    div[class*="min-w-"][class*="260px"] {
        min-width: auto !important;
        padding: 2.5rem !important;
        border-radius: 1.5rem;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: all 0.35s;
    }

    div[class*="min-w-"][class*="260px"]:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 20px 48px rgba(0, 0, 0, 0.14);
    }

    div[class*="min-w-"][class*="260px"] .size-12 {
        width: 4rem !important;
        height: 4rem !important;
    }

    /* ==================== SECTIONS SPACING ==================== */
    div.px-4,
    div.px-3 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        max-width: 1600px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    div.py-3 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    /* Section Headings */
    h3.text-lg {
        font-size: 2rem !important;
        font-weight: 700 !important;
        margin-bottom: 2.5rem !important;
        letter-spacing: -0.02em;
    }

    /* ==================== HOW TO GET CARD & TREATMENTS SIDE BY SIDE ==================== */
    /* Wrapper container for both sections */
    div.px-4.py-3.lg\\:flex.lg\\:gap-6 {
        display: flex !important;
        flex-direction: row !important;
        gap: 2rem !important;
        padding: 3rem !important;
        max-width: 1400px;
        margin: 0 auto;
        align-items: stretch;
    }

    /* How to Get Card Section - Left Side */
    div.px-4.py-3.lg\\:flex.lg\\:gap-6 > div.lg\\:flex-1:first-child {
        flex: 1 1 50%;
        min-width: 0;
    }

    div[class*="bg-gradient-to-br"][class*="from-primary"] {
        padding: 3rem !important;
        border-radius: 2rem !important;
        box-shadow: 0 20px 60px rgba(25, 127, 230, 0.15), 0 0 0 1px rgba(25, 127, 230, 0.1) !important;
        height: 100%;
        background: linear-gradient(135deg, rgba(25, 127, 230, 0.08) 0%, rgba(59, 130, 246, 0.05) 50%, rgba(147, 197, 253, 0.03) 100%) !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        border: 2px solid rgba(25, 127, 230, 0.15) !important;
    }

    div[class*="bg-gradient-to-br"][class*="from-primary"]:hover {
        transform: translateY(-4px);
        box-shadow: 0 28px 80px rgba(25, 127, 230, 0.2), 0 0 0 1px rgba(25, 127, 230, 0.2) !important;
    }

    /* Section Heading */
    div[class*="bg-gradient-to-br"][class*="from-primary"] h3 {
        font-size: 1.75rem !important;
        font-weight: 700 !important;
        margin-bottom: 2rem !important;
        background: linear-gradient(135deg, #197fe6 0%, #3b82f6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        letter-spacing: -0.02em;
    }

    /* Steps Container */
    .space-y-4 {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.75rem !important;
    }

    /* Step Items */
    .space-y-4 > div.flex.items-start {
        padding: 1.25rem !important;
        border-radius: 1rem !important;
        background: rgba(255, 255, 255, 0.6) !important;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(25, 127, 230, 0.1);
        transition: all 0.3s ease;
    }

    .dark .space-y-4 > div.flex.items-start {
        background: rgba(26, 35, 46, 0.6) !important;
        border-color: rgba(255, 255, 255, 0.1);
    }

    .space-y-4 > div.flex.items-start:hover {
        transform: translateX(4px);
        background: rgba(255, 255, 255, 0.8) !important;
        border-color: rgba(25, 127, 230, 0.3);
        box-shadow: 0 4px 12px rgba(25, 127, 230, 0.1);
    }

    .dark .space-y-4 > div.flex.items-start:hover {
        background: rgba(26, 35, 46, 0.8) !important;
    }

    /* Step Number Badge */
    .space-y-4 .size-10 {
        width: 3.5rem !important;
        height: 3.5rem !important;
        background: linear-gradient(135deg, #197fe6 0%, #3b82f6 100%) !important;
        box-shadow: 0 4px 12px rgba(25, 127, 230, 0.3) !important;
        font-size: 1.125rem !important;
        font-weight: 700 !important;
    }

    /* Step Content */
    .space-y-4 h4 {
        font-size: 1.125rem !important;
        font-weight: 600 !important;
        margin-bottom: 0.5rem !important;
        color: #111418 !important;
    }

    .dark .space-y-4 h4 {
        color: #ffffff !important;
    }

    .space-y-4 p {
        font-size: 0.9375rem !important;
        line-height: 1.6 !important;
        color: #4b5563 !important;
    }

    .dark .space-y-4 p {
        color: #d1d5db !important;
    }

    /* CTA Button */
    div[class*="bg-gradient-to-br"] a {
        background: linear-gradient(135deg, #197fe6 0%, #3b82f6 100%) !important;
        box-shadow: 0 8px 24px rgba(25, 127, 230, 0.35) !important;
        font-size: 1rem !important;
        padding: 1rem 2rem !important;
        border-radius: 1rem !important;
        transition: all 0.3s ease;
        border: none !important;
    }

    div[class*="bg-gradient-to-br"] a:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(25, 127, 230, 0.45) !important;
        background: linear-gradient(135deg, #1557b0 0%, #2563eb 100%) !important;
    }

    /* Treatments & Therapies Section - Right Side */
    div.px-4.py-3.lg\\:flex.lg\\:gap-6 > div.lg\\:flex-1:last-child {
        flex: 1 1 50%;
        min-width: 0;
    }

    div.bg-gray-50.dark\\:bg-surface-dark\\/50 {
        padding: 3rem !important;
        border-radius: 2rem !important;
        background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%) !important;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
        height: 100%;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        border: 2px solid rgba(0, 0, 0, 0.05) !important;
    }

    .dark div.bg-gray-50.dark\\:bg-surface-dark\\/50 {
        background: linear-gradient(135deg, #1a232e 0%, #111921 100%) !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }

    div.bg-gray-50.dark\\:bg-surface-dark\\/50:hover {
        transform: translateY(-4px);
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
    }

    /* Treatments Heading */
    div.bg-gray-50.dark\\:bg-surface-dark\\/50 h3 {
        font-size: 1.75rem !important;
        font-weight: 700 !important;
        margin-bottom: 2rem !important;
        color: #111418 !important;
        letter-spacing: -0.02em;
    }

    .dark div.bg-gray-50.dark\\:bg-surface-dark\\/50 h3 {
        color: #ffffff !important;
    }

    /* Treatments Grid */
    div.bg-gray-50.dark\\:bg-surface-dark\\/50 .grid.grid-cols-2 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
    }

    /* Treatment Cards */
    div.bg-gray-50.dark\\:bg-surface-dark\\/50 .grid.grid-cols-2 > div {
        padding: 2rem !important;
        border-radius: 1.5rem !important;
        background: rgba(255, 255, 255, 0.9) !important;
        backdrop-filter: blur(10px);
        border: 2px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .dark div.bg-gray-50.dark\\:bg-surface-dark\\/50 .grid.grid-cols-2 > div {
        background: rgba(26, 35, 46, 0.8) !important;
        border-color: rgba(255, 255, 255, 0.1);
    }

    div.bg-gray-50.dark\\:bg-surface-dark\\/50 .grid.grid-cols-2 > div:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
        border-color: rgba(25, 127, 230, 0.3);
        background: rgba(255, 255, 255, 1) !important;
    }

    .dark div.bg-gray-50.dark\\:bg-surface-dark\\/50 .grid.grid-cols-2 > div:hover {
        background: rgba(26, 35, 46, 1) !important;
        border-color: rgba(59, 130, 246, 0.4);
    }

    /* Treatment Card Icons */
    div.bg-gray-50.dark\\:bg-surface-dark\\/50 .grid.grid-cols-2 > div .p-2 {
        padding: 1.25rem !important;
        border-radius: 1rem !important;
        width: 4rem;
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div.bg-gray-50.dark\\:bg-surface-dark\\/50 .grid.grid-cols-2 > div .material-symbols-outlined {
        font-size: 2rem !important;
    }

    /* Treatment Card Text */
    div.bg-gray-50.dark\\:bg-surface-dark\\/50 .grid.grid-cols-2 > div h4 {
        font-size: 1.125rem !important;
        font-weight: 600 !important;
        margin-top: 1rem !important;
    }

    div.bg-gray-50.dark\\:bg-surface-dark\\/50 .grid.grid-cols-2 > div p {
        font-size: 0.875rem !important;
        margin-top: 0.5rem !important;
    }

    /* ==================== WHY CHOOSE US SECTION ==================== */
    #why-us {
        padding: 3rem 1rem !important;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Override mobile padding for desktop */
    #why-us.px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #why-us > div.bg-gradient-to-br {
        padding: 3.5rem 3rem !important;
        border-radius: 2rem !important;
        box-shadow: 0 20px 60px rgba(37, 99, 235, 0.3);
        background: linear-gradient(135deg, #2563eb 0%, #1e40af 50%, #1e3a8a 100%) !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
    }

    #why-us > div.bg-gradient-to-br::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        animation: pulse 8s ease-in-out infinite;
    }

    @keyframes pulse {
        0%, 100% {
            transform: scale(1);
            opacity: 0.5;
        }
        50% {
            transform: scale(1.1);
            opacity: 0.8;
        }
    }

    #why-us > div.bg-gradient-to-br:hover {
        transform: translateY(-8px);
        box-shadow: 0 28px 80px rgba(37, 99, 235, 0.4);
    }

    .dark #why-us > div.bg-gradient-to-br {
        background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 50%, #1e295b 100%) !important;
        box-shadow: 0 20px 60px rgba(37, 99, 235, 0.5);
    }

    .dark #why-us > div.bg-gradient-to-br:hover {
        box-shadow: 0 28px 80px rgba(37, 99, 235, 0.6);
    }

    #why-us h3 {
        font-size: 2rem !important;
        font-weight: 700 !important;
        margin-bottom: 1.5rem !important;
        line-height: 1.3 !important;
        letter-spacing: -0.02em;
    }

    #why-us > div.bg-gradient-to-br > div:first-child p {
        font-size: 1.125rem !important;
        line-height: 1.7 !important;
        margin-bottom: 1.25rem !important;
    }

    #why-us > div.bg-gradient-to-br > div:nth-child(2) p {
        font-size: 1.125rem !important;
        line-height: 1.7 !important;
    }

    #why-us .space-y-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem !important;
        margin-top: 2.5rem !important;
    }

    #why-us .space-y-4 > div {
        display: flex;
        align-items: flex-start;
        gap: 1.25rem;
        padding: 1.5rem;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 1.25rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #why-us .space-y-4 > div:hover {
        transform: translateY(-4px) scale(1.02);
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    }

    #why-us .space-y-4 > div > div.bg-white\/20 {
        padding: 1rem !important;
        border-radius: 1rem !important;
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.2) !important;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        transition: all 0.3s ease;
    }

    #why-us .space-y-4 > div:hover > div.bg-white\/20 {
        background: rgba(255, 255, 255, 0.3) !important;
        transform: rotate(5deg) scale(1.1);
    }

    #why-us .space-y-4 > div .material-symbols-outlined {
        font-size: 1.75rem !important;
    }

    #why-us .space-y-4 > div h4 {
        font-size: 1.25rem !important;
        font-weight: 600 !important;
        margin-bottom: 0.75rem !important;
        line-height: 1.4 !important;
    }

    #why-us .space-y-4 > div p {
        font-size: 0.9375rem !important;
        line-height: 1.6 !important;
        color: rgba(255, 255, 255, 0.95) !important;
    }

    /* ==================== REVIEWS SECTION - REMOVE BOTTOM PADDING ==================== */
    /* Remove padding-bottom from Reviews Section wrapper before footer */
    div.px-4.pt-3:has(+ footer),
    div.px-4.py-3:has(+ footer),
    div.px-4.pt-3:last-of-type {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    /* ==================== WHY CHOOSE US - REMOVE BOTTOM PADDING ==================== */
    #why-us.px-4,
    #why-us.px-4.pb-4 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    /* ==================== FOOTER ==================== */
    footer {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 4rem 3rem !important;
    }

    /* Override any Tailwind margin classes */
    footer.mt-4,
    footer.mt-3,
    footer.mt-2 {
        margin-top: 0 !important;
    }

    /* Remove any gap/spacing before footer */
    footer {
        position: relative;
    }

    /* Ensure no spacing from previous sibling */
    * + footer {
        margin-top: 0 !important;
    }

    /* ==================== BOTTOM NAV ==================== */
    nav.fixed.bottom-0 {
        display: none !important;
    }

    /* ==================== GLOBAL ENHANCEMENTS ==================== */
    * {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    h1, h2, h3, h4, h5, h6 {
        letter-spacing: -0.02em;
    }
}

/* ==================== ULTRA WIDE (1920px+) ==================== */
@media screen and (min-width: 1920px) {
    body > div.relative {
        max-width: 1800px;
    }

    nav.sticky.top-0 {
        padding: 1.5rem 4rem !important;
    }

    div.slider-container {
        height: 600px !important;
        min-height: 600px !important;
        max-height: 600px !important;
    }

    div.slider-container > div.slide h2 {
        font-size: 4rem !important;
    }
}
