:root{--primary-color:#e63946;--primary-dark:#c1121f;--secondary-color:#1d3557;--accent-color:#457b9d;--dark-color:#0d1b2a;--light-color:#f8f9fa;--white:#fff;--gray-100:#f1f3f5;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--gradient-primary:linear-gradient(135deg,#e63946,#c1121f);--gradient-secondary:linear-gradient(135deg,#1d3557,#457b9d);--gradient-dark:linear-gradient(135deg,#0d1b2a,#1d3557);--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 12px 48px #00000026;--border-radius-sm:8px;--border-radius-md:12px;--border-radius-lg:20px;--border-radius-xl:30px;--transition:all 0.3s ease;--font-primary:"Poppins",sans-serif;--font-secondary:"Montserrat",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#fff;background-color:var(--white);color:#495057;color:var(--gray-700);font-family:Poppins,sans-serif;font-family:var(--font-primary);font-size:16px;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#1d3557;color:var(--secondary-color);font-family:Montserrat,sans-serif;font-family:var(--font-secondary);font-weight:700;line-height:1.3}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.75rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:#e63946;color:var(--primary-color);text-decoration:none;transition:all .3s ease;transition:var(--transition)}a:hover{color:#c1121f;color:var(--primary-dark)}img{height:auto;max-width:100%}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.section-badge{background:#e639461a;border-radius:50px;color:#e63946;color:var(--primary-color);display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;padding:8px 20px;text-transform:uppercase}.btn-primary-custom{align-items:center;background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border:none;border-radius:30px;border-radius:var(--border-radius-xl);color:#fff;color:var(--white);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;padding:14px 32px;transition:all .3s ease;transition:var(--transition)}.btn-primary-custom:hover{box-shadow:0 10px 30px #e639464d;color:#fff;color:var(--white);transform:translateY(-3px)}.btn-outline-custom{align-items:center;background:#0000;border:2px solid #1d3557;border:2px solid var(--secondary-color);border-radius:30px;border-radius:var(--border-radius-xl);color:#1d3557;color:var(--secondary-color);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;padding:14px 32px;transition:all .3s ease;transition:var(--transition)}.btn-outline-custom:hover{background:#1d3557;background:var(--secondary-color);color:#fff;color:var(--white);transform:translateY(-3px)}.btn-light-custom{align-items:center;background:#fff;background:var(--white);border:none;border-radius:30px;border-radius:var(--border-radius-xl);color:#e63946;color:var(--primary-color);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;padding:14px 32px;transition:all .3s ease;transition:var(--transition)}.btn-light-custom:hover{box-shadow:0 8px 24px #0000001f;box-shadow:var(--shadow-lg);color:#c1121f;color:var(--primary-dark);transform:translateY(-3px)}.btn-outline-light-custom{align-items:center;background:#0000;border:2px solid #fff;border:2px solid var(--white);border-radius:30px;border-radius:var(--border-radius-xl);color:#fff;color:var(--white);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;padding:14px 32px;transition:all .3s ease;transition:var(--transition)}.btn-outline-light-custom:hover{background:#fff;background:var(--white);color:#e63946;color:var(--primary-color)}.navbar-main{background:#fff;background:var(--white);box-shadow:0 2px 4px #0000000d;box-shadow:var(--shadow-sm);padding:15px 0;position:relative;z-index:1000}.navbar-wrapper{align-items:center;display:flex;justify-content:space-between}.navbar-logo img{height:50px;width:auto}.navbar-menu{align-items:center;display:flex;gap:10px;list-style:none;margin:0;padding:0}.navbar-menu li a{border-radius:8px;border-radius:var(--border-radius-sm);color:#1d3557;color:var(--secondary-color);display:block;font-size:.95rem;font-weight:500;padding:10px 20px;transition:all .3s ease;transition:var(--transition)}.navbar-menu li a.active,.navbar-menu li a:hover{background:#e6394614;color:#e63946;color:var(--primary-color)}.hamburger{align-items:center;background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:6px;height:40px;justify-content:center;width:40px;z-index:1001}.hamburger span{background:#1d3557;background:var(--secondary-color);border-radius:3px;display:block;height:3px;transition:all .3s ease;transition:var(--transition);width:28px}.hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-overlay{background:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.mobile-overlay.active{display:block}.hero{background:linear-gradient(135deg,#0d1b2a,#1d3557);background:var(--gradient-dark);overflow:hidden;padding:100px 0 150px;position:relative}.hero-background{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23457b9d' fill-opacity='.1' d='m0 96 48 16c48 16 144 48 240 74.7 96 26.3 192 48.3 288 26.6C672 192 768 128 864 128s192 64 288 80 192-16 240-32l48-16v160H0Z'/%3E%3C/svg%3E") no-repeat bottom;background-size:cover}.hero-background,.hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.hero-overlay{background:radial-gradient(circle at 30% 50%,#457b9d33 0,#0000 60%)}.hero-content{position:relative;z-index:10}.hero-badge,.hero-text{color:#fff;color:var(--white)}.hero-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50px;display:inline-flex;font-size:.9rem;font-weight:500;gap:8px;margin-bottom:1.5rem;padding:10px 20px}.hero-badge i{color:gold}.hero-text h1{color:#fff;color:var(--white);font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem}.hero-text p{font-size:1.125rem;margin-bottom:2rem;max-width:540px;opacity:.9}.hero-features{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:2rem}.hero-feature{align-items:center;display:flex;font-size:.95rem;gap:8px}.hero-feature i{color:#4ade80}.hero-buttons{display:flex;flex-wrap:wrap;gap:15px}.hero-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.stat-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;border-radius:var(--border-radius-md);display:flex;gap:15px;padding:25px;transition:all .3s ease;transition:var(--transition)}.stat-card:hover{background:#ffffff26;transform:translateY(-5px)}.stat-icon{align-items:center;background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:8px;border-radius:var(--border-radius-sm);display:flex;height:50px;justify-content:center;width:50px}.stat-icon i{font-size:1.25rem}.stat-icon i,.stat-info h3{color:#fff;color:var(--white)}.stat-info h3{font-size:1.5rem;margin-bottom:0}.stat-info p{color:#ffffffb3;font-size:.875rem;margin:0}.hero-wave{bottom:0;left:0;line-height:0;position:absolute;width:100%}.hero-wave svg{height:auto;width:100%}.services-section{background:#fff;background:var(--white);padding:100px 0}.section-header{margin-bottom:60px}.section-header h2{margin-bottom:1rem}.section-header p{color:#6c757d;color:var(--gray-600);font-size:1.1rem;margin:0 auto;max-width:600px}.service-card{background:#fff;background:var(--white);border:1px solid #e9ecef;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius-md);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);height:100%;padding:35px;transition:all .3s ease;transition:var(--transition)}.service-card:hover{border-color:#0000;box-shadow:0 12px 48px #00000026;box-shadow:var(--shadow-xl);transform:translateY(-10px)}.service-icon{align-items:center;background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:12px;border-radius:var(--border-radius-md);display:flex;height:70px;justify-content:center;margin-bottom:1.5rem;width:70px}.service-icon i{color:#fff;color:var(--white);font-size:1.75rem}.service-card h4{margin-bottom:1rem}.service-card p{color:#6c757d;color:var(--gray-600);margin-bottom:1.5rem}.service-link{align-items:center;color:#e63946;color:var(--primary-color);display:inline-flex;font-size:.95rem;font-weight:600;gap:8px}.service-link:hover{gap:12px}.why-choose-section{background:#f1f3f5;background:var(--gray-100);padding:100px 0}.why-choose-content h2{margin-bottom:1.5rem}.why-choose-content .lead{color:#6c757d;color:var(--gray-600);font-size:1.1rem;margin-bottom:2rem}.features-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,1fr)}.feature-item{display:flex;gap:15px}.feature-icon{align-items:center;background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:8px;border-radius:var(--border-radius-sm);display:flex;height:50px;justify-content:center;min-width:50px;width:50px}.feature-icon i{color:#fff;color:var(--white);font-size:1.25rem}.feature-text h5{font-size:1rem;margin-bottom:.5rem}.feature-text p{color:#6c757d;color:var(--gray-600);font-size:.9rem;margin:0}.why-choose-image{position:relative}.image-wrapper{overflow:hidden}.image-wrapper,.image-wrapper img{border-radius:20px;border-radius:var(--border-radius-lg)}.image-wrapper img{height:400px;object-fit:cover;width:100%}.experience-badge{background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:12px;border-radius:var(--border-radius-md);bottom:-30px;box-shadow:0 8px 24px #0000001f;box-shadow:var(--shadow-lg);color:#fff;color:var(--white);padding:20px 30px;position:absolute;right:30px;text-align:center}.experience-badge .number{display:block;font-size:2.5rem;font-weight:700;line-height:1}.experience-badge .text{font-size:.875rem}.process-section{background:#fff;background:var(--white);padding:100px 0}.process-card,.process-timeline{position:relative}.process-card{padding:30px 20px;text-align:center}.process-number{color:#e9ecef;color:var(--gray-200);font-family:Montserrat,sans-serif;font-family:var(--font-secondary);font-size:4rem;font-weight:800;line-height:1;position:absolute;right:20px;top:0}.process-icon{align-items:center;background:linear-gradient(135deg,#1d3557,#457b9d);background:var(--gradient-secondary);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;position:relative;width:80px;z-index:1}.process-icon i{color:#fff;color:var(--white);font-size:1.75rem}.process-card h4{margin-bottom:1rem}.process-card p{color:#6c757d;color:var(--gray-600);font-size:.95rem;margin:0}.testimonials-section{background:#f1f3f5;background:var(--gray-100);padding:100px 0}.testimonial-card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--border-radius-md);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);height:100%;padding:35px}.testimonial-rating{margin-bottom:1rem}.testimonial-rating i{color:#ffc107;font-size:1rem;margin-right:3px}.testimonial-text{color:#495057;color:var(--gray-700);font-size:1.05rem;font-style:italic;line-height:1.8;margin-bottom:1.5rem}.testimonial-author{align-items:center;display:flex;gap:15px}.author-avatar{align-items:center;background:linear-gradient(135deg,#1d3557,#457b9d);background:var(--gradient-secondary);border-radius:50%;display:flex;height:55px;justify-content:center;width:55px}.author-avatar i{color:#fff;color:var(--white);font-size:1.25rem}.author-info h5{font-size:1rem;margin-bottom:0}.author-info span{color:#6c757d;color:var(--gray-600);display:block;font-size:.875rem}.author-info small{color:#e63946;color:var(--primary-color);font-size:.8rem}.cta-section{background:linear-gradient(135deg,#0d1b2a,#1d3557);background:var(--gradient-dark);padding:80px 0}.cta-wrapper{background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:20px;border-radius:var(--border-radius-lg);padding:50px}.cta-content h2{color:#fff;color:var(--white);margin-bottom:.5rem}.cta-content p{color:#ffffffe6;font-size:1.1rem;margin:0}.cta-buttons{display:flex;flex-direction:column;gap:15px}.footer{background:#0d1b2a;background:var(--dark-color);color:#ced4da;color:var(--gray-400);padding-top:80px}.footer-content{border-bottom:1px solid #ffffff1a;padding-bottom:50px}.footer-about p{font-size:.95rem;line-height:1.8;margin-bottom:1.5rem}.footer-about h5,.footer-contact h5,.footer-links h5{color:#fff;color:var(--white);font-size:1.125rem;margin-bottom:1.5rem}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links ul li{margin-bottom:10px}.footer-links ul li a{color:#ced4da;color:var(--gray-400);font-size:.95rem;transition:all .3s ease;transition:var(--transition)}.footer-links ul li a:hover{color:#e63946;color:var(--primary-color);padding-left:5px}.footer-contact ul{list-style:none;margin:0;padding:0}.footer-contact ul li{display:flex;gap:12px;margin-bottom:15px}.footer-contact ul li i{color:#e63946;color:var(--primary-color);font-size:1rem;margin-top:3px}.footer-contact ul li span{font-size:.95rem}.footer-bottom{padding:25px 0}.copyright{font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:25px;justify-content:flex-end}.footer-bottom-links a{color:#ced4da;color:var(--gray-400);font-size:.9rem}.footer-bottom-links a:hover{color:#e63946;color:var(--primary-color)}.page-header{background:linear-gradient(135deg,#0d1b2a,#1d3557);background:var(--gradient-dark);padding:80px 0;text-align:center}.page-header-content h1{color:#fff;color:var(--white);margin-bottom:1rem}.breadcrumb-nav{align-items:center;display:flex;gap:10px;justify-content:center}.breadcrumb-nav,.breadcrumb-nav a{color:#ced4da;color:var(--gray-400)}.breadcrumb-nav a:hover{color:#fff;color:var(--white)}.breadcrumb-nav i{font-size:.7rem}.about-intro{padding:100px 0}.about-image-wrapper{position:relative}.about-image{border-radius:20px;border-radius:var(--border-radius-lg);height:450px;object-fit:cover;width:100%}.about-badge{background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:12px;border-radius:var(--border-radius-md);bottom:-20px;box-shadow:0 8px 24px #0000001f;box-shadow:var(--shadow-lg);color:#fff;color:var(--white);padding:20px 25px;position:absolute;right:-20px;text-align:center}.about-badge .number{display:block;font-size:2rem;font-weight:700;line-height:1}.about-badge .text{font-size:.8rem}.about-text h2{margin-bottom:1.5rem}.values-section{background:#f1f3f5;background:var(--gray-100);padding:100px 0}.value-card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--border-radius-md);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);height:100%;padding:35px;text-align:center;transition:all .3s ease;transition:var(--transition)}.value-card:hover{box-shadow:0 12px 48px #00000026;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.value-icon{align-items:center;background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:50%;display:flex;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.value-icon i{color:#fff;color:var(--white);font-size:1.5rem}.value-card h4{margin-bottom:1rem}.value-card p{color:#6c757d;color:var(--gray-600);font-size:.95rem;margin:0}.team-section{padding:100px 0}.team-card{background:#fff;background:var(--white);border:1px solid #e9ecef;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius-md);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);padding:35px;text-align:center;transition:all .3s ease;transition:var(--transition)}.team-card:hover{border-color:#0000;box-shadow:0 12px 48px #00000026;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.team-avatar{align-items:center;background:linear-gradient(135deg,#1d3557,#457b9d);background:var(--gradient-secondary);border-radius:50%;display:flex;height:100px;justify-content:center;margin:0 auto 1.5rem;width:100px}.team-avatar i{color:#fff;color:var(--white);font-size:2.5rem}.team-card h4{margin-bottom:.5rem}.team-card .position{color:#e63946;color:var(--primary-color);display:block;font-weight:500;margin-bottom:.25rem}.team-card .experience{color:#6c757d;color:var(--gray-600);font-size:.9rem}.stats-section{background:linear-gradient(135deg,#1d3557,#457b9d);background:var(--gradient-secondary);padding:80px 0}.stat-item{color:#fff;color:var(--white);text-align:center}.stat-item i{font-size:2.5rem;margin-bottom:1rem;opacity:.9}.stat-item h3{color:#fff;color:var(--white);font-size:2.5rem;margin-bottom:.5rem}.stat-item p{margin:0;opacity:.9}.services-intro{background:#f1f3f5;background:var(--gray-100);padding:80px 0 60px}.services-intro .lead{color:#6c757d;color:var(--gray-600)}.services-list{background:#f1f3f5;background:var(--gray-100);padding:60px 0 100px}.service-detail-card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--border-radius-md);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);height:100%;padding:35px;transition:all .3s ease;transition:var(--transition)}.service-detail-card:hover{box-shadow:0 12px 48px #00000026;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.service-detail-header{align-items:center;display:flex;gap:20px;margin-bottom:1.5rem}.service-detail-icon{align-items:center;background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:8px;border-radius:var(--border-radius-sm);display:flex;height:60px;justify-content:center;min-width:60px;width:60px}.service-detail-icon i{color:#fff;color:var(--white);font-size:1.5rem}.service-detail-header h3{font-size:1.25rem;margin:0}.service-detail-card p{color:#6c757d;color:var(--gray-600);margin-bottom:1.5rem}.service-features{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}.service-features li{align-items:center;color:#495057;color:var(--gray-700);display:flex;font-size:.9rem;gap:8px}.service-features li i{color:#4ade80;font-size:.8rem}.service-guarantee{background:#fff;background:var(--white);padding:100px 0}.guarantee-wrapper h2{margin-bottom:1.5rem}.guarantee-wrapper p{color:#6c757d;color:var(--gray-600);margin-bottom:2rem}.guarantee-list{list-style:none;margin:0;padding:0}.guarantee-list li{align-items:center;display:flex;font-weight:500;gap:12px;padding:12px 0}.guarantee-list li i{color:#e63946;color:var(--primary-color);font-size:1.1rem}.guarantee-features{grid-gap:25px;display:grid;gap:25px}.guarantee-feature{background:#f1f3f5;background:var(--gray-100);border-radius:12px;border-radius:var(--border-radius-md);display:flex;gap:20px;padding:25px}.guarantee-feature i{align-items:center;background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:8px;border-radius:var(--border-radius-sm);color:#fff;color:var(--white);display:flex;font-size:1.25rem;height:50px;justify-content:center;min-width:50px;width:50px}.guarantee-feature h4{font-size:1.1rem;margin-bottom:.5rem}.guarantee-feature p{color:#6c757d;color:var(--gray-600);font-size:.9rem;margin:0}.service-area-intro{padding:80px 0 60px}.location-details{padding:0 0 80px}.transport-info h3,.workshop-info h3{align-items:center;display:flex;gap:10px;margin-bottom:1.5rem}.transport-info h3 i,.workshop-info h3 i{color:#e63946;color:var(--primary-color)}.info-card{background:#f1f3f5;background:var(--gray-100);border-radius:12px;border-radius:var(--border-radius-md);padding:30px}.info-item{margin-bottom:15px}.info-item:last-child{margin-bottom:0}.info-item strong{color:#1d3557;color:var(--secondary-color);display:block;margin-bottom:5px}.info-item span{color:#6c757d;color:var(--gray-600);display:block}.transport-item{display:flex;gap:15px;margin-bottom:20px}.transport-item:last-child{margin-bottom:0}.transport-item>i{align-items:center;background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:8px;border-radius:var(--border-radius-sm);color:#fff;color:var(--white);display:flex;height:45px;justify-content:center;min-width:45px;width:45px}.transport-item strong{color:#1d3557;color:var(--secondary-color);display:block;margin-bottom:5px}.transport-item p{color:#6c757d;color:var(--gray-600);font-size:.9rem;margin:0}.suburbs-section{background:#f1f3f5;background:var(--gray-100);padding:100px 0}.area-card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--border-radius-md);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);height:100%;padding:30px}.area-card h4{align-items:center;display:flex;font-size:1.1rem;gap:10px;margin-bottom:1.5rem}.area-card h4 i{color:#e63946;color:var(--primary-color)}.area-card ul{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}.area-card ul li{color:#6c757d;color:var(--gray-600);font-size:.9rem;padding-left:15px;position:relative}.area-card ul li:before{background:#e63946;background:var(--primary-color);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:6px}.mobile-service{padding:100px 0}.mobile-service-wrapper h2{margin-bottom:1.5rem}.mobile-service-wrapper p{color:#6c757d;color:var(--gray-600);margin-bottom:2rem}.mobile-features{list-style:none;margin:0 0 2rem;padding:0}.mobile-features li{align-items:center;display:flex;font-weight:500;gap:10px;padding:10px 0}.mobile-features li i{color:#4ade80}.mobile-service-image{align-items:center;display:flex;height:100%}.mobile-service-image img{border-radius:20px;border-radius:var(--border-radius-lg);height:350px;object-fit:cover;width:100%}.faq-intro{padding:80px 0 60px}.faq-section{padding:0 0 100px}.faq-category{margin-bottom:50px}.faq-category:last-child{margin-bottom:0}.category-title{align-items:center;border-bottom:2px solid #e9ecef;border-bottom:2px solid var(--gray-200);display:flex;gap:12px;margin-bottom:25px;padding-bottom:15px}.category-title i{color:#e63946;color:var(--primary-color)}.faq-list{grid-gap:15px;display:grid;gap:15px}.faq-item{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--border-radius-md);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);overflow:hidden}.faq-question{align-items:center;color:#1d3557;color:var(--secondary-color);cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:20px 25px;transition:all .3s ease;transition:var(--transition)}.faq-question i,.faq-question:hover{color:#e63946;color:var(--primary-color)}.faq-question i{transition:all .3s ease;transition:var(--transition)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{color:#6c757d;color:var(--gray-600);margin:0;padding:0 25px 20px}.still-questions{background:#f1f3f5;background:var(--gray-100);padding:80px 0}.still-questions-wrapper{background:#fff;background:var(--white);border-radius:20px;border-radius:var(--border-radius-lg);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);padding:50px}.still-questions-wrapper h2{margin-bottom:.5rem}.still-questions-wrapper p{color:#6c757d;color:var(--gray-600);margin:0}.contact-intro{padding:80px 0 60px}.contact-details{padding:0 0 80px}.contact-card{background:#fff;background:var(--white);border:1px solid #e9ecef;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius-md);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);height:100%;padding:40px 30px;text-align:center;transition:all .3s ease;transition:var(--transition)}.contact-card:hover{border-color:#0000;box-shadow:0 12px 48px #00000026;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:50%;display:flex;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.contact-icon i{color:#fff;color:var(--white);font-size:1.5rem}.contact-card h4{margin-bottom:1rem}.contact-card p{color:#6c757d;color:var(--gray-600);line-height:1.8;margin:0}.business-hours{background:#f1f3f5;background:var(--gray-100);padding:80px 0}.hours-wrapper h3{align-items:center;display:flex;gap:12px;margin-bottom:1rem}.hours-wrapper h3 i{color:#e63946;color:var(--primary-color)}.hours-table{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--border-radius-md);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);padding:25px 30px}.hours-row{border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:12px 0}.hours-row:last-child{border-bottom:none}.hours-row span:first-child{color:#1d3557;color:var(--secondary-color);font-weight:500}.hours-row span:last-child{color:#6c757d;color:var(--gray-600)}.contact-methods{padding:100px 0}.method-card{background:#fff;background:var(--white);border:1px solid #e9ecef;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--border-radius-md);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);height:100%;padding:35px}.method-icon{align-items:center;background:linear-gradient(135deg,#e63946,#c1121f);background:var(--gradient-primary);border-radius:8px;border-radius:var(--border-radius-sm);display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.method-icon i{color:#fff;color:var(--white);font-size:1.5rem}.method-card h4{margin-bottom:1rem}.method-card p{color:#6c757d;color:var(--gray-600);margin:0}.policy-content{padding:80px 0}.policy-wrapper{background:#fff;background:var(--white);border-radius:20px;border-radius:var(--border-radius-lg);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);padding:50px}.policy-section{margin-bottom:40px}.policy-section:last-child{margin-bottom:0}.policy-section h2{border-bottom:2px solid #e9ecef;border-bottom:2px solid var(--gray-200);font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.policy-section p,.policy-section ul{color:#6c757d;color:var(--gray-600)}.policy-section ul{padding-left:20px}.policy-section ul li{margin-bottom:10px}@media (max-width:1199px){.hero-text h1{font-size:3rem}h1{font-size:2.5rem}h2{font-size:2rem}}@media (max-width:991px){.hamburger{display:flex}.navbar-menu{align-items:flex-start;background:#fff;background:var(--white);box-shadow:0 12px 48px #00000026;box-shadow:var(--shadow-xl);flex-direction:column;gap:5px;height:100vh;padding:80px 20px 30px;position:fixed;right:-300px;top:0;transition:all .3s ease;transition:var(--transition);width:280px;z-index:1000}.navbar-menu.active{right:0}.navbar-menu li{width:100%}.navbar-menu li a{padding:15px 20px;width:100%}.hero{padding:70px 0 120px}.hero-text h1{font-size:2.5rem}.hero-stats{margin-top:50px}.features-grid{grid-template-columns:1fr}.experience-badge{bottom:-20px;right:10px}.cta-buttons{flex-direction:row}.service-features{grid-template-columns:1fr}}@media (max-width:767px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.hero{padding:50px 0 100px}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.hero-features{gap:10px}.hero-buttons,.hero-features{flex-direction:column}.hero-stats{gap:15px;grid-template-columns:1fr}.stat-card{padding:20px}.process-section,.services-section,.testimonials-section,.why-choose-section{padding:60px 0}.section-header{margin-bottom:40px}.service-card,.service-detail-card,.team-card,.testimonial-card,.value-card{padding:25px}.cta-wrapper{padding:35px;text-align:center}.cta-buttons{justify-content:center}.footer{padding-top:50px}.footer-bottom{text-align:center}.footer-bottom-links{justify-content:center;margin-top:15px}.page-header{padding:50px 0}.about-intro,.contact-methods,.faq-section,.mobile-service,.policy-content,.service-guarantee,.services-list,.suburbs-section,.team-section,.values-section{padding:60px 0}.policy-wrapper{padding:30px}.area-card ul{grid-template-columns:1fr}.social-links-large{justify-content:center}.guarantee-feature{flex-direction:column;text-align:center}.about-badge{bottom:-30px;right:50%;transform:translateX(50%)}}@media (max-width:575px){.container{padding-left:20px;padding-right:20px}.navbar-main{padding:12px 0}.navbar-logo img{height:40px}.btn-light-custom,.btn-outline-custom,.btn-outline-light-custom,.btn-primary-custom{font-size:.9rem;justify-content:center;padding:12px 24px;width:100%}.hero-badge{font-size:.8rem;padding:8px 15px}.contact-icon,.service-icon,.value-icon{height:60px;width:60px}.contact-icon i,.service-icon i,.value-icon i{font-size:1.25rem}.process-icon{height:70px;width:70px}.process-number{font-size:3rem}.stat-item h3{font-size:2rem}.team-avatar{height:80px;width:80px}.team-avatar i{font-size:2rem}.hours-table{padding:20px}.hours-row{flex-direction:column;gap:5px;text-align:center}.faq-question{font-size:.95rem;padding:15px 20px}.faq-answer p{font-size:.9rem;padding:0 20px 15px}.still-questions-wrapper{padding:30px;text-align:center}}
/*# sourceMappingURL=main.2a09d697.css.map*/