.about-section{padding:var(--section-padding) 0;background-color:#fff}.about-content-row{align-items:center;gap:var(--card-gap);flex-direction:column;display:flex}.about-image-col h2{color:var(--black-heading);margin-bottom:calc(var(--card-padding) + 15px)}.about-image-col{flex-direction:column;justify-content:center;width:100%;display:flex}.about-text-col{gap:calc(var(--card-gap) + 10px);flex-direction:column;width:100%;display:flex}.about-text-block h3{color:var(--black-heading)}.about-text-block p{color:var(--black-sub-text)}@media (width>=968px){.about-content-row{align-items:center;gap:calc(var(--card-gap) * 3);flex-direction:row}.about-image-col{flex:0 0 45%;max-width:45%}.about-text-col{max-width:55%}}@media (width>=1300px){.about-content-row{gap:calc(var(--card-gap) * 4)}.about-text-col{gap:calc(var(--card-gap) + 15px)}}@media (width>=1800px){.about-text-block h3{margin-bottom:20px}.about-text-col{gap:calc(var(--card-gap) + 20px)}}.why-work-section{padding:var(--section-padding) 0;background-color:#e2eeda}.why-work-grid{gap:var(--card-gap);grid-template-columns:1fr;display:grid}.why-work-title-block{flex-direction:column;justify-content:center;display:flex}.why-work-title-block h2{color:var(--black-heading);margin-bottom:20px}.why-work-title-block p{color:var(--black-sub-text)}.why-work-title-block .cta-primary{text-align:center;color:#fff;background-color:#1c3433;border-radius:4px;width:fit-content;margin-top:20px;padding:12px 24px;text-decoration:none;transition:all .3s;display:inline-block}.why-work-title-block .cta-primary h5{margin-bottom:0}.why-work-title-block .cta-primary:hover{background-color:#333}.why-work-card{padding:var(--card-padding);background-color:#fff;border-radius:12px;transition:transform .3s,box-shadow .3s}.why-work-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.why-work-card.featured-card{color:#fff;background-color:#1c3433}.why-work-card h3{color:var(--black-heading)}.why-work-card.featured-card h3{color:var(--white-heading)}.why-work-card p{color:var(--black-sub-text);margin:0}.why-work-card.featured-card p{color:var(--white-sub-text)}@media (width>=768px){.why-work-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=968px){.why-work-grid{grid-template-columns:repeat(3,1fr)}.why-work-title-block{grid-area:1/1}.why-work-card:first-of-type{grid-area:1/2}.why-work-card:nth-of-type(2){grid-area:1/3}.why-work-card:nth-of-type(3){grid-area:2/1}.why-work-card:nth-of-type(4){grid-area:2/2}.why-work-card:nth-of-type(5){grid-area:2/3}}@media (width>=1300px){.why-work-card{padding:calc(var(--card-padding) + 5px)}}@media (width>=1800px){.why-work-card{padding:calc(var(--card-padding) + 10px)}.why-work-card h3{margin-bottom:20px}}.services-grid-section{padding:var(--section-padding) 0;background-color:#fff}.services-header{text-align:left;margin-bottom:calc(var(--header-section-margin-bottom) + 10px);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.services-header h2{color:var(--black-heading);max-width:600px;margin:0}.services-header p{color:var(--black-sub-text);text-align:right;max-width:500px;margin:0}@media (width<=1299px){.services-header p{text-align:left}}.services-grid{gap:var(--card-gap);grid-template-columns:1fr;display:grid}.service-card{background-color:#f6f6f6;border-radius:12px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000000d}.service-card-image{aspect-ratio:16/9;background-color:#e0e0e0;width:100%;overflow:hidden}.service-card-image img{object-fit:cover;width:100%;height:100%}.service-card-content{padding:var(--card-padding);background-color:#f8f8f8;flex-direction:column;flex-grow:1;display:flex}.service-card-content h4{color:var(--black-heading);margin-bottom:10px;font-weight:700}.service-card-content p.para3{color:var(--black-sub-text);min-height:48px;margin-bottom:15px}.service-list{flex-grow:1;margin:0 0 25px;padding:0;list-style:none}.service-list li{color:var(--black-sub-text);margin-bottom:8px;padding-left:15px;position:relative}.service-list li:before{content:"•";color:var(--black-sub-text);position:absolute;left:0}.service-cta{color:var(--black-heading);align-items:center;gap:8px;margin-top:auto;text-decoration:none;transition:gap .3s;display:inline-flex}.service-cta i{transition:transform .3s;transform:rotate(-45deg)}.service-cta h6{margin-bottom:0}.service-cta:hover{color:#4caf50}.service-cta:hover i{transform:rotate(0)}@media (width>=768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=968px){.services-grid{grid-template-columns:repeat(3,1fr)}}.support-section{padding:var(--section-padding) 0}.support-header{text-align:center;margin-bottom:calc(var(--header-section-margin-bottom) + 10px)}.support-header h2{color:var(--black-heading);margin-bottom:20px}.support-content-box{background-color:#f6f6f6;border-radius:12px;padding:80px}.support-row{flex-direction:column;align-items:center;gap:80px;display:flex}.support-image-col{flex-direction:column;justify-content:center;display:flex}.support-image-col img{border-radius:8px;max-width:100%;height:auto}.support-text-col{text-align:left;flex-direction:column;justify-content:space-between;display:flex}.support-text-col p.para3{color:var(--black-sub-text);margin-bottom:30px}.support-cta{color:var(--black-heading);align-items:center;gap:8px;font-size:16px;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.support-cta i{font-size:14px;transition:transform .3s}.support-cta:hover{color:#4caf50}.support-cta:hover i{transform:translate(5px)}@media (width<=768px){.support-content-box{padding:40px 20px}.support-row{text-align:center;flex-direction:column;gap:30px}.support-text-col{text-align:center}}@media (width>=1300px){.support-row{flex-direction:row;align-items:stretch;gap:260px}.support-image-col{min-width:400px}}.how-it-works-section{padding:var(--section-padding) 0;color:#fff;background:#000;overflow:hidden}.how-it-works-content{flex-direction:column;align-items:center;gap:80px;display:flex}.how-it-works-intro{width:100%}.how-it-works-intro h2{color:var(--white-heading)}.how-it-works-intro p{color:var(--white-sub-text)}.intro-label{border:1px solid var(--white-heading);margin-bottom:var(--card-padding);border-radius:3px;width:fit-content;padding:5px 17px;display:block}.how-it-works-showcase{align-items:center;gap:var(--card-gap);justify-content:center;width:100%;display:flex;position:relative}.position-bar-container{justify-content:center;align-items:center;height:320px;display:flex}.position-track{flex-direction:column;justify-content:center;width:6px;height:100%;display:flex;position:relative}.dots-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;height:100%;padding:0;display:flex;position:relative}.dot{cursor:pointer;background:#ffffff4d;border-radius:10px;flex-shrink:0;width:6px;height:6px;transition:all .4s;position:relative;overflow:hidden}.dot:hover{background:#fff9}.dot.active{background:#fff3;height:48px}.dot.active:after{content:"";transform-origin:top;background:#fff;border-radius:10px;width:100%;height:100%;animation:4s linear forwards progressFill;position:absolute;top:0;left:0}@keyframes progressFill{0%{height:0%}to{height:100%}}.dots-container.paused .dot.active:after{animation-play-state:paused}.card-stack{width:100%;height:520px;position:relative}.stacked-card{opacity:0;background:#111;border:1px solid #333;border-radius:24px;padding:32px;transition:transform .6s,opacity .4s;position:absolute;inset:30px 0 0;transform:translateY(80px)scale(.9)}.stacked-card img{aspect-ratio:16/9;object-fit:cover;border-radius:14px;width:100%;margin-bottom:24px}.stacked-card.active{opacity:1;z-index:4;transform:translateY(0)scale(1)}.stacked-card[data-depth="1"]{opacity:.6;z-index:3;transform:translateY(-24px)scale(.96)}.stacked-card[data-depth="2"]{opacity:.4;z-index:2;transform:translateY(-48px)scale(.92)}.stacked-card[data-depth="3"]{opacity:.25;z-index:1;transform:translateY(-72px)scale(.88)}.stacked-card h4{color:var(--white-heading)}.stacked-card p{color:var(--white-sub-text)}.slider-controls{flex-direction:column;gap:20px;display:flex}.control-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.control-btn:hover{background:#ffffff1f}@media (width>=768px){.card-stack{height:520px}.stacked-card{min-height:unset}}@media (width>=968px){.card-stack{height:630px}}@media (width>=1300px){.how-it-works-content{flex-direction:row}.how-it-works-intro{width:45%}.how-it-works-showcase{width:55%}.card-stack{height:505px}}@media (width>=1800px){.card-stack{height:618px}}
