 :root {
            --brand-blue: #0056b3;
            --brand-dark-blue: #1e3a8a;
            --brand-teal: #0ea5e9;
            --brand-accent: #ef4444;
            --brand-light: #f0f9ff;
            --brand-dark: #111827;
            --brand-green-bg: #dcfce7;
            --brand-green-text: #16a34a;
              --spotlight-blue: #2b59c3;
            
            --whatsapp-green: #25D366;
         
            --whatsapp-green: #25D366;
            --soft-blue: #f0f9ff;
            --deep-blue: #1e3a8a;
           
        }

       body {
            font-family: 'Plus Jakarta Sans', sans-serif;
            color: #374151;
            scroll-behavior: smooth;
            overflow-x: hidden;
        }

        /* Utilities */
        .text-brand-blue { color: var(--brand-blue); }
        .text-brand-teal { color: var(--brand-teal); }
        .bg-brand-blue { background-color: var(--brand-blue); }
        .bg-brand-light { background-color: var(--brand-light); }
        .bg-brand-accent { background-color: var(--brand-accent); }
        
        .btn-brand-accent {
            background-color: var(--brand-accent);
            color: white;
            border-radius: 50px;
            font-weight: 700;
            padding: 12px 30px;
            border: none;
            transition: all 0.3s ease;
        }
        .btn-brand-accent:hover {
            background-color: #dc2626;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(239, 68, 68, 0.2);
        }

        .animate-on-scroll {
            transform: translateY(30px);
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .animate-on-scroll.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Top Bar Styling */
        .top-bar {
            background-color: var(--brand-blue);
            color: white;
            padding: 12px 0;
            font-size: 0.95rem;
            font-weight: 500;
        }

        /* Navbar Styling */
        .navbar {
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(10px);
            padding: 15px 0;
            z-index: 1050;
        }
        .navbar.scrolled {
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
            padding: 10px 0;
        }
        .nav-link {
            font-weight: 700;
            color: #4b5563 !important;
            margin: 0 12px;
            position: relative;
        }
        .nav-link:hover { color: var(--brand-blue) !important; }

        .btn-brand-accent {
            background-color: var(--brand-accent);
            color: white;
            border-radius: 50px;
            font-weight: 700;
            padding: 12px 32px;
            border: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 14px 0 rgba(239, 68, 68, 0.3);
        }
        .btn-brand-accent:hover {
            background-color: #dc2626;
            transform: translateY(-2px);
            color: white;
        }

         /* Header / Hero Section */
        .page-header {
            background: linear-gradient(rgba(0, 86, 179, 0.85), rgba(0, 86, 179, 0.95)), url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&q=80&w=1920');
            background-size: cover;
            background-position: center;
            padding: 80px 0;
            color: white;
            text-align: center;
        }

        /* Breadcrumb Styling */
        .breadcrumb-wrapper {
            background-color: #f8fafc;
            padding: 12px 0;
            border-bottom: 1px solid #e2e8f0;
        }
        .breadcrumb {
            margin-bottom: 0;
            font-size: 0.95rem;
        }
        .breadcrumb-item a {
            color: var(--brand-blue);
            text-decoration: none;
            font-weight: 600;
        }
        .breadcrumb-item.active {
            color: #64748b;
            font-weight: 500;
        }
        .breadcrumb-item + .breadcrumb-item::before {
            content: "\f105";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            padding: 0 10px;
            color: #94a3b8;
        }

        /* Contact Details Cards */
        .contact-card {
            background: white;
            padding: 25px;
            border-radius: 1rem;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
            border: 1px solid #f1f5f9;
            height: 100%;
            transition: all 0.3s ease;
        }
        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            border-color: var(--brand-light);
        }
        .icon-box {
            width: 50px;
            height: 50px;
            background-color: var(--brand-light);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--brand-blue);
            font-size: 1.25rem;
            margin-bottom: 15px;
        }

        /* Form Styling */
        .form-wrapper {
            background: white;
            padding: 40px;
            border-radius: 1.5rem;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
            border: 1px solid #f1f5f9;
        }
        .form-control {
            border-radius: 0.75rem;
            border: 1px solid #e2e8f0;
            padding: 0.8rem 1rem;
            font-size: 0.95rem;
        }
        .form-control:focus {
            border-color: var(--brand-blue);
            box-shadow: 0 0 0 4px rgba(0, 86, 179, 0.1);
        }
        .btn-submit {
            background-color: var(--brand-accent);
            color: white;
            font-weight: 700;
            padding: 12px 30px;
            border-radius: 50px;
            border: none;
            width: 100%;
            transition: all 0.3s ease;
        }
        .btn-submit:hover {
            background-color: #dc2626;
            transform: translateY(-2px);
        }

        /* Full Width Map Section */
        .map-section {
            height: 500px;
            width: 100%;
            margin-top: 60px;
        }

        /* Gallery Grid */
        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 1rem;
            cursor: pointer;
            aspect-ratio: 1/1;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            margin-bottom: 30px;
        }
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .gallery-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 86, 179, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            color: white;
            z-index: 5;
        }
        .gallery-overlay i {
            font-size: 2.5rem;
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }
        .gallery-item:hover img { transform: scale(1.1); }
        .gallery-item:hover .gallery-overlay { opacity: 1; }
        .gallery-item:hover .gallery-overlay i { transform: scale(1); }

        /* Lightbox Custom Styling */
        #lightboxModal .modal-content { background: transparent; border: none; }
        #lightboxModal .modal-body { padding: 0; position: relative; text-align: center; }
        #lightboxModal .btn-close-custom {
            position: absolute;
            top: -50px;
            right: 0;
            background: rgba(255,255,255,0.2);
            border: 2px solid white;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s;
            z-index: 1100;
        }
        #lightboxModal .btn-close-custom:hover { background: rgba(255,255,255,0.4); }
        #lightboxImage { 
            border-radius: 0.75rem; 
            max-height: 80vh; 
            max-width: 100%; 
            object-fit: contain; 
            box-shadow: 0 20px 50px rgba(0,0,0,0.5);
        }
         /* Content Blocks */
        .section-tag { font-weight: 800; color: var(--brand-teal); text-uppercase: uppercase; letter-spacing: 2px; font-size: 0.9rem; margin-bottom: 1rem; display: block; }
        .section-title { font-weight: 800; color: var(--brand-blue); margin-bottom: 1.5rem; }
        
        /* Mission Vision Cards */
        .mv-card {
            background: #fff;
            padding: 2.5rem;
            border-radius: 2rem;
            border: 1px solid #eef2f6;
            box-shadow: 0 10px 30px rgba(0,0,0,0.04);
            height: 100%;
            transition: transform 0.3s;
        }
        .mv-card:hover { transform: translateY(-5px); }
        .mv-icon { width: 60px; height: 60px; background: var(--brand-light); color: var(--brand-blue); border-radius: 1rem; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.5rem; }

        /* Team Section */
        .team-section { background-color: #f8fafc; border-radius: 3rem; padding: 4rem; margin-top: 4rem; }

        /* Doctor spotlight style replicate */
        .spotlight-card {
            background-color: var(--soft-blue);
            border-radius: 3.5rem;
            padding: 3.5rem;
            border: 1px solid #e0f2fe;
            box-shadow: 0 25px 50px -12px rgba(0, 86, 179, 0.1);
        }
        .doctor-photo-container { position: relative; }
        .doctor-photo {
            border-radius: 2.5rem;
            width: 100%;
            height: auto;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        .name-badge {
            position: absolute;
            bottom: -20px;
            right: -20px;
            background-color: var(--spotlight-blue);
            color: white;
            padding: 1.5rem 2.5rem;
            border-radius: 1.5rem;
            box-shadow: 0 20px 50px rgba(0,0,0,0.15);
            min-width: 280px;
            z-index: 10;
        }
        .vision-box {
            background-color: white;
            border-radius: 1.5rem;
            padding: 2rem;
            border-left: 5px solid var(--brand-teal);
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);
            margin-bottom: 2.5rem;
        }
        .feature-icon-box {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-right: 30px;
            margin-bottom: 15px;
        }
        .icon-unit {
            width: 45px;
            height: 45px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--deep-blue);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            font-size: 1.2rem;
        }
