.h-content-cards {
  display: none; 
}

.testimonials-section {
  padding: 60px 0;
  position: relative;
}
.testimonial-slider {
  position: relative; 
}

.testimonials-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
  margin: 0 auto 26px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
  margin-bottom: 40px;
}
}

.testimonial-slider {
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  transition: box-shadow 0.3s;
  
    position: relative;
    display: block;
    overflow: hidden;
    width: 800px;
    max-width: 100%;
    height: 100%;
    padding: 30px 20px 50px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 7px 12px rgba(81, 169, 225, .2), 0 6px 22px rgba(81, 169, 225, .12), 0 14px 20px rgba(81, 169, 225, .14);

}
.testimonial-item::after {
    position: absolute;
    right: -12px;
    bottom: -20px;
    width: 115px;
    height: 96px;
    background-image: url('https://22604233.fs1.hubspotusercontent-na1.net/hubfs/22604233/reviews-after.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
} 

.testimonial-item:hover {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
  padding: 20px;
}

.testimonial-content p {
  font-size: 18px;
  color: #666;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-author {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

.testimonial-role {
  font-size: 16px;
  color: #999;
}

/* Swiper Arrows */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next::before, .swiper-button-prev::before {
  content: ''; /* remove default Swiper content */
}



/* Swiper Pagination */
.swiper-pagination {
  position: absolute;
  text-align: center;
  bottom: 20px;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #007bff;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  
}