/* ----- Hero section ----- */
.hero-section {
  height: 62.5vh;
  background: 
    url("../assets/images/inpect\ bg.png");
  background-position: left;
  background-size: cover;
  padding-top: 210px !important;
}
.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 800;
}
/* ----- purpose section -----  */

.purpose-section{
    background: white;
}

/* ----- testimonials section -----  */

.testimonials-section{
  margin-bottom: 0 !important;
  padding: 80px 100px;
  min-height: 100vh;
  margin-bottom: 40vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6) , rgba(0, 0, 0, 0.6)) , url('../assets/images/testimonials\ bg\ 2.png');
  background-size: cover;
  background-position: center;
}
.testimonials-section .container{
  margin-top: 70px;
}
.testimonials-section h6{
  font-weight: 800;
  letter-spacing: 2px;
}
.testimonials-section h3{
  font-size: 2rem;
}

.testimonials-section .container {
  margin-top: 70px;
}

.testimonials-section h6 {
  font-weight: 800;
  letter-spacing: 2px;
}

.testimonials-section h3 {
  font-size: 1.5rem;
}

.testimonials-section .swiper{
  width: 100%;
  height: 100%;
}

.testimonials-section .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.testimonials-section .swiper-slide {
  width: fit-content;
}

.testimonials-card {
  padding: 50px ;
  position: relative;
  background: var(--white-color);
  display: flex;
}
.testimonials-icons img{
  width: 80px;
  opacity: 80%;
}
.testimonial-contant{
  padding: 0 20px;
  padding-right: 50px;
}
.profile-img img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -35px; 
  border: 1px solid white;
  border-radius: 50%;
  right: 20px;
}

.top-contant h1 {
  font-size: 1.2rem; 
  line-height: 30px;
  width: 90%;
}

.testimonials-card .left a {
  text-decoration: none;
  color: var(--black-color);
}

.testimonials-section .left a:hover {
  text-decoration: underline;
}

/* ----- footer section -----  */

.footer-section {
  margin-top: 0;
}

@media (min-width: 600px) {
  .testimonials-section {
    padding: 60px 50px;
  }
  
  .testimonials-section h3 {
    font-size: 1.75rem;
  }

  .testimonials-card {
    padding: 40px 10px;
    padding-left: 3rem;
  }

  .profile-img img {
    width: 80px;
    height: 80px;
    top: -40px;
    right: 25px;
  }

  .top-contant h1 {
    font-size: 1.5rem;
    line-height: 35px;
    width: 85%;
  }
}

@media (min-width: 1024px) {
  .testimonials-section {
    padding: 80px 100px;
  }

  .testimonials-section h3 {
    font-size: 2rem;
  }

  .testimonials-card {
    padding: 50px 10px;
    padding-left: 4rem;
  }

  .profile-img img {
    width: 90px;
    height: 90px;
    top: -45px;
    right: 30px;
  }

  .top-contant h1 {
    font-size: 1.75rem;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .patner-img {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
  .hero-section h1 {
  font-size: 2.5rem;
}
}
@media (max-width: 576px) {
  .testimonials-icons {
    display: none;
}
  .patner-img {
    flex: 1 1 50%;
    max-width: 50%;
  }
    .testimonials-card {
    padding: 50px 10px;
  }
}
@media (max-width: 500px) {
    .testimonials-section {
    padding: 80px 0;
  }
  .testimonials-section .patner-heading h3{
    font-size: 1.3rem;
  }
  .bg-testimonial {
  width: 95%;
  padding: 0;
  }
.hero-section h1 {
  font-size: 2rem;
}
}