
.solutionsStep {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.solutionsStepInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.solutionsStepInner span {
    height: 80px;
    width: 80px;
    background: #65259a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-family: "Sansation", sans-serif;
}
.weAreLikeMindedPeople {
    margin-bottom: 80px;
    margin-top: 90px;
}
.weAreLikeMindedPeople h2 {
    font-family: "Lexend";
    font-weight: 300 !important;
    font-size: 50px;
}
.wrapper {
    width: 100%;
}
.carousel {
    max-width: 1400px;
    margin: auto;
    padding: 0 0px;
}

.weAreLikeMindedPeopleDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card {
    text-align: left;
    margin: 20px 0;
    line-height: 250px;
    border-radius: 10px;
    background-color: transparent !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    height: 310px !important;
}
.card-1 {
    border: 1px solid #65259a !important;
    border-radius: 10px;
    background-color: transparent !important;
    height: 100%;
    padding: 30px;
}
.card-1:hover{
    border: 1px solid #FAC759 !important;
    background: #65259a !important;
}
.card-1:hover, .card-1:hover.card-1 h2, .card-1:hover.card-1 p{
    color: white;
}
.card-2:hover{
    border: 1px solid #65259a !important;
    background: #FAC759 !important;
}
.card-2:hover, .card-2:hover.card-2 h2, .card-2:hover.card-2 p{
    color: rgb(0, 0, 0);
}
.card-3:hover{
    border: 1px solid #FAC759 !important;
    background: #65259a !important;
}
.card-3:hover, .card-3:hover.card-3 h2, .card-3:hover.card-3 p{
    color: white;
}
.card-1 h2 {
    font-size: 64px;
    font-family: "Lexend";
    font-weight: 300 !important;
    color: #000000;
}
.card-1 p {
    font-size: 15px;
    font-family: "Lexend";
    font-weight: 300 !important;
    color: #000000;
    padding: 0px;
}
.card-2 {
    border: 1px solid #FAC759 !important;
    border-radius: 10px;
    background-color: transparent !important;
    height: 100%;
    padding: 30px;
}
.card-2 h2 {
    font-size: 64px;
    font-family: "Lexend";
    font-weight: 300 !important;
    color: #000000;
}
.card-2 p {
    font-size: 15px;
    font-family: "Lexend";
    font-weight: 300 !important;
    color: #000000;
    padding: 0px;
}
.card-3 {
    height: 100%;
    padding: 30px;
    border:1px solid #65259a;
}
.card-3 h2 {
    font-size: 64px;
    font-family: "Lexend";
    font-weight: 300 !important;
    color: #000000;
}
.card-3 p {
    font-size: 15px;
    font-family: "Lexend";
    font-weight: 300 !important;
    color: #000000;
    padding: 0px;
}
.owl-dots {
    text-align: center;
    margin-top: 40px;
}
.owl-dot {
    height: 15px;
    width: 45px;
    margin: 0 5px;
    outline: none;
    border-radius: 14px;
    border: 2px solid #0072bc !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover {
    background: #0072bc !important;
}

.seekingSolutions {
    margin:0px auto  60px auto;
}
.seekingSolutions h2 {
    font-size: 50px;
    font-family: "Lexend";
    font-weight: 300 !important;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.seekingSolutions .solutionsStep .solutionsStepInner span img {
    width: 80px;
    margin-right: 50px;
    margin-top: -10px;
}
.seekingSolutions .solutionsStep .solutionsStepInner p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-family: "Lexend";
    text-transform: capitalize;
    font-weight: 300 !important;
    margin: 0;
    padding: 0;
}
.seekingSolutionsBtn {
    width: 100%;
    position: relative;
}
.seekingSolutionsBtn p {
    background-color: rgba(255, 255, 255, 0.53);
    padding: 30px;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 50px;
    position: absolute;
    bottom: 70px;
    box-shadow: 0px 4px 23px 4px rgb(0 0 0 / 25%);
}
.seekingSolutionsBtn a {
    background-color: #fac759;
    color: black;
    padding: 10px 50px;
    font-family: "Lexend";
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    transition: transform 0.4s ease, clip-path 0.4s ease; /* Add smooth transition */
    --scale-factor: 1.01; /* Slight zoom in */
}
.seekingSolutionsBtn a:hover {
    color: #65259a;
    transform: scale(var(--scale-factor)); /* Apply slight zoom on hover */
}
.clientssec .clientsslider li img {
    max-width: 160px;
    margin: 15px auto;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
    padding: 10px;
    z-index: 9;
}
/* New Testimonial Slider CSS Start */

.newTestimonialHeading .container h6 {
    font-size: 16px;
    font-family: "Lexend";
    color: #65259a;
    font-weight: 300 !important;
    text-transform: capitalize;
}
.newTestimonialHeading .container h2 {
    font-size: 50px;
    font-family: "Lexend";
    color: #000000;
    font-weight: 800;
    text-transform: capitalize;
}
.newTestimonial {
    background-image: url(../images/testimonialsBackgroundPic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 825px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}
.newTestimonial::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.newTestimonialHeading {
    margin-bottom: 30px;
}
.newTestimonial .owl-carousel {
    max-width: 1600px;
    left: 50%;
    transform: translateX(-50%);
}
.newTestimonial .owl-carousel .item {
    background: rgb(225 224 224 / 33%);
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 10px;
    backdrop-filter: blur(10.6px);
    height: 650px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: -9;
    margin-top: 60px;
}
.newTestimonial .owl-carousel .item .review {
    flex: 1;
    padding: 0 50px;
    margin-top: 10px;
}
.newTestimonial .owl-carousel .item .review p {
    font-family: "Lexend";
    color: white;
    font-size: 20px;
    color: white;
    margin: 0px;
    padding: 0px;
}
.newTestimonial .owl-carousel .item .headerImg {
    position: relative;
    z-index: 9;
    margin-top: -60px;
    padding: 10px 10px 10px 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newTestimonial .owl-carousel .item .headerImg img{
    background-color: #ffffff;
    width: 30%;
    border-radius: 50%;
    margin-top: -60px;
}
.newTestimonial .owl-carousel .item .headerName {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #65259a;
    border-radius: 10px;
}
.newTestimonial .owl-carousel .item .headerName h6{
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: 'Sansation';
}
.newTestimonial .owl-carousel .item .reviewStar {
    display: flex;
    padding-right: 30px;
    padding-bottom: 10px;
    gap: 2%;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid #FAC759;
    border-radius: 10px;
    margin: 15px 30px;
}
.newTestimonial .owl-carousel .item .reviewStar i{
    color: #FAC759;
    text-align: center;
    font-size: 20px;
}
.newTestimonial .owl-carousel .item .details {
    border-top:1px solid #65259a;
    display: flex;
    border-radius: 20px 20px 0px 0px;
    padding: 10px 50px;
    align-items: center;
    justify-content: start;
}
.newTestimonial .owl-carousel .item .details h2 {
    font-family: "Lexend";
    font-size: 20px;
    margin-top: 0px;
    padding: 0px;
    font-weight: 300 !important;
    color: #fff;
}
.newTestimonial .owl-carousel .item .details span {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}
.owl-dots {
    display: none;
}

@media (max-width: 1200px) {
    .card {
        height: 100% !important;
    }
    .card h2 {
        font-size: 50px;
    }

}
@media (max-width: 768px) {
    .testimonial-swiper .swiper-slide {
        transform: scale(0.7);
    }
    .home-banner {
        height: 530px;
    }
    .testimonial-swiper .swiper-slide img {
        max-width: 300px;
        max-height: 300px;
    }

    .testimonial-content h3 {
        font-size: 1.2rem;
    }

    .testimonial-content p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .testimonial-swiper .swiper-slide {
        transform: scale(0.6);
    }

    .testimonial-swiper .swiper-slide img {
        max-width: 200px;
        max-height: 200px;
    }

    .testimonial-content h3 {
        font-size: 1rem;
    }

    .testimonial-content p {
        font-size: 0.8rem;
    }
    .testimonial-swiper {
        overflow: hidden;
        max-width: 400px;
    }
}
