
.slide-review .swiper-container {
  position: relative;
  padding-bottom: 60px;
}

.slide-review .image-title {
  font-size: 2rem;
}
.content_btns{
  position: relative;
}

/* Arrows container */
.slide-review .content_btns {
  display: flex;
  gap: 12px;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 10;
  justify-content: flex-end;
  margin: 0px 0px 100px;
}

/* Testimonials arrows buttons */
.slide-review .content_btns [class*="g-testimonials-prev-"],
.slide-review .content_btns [class*="g-testimonials-next-"] {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  cursor: pointer;

  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
}

/* Icon inside arrows */
.slide-review .content_btns [class*="g-testimonials-"] i {
  color: var(--primary-color);
  font-size: 18px;
  transition: color 0.25s ease;
}

/* Hover state */
.slide-review .content_btns [class*="g-testimonials-"]:hover {
  border-color: var(--sub-primary-color-light);
}

.slide-review .content_btns [class*="g-testimonials-"]:hover i {
  color: var(--primary-color);
}

/* Disabled state (Swiper) */
.slide-review .content_btns .swiper-button-disabled {
  border: 1px solid gray;
  color: gray;
  opacity: 0.6;
}

.balls {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.balls .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid var(--secondary-color-alt15);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

.balls .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: inset 0 0 0 2px var(--white-color);
}

.content_tistimonial {
  max-width: 385px;
  min-height: 404px;
  background-color: var(--white-color);
  border: 1px solid transparent;
  box-shadow: 0 10px 20px var(--shadow-soft);
  border-radius: 12px;
}

.imag_raduse {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 108px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imag_raduse img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 60px 22px 35px;
  margin-top: 10%;
}

.desc_contant {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: var(--secondary-color-alt0);
  text-align: center;
}

.rating_name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.rating_name .name {
  font-size: 18px;
  font-weight: 700;
  color: var(--black-color);
  text-align: center;
}

.rating_name .job {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color-alt8);
  text-align: center;
}

.stars_rating {
  --percent: calc(var(--rating) / 5 * 100%);
  font-size: 30px;
  line-height: 1;
}

.stars_rating::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    var(--warning-color) var(--percent),
    var(--secondary-color-alt4) var(--percent)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_c_r {
  min-height: 470px;
}

.container_review {
  gap: 24px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .content_tistimonial {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .slide-review .swiper-button-next,
  .slide-review .swiper-button-prev {
    display: none;
  }
}
