.trends-remix {
  background: #fff;
  padding: 80px 10%;
  border-bottom: 1px solid #f0f0f0;
}

.trends-content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
}

.trends-title {
  font-size: 4rem;
  font-weight: 700;
  color: #fbbc04;
  /* Google yellow */
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-family: "Youtube Sans ExtraBold";
}

.trends-title .icon {
  font-size: 2.4rem;
  display: inline-block;
}

.trends-subtitle {
  font-size: 1.1rem;
  color: #212121;
  max-width: 700px;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Youtube Sans Bold";
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .trends-remix {
    padding: 40px 4%;
  }

  .trends-title {
    font-size: 2rem;
  }

  .trends-title .icon {
    font-size: 2rem;
  }

  .trends-subtitle {
    font-size: 1rem;
  }
}

.trend-carousel {
  background: #f1f3f4;
  padding: 80px 0;
  padding-left: 3rem;
}

/* Swiper container width */
.trend-swiper {
  width: 100%;
  margin: 0 auto;
}

/* Card style */

/* Pagination Dots */
.swiper-pagination {
  position: static;
  margin-top: 30px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #ffffff;
  opacity: 1;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #212121;
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .trend-carousel {
    background: #f1f3f4;
    padding: 20px;
  }
}