/* Who We Are - Precise Match to Image */
        .who-we-are-img {
            border-radius: 2.5rem;
            box-shadow: 0 25px 50px rgba(0,0,0,0.1);
            height: 550px;
            object-fit: cover;
            width: 100%;
        }
        .floating-years-card {
            position: absolute;
            bottom: -25px;
            right: -25px;
            background: white;
            padding: 40px;
            border-radius: 1.5rem;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
            border-left: 6px solid var(--brand-teal);
            border-bottom: 6px solid var(--brand-teal);
            z-index: 10;
            min-width: 260px;
        }
        .years-number {
            font-size: 4.5rem;
            font-weight: 800;
            color: var(--brand-dark-blue);
            line-height: 1;
        }
        .feature-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
        }
        .feature-icon {
            color: #22c55e;
            font-size: 1.5rem;
        }
        .feature-text {
            color: var(--brand-dark-blue);
            font-weight: 700;
            font-size: 1.15rem;
        }
        /* Mobile Menu (Custom Design) */
        @media (max-width: 991px) {
            .navbar-collapse {
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: white;
                box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
                border-top: 1px solid #f3f4f6;
                padding: 24px;
                display: none; 
            }
            .navbar-collapse.show {
                display: block;
            }
            .navbar-nav .nav-link {
                display: block;
                font-size: 1.25rem;
                font-weight: 800;
                border-bottom: 1px solid #f3f4f6;
                padding: 12px 0 !important;
                margin: 0 !important;
                color: #374151 !important;
            }
            .mobile-book-btn {
                display: block !important;
                width: 100%;
                text-align: center;
                margin-top: 16px;
                padding: 16px !important;
                font-size: 1.25rem !important;
                border-radius: 12px !important;
            }
        }

        /* Hero Carousel */
        .hero-carousel .carousel-item {
            height: 750px;
            background-size: cover;
            background-position: center;
        }
        .hero-overlay {
            position: absolute;
           
            background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.85) 35%, transparent 100%);
        }
        .hero-title {
            color: #111827;
            font-weight: 800;
            letter-spacing: -0.025em;
            text-shadow: 0 1px 2px rgba(255,255,255,1);
        }
 /* Modal Custom Styling (To match screenshot) */
        .modal-content {
            border-radius: 1rem;
            border: none;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }
        .modal-header {
            background-color: var(--brand-blue);
            padding: 1.5rem;
            border: none;
        }
        .modal-header .modal-title {
            color: white;
            font-weight: 700;
            font-size: 1.5rem;
        }
        .modal-header .btn-close {
            filter: brightness(0) invert(1);
            opacity: 1;
        }
        .modal-body {
            padding: 2rem;
        }
        .modal-body .form-label {
            font-weight: 600;
            color: #374151;
            margin-bottom: 0.5rem;
            font-size: 1rem;
        }
        .modal-body .form-control {
            border-radius: 0.5rem;
            border: 1px solid #d1d5db;
            padding: 0.75rem 1rem;
            font-size: 1rem;
            background-color: #fff;
            transition: border-color 0.2s;
        }
        .modal-body .form-control:focus {
            border-color: var(--brand-blue);
            box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.1);
        }
        .modal-body .form-control::placeholder {
            color: #9ca3af;
        }
        .btn-confirm-booking {
            background-color: var(--brand-accent);
            color: white;
            font-weight: 700;
            font-size: 1.125rem;
            padding: 1rem;
            border-radius: 50rem; /* Pill shape like screenshot */
            border: none;
            width: 100%;
            margin-top: 1rem;
            transition: transform 0.2s, background-color 0.2s;
            box-shadow: 0 10px 15px -3px rgba(239, 68, 68, 0.3);
        }
        .btn-confirm-booking:hover {
            background-color: #dc2626;
            transform: translateY(-1px);
        }

        /* Features Cards */
        .feature-card {
            background: white;
            padding: 40px;
            border-radius: 1.5rem;
            box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
            border: 1px solid #f1f5f9;
            transition: all 0.4s ease;
            height: 100%;
        }
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 0.1);
        }
        .feature-icon-wrapper {
            background: var(--brand-light);
            width: 90px;
            height: 90px;
            border-radius: 1.25rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 2rem;
            transform: rotate(3deg);
            transition: all 0.5s ease;
        }
        .feature-card:hover .feature-icon-wrapper {
            transform: rotate(8deg);
            background: var(--brand-blue);
        }
        .feature-icon-wrapper i {
            font-size: 2.2rem;
            color: var(--brand-blue);
            transform: rotate(-3deg);
            transition: all 0.5s ease;
        }
        .feature-card:hover .feature-icon-wrapper i {
            color: white;
        }

        /* Health Conditions Navigation */
        .circle-nav-btn {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #e2e8f0;
            background: white;
            color: #64748b;
            transition: all 0.3s ease;
            padding: 0;
        }
        .circle-nav-btn:hover {
            background: var(--brand-blue);
            color: white;
            border-color: var(--brand-blue);
            transform: scale(1.05);
        }
        .scroll-container {
            display: flex;
            gap: 2rem;
            overflow-x: auto;
            padding: 1rem 0;
            scroll-behavior: smooth;
        }
        .scroll-container::-webkit-scrollbar { display: none; }
        .condition-card { flex: 0 0 180px; text-align: center; }
        .condition-icon-box {
            aspect-ratio: 1/1;
            border-radius: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
            transition: all 0.3s ease;
        }
        .condition-card:hover .condition-icon-box { transform: scale(1.08); }

        /* WhatsApp Banner CTA */
        .whatsapp-banner-cta {
            background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
            border-radius: 3rem;
            padding: 60px;
            border: 1px solid #bbf7d0;
            position: relative;
            overflow: hidden;
        }
        .wa-cta-icon {
            font-size: 8rem;
            color: #166534;
            opacity: 0.05;
            position: absolute;
            right: -20px;
            top: -20px;
            transform: rotate(15deg);
        }


        /* Package Card Design (Matching Screenshot) */
        .package-card {
            background: white;
            border-radius: 1.25rem;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            border: 1px solid #f3f4f6;
            padding: 0;
        }
        .package-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        }
        .package-image-container {
            position: relative;
            height: 240px;
            overflow: hidden;
            border-bottom: 1px solid #f3f4f6;
            margin: 15px;
            border-radius: 1rem;
        }
        .package-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .discount-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: var(--brand-accent);
            color: white;
            font-size: 0.75rem;
            font-weight: 800;
            padding: 6px 12px;
            border-radius: 50px;
            text-transform: uppercase;
            box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
        }
        .save-badge {
            background-color: var(--brand-green-bg);
            color: var(--brand-green-text);
            font-weight: 700;
            font-size: 0.75rem;
            padding: 4px 10px;
            border-radius: 4px;
        }
        .package-content {
            padding: 0 30px 30px 30px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        .test-count-label {
            color: var(--brand-teal);
            font-weight: 700;
            font-size: 0.9rem;
            margin-bottom: 8px;
        }
        .package-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 20px;
        }
        .test-list {
            list-style: none;
            padding: 0;
            margin-bottom: 25px;
            flex-grow: 1;
        }
        .test-list li {
            font-size: 0.95rem;
            color: #4b5563;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .test-list li i {
            color: var(--brand-teal);
            font-size: 0.8rem;
        }
        .price-row {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 15px;
        }
        .old-price {
            text-decoration: line-through;
            color: #9ca3af;
            font-size: 0.9rem;
            display: block;
        }
        .new-price {
            color: var(--brand-blue);
            font-size: 2rem;
            font-weight: 800;
            line-height: 1;
        }
        .btn-book-package {
            width: 100%;
            border: 1.5px solid var(--brand-blue);
            color: var(--brand-blue);
            background: transparent;
            font-weight: 700;
            padding: 12px;
            border-radius: 8px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        .btn-book-package:hover {
            background-color: var(--brand-dark-blue);
            color: white;
            border-color: var(--brand-dark-blue);
        }

        /* Stats */
        .stats-section {
            background: var(--brand-blue);
            position: relative;
            overflow: hidden;
            color: white;
            padding: 100px 0;
        }
        .stats-blur {
            position: absolute;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            filter: blur(60px);
        }

        /* Testimonials Bullets */
        .testimonial-bullets {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 40px;
        }
        .bullet-btn {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: none;
            background: #cbd5e1;
            padding: 0;
            transition: all 0.3s ease;
        }
        .bullet-btn.active {
            background: var(--brand-blue);
            width: 40px;
            border-radius: 12px;
        }

         .main-footer {
            background-color: #0b0f1a;
            color: #e2e8f0;
            padding-top: 80px;
            padding-bottom: 40px;
        }
        .footer-logo {
            filter: brightness(0) invert(1);
            max-height: 80px;
            margin-bottom: 25px;
        }
        .footer-desc {
            color: #94a3b8;
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 30px;
            max-width: 320px;
        }
        .footer-social-links {
            display: flex;
            gap: 15px;
        }
        .social-circle {
            width: 45px;
            height: 45px;
            background-color: #1e293b;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .social-circle:hover {
            background-color: var(--brand-teal);
            color: white;
            transform: translateY(-3px);
        }
        .footer-heading {
            font-size: 1.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 12px;
        }
        .footer-heading::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background-color: #334155;
        }
        .footer-list {
            list-style: none;
            padding: 0;
        }
        .footer-list li {
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .footer-list li a {
            color: #94a3b8;
            text-decoration: none;
            font-size: 1.1rem;
            transition: color 0.3s ease;
        }
        .footer-list li a:hover {
            color: var(--brand-teal);
        }
        .footer-dot {
            width: 6px;
            height: 6px;
            background-color: var(--brand-teal);
            border-radius: 50%;
        }
        .contact-item {
            display: flex;
            gap: 15px;
            margin-bottom: 25px;
            color: #94a3b8;
            font-size: 1.1rem;
            line-height: 1.5;
        }
        .contact-icon {
            color: var(--brand-teal);
            font-size: 1.2rem;
            margin-top: 4px;
        }
        .footer-bottom {
            margin-top: 60px;
            padding-top: 30px;
            border-top: 1px solid #1e293b;
            text-align: center;
            color: #64748b;
            font-size: 1rem;
        }

        /* Floating WhatsApp Button (Matching Image & Animation) */
        .whatsapp-float {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 70px;
            height: 70px;
            background-color: var(--whatsapp-green);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
            text-decoration: none;
            z-index: 9999;
            transition: all 0.3s ease;
        }
        .whatsapp-float:hover {
            color: white;
            transform: scale(1.1);
        }
        .whatsapp-float i {
            animation: whatsapp-shake 2.5s infinite;
        }

        /* Circle Animation for WhatsApp */
        .whatsapp-pulse-wrapper {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 9998;
        }
        .pulse-circle {
            position: absolute;
            width: 70px;
            height: 70px;
            background: var(--whatsapp-green);
            border-radius: 50%;
            opacity: 0.6;
            animation: circle-pulse 2s infinite ease-out;
        }

        @keyframes circle-pulse {
            0% { transform: scale(1); opacity: 0.6; }
            100% { transform: scale(1.6); opacity: 0; }
        }
        @keyframes whatsapp-shake {
            0% { transform: rotate(0); }
            5% { transform: rotate(10deg); }
            10% { transform: rotate(-10deg); }
            15% { transform: rotate(10deg); }
            20% { transform: rotate(-10deg); }
            25% { transform: rotate(0); }
            100% { transform: rotate(0); }
        }

        .fade-in-up {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }
        .fade-in-up.visible {
            opacity: 1;
            transform: translateY(0);
        }