::-webkit-scrollbar{display:none}*{box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;background-color:#f1f1f1;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#f1f1f1;scrollbar-width:none}h1{font-size:2.8em;line-height:1.1}#app{margin:0 auto;text-align:center;width:100vw;height:100vh;background-color:#f1f1f1;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}a{color:inherit;text-decoration:none}.hidden{display:none}.sectionsContainer{height:100vh;overflow-y:scroll}.section{height:auto;min-height:100vh;padding:2rem 0}.section:first-of-type{padding-top:calc(10vh + 50px)}.navBar{position:fixed;top:50px;left:0;width:100%;padding:.5rem 2rem;z-index:1000;display:flex;justify-content:space-between;align-items:center;height:10vh;background-color:#f1f1f1}.navBar,.side-panel{background-color:#f1f1f1}.nav-logo{height:80px;display:flex;align-items:center}.nav-logo img{height:100%;width:auto;object-fit:contain}.nav-link.active{color:#8ab833;font-weight:600}.hamburger-menu{background:none;border:none;cursor:pointer;padding:.5rem;display:none;z-index:1001}.hamburger-menu svg{display:block;width:24px;height:24px}.desktop-nav{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.desktop-nav a{text-decoration:none;color:#000}.side-panel{position:fixed;top:0;right:-300px;width:300px;height:100vh;background-color:#f1f1f1;box-shadow:-2px 0 5px #0000001a;transition:transform .3s ease-in-out;z-index:2000;padding:2rem}.side-panel.open{transform:translate(-300px)}.mobile-nav{list-style:none;padding:0;margin-top:2rem}.mobile-nav li{margin-bottom:1.5rem}.mobile-nav a{text-decoration:none;color:#000;font-size:1.2rem;display:block;padding:.5rem 0}.no-scroll{overflow:hidden}.introVideContainer{position:relative;overflow-x:hidden;display:flex;justify-content:center;align-items:center;text-align:center;background-color:#00000080}.introVideContainer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000054;z-index:1}.landingVideo{height:100vh}.landingText{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;position:absolute;z-index:2;color:#fff}.landingTitle{overflow-wrap:break-word;margin-top:0;margin-bottom:0}.landingLogo{width:20%;color:#fff}.svgIcon{width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-element{opacity:0;animation:fadeIn 1s ease forwards}#svgIcon{animation-delay:.3s}.landingTitle{animation-delay:2s}.dividerLine{animation-delay:2.3s}.getQuote{animation-delay:2.6s}.dividerLine{width:75%;height:5px;color:#fff;z-index:20;background-color:#fff;margin:15px 0}.getQuote{display:flex;flex-direction:column;background-color:#b6e4bc;border-radius:15px;height:40px;width:175px;text-align:center;justify-content:center;color:#000}.getQuote a{font-weight:600}.greem-background{background-color:#b6e4bc}.page-container{margin-top:calc(10vh + 50px);min-height:calc(90vh - 50px);width:100%;background-color:#f1f1f1;overflow-y:auto}.content-wrapper{max-width:1200px;margin:0 auto;padding:2rem}.sectionsContainer{height:auto;overflow-y:visible}#home,#home .introVideContainer{height:100vh}.section-title{margin-left:15px;margin-right:15px}.section-title p{font-size:1.8em;line-height:1;font-weight:500}.section-paragraph{margin:0 15px 15px}.section-img{height:fit-content;width:100%}.section-img img{width:100%}.section-subtitle{margin-top:0}.service-option{margin:0 20px;cursor:pointer;transition:transform .3s ease}.service-option:hover{transform:scale(1.05)}.service-option-img{height:150px;width:100%;position:relative}.service-option-img img{height:100%;width:100%;object-fit:cover;border-radius:25px}.service-option-img:before{content:"";position:absolute;height:150px;width:100%;background-color:#00000054;z-index:1;border-radius:25px}.service-option-title{position:absolute;color:#fff;z-index:3;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.service-option-title p{font-size:larger;font-weight:500}#services{height:auto;min-height:100vh;overflow:visible}#services .section-container{height:auto;overflow:visible}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:2000;opacity:0;transition:opacity .3s ease}.modal.show{display:flex;opacity:1;justify-content:center;align-items:center}.modal-content{background-color:#f1f1f1;border-radius:10px;position:relative;width:90%;max-width:1200px;height:80vh;overflow:hidden;padding:0}.close-modal{position:absolute;right:2rem;top:2rem;font-size:2rem;color:#fff;cursor:pointer;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;text-shadow:0 0 6px rgba(0,0,0,.8)}.modal-body{display:flex;height:100%;gap:2rem}.modal-text{flex:1;padding:2rem;overflow-y:auto;max-width:50%}.modal-title{font-size:2rem;margin-bottom:1.5rem;color:#333}.modal-description{font-size:1.1rem;line-height:1.6;color:#666}.modal-image-carousel{position:relative;flex:1;display:flex;flex-direction:column;overflow:hidden;max-width:50%;padding:2rem 2rem .75rem 0}.modal-image img{width:100%;height:100%;object-fit:cover}.carousel-container{position:relative;flex:1;width:100%;min-height:0}.carousel-track{height:100%;width:100%;position:relative}.carousel-track img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out;border-radius:10px}.carousel-track img.active{opacity:1}.services-list{list-style:none;padding:0;margin:1rem 0}.services-list li{padding:.5rem 0;border-bottom:1px solid #e5e7eb;text-align:left}.services-list li:last-child{border-bottom:none}.services-title{display:block;font-weight:600;margin-bottom:1rem;font-size:1.1em}.carousel-button:hover{background:#ffffffe6}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}.carousel-dots{position:absolute;bottom:1.5rem;align-self:center;display:flex;justify-content:center;align-items:center;gap:6px;padding:10px 0 4px}.carousel-dot{display:block;width:7px;height:7px;border-radius:50%;background-color:#ffffff73;transition:width .3s ease,height .3s ease,background-color .3s ease;flex-shrink:0}.carousel-dot.active{width:11px;height:11px;background-color:#fffffff2}body.modal-open{overflow:hidden}.lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000eb;z-index:3500;justify-content:center;align-items:center;opacity:0;transition:opacity .25s ease}.lightbox.show{display:flex;opacity:1}.lightbox-img-wrapper{display:flex;justify-content:center;align-items:center;max-width:90vw;max-height:90vh}.lightbox-img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:6px;box-shadow:0 8px 40px #000000b3;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.lightbox-close{position:fixed;top:1.25rem;right:1.5rem;background:#ffffff1f;border:none;color:#fff;font-size:2rem;line-height:1;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;z-index:3600}.lightbox-close:hover{background:#ffffff40;transform:scale(1.1)}.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);background:#ffffff1f;border:none;color:#fff;font-size:3rem;line-height:1;width:52px;height:52px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;z-index:3600;padding-bottom:3px}.lightbox-nav:hover{background:#ffffff47;transform:translateY(-50%) scale(1.08)}.lightbox-prev{left:1.25rem}.lightbox-next{right:1.25rem}.lightbox-counter{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);color:#fffc;font-size:.95rem;letter-spacing:.05em;background:#0006;padding:.3rem .85rem;border-radius:20px;z-index:3600}@media screen and (max-width: 480px){.lightbox-nav{width:40px;height:40px;font-size:2.2rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}}body.lightbox-open{overflow:hidden}.service-options-container{width:100%;margin-bottom:2rem}.services-text{margin-top:1.5rem;font-size:1rem;color:#666;line-height:1.6}.services-title{color:#333;font-weight:500}#contact{height:100vh;overflow-y:visible}#contact .section-container{height:auto;padding-bottom:2rem}#contactForm{max-width:42rem;margin:0 auto;padding:1.5rem;overflow-y:auto}.contact-title{text-align:center;color:#8ab833;letter-spacing:.5em;font-size:1.875rem;margin-bottom:2rem}.required-text{margin-bottom:1.5rem}.required-star{color:red}.form-group{margin-bottom:1.5rem;width:100%}.form-group label{display:block;margin-bottom:.5rem;font-size:1.25rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:1px solid #E5E7EB;border-radius:.25rem;color:#000;max-width:100%}.form-group textarea{min-height:150px;resize:vertical}.submit-button{width:100%;color:#000;padding:1rem 2rem;font-size:1.25rem;transition:all .3s ease}.submit-button:hover{background-color:#8ab833;color:#fff}::placeholder{color:#9ca3af}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em}input:focus,select:focus,textarea:focus{outline:none;border-color:#8ab833;box-shadow:0 0 0 3px #8ab8331a}.thank-you-dialog{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:2000;justify-content:center;align-items:center}.thank-you-dialog.show{display:flex}.dialog-content{background-color:#f1f1f1;padding:2rem;border-radius:15px;position:relative;width:90%;max-width:500px;text-align:center}.close-dialog{position:absolute;right:1rem;top:1rem;font-size:1.5rem;cursor:pointer}.dialog-content h2{margin-bottom:1rem}.dialog-content p{margin-bottom:.5rem}.welcome-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:3000}.popup-content{background-image:url(https://images.unsplash.com/photo-1693305667323-c66b6d766e5e?q=80&w=3516&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;padding:3rem;border-radius:15px;position:relative;width:90%;max-width:800px;text-align:center;color:#fff}.popup-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;border-radius:15px}.close-welcome-popup{position:absolute;right:1rem;top:1rem;font-size:1.5rem;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#0000001a}.popup-body{position:relative;z-index:1}.popup-title{color:#fff}.popup-title,.main-offer,.secondary-offer,.offer-details{text-shadow:2px 2px 4px rgba(0,0,0,.8)}.main-offer{font-size:3.5rem;font-weight:800;letter-spacing:1px}.secondary-offer{font-weight:700;letter-spacing:.5px}.offer-details{color:#fff}.close-welcome-popup{color:#fff;z-index:2;background-color:#fff3}.offer-details{color:#fff;margin-bottom:3rem}.claim-offer-btn{margin-top:2rem;display:inline-block;background-color:#fff;color:#000;padding:1rem 2rem;border-radius:15px;font-weight:600}.claim-offer-btn:hover{transform:scale(1.05);background-color:#ffffffe6}.welcome-popup.fade-out{opacity:0;transition:opacity .3s ease}.sticky-banner{position:fixed;top:0;left:0;width:100%;background-color:#b6e4bc;transform:translateY(-100%);transition:transform .3s ease;z-index:999;height:50px}.sticky-banner.show{transform:translateY(0)}.banner-content{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;max-width:1200px;margin:0 auto;height:100%}.banner-text{font-weight:600;color:#000}.banner-link{color:#000;text-decoration:underline;font-weight:600}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}@media screen and (max-width: 768px){.desktop-nav{display:none}.hamburger-menu{display:block}.sticky-banner{height:40px}.banner-content{gap:1rem;font-size:.9rem;padding:.5rem 1rem}.nav-logo{height:40px}.navBar{position:fixed;top:40px;left:0;width:100%;background-color:#f1f1f1;padding:.5rem 1rem;z-index:1000;display:flex;justify-content:space-between;align-items:center;height:60px}.page-container{margin-top:100px;min-height:calc(100vh - 100px)}.content-wrapper{padding:1rem}.section:first-of-type{padding-top:100px}#contactForm{padding:1rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem}.modal-content{height:90vh}.modal-body{flex-direction:column;max-height:none;height:100%;gap:1rem}.modal-text{order:1;height:60%;padding:1.5rem;overflow-y:auto}.modal-text,.modal-image-carousel{max-width:100%;padding:1rem}.modal-image-carousel{height:40%}.modal-text{height:60%}.modal-title{font-size:1.5rem;margin-bottom:1rem}.modal-description{font-size:1rem}.close-modal{right:1rem;top:1rem}.services-list{grid-template-columns:1fr;justify-items:center}.service-options-container{display:block}.service-option{margin:1rem 0}.service-option-img{height:200px}.service-option-img:before{height:200px}.banner-content{gap:1rem;font-size:.9rem}.banner-cta{padding:.25rem .75rem}}@media screen and (min-width: 769px){.hamburger-menu{display:none}.desktop-nav{display:flex}.content-wrapper .service-options-container,.page-container .service-options-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:2rem 0}.service-option{margin:0;height:auto;margin-bottom:1rem}.service-option-img{height:300px}.service-option-img:before{height:300px}.service-option-title p{font-size:1.8em}.service-option-description p{font-size:1.2em;margin-top:1rem}.popup-content{padding:4rem;max-width:1000px}.popup-body{padding:3rem}.popup-title{font-size:2.2rem;font-weight:700}.main-offer{font-size:3.5rem}.secondary-offer{font-size:2.2rem}.offer-details{font-size:1.2rem;font-weight:500;margin-bottom:4rem}.claim-offer-btn{padding:1.2rem 2rem;font-size:1.2rem}}
