.green-button{color:#fff;cursor:pointer;white-space:nowrap;text-align:center;background:linear-gradient(#578e23 0%,#6da33a 100%);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;padding:max(.2rem,min(.5vw,.4rem)) max(1rem,min(2vw,1.2rem));font-size:max(.95rem,min(1.3vw,1rem));font-weight:400;transition:transform .2s,box-shadow .3s,background .3s;display:inline-flex}.green-button .arrow-icon{font-size:1.2em;transition:transform .3s}.green-button:hover{background:linear-gradient(#4d821e 0%,#59962d 100%);box-shadow:0 6px 14px rgba(0,0,0,.2)}.green-button:hover .arrow-icon{transform:translate(4px,-4px)rotate(45deg)}.green-button:focus-visible{outline-offset:2px;outline:3px solid rgba(109,163,58,.5)}@media (max-width:768px){.green-button{padding:max(.7rem,min(2vw,1rem)) max(1.2rem,min(4vw,2rem));font-size:max(.9rem,min(1.2vw,1rem))}}@media (max-width:480px){.green-button{text-align:center;width:100%;padding:max(.8rem,min(2vw,1rem)) 1rem;font-size:max(.85rem,min(2vw,.95rem))}.green-button:hover{transform:none;box-shadow:0 4px 10px rgba(0,0,0,.15)}.green-button:hover .arrow-icon{transform:none}}
:root{--header-bg:#112603;--surface-2:rgba(12,25,8,.95);--accent:#a8ff60;--text:#fff;--radius-lg:50px}.header{z-index:1000;background:0 0;width:100%;position:absolute;top:0}.header .header-wrapper{justify-content:space-between;align-items:center;padding:max(20px,min(4vw,40px)) 20px;display:flex}.header .header-wrapper .logo img{width:max(100px,min(7vw,160px));transition:transform .3s}.header .header-wrapper .logo img:hover{transform:scale(1.05)}.header .header-wrapper .header-main{background:var(--header-bg);border-radius:var(--radius-lg);align-items:center;padding:0 max(1rem,min(3vw,2rem));transition:background .4s;display:flex;box-shadow:0 8px 30px rgba(0,0,0,.25)}.header .header-wrapper .header-main:hover{background:rgba(17,38,3,.95)}.header .header-wrapper .header-main .hamburger{cursor:pointer;z-index:2000;background:rgba(255,255,255,.08);border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:55px;height:42px;margin-left:.8rem;transition:all .3s;display:none;position:relative}.header .header-wrapper .header-main .hamburger:hover{background:rgba(255,255,255,.15)}.header .header-wrapper .header-main .hamburger span{background:var(--accent);border-radius:3px;width:20px;height:3px;margin:3.5px 0;transition:all .35s}.header .header-wrapper .header-main .hamburger.active span:first-child{transform:translateY(6px)rotate(45deg)}.header .header-wrapper .header-main .hamburger.active span:nth-child(2){opacity:0}.header .header-wrapper .header-main .hamburger.active span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.header .header-wrapper .header-main .hamburger.active{background:rgba(168,255,96,.15)}.header .header-wrapper .header-main .navbar .nav-list{align-items:center;gap:max(1.5rem,min(3vw,2.5rem));margin:0;padding:0;list-style:none;display:flex}.header .header-wrapper .header-main .navbar .nav-list .nav-item{position:relative}.header .header-wrapper .header-main .navbar .nav-list .nav-item .nav-link{color:var(--text);font-family:var(--font-suse);cursor:pointer;letter-spacing:.3px;background:0 0;border:none;align-items:center;gap:6px;font-size:max(.85rem,min(1vw,1rem));font-weight:400;transition:color .25s,transform .25s;display:inline-flex}.header .header-wrapper .header-main .navbar .nav-list .nav-item .nav-link:hover{color:var(--accent)}.header .header-wrapper .header-main .navbar .nav-list .nav-item .nav-link .arrow{opacity:.6;font-size:12px;transition:transform .25s}.header .header-wrapper .header-main .navbar .nav-list .nav-item .nav-link:hover .arrow{transform:rotate(180deg)}.header .header-wrapper .header-main .navbar .nav-list .nav-item .dropdown-menu{background:var(--surface-2);opacity:0;pointer-events:none;border-radius:12px;flex-direction:column;min-width:180px;padding:10px 0;transition:opacity .25s,transform .25s;display:flex;position:absolute;top:calc(100% + 10px);left:0;transform:translateY(-8px);box-shadow:0 8px 25px rgba(0,0,0,.3)}.header .header-wrapper .header-main .navbar .nav-list .nav-item .dropdown-menu li a{color:var(--text);padding:10px 18px;font-size:max(.8rem,min(.95vw,.95rem));text-decoration:none;transition:color .25s,background .25s,transform .25s;display:block}.header .header-wrapper .header-main .navbar .nav-list .nav-item .dropdown-menu li a:hover{color:var(--accent);background:rgba(255,255,255,.1);transform:translate(3px)}.header .header-wrapper .header-main .navbar .nav-list .nav-item.open .dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}@media (max-width:991px){.header .header-wrapper{flex-wrap:wrap;gap:12px;margin:-1rem auto}.header .header-wrapper .header-main{box-shadow:none;flex:1;justify-content:flex-end;padding:0}.header .header-wrapper .header-main .hamburger{display:flex}.header .header-wrapper .header-main .navbar{width:100%}.header .header-wrapper .header-main .navbar .nav-list{background:var(--surface-2);border-radius:12px;flex-direction:column;align-items:flex-start;gap:10px;margin:0 auto;padding:1rem;display:none;position:absolute;top:30px}.header .header-wrapper .header-main .navbar .nav-list.open{display:flex}.header .header-wrapper .header-main .navbar .nav-list .dropdown-menu{opacity:1;box-shadow:none;background:0 0;padding:0;transform:none}.header .header-wrapper .header-main .navbar .nav-list .dropdown-menu li a{border-radius:6px;padding:.6rem 1.2rem}.header .header-wrapper .header-main .navbar .nav-list .dropdown-menu li a:hover{color:var(--accent);background:rgba(255,255,255,.08)}}
.main-page{background-color:#dcf4c6;justify-content:center;align-items:center;padding:max(2rem,min(5vw,3rem)) 0;display:flex}.main-page .logo-container{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));align-items:center;gap:20px;display:grid}.main-page .logo-container img{object-fit:contain;width:100%;max-height:120px}.solutions{background-color:#fff;justify-content:space-between;padding:1.5rem;display:flex}.solutions .solutions-container{justify-content:center;align-items:center;gap:40px;margin:4rem;display:flex}.solutions .solutions-container .left-img{align-items:center;display:flex}.solutions .solutions-container .left-img img{object-fit:cover;border-radius:30px;width:max(330px,min(45vw,600px));height:100%;min-height:450px}.solutions .solutions-container .right-details{flex-direction:column;display:flex}.solutions .solutions-container .right-details h2{font-size:max(1.5rem,min(2.4vw,2rem));font-weight:600}.solutions .solutions-container .right-details .upper{color:#578e23;font-size:max(.7rem,min(2vw,.8rem));font-weight:600}.solutions .solutions-container .right-details .lower{color:#000;font-size:max(.7rem,min(2vw,.8rem));font-weight:400}.case-studies{background:linear-gradient(rgba(17,38,3,.85)),url(/images/banner/banner-case-studies.jpg) 50%/cover no-repeat;padding:2rem;position:relative}.case-studies .vector-img-2{position:absolute;top:0;right:0}.case-studies .vector-img-2 img{width:auto;height:150px}.case-studies .vector-img{position:absolute;top:30%;left:0}.case-studies .vector-img img{width:auto;height:200px}.case-studies .case-studies-container{text-align:center;padding:max(2rem,min(6vh,4rem));position:relative}.case-studies .case-studies-container h1{color:#dcf4c5;font-size:max(1.2rem,min(3vw,2rem));font-weight:600}.case-studies .case-studies-container h2{color:#fff;font-size:48px;font-weight:600}.case-studies .case-studies-container .card-container{gap:20px;margin-top:90px;margin-left:120px;display:flex;position:relative}.case-studies .case-studies-container .lower-end{margin:2rem;position:relative;top:2rem}.case-studies .case-studies-container .lower-end p{font-family:var(--font-inter);color:#dcf4c5}@media (max-width:1240px){.solutions .solutions-container{text-align:center;flex-direction:column;align-items:center;gap:2.5rem;margin:3rem auto}.solutions .solutions-container img{border-radius:24px;width:100%;height:auto;margin:0 auto}.solutions .solutions-container .details{align-items:center}.solutions .solutions-container .details h2{font-size:1.8rem}.solutions .solutions-container .details .upper,.solutions .solutions-container .details .lower{font-size:1rem}}@media (max-width:768px){.solutions .solutions-container{flex-direction:column;gap:2rem;margin:2rem auto;padding:1rem}.solutions .solutions-container img{border-radius:20px;width:100%;height:auto;margin:1rem auto}.solutions .solutions-container .details{text-align:center;gap:10px}.solutions .solutions-container .details h2{font-size:1.5rem}.solutions .solutions-container .details .upper,.solutions .solutions-container .details .lower{max-width:90%;font-size:.9rem}}@media (max-width:480px){.solutions .solutions-container{gap:1.2rem;margin:1.5rem auto}.solutions .solutions-container img{border-radius:16px;width:100%;margin:0 auto}.solutions .solutions-container .details h2{font-size:1.3rem}.solutions .solutions-container .details .upper,.solutions .solutions-container .details .lower{font-size:.85rem}}
.card{background-color:#dcf4c5;border-radius:20px;flex-direction:column;justify-content:space-between;min-width:350px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.1)}.card .text-container{text-align:left;padding:1.4rem 1.4rem 0}.card .text-container h2{color:#112603;margin-bottom:.5rem;font-size:20px;font-weight:500}.card .text-container p{color:#141414;font-size:16px;line-height:1.5}.card .image-container{border-radius:0 0 20px 20px;justify-content:center;align-items:flex-end;width:100%;height:260px;margin-top:20px;display:flex;overflow:hidden}.card .image-container img{object-fit:cover;border-radius:14px;width:100%;height:100%;margin-left:33px;display:block}
.services{background-color:#dcf4c6;padding:max(2rem,min(5vw,4rem)) 0 0}.services .services-container .heading-container{text-align:center}.services .services-container .heading-container p{font-size:max(1.1rem,min(2.5vw,1.6rem));font-weight:600}.services .services-container .heading-container h2{color:#578e23;font-size:max(1.8rem,min(4vw,2.8rem));font-weight:600}.services .services-container .links-container{align-items:flex-start;gap:max(1rem,min(3vw,2rem));padding:2rem;display:flex}.services .services-container .links-container .left-links-container{margin:6.5rem auto}.services .services-container .links-container .left-links-container ul{gap:max(.8rem,min(1.5vw,1.5rem));padding:0;display:grid}.services .services-container .links-container .left-links-container li a{color:#578e23;white-space:nowrap;font-size:max(1.3rem,min(2.5vw,2rem));font-weight:500;position:relative}.services .services-container .links-container .left-links-container li a:hover{color:#000}.services .services-container .links-container .left-links-container li a:hover:after{content:"↗";position:absolute;right:-2rem}.services .services-container .links-container .left-links-container li a:active{color:#000}.services .services-container .links-container .right-side-text{flex-flow:column wrap;align-items:flex-start;padding:2rem;display:flex}.services .services-container .links-container .right-side-text p{width:max(500px,min(45vw,900px));font-size:max(.9rem,min(1.5vw,1.1rem));font-weight:400;font-family:var(--font-inter);margin:0 auto}.services .services-container .links-container .right-side-text img{object-fit:cover;border-radius:20px;width:max(320px,min(55vw,950px));height:max(200px,min(33vw,480px));margin:2rem auto;display:block}.hire{background:linear-gradient(rgba(17,38,3,.95)),url(/images/banner/banner-work.jpg) 50%/cover no-repeat;padding:4rem}.hire .hire-container{flex-direction:column;align-items:center;gap:1rem;display:flex}.hire .hire-container .content h2{color:#fff;text-align:center;font-size:max(1.4rem,min(2.5vw,2.2rem));font-weight:600;line-height:1.3}.hire .hire-container .content p{font-weight:400;font-family:var(--font-inter);color:#dcf4c5;white-space:normal;text-align:center;max-width:min(650px,90%);margin:1rem auto;padding:0 1rem;font-size:max(.8rem,min(1.5vw,1rem))}@media (max-width:900px){.services .services-container .links-container{text-align:center;flex-wrap:wrap;justify-content:center}.services .services-container .links-container .left-links-container{margin:3rem 0 2rem}.services .services-container .links-container .right-side-text{flex-wrap:wrap;align-items:center;padding:1rem}.services .services-container .links-container .right-side-text p{width:100%;max-width:90%;margin-bottom:1rem}.services .services-container .links-container .right-side-text img{width:90%;height:auto;margin:1rem auto 0}.hire .hire-container h2{font-size:1.8rem}.hire .hire-container p{font-size:1rem}}@media (max-width:768px){.services{padding:3rem 0}.services .services-container .links-container{flex-direction:column;padding:1rem}.services .services-container .links-container .left-links-container{margin:2rem auto 1rem}.services .services-container .links-container .left-links-container ul{gap:1rem}.services .services-container .links-container .left-links-container li a{font-size:1.3rem}.services .services-container .links-container .right-side-text{text-align:center;padding:0}.services .services-container .links-container .right-side-text p{width:100%;max-width:100%;font-size:1rem}.services .services-container .links-container .right-side-text img{width:100%;height:auto;margin:1.5rem auto}.hire{padding:2rem 1rem}.hire .hire-container h2{font-size:1.6rem}.hire .hire-container p{font-size:.95rem}}@media (max-width:480px){.services .services-container .links-container{gap:1rem}.services .services-container .links-container .left-links-container li a{font-size:1.1rem}.services .services-container .links-container .right-side-text img{border-radius:12px}.hire{padding:1.5rem}.hire .hire-container h2{font-size:1.4rem}.hire .hire-container p{font-size:.9rem}}
.footer{color:#fff;background-color:#030303;border-top:1px solid rgba(255,255,255,.1);font-family:Poppins,sans-serif}.footer .container{max-width:100%;padding:0}.footer .row{flex-wrap:nowrap;margin:0;display:flex}.footer .footer-left{background-color:#000;border-top-right-radius:20px;border-bottom-right-radius:20px;flex-direction:column;justify-content:center;padding:2rem 1.5rem;display:flex}.footer .footer-left h1{margin-bottom:1.5rem;font-size:max(1rem,min(2.6vw,2rem));font-weight:600}.footer .footer-left h1 span{color:#6da33a}.footer .footer-left .footer-form{flex-direction:column;gap:1.5rem;width:100%;max-width:600px;display:flex}.footer .footer-left .footer-form .form-row{gap:1.5rem;display:flex}.footer .footer-left .footer-form .form-row input,.footer .footer-left .footer-form .form-row .phone-group{flex:1}.footer .footer-left .footer-form input,.footer .footer-left .footer-form select,.footer .footer-left .footer-form textarea{color:#fff;background:0 0;border:none;border-bottom:1px solid rgba(255,255,255,.3);outline:none;padding:.75rem 0;font-size:1rem;transition:border-color .3s}.footer .footer-left .footer-form input::placeholder,.footer .footer-left .footer-form select::placeholder,.footer .footer-left .footer-form textarea::placeholder{color:rgba(255,255,255,.6)}.footer .footer-left .footer-form input:focus,.footer .footer-left .footer-form select:focus,.footer .footer-left .footer-form textarea:focus{border-color:#2dd414}.footer .footer-left .footer-form textarea{resize:none;width:100%}.footer .footer-left .footer-form .phone-group{align-items:center;gap:.5rem;display:flex}.footer .footer-left .footer-form .phone-group select{color:#fff;background:0 0;border:none;border-bottom:1px solid rgba(255,255,255,.3);padding-right:.5rem}.footer .footer-left .footer-form .phone-group select option{color:#000}.footer .footer-left .footer-form .phone-group select:focus{border-color:#42e31e}.footer .footer-left .footer-form .phone-group input{flex:1}.footer .footer-left .footer-form .btn-submit{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#1ee325;border:none;border-radius:4px;max-width:min(14rem,80%);padding:.8rem 1.5rem;font-weight:600;transition:background .3s,transform .2s}.footer .footer-left .footer-form .btn-submit:hover{background:#18c005;transform:translateY(-2px)}.footer .footer-right{background-color:#111;flex-direction:column;justify-content:center;padding:1rem 1.5rem;display:flex}.footer .footer-right h2{margin-bottom:2rem;font-size:max(1.5rem,min(2.3vw,2rem));font-weight:600}.footer .footer-right .office-grid{grid-template-columns:repeat(2,1fr);gap:2rem 3rem;display:grid}.footer .footer-right .office-item .office-header{align-items:center;gap:.6rem;display:flex}.footer .footer-right .office-item .office-header .flag{border-radius:50%;width:1.5rem;height:1.5rem}.footer .footer-right .office-item .office-header span{font-size:.9rem;font-weight:500}.footer .footer-right .office-item h3{color:#fff;margin-top:.8rem;font-size:1rem;font-weight:600}.footer .footer-right .office-item p{color:rgba(255,255,255,.8);font-size:.8rem;line-height:1.6}.footer .footer-right hr{border:none;border-bottom:1px solid rgba(255,255,255,.2);margin:2.5rem 0}.footer .footer-right .social h4{margin-bottom:1rem;font-size:1rem;font-weight:600}.footer .footer-right .social .social-icons{gap:1.5rem;display:flex}.footer .footer-right .social .social-icons a{color:#fff;font-size:1rem;transition:color .3s}.footer .footer-right .social .social-icons a:hover{color:#1ee328}.footer-bottom{color:#fff;background-color:#000;padding:1rem 2rem}.footer-bottom hr{background:rgba(255,255,255,.3);border:none;width:100%;height:1px;margin-bottom:1rem}.footer-bottom .footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom .left p{margin:0;font-size:.9rem}.footer-bottom .right ul{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-bottom .right ul li a{color:#fff;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-bottom .right ul li a:hover{color:#1ee34c}@media (max-width:768px){.footer-bottom .footer-content{text-align:center;flex-direction:column;align-items:center}.footer-bottom .right ul{flex-wrap:wrap;justify-content:center;gap:1rem}.footer-bottom hr{width:90%}.work-together{padding:3rem 1.5rem}.work-together .work-container .vector-img{width:220px}.work-together .work-container h2{font-size:1.6rem}.work-together .work-container p{max-width:100%;font-size:.95rem}.work-together .work-container .button-container{flex-direction:column;gap:.8rem;margin:2rem 0}.work-together .work-container .button-container button{width:100%;max-width:280px}.footer .row{flex-flow:column wrap}.footer .footer-left,.footer .footer-right{border-radius:0;width:100%;padding:2rem 1.5rem}.footer .footer-left{border-bottom:1px solid rgba(255,255,255,.1)}.footer .footer-form .form-row{flex-direction:column;gap:1rem}.footer .footer-form input,.footer .footer-form textarea,.footer .footer-form select{font-size:.9rem}.footer .footer-form .btn-submit{width:100%;max-width:none}.footer .footer-right .office-grid{grid-template-columns:1fr;gap:1.5rem}.footer .footer-right .social .social-icons{flex-wrap:wrap;gap:1rem}.footer-bottom{flex-direction:column;gap:.5rem}.footer-bottom p{font-size:.85rem}}@media (max-width:1024px){.work-together{padding:5rem 3rem}.footer .row{flex-wrap:wrap}.footer .footer-left,.footer .footer-right{width:100%}.footer .footer-right .office-grid{grid-template-columns:repeat(1,1fr)}}
.hero{color:#fff;background:linear-gradient(rgba(10,26,0,.6),rgba(10,26,0,.6)),url(/images/banner/banner-header.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;padding:max(4rem,min(8vw,8rem)) max(1rem,min(5vw,3rem));display:flex;position:relative;overflow:hidden}.hero .vector-left{position:absolute;bottom:0;left:0}.hero .vector-left img{object-fit:contain;opacity:.8;width:max(60px,min(12vw,180px));height:auto;transform:scale(-1)}.hero .hero-text{z-index:10;width:100%;max-width:600px;margin:0 auto;position:relative}.hero .hero-text h2{color:#fff;margin-bottom:max(.8rem,min(2vw,1.5rem));font-size:max(1.6rem,min(4vw,3.2rem));font-weight:500;line-height:1.2}.hero .hero-text p{color:rgba(168,255,96,.8);max-width:95%;margin-bottom:max(1.5rem,min(3vw,2.5rem));font-size:max(.9rem,min(1.2vw,1.05rem));line-height:1.7}.hero .hero-text .buttons{flex-wrap:wrap;gap:max(.8rem,min(1.5vw,1.5rem));display:flex}.hero .hero-text .buttons .btn-outline{color:#fff;cursor:pointer;background:0 0;border:1px solid #6da33a;border-radius:40px;padding:max(.5rem,min(1vw,.9rem)) max(1rem,min(2.5vw,1.8rem));font-weight:400;transition:all .3s}.hero .hero-text .buttons .btn-outline:hover{border-color:var(--accent);background:rgba(168,255,96,.15)}.hero .hero-image{justify-content:center;align-items:center;margin:max(1rem,min(4vw,2rem)) auto;display:flex;position:relative}.hero .hero-image>img{object-fit:cover;z-index:5;border-radius:25px;width:100%;height:auto;display:block}.hero .hero-image .vector-img1{z-index:999;position:absolute;top:max(-2rem,min(-5vw,-5rem));right:max(-3rem,min(-5vw,-5rem))}.hero .hero-image .vector-img1 img{opacity:.9;width:max(80px,min(15vw,180px));height:auto}@media (max-width:1024px){.hero{text-align:center}.hero .hero-text{margin:0 auto}.hero .hero-text h2{font-size:max(1.8rem,min(4vw,2.5rem))}.hero .hero-text p{max-width:85%;margin:0 auto max(2rem,min(4vw,2.5rem))}.hero .hero-text .buttons{justify-content:center}.hero .hero-image{margin-top:2rem}.hero .hero-image>img{width:max(300px,min(70%,420px))}}@media (max-width:768px){.hero{text-align:center;flex-direction:column;padding:max(2rem,min(10vw,3rem)) max(1rem,min(6vw,2rem))}.hero .hero-text h2{font-size:max(1.6rem,min(6vw,2.2rem))}.hero .hero-text p{max-width:90%;margin-left:auto;margin-right:auto;font-size:max(.9rem,min(2.5vw,1rem))}.hero .hero-text .buttons{flex-direction:column;align-items:center;gap:1rem}.hero .hero-text .buttons .btn-outline{width:100%;max-width:260px}.hero .hero-image{margin-top:1.5rem}.hero .hero-image>img{width:max(250px,min(80%,360px))}.hero .hero-image .vector-img1 img{width:max(80px,min(20vw,110px))}.hero .vector-left img{width:max(70px,min(18vw,100px))}}@media (max-width:480px){.hero{padding:max(2rem,min(8vw,3rem)) max(1rem,min(5vw,1.5rem))}.hero .hero-text h2{font-size:max(1.3rem,min(5.5vw,1.8rem))}.hero .hero-text p{font-size:max(.85rem,min(3vw,.95rem));line-height:1.6}.hero .hero-image>img{width:100%;max-width:320px}.hero .vector-left img{opacity:.7;width:max(60px,min(20vw,80px))}.hero .vector-img1 img{width:max(70px,min(22vw,90px))}}
.payments{background-color:#fff;padding:0 0 max(2rem,min(5vw,3rem))}.payments .payments-container{text-align:center;margin-top:max(2rem,min(5vw,4rem));padding:max(1.5rem,min(4vw,2.5rem))}.payments .payments-container h2{font-size:max(1.1rem,min(2.8vw,1.5rem));font-weight:600}.payments .payments-container p{color:#578e23;font-size:max(1rem,min(2vw,2rem));font-weight:600}.payments .payments-container .pricing-container{justify-content:center;align-items:stretch;gap:max(.8rem,min(1.7vw,1.8rem));height:100%;margin-top:max(3rem,min(6vw,6rem));display:flex}@media (max-width:1224px){.pricing-container{flex-wrap:wrap}}
.container-card{text-align:left;background-color:#fff;border:2px solid #578e23;border-radius:25px;flex-direction:column;min-width:420px;padding:1.2rem;transition:all .3s;display:flex;box-shadow:0 3px 10px rgba(0,0,0,.05)}.container-card:hover{transform:translateY(-5px);box-shadow:0 8px 18px rgba(0,0,0,.1)}.container-card h1{color:#112603;margin-bottom:.7rem;font-size:26px;font-weight:600}.container-card .label{color:#112603;background-color:#dcf4c5;border-radius:40px;width:-moz-fit-content;width:fit-content;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.container-card p.description{color:#141414;margin-bottom:1.3rem;font-size:.76rem;font-weight:400;line-height:1}.container-card .text-container{flex-direction:column;gap:.2rem;margin-bottom:1rem;margin-left:1.4rem;display:flex}.container-card .text-container p{color:#141414;margin-left:-1.3rem;padding-left:1.6rem;font-size:.7rem;font-weight:500;position:relative}.container-card .text-container p:before{content:"";background:linear-gradient(#578e23,#6da33a);border-radius:3px;width:12px;height:12px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.container-card button{align-self:center;margin-top:auto}@media (max-width:768px){.container-card{width:100%;padding:1.5rem}.container-card h1{font-size:22px}.container-card .label{padding:.5rem 1rem;font-size:.9rem}.container-card p.description{font-size:14px}.container-card .text-container p{font-size:15px}}
.faq{padding:6rem}.faq .row{flex-wrap:nowrap;justify-content:center;align-items:center;gap:4rem;display:flex}.faq .left-side{text-align:center;padding:0 3rem}.faq .left-side .heading{margin-bottom:1.5rem}.faq .left-side .heading h2{color:#1a1a1a;font-size:max(1.8rem,min(2.5vw,2.2rem));font-weight:700}.faq .left-side .img-container{width:max(320px,min(100%,640px));margin:0 auto}.faq .left-side .img-container img{object-fit:cover;border-radius:20px;width:100%;height:max(280px,min(50vw,540px));display:block}.faq .questions-container{scrollbar-width:thin;scrollbar-color:#ccc transparent;width:100%;max-width:620px;max-height:520px;margin:0 auto 0 0;padding-right:10px;overflow-y:auto}.faq .questions-container::-webkit-scrollbar{width:6px}.faq .questions-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:6px}.faq .questions-container .text-lg{color:#111;font-size:1.05rem}@media (max-width:1200px){.faq .row{gap:2.5rem}.faq .left-side{padding:0 2rem}.faq .left-side .img-container img{height:max(260px,min(40vw,480px))}}@media (max-width:991px){.faq{padding-bottom:4rem}.faq .row{text-align:center;flex-direction:column;align-items:center;gap:2rem}.faq .left-side{margin-bottom:1.5rem;padding:0 2rem}.faq .left-side .img-container{max-width:min(22rem,95%);margin:0 auto}.faq .left-side .img-container img{border-radius:16px;height:auto}.faq .questions-container{max-width:90%;max-height:none;margin:0 auto}}@media (max-width:768px){.faq{padding:3rem 1.5rem}.faq .left-side{padding:0}.faq .left-side .heading h2{font-size:max(1.4rem,min(5vw,1.8rem))}.faq .left-side .img-container{max-width:90%}.faq .questions-container{padding-right:0}.faq .questions-container .text-lg{font-size:1rem}}@media (max-width:480px){.faq{padding:2rem 1rem}.faq .left-side .heading h2{font-size:1.3rem}.faq .left-side .img-container{max-width:100%}.faq .questions-container .text-lg{font-size:.95rem}}
.work-together{background:linear-gradient(rgba(20,30,10,.9)),url(/images/banner/banner-hire.png) 50%/cover no-repeat;justify-content:center;align-items:center;padding:5rem;display:flex;overflow:hidden}.work-together .work-container{text-align:center;z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.work-together .work-container .vector-img{z-index:0;width:max(280px,min(50vw,500px));position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.work-together .work-container .vector-img img{width:100%;height:auto;display:block}.work-together .work-container h2{color:#fff;z-index:2;margin-bottom:1rem;font-size:max(1.8rem,min(3vw,2.8rem));font-weight:600;line-height:1.3}.work-together .work-container p{font-family:var(--font-inter);color:#dcf4c5;z-index:2;max-width:70%;margin:0 auto;font-size:max(1rem,min(1.6vw,1.3rem));font-weight:400;line-height:1.6}.work-together .work-container .button-container{gap:20px;margin-top:1rem;display:flex}.work-together .work-container .button-container button,.work-together .work-container .button-container .btn-developer{color:#fff;cursor:pointer;background:0 0;border:1px solid #6da33a;border-radius:40px;padding:12px 30px;font-size:max(.9rem,min(2vw,1rem));font-weight:500;transition:all .3s}.work-together .work-container .button-container button:hover,.work-together .work-container .button-container .btn-developer:hover{color:#fff;background:#6da33a}
