.home-hero-carousel{position:relative;height:90vh;background:var(--black);overflow:hidden}.home-hero-carousel .carousel-container{position:relative;z-index:3;height:100%}.home-hero-carousel .carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease;display:none;align-items:center;justify-content:center;text-align:center;color:var(--white)}.home-hero-carousel .carousel-slide.active{opacity:1;display:flex}.home-hero-carousel .slide-content{max-width:800px;padding:0 20px}.home-hero-carousel .slide-title{font-size:4rem;margin-bottom:20px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.8);line-height:1.1}.home-hero-carousel .slide-subtitle{font-size:1.25rem;margin-bottom:30px;text-shadow:0 2px 4px rgba(0,0,0,.8)}.home-hero-carousel .slide-buttons a{box-shadow:0 0 15px rgba(0,0,0,.8)!important;margin-bottom:10px;margin-right:5px;margin-left:5px}.home-hero-carousel .carousel-indicators{position:absolute;bottom:60px;left:0;right:0;display:flex;justify-content:center;gap:10px;z-index:4}.home-hero-carousel .indicator{width:12px;height:12px;border-radius:50%;background-color:rgba(255,255,255,.5);cursor:pointer;transition:background-color .3s ease}.home-hero-carousel .indicator.active{background-color:var(--white)}.home-hero-carousel .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('/images/default/home-default-header.jpg');background-size:cover;background-position:center top;z-index:1}.home-hero-carousel .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}@media(max-width:1999px){.home-hero-carousel .carousel-slide{align-items:start;padding-top:140px}}@media(max-width:1899px){.home-hero-carousel .carousel-slide{align-items:start;padding-top:130px}}@media(max-width:1799px){.home-hero-carousel .carousel-slide{align-items:start;padding-top:120px}}@media(max-width:1699px){.home-hero-carousel .carousel-slide{align-items:start;padding-top:110px}}@media(max-width:1599px){.home-hero-carousel .carousel-slide{align-items:start;padding-top:100px}}@media(max-width:1499px){.home-hero-carousel .carousel-slide{align-items:start;padding-top:90px}}@media(max-width:1399px){.home-hero-carousel .carousel-slide{align-items:start;padding-top:80px}}@media(max-width:1299px){.home-hero-carousel .carousel-slide{align-items:start;padding-top:70px}}@media(max-width:1199px){.home-hero-carousel .carousel-slide{align-items:start;padding-top:60px}}@media(max-width:992px){.home-hero-carousel .carousel-slide{align-items:start;padding-top:40px}.home-hero-carousel .slide-title{font-size:3rem}.home-hero-carousel .slide-subtitle{font-size:1.2rem}}@media(max-width:768px){.home-hero-carousel .hero-carousel{height:70vh}.home-hero-carousel .slide-title{font-size:2.5rem}}@media(max-width:576px){.home-hero-carousel .hero-carousel{height:60vh}.home-hero-carousel .slide-title{font-size:2rem}.home-hero-carousel .slide-subtitle{font-size:1rem}}.home-intro-section{padding:60px 0 0 0;background-color:var(--white)}.home-intro-section h1{font-size:2.5rem;margin-bottom:25px;text-align:center}.home-intro-section p{margin-bottom:1em;text-align:center}.home-intro-section .container .inner-container{padding-top:30px}@media(max-width:576px){.home-intro-section p{margin-bottom:1em;text-align:left}}.stats-counter-section{margin-top:40px;border-radius:15px}.stats-counter-section .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;text-align:center}.stats-counter-section .stat-item{padding:30px 20px;background:#fff;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.stats-counter-section .stat-item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--orange)}.stats-counter-section .stat-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.stats-counter-section .stat-number{font-family:'Outfit',sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:15px;line-height:1}.stats-counter-section .stat-label{font-family:'Outfit',sans-serif;font-size:1rem;font-weight:500;line-height:1.4}@media(max-width:992px){.stats-counter-section .stats-counter-section{padding:40px}.stats-counter-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.stats-counter-section .stat-number{font-size:2rem}}@media(max-width:768px){.stats-counter-section .stats-counter-section{padding:40px}.stats-counter-section .stats-grid{grid-template-columns:1fr;gap:20px}.stats-counter-section .stat-item{padding:25px 15px}.stats-counter-section .stat-number{font-size:2rem}.stats-counter-section .stat-label{font-size:.9rem}}.collect-icons{padding:60px 0;background-color:var(--white)}.collect-icons h2{font-size:2.5rem;margin-bottom:40px;text-align:center}.collect-icons .section-header{text-align:center;margin-bottom:50px}.collect-icons .icons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;text-align:center}.collect-icons .icon-item{display:flex;flex-direction:column;align-items:center}.collect-icons .icon{width:80px;height:80px;background-color:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;color:var(--white);font-size:2rem}.collect-icons .icon:hover{background-color:var(--black);-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;transition:all 1s ease;transform:scale(1.1)}.collect-icons .icon-item h3{font-size:1.1rem;color:var(--black)}.collect-icons .box-more{margin-top:40px;text-align:center}@media(max-width:768px){.collect-icons h2{font-size:2rem;margin-bottom:30px}}@media(max-width:576px){.collect-icons h2{font-size:1.8rem}}.permits-section{padding:40px 0 80px 0}.permits-section h2{font-size:2.5rem;margin-bottom:40px;text-align:center}.permits-section .section-header{text-align:center;margin-bottom:50px}.permits-section .permits-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:25px;margin-bottom:40px}.permits-section .permit-item{text-align:center;border-radius:15px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.15);text-align:center;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;background:var(--white);color:var(--black)}.permits-section .permit-item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--black)}.permits-section .permit-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.permits-section .permit-icon{font-size:2.5rem;margin-bottom:20px;height:60px;display:flex;align-items:center;justify-content:center;color:var(--orange)}.permits-section .permit-item h3{font-weight:600;font-size:1.2rem;margin:0 0 15px 0;line-height:1.3}.permits-section .permit-item p{font-size:.9rem;line-height:1.6;margin:0}.permits-section .permits-more{text-align:center}.permits-section .permit-item p,.permits-section .permit-item h3{color:var(--black)}.permits-section .permit-item.alt{background:var(--black);color:var(--white)}.permits-section .permit-item.alt p,.permits-section .permit-item.alt h3{color:var(--white)}@media(max-width:1200px){.permits-section .permit-item h3{font-size:1.1rem}.permits-section .permit-item p{font-size:.85rem}}@media(max-width:992px){.permits-section .permits-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}}@media(max-width:576px){.permits-section .permits-grid{grid-template-columns:1fr;gap:20px}.permits-section .section-header h2{font-size:2rem}.permits-section .permit-item{padding:25px}}.how-it-works-section{padding:80px 0 40px 0;background:var(--black);color:#fff}.how-it-works-section .how-it-works-content{display:flex;gap:60px}.how-it-works-section .left-content{flex:1;display:flex;flex-direction:column}.how-it-works-section .left-content h2{font-size:3rem;font-weight:700;margin-bottom:20px;line-height:1.2}.how-it-works-section .intro-text{color:#fff;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.how-it-works-section .image-container{flex-grow:1;display:flex;align-items:center}.how-it-works-section .process-image{max-width:100%;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.2)}.how-it-works-section .right-content{flex:1;display:flex;flex-direction:column;gap:30px}.how-it-works-section .process-step{display:flex;align-items:flex-start;background-color:var(--white);border-radius:10px;padding:25px;transition:all .3s ease}.how-it-works-section .process-step:hover{transform:translateX(5px)}.how-it-works-section .step-number{font-family:'Outfit',sans-serif;font-weight:300;letter-spacing:-.02em;font-size:2.5rem;color:var(--orange);margin-right:20px;line-height:1;min-width:60px}.how-it-works-section .step-content{flex-grow:1}.how-it-works-section .step-content h3{font-size:1.3rem;margin:0 0 10px 0;font-weight:600}.how-it-works-section .step-content p{font-size:1rem;margin:0;color:var(--black);line-height:1.5}.how-it-works-section .step-arrow{display:flex;align-items:center;justify-content:center;margin-left:15px}.how-it-works-section .step-arrow i{font-size:1.2rem;color:rgba(255,255,255,.6)}.how-it-works-section .video-container{display:flex;position:relative;width:100%;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2)}.how-it-works-section .process-video{width:100%;height:auto;display:block;border-radius:10px;aspect-ratio:16/9;object-fit:cover}.how-it-works-section .process-video::-webkit-media-controls{border-radius:0 0 10px 10px}.how-it-works-section .box-more{margin-top:40px;text-align:center}.how-it-works-section .left-content h2{font-weight:600;letter-spacing:-.01em;font-size:3rem;margin-bottom:20px;line-height:1.1}.how-it-works-section .process-step .step-content h3{font-weight:600;letter-spacing:0;font-size:1.3rem;margin:0 0 10px 0}@media(max-width:992px){.how-it-works-section .how-it-works-content{flex-direction:column;gap:40px}.how-it-works-section .left-content h2{font-size:2.5rem}.how-it-works-section .image-container{max-width:400px;margin:0 auto}.how-it-works-section .video-container{max-width:100%;margin:0 auto}}@media(max-width:768px){.how-it-works-section .left-content h2{font-size:2.5rem}}@media(max-width:576px){.how-it-works-section .how-it-works-section{padding:60px 0}.how-it-works-section .left-content h2{font-size:2rem;margin-bottom:15px}.how-it-works-section .intro-text{font-size:1rem;margin-bottom:25px}.how-it-works-section .process-step{padding:20px}.how-it-works-section .step-number{font-size:2rem;min-width:50px}.how-it-works-section .step-content h3{font-size:1.1rem}}.testimonials-section{padding:80px 0;background-color:var(--light-gray);position:relative;overflow:hidden}.testimonials-section h2{font-size:2.5rem;margin-bottom:15px;text-align:center}.testimonials-section .section-header{text-align:center;margin-bottom:50px}.testimonials-section .testimonials-container{display:flex;align-items:center;justify-content:center;max-width:1000px;margin:0 auto}.testimonials-section .testimonial-controls{flex:0 0 auto}.testimonials-section .testimonial-prev,.testimonials-section .testimonial-next{background:none;border:0;font-size:2rem;color:var(--orange);cursor:pointer;padding:10px;opacity:1;transition:opacity .3s ease}.testimonials-section .testimonial-prev:hover,.testimonials-section .testimonial-next:hover{opacity:.7}.testimonials-section .testimonials-slider{flex:1;position:relative;height:350px;overflow:hidden}.testimonials-section .testimonial-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease;display:flex;align-items:center;justify-content:center}.testimonials-section .testimonial-slide.active{opacity:1}.testimonials-section .testimonial-content{background-color:var(--white);border-radius:10px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.1);max-width:800px;position:relative}.testimonials-section .testimonial-rating{margin-bottom:15px;color:var(--gold)}.testimonials-section .testimonial-text{font-size:1.1rem;line-height:1.8;margin-bottom:20px;font-style:italic;color:var(--black)}.testimonials-section .testimonial-author{display:flex;align-items:center}.testimonials-section .author-image{width:60px;height:60px;border-radius:50%;overflow:hidden;margin-right:15px;border:3px solid var(--orange)}.testimonials-section .author-image img{width:100%;height:100%;object-fit:cover}.testimonials-section .author-info h4{margin:0;color:var(--orange);font-size:1.1rem}.testimonials-section .author-info p{margin:5px 0 0;color:var(--black);font-size:.9rem}.testimonials-section .testimonial-indicators{display:flex;justify-content:center;gap:10px;margin-top:30px}.testimonials-section .t-indicator{width:12px;height:12px;border-radius:50%;background-color:var(--orange);opacity:.5;cursor:pointer;transition:background-color .3s ease}.testimonials-section .t-indicator.active{background-color:var(--orange);opacity:1}@media(max-width:768px){.testimonials-section h2{font-size:2rem;margin-bottom:30px}.testimonials-section .testimonial-content{padding:20px}.testimonials-section .testimonial-text{font-size:1rem}.testimonials-section .testimonials-slider{height:400px}}@media(max-width:576px){.testimonials-section .testimonial-controls{display:none}.testimonials-section .testimonials-slider{height:450px}.testimonials-section .author-image{width:50px;height:50px}}section.image-slider+section.testimonials-section{padding:0 0 80px 0}