
/* Section & animated blobs */
#category-posts-13 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #f0f4ff;
}
#category-posts-13::before,
#category-posts-13::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.7;
  animation: blobMove 20s infinite alternate;
}
#category-posts-13::before {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at 30% 30%, #a18cd1 0%, #fbc2eb 100%);
  top: -100px;
  left: -100px;
}
#category-posts-13::after {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at 70% 70%, #fad0c4 0%, #ffd1ff 100%);
  bottom: -150px;
  right: -150px;
  animation-duration: 25s;
}

@keyframes blobMove {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(50px, -30px) scale(1.1); }
  100% { transform: translate(-20px, 20px) scale(0.9); }
}

/* Container above blobs */
#category-posts-13 .container {
  position: relative;
  z-index: 1;
}

/* Header */
#category-posts-13 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#category-posts-13 .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
}
#category-posts-13 .section-subtitle {
  font-size: 1rem;
  color: #555;
}

/* Grid */
#category-posts-13 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2rem;
}

/* Clickable card */
.card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Card style */
#category-posts-13 .post-card {
  background: #ffffff;
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform .3s ease, box-shadow .3s ease;
}
#category-posts-13 .post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Image */
#category-posts-13 .post-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Card body */
#category-posts-13 .card-body {
  padding: 1rem;
}
#category-posts-13 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-13 .card-excerpt {
  font-size: .95rem;
  color: #666;
  margin-bottom: 1rem;
}

/* Read more badge */
#category-posts-13 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #667eea;
  border: 1px solid #667eea;
  border-radius: .5rem;
  padding: .375rem .75rem;
  display: inline-flex;
  align-items: center;
  transition: background .3s ease, color .3s ease;
}
#category-posts-13 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-13 .btn-readmore:hover {
  background: #667eea;
  color: #fff;
}
#category-posts-13 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-13 .pagination-wrapper,
#category-posts-13 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}




#offers-9 {
  padding: 80px 0;
  background-color: #2c3e50;
  color: #ecf0f1;
}
#offers-9 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #fff;
}
#offers-9 .tournament-info-col {
  padding-right: 2rem;
}
#offers-9 .tournament-title {
  font-weight: 700;
  font-size: 2rem;
  color: #f1c40f;
  margin-bottom: 0.75rem;
}
#offers-9 .prize-pool-info {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}
#offers-9 .prize-pool-info strong {
  opacity: 0.8;
  font-weight: 500;
  margin-right: 5px;
}
#offers-9 .rules-summary {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #bdc3c7;
}
#offers-9 .end-date {
  font-size: 0.9rem;
  color: #95a5a6;
  margin-bottom: 2rem;
  font-style: italic;
}
#offers-9 .end-date strong {
  opacity: 0.8;
  font-style: normal;
  margin-right: 5px;
}
#offers-9 .btn-join-tournament {
  padding: 0.8rem 2rem;
  font-weight: 600;
  background-color: #f1c40f;
  border: none;
  color: #2c3e50;
}
#offers-9 .btn-join-tournament:hover {
  background-color: #f39c12;
}
#offers-9 .leaderboard-col {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 2rem;
}
#offers-9 .leaderboard-title {
  font-weight: 600;
  font-size: 1.3rem;
  color: #ecf0f1;
  margin-bottom: 1.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.8rem;
}
#offers-9 .leaderboard-list {
  list-style: none;
  padding-left: 0;
}
#offers-9 .leaderboard-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}
#offers-9 .leaderboard-list li:nth-child(1) {
  background-color: rgba(241, 196, 15, 0.2);
}
#offers-9 .leaderboard-list li:nth-child(2) {
  background-color: rgba(192, 192, 192, 0.15);
}
#offers-9 .leaderboard-list li:nth-child(3) {
  background-color: rgba(205, 127, 50, 0.15);
}
#offers-9 .player-rank {
  font-weight: 700;
  font-size: 1.1rem;
  width: 30px;
  text-align: center;
  margin-right: 10px;
}
#offers-9 .player-rank i {
  font-size: 0.8em;
  vertical-align: middle;
}
#offers-9 .player-name {
  flex-grow: 1;
  font-weight: 500;
  margin-right: 10px;
}
#offers-9 .player-score {
  font-weight: 600;
  font-size: 0.95rem;
  color: #bdc3c7;
}
#offers-9 .player-score .score-label {
  opacity: 0.7;
  margin-right: 3px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  #offers-9 .tournament-info-col {
    padding-right: 0;
    margin-bottom: 2rem;
    text-align: center;
  }
  #offers-9 .btn-join-tournament {
    margin: 0 auto;
    display: table;
  }
  #offers-9 .leaderboard-col {
    padding: 1.5rem;
  }
}



#testimonials-16 {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}
#testimonials-16 .testimonial-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  z-index: 1;
}
#testimonials-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.5));
  z-index: 2;
}
#testimonials-16 .container {
  position: relative;
  z-index: 3;
  max-width: 850px;
}
#testimonials-16 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#testimonials-16 .section-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
#testimonials-16 .section-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}
#testimonials-16 .carousel-item {
  text-align: center;
  padding: 20px 0;
}
#testimonials-16 .testimonial-slide-content {
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-16 .client-image img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 3px solid rgba(255, 255, 255, 0.7);
}
#testimonials-16 .testimonial-quote {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.7;
}
#testimonials-16 .client-name {
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 4px;
}
#testimonials-16 .client-position {
  font-size: 0.95rem;
  opacity: 0.8;
  display: block;
  margin-bottom: 15px;
}
#testimonials-16 .rating {
  color: #ffc107;
  font-size: 1rem;
}
#testimonials-16 .carousel-indicators button {
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}
#testimonials-16 .carousel-indicators .active {
  background-color: #ffffff;
}
#testimonials-16 .carousel-control-prev,
#testimonials-16 .carousel-control-next {
  z-index: 4;
}
#testimonials-16 .carousel-control-prev-icon,
#testimonials-16 .carousel-control-next-icon {
  /* filter: brightness(0) invert(1); */
}
@media (max-width: 767.98px) {
  #testimonials-16 {
    padding: 70px 0;
  }
  #testimonials-16 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-16 .client-image img {
    width: 90px;
    height: 90px;
  }
  #testimonials-16 .testimonial-quote {
    font-size: 1.15rem;
  }
}


