
        :root {
            --brand-primary: #E3672F;
            --brand-primary-hover: #c95624;
            --brand-secondary: #33A2AD;
            --brand-dark: #0f2942;
            --text-dark: #1e293b;
            --text-muted: #64748b;
            --bg-light: #f8fafc;
            --border-light: #e2e8f0;
            --white: #ffffff;
            
            --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
            --shadow-md: 0 4px 12px rgba(0,0,0,0.05);
            --shadow-lg: 0 15px 30px -5px rgba(0,0,0,0.08);
            --radius: 6px;
            --transition: all 0.3s ease;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        
        body { 
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; 
            color: var(--text-dark); 
            line-height: 1.6; 
            background-color: var(--white); 
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
        }

        img { max-width: 100%; height: auto; display: block; }
        a { text-decoration: none; color: inherit; transition: var(--transition); }
        ul { list-style: none; }
        .svg-icon { display: inline-block; vertical-align: middle; fill: currentColor; transition: var(--transition); }

        /* ==================================================
           2. PERFECT GRID SYSTEM (Center Aligned)
           ================================================== */
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
        .col { padding: 0 15px; }
        
        .align-items-center { align-items: center; }
        .justify-content-center { justify-content: center; }
        
        .col-12 { width: 100%; }
        .col-md-3 { width: 25%; }
        .col-md-4 { width: 33.3333%; }
        .col-md-6 { width: 50%; }
        .col-lg-5 { width: 41.6667%; }
        .col-lg-7 { width: 58.3333%; }
        .col-lg-8 { width: 66.6667%; margin: 0 auto; }

        .section-padding { padding: 80px 0; }
        .text-center { text-align: center; }
        .bg-light { background-color: var(--bg-light); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
        .bg-teal { background-color: var(--brand-secondary); color: var(--white); }
        .bg-dark { background-color: var(--brand-dark); color: var(--white); }

        /* ==================================================
           3. POLISHED TYPOGRAPHY & BUTTONS
           ================================================== */
        .section-title { font-size: 38px; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; color: var(--text-dark); letter-spacing: -0.5px; line-height: 1.2; }
        .section-title span { color: var(--brand-primary); }
        .section-subtitle { font-size: 18px; color: var(--text-muted); margin-bottom: 45px; font-weight: 400; }
        .divider { width: 60px; height: 4px; background-color: var(--brand-primary); margin: 0 auto 30px; border-radius: 2px; }
        .divider.left { margin-left: 0; }

        .btn { 
            display: inline-flex; align-items: center; justify-content: center; 
            padding: 14px 28px; font-size: 16px; font-weight: 700; 
            text-transform: uppercase; border: 2px solid transparent; 
            cursor: pointer; transition: var(--transition); border-radius: var(--radius); 
            letter-spacing: 0.5px; text-align: center;
        }
        .btn-primary { background-color: var(--brand-primary); color: var(--white); box-shadow: 0 4px 6px rgba(227, 103, 47, 0.2); }
        .btn-primary:hover { background-color: var(--brand-primary-hover); transform: translateY(-2px); box-shadow: 0 6px 12px rgba(227, 103, 47, 0.3); }
        
        .btn-outline-wa { background-color: #f8fafc; border-color: #25D366; color: #25D366; }
        .btn-outline-wa:hover { background-color: #25D366; color: var(--white); }
        .btn-outline-wa .svg-icon { fill: #25D366; transition: var(--transition); }
        .btn-outline-wa:hover .svg-icon { fill: var(--white); }
        
        .btn-block { width: 100%; display: flex; }

        /* ==================================================
           4. SMOOTH HEADER
           ================================================== */
        .top-bar { background-color: #0b1e30; color: #cbd5e1; padding: 10px 0; font-size: 13px; font-weight: 500; }
        .top-bar .container { display: flex; justify-content: space-between; }
        .top-bar a:hover { color: var(--white); }

        .header { background: var(--white); padding: 18px 0; position: sticky; top: 0; z-index: 1000; box-shadow: var(--shadow-sm); }
        .header-wrap { display: flex; justify-content: space-between; align-items: center; }
        .logo img { max-width: 200px; }
        .contact-wrap { display: flex; gap: 30px; align-items: center; }
        .contact-info { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; color: var(--text-dark); }
        .contact-info .svg-icon { color: var(--brand-primary); width: 22px; height: 22px; }

        /* ==================================================
           5. HERO & PREMIUM FORM
           ================================================== */
        .hero { background: linear-gradient(to right, rgba(15, 41, 66, 0.9), rgba(15, 41, 66, 0.7)), url('static/images/bg.webp') center/cover no-repeat; padding: 90px 0; color: var(--white); }
        .hero-text h1 { font-size: 48px; font-weight: 800; margin-bottom: 20px; line-height: 1.15; text-transform: uppercase; }
        .hero-text h1 span { color: var(--brand-primary); }
        .hero-text p { font-size: 18px; margin-bottom: 35px; color: #e2e8f0; max-width: 95%; font-weight: 400; }

        .hero-list { display: flex; flex-wrap: wrap; margin-bottom: 35px; }
        .hero-list li { width: 50%; font-size: 16px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; font-weight: 600; }
        .hero-list li .svg-icon { fill: var(--brand-primary); width: 20px; height: 20px; }

        .lead-form { background: var(--white); padding: 35px 30px; border-radius: var(--radius); border-top: 5px solid var(--brand-primary); color: var(--text-dark); box-shadow: var(--shadow-lg); }
        .lead-form h3 { font-size: 24px; text-align: center; text-transform: uppercase; margin-bottom: 8px; font-weight: 800; }
        .lead-form h3 span { color: var(--brand-primary); }
        .lead-form p { text-align: center; font-size: 15px; margin-bottom: 25px; color: var(--text-muted); }
        
        .form-group { margin-bottom: 16px; }
        .form-control { width: 100%; padding: 14px 16px; border: 1px solid var(--border-light); font-family: inherit; font-size: 15px; border-radius: var(--radius); background: #fff; transition: var(--transition); color: var(--text-dark); }
        .form-control::placeholder { color: #94a3b8; }
        .form-control:focus { outline: none; border-color: var(--brand-primary); box-shadow: 0 0 0 3px rgba(227, 103, 47, 0.15); }
        textarea.form-control { min-height: 100px; resize: vertical; }

        /* ==================================================
           6. UNIFORM WHY CHOOSE US
           ================================================== */
        .feature-box { background: var(--white); padding: 35px 20px; text-align: center; border: 1px solid var(--border-light); border-radius: var(--radius); height: 100%; margin-bottom: 20px; transition: var(--transition); }
        .feature-box:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--brand-primary); }
        .feature-icon { margin-bottom: 20px; color: var(--brand-primary); }
        .feature-icon .svg-icon { width: 45px; height: 45px; }
        .feature-box h4 { font-size: 18px; margin-bottom: 12px; text-transform: uppercase; font-weight: 700; }
        .feature-box p { font-size: 15px; color: var(--text-muted); margin: 0; line-height: 1.5; }

        /* ==================================================
           7. ABOUT US
           ================================================== */
        .about-img-wrap { position: relative; padding: 15px; }
        .about-img-wrap::before { content: ''; position: absolute; top: 0; left: 0; width: 100px; height: 100px; border-top: 5px solid var(--brand-primary); border-left: 5px solid var(--brand-primary); border-radius: var(--radius) 0 0 0; }
        .about-img-wrap::after { content: ''; position: absolute; bottom: 0; right: 0; width: 100px; height: 100px; border-bottom: 5px solid var(--brand-primary); border-right: 5px solid var(--brand-primary); border-radius: 0 0 var(--radius) 0; }
        .about-img { border-radius: var(--radius); box-shadow: var(--shadow-md); position: relative; z-index: 2; }
        
        .about-content h4 { font-size: 22px; font-weight: 800; margin: 25px 0 15px; }
        .about-content p { margin-bottom: 18px; font-size: 16px; color: var(--text-muted); }
        .about-list { margin-bottom: 35px; }
        .about-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-weight: 600; font-size: 16px; color: var(--text-dark); }
        .about-list li .svg-icon { fill: var(--brand-primary); width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; }

        /* ==================================================
           8. SMOOTH SERVICES CARDS (Equal Height)
           ================================================== */
        .service-card { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 25px; text-align: center; margin-bottom: 30px; height: calc(100% - 30px); display: flex; flex-direction: column; transition: var(--transition); }
        .service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); border-color: var(--brand-primary); }
        .service-card img { width: 100%; height: 200px; object-fit: cover; border-radius: 4px; margin-bottom: 20px; }
        .service-card h3 { font-size: 22px; text-transform: uppercase; margin-bottom: 12px; font-weight: 800; }
        .service-card p { font-size: 15px; color: var(--text-muted); margin-bottom: 25px; flex-grow: 1; }
        
        /* ==================================================
           9. PORTFOLIO
           ================================================== */
        .portfolio-item { margin-bottom: 30px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); border: 1px solid var(--border-light); }
        .portfolio-item:hover { box-shadow: var(--shadow-md); transform: scale(1.02); }
        .portfolio-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

        /* ==================================================
           10. STATS SECTION
           ================================================== */
        .stats-wrap { padding: 60px 0; }
        .stat-item { text-align: center; border-right: 1px solid rgba(255,255,255,0.2); padding: 15px 0; }
        .stat-item:last-child { border-right: none; }
        .stat-icon { display: flex; justify-content: center; margin-bottom: 15px; }
        .stat-icon img { filter: brightness(0) invert(1); width: 50px; height: 50px; }
        .stat-item h3 { font-size: 42px; font-weight: 800; margin-bottom: 5px; line-height: 1; }
        .stat-item p { text-transform: uppercase; font-size: 15px; font-weight: 700; letter-spacing: 0.5px; margin: 0; opacity: 0.9; }

        /* ==================================================
           11. PROCESS SECTION
           ================================================== */
        .process-box { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 30px; display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; box-shadow: var(--shadow-sm); transition: var(--transition); }
        .process-box:hover { box-shadow: var(--shadow-md); border-color: var(--brand-primary); }
        .process-num { font-size: 48px; font-weight: 800; color: var(--brand-primary); line-height: 0.8; opacity: 0.3; }
        .process-content h4 { font-size: 20px; font-weight: 800; margin-bottom: 10px; }
        .process-content p { font-size: 15px; color: var(--text-muted); margin: 0; }

        /* ==================================================
           12. CAROUSEL TESTIMONIALS
           ================================================== */
        .carousel-wrapper { position: relative; max-width: 100%; overflow: hidden; padding: 10px 0; }
        .carousel-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -ms-overflow-style: none; scrollbar-width: none; padding-bottom: 20px; }
        .carousel-track::-webkit-scrollbar { display: none; }
        
        .testi-card { flex: 0 0 calc(33.333% - 14px); scroll-snap-align: start; background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 35px 30px; position: relative; box-shadow: var(--shadow-sm); }
        .testi-card::before { content: '""'; font-family: Georgia, serif; font-size: 70px; color: #f1f5f9; position: absolute; top: -5px; right: 20px; line-height: 1; z-index: 0; }
        .testi-content { position: relative; z-index: 1; }
        .stars { fill: #f59e0b; width: 90px; margin-bottom: 15px; display: block; }
        .testi-card h5 { font-size: 18px; font-weight: 800; margin-bottom: 12px; color: var(--text-dark); }
        .testi-card p { font-style: italic; font-size: 15px; color: var(--text-muted); margin-bottom: 20px; }
        .testi-author { font-size: 15px; font-weight: 700; color: var(--brand-primary); border-top: 1px solid var(--border-light); padding-top: 15px; }

        .carousel-controls { display: flex; justify-content: center; gap: 15px; margin-top: 10px; }
        .control-btn { background: var(--white); border: 1px solid var(--border-light); color: var(--text-muted); width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--transition); box-shadow: var(--shadow-sm); }
        .control-btn:hover { background: var(--brand-primary); color: var(--white); border-color: var(--brand-primary); }
        .control-btn .svg-icon { width: 20px; height: 20px; }

        /* ==================================================
           13. AREAS WE SERVE
           ================================================== */
        .areas-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
        .area-tag { background: var(--bg-light); border: 1px solid var(--border-light); padding: 10px 18px; font-size: 14px; color: var(--text-dark); font-weight: 600; border-radius: 30px; transition: var(--transition); }
        .area-tag:hover { background: var(--brand-primary); color: var(--white); border-color: var(--brand-primary); }

        /* ==================================================
           14. HORIZONTAL LEAD FORM
           ================================================== */
        .horizontal-form { background: var(--white); padding: 30px; border-radius: var(--radius); box-shadow: var(--shadow-md); margin-top: 40px; }
        .horizontal-form .form-group { margin-bottom: 0; }
        
        /* ==================================================
           15. FAQ ACCORDION
           ================================================== */
        .faq-item { border: 1px solid var(--border-light); margin-bottom: 12px; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
        .faq-title { padding: 20px 25px; font-weight: 700; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: var(--white); color: var(--text-dark); transition: var(--transition); }
        .faq-title:hover { background: var(--bg-light); color: var(--brand-primary); }
        .faq-title.active { background: var(--brand-primary); color: var(--white); }
        .faq-title .svg-icon { width: 18px; height: 18px; transition: transform 0.3s ease; }
        .faq-title.active .svg-icon { transform: rotate(45deg); }
        .faq-body { padding: 25px; font-size: 15px; color: var(--text-muted); display: none; border-top: 1px solid var(--border-light); background: #fafbfc; }

        /* ==================================================
           16. FOOTER
           ================================================== */
        .footer { background: var(--brand-dark); color: #cbd5e1; padding: 70px 0 20px; font-size: 15px; }
        .footer-logo { filter: brightness(0) invert(1); max-width: 180px; margin-bottom: 25px; }
        .footer h4 { color: var(--white); font-size: 18px; text-transform: uppercase; margin-bottom: 25px; font-weight: 800; border-bottom: 2px solid var(--brand-primary); display: inline-block; padding-bottom: 8px; }
        .footer-links { width: 100%; }
        .footer-links li { margin-bottom: 15px; display: flex; align-items: flex-start; gap: 12px; font-weight: 500; }
        .footer-links li .svg-icon { fill: var(--brand-primary); width: 18px; height: 18px; margin-top: 4px; flex-shrink: 0; }
        .footer-links a:hover { color: var(--brand-primary); text-decoration: underline; }
        .footer-bottom { background: #0b1e30; color: #94a3b8; text-align: center; padding: 20px 0; font-size: 14px; margin-top: 50px; }

        /* ==================================================
           17. FLOATING & STICKY CTAs
           ================================================== */
        /* Desktop Floating WhatsApp with Badge */
        .float-wa { 
            position: fixed; bottom: 30px; left: 30px; 
            background: #023838; color: var(--white); 
            padding: 12px 20px; border-radius: 0 15px 0 15px; 
            font-weight: 700; font-size: 18px; 
            display: flex; align-items: center; gap: 8px; 
            box-shadow: 0 4px 15px rgba(2, 56, 56, 0.4); 
            z-index: 99; transition: var(--transition); 
            border: 2px solid #023838; 
        }
        .float-wa::after {
            content: "FREE Estimate";
            position: absolute; top: -14px; right: -8px;
            background: #bf1212; color: #fff;
            font-size: 12px; font-weight: 700;
            padding: 3px 10px; border-radius: 12px;
            border: 2px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            white-space: nowrap; letter-spacing: 0.5px;
        }
        .float-wa:hover { transform: translateY(-4px); box-shadow: 0 6px 20px rgba(2, 56, 56, 0.6); color: #fff; }

        /* Mobile Sticky Footer */
        .mobile-stick-cta { display: none; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1000; box-shadow: 0 -4px 15px rgba(0,0,0,0.15); display: none; }
        .mobile-stick-cta .btn { width: 50%; border-radius: 0; padding: 16px 0; font-size: 16px; border: none; font-weight: 800; display: flex; justify-content: center; align-items: center; gap: 8px; }
        
        .mobile-stick-cta .btn-call { background: var(--brand-primary); color: var(--white); border-top: 1px solid var(--brand-primary); }
        .mobile-stick-cta .btn-call .svg-icon { fill: var(--white); }
        .mobile-stick-cta .btn-wa { background: #25D366; color: var(--white); }
        .mobile-stick-cta .btn-wa .svg-icon { fill: var(--white); }

        /* ==================================================
           18. RESPONSIVE MEDIA QUERIES (Includes Footer Fix)
           ================================================== */
        @media (max-width: 991px) {
            .col-md-3, .col-md-4, .col-md-6, .col-lg-5, .col-lg-7, .col-lg-8 { width: 100%; }
            .hero { padding: 60px 0;  }
            .hero-text h1 { font-size: 38px; }
            .hero-text p { margin: 0 auto 25px; }
            .hero-list li { width: 100%; }
            .lead-form { max-width: 600px; margin: 0 auto; }
            
            .about-img-wrap { margin-bottom: 40px; max-width: 500px; margin-left: auto; margin-right: auto; }
            /*.about-content { text-align: center; }*/
            .divider.left { margin: 0 auto 30px; }
            .about-list { display: inline-block; text-align: left; }
            
            .testi-card { flex: 0 0 calc(50% - 10px); } 
            
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 25px 0; }
            .stat-item:last-child { border-bottom: none; }
            
            .horizontal-form .col-md-3 { margin-bottom: 15px; }
        }

        @media (max-width: 767px) {
            .top-bar, .contact-wrap { display: none; }
            .header-wrap { justify-content: center; }
            .section-padding { padding: 60px 0; }
            .section-title { font-size: 30px; }
            .hero-text h1 { font-size: 32px; }
            
            .testi-card { flex: 0 0 100%; } 
            
            /* Mobile Footer Fixes - Perfectly Centered & Stacked */
            .footer { padding: 50px 0 20px; text-align: center; }
            .footer .col-md-4 { margin-bottom: 40px; display: flex; flex-direction: column; align-items: center; }
            .footer-logo { margin: 0 auto 20px; }
            .footer h4 { margin: 0 auto 20px; display: inline-block; position: relative; }
            .footer-links { width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; }
            .footer-links li { justify-content: center; text-align: center; width: 100%; margin-bottom: 15px; }
            
            /* Toggle Mobile Visibility for CTAs */
            .mobile-stick-cta { display: flex; }
            .float-wa { display: none; }
            body { padding-bottom: 60px; } 
            
            .process-box { flex-direction: column; text-align: center; align-items: center; }
            .process-num { margin: 0 0 10px 0; }
        }
