@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.whatsapp-float{position:fixed;right:3px;top:45%;transform:translateY(-50%);z-index:1000;background:none;border:none;outline:none;cursor:pointer;box-shadow:0 4px 16px #00000026;border-radius:50%;transition:box-shadow .2s,transform .2s;display:flex;align-items:center;justify-content:center}.whatsapp-float:hover{box-shadow:0 8px 24px #25d3664d;transform:translateY(-50%) scale(1.08)}.whatsapp-float svg{display:block}.whatsapp-icon{background:var(--primary-green);border-radius:10px}.quote-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.quote-modal{background:#fff;border-radius:16px;padding:2rem 1.5rem 1.5rem;max-width:350px;width:100%;box-shadow:0 8px 32px #0000002e;position:relative;display:flex;flex-direction:column;align-items:center}.close-btn{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.5rem;color:#888;cursor:pointer;transition:color .2s}.close-btn:hover{color:var(--primary-green, #1db954)}.modal-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1.2rem}.avatar-circle{width:60px;height:60px;border-radius:50%;background:var(--primary-green, #1db954);display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;margin-bottom:.5rem}.modal-title{font-weight:700;font-size:1.2rem;margin-bottom:.2rem;color:var(--primary-green, #1db954)}.modal-msg{font-size:.95rem;color:#444;margin-bottom:.5rem;text-align:center}.modal-form{width:100%;display:flex;flex-direction:column;gap:.7rem}.modal-form input{padding:.6rem .9rem;border:1px solid #e0e0e0;border-radius:6px;font-size:1rem;outline:none;transition:border .2s}.modal-form input:focus{border:1.5px solid var(--primary-green, #1db954)}.modal-form button[type=submit]{background:var(--primary-green, #1db954);color:#fff;border:none;border-radius:6px;padding:.7rem 0;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.2rem;transition:background .2s}.modal-form button[type=submit]:hover{background:#159c41}.success-msg{color:var(--primary-green, #1db954);font-size:.95rem;margin-top:.5rem;text-align:center}.error-msg{color:#d32f2f;font-size:.95rem;margin-top:.5rem;text-align:center}.contact-form-textarea{width:100%;padding:1rem 1.2rem;border:1px solid #e1e5e9;border-radius:12px;font-size:1rem;font-weight:500;background:#fff;transition:all .3s ease;resize:vertical;min-height:80px;font-family:inherit;box-sizing:border-box}.footer{background-color:var(--dark-bg);color:var(--text-light);padding-top:5rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;padding-bottom:2rem}.footer-column{font-size:.95rem}.footer-logo{width:120px;margin-bottom:1rem}.about-text{color:#ccc;line-height:1.3;margin-bottom:1rem}.footer-social-icons{display:flex;gap:1rem}.footer-social-icons a{font-size:1.5rem}.footer-social-icons a:hover{color:var(--primary-green);transform:scale(1.1)}.footer-heading{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-links{display:flex;flex-direction:column;gap:.8rem}.footer-links a:hover{color:var(--primary-green);padding-left:5px}.contact-list{display:flex;flex-direction:column;gap:1rem}.contact-list-item{display:flex;align-items:flex-start;gap:1rem}.contact-list-item:hover{color:var(--primary-green)}.contact-list-item svg{flex-shrink:0;margin-top:4px}.newsletter-text{color:#ccc;margin-bottom:1.5rem}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.newsletter-input{width:100%;padding:.8rem 1rem;border-radius:6px;border:1px solid #555;background-color:#333;color:#fff;font-family:inherit}.newsletter-input:focus{outline:none;border-color:var(--primary-green)}.newsletter-button{background-color:var(--primary-green);color:#fff;padding:.8rem 1rem;border-radius:6px;font-weight:500}.newsletter-button:hover{background-color:#55c500}.footer-bottom{border-top:1px solid #444;padding:1.5rem 0;text-align:center;color:#aaa;font-size:.9rem}@media (max-width: 992px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr}.footer-column{text-align:center}.footer-logo,.footer-social-icons,.contact-list-item{margin:0 auto;justify-content:center}}.main-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;position:relative}.logo img{height:48px}.main-nav{display:flex;gap:2rem;justify-content:center;flex:1}.main-nav a{font-weight:700;padding:.5rem 0;border-bottom:2px solid transparent}.main-nav a:hover,.main-nav a.active{color:var(--primary-green);border-bottom-color:var(--primary-green)}.header-right{display:flex;align-items:center;gap:1rem}.cta-button{background-color:var(--primary-green);color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;white-space:nowrap}.cta-button:hover{background-color:#55c500}.mobile-menu-toggle{display:none;background:none;font-size:1.75rem;color:var(--text-dark);cursor:pointer}.mobile-only{display:none!important}.desktop-only{display:inline-block}@media (max-width: 992px){.contact-info{gap:1rem;font-size:.8rem}.main-nav{gap:1.5rem}}@media (max-width: 768px){.main-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:.75rem 1rem;position:relative}.logo{z-index:110}.main-nav{display:none;flex-direction:column;align-items:center;position:absolute;top:100%;left:0;right:0;background-color:#fff;padding:1.5rem 1rem;box-shadow:0 8px 16px #0000001a;z-index:100}.main-nav.active{display:flex}.main-nav a{width:100%;text-align:center;padding:1rem 0;border-bottom:1px solid #e5e5e5}.cta-button{width:100%;text-align:center;margin-top:1rem}.mobile-only{display:block!important;width:100%;text-align:center;margin-top:1rem}.desktop-only{display:none!important}.header-right{display:flex;align-items:center;gap:.75rem;z-index:110}.mobile-menu-toggle{display:block;background:none;font-size:1.75rem;color:var(--text-dark);border:none;cursor:pointer}}.intro-section{padding:5rem 0;background-color:#fff}.intro-container{display:flex;flex-direction:row;gap:1rem;align-items:center}.intro-images{position:relative;width:480px;min-width:480px;height:450px;min-height:450px;max-width:420px;max-height:450px;flex-shrink:0;overflow:visible;display:flex;align-items:flex-start;justify-content:flex-start}.main-image-wrapper{position:relative;width:100%;height:100%;z-index:10}.intro-main-image{width:100%;height:100%;object-fit:cover}.bg-image-wrapper{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1}.intro-bg-image{width:100%;height:100%;border-radius:8px}.experience-badge{position:absolute;top:70px;left:50px;transform:translate(-40%,-40%);width:160px;height:160px;background-color:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 8px 20px #00000026;z-index:20;padding:1rem}.experience-years{font-size:3rem;font-weight:bolder;color:var(--primary-green);line-height:1}.experience-text{font-size:.9rem;color:var(--text-dark);font-weight:700;margin-top:.25rem}.intro-content{flex:1;padding-left:2rem}.intro-headline{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.intro-description{color:var(--text-muted);margin-bottom:2rem}.intro-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-item{text-align:center}.feature-icon-wrapper{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;background-color:var(--primary-green);display:flex;align-items:center;justify-content:center}.feature-icon{color:#fff;font-size:2rem}.feature-title{font-size:1.1rem;font-weight:600}@media (max-width: 992px){.intro-container{flex-direction:column;align-items:center;gap:2.5rem}.intro-images{margin:0 auto;width:480px;min-width:480px;max-width:480px;height:450px;min-height:450px;max-height:450px;justify-content:center}.intro-content{padding-left:0;text-align:center}}@media (max-width: 576px){.intro-images{width:340px;min-width:340px;max-width:340px;height:340px;min-height:340px;max-height:340px}.main-image-wrapper,.bg-image-wrapper{width:100%;height:100%}.experience-badge{width:100px;height:100px;top:40px;left:20px;font-size:.8rem}.experience-years{font-size:1.5rem}.experience-text{font-size:.7rem}.feature-icon-wrapper{width:70px;height:70px}.feature-icon{font-size:1.8rem}}.loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#ffffffd9;display:flex;align-items:center;justify-content:center;z-index:2000}.loader-spinner{display:flex;gap:1rem}.loader-dot{width:22px;height:22px;border-radius:50%;background:var(--primary-green);box-shadow:0 2px 12px #64dd174d;animation:loader-bounce 1.2s infinite cubic-bezier(.6,0,.4,1)}.loader-dot:nth-child(2){animation-delay:.2s}.loader-dot:nth-child(3){animation-delay:.4s}@keyframes loader-bounce{0%,80%,to{transform:scale(1);opacity:1}40%{transform:scale(1.4);opacity:.7}}.about-page{width:100%;min-height:100vh;background:#fff}.about-hero{position:relative;width:100%;height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.about-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:2}.about-hero-content{position:relative;z-index:3;width:100%;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.about-hero-content h1{font-size:2.8rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.about-hero-content p{font-size:1.2rem;font-weight:400;margin:0}.about-value-section{width:100%;min-height:600px;background-size:cover;background-position:center;background-repeat:no-repeat;padding:4rem 0;display:flex;align-items:center;justify-content:center;position:relative}.about-value-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#1e1e1ed1;z-index:1}.about-value-container{position:relative;z-index:2;display:flex;gap:2.5rem;max-width:1200px;width:100%;justify-content:center}.about-value-card{flex:2 1 480px;background:#fff;border-radius:18px;box-shadow:0 4px 32px #00000021;padding:2.5rem 2.2rem 2.2rem;display:flex;flex-direction:column;justify-content:flex-start;min-width:320px;max-width:700px}.about-value-label{color:#64dd17;font-size:1.1rem;font-weight:700;letter-spacing:1.5px;margin-bottom:1.2rem}.about-value-title{font-size:2.3rem;font-weight:800;color:#181818;margin-bottom:1.2rem;line-height:1.13}.about-value-desc{font-size:1.08rem;color:#444;margin-bottom:2.2rem;line-height:1.6}.about-value-btn{background:#64dd17;color:#fff;border:none;border-radius:7px;padding:.85rem 2.2rem;font-size:1.08rem;font-weight:700;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 2px 8px #64dd1714;align-self:flex-start}.about-value-btn:hover{background:#1b5e20;color:#fff;transform:scale(1.04)}.about-value-right{flex:1 1 320px;display:flex;flex-direction:column;gap:2rem;min-width:260px;max-width:420px}.card{background:#fff;border-radius:18px;box-shadow:0 4px 32px #00000021;padding:2.1rem 1.7rem 1.7rem;display:flex;flex-direction:column;justify-content:flex-start}.about-value-mission-title,.about-value-scope-title{font-size:1.35rem;font-weight:600;color:#181818;margin-bottom:1.1rem}.about-value-mission-desc,.about-value-scope-desc{font-size:1.05rem;color:#888;line-height:1.6}@media (max-width: 1180px){.about-value-card{margin-left:1rem}.about-value-right{margin-right:1rem}.about-hero{height:50vh}}@media (max-width: 850px){.about-value-container{flex-direction:column;gap:2.2rem;align-items:center}.about-value-card,.about-value-right{max-width:98vw;width:100%;min-width:unset;margin:0 1rem}}@media (max-width: 600px){.about-hero{height:200px}.about-value-section{padding:2rem 0}.about-value-card,.card{padding:1.2rem .7rem;border-radius:12px}.about-value-title{font-size:1.25rem}.about-value-label{font-size:.95rem}.about-value-mission-title,.about-value-scope-title{font-size:1.05rem}}.contact-page{width:100%;min-height:100vh;background:#fff}.contact-hero{position:relative;width:100%;height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.contact-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.contact-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:2}.contact-hero-content{position:relative;z-index:3;width:100%;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.contact-hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.contact-hero-content p{font-size:1.15rem;font-weight:400;margin:0}.contact-main{background:#fff;padding:3rem 0 2.5rem;display:flex;justify-content:center}.contact-main-container{display:flex;gap:2.5rem;max-width:1200px;width:100%;justify-content:center}.contact-info-card{flex:1 1 340px;background:linear-gradient(135deg,#64dd17,#1b5e20);color:#fff;border-radius:18px;box-shadow:0 4px 32px #0000001a;padding:2.2rem 2rem 2rem;display:flex;flex-direction:column;justify-content:center;min-width:480px;max-width:540px}.contact-info-label{font-size:1.2rem;font-weight:600;letter-spacing:1.5px;margin-bottom:1.1rem;color:#eaffd0}.contact-info-title{font-size:2.2rem;font-weight:700;margin-bottom:1.1rem;line-height:1.2}.contact-info-desc{font-size:1.2rem;margin-bottom:2.1rem;color:#eaffd0}.contact-info-methods{display:flex;flex-direction:column;gap:1.3rem}.contact-info-method{display:flex;align-items:flex-start;gap:1rem}.contact-info-icon{width:2.3rem;height:2.3rem;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-top:2px}.contact-info-icon.email{background:#fff;color:#1b5e20;position:relative}.contact-info-icon.email:before{content:"✉";font-size:1.3rem;color:#1b5e20;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.contact-info-icon.phone{background:#fff;color:#1b5e20;position:relative}.contact-info-icon.phone:before{content:"☎";font-size:1.3rem;color:#1b5e20;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.contact-info-method-label{font-size:1.05rem;font-weight:600;margin-bottom:.2rem}.contact-info-method-value{font-size:1rem;color:#eaffd0}.contact-form-card{flex:1 1 340px;background:#fff;border-radius:18px;box-shadow:0 4px 32px #0000001a;padding:2.2rem 2rem 2rem;min-width:480px;max-width:540px;display:flex;flex-direction:column;justify-content:center}.contact-form-title{font-size:2.2rem;font-weight:700;margin-bottom:1.3rem;color:#222}.contact-form-success{background:#d4edda;color:#155724;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #c3e6cb;font-size:.95rem}.contact-form-error{background:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #f5c6cb;font-size:.95rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-row{display:flex;gap:1rem}.contact-form-field{flex:1;display:flex;flex-direction:column}.contact-form-input{width:100%;padding:1rem 1.2rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;font-weight:500;background:#fff;transition:all .3s ease;box-sizing:border-box}.contact-form-input:focus{outline:none;border-color:#64dd17;box-shadow:0 0 0 3px #64dd171a}.contact-form-input.error{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.contact-form-textarea{width:100%;padding:1rem 1.2rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;font-weight:500;background:#fff;transition:all .3s ease;resize:vertical;min-height:120px;font-family:inherit;box-sizing:border-box}.contact-form-textarea:focus{outline:none;border-color:#64dd17;box-shadow:0 0 0 3px #64dd171a}.contact-form-textarea.error{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.error-message{color:#dc3545;font-size:.85rem;margin-top:.5rem;font-weight:500}.contact-form-send-btn{background:linear-gradient(135deg,#64dd17,#1b5e20);color:#fff;padding:1rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.contact-form-send-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #64dd174d}.contact-form-send-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (max-width: 1180px){.contact-hero{height:50vh}.contact-info-card,.contact-form-card{min-width:420px}.contact-info-card,.contact-form-card{padding:2rem 1.8rem}}@media (max-width: 1000px){.contact-form-row{flex-direction:column}.contact-form-input{width:100%}}@media (max-width: 900px){.contact-main-container{flex-direction:column;align-items:center}.contact-info-card,.contact-form-card{min-width:100%;max-width:600px}.contact-form-row{flex-direction:row}.contact-form-input{width:100%}}@media (max-width: 600px){.contact-hero{height:200px}.contact-hero-content h1{font-size:2rem}.contact-hero-content p{font-size:1rem}.contact-main{padding:2rem 0}.contact-info-card,.contact-form-card{padding:1.5rem}.contact-form-title{font-size:1.8rem}.contact-form-row{flex-direction:column}}.bottom-banner{background-color:var(--dark-bg);color:var(--text-light);padding:5rem 0;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#141414b3;z-index:1}.banner-container{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-height:350px}.banner-content{text-align:center;max-width:700px;margin:0 auto}.banner-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.banner-text{color:#ccc;margin-bottom:2rem}.banner-button{background-color:var(--primary-green);color:#fff;padding:1rem 2.5rem;border-radius:6px;font-size:1.1rem;font-weight:500}.banner-button:hover{background-color:#55c500;transform:scale(1.05)}.banner-image-wrapper{flex-shrink:0}.banner-image{width:250px;animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-20px)}to{transform:translatey(0)}}@media (max-width: 768px){.banner-container{min-height:250px;padding:2rem 0}.banner-title{font-size:1.5rem}.banner-image-wrapper{margin-top:3rem}}.featured-services{position:relative;padding:3rem 0;background-size:cover;background-position:bottom;background-attachment:fixed;z-index:1}.section-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000bf;z-index:-1}.featured-title-group{text-align:center;margin-bottom:2.5rem}.featured-title-label{color:var(--primary-green);font-size:1.1rem;font-weight:600;letter-spacing:1.5px;margin-bottom:.5rem}.section-title{color:#fff;font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:2.5rem;line-height:1.1}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.service-card{background:#fff;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 4px 24px #00000014;min-height:100%;display:flex;flex-direction:column;justify-content:flex-start}.service-card.green{background:var(--primary-green)}.card-content{padding:1.5rem 1rem;display:flex;flex-direction:column;height:100%}.service-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.service-icon-bg{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.service-icon-bg.white{background:#fff}.service-icon-bg.green{background:var(--primary-green)}.service-icon.green-icon{color:var(--primary-green);font-size:2.2rem}.service-icon.white-icon{color:#fff;font-size:2.2rem}.service-card.green .service-title,.service-card.green .service-description{color:#fff}.service-title{font-size:1.6rem;font-weight:500;line-height:1.8rem}.service-description{font-size:1.05rem;color:#222;line-height:1.3}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}.service-card{min-height:0}}.hero-slider{position:relative;height:90vh;width:100%;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.hero-slide.active{opacity:1}.slide-bg-image{width:100%;height:100%;object-fit:cover}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.slide-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--text-light);text-align:center;width:90%;max-width:800px}.slide-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.slide-content p{font-size:1.25rem;line-height:1.5}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#0000004d;color:#fff;border:none;padding:1rem;font-size:1.5rem;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.slider-nav:hover{background-color:#00000080}.slider-nav.prev{left:2rem}.slider-nav.next{right:2rem}.slider-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem}.dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;border:none;transition:all .3s ease}.dot:hover{background-color:#ffffffbf}.dot.active{background-color:#fff;transform:scale(1.2)}@media (max-width: 1180px){.hero-slider{height:60vh}}@media (max-width: 768px){.hero-slider{height:400px}.slide-content h1{font-size:2.25rem}.slide-content p{font-size:1rem}.slider-nav{width:40px;height:40px;font-size:1.2rem;padding:.75rem}.slider-nav.prev{left:1rem}.slider-nav.next{right:1rem}}.industry-services{padding:5rem 0;background-color:#dad8d8}.section-heading{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;position:relative;padding-bottom:1rem}.section-heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background-color:var(--primary-green);border-radius:2px}.industry-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.industry-card{background-color:#fff;border-radius:16px;padding:2.5rem 2rem;border:.5px solid var(--primary-green);text-align:center;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;min-height:320px}.industry-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #0000001a}.industry-icon{font-size:3rem;color:var(--primary-green);margin-bottom:1.5rem;transition:opacity .3s}.industry-icon.faded{opacity:.1}.industry-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;transition:opacity .3s;position:relative;z-index:2}.short-desc{transition:opacity .3s;z-index:1;position:relative}.industry-green-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--primary-green);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:16px;transform:translateY(100%);opacity:0;transition:transform 1s ease,opacity .3s;z-index:3}.industry-green-overlay.show{transform:translateY(0);opacity:1}.overlay-content{width:100%;padding:2.5rem 1.2rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.overlay-title{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:1rem;margin-top:0;text-align:center}.long-desc{color:#fff;font-size:1.05rem;margin-bottom:1.2rem;line-height:1.5;text-align:center}.learnmore-button{background:#fff;color:var(--primary-green);padding:.7rem 1.5rem;border-radius:6px;font-weight:600;font-size:1rem;text-decoration:none;transition:background .2s,color .2s,transform .2s;margin-top:.5rem;display:inline-block;border:none}.learnmore-button:hover{background:#e6ffe6;color:#2a8114;transform:scale(1.05)}@media (max-width: 992px){.industry-services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.industry-services-grid{grid-template-columns:1fr}}.products-page{width:100%;min-height:100vh;background:#fff}.products-hero{position:relative;width:100%;height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.products-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.products-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:tra;z-index:2}.products-hero-content{position:relative;z-index:3;width:100%;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.products-hero-content h1{font-size:2.8rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.products-hero-content p{font-size:1.2rem;font-weight:400;margin:0}.products-main{background:#fff;padding:3rem 0 2.5rem;position:relative;min-height:400px}.products-main-title{text-align:center;font-size:2.1rem;font-weight:700;margin-bottom:2.2rem}.products-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.product-card{background:#fff;border-radius:18px;box-shadow:0 4px 18px #00000014;overflow:hidden;display:flex;border:1px solid var(--primary-green);flex-direction:column;align-items:center;transition:box-shadow .2s,transform .2s;min-height:320px}.product-card:hover{box-shadow:0 8px 32px #00000021;transform:translateY(-6px) scale(1.03)}.product-card-img{width:100%;height:240px;object-fit:cover;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom:2px solid #c5c3c3}.product-card-title{padding:1.2rem 1rem .2rem;font-size:1.08rem;font-weight:500;color:#222;text-align:center;flex:1;display:flex;align-items:center;justify-content:center}@media (max-width: 1180px){.products-hero{height:50vh}}@media (max-width: 900px){.products-card-grid{max-width:98vw;gap:1.2rem}}@media (max-width: 600px){.products-hero{height:200px}.products-hero-content h1{font-size:1.5rem}.products-main-title{font-size:1.2rem}.product-card{margin:0 1rem}.products-card-grid{gap:2rem}.product-card-img{height:240px}}.products-buy-btn{background:var(--primary-green);color:#fff;border:none;margin-bottom:1rem;border-radius:6px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.products-buy-btn:hover{background:#2a8114;transform:scale(1.05)}.products-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000059;z-index:1000;display:flex;align-items:center;justify-content:center}.products-modal{background:#fff;border-radius:12px;max-width:420px;width:95vw;padding:32px 24px 24px;box-shadow:0 8px 32px #1e88e526;position:relative;animation:modalIn .2s;height:95vh;display:flex;flex-direction:column}@keyframes modalIn{0%{transform:translateY(40px) scale(.98);opacity:0}to{transform:none;opacity:1}}.products-modal-close{position:absolute;top:12px;right:18px;background:none;border:none;font-size:2rem;color:#888;cursor:pointer;transition:color .2s}.products-modal-close:hover{color:var(--primary-green)}.products-modal-title{text-align:center;font-size:1.5rem;color:var(--primary-green)}.products-buy-form{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;overflow-y:auto;min-height:0}.products-buy-form label{font-weight:500;color:#333;display:flex;flex-direction:column;margin-bottom:0rem}.products-buy-form input[type=text],.products-buy-form input[type=email],.products-buy-form input[type=tel]{padding:2px 10px;border:1.5px solid #bbb;border-radius:6px;font-size:1rem;background:#f7fafd;transition:border .2s,box-shadow .2s;outline:none;box-shadow:0 1px 4px #64dd170a}.products-buy-form input[type=text]:focus,.products-buy-form input[type=email]:focus,.products-buy-form input[type=tel]:focus{border:1.5px solid var(--primary-green);box-shadow:0 0 0 2px #64dd171f;background:#fff}.products-buy-products-list{margin:1rem 0;padding:1rem 1rem .5rem;background:#f7fafd;border:1.5px solid #c3dafe;border-radius:8px;box-shadow:0 1px 4px #1e88e50f}.products-buy-products-list strong{display:block;margin-bottom:.7rem;color:#2a8114;font-size:1.08rem}.products-buy-product-row{display:flex;align-items:center;gap:14px;margin-bottom:2px;padding:6px 0;border-radius:6px;transition:background .15s}.products-buy-product-row:hover{background:#e3f2fd}.products-checkbox-label{display:flex;align-items:center;gap:8px;font-weight:500;color:var(--primary-green);cursor:pointer;font-size:1rem;flex:1 1 auto}.products-checkbox{accent-color:var(--primary-green);width:20px;height:20px;transition:box-shadow .2s;box-shadow:0 0 0 1.5px var(--primary-green)}.products-checkbox:focus{outline:2px solid var(--primary-green)}.products-qty-input{width:70px;padding:10px;border:1.5px solid var(--primary-green);border-radius:7px;font-size:1.08rem;background:#fff;transition:border .2s}.products-qty-input:focus{border:1.5px solid var(--primary-green);outline:none}.products-buy-form textarea{min-height:60px;max-height:120px;resize:vertical;padding:10px 14px;border:1.5px solid #bbb;border-radius:6px;font-size:1rem;font-family:inherit;background:#f7fafd;transition:border .2s,box-shadow .2s;outline:none;box-shadow:0 1px 4px #64dd170a}.products-buy-form textarea:focus{border:1.5px solid var(--primary-green);box-shadow:0 0 0 2px #64dd171f;background:#fff}.products-buy-submit-btn{background:var(--primary-green);color:#fff;border:none;border-radius:5px;font-size:1.1rem;font-weight:600;margin-top:10px;cursor:pointer;transition:background .2s}.products-buy-success{color:#388e3c;background:#e8f5e9;border-radius:4px;padding:8px 0;text-align:center;margin-top:8px;font-weight:500}.products-buy-error{color:#c62828;background:#ffebee;border-radius:4px;padding:8px 0;text-align:center;margin-top:8px;font-weight:500}@media (max-width: 600px){.products-modal{padding:12px 2vw;max-width:99vw;height:85vh}.products-buy-products-list{max-height:120px;padding:8px 4px}.products-buy-form label{font-size:.98rem}.products-buy-submit-btn{font-size:1rem}}.products-dropdown-row{display:flex;align-items:center;gap:12px;margin-bottom:.5rem}.products-dropdown-row select{padding:10px 14px;border:1.5px solid var(--primary-green);border-radius:7px;font-size:1.08rem;background:#fff;color:#222;min-width:160px;outline:none;transition:border .2s}.products-remove-btn{background:none;border:none;color:#c62828;font-size:1.3rem;font-weight:700;cursor:pointer;margin-left:8px;border-radius:25%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.products-remove-btn:hover{background:#ffcdd2;color:#b71c1c}.products-selected-empty{color:#888;font-size:.98rem;padding:6px 0 0}.products-modal-scrollable,.products-selected-list,.products-selected-item,.products-selected-name{all:unset}.products-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000059;z-index:1000;display:flex;align-items:center;justify-content:center;min-height:100vh}.products-modal-scrollable{background:#fff;border-radius:16px;max-width:480px;width:95vw;max-height:90vh;box-shadow:0 8px 32px #0000002e;padding:2rem 1.5rem;position:relative;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.products-modal-scrollable::-webkit-scrollbar{display:none}.products-modal-title{text-align:center;font-size:1.5rem;font-weight:700;color:var(--primary-green);margin-bottom:2rem}.products-modal-close{position:absolute;top:12px;right:18px;background:none;border:none;font-size:2rem;color:#888;cursor:pointer;z-index:2}.products-buy-form{display:flex;flex-direction:column;gap:1.2rem;flex:1 1 auto;min-height:0}.products-buy-form label{font-weight:500;color:#222;display:flex;flex-direction:column}.products-buy-form input[type=text],.products-buy-form input[type=email],.products-buy-form input[type=tel]{padding:14px 16px;border:1.5px solid #d0d7de;border-radius:8px;font-size:1.08rem;background:#f6f8fa;transition:border .2s,box-shadow .2s;outline:none;box-shadow:0 1px 4px #64dd1708}.products-buy-form input[type=text]:focus,.products-buy-form input[type=email]:focus,.products-buy-form input[type=tel]:focus{border:1.5px solid var(--primary-green);box-shadow:0 0 0 2px #64dd171a;background:#fff}.products-buy-form textarea{min-height:70px;max-height:140px;resize:vertical;padding:14px 16px;border:1.5px solid #d0d7de;border-radius:8px;font-size:1.08rem;background:#f6f8fa;transition:border .2s,box-shadow .2s;outline:none;box-shadow:0 1px 4px #64dd1708;font-family:inherit}.products-buy-form textarea:focus{border:1.5px solid var(--primary-green);box-shadow:0 0 0 2px #64dd171a;background:#fff}.products-selected-list{border:1px solid #e0e0e0;border-radius:8px;background:#fafafa;padding:.5rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:8px}.products-selected-item{display:flex;align-items:center;background:#e8f5e9;border:1.5px solid #a5d6a7;border-radius:6px;padding:10px 14px;gap:12px;font-size:1.05rem;position:relative}.products-selected-name{font-weight:500;color:#2a8114;flex:1 1 auto}.products-buy-submit-btn{background:var(--primary-green);color:#fff;border:none;border-radius:7px;padding:13px 0;font-size:1.13rem;font-weight:700;margin-top:10px;cursor:pointer;transition:background .2s;box-shadow:0 2px 8px #64dd1712}.products-buy-submit-btn:hover{background:#388e3c}.products-dropdown-row select{padding:10px 14px;border:1.5px solid var(--primary-green);border-radius:7px;font-size:1.08rem;background:#f7fafd;color:#222;min-width:160px;outline:none;transition:border .2s}.products-dropdown-row select:focus{border:1.5px solid var(--primary-green)}.products-add-btn{background:var(--primary-green, #388e3c);color:#fff;border:none;border-radius:7px;padding:10px 22px;font-size:1.08rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.products-add-btn:disabled{background:#bdbdbd;cursor:not-allowed}.products-add-btn:not(:disabled):hover{background:#2a8114;transform:scale(1.05)}.projects-page{width:100%;min-height:100vh;background:#fff}.projects-hero{position:relative;width:100%;height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.projects-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.projects-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:2}.projects-hero-content{position:relative;z-index:3;width:100%;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.projects-hero-content h1{font-size:2.8rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.projects-hero-content p{font-size:1.2rem;font-weight:400;margin:0}.projects-main{background:#fff;padding:3rem 0 2.5rem;position:relative;min-height:400px}.projects-main-title{text-align:center;font-size:2.1rem;font-weight:700;margin-bottom:2.2rem}.projects-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.project-card{background:#fff;border-radius:18px;box-shadow:0 4px 18px #00000014;border:1px solid var(--primary-green);overflow:hidden;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,transform .2s;min-height:320px}.project-card:hover{box-shadow:0 8px 32px #00000021;transform:translateY(-6px) scale(1.03)}.project-card-img{width:100%;height:180px;object-fit:cover;border-top-left-radius:18px;border-top-right-radius:18px}.project-card-title{padding:1.2rem 1rem;font-size:1.08rem;font-weight:500;color:#222;text-align:center;flex:1;display:flex;align-items:center;justify-content:center}.projects-arrows{position:absolute;width:100%;left:0;top:0;height:100%;pointer-events:none}.arrow{position:absolute;width:70px;height:auto;z-index:10}.arrow-left{left:0;top:30px;transform:rotate(-15deg)}.arrow-right{right:0;bottom:10px;transform:scaleX(-1) rotate(-15deg)}@media (max-width: 1180px){.projects-hero{height:50vh}}@media (max-width: 900px){.projects-card-grid{max-width:98vw;gap:1.2rem}.arrow{width:50px}}@media (max-width: 600px){.projects-hero{height:200px}.projects-hero-content h1{font-size:1.5rem}.projects-main-title{font-size:1.2rem}.arrow{width:32px}.project-card-img{height:240px}.project-card{margin:0 1rem}.projects-card-grid{gap:2rem}}.services-page{width:100%;min-height:100vh;background:#fff}.services-hero{position:relative;width:100%;height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.services-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.services-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:2}.services-hero-content{position:relative;z-index:3;width:100%;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.services-hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.services-hero-content p{font-size:1.15rem;font-weight:400;margin:0}.services-main{background:#fff;padding:3rem 0 2.5rem;display:flex;justify-content:center}.services-main-inner{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.services-label{color:#64dd17;font-size:1.1rem;font-weight:700;letter-spacing:1.5px;margin-bottom:1.2rem;text-align:center}.services-main-title{font-size:2.1rem;font-weight:800;color:#181818;margin-bottom:2.2rem;text-align:center}.industry-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%;margin-top:1.5rem}.industry-card.static{background:#fff;border-radius:18px;box-shadow:0 4px 32px #00000021;padding:2.2rem 1.5rem 1.7rem;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,transform .2s;min-height:260px}.industry-icon{width:56px;height:56px;background:#64dd17;color:#fff;border-radius:12px;display:flex;margin:0 auto;align-items:center;justify-content:center;font-size:2.1rem;margin-bottom:1.1rem}.industry-title{font-size:1.18rem;font-weight:700;color:#181818;margin-bottom:.7rem;text-align:center}.overlay-title{color:#fff;font-size:1.5rem}.industry-description.short-desc{font-size:1.02rem;color:#444;text-align:center;line-height:1.6}@media (max-width: 1100px){.services-main-inner{max-width:98vw;padding:0 1rem}.industry-services-grid{gap:1.2rem}}@media (max-width: 1180px){.services-hero{height:50vh}}@media (max-width: 600px){.services-hero{height:200px}.services-hero-content h1{font-size:1.3rem}.services-main-title{font-size:1.2rem}.industry-card.static{padding:1rem .5rem;border-radius:12px}.industry-icon-static{width:40px;height:40px;font-size:1.3rem}}.training-page{width:100%;min-height:100vh;background:#fff}.training-hero{position:relative;width:100%;height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.training-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.training-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.training-hero-content{position:relative;z-index:3;width:100%;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.training-hero-content h1{font-size:2.8rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.training-hero-content p{font-size:1.2rem;font-weight:400;margin:0}.training-main{background:#fff;padding:3rem 0 2.5rem;position:relative;min-height:400px}.training-main-title{text-align:center;font-size:2.1rem;font-weight:700;margin-bottom:2.2rem}.training-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.training-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #0000001a;overflow:hidden;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,transform .2s;min-height:340px;border:1px solid var(--primary-green);position:relative}.training-card:hover{box-shadow:0 8px 32px #00000021;transform:translateY(-6px) scale(1.03);border-color:#64dd17}.training-card-img{width:100%;height:240px;object-fit:cover;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom:2px solid #f0f0f0}.training-card-title{padding:1.2rem 1rem .5rem;font-size:1.13rem;font-weight:600;color:#222;text-align:center;flex:1;display:flex;align-items:center;justify-content:center;min-height:56px}.training-card-info{display:flex;gap:1.2rem;align-items:center;justify-content:center;margin-bottom:1rem;color:#444;font-size:1rem}.training-card-info svg{margin-right:.4rem;color:#64dd17}.training-card-btns{display:flex;gap:.7rem;justify-content:center;width:100%;margin-bottom:1.2rem}.training-buy-btn{background:#64dd17;color:#fff;border:none;border-radius:6px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.training-buy-btn:hover{background:#2a8114;transform:scale(1.05)}.training-overview-btn{background:#fff;color:#64dd17;border:2px solid #64dd17;border-radius:6px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,border .2s,transform .2s}.training-overview-btn:hover{background:#64dd17;color:#fff;border-color:#2a8114;transform:scale(1.05)}.training-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center}.training-modal{background:#fff;border-radius:16px;max-width:400px;width:95vw;padding:1.5rem 1.5rem 2rem;box-shadow:0 8px 32px #0000002e;position:relative;animation:modalIn .25s cubic-bezier(.4,1.7,.7,1)}@keyframes modalIn{0%{transform:translateY(40px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.training-modal-close{position:absolute;top:10px;right:18px;background:none;border:none;font-size:2rem;color:#888;cursor:pointer;transition:color .2s}.training-modal-close:hover{color:var(--primary-green)}.training-modal-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#222;text-align:center}.training-modal-list{padding-left:1.2rem;color:#333;font-size:1.05rem;margin:0}.training-modal-list li{margin-bottom:.7rem;list-style:disc}@media (max-width: 1180px){.training-hero{height:50vh}}@media (max-width: 900px){.training-card-grid{max-width:98vw;gap:1.2rem}}@media (max-width: 600px){.training-hero{height:200px}.training-hero-content h1{font-size:1.5rem}.training-main-title{font-size:1.2rem}.training-card-img{height:240px}.training-modal{padding:1.2rem .5rem 1rem}.training-card{margin:0 1rem}.training-card-grid{gap:2rem}}.training-buy-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.training-buy-form label{display:flex;flex-direction:column;font-weight:500;color:#222}.training-buy-form input,.training-buy-form select{padding:.7rem 1rem;border:1.5px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fafafa;transition:border .2s,box-shadow .2s;outline:none}.training-buy-form input:focus,.training-buy-form select:focus{border-color:var(--primary-green);box-shadow:0 0 0 2px #25d36633}.training-buy-submit-btn{background:var(--primary-green);color:#fff;border:none;border-radius:8px;padding:.9rem 1.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #25d36614}.training-buy-submit-btn:hover:not(:disabled){background:#2a8114}.training-buy-submit-btn:disabled{opacity:.7;cursor:not-allowed}.training-buy-selected{margin-top:.2rem;font-size:1rem;color:#222;background:#f4f4f4;padding:.6rem 1rem;border-radius:6px}.training-buy-success{color:var(--primary-green);font-weight:600;margin-top:.2rem}.training-buy-error{color:#e74c3c;font-weight:600;margin-top:.2rem}@media (max-width: 600px){.training-buy-form{gap:.7rem}.training-buy-form input,.training-buy-form select{font-size:.98rem;padding:.6rem .8rem}.training-buy-submit-btn{font-size:1rem;padding:.7rem 1.1rem}.training-buy-selected{font-size:.97rem;padding:.5rem .7rem}}:root{--primary-green: #64dd17;--dark-bg: #1a1a1a;--text-light: #f9f9f9;--text-dark: #333;--text-muted: #666;--border-color: #e0e0e0;--button-gradient: linear-gradient(to right, #2a8114, #64dd17) font-family: "Roboto", sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;font-family:Nunito Sans,sans-serif;color:var(--text-dark)}*{box-sizing:border-box;margin:0;padding:0}.container{width:95%;max-width:1220px;margin:0 auto}a{text-decoration:none;color:inherit;transition:color .3s ease}button{cursor:pointer;border:none;font-family:inherit;transition:background-color .3s ease,transform .2s ease}ul{list-style:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.delay-75{animation-delay:75ms}.delay-150{animation-delay:.15s}::-webkit-scrollbar{width:10px;background:#f7fafd}::-webkit-scrollbar-thumb{background:var(--primary-green);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#388e3c}::-webkit-scrollbar-track{background:#f7fafd;border-radius:8px}html{scrollbar-color:var(--primary-green) #f7fafd;scrollbar-width:thin}
