:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--white-color:#fff}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}.app__testimonial{flex:1;width:100%;flex-direction:column}.app__main{flex-direction:column}.app__flex,.app__main{display:flex;align-items:center}.app__flex{justify-content:center}.p-text{font-size:.8rem;text-align:left;color:var(--gray-color);line-height:1.5}.bold-text{font-size:1rem;font-weight:800;color:var(--black-color);text-align:left}.app__testimonial-item{width:30%;min-height:280px;background-color:var(--white-color);display:flex;flex-direction:column;padding:1.5rem;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.1);transition:opacity .5s ease-in-out,transform .5s ease-in-out;opacity:0;transform:translateX(100px);margin-top:1.5rem}.app__testimonial-item.active{opacity:1;transform:translateX(0)}.app__testimonial-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem}.app__testimonial-name{display:flex;flex-direction:column}.app__testimonial-rating{color:#ffb400;text-align:right;margin-left:auto}h5.p-text{font-size:.85rem;color:var(--gray-color);margin:0}.app__testimonial-content{margin-top:1rem}@media screen and (max-width:850px){.app__testimonial-item{width:45%;min-height:250px}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column}.app__testimonial-header{flex-direction:column;align-items:flex-start}.app__testimonial-content{margin-top:2rem;padding:0}}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{width:50px;height:50px;border-radius:50%;background-color:var(--white-color);margin:1rem;transition:all .3s ease-in-out}.app__testimonial-btns div svg{width:20px;height:20px;color:var(--secondary-color)}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}.app__testimonial-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem}@media(max-width:768px){.app__testimonial-wrapper{flex-direction:column}.app__testimonial-item{min-width:100%}}.container{max-width:1200px;margin:0 auto;padding:20px}.app__how-it-works-wrapper{text-align:center;padding:20px 0}@media(max-width:600px){.app__how-it-works-wrapper h2{font-size:1rem}}@media(max-width:400px){.app__how-it-works-wrapper h2{font-size:.5rem}}.app__how-it-works-wrapper .app__heading{font-size:2rem;font-weight:700;margin-bottom:30px;background-color:#fff;text-align:center;padding:0 .75rem}.app__how-it-works-wrapper .app__how-it-works-in{display:flex;justify-content:space-between;align-items:flex-start}@media(max-width:600px){.app__how-it-works-wrapper .app__how-it-works-in{flex-direction:column}}.app__how-it-works-wrapper .app__how-it-works-box{flex:1;margin:0 10px;text-align:center}.app__how-it-works-wrapper .app__how-it-works-box .how-it-works-icon{width:100px;height:100px;margin:0 auto 20px;border-radius:50%;overflow:hidden}.app__how-it-works-wrapper .app__how-it-works-box .how-it-works-icon video{width:100%;height:100%;object-fit:cover}.app__how-it-works-wrapper .app__how-it-works-box h3{font-size:1.2rem;margin-bottom:15px}.app__how-it-works-wrapper .app__how-it-works-box p{font-size:1rem;color:#666;line-height:1.5}.container{padding:3.5rem}.app__why-us-wrapper{text-align:center}.app__why-us-wrapper .app__heading{font-size:2rem;margin-bottom:2rem;background-color:#fff;padding-left:1.5rem;padding-right:1.5rem}.app__why-us-wrapper .app__why-us-content{display:flex;flex-wrap:wrap;justify-content:space-around}@media(max-width:800px){.app__why-us-wrapper .app__why-us-content{flex-direction:column}}.app__why-us-wrapper .app__why-us-content .app__why-us-item{display:flex;align-items:flex-start;width:45%;margin-bottom:1.5rem;padding:1rem;text-align:left}@media(max-width:800px){.app__why-us-wrapper .app__why-us-content .app__why-us-item{width:auto}}.app__why-us-wrapper .app__why-us-content .app__why-us-item .icon-container{margin-right:1rem;display:flex;align-items:center;justify-content:center}.app__why-us-wrapper .app__why-us-content .app__why-us-item .icon-container .app__why-us-icon{font-size:2.7rem;color:#06bbcc}.app__why-us-wrapper .app__why-us-content .app__why-us-item .content-container h4{font-size:1.5rem;margin-bottom:1rem}.app__why-us-wrapper .app__why-us-content .app__why-us-item .content-container p{font-size:1rem;line-height:1.5;color:#333}