.team-section{width:var(--default-width);margin-left:var(--side-padding);margin-right:var(--side-padding)}.team-items{display:flex;justify-content:space-between}.team-design-one,.team-design-three,.team-design-two{width:33%;display:flex;justify-content:center;align-content:center}.filled-dot-1{height:20px;width:20px;border-radius:50%;background-color:var(--tertiory-color);margin-top:5vh}.filled-dot-2{align-self:flex-end;justify-self:flex-end}.filled-dot-2,.filled-dot-3{height:15px;width:15px;border-radius:50%;background-color:var(--primary-color);margin-top:3vh}.filled-dot-4{height:25px;width:25px;margin-left:-50px}.filled-dot-4,.filled-dot-5{border-radius:50%;background-color:var(--tertiory-color);margin-top:10vh}.filled-dot-5{height:30px;width:30px;margin-left:50px}.team-img-section{width:70%}.team-img-section h2{text-align:center;line-height:1;margin-top:10px}.team-img-section p{text-align:center;line-height:1;font-weight:600;font-size:18px;color:var(--primary-color);margin-top:1vh}.img-area-for-team1{background-color:#d0efed;width:100%;height:var(--team-background-height);border-radius:25vh;margin-top:5vh;display:flex;align-items:end;overflow:hidden;justify-content:center}.img-area-for-team1 img,.img-area-for-team2 img,.img-area-for-team3 img{height:80%}.img-area-for-team2{background-color:#1a22e830;margin-top:20vh}.img-area-for-team2,.img-area-for-team3{width:100%;height:var(--team-background-height);border-radius:25vh;display:flex;align-items:end;overflow:hidden;justify-content:center}.img-area-for-team3{background-color:#e5edd4;margin-top:10vh}@media (max-width:1200px){.img-area-for-team1,.img-area-for-team2,.img-area-for-team3{width:100%;height:50vh}}@media (max-width:768px){.img-area-for-team1,.img-area-for-team2,.img-area-for-team3{width:100%;height:30vh}}.testimonial-card{background-color:var(--grey-color);padding:1.5rem;border-radius:16px;width:48%;border:1px solid #e5e7eb}.testimonial-header{display:flex;align-items:center;gap:12px}.profile-pic{width:78px;height:78px;border-radius:50%;border:1px solid black}.name{font-size:1rem;font-weight:700;color:#111827}.name,.role{margin:0;padding:0}.role{font-size:.775rem;color:#6b7280}.testimonial-text{color:#374151;font-size:.9rem;margin-top:1rem}.divider{margin:1rem 0;border:0;border-top:1px solid #d1d5db}.testimonial-footer{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#6b7280}.stars{display:flex;color:#f59e0b}.star{font-size:1rem}@media (max-width:1000px){.testimonial-card{width:100%}}.testimonial-section{width:var(--default-width);margin-left:var(--side-padding);margin-right:var(--side-padding)}.testimonials-area{display:flex;width:100%;justify-content:space-between}.pagination-buttons{display:flex;width:100%;justify-content:center;margin-top:3vh;gap:10px}.next-btn,.prev-btn{background:var(--vertical-gradient);color:var(--white-color);padding:10px;font-size:32px;border-radius:50%;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.next-btn:hover,.prev-btn:hover{transform:scale(1.05)}.p-testimonial{width:90%}.next-btn.disabled,.prev-btn.disabled{background:transparent;color:var(--primary-color);border:1px solid var(--primary-color);padding:10px;font-size:32px;border-radius:50%}.dott.Active{background-color:var(--secondary-color);box-shadow:var(--all-side-box-shadow)}.dott,.dott.Active{width:10px;height:10px;border-radius:50%}.dott{margin-top:10px;background-color:var(--primary-transparent-color);box-shadow:var(--all-side-box-shadow2)}.heading-testimonial{text-align:center;width:100%;font-size:var(--fontsize-heading)}.heading-testimonial span{text-align:center;width:100%;color:var(--secondary-color)}@media (max-width:768px){.testimonials-area{flex-direction:column;gap:20px}}