
#hero-6 {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-6 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-6 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.card-item {
  background: #f8f9fa;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.card-icon {
  font-size: 48px;
  color: #2575fc;
  margin-bottom: 15px;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-description {
  font-size: 16px;
  color: #555;
}



/* === Section Base === */
.post-section {
  padding: 50px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 600;
}
.post-section .section-header p {
  color: #777;
  margin-top: 5px;
}

/* === List & Item === */
.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  transition: background 0.3s;
}
.post-item:last-child {
  border-bottom: none;
}
.post-item:hover {
  background: #f5f5f5;
}
.post-thumb {
  flex: 0 0 120px;
  margin-right: 20px;
}
.post-thumb img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.post-content {
  flex: 1;
}
.post-content h5 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.post-content .meta {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 10px;
}
.post-content .meta i {
  margin-right: 4px;
}
.post-content p {
  font-size: 0.95rem;
  color: #555;
}
.post-content .btn-readmore {
  font-size: 0.9rem;
}

/* === Responsive === */
@media (max-width: 576px) {
  .post-item {
    flex-direction: column;
  }
  .post-thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 30px 0;
}




#about-us-15 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#about-us-15 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-15 .stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
#about-us-15 .stat-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#about-us-15 .stat-card h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #007bff;
}
#about-us-15 .stat-card p {
  font-size: 1rem;
  color: #555;
}
#about-us-15 .impact-description {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}



#why-choose-us-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#why-choose-us-11 .section-header {
  margin-bottom: 3rem;
}
#why-choose-us-11 .section-header h2 {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #343a40;
}
#why-choose-us-11 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#why-choose-us-11 .feature-item-wrapper {
  height: 100%;
}
#why-choose-us-11 .feature-item {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#why-choose-us-11 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#why-choose-us-11 .feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--bs-primary, #0d6efd);
  display: inline-block;
}
#why-choose-us-11 .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #495057;
}
#why-choose-us-11 .feature-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  #why-choose-us-11 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #why-choose-us-11 .section-header {
    margin-bottom: 2rem;
  }
  #why-choose-us-11 .feature-item {
    padding: 1.5rem;
  }
}



#counter-3 {
  position: relative;
  text-align: center;
  color: white;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#counter-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#counter-3 .counter-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}
#counter-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
#counter-3 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
}
#counter-3 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
#counter-3 .counter-item {
  text-align: center;
  width: 200px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
#counter-3 .counter-item:hover {
  transform: translateY(-5px);
}
#counter-3 .counter-item i {
  font-size: 3rem;
  color: #ffd700;
  margin-bottom: 10px;
}
#counter-3 .counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
#counter-3 .counter-title {
  font-size: 1.2rem;
  color: #ddd;
}



#features-11 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-11 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-11 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-11 .feature-item {
  margin-bottom: 20px;
}
#features-11 .feature-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #17a2b8;
  color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#features-11 .feature-header:hover {
  background-color: #138496;
}
#features-11 .feature-icon {
  font-size: 30px;
  margin-right: 10px;
}
#features-11 .feature-title {
  font-size: 20px;
  font-weight: bold;
}
#features-11 .feature-description {
  display: none;
  font-size: 14px;
  color: #6c757d;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 0 0 8px 8px;
}



#cta-banner-8 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #dc3545;
  color: #ffffff;
}
#cta-banner-8 .container {
  position: relative;
  z-index: 2;
  max-width: 850px;
}
#cta-banner-8 .cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#cta-banner-8 .cta-subtitle {
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#cta-banner-8 .countdown-timer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
#cta-banner-8 .timer-block {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.8rem 1rem;
  border-radius: 0.375rem;
  min-width: 75px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#cta-banner-8 .timer-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}
#cta-banner-8 .timer-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
  display: block;
}
#cta-banner-8 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-8 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-8 {
    padding: 4rem 1rem;
  }
  #cta-banner-8 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-8 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-8 .countdown-timer {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  #cta-banner-8 .timer-block {
    min-width: 60px;
    padding: 0.6rem 0.5rem;
  }
  #cta-banner-8 .timer-value {
    font-size: 1.5rem;
  }
  #cta-banner-8 .timer-label {
    font-size: 0.65rem;
  }
  #cta-banner-8 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  #cta-banner-8 .timer-block {
    min-width: 55px;
  }
}



#testimonials-13 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  overflow: hidden;
}
#testimonials-13 .container {
  max-width: 800px;
}
#testimonials-13 .testimonial-card-featured {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 50px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}
#testimonials-13 .testimonial-card-featured::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 6rem;
  color: #e9ecef;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
  line-height: 1;
  opacity: 0.8;
}
#testimonials-13 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-13 .client-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#testimonials-13 .testimonial-quote {
  font-size: 1.25rem;
  font-weight: 400;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: italic;
}
#testimonials-13 .client-info .client-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
}
#testimonials-13 .client-info .client-position {
  font-size: 0.95rem;
  color: #6c757d;
  display: block;
}
#testimonials-13 .rating {
  margin-top: 15px;
  color: #ffc107;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  #testimonials-13 {
    padding: 50px 0;
  }
  #testimonials-13 .testimonial-card-featured {
    padding: 30px 25px;
  }
  #testimonials-13 .testimonial-card-featured::before {
    font-size: 4.5rem;
    top: 15px;
    left: 15px;
  }
  #testimonials-13 .client-image img {
    width: 80px;
    height: 80px;
  }
  #testimonials-13 .testimonial-quote {
    font-size: 1.1rem;
  }
}



#call-to-action-20 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.cta-boxed-content {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.cta-boxed-headline {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.cta-boxed-subtext {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  opacity: 0.9;
}
.cta-boxed-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-boxed-button .btn i {
  margin-right: 8px;
}
#call-to-action-20 .btn-warning {
}
@media (max-width: 767.98px) {
  #call-to-action-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 350px;
  }
  .cta-boxed-content {
    padding: 1.5rem;
  }
  .cta-boxed-headline {
    font-size: 1.8rem;
  }
  .cta-boxed-subtext {
    font-size: 1rem;
  }
}



#offers-12 {
  padding: 80px 0;
  background-color: #fafafa;
}
#offers-12 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#offers-12 .game-type-image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-12 .game-type-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#offers-12 .game-type-details-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 2.5rem;
}
#offers-12 .game-type-headline {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
#offers-12 .game-type-offers-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}
#offers-12 .game-type-offers-list li {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  color: #343a40;
  font-size: 1rem;
  line-height: 1.6;
}
#offers-12 .game-type-offers-list li i {
  margin-right: 12px;
  margin-top: 5px;
  color: #0d6efd;
  font-size: 1em;
  width: 20px;
  text-align: center;
}
#offers-12 .btn-game-type-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  align-self: flex-start;
}
@media (max-width: 991.98px) {
  #offers-12 .game-type-image-col {
    margin-bottom: 2rem;
  }
  #offers-12 .game-type-details-col {
    padding-left: 0;
    text-align: center;
  }
  #offers-12 .game-type-offers-list {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #offers-12 .btn-game-type-cta {
    align-self: center;
  }
}


