
        /* Global Styles & Box Sizing Fix */
        *, *::before, *::after { box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        :root { --primary-teal: #1a8b9d; --secondary-grey: #4a5056; --light-bg: #f8f9fa; --white: #ffffff; --trustpilot: #00b67a; --transition: 0.3s ease; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; color: #333; line-height: 1.6; overflow-x: hidden; }
        a { text-decoration: none; color: var(--primary-teal); transition: color var(--transition); }
        h1, h2, h3, h4 { color: var(--secondary-grey); }
        .section-padding { padding: 5rem 2rem; }
        .container { max-width: 1200px; margin: 0 auto; }
        .text-center { text-align: center; }

        /* Buttons */
        .btn { background: linear-gradient(135deg, var(--primary-teal), #136a78); color: var(--white); padding: 1rem 2rem; border-radius: 8px; font-weight: 700; display: inline-block; transition: all 0.3s ease; border: none; cursor: pointer; text-align: center; }
        .btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(26, 139, 157, 0.4); color: var(--white); }
        .btn-outline { background: transparent; border: 2px solid var(--primary-teal); color: var(--primary-teal); }
        .btn-outline:hover { background: var(--primary-teal); color: var(--white); box-shadow: 0 8px 20px rgba(26, 139, 157, 0.3); }

        /* Header & Navigation */
        
        
        
        /* Logo Styling */
        
        
        .logo img:hover { transform: scale(1.02); }
        
        .logo-text span { color: var(--primary-teal); }

        /* Navigation Links */
        
        
        

        /* Mobile Menu Toggle Button */
        
        

        /* Hero Video Section */
        .hero { position: relative; height: 85vh; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--white); overflow: hidden; }
        .hero-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -2; transform: translate(-50%, -50%); object-fit: cover; }
        .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(30, 41, 59, 0.85), rgba(15, 23, 42, 0.7)); z-index: -1; }
        .hero-content { z-index: 1; max-width: 900px; padding: 0 2rem; width: 100%; }
        .hero h1 { font-size: 4.5rem; color: var(--white); margin-bottom: 1rem; text-shadow: 0 10px 25px rgba(0,0,0,0.6); font-weight: 800; letter-spacing: -1.5px; }
        .hero p { font-size: 1.35rem; color: rgba(255,255,255,0.9); margin-bottom: 2.5rem; font-weight: 300; }
        .hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

        /* Partners Bar */
        .partners-bar { background: linear-gradient(90deg, #1e293b, #0f172a); color: var(--white); padding: 2rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .partners-flex { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 4rem; max-width: 1200px; margin: 0 auto; font-weight: 600; text-align: center; }
        .partners-flex span { display: flex; align-items: center; gap: 12px; color: #94a3b8; font-size: 1.1rem; }
        .partners-flex i { color: var(--primary-teal); font-size: 1.5rem; }

        /* Who We Are & Trustpilot */
        .who-we-are { display: flex; flex-wrap: wrap; align-items: center; gap: 5rem; margin-top: 2rem; }
        .who-text { flex: 1; min-width: 300px; }
        .who-text h2 { font-size: 2.8rem; color: #1e293b; margin-bottom: 1.5rem; font-weight: 800; letter-spacing: -1px; }
        .who-text p { font-size: 1.1rem; color: #475569; line-height: 1.8; margin-bottom: 1.5rem; }
        .trust-badge { background: var(--white); border: 1px solid #e2e8f0; padding: 1.5rem 2rem; border-radius: 12px; display: inline-flex; flex-direction: column; margin-top: 1.5rem; box-shadow: 0 10px 30px rgba(0,0,0,0.04); transition: transform 0.3s ease; }
        .trust-badge:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
        .stars i { color: var(--trustpilot); font-size: 1.3rem; margin-bottom: 0.5rem; margin-right: 2px; }
        .who-image { flex: 1; min-width: 300px; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); position: relative; }
        .who-image::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2); border-radius: 16px; pointer-events: none; }
        .who-image img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; }
        .who-image:hover img { transform: scale(1.03); }

        /* Animated Counters */
        .counters-section { background: linear-gradient(135deg, var(--primary-teal), #136a78); color: var(--white); padding: 5rem 2rem; position: relative; overflow: hidden; }
        .counters-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%); }
        .counter-grid { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 3rem; max-width: 1000px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
        .counter-box { flex: 1; min-width: 200px; background: rgba(255,255,255,0.05); padding: 2.5rem; border-radius: 16px; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); transition: transform 0.3s ease; }
        .counter-box:hover { transform: translateY(-5px); background: rgba(255,255,255,0.1); }
        .counter-box i { font-size: 3rem; margin-bottom: 1.5rem; color: #7dd3fc; }
        .counter-number { font-size: 3.5rem; font-weight: 800; line-height: 1; margin-bottom: 0.5rem; display: flex; align-items: center; justify-content: center; }
        .counter-label { font-size: 1.05rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.9); }

        /* Major Services */
        .services-bg { background: #f8fafc; padding: 7rem 2rem; }
        .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; margin-top: 4rem; }
        .service-card { background: var(--white); padding: 3rem 2.5rem; border-radius: 16px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.03); transition: all 0.4s ease; border-bottom: 4px solid transparent; height: 100%; display: flex; flex-direction: column; position: relative; }
        .service-card:hover { transform: translateY(-10px); border-bottom-color: var(--primary-teal); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
        .service-card i { font-size: 3.5rem; color: var(--primary-teal); margin-bottom: 1.5rem; transition: transform 0.4s ease; }
        .service-card:hover i { transform: scale(1.1); color: #136a78; }
        .service-card h4 { font-size: 1.4rem; margin-bottom: 1rem; color: #1e293b; font-weight: 700; }
        .service-card p { flex-grow: 1; color: #475569; font-size: 1.05rem; }
        .services-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 4rem; }

        /* Why Choose Us */
        .why-choose { background: linear-gradient(135deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.95)), url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=80') center/cover fixed; color: var(--white); padding: 7rem 2rem; }
        .why-choose h2 { color: var(--white); margin-bottom: 4rem; font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; }
        .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; }
        .why-item { background: rgba(255,255,255,0.03); backdrop-filter: blur(10px); padding: 3rem 2.5rem; border-radius: 16px; border: 1px solid rgba(255,255,255,0.08); text-align: left; transition: transform 0.4s ease; }
        .why-item:hover { transform: translateY(-10px); background: rgba(255,255,255,0.05); border-color: rgba(26, 139, 157, 0.4); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
        .why-item i { font-size: 3rem; color: #38bdf8; margin-bottom: 1.5rem; }
        .why-item h4 { color: var(--white); font-size: 1.4rem; margin-top: 0; margin-bottom: 1rem; font-weight: 700; }
        .why-item p { color: #94a3b8; line-height: 1.7; font-size: 1.05rem; }

        /* Packages */
        .packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; margin-top: 4rem; }
        .package-card { background: var(--white); border: 1px solid #e2e8f0; padding: 3rem 2.5rem; border-radius: 16px; text-align: left; position: relative; overflow: hidden; transition: all 0.4s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.02); display: flex; flex-direction: column; }
        .package-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
        .package-card.popular { border: 2px solid var(--primary-teal); background: #f8fafc; }
        .discount-badge { position: absolute; top: 25px; right: -40px; background: linear-gradient(135deg, #f59e0b, #ea580c); color: white; padding: 8px 45px; transform: rotate(45deg); font-weight: 800; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
        .package-card h4 { font-size: 1.6rem; margin-bottom: 0.5rem; margin-top: 0; color: #0f172a; font-weight: 800; }
        .package-card .type { color: var(--primary-teal); font-weight: 600; margin-bottom: 2rem; display: block; font-size: 1.05rem; }
        .package-card ul { list-style: none; padding: 0; margin-bottom: 2.5rem; text-align: left; flex-grow: 1; }
        .package-card ul li { margin-bottom: 1rem; color: #475569; display: flex; align-items: flex-start; gap: 10px; font-weight: 500; }
        .package-card ul li i { color: #10b981; margin-top: 4px; }
        .package-card .btn { width: 100%; padding: 1.2rem; }

        /* Testimonials Slider */
        .testimonials-bg { background: #f8fafc; padding: 7rem 2rem; }
        .swiper { width: 100%; padding-bottom: 5rem; }
        .swiper-slide { background: var(--white); padding: 3rem; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); text-align: center; height: auto; border: 1px solid #e2e8f0; }
        .swiper-slide p { font-style: italic; color: #475569; font-size: 1.15rem; line-height: 1.7; }
        .client-name { font-weight: 700; color: #0f172a; margin-top: 1.5rem; font-size: 1.05rem; }
        .swiper-pagination-bullet { width: 10px; height: 10px; background: #cbd5e1; opacity: 1; }
        .swiper-pagination-bullet-active { background: var(--primary-teal); width: 25px; border-radius: 10px; transition: all 0.3s ease; }

        /* Accordion FAQ */
        .faq-container { max-width: 800px; margin: 5rem auto 0; text-align: left; }
        .faq-container h3 { font-size: 2.2rem; font-weight: 800; color: #1e293b; letter-spacing: -0.5px; }
        details { background: var(--white); border: 1px solid #e2e8f0; border-radius: 12px; margin-bottom: 1rem; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.02); transition: box-shadow 0.3s ease; }
        details:hover { box-shadow: 0 10px 15px rgba(0,0,0,0.05); }
        summary { padding: 1.5rem; font-weight: 600; cursor: pointer; color: #334155; list-style: none; display: flex; justify-content: space-between; align-items: center; font-size: 1.15rem; transition: color 0.3s ease; }
        summary:hover { color: var(--primary-teal); }
        summary::-webkit-details-marker { display: none; }
        summary::after { content: '\f078'; font-family: 'FontAwesome'; color: #cbd5e1; transition: transform 0.3s, color 0.3s; font-size: 1rem; }
        details[open] summary::after { transform: rotate(180deg); color: var(--primary-teal); }
        .faq-content { padding: 0 1.5rem 1.5rem; color: #64748b; background: var(--white); font-size: 1.05rem; line-height: 1.7; animation: slideDown 0.3s ease-out; }
        @keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

        /* Lead Magnet */
        .lead-magnet { background: var(--secondary-grey); color: var(--white); text-align: center; border-radius: 12px; padding: 4rem 2rem; margin: 2rem 0; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
        .lead-magnet h2 { color: var(--white); margin-bottom: 1rem; margin-top: 0; }
        .lead-form { display: flex; justify-content: center; gap: 1rem; max-width: 700px; margin: 2rem auto 0; flex-wrap: wrap; }
        .lead-form input { padding: 1rem 1.5rem; border-radius: 6px; border: none; flex: 1; min-width: 250px; font-size: 1rem; }

        /* Floating WhatsApp */
        .whatsapp-float { position: fixed; bottom: 30px; right: 30px; background: #25d366; color: white; width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 2.2rem; box-shadow: 0 4px 15px rgba(0,0,0,0.2); z-index: 1000; transition: transform var(--transition); }
        .whatsapp-float:hover { transform: scale(1.1); color: white; }

                /* Premium Footer */
        
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; max-width: 1200px; margin: 0 auto; padding: 4rem 2rem 4rem; }
        
        .footer-brand h4 { color: var(--white); font-size: 1.8rem; margin-bottom: 1rem; margin-top: 0; display: flex; align-items: center; gap: 10px; }
        .footer-brand h4 span { color: var(--primary-teal); }
        .footer-brand p { color: #9ca3af; line-height: 1.7; margin-bottom: 1.5rem; font-size: 0.95rem; }
        .social-links { display: flex; gap: 1rem; }
        .social-links a { display: inline-flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.05); color: #fff; transition: all 0.3s ease; }
        .social-links a:hover { background: var(--primary-teal); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(26, 139, 157, 0.4); }

        
        
        
        
        
        
        
        
        
        

        .footer-contact-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 1.2rem; color: #9ca3af; font-size: 0.95rem; line-height: 1.6; }
        .footer-contact-item i { color: var(--primary-teal); font-size: 1.2rem; margin-top: 3px; }
        .footer-contact-item a { color: #9ca3af; transition: color 0.3s; }
        .footer-contact-item a:hover { color: var(--primary-teal); }

        .footer-badge { background: rgba(255,255,255,0.05); padding: 1rem; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); margin-bottom: 1rem; transition: transform 0.3s; }
        .footer-badge:hover { transform: translateY(-2px); border-color: rgba(26, 139, 157, 0.5); }
        .footer-badge i { color: var(--primary-teal); margin-right: 10px; }

        
        
        

        /* ==========================================
           RESPONSIVE DESIGN (Tablets & Mobile Fixes) 
           ========================================== */
        
        
        @media (max-width: 1200px) {
            
            
            
            nav ul.active {
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
                opacity: 1;
                visibility: visible;
            }
            
            
            
        }
        @media (max-width: 1024px) {
            .hero h1 { font-size: 3rem; }
            .section-padding { padding: 4rem 2rem; }
        }

        @media (max-width: 768px) {
            .section-padding { padding: 3rem 1.5rem; }
            
            /* Logo Size Adjustment */
            
            

            /* Hero Buttons Fix (Stop Overlap) */
            .hero { height: auto; padding: 7rem 1rem; }
            .hero h1 { font-size: 2.2rem; }
            .hero p { font-size: 1.1rem; }
            .hero-buttons { flex-direction: column; width: 100%; }
            .hero-buttons .btn { width: 100%; margin: 0; padding: 1.2rem; }

            /* Partners Bar Alignment Fix */
            .partners-bar { padding: 2rem 1rem; }
            .partners-flex { flex-direction: column; gap: 1.2rem; align-items: center; font-size: 0.95rem; }
            .partners-flex span { justify-content: center; width: 100%; text-align: center; }

            /* Services Actions Fix */
            .services-actions { flex-direction: column; width: 100%; }
            .services-actions .btn { width: 100%; margin: 0; }

            /* Layout Adjustments */
            .who-we-are { gap: 2rem; }
            .who-text h2 { font-size: 2rem; }
            .counter-grid { gap: 1.5rem; }
            .why-item { padding: 1.5rem; }

            /* Lead Form */
            .lead-form input, .lead-form button { width: 100%; }

            /* WhatsApp Adjustments */
            .whatsapp-float { width: 50px; height: 50px; font-size: 1.8rem; bottom: 20px; right: 20px; }
        }

        @media (max-width: 480px) {
            .hero h1 { font-size: 2rem; }
             
            
            .counter-box { min-width: 100%; } 
            .trust-badge { width: 100%; box-sizing: border-box; text-align: center; }
        }
    
        /* Pure CSS Hamburger Menu */
        
        
        
        
        
        


/* RESTORED HAMBURGER FOR TABLET/MOBILE ONLY */


@media (max-width: 1200px) {
    
    
    
    
    
    
    
    
    

    
    nav ul.active { 
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); 
        opacity: 1; 
        visibility: visible; 
    }
    
    
}

 (ENABLED ON ALL SCREENS)
   ==================================================== */


/* The hamburger button must ALWAYS be visible */








/* The nav list must ALWAYS be a hidden dropdown */

nav ul.active { 
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important; 
    opacity: 1 !important; 
    visibility: visible !important; 
}



/* Active State Dot Styling */




   ==================================================== */

/* --- Desktop Nav Layout --- */









/* Active Page Middle Dot */



/* Hide Hamburger on Desktop */


/* --- Footer Standard --- */










/* ====================================================
   TABLET / MOBILE RESPONSIVENESS (<= 1200px)
   ==================================================== */
@media (max-width: 1200px) {
    
    
    
    
    
    
    

    
    nav ul.active { 
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important; 
        opacity: 1 !important; 
        visibility: visible !important; 
    }
    
    
    
    /* Center the dot in mobile view */
    
}
