@charset "UTF-8";.navbar-root{position:absolute;top:0;left:0;z-index:10;background:transparent;color:#e4e2dd;background-color:#292929;height:75px;padding:0 3rem;width:100%;display:flex;justify-content:space-between;align-items:center}@media (max-width: 1024px){.navbar-root{padding:0 1.5rem}}.navbar-root .logo-container{display:flex;align-items:center;justify-content:center;z-index:10}.navbar-root .logo-container img{height:75px;width:auto;object-fit:contain}@media (max-width: 1024px){.navbar-root .logo-container img{height:60px}}.navbar-root .mobile-menu-btn{display:none;background:none;border:none;color:#e4e2dd;font-size:2rem;cursor:pointer;z-index:30;transition:all .3s ease;padding:.5rem}@media (max-width: 1024px){.navbar-root .mobile-menu-btn{display:block;position:static;right:1rem;top:1rem}}.navbar-root .mobile-menu-btn:hover{color:#e4e2dd}.navbar-root .mobile-menu-btn.menu-open{color:#292929}.navbar-root .mobile-overlay{display:none}@media (max-width: 1024px){.navbar-root .mobile-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);z-index:10}}.navbar-root .nav-links{flex-grow:1;display:flex;flex-direction:row;justify-content:center}@media (max-width: 1024px){.navbar-root .nav-links{position:fixed;top:0;right:-300px;width:300px;height:100vh;background:#E4E2DD;padding:5rem 1rem;transition:transform .3s ease;z-index:20}.navbar-root .nav-links.open{transform:translate(-300px);box-shadow:-4px 0 15px #0000001a}}.navbar-root .nav-links ul{display:flex;gap:2rem;list-style:none}@media (max-width: 1024px){.navbar-root .nav-links ul{flex-direction:column;gap:1rem;width:100%}}.navbar-root .nav-links ul li{position:relative}.navbar-root .nav-links ul li a{position:relative;color:#e4e2dd;text-decoration:none;font-weight:600;font-size:1.125rem;transition:color .3s ease;display:flex;align-items:center;justify-content:space-between}@media (max-width: 1024px){.navbar-root .nav-links ul li a{color:#292929;padding:.5rem 0;font-size:1.2rem}}.navbar-root .nav-links ul li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#a1c53f;transition:width .3s ease}@media (max-width: 1024px){.navbar-root .nav-links ul li a:after{display:none}}.navbar-root .nav-links ul li a:hover{color:#a1c53f}.navbar-root .nav-links ul li a:hover:after{width:100%}.navbar-root .nav-links ul li a svg{margin-left:.5rem;font-size:.8rem;transition:transform .3s ease}.navbar-root .nav-links ul li a svg.rotate{transform:rotate(180deg)}.navbar-root .nav-links ul li.dropdown .dropdown-menu{display:none;position:absolute;width:16rem;left:0;background-color:#e4e2dd;border:1px solid #292929;box-shadow:0 4px 6px #0000001a;padding:1rem;flex-direction:column;gap:.5rem;z-index:10}@media (max-width: 1024px){.navbar-root .nav-links ul li.dropdown .dropdown-menu{position:static;width:100%;border:none;box-shadow:none;padding:.5rem 0 .5rem 1rem;background-color:#e4e2dd}}.navbar-root .nav-links ul li.dropdown .dropdown-menu li a{color:#292929;font-size:1.1rem;font-weight:600;text-decoration:none;padding:.5rem 1rem;transition:background-color .3s ease,color .3s ease}.navbar-root .nav-links ul li.dropdown .dropdown-menu li a:hover{background-color:#a1c53f;color:#e4e2dd}@media (min-width: 1025px){.navbar-root .nav-links ul li.dropdown:hover .dropdown-menu{display:flex}}@media (max-width: 1024px){.navbar-root .nav-links ul li.dropdown.active .dropdown-menu{display:flex}}.navbar-root .nav-contact{display:flex;align-items:center;z-index:10}@media (max-width: 1024px){.navbar-root .nav-contact{display:none}}.navbar-root .nav-contact a{color:#e4e2dd;text-decoration:none;font-weight:600;font-size:1.125rem;transition:color .3s ease;display:flex;flex-direction:row;justify-content:center;align-items:center}.navbar-root .nav-contact a:hover{color:#a1c53f}.site-footer{width:100%;background-color:#010101;position:relative;font-family:Open Sans,sans-serif}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(161,197,63,.5),transparent)}.site-footer .footer-content{max-width:1400px;margin:0 auto;padding:4rem 2rem}.site-footer .footer-top{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem}.site-footer .footer-section h3{color:#a1c53f;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;position:relative;display:inline-block}.site-footer .footer-section h3:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:2px;background-color:#a1c53f}.site-footer .contact-details{display:flex;flex-direction:column;gap:1rem}.site-footer .contact-details .footer-link{display:flex;align-items:flex-start;gap:.75rem;color:#d4d4d4;text-decoration:none;transition:color .3s ease}.site-footer .contact-details .footer-link svg{color:#a1c53f;min-width:18px;margin-top:3px}.site-footer .contact-details .footer-link:hover{color:#fff}.site-footer .hours-details{display:flex;flex-direction:column;gap:1rem}.site-footer .hours-details .hours-item{display:flex;align-items:flex-start;gap:.75rem;color:#d4d4d4}.site-footer .hours-details .hours-item svg{color:#a1c53f;min-width:18px;margin-top:3px}.site-footer .hours-details .hours-item div{display:flex;flex-direction:column;gap:.25rem}.site-footer .hours-details .hours-item .days{color:#fff;font-weight:500}.site-footer .hours-details .hours-item .time{color:#d4d4d4;font-size:.9rem}.site-footer .social-links{display:flex;gap:1rem}.site-footer .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#a1c53f1a;color:#a1c53f;transition:all .3s ease}.site-footer .social-links .social-link:hover{background-color:#a1c53f;color:#000;transform:translateY(-3px)}.site-footer .footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.site-footer .footer-bottom .footer-text{color:#fff;font-size:1.1rem;line-height:1.8;font-weight:300;margin-bottom:1.5rem}.site-footer .footer-bottom .developer-credit .footer-link{display:inline-flex;align-items:center;gap:.5rem;color:#d4d4d4;font-size:.9rem;text-decoration:none;transition:color .3s ease}.site-footer .footer-bottom .developer-credit .footer-link svg{transition:transform .3s ease}.site-footer .footer-bottom .developer-credit .footer-link:hover{color:#a1c53f}.site-footer .footer-bottom .developer-credit .footer-link:hover svg{transform:translate(3px)}@media screen and (max-width: 1024px){.site-footer .footer-content{padding:3rem 1.5rem}.site-footer .footer-top{grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (max-width: 640px){.site-footer .footer-content{padding:2rem 1rem}.site-footer .footer-top{grid-template-columns:1fr;gap:2rem;text-align:center}.site-footer .footer-section h3:after{left:50%;transform:translate(-50%)}.site-footer .contact-details .footer-link,.site-footer .hours-details .hours-item,.site-footer .social-links{justify-content:center}}.aboutus-root{background-color:#292929;color:#e4e2dd;min-height:100vh;display:flex;align-items:center;padding:2rem 0}@media only screen and (max-width: 768px){.aboutus-root{min-height:auto;padding:2rem 1rem}}.aboutus-container{max-width:1400px;margin:0 auto;width:100%;display:flex;gap:3rem;padding:0 2rem}@media only screen and (max-width: 992px){.aboutus-container{gap:2rem;padding:0 1.5rem}}@media only screen and (max-width: 768px){.aboutus-container{flex-direction:column;gap:2rem;padding:0}}.left{flex:1;display:flex;align-items:center}@media only screen and (max-width: 768px){.left{text-align:center;justify-content:center}}.left-content{position:relative;padding:2rem 0}.left-decoration{position:absolute;left:0;top:0;width:3px;height:100%;background-color:#a1c53f}@media only screen and (max-width: 768px){.left-decoration{display:none}}.welcome-text{display:block;font-size:1.25rem;font-weight:600;color:#a1c53f;margin-bottom:1rem;letter-spacing:2px;padding-left:2rem}@media only screen and (max-width: 768px){.welcome-text{padding-left:0;font-size:1.1rem}}.company-name{font-size:3.5rem;font-weight:900;color:#e4e2dd;padding-left:2rem;line-height:1.1;margin-bottom:1rem}@media only screen and (max-width: 992px){.company-name{font-size:3rem}}@media only screen and (max-width: 768px){.company-name{padding-left:0;font-size:2.5rem}}.right{flex:1.5;display:flex;align-items:center}@media only screen and (max-width: 768px){.right{justify-content:center}}.content-wrapper{max-width:100%}@media only screen and (max-width: 768px){.content-wrapper{max-width:100%}}.description,.highlighted,.difference,.info{margin-bottom:1.5rem;line-height:1.8;font-size:1.125rem;color:#e4e2dd}@media only screen and (max-width: 768px){.description,.highlighted,.difference,.info{font-size:1rem;line-height:1.7;margin-bottom:1.25rem}}.highlighted{background-color:#a1c53f1a;padding:1rem;border-radius:5px}@media only screen and (max-width: 768px){.highlighted{padding:.75rem}}.difference{font-style:italic;border-left:3px solid #A1C53F;padding-left:1.5rem}@media only screen and (max-width: 768px){.difference{border-left:none;padding-left:0;border-top:3px solid #A1C53F;padding-top:1rem}}.info{font-weight:500;margin-bottom:2rem}.cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;color:#292929;background-color:#a1c53f;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.cta .arrow{transition:transform .3s ease}@media only screen and (max-width: 768px){.cta{width:100%;justify-content:center;padding:.75rem 1.5rem;font-size:1rem}}.cta:hover{background-color:transparent;border-color:#a1c53f;color:#a1c53f}.cta:hover .arrow{transform:translate(5px)}.cta:focus{outline:none;box-shadow:0 0 0 3px #a1c53f4d}.cta:active{transform:scale(.98)}.home-landing-root{position:relative;width:100%;height:calc(100vh + -0px);overflow:hidden}.home-landing-root .background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.home-landing-root .overlay{padding:2rem 1rem 6rem;position:absolute;top:75px;left:0;width:100%;height:calc(100% - 75px);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;color:#e4e2dd}.home-landing-root .overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgb(41,41,41),rgba(41,41,41,.8),rgba(41,41,41,.25));z-index:-1}.home-landing-root .overlay .landing-content{width:100%;max-width:800px;padding:0 1rem}@media (max-width: 768px){.home-landing-root .overlay .landing-content{padding:0 1.5rem}}@media (max-width: 480px){.home-landing-root .overlay .landing-content{padding:0 1rem}}.home-landing-root .overlay .landing-content h1.special-title{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700;color:#e4e2dd}@media (max-width: 768px){.home-landing-root .overlay .landing-content h1.special-title{font-size:2rem}}@media (max-width: 480px){.home-landing-root .overlay .landing-content h1.special-title{font-size:1.75rem}}.home-landing-root .overlay .landing-content h1.special-title span{color:#a1c53f}.home-landing-root .overlay .landing-content h2{font-size:2rem;margin-bottom:1.5rem;line-height:1.5;font-weight:600;color:#a1c53f}@media (max-width: 768px){.home-landing-root .overlay .landing-content h2{font-size:1.5rem}}@media (max-width: 480px){.home-landing-root .overlay .landing-content h2{font-size:1.25rem;line-height:1.4}}.home-landing-root .overlay .landing-content p{font-size:1.2rem;margin-bottom:2rem;line-height:1.8;padding:0 1rem;color:#e4e2dd}@media (max-width: 768px){.home-landing-root .overlay .landing-content p{font-size:1rem;line-height:1.6;padding:0}}@media (max-width: 480px){.home-landing-root .overlay .landing-content p{font-size:.95rem;line-height:1.5}}.home-landing-root .overlay .landing-content .cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}@media (max-width: 768px){.home-landing-root .overlay .landing-content .cta-buttons{gap:.75rem}}@media (max-width: 480px){.home-landing-root .overlay .landing-content .cta-buttons{flex-direction:column;align-items:stretch;gap:.5rem;padding:0 1rem}}.home-landing-root .overlay .landing-content .cta-buttons .cta-button{display:flex;align-items:center;justify-content:center;min-width:12rem;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:700;color:#292929;text-decoration:none;text-align:center;border:2px solid transparent;background-color:#a1c53f;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.home-landing-root .overlay .landing-content .cta-buttons .cta-button{min-width:10rem;font-size:1rem;padding:.65rem 1.25rem}}@media (max-width: 480px){.home-landing-root .overlay .landing-content .cta-buttons .cta-button{width:100%;min-width:unset;padding:.6rem 1rem;font-size:.95rem}}.home-landing-root .overlay .landing-content .cta-buttons .cta-button:hover{background-color:transparent;color:#a1c53f;border-color:#a1c53f}.home-landing-root .overlay .landing-content .cta-buttons .cta-button:active{transform:scale(.98)}.home-landing-root .overlay .landing-content .cta-buttons .cta-button svg{font-size:1.2em}@media (max-width: 768px){.home-landing-root .overlay{justify-content:flex-end;padding:2rem 1.5rem}.home-landing-root .landing-content{text-align:center}}@media (max-width: 480px){.home-landing-root .overlay{justify-content:flex-end;padding:2rem 1rem}.home-landing-root .landing-content h1.special-title,.home-landing-root .landing-content h2{margin-bottom:1rem}.home-landing-root .landing-content p{margin-bottom:1.5rem}.home-landing-root .landing-content .cta-buttons{gap:.5rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Open Sans,sans-serif;-webkit-tap-highlight-color:transparent}.ourservices-root{width:100%;min-height:100vh;background-color:#111;padding:4rem 2rem;overflow-x:hidden}.ourservices-root .services-top{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;padding:0 1rem}.ourservices-root .services-top h1{color:#a1c53f;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:600;margin-bottom:1.5rem;letter-spacing:2px;position:relative}.ourservices-root .services-top h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:#a1c53f}.ourservices-root .services-top p{color:#e4e2dd;font-size:clamp(.9rem,3vw,1.1rem);line-height:1.8;font-weight:300}.ourservices-root .services-bottom{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:1rem;max-width:1400px;margin:0 auto;padding:0 1rem}.ourservices-root .services-bottom .service-item{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;cursor:pointer;outline:none;touch-action:manipulation}.ourservices-root .services-bottom .service-item:focus-visible{outline:2px solid #A1C53F;outline-offset:2px}.ourservices-root .services-bottom .service-item:before{content:"";position:absolute;top:12px;right:12px;width:12px;height:12px;background-color:#a1c53f;border-radius:50%;z-index:3;animation:pulse 2s infinite}.ourservices-root .services-bottom .service-item img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .5s cubic-bezier(.4,0,.2,1);backface-visibility:hidden;-webkit-backface-visibility:hidden}.ourservices-root .services-bottom .service-item .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(41,41,41,.85);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:clamp(1rem,5vw,2rem);opacity:0;transition:all .3s ease;pointer-events:none}.ourservices-root .services-bottom .service-item .overlay .text{color:#e4e2dd;font-size:clamp(.9rem,3vw,1.1rem);text-align:center;margin-bottom:1.5rem;font-weight:300;transform:translateY(20px);transition:all .3s ease}.ourservices-root .services-bottom .service-item .overlay button{padding:.8rem 1.5rem;border:2px solid #A1C53F;background-color:transparent;color:#a1c53f;font-weight:500;font-size:clamp(.8rem,2vw,.9rem);cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;pointer-events:auto;touch-action:manipulation}.ourservices-root .services-bottom .service-item .overlay button:active{transform:scale(.95)}@media (hover: hover) and (pointer: fine){.ourservices-root .services-bottom .service-item:hover img{transform:scale(1.15)}.ourservices-root .services-bottom .service-item:hover .overlay,.ourservices-root .services-bottom .service-item:hover .overlay .text,.ourservices-root .services-bottom .service-item:hover .overlay button{opacity:1;transform:translateY(0)}}.ourservices-root .services-bottom .service-item.active img{transform:scale(1.15)}.ourservices-root .services-bottom .service-item.active .overlay{opacity:1;transform:translateY(0);pointer-events:auto}.ourservices-root .services-bottom .service-item.active .overlay .text,.ourservices-root .services-bottom .service-item.active .overlay button{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: no-preference){@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #a1c53fcc}50%{transform:scale(1.1);box-shadow:0 0 0 8px #a1c53f00}to{transform:scale(1);box-shadow:0 0 #a1c53f00}}}.ourservices-root{padding:2rem 1rem}.whyChooseUs{width:100%;background-color:#111;padding:4rem 3rem;color:#e4e2dd}.whyChooseUs .whyus-top{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.whyChooseUs .whyus-top h2{color:#a1c53f;font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:2px;position:relative}.whyChooseUs .whyus-top h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:#a1c53f}.whyChooseUs .whyus-top p{color:#e4e2dd;font-size:1.1rem;line-height:1.8;font-weight:300}.whyChooseUs .cardContainer{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.whyChooseUs .cardContainer .card{background-color:#292929cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:2.5rem 2rem;transition:transform .3s ease,box-shadow .3s ease}@supports not (backdrop-filter: blur(10px)){.whyChooseUs .cardContainer .card{background-color:#292929e6}}.whyChooseUs .cardContainer .card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.whyChooseUs .cardContainer .card .icon{color:#a1c53f;margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.whyChooseUs .cardContainer .card .icon svg{stroke-width:1.5;transition:transform .3s ease}.whyChooseUs .cardContainer .card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#e4e2dd}.whyChooseUs .cardContainer .card p{font-size:1rem;line-height:1.7;color:#e4e2dd;margin-bottom:2rem;font-weight:300}.whyChooseUs .cardContainer .card button{padding:.8rem 1.5rem;border:2px solid #A1C53F;background-color:transparent;color:#a1c53f;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.whyChooseUs .cardContainer .card button:hover{background-color:#a1c53f;color:#292929}@media screen and (max-width: 1024px){.whyChooseUs{padding:3rem 1.5rem}.whyChooseUs .whyus-top h2{font-size:2rem}.whyChooseUs .whyus-top p{font-size:1rem}.whyChooseUs .cardContainer{grid-template-columns:repeat(2,1fr);gap:1.5rem}.whyChooseUs .cardContainer .card{padding:2rem 1.5rem}.whyChooseUs .cardContainer .card h3{font-size:1.3rem}.whyChooseUs .cardContainer .card p{font-size:.95rem}}@media screen and (max-width: 640px){.whyChooseUs{padding:2rem 1rem}.whyChooseUs .whyus-top h2{font-size:1.75rem}.whyChooseUs .whyus-top p{font-size:.9rem}.whyChooseUs .cardContainer{grid-template-columns:1fr;gap:1rem}.whyChooseUs .cardContainer .card{padding:1.5rem}.whyChooseUs .cardContainer .card .icon svg{width:35px;height:35px}.whyChooseUs .cardContainer .card h3{font-size:1.2rem}.whyChooseUs .cardContainer .card p{font-size:.9rem;margin-bottom:1.5rem}.whyChooseUs .cardContainer .card button{padding:.6rem 1.2rem;font-size:.8rem}}.contactus-root{background-color:#111;color:#e4e2dd;padding:calc(75px + 0rem) 1rem 1rem 1rem;display:flex;justify-content:center;align-items:center;min-height:100vh}.contactus-root .contactus-container{margin-top:1.5rem;max-width:800px;width:100%;text-align:center;padding:3rem;background-color:#292929;box-shadow:0 4px 15px #0003}.contactus-root .contactus-container .header{margin-bottom:3rem}.contactus-root .contactus-container .header h1{font-size:2.5rem;font-weight:700;color:#a1c53f;margin-bottom:1rem}.contactus-root .contactus-container .header p{font-size:1.2rem;color:#e4e2dd;line-height:1.6}.contactus-root .contactus-container .contact-form{display:flex;flex-direction:column;gap:2rem}.contactus-root .contactus-container .contact-form .form-row{display:flex;gap:1.5rem}.contactus-root .contactus-container .contact-form .form-row label{flex:1;position:relative}.contactus-root .contactus-container .contact-form .form-row label .icon{position:absolute;top:50%;left:1rem;transform:translateY(-50%);color:#a1c53f;font-size:1.2rem}.contactus-root .contactus-container .contact-form .form-row label input,.contactus-root .contactus-container .contact-form .form-row label select,.contactus-root .contactus-container .contact-form .form-row label textarea{width:100%;padding:1rem 1.5rem 1rem 3rem;border:1px solid #A1C53F;background-color:#292929;color:#e4e2dd;border-radius:2px;font-size:1rem;outline:none;transition:border-color .3s ease,background-color .3s ease}.contactus-root .contactus-container .contact-form .form-row label input:focus,.contactus-root .contactus-container .contact-form .form-row label select:focus,.contactus-root .contactus-container .contact-form .form-row label textarea:focus{border-color:#a1c53f}.contactus-root .contactus-container .contact-form .form-row label input::placeholder,.contactus-root .contactus-container .contact-form .form-row label select::placeholder,.contactus-root .contactus-container .contact-form .form-row label textarea::placeholder{color:#e4e2ddb3}.contactus-root .contactus-container .contact-form .form-row label select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22%23A1C53F%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%203L5%208L10%203H0Z%22/%3E%3C/svg%3E);background-repeat:no-repeat;background-position:right 1rem center;background-size:10px 10px}.contactus-root .contactus-container .contact-form .form-row label textarea{resize:none;padding-top:1rem}.contactus-root .contactus-container .contact-form .form-row .textarea-label{flex:1}.contactus-root .contactus-container .contact-form .form-row .textarea-label textarea{padding:1rem 1.5rem 1rem 3rem}.contactus-root .contactus-container .contact-form .date-row{flex-direction:column;align-items:flex-start}.contactus-root .contactus-container .contact-form .date-row .date-label{display:flex;align-items:center;font-size:1rem;color:#e4e2dd;margin-bottom:1rem;position:relative}.contactus-root .contactus-container .contact-form .date-row .date-fields{display:flex;gap:1.5rem;width:100%}.contactus-root .contactus-container .contact-form .date-row .date-fields label{flex:1;position:relative}.contactus-root .contactus-container .contact-form .date-row .date-fields label select{padding:1rem 1.5rem;background-color:#292929;color:#e4e2dd;border:1px solid #A1C53F}.contactus-root .contactus-container .contact-form .date-row .date-fields label select:focus{border-color:#a1c53f}.contactus-root .contactus-container .contact-form .submit-button{padding:1rem 2rem;background-color:#a1c53f;color:#292929;font-weight:700;text-transform:uppercase;letter-spacing:1px;border:2px solid transparent;border-radius:2px;cursor:pointer;transition:all .3s ease}.contactus-root .contactus-container .contact-form .submit-button:hover{background-color:transparent;color:#a1c53f;border:2px solid #A1C53F}.contactus-root .contactus-container .contact-form .submit-button:active{transform:scale(.98)}@media (max-width: 768px){.contactus-root{padding:4rem 1rem}.contactus-root .contactus-container{padding:2rem 1rem}.contactus-root .contactus-container .contact-form .form-row,.contactus-root .contactus-container .contact-form .date-row .date-fields{flex-direction:column;gap:1rem}}.form-status{margin-top:1rem;font-size:1rem;padding:1rem;border-radius:4px;text-align:center}.form-status.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-status.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.product-page{padding-top:75px;background-color:#010101;color:#fff}.hero-section .hero-content .product-category{font-size:4rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:3px}@media only screen and (max-width: 768px){.hero-section .hero-content .product-category{font-size:2.5rem}}.details-section{padding:4rem 2rem;text-align:center;max-width:800px;margin:0 auto}.details-section h2{font-size:2.5rem;color:#a1c53f;margin-bottom:2rem;position:relative;display:inline-block}.details-section h2:after{content:"";position:absolute;width:60px;height:3px;background-color:#a1c53f;bottom:-10px;left:50%;transform:translate(-50%)}@media only screen and (max-width: 768px){.details-section h2{font-size:2rem}}.details-section p{font-size:1.125rem;color:#d4d4d4;line-height:1.8;font-weight:300}@media only screen and (max-width: 768px){.details-section p{font-size:1rem}}.why-choose-section{padding:4rem 2rem;background-color:#111}.why-choose-section .card-container{display:flex;justify-content:space-around;flex-wrap:wrap;max-width:1200px;margin:0 auto}.why-choose-section .card-container .feature-card{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:2.5rem 2rem;margin:1rem;width:350px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.why-choose-section .card-container .feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.why-choose-section .card-container .feature-card .icon{color:#f8b400;margin-bottom:1.5rem}.why-choose-section .card-container .feature-card .icon svg{stroke-width:2}.why-choose-section .card-container .feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.why-choose-section .card-container .feature-card p{font-size:1rem;line-height:1.7;color:#d4d4d4;margin-bottom:1rem;font-weight:300}@media only screen and (max-width: 1024px){.why-choose-section .card-container{flex-direction:column;align-items:center}.why-choose-section .card-container .feature-card{width:80%}}.services-section{padding:4rem 2rem;text-align:center}.services-section h2{font-size:2.5rem;color:#a1c53f;margin-bottom:2rem;position:relative}.services-section h2:after{content:"";position:absolute;width:60px;height:3px;background-color:#a1c53f;bottom:-10px;left:50%;transform:translate(-50%)}.services-section .services-list{list-style:none;max-width:800px;margin:0 auto;padding:0}.services-section .services-list li{font-size:1.125rem;color:#d4d4d4;line-height:2;margin-bottom:.5rem;position:relative;padding-left:1.5rem}.services-section .services-list li:before{content:"✔";position:absolute;left:0;color:#a1c53f}.testimonials-section{position:relative;height:auto;color:#fff;background-color:#111;padding:4rem 2rem;overflow:hidden}.testimonials-section .testimonials-content{text-align:center;padding:0 2rem;max-width:800px;margin:0 auto}.testimonials-section .testimonials-content h2{font-size:2.5rem;color:#a1c53f;margin-bottom:1.5rem;position:relative}.testimonials-section .testimonials-content h2:after{content:"";position:absolute;width:60px;height:3px;background-color:#a1c53f;bottom:-10px;left:50%;transform:translate(-50%)}@media only screen and (max-width: 768px){.testimonials-section .testimonials-content h2{font-size:2rem}}.testimonials-section .testimonials-content p{font-size:1.25rem;color:#fff;line-height:1.8;font-weight:300;margin-bottom:1rem}@media only screen and (max-width: 768px){.testimonials-section .testimonials-content p{font-size:1rem}}.cta-section{padding:4rem 2rem;text-align:center;background-color:#010101}.cta-section .cta-button{display:inline-block;padding:1rem 2rem;background-color:#a1c53f;color:#010101;font-size:1.125rem;font-weight:600;text-decoration:none;border-radius:5px;transition:background-color .3s ease}@media only screen and (max-width: 768px){.hero-section{height:50vh}.hero-section .hero-content .product-category{font-size:2.5rem}.hero-section .hero-content .company-motto{font-size:1.2rem}.details-section,.why-choose-section,.services-section,.testimonials-section,.cta-section{padding:3rem 1rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Open Sans,sans-serif}.about-page{padding-top:75px;background-color:#343434;color:#fff}.hero-section{position:relative;height:60vh;overflow:hidden}.hero-section .hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(50%)}.hero-section .hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.hero-section .hero-content .page-title{font-size:4rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:3px}@media only screen and (max-width: 768px){.hero-section .hero-content .page-title{font-size:2.5rem}}.hero-section .hero-content .company-motto{font-size:1.75rem;color:#a1c53f;margin-top:1rem}@media only screen and (max-width: 768px){.hero-section .hero-content .company-motto{font-size:1.2rem}}.overview-section{padding:4rem 2rem;text-align:center;margin:0 auto}.overview-section h2{font-size:2.5rem;color:#a1c53f;margin-bottom:2rem;position:relative;display:inline-block}.overview-section h2:after{content:"";position:absolute;width:60px;height:3px;background-color:#a1c53f;bottom:-10px;left:50%;transform:translate(-50%)}@media only screen and (max-width: 768px){.overview-section h2{font-size:2rem}}.overview-section p{font-size:1.125rem;color:#d4d4d4;line-height:1.8;font-weight:300}@media only screen and (max-width: 768px){.overview-section p{font-size:1rem}}.values-section{padding:4rem 2rem;background-color:#111}.values-section h2{font-size:2.5rem;color:#a1c53f;text-align:center;margin-bottom:3rem;position:relative}.values-section h2:after{content:"";position:absolute;width:60px;height:3px;background-color:#a1c53f;bottom:-10px;left:50%;transform:translate(-50%)}.values-section .card-container{display:flex;justify-content:space-around;flex-wrap:wrap;margin:0 auto}.values-section .card-container .value-card{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:2.5rem 2rem;margin:1rem;width:280px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.values-section .card-container .value-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.values-section .card-container .value-card .icon{color:#f8b400;margin-bottom:1.5rem}.values-section .card-container .value-card .icon svg{stroke-width:2}.values-section .card-container .value-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.values-section .card-container .value-card p{font-size:1rem;line-height:1.7;color:#d4d4d4;margin-bottom:1rem;font-weight:300}@media only screen and (max-width: 1024px){.values-section .card-container{flex-direction:column;align-items:center}.values-section .card-container .value-card{width:80%}}.why-choose-section{padding:4rem 2rem}.why-choose-section h2{font-size:2.5rem;color:#a1c53f;text-align:center;margin-bottom:3rem;position:relative}.why-choose-section h2:after{content:"";position:absolute;width:60px;height:3px;background-color:#a1c53f;bottom:-10px;left:50%;transform:translate(-50%)}.why-choose-section .points-container{margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-around}.why-choose-section .points-container .point{width:45%;margin-bottom:2rem}.why-choose-section .points-container .point h3{font-size:1.5rem;color:#fff;margin-bottom:1rem}.why-choose-section .points-container .point p{font-size:1rem;color:#d4d4d4;line-height:1.8;font-weight:300}@media only screen and (max-width: 768px){.why-choose-section .points-container{flex-direction:column;align-items:center}.why-choose-section .points-container .point{width:100%}}.cta-section{padding:4rem 2rem;text-align:center;background-color:#343434}.cta-section h2{font-size:2.5rem;color:#a1c53f;margin-bottom:1.5rem;position:relative}.cta-section h2:after{content:"";position:absolute;width:60px;height:3px;background-color:#a1c53f;bottom:-10px;left:50%;transform:translate(-50%)}.cta-section p{font-size:1.125rem;color:#d4d4d4;line-height:1.8;font-weight:300;margin-bottom:2rem}@media only screen and (max-width: 768px){.cta-section p{font-size:1rem}}.cta-section .cta-button{display:inline-block;padding:1rem 2rem;background-color:#a1c53f;color:#010101;font-size:1.125rem;font-weight:600;text-decoration:none;border-radius:2px;transition:background-color .3s ease}.cta-section .cta-button:hover{background-color:#8fb53c}@media only screen and (max-width: 768px){.hero-section{height:50vh}.hero-section .hero-content .page-title{font-size:2.5rem}.hero-section .hero-content .company-motto{font-size:1.2rem}.overview-section,.values-section,.why-choose-section,.cta-section{padding:3rem 1rem}}
