
/* Section & gradient background */
#category-posts-22 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  color: #fff;
  overflow: hidden;
}

/* Floating accent circles */
#category-posts-22::before,
#category-posts-22::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  animation: float 15s infinite ease-in-out;
}
#category-posts-22::before {
  width: 300px; height: 300px;
  background: radial-gradient(circle, #ff6a88, #ff99ac);
  top: -100px; left: -100px;
}
#category-posts-22::after {
  width: 200px; height: 200px;
  background: radial-gradient(circle, #24c6dc, #514a9d);
  bottom: -80px; right: -80px;
  animation-duration: 20s;
}

@keyframes float {
  0%,100% { transform: translateY(0) translateX(0); }
  50%      { transform: translateY(20px) translateX(20px); }
}

/* Container */
#category-posts-22 .container {
  position: relative;
  z-index: 1;
}

/* Header */
#category-posts-22 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#category-posts-22 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
}
#category-posts-22 .section-subtitle {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.85);
}

/* Grid layout */
#category-posts-22 .post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

/* Clickable wrapper */
.post-card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Glass card */
#category-posts-22 .post-card {
  position: relative;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: .75rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  overflow: hidden;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: transform .5s ease, opacity .5s ease, box-shadow .3s ease;
}
#category-posts-22 .post-card.visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}
#category-posts-22 .post-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  border-color: rgba(255,255,255,0.4);
}

/* Thumbnail */
#category-posts-22 .post-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

/* Card body */
#category-posts-22 .card-body {
  padding: 60px 1rem 1rem;
  text-align: center;
}
#category-posts-22 .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-22 .card-meta {
  font-size: .875rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: .75rem;
}
#category-posts-22 .card-meta i {
  margin-right: .25rem;
}

/* Excerpt */
#category-posts-22 .card-excerpt {
  font-size: .95rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1rem;
}

/* Read More */
#category-posts-22 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #fff;
  background: rgba(255,255,255,0.2);
  padding: .5rem 1rem;
  border-radius: .5rem;
  display: inline-flex;
  align-items: center;
  transition: background .3s ease, transform .3s ease;
}
#category-posts-22 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-22 .btn-readmore:hover {
  background: rgba(255,255,255,0.4);
  transform: translateY(-2px);
}
#category-posts-22 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-22 .pagination-wrapper,
#category-posts-22 .load-more-wrapper {
  text-align: center;
  margin-top: 3rem;
}




#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;
  }
}


