.page-resources-thabet-game-types-overview {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-thabet-game-types-overview__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-thabet-game-types-overview__hero-section {
  background: linear-gradient(135deg, #007BFF, #4da3ff);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-resources-thabet-game-types-overview__hero-content {
  max-width: 800px;
}

.page-resources-thabet-game-types-overview__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFC107; /* Bright gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-thabet-game-types-overview__hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-thabet-game-types-overview__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-thabet-game-types-overview__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-resources-thabet-game-types-overview__btn--primary {
  background-color: #FFC107;
  color: #0056b3; /* Darker blue for contrast */
}

.page-resources-thabet-game-types-overview__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-thabet-game-types-overview__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-thabet-game-types-overview__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-resources-thabet-game-types-overview__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}

.page-resources-thabet-game-types-overview__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-thabet-game-types-overview__content-section {
  padding: 60px 0;
}

.page-resources-thabet-game-types-overview__introduction {
  background-color: #ffffff;
  text-align: center;
}

.page-resources-thabet-game-types-overview__section-title {
  font-size: 2.2em;
  color: #007BFF;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-thabet-game-types-overview__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFC107;
  border-radius: 2px;
}

.page-resources-thabet-game-types-overview__introduction p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 20px auto;
  color: #555;
}

.page-resources-thabet-game-types-overview__btn--learn-more {
  background-color: #007BFF;
  color: #ffffff;
  margin-top: 20px;
}

.page-resources-thabet-game-types-overview__btn--learn-more:hover {
  background-color: #0056b3;
}

.page-resources-thabet-game-types-overview__game-categories {
  background-color: #f0f2f5;
}

.page-resources-thabet-game-types-overview__game-category-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  padding: 30px;
}

.page-resources-thabet-game-types-overview__category-title {
  font-size: 1.8em;
  color: #007BFF;
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 2px solid #FFC107;
  padding-bottom: 10px;
}

.page-resources-thabet-game-types-overview__category-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-resources-thabet-game-types-overview__category-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto 20px auto;
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-thabet-game-types-overview__category-content p {
  font-size: 1.05em;
  color: #444;
}

.page-resources-thabet-game-types-overview__btn--play-now {
  background-color: #FFC107;
  color: #0056b3;
  margin-top: 15px;
}

.page-resources-thabet-game-types-overview__btn--play-now:hover {
  background-color: #e0a800;
}

.page-resources-thabet-game-types-overview__platform-benefits {
  background-color: #ffffff;
}

.page-resources-thabet-game-types-overview__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-thabet-game-types-overview__benefit-item {
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  background-color: #fdfdfd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.page-resources-thabet-game-types-overview__benefit-item:hover {
  transform: translateY(-5px);
}

.page-resources-thabet-game-types-overview__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-resources-thabet-game-types-overview__benefit-item h3 {
  font-size: 1.4em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-resources-thabet-game-types-overview__benefit-item p {
  color: #666;
  font-size: 0.95em;
}

.page-resources-thabet-game-types-overview__cta-section {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #007BFF;
  border-radius: 10px;
  color: #ffffff;
}

.page-resources-thabet-game-types-overview__cta-text {
  font-size: 1.5em;
  margin-bottom: 30px;
  font-weight: bold;
  color: #FFC107; /* Gold for emphasis */
}

.page-resources-thabet-game-types-overview__cta-section .page-resources-thabet-game-types-overview__btn {
  margin: 0 10px;
}

.page-resources-thabet-game-types-overview__responsible-gambling {
  background-color: #f0f2f5;
  text-align: center;
}

.page-resources-thabet-game-types-overview__responsible-gambling p {
  max-width: 900px;
  margin: 0 auto 20px auto;
  font-size: 1.1em;
  color: #555;
}

.page-resources-thabet-game-types-overview__conclusion {
  background-color: #ffffff;
  text-align: center;
}

.page-resources-thabet-game-types-overview__conclusion p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 20px auto;
  color: #555;
}

.page-resources-thabet-game-types-overview__conclusion .page-resources-thabet-game-types-overview__btn {
  margin: 0 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-thabet-game-types-overview__hero-title {
    font-size: 2.2em;
  }

  .page-resources-thabet-game-types-overview__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-thabet-game-types-overview__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-thabet-game-types-overview__btn {
    padding: 12px 25px;
    font-size: 1em;
    width: 80%;
    max-width: 300px;
  }

  .page-resources-thabet-game-types-overview__section-title {
    font-size: 1.8em;
  }

  .page-resources-thabet-game-types-overview__category-title {
    font-size: 1.5em;
  }

  .page-resources-thabet-game-types-overview__category-content {
    flex-direction: column;
  }

  .page-resources-thabet-game-types-overview__benefits-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-thabet-game-types-overview__cta-text {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-thabet-game-types-overview__hero-title {
    font-size: 1.8em;
  }

  .page-resources-thabet-game-types-overview__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-thabet-game-types-overview__btn {
    width: 90%;
  }

  .page-resources-thabet-game-types-overview__section-title {
    font-size: 1.5em;
  }

  .page-resources-thabet-game-types-overview__category-title {
    font-size: 1.3em;
  }

  .page-resources-thabet-game-types-overview__cta-text {
    font-size: 1em;
  }
}