.service-section{width:fit-content;padding-inline:30px;height:fit-content;margin-top:200px;margin-inline:auto}.service-section-title{font-size:var(--title-size);font-weight:900;color:var(--primary-white)}.service-section-title span{color:var(--primary-green);font-size:var(--title-size);font-weight:900}.service-cards{width:100%;max-width:1500px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:5rem auto}@media (min-width:769px) and (max-width:1024px){.service-section{margin-top:100px}.service-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:220px) and (max-width:768px){.service-section{width:100%;max-width:100%;margin-top:70px}.service-section-title{text-align:center;font-size:calc(var(--title-size) - 10px)}.service-cards{width:100%;max-width:100%;grid-template-columns:1fr}}@media (min-width:220px) and (max-width:480px){.service-section{width:100%;max-width:100%;margin-top:95px;padding-inline:19px}.service-cards{margin-top:52px;margin-bottom:0}.service-section-title{text-align:left;font-size:30px}.service-card__title{text-align:left;font-size:22px}}.service_card{width:100%;max-width:490px;height:100%;min-height:100px;border-radius:29px;-webkit-border-radius:29px;-moz-border-radius:29px;-ms-border-radius:29px;-o-border-radius:29px;padding:30px 40px;overflow:hidden;position:relative;transition:all .5s ease;z-index:0}.service-card__title{font-size:calc(var(--title-size) - 15px);color:var(--primary-white);font-weight:700}.service-card__title span{color:var(--primary-green);font-size:var(--title-size)}.service-card__description{font-size:var(--sub-title-size);color:var(--primary-white);margin-top:30px;font-weight:300}.service-card_1{background-color:var(--primary-purple)}.service-card_2{background-color:var(--secondary-green)}.service-card_3{background-color:var(--primary-pink)}.service-card_4{background-color:var(--third-green)}.service-card_5{background-color:var(--primary-yellow)}.service-card_6{background-color:var(--secondary-blue)}.service-card_5 .service-card__description,.service-card_5 .service-card__title{color:var(--primary-black)}@media (min-width:220px) and (max-width:768px){.service_card{max-width:100%;padding:15px 15px 25px;border-radius:10px}}@media (min-width:220px) and (max-width:480px){.service-card__title{text-align:left;font-size:22px;margin:0}.service-card__description{font-size:17px;margin-top:17px}}.testimonialSection{width:100%;max-width:1500px;margin:200px auto 0;padding:0 30px}.testimonialSection__title{font-size:var(--title-size);font-weight:900;color:var(--primary-white);margin-bottom:5rem}.testimonialSection__title span{color:var(--primary-green);font-weight:900;font-size:var(--title-size)}.testimonial-text{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:all .3s ease;font-size:17px!important}.testimonial-text.expanded{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible;text-overflow:unset}.testimonial-wrapper{position:relative;display:grid;grid-template-columns:1fr 190px;overflow:hidden;min-height:260px;height:fit-content;width:100%}.testimonial-footer-controls{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.testimonial-carousel-container{width:100%;height:fit-content;overflow:hidden;padding-bottom:10px}.testimonial-carousel{display:flex;gap:2rem;width:fit-content;transform:translateX(0);opacity:1;transition:transform .4s ease,opacity .4s ease;will-change:transform,opacity;height:100%;position:relative;justify-content:center;align-items:stretch}.left-arrow{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}.scroll-button-right{padding-right:8px}.scroll-button-left{padding-left:8px}.testimonial-card{width:100%;height:fit-content;background-color:transparent;border:1px solid #606a6d;border-radius:10px;min-height:160px;padding:15px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.testimonial-image-wrapper{width:100px;height:80px}.testimonial-image{width:170px;height:80px;object-fit:contain}.testimonial-text{font-size:.95rem;color:var(--primary-white);margin-top:0}.testimonial-footer-wrapper{display:flex;justify-content:space-between;align-items:center}.testimonial-more-icon{fill:var(--primary-green)}.testimonial-footer{font-size:.85rem;color:var(--primary-white)}.testimonial-footer strong{display:block;font-weight:600}.testimonial-counter{font-size:calc(var(--sub-title-size) + 5px);color:var(--primary-white)}.scroll-button{display:flex;justify-content:center;align-items:center;background-color:var(--primary-white);border:1px solid var(--border-color);width:53px;height:53px;cursor:pointer;z-index:2;transition:opacity .2s ease;border-radius:50%;flex-shrink:0;margin-left:2rem}.testimonialSection .scroll-button:hover{opacity:.8}.testimonial-carousel.fade-in{opacity:1;transition:opacity .2s ease-in;-webkit-transition:opacity .2s ease-in;-moz-transition:opacity .2s ease-in;-ms-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in}.testimonial-carousel.fade-out{opacity:0;transition:opacity .2s ease-out;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-ms-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out}@media (min-width:1024px) and (max-width:1320px){.testimonialSection{margin:150px auto 0}}@media (min-width:1024px) and (max-width:1240px){.testimonial-wrapper{grid-template-columns:1fr}.testimonial-footer-controls{margin-top:30px;justify-content:center;height:fit-content}}@media (min-width:769px) and (max-width:1024px){.testimonialSection{margin:100px auto 0}}@media (min-width:320px) and (max-width:768px){.testimonialSection{margin:50px auto 0}.testimonialSection__title{font-size:calc(var(--title-size) - 10px)}.testimonial-wrapper{grid-template-columns:1fr}.testimonial-footer-controls{margin-top:30px;justify-content:center;height:fit-content}}@media (min-width:280px) and (max-width:480px){.testimonialSection{margin-top:100px;padding-inline:19px}.testimonial-card{border:1px solid rgba(255,255,255,.3)}.testimonialSection__title{font-size:30px;margin-bottom:60px}.testimonial-text{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.testimonial-text.expanded{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible}.testimonial-wrapper{display:flex;align-items:center;gap:20px}.testimonial-footer-controls{width:fit-content;display:flex;flex-direction:column-reverse;align-items:center;gap:13px}.scroll-button-left{margin-left:0}.testimonial-counter{font-size:17px}.scroll-button{width:49px;height:49px}}