*{margin:0;padding:0;box-sizing:border-box}:root{--primary-orange:#ff7b00;--dark-blue:#1a365d;--light-gray:#f7f9fc;--white:#ffffff;--black:#000000;--text-gray:#4a5568}body{font-family:'Poppins',sans-serif;line-height:1.6;color:var(--text-gray)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:var(--white);box-shadow:0 2px 10px rgb(0 0 0 / .1);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:var(--primary-orange);font-size:1.8rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:var(--text-gray);font-weight:500;transition:color 0.3s}.nav-menu a:hover{color:var(--primary-orange)}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:var(--primary-orange);margin:3px 0;transition:0.3s}.nav-cta-button{background:var(--primary-orange)!important;color:var(--white)!important;padding:.8rem 1.5rem!important;border-radius:25px!important;font-weight:600!important;transition:background 0.3s,transform 0.3s!important;text-decoration:none!important}.nav-cta-button:hover{background:#e66a00!important;color:var(--white)!important;transform:translateY(-2px)}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:flex-start;padding-left:5%;overflow:hidden}.hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgb(0 0 0 / .3),rgb(0 0 0 / .3)),url(/assets/taps.webp);background-size:cover;background-position:center;background-attachment:fixed;transform:scaleX(-1);z-index:-1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .2)}.hero-content{position:relative;color:var(--white);z-index:2;max-width:600px}.hero-text-card{padding:3rem;text-align:left}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgb(0 0 0 / .8);position:relative;padding-bottom:1rem}.hero h1::after{content:'';position:absolute;bottom:0;left:0;width:100px;height:3px;background:var(--primary-orange);border-radius:2px}.hero-text-card p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;font-weight:500;text-shadow:1px 1px 3px rgb(0 0 0 / .8)}.cta-button{background:var(--primary-orange);color:var(--white);padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background 0.3s,transform 0.3s;box-shadow:0 4px 8px rgb(0 0 0 / .3)}.cta-button:hover{background:#e66a00;transform:translateY(-2px)}.services{padding:5rem 0;background:var(--light-gray)}.section-header{text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.section-header h2{font-size:2.5rem;color:var(--dark-blue);margin-bottom:1rem;font-weight:600}.section-header p{font-size:1.2rem;color:var(--text-gray);line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;max-width:900px;margin:0 auto;background:#e5e5e5;border-radius:15px;overflow:hidden;box-shadow:0 8px 25px rgb(0 0 0 / .1)}.service-card{background:var(--white);padding:3rem 2rem;text-align:center;position:relative;transition:background 0.3s,color 0.3s}.service-card:hover{background:var(--primary-orange);color:var(--white)}.service-icon{margin-bottom:1.5rem}.service-icon i{font-size:2.5rem;color:var(--primary-orange);transition:color 0.3s}.service-card:hover .service-icon i{color:var(--white)}.service-card h3{font-size:1.4rem;color:var(--dark-blue);margin-bottom:1rem;font-weight:600;transition:color 0.3s}.service-card:hover h3{color:var(--white)}.service-card p{font-size:1rem;line-height:1.6;transition:color 0.3s}.service-card:hover p{color:var(--white)}.about{padding:5rem 0;background:var(--white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text h2{font-size:2.5rem;color:var(--dark-blue);margin-bottom:1rem}.about-text h3{font-size:1.5rem;color:var(--primary-orange);margin-bottom:1rem}.about-text p{margin-bottom:1rem;line-height:1.8}.about-image img{width:100%;height:400px;object-fit:cover;border-radius:10px;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.why-choose-us{padding:5rem 0;background:var(--light-gray)}.why-choose-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.why-choose-text{background:var(--white);padding:3rem;border-radius:10px}.why-choose-text h2{font-size:2.5rem;color:var(--dark-blue);margin-bottom:2rem}.features-grid{display:grid;gap:1.5rem}.feature-item{display:flex;align-items:center;gap:1rem}.feature-icon{width:60px;height:60px;background:var(--primary-orange);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon i{font-size:1.5rem;color:var(--white)}.feature-text h4{color:var(--dark-blue);margin-bottom:.5rem}.boiler-cta{padding:3rem 0;background:var(--dark-blue);color:var(--white)}.cta-section{padding:3rem 0;background:var(--dark-blue);color:var(--white)}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-text h2{font-size:2rem;margin-bottom:1rem}.cta-text p{margin-bottom:1.5rem}.why-choose-image img{width:100%;height:400px;object-fit:cover;border-radius:10px;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.cta-image img{width:100%;height:200px;object-fit:cover;border-radius:10px;opacity:.9}.winter-ready{padding:5rem 0;background:var(--white)}.winter-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.winter-text{text-align:left}.winter-icon{font-size:3rem;margin-bottom:1rem}.winter-text h2{font-size:2.5rem;color:var(--dark-blue);margin-bottom:1.5rem}.winter-text p{font-size:1.2rem;color:var(--text-gray);margin-bottom:2.5rem;line-height:1.6}.winter-services ul{list-style:none}.winter-services li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.1rem;color:var(--text-gray)}.winter-services li i{color:var(--primary-orange);font-size:1.2rem}.winter-image{width:100%;height:400px;border-radius:10px;overflow:hidden}.winter-image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.certifications{padding:3rem 0;background:var(--white)}.certifications .section-header h2{font-size:2rem;margin-bottom:2rem}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:800px;margin:0 auto}.certification-item{text-align:center}.certification-item img{width:100%;max-width:150px;height:100px;object-fit:contain;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:transform 0.3s}.certification-item img:hover{transform:translateY(-3px)}.recent-projects{padding:6rem 0;background:var(--white)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.project-placeholder{width:100%;height:300px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;transition:transform 0.3s,box-shadow 0.3s;cursor:pointer}.project-placeholder:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgb(0 0 0 / .15)}.project-placeholder i{color:#4169e1;font-size:3rem}.project-placeholder span{color:#666;font-weight:500;font-size:1.1rem}.testimonials{padding:5rem 0;background:var(--light-gray)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:var(--light-gray);padding:2rem;border-radius:10px;text-align:center}.stars{margin-bottom:1rem}.stars i{color:var(--primary-orange);font-size:1.2rem;margin:0 2px}.testimonial-card p{font-style:italic;margin-bottom:1rem;line-height:1.6}.testimonial-card h4{color:var(--dark-blue)}.contact{padding:5rem 0;background:var(--light-gray)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info{display:grid;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem;background:var(--white);padding:1.5rem;border-radius:10px}.contact-icon{width:50px;height:50px;background:var(--primary-orange);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon i{color:var(--white);font-size:1.2rem}.contact-text h4{color:var(--dark-blue);margin-bottom:.5rem}.map-container{width:100%;height:400px;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.map-container iframe{width:100%;height:100%;border:0;border-radius:10px}.footer{background:var(--dark-blue);color:var(--white);padding:3rem 0 1rem 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--primary-orange)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgb(255 255 255 / .1)}.contact-text a,.footer-section a{color:var(--primary-orange);text-decoration:none;transition:color 0.3s}.contact-text a:hover,.footer-section a:hover{color:#e66a00;text-decoration:underline}.footer-section a{color:var(--white)}.footer-section a:hover{color:var(--primary-orange)}@media (max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:var(--white);width:100%;text-align:center;transition:0.3s;box-shadow:0 10px 27px rgb(0 0 0 / .05);padding:2rem 0}.nav-menu.active{left:0}.nav-menu .nav-cta-button{margin-top:1rem;display:inline-block}.hero{background-attachment:scroll;padding-top:80px;min-height:100vh}.hero{justify-content:center;padding-left:0}.hero-content{max-width:500px;width:100%;padding:0 1rem}.hero-text-card{text-align:center;max-width:450px;margin:0 auto;padding:2rem 1rem}.hero h1{font-size:2.5rem}.hero h1::after{width:150px;left:50%;transform:translateX(-50%)}.about-content,.why-choose-content,.winter-content,.cta-content,.contact-content{grid-template-columns:1fr;gap:2rem}.why-choose-content .why-choose-image{order:1}.about-image,.why-choose-image,.winter-image{width:100vw;height:35vh;margin-left:calc(-50vw + 50%);border-radius:0;overflow:hidden}.about-image img,.why-choose-image img,.winter-image img{width:100%;height:100%;object-fit:cover;border-radius:0;border-bottom:7px solid var(--primary-orange)}.services-grid{grid-template-columns:1fr;gap:1px}.projects-grid{grid-template-columns:1fr;gap:1rem}.certifications-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.section-header h2{font-size:2rem}.about-text h2,.why-choose-text h2{font-size:2rem}.about,.why-choose-us,.winter-ready,.recent-projects,.testimonials,.contact{padding-bottom:0}}@media (max-width:480px){.hero h1{font-size:2rem}.section-header h2{font-size:1.8rem}.about-text h2,.why-choose-text h2{font-size:1.8rem}.service-card,.why-choose-text{padding:1.5rem}.testimonial-card{padding:1.5rem}}