@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  box-sizing: border-box;
  font-family: "Poppins";
  list-style-type: none;
  /* overflow-x: hidden; */
}

body {
  overflow-x: hidden;
  margin: 0px auto;
  background-color: var(--background-color);
}

.wrapper {
  width: 1300px;
  margin: 0px auto;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}

.header {
  text-align: center;
  margin-bottom: 4rem;
}

/* .testimonial-card {
  background: white;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  transition: all 0.1s;
} */

/* .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
} */

/* .user-image {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
} */

/* .user-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
} */

/* .user-position {
  color: #666;
  font-size: 0.875rem;
} */

/* .review-text {
  color: #4a5568;
  margin-bottom: 1.5rem;
  line-height: 1.5;
} */

/* .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.star-rating {
  display: flex;
  gap: 0.25rem;
}

.star {
  width: 1.25rem;
  height: 1.25rem;
  color: #fbbf24;
} 
.star.empty {
  color: #d1d5db;
}

/* .google-review {
  display: flex;
  align-items: center;
} */

/* .google-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
} */

/* .google-review span {
  color: #666;
  font-size: 0.875rem;
} */

/* Splide Custom Styles */
/* .splide__pagination__page {
  width: 12px !important;
  height: 12px !important;
  background: #ff6b00 !important;
  opacity: 0.3 !important;
  margin: 0 6px !important;
} */

/* .splide__pagination__page.is-active {
  opacity: 1 !important;
  transform: scale(1.2) !important;
} */

/* .splide__arrow {
  background: #ff6b00 !important;
  opacity: 1 !important;
  width: 2.5em !important;
  height: 2.5em !important;
}


.splide__arrow svg {
  fill: #ffffff !important;
  width: 1.2em !important;
  height: 1.2em !important;
} */

/* .testimonial-slider .splide__slide {
  transition: all 0.3s ease;
  padding: 1rem;
} */
/* 
.testimonial-slider .splide__slide.is-active {
  transform: scale(1.1);
  z-index: 1;
} */

/* .testimonial-slider .splide__slide:not(.is-active) {
  transform: scale(0.9);
} */

/* .grad {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 1)
  );
} */

/* .bus-grad {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 111, 0, 0),
    rgba(255, 111, 0, 0.4)
  );
} */
/* @media (max-width: 768px) {
  .testimonial-card {
    padding: 1.5rem;
  }
  .testimonial-slider .splide__slide.is-active {
    transform: scale(0.9);
    z-index: 1;
  }
} */
 

@media (max-width: 1400px) {
  .wrapper {
    width: 90%;
  }
}
