/* style/game-categories-live-casino.css */
.page-game-categories-live-casino {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.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, #0056b3);
  color: #fff;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-game-categories-live-casino__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-game-categories-live-casino__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-game-categories-live-casino__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-game-categories-live-casino__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-game-categories-live-casino__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  overflow: hidden;
}

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

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

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

.page-game-categories-live-casino__why-choose-section,
.page-game-categories-live-casino__popular-games-section,
.page-game-categories-live-casino__how-to-start-section,
.page-game-categories-live-casino__app-download-section,
.page-game-categories-live-casino__faq-section,
.page-game-categories-live-casino__responsible-gambling-section {
  padding: 60px 0;
}

.page-game-categories-live-casino__why-choose-section {
  background-color: #f8f9fa;
}

.page-game-categories-live-casino__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-game-categories-live-casino__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-categories-live-casino__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-game-categories-live-casino__feature-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__feature-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

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

.page-game-categories-live-casino__text-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  display: inline-block;
  margin-top: 15px;
}

.page-game-categories-live-casino__text-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

.page-game-categories-live-casino__game-title {
  font-size: 1.6em;
  color: #007bff;
  margin: 20px 0 10px;
}

.page-game-categories-live-casino__game-description {
  padding: 0 20px;
  color: #555;
  margin-bottom: 20px;
}

.page-game-categories-live-casino__card-button {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.page-game-categories-live-casino__card-button:hover {
  background-color: #e0a800;
}

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

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

.page-game-categories-live-casino__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-game-categories-live-casino__step-number {
  width: 50px;
  height: 50px;
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px;
}

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

.page-game-categories-live-casino__step-description {
  color: #555;
}

.page-game-categories-live-casino__app-download-section {
  background: linear-gradient(90deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
}

.page-game-categories-live-casino__app-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.page-game-categories-live-casino__app-text {
  flex: 1;
}

.page-game-categories-live-casino__app-text .page-game-categories-live-casino__section-title {
  color: #fff;
  text-align: left;
  padding-top: 0;
  margin-bottom: 20px;
}

.page-game-categories-live-casino__app-text .page-game-categories-live-casino__section-title::after {
  left: 0;
  transform: translateX(0);
  background-color: #ffc107;
}

.page-game-categories-live-casino__app-text p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-game-categories-live-casino__app-image-wrapper {
  flex: 0 0 400px;
  text-align: right;
}

.page-game-categories-live-casino__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

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

.page-game-categories-live-casino__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-game-categories-live-casino__faq-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.page-game-categories-live-casino__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: bold;
}

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

.page-game-categories-live-casino__responsible-gambling-section {
  text-align: center;
  padding: 60px 0 80px;
}

.page-game-categories-live-casino__responsible-gambling-section p {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 1.1em;
  color: #444;
}

.page-game-categories-live-casino__responsible-gambling-image {
  max-width: 300px;
  height: auto;
  margin-top: 30px;
  opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-categories-live-casino__hero-title {
    font-size: 2.5em;
  }
  .page-game-categories-live-casino__hero-subtitle {
    font-size: 1.1em;
  }
  .page-game-categories-live-casino__section-title {
    font-size: 2em;
  }
  .page-game-categories-live-casino__app-content {
    flex-direction: column;
    text-align: center;
  }
  .page-game-categories-live-casino__app-text .page-game-categories-live-casino__section-title {
    text-align: center;
  }
  .page-game-categories-live-casino__app-text .page-game-categories-live-casino__section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-game-categories-live-casino__app-image-wrapper {
    flex: none;
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .page-game-categories-live-casino__hero-section {
    padding: 60px 0;
  }
  .page-game-categories-live-casino__hero-title {
    font-size: 2em;
  }
  .page-game-categories-live-casino__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-categories-live-casino__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .page-game-categories-live-casino__feature-grid,
  .page-game-categories-live-casino__game-cards-grid,
  .page-game-categories-live-casino__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-game-categories-live-casino__why-choose-section,
  .page-game-categories-live-casino__popular-games-section,
  .page-game-categories-live-casino__how-to-start-section,
  .page-game-categories-live-casino__app-download-section,
  .page-game-categories-live-casino__faq-section,
  .page-game-categories-live-casino__responsible-gambling-section {
    padding: 40px 0;
  }
  .page-game-categories-live-casino__app-text p {
    font-size: 1em;
  }
}