/* style/game-categories-live-casino.css */
.page-game-categories-live-casino {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-game-categories-live-casino__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-categories-live-casino__hero-section {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%); /* Deeper blue for better text contrast */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-game-categories-live-casino__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-game-categories-live-casino__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.page-game-categories-live-casino__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-game-categories-live-casino__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFD700; /* Gold for emphasis */
}

.page-game-categories-live-casino__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  font-weight: 300;
}

.page-game-categories-live-casino__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #0056b3; /* Darker blue for contrast */
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
}

.page-game-categories-live-casino__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-3px);
}

.page-game-categories-live-casino__cta-button--small {
  padding: 10px 25px;
  font-size: 1em;
}

.page-game-categories-live-casino__cta-button--large {
  padding: 20px 50px;
  font-size: 1.4em;
}

.page-game-categories-live-casino__section-title {
  font-size: 2.5em;
  color: #007BFF;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-categories-live-casino__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-game-categories-live-casino__introduction,
.page-game-categories-live-casino__real-experience,
.page-game-categories-live-casino__how-to-start,
.page-game-categories-live-casino__tips-strategies,
.page-game-categories-live-casino__faq,
.page-game-categories-live-casino__cta-final {
  padding: 80px 0;
}

.page-game-categories-live-casino__introduction {
  background-color: #fff;
}

.page-game-categories-live-casino__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #444;
}

.page-game-categories-live-casino__popular-games {
  background-color: #f0f8ff;
  padding: 80px 0;
}

.page-game-categories-live-casino__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-categories-live-casino__game-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 30px;
}

.page-game-categories-live-casino__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-game-categories-live-casino__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-game-categories-live-casino__game-title {
  font-size: 1.8em;
  color: #007BFF;
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-game-categories-live-casino__game-description {
  font-size: 1em;
  color: #555;
  padding: 0 20px;
  margin-bottom: 25px;
  text-align: justify;
}

.page-game-categories-live-casino__game-button {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.page-game-categories-live-casino__game-button:hover {
  background-color: #0056b3;
}

.page-game-categories-live-casino__real-experience {
  background-color: #fff;
}

.page-game-categories-live-casino__content-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-game-categories-live-casino__text-block {
  flex: 1;
  min-width: 300px;
}

.page-game-categories-live-casino__image-block {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-game-categories-live-casino__responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-game-categories-live-casino__benefits {
  background-color: #f0f8ff;
}

.page-game-categories-live-casino__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-categories-live-casino__benefit-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-categories-live-casino__benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.page-game-categories-live-casino__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-game-categories-live-casino__benefit-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 10px;
}

.page-game-categories-live-casino__benefit-description {
  font-size: 0.95em;
  color: #666;
}

.page-game-categories-live-casino__how-to-start {
  background-color: #fff;
}

.page-game-categories-live-casino__steps-list {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
  margin-top: 40px;
}

.page-game-categories-live-casino__steps-list li {
  counter-increment: step-counter;
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative;
}

.page-game-categories-live-casino__steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFD700;
  color: #0056b3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-game-categories-live-casino__step-title {
  font-size: 1.6em;
  color: #007BFF;
  margin-bottom: 10px;
}

.page-game-categories-live-casino__step-description {
  color: #555;
  font-size: 1.05em;
}

.page-game-categories-live-casino__tips-strategies {
  background-color: #f0f8ff;
}

.page-game-categories-live-casino__tips-list {
  list-style: disc;
  margin-left: 25px;
  margin-top: 30px;
  color: #444;
}

.page-game-categories-live-casino__tips-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-game-categories-live-casino__tips-list li strong {
  color: #007BFF;
}

.page-game-categories-live-casino__faq {
  background-color: #fff;
}

.page-game-categories-live-casino__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-game-categories-live-casino__faq-question {
  font-size: 1.4em;
  color: #007BFF;
  margin-bottom: 10px;
}

.page-game-categories-live-casino__faq-answer {
  font-size: 1.05em;
  color: #555;
}

.page-game-categories-live-casino__faq-answer a {
  color: #007BFF;
  text-decoration: none;
}

.page-game-categories-live-casino__faq-answer a:hover {
  text-decoration: underline;
}

.page-game-categories-live-casino__cta-final {
  background: linear-gradient(90deg, #007BFF, #4da3ff);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-game-categories-live-casino__cta-final .page-game-categories-live-casino__section-title {
  color: #FFD700;
}

.page-game-categories-live-casino__cta-final .page-game-categories-live-casino__section-title::after {
  background-color: #fff;
}

.page-game-categories-live-casino__cta-final .page-game-categories-live-casino__text-content {
  color: #e0f2ff;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-categories-live-casino__hero-title {
    font-size: 2.5em;
  }

  .page-game-categories-live-casino__hero-subtitle {
    font-size: 1.2em;
  }

  .page-game-categories-live-casino__section-title {
    font-size: 2em;
  }

  .page-game-categories-live-casino__game-grid {
    grid-template-columns: 1fr;
  }

  .page-game-categories-live-casino__content-flex {
    flex-direction: column;
  }

  .page-game-categories-live-casino__steps-list li {
    padding-left: 0;
    text-align: center;
  }

  .page-game-categories-live-casino__steps-list li::before {
    position: static;
    margin: 0 auto 15px auto;
  }
}

@media (max-width: 480px) {
  .page-game-categories-live-casino__hero-title {
    font-size: 2em;
  }

  .page-game-categories-live-casino__hero-subtitle {
    font-size: 1em;
  }

  .page-game-categories-live-casino__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }

  .page-game-categories-live-casino__section-title {
    font-size: 1.8em;
  }

  .page-game-categories-live-casino__text-content {
    font-size: 0.95em;
  }

  .page-game-categories-live-casino__game-title {
    font-size: 1.5em;
  }

  .page-game-categories-live-casino__benefit-title {
    font-size: 1.3em;
  }

  .page-game-categories-live-casino__faq-question {
    font-size: 1.2em;
  }
}