/* Testimonial-sec-start */
  /* Container */
  .courses-section {
    padding: 130px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .courses-section.testimonial-darkmode {
    background-color: #000;
    padding: 120px 0;
}
.testimonial-darkmode .side-sec-title {
    color: #fff;
}
  /* Header */
  .courses-header {
    margin-bottom: 40px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .courses-section .side-sec-title {
      margin-top: 15px;
      max-width: 595px;
  }
  /* Slider buttons */
  .slider-buttons {
    display: flex;
    gap: 10px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 64px;
    height: 64px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #000;
    transition: 0.3s ease;
  }
  .slider-buttons .swiper-button-prev, .slider-buttons .swiper-button-next {
      position: unset;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    border-color: #000;
  }
  .testimonial-darkmode .swiper-button-prev:hover,
  .testimonial-darkmode .swiper-button-next:hover {
    border-color: #5ADBFF;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 18px;
    color: #ccc;
    transition: 0.3s ease;
  }
  .swiper-button-prev:hover:after,
  .swiper-button-next:hover:after {
    color: #000;
  }
  .testimonial-darkmode .swiper-button-prev:hover:after,
  .testimonial-darkmode .swiper-button-next:hover:after {
    color: #5ADBFF;
  }
  /* Swiper */
  .testimonial-slider {
    max-width: 1540px;
    margin: 0 auto;
    overflow: visible;
  }

  .swiper-slide {
    width: auto;
  }

  /* Testimonial Box */
  .testimonial-box {
    background: #F6F6F7;
    padding: 30px 50px 30px 30px;
    border-radius: 20px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
  .testimonial-slider .swiper-wrapper {
      height: auto;
  }
  .quote-icon {
    width: 65px;
  }

  .testimonial-title {
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0.23px;
    color: #111111;
    margin: 0;
  }

  .testimonial-content {
    margin: 0 0 35px;
  }
  .testimonial-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.16px;
    color: #333333E5;
    margin: 0 ;
  }

  .testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
  }

  .user-img {
      width: 63px;
      height: 63px;
      border-radius: 10px;
      object-fit: cover;
          display: none;
  }

  .user-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28.94px;
    color: #333333;
  }
  .user-name span {
  color:  #33333399;
  }

 .stars {
    display: inline-flex;
    gap: 5px;
    margin-top: 5px;
}
img.star {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
  .sub-title-with-line.dark-color {
      color: #001C55;
  }
  .sub-title-with-line.dark-color::after {
      background: #001C55;
  }
  .courses-section .side-sec-title {
      margin-top: 15px;
      max-width: 595px;
  }
/* 
Testimonial-sec-end */




/* New-style-start */
/* Slider Box */
.swiper.sliderPannell {
    max-width: 1540px;
    margin: 0 auto;
    overflow: visible;
}
.slider-section .slider-box {
  padding: 0 20px;
}
 
/* Swiper Slide */
.slider-section .swiper-slide {
  max-width: 546px;
  width: 100%;
}
 
.slider-section .slider-item-box {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
}
.slider-section .slider-item-box .slider-item-heading {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    z-index: 1;

}
.slider-section .slider-item-heading a {
    
    font-size: 15px;
    font-weight: 500;
    font-family: 'urbanist';
    color: #fff;
display:none; align-items:center; gap:10px;	
}

 .slider-section .slider-item-heading a svg {
   transition: all ease .3s; 
}
 .slider-section .slider-item-heading a:hover svg {
    transform:translateX(7px);
}
/* Slide Text */
.slider-section .slider-item-heading h6 {
    font-size: 28px !important;
    font-weight: 500;
    color: #fff;
    line-height: 34px !important;
    font-family: 'urbanist';
}
.slider-section .slider-item-heading p {
    font-size: 16px !important;
    color: #fff;
    letter-spacing: 0.16px;
    font-weight: 600;
    font-family: 'urbanist';
    line-height: 26px !important;
	display:none;
}

 
/* Slide Image Box */
.slider-section .slider-img-box {
      width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    aspect-ratio: 1 / 0.8;
}
 .slider-img-box:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -1.85%, #000000 93.1%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-section .slider-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all ease 0.3s;
}

.slider-section .slider-img-box:hover img {
  transform:scale(1.04);
}

.courses-section .btn-gp{justify-content:center;}

/* New-style-end */

/* Responsive Style  */

@media (max-width : 1199px){
  .courses-section {
    padding: 60px 0 120px;
}
 .courses-section.testimonial-darkmode {
    padding: 60px 0;
}
.quote-icon {
      width: 40px;
  }
  .swiper-button-prev, .swiper-button-next {
      width: 50px;
      height: 50px;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
      font-size: 14px;
  }
  .courses-header {
      margin-bottom: 50px;
  }
  .testimonial-box {
    padding: 20px;
  }
  .testimonial-title {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonial-content {
      margin: 0 0 10px;
  }
  .testimonial-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .user-name {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width : 767px){
   .courses-section {
    padding: 60px 0;
}
 .swiper-button-prev, .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .swiper-button-prev::after, .swiper-button-next::after {
        font-size: 9px;
    }
	
	.slider-section .slider-img-box{height:400px;}
}

@media(max-width : 575px){
.testimonial-box {
    max-width: unset;
}
.testimonial-slider {
    padding: 0 20px;
}
}

