.hero-section{position:relative;padding:10rem 2rem;text-align:center;color:#fff;min-height:85vh;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out}.current-bg{opacity:1;z-index:0}.next-bg{opacity:0;z-index:0;transform:scale(1.05)}.current-bg.fade-out{opacity:0;transform:scale(1)}.next-bg.fade-in{opacity:1;transform:scale(1)}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#000000b3,#0009);z-index:1}.hero-content{max-width:850px;margin-left:auto;margin-right:auto;position:relative;z-index:2;overflow:hidden}.animated-title{font-size:4rem;font-weight:800;margin-bottom:2rem;line-height:1.2;text-shadow:2px 2px 15px rgba(0,0,0,.4);animation:slideInFromRight 1.2s ease-out;transform-origin:right center}.highlight{color:#298204;font-weight:900;position:relative;display:inline-block}.highlight:after{content:none}.hero-content:hover .highlight:after{transform:none}.hero-description{margin-bottom:3.5rem;animation:slideInFromLeft 1.2s ease-out .3s both}.hero-description p{font-size:1.3rem;line-height:1.7;margin-bottom:1rem;color:#f5f5f5;text-shadow:1px 1px 8px rgba(0,0,0,.5)}.hero-buttons{display:flex;justify-content:center;gap:1.5rem;animation:slideUpFade 1.5s ease-out .5s both}.hero-buttons .btn{padding:1rem 2.2rem;font-size:1.15rem;border-radius:50px;font-weight:600;letter-spacing:.5px;display:flex;align-items:center;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #0003;position:relative;overflow:hidden}.btn-primary{background:#298204;color:#fff}.btn-secondary{background:#ffffff26;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.btn-primary:before,.btn-secondary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .7s ease}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 7px 20px #0000004d}.btn-primary:hover{background:#339c0d}.btn-primary:hover:before,.btn-secondary:hover:before{left:100%}.btn-secondary:hover{background:#ffffff40}.btn-text{margin-right:.8rem;position:relative;z-index:2}.btn-icon{font-size:1.3rem;transition:transform .3s ease;position:relative;z-index:2}.btn:hover .btn-icon{transform:translate(5px)}.bg-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:3rem;animation:fadeIn 1.5s ease-out .7s both}.indicator{width:10px;height:10px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:all .3s ease}.indicator.active{background-color:#298204;transform:scale(1.3)}.indicator:hover{background-color:#298204}@keyframes slideInFromRight{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-80px)}to{opacity:1;transform:translate(0)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 992px){.animated-title{font-size:3.5rem}.hero-description p{font-size:1.2rem}}@media (max-width: 768px){.hero-section{padding:8rem 1.5rem;min-height:80vh}.animated-title{font-size:2.8rem}.hero-description p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.hero-buttons .btn{padding:.9rem 1.8rem;width:100%;max-width:280px;justify-content:center}}@media (max-width: 576px){.hero-section{padding:6rem 1rem}.animated-title{font-size:2.2rem}.hero-description p{font-size:1rem}}.features-section{padding:4rem 2rem;background-color:#f8f9fa}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1140px;margin:0 auto}.feature-item{padding:1.5rem 1.5rem 2rem;text-align:center;background-color:#fff;border-radius:.25rem;box-shadow:0 2px 5px #0000000d;overflow:hidden;display:flex;flex-direction:column;align-items:center}.feature-image{width:100px;height:100px;object-fit:cover;margin:0 auto 1.5rem}.feature-item h5,.feature-item p{padding:0;width:100%}.feature-item h5{font-size:1.1rem;font-weight:600;margin-top:0;margin-bottom:.75rem;text-transform:uppercase;color:#004a99}.feature-item p{font-size:.95rem;color:#495057;line-height:1.7;margin-bottom:0}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.features-section{padding:3rem 1rem}}.intro-section{padding:4rem 2rem;background-color:#fff}.intro-text{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.intro-text h2{font-size:2.2rem;font-weight:600;margin-bottom:1rem;color:#343a40}.intro-text h3{font-size:1.6rem;color:#495057;margin-bottom:1.5rem;font-weight:500}.intro-text p{max-width:700px;margin:0 auto;color:#495057;font-size:1.05rem}.action-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1140px;margin:0 auto}.action-card{background-color:#f8f9fa;padding:0;text-align:center;border-radius:.25rem;box-shadow:0 2px 5px #0000000d;overflow:hidden;display:flex;flex-direction:column}.action-card-image{width:100%;height:200px;object-fit:cover;display:block}.action-card-content{padding:2rem 1.5rem;flex-grow:1;display:flex;flex-direction:column}.action-card h4{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#004a99}.action-card p{font-size:1rem;color:#495057;margin-bottom:1.5rem;line-height:1.7;flex-grow:1}.action-card .read-more{text-decoration:none;color:#298204;font-weight:600;text-transform:uppercase;font-size:.9rem;margin-top:auto}.action-card .read-more:hover{text-decoration:underline}@media (max-width: 768px){.action-cards-container{grid-template-columns:1fr;gap:1.5rem}.intro-section{padding:3rem 1rem}.intro-text h2{font-size:1.8rem}.intro-text h3{font-size:1.3rem}}.products-section{padding:4rem 2rem;text-align:center;background-color:#fff}.products-section h2{font-size:2.2rem;font-weight:600;margin-bottom:1rem;color:#343a40}.products-intro{margin-bottom:3rem;color:#495057;max-width:750px;margin-left:auto;margin-right:auto;font-size:1.05rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;text-align:left;max-width:1140px;margin:0 auto}.product-card{padding:0;background-color:#f8f9fa;border-radius:.25rem;box-shadow:0 2px 5px #0000000d;overflow:hidden}.product-card-image{width:100%;height:180px;object-fit:cover;display:block;border-bottom:3px solid #298204}.product-card-content{padding:1.5rem}.product-card h4{font-size:1.15rem;text-transform:uppercase;margin-bottom:.75rem;color:#004a99;font-weight:600}.product-card p{font-size:.95rem;color:#495057;line-height:1.7}@media (max-width: 768px){.products-grid{grid-template-columns:1fr;gap:1.5rem}.products-section{padding:3rem 1rem}}.why-us-section{padding:4rem 2rem;background-color:#f8f9fa}.why-us-content{max-width:650px;margin:0 auto;text-align:center}.why-us-content h5{font-size:1rem;text-transform:uppercase;color:#6c757d;margin-bottom:1rem;font-weight:500}.why-us-content h2{font-size:2rem;margin-bottom:1.5rem;font-weight:600;color:#343a40;line-height:1.3}.why-us-content h2 em{font-style:italic;color:#298204}.why-us-content p{font-size:1.05rem;color:#495057;margin-bottom:2.5rem;line-height:1.7}.why-us-content .btn-outline{padding:.9rem 2rem;border:2px solid #298204;color:#298204;background-color:transparent;cursor:pointer;font-size:1rem;font-weight:600;text-transform:uppercase;border-radius:.25rem;transition:all .2s ease-in-out}.why-us-content .btn-outline:hover{background-color:#298204;color:#fff}.sectors-section{padding:4rem 2rem;background-color:#fff;text-align:center}.section-header h2{font-size:2.2rem;font-weight:600;margin-bottom:1rem;color:#343a40}.section-header p{color:#495057;max-width:750px;margin-left:auto;margin-right:auto;font-size:1.05rem}.sectors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1140px;margin:0 auto}.sector-card{padding:1.5rem 1.5rem 2rem;background-color:#fff;border-radius:.25rem;box-shadow:0 2px 5px #0000000d;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}.sector-card-image{width:100px;height:100px;object-fit:cover;margin:0 auto 1.5rem}.sector-card h4{font-size:1.4rem;text-transform:capitalize;margin-top:0;margin-bottom:.75rem;font-weight:600;color:#004a99;padding:0;width:100%}.sector-card p{font-size:1rem;color:#495057;margin-bottom:1.5rem;padding:0;width:100%}.sector-card .btn-sector{padding:.7rem 1.4rem;border:1px solid #298204;color:#298204;background-color:transparent;cursor:pointer;font-size:.9rem;font-weight:500;text-transform:uppercase;border-radius:.25rem;transition:all .2s ease-in-out;text-decoration:none;display:inline-block}.sector-card .btn-sector:hover{background-color:#298204;color:#fff}@media (max-width: 768px){.sectors-grid{grid-template-columns:1fr;gap:1.5rem}.sectors-section{padding:3rem 1rem}.section-header h2{font-size:1.8rem}}.portfolio-section{padding:4rem 2rem;background-color:#e9ecef;text-align:center}.portfolio-section h2{font-size:2.2rem;font-weight:600;margin-bottom:1rem;color:#343a40}.portfolio-intro{margin-bottom:3.5rem;color:#495057;max-width:800px;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.7}.stats-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 3rem;max-width:750px;margin:0 auto}.stat-item{width:200px;height:200px;border-radius:50%;background-color:#fff;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative;overflow:hidden}.stat-item:hover{transform:scale(1.05);box-shadow:0 8px 20px #00000026}.stat-item:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:50%;border:11.5px solid transparent;border-top-color:#2dc208;border-right-color:#2dc208;opacity:0;transition:opacity .3s ease-in-out;z-index:1}.stat-item:hover:before{opacity:1;animation:spin 1.2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stat-item--animating:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:conic-gradient(#298204 var(--progress, 0%),transparent var(--progress, 0%));mask-image:radial-gradient(transparent 85%,#000 86%);-webkit-mask-image:radial-gradient(transparent 85%,black 86%);opacity:0;z-index:1}.stat-item--animating:after{opacity:1;animation:progress-fill 2s linear forwards}@keyframes progress-fill{0%{--progress: 0%}to{--progress: 100%}}.stat-value{position:relative;z-index:2;display:block;font-size:1.5rem;font-weight:700;color:#298204;line-height:1.2;margin-bottom:.25rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.stat-unit,.stat-description{position:relative;z-index:2;font-size:.9rem;color:#004a99;margin-bottom:.5rem;font-weight:500;text-transform:capitalize}.stat-description{font-size:.8rem;color:#495057;line-height:1.3}@media (max-width: 992px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}.stat-item{width:170px;height:170px}.stat-value{font-size:1.3rem}.stat-description{font-size:.75rem}}@media (max-width: 768px){.portfolio-section{padding:3rem 1rem}.stats-grid{max-width:420px;gap:2rem}.stat-item{width:180px;height:180px}.stat-value{font-size:1.4rem}.stat-item:before{top:-8px;left:-8px;right:-8px;bottom:-8px;border-width:8px}.stat-item--animating:after{mask-image:radial-gradient(transparent 84%,#000 85%);-webkit-mask-image:radial-gradient(transparent 84%,black 85%)}}@media (max-width: 480px){.stats-grid{max-width:220px;gap:1.5rem}.stat-item{width:180px;height:180px}.stat-value{font-size:1.4rem}}.clients-section{position:relative;padding:6rem 2rem;text-align:center;background-color:#f9f9f9;color:#333;overflow:hidden}.testimonial-container{position:relative;max-width:1100px;margin:0 auto;padding:0 1rem}.clients-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1.2rem;color:#333}.section-intro{color:#666;margin:0 auto 3.5rem;font-size:1.1rem;max-width:700px;line-height:1.6}.custom-slider{position:relative;max-width:750px;margin:0 auto;padding:1rem}.testimonial-wrapper{position:relative;overflow:hidden;min-height:380px;margin:0 auto}.testimonial-slide{position:absolute;top:0;left:0;width:100%;transform:translate(50px);opacity:0;transition:all .8s cubic-bezier(.25,.46,.45,.94);pointer-events:none;visibility:hidden}.testimonial-slide.active{transform:translate(0);opacity:1;pointer-events:auto;visibility:visible}.testimonial-slide.prev-slide{transform:translate(-50px);opacity:0;z-index:1}.testimonial-slide.next-slide{transform:translate(50px);opacity:0;z-index:1}.testimonial-card{padding:.5rem;transform:perspective(1000px) rotateY(0);transition:transform .6s ease}.testimonial-card:hover{transform:perspective(1000px) rotateY(2deg)}.testimonial-content{background:linear-gradient(145deg,#fff,#f8f9fa);border-radius:16px;box-shadow:0 10px 30px #00000014;padding:2.5rem 2.2rem 2rem;margin:0 auto;max-width:700px;text-align:right;position:relative;color:#333;border:none;transition:all .3s ease}.testimonial-content:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.testimonial-author{display:flex;align-items:center;margin-bottom:1.8rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.06);flex-direction:row-reverse}.testimonial-avatar{width:75px;height:75px;border-radius:50%;object-fit:cover;box-shadow:0 5px 15px #0000001a;margin-left:1.2rem;border:4px solid #ffffff;transition:all .3s ease}.testimonial-content:hover .testimonial-avatar{transform:scale(1.05);border-color:#f0f7e9}.author-info{text-align:right}.author-info h4{margin:0 0 7px;font-size:1.25rem;font-weight:600;color:#222;transition:color .3s ease}.testimonial-content:hover .author-info h4,.author-info h4:hover{color:#298204}.author-info p{margin:0;font-size:.95rem;color:#666;font-style:italic}.testimonial-quote{font-size:1.15rem;line-height:1.8;color:#444;margin-bottom:1.8rem;position:relative;z-index:2;font-style:italic}.quote-icon{font-size:4rem;color:#29820414;position:absolute;top:1.5rem;left:1.5rem;font-family:Georgia,serif;line-height:1;z-index:1}.rating-stars{margin-top:1.2rem;display:flex;justify-content:flex-start;margin-right:.5rem}.star{font-size:1.2rem;color:#e0e0e0;margin:0 2px;transition:transform .2s ease}.star.filled{color:#ffba08}.testimonial-content:hover .star.filled{color:#ffcd39}.rating-stars:hover .star{transform:scale(1.1)}.slider-arrow{width:48px;height:48px;background:#fff;color:#298204;border-radius:50%;border:none;cursor:pointer;font-size:1.3rem;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #0000001a;z-index:10;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease}.prev-arrow{left:-40px}.next-arrow{right:-40px}.slider-arrow:hover{background:#298204;color:#fff;transform:translateY(-50%) scale(1.12);box-shadow:0 8px 20px #29820440}.slider-dots{display:flex;justify-content:center;margin-top:2.5rem}.slider-dot{width:10px;height:10px;border-radius:50%;background:#e0e0e0;border:none;margin:0 5px;cursor:pointer;transition:all .3s ease;padding:0}.slider-dot.active{background:#298204;transform:scale(1.3)}.slider-dot:hover{background:#a8d88e}@media (max-width: 992px){.prev-arrow{left:-25px}.next-arrow{right:-25px}}@media (max-width: 768px){.clients-section{padding:4rem 1rem}.clients-section h2{font-size:2rem}.section-intro{font-size:1rem;margin-bottom:2.5rem}.testimonial-content{padding:1.8rem 1.5rem 1.5rem}.testimonial-quote{font-size:1rem;line-height:1.6}.testimonial-wrapper{min-height:380px}.testimonial-avatar{width:55px;height:55px}.slider-arrow{width:40px;height:40px;font-size:1rem}.prev-arrow{left:-15px}.next-arrow{right:-15px}}@media (max-width: 576px){.testimonial-content{padding:1.5rem 1.2rem 1.2rem}.testimonial-author{margin-bottom:1rem;padding-bottom:1rem}.slider-arrow{width:35px;height:35px;font-size:.9rem}.testimonial-wrapper{min-height:420px}.quote-icon{font-size:2.5rem}.prev-arrow{left:-10px}.next-arrow{right:-10px}}.finance-section{padding:4rem 2rem;background-color:#004a99;color:#fff;text-align:center}.finance-content h2{font-size:2rem;font-weight:600;margin-bottom:1rem}.finance-content p{margin-bottom:2rem;font-size:1.1rem;color:#e9ecef}.btn-finance{padding:.9rem 2.5rem;background-color:#298204;color:#fff;border:none;cursor:pointer;font-size:1.1rem;font-weight:600;text-transform:uppercase;border-radius:.25rem;transition:background-color .2s ease-in-out}.btn-finance:hover{background-color:#1f6003}.partners-section{padding:5rem 2rem;background-color:#f8f9fa;color:#333;text-align:center}.section-header{margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:#298204;position:relative;display:inline-block}.section-header h2:after{content:"";position:absolute;width:60%;height:3px;background:linear-gradient(to right,#298204,transparent);bottom:-10px;left:20%}.section-header p{font-size:1.1rem;max-width:800px;margin:1.5rem auto 0;color:#555}.partners-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;max-width:1200px;margin:0 auto}.partner-card{background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #00000014;padding:2.5rem 2rem;width:300px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.partner-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(to right,#298204,#4caf50)}.partner-card:hover{transform:translateY(-12px);box-shadow:0 15px 30px #00000026}.partner-logo{margin-bottom:1.8rem}.partner-circle{width:90px;height:90px;background:linear-gradient(135deg,#298204,#4caf50);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:1px;box-shadow:0 4px 10px #0003;border:3px solid white}.partner-name{font-size:1.6rem;font-weight:600;margin-bottom:1rem;color:#333}.partner-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.8rem}.partner-link{display:inline-block;padding:.7rem 1.8rem;background-color:#298204;color:#fff;text-decoration:none;border-radius:50px;font-weight:500;transition:all .3s ease;box-shadow:0 3px 6px #29820433}.partner-link:hover{background-color:#1f6003;box-shadow:0 5px 12px #2982044d;transform:translateY(-3px)}@media (max-width: 992px){.partners-container{gap:2rem}}@media (max-width: 768px){.partners-container{flex-direction:column;align-items:center}.partner-card{width:100%;max-width:350px}.section-header h2{font-size:2rem}}
