.page-casino {
  background-color: #100224;
  color: #F3F8FF;
  min-height: 100vh;
  padding-bottom: 40px;
}

.page-casino__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px 40px;
  background-color: #08162B;
  position: relative;
  overflow: hidden;
}

.page-casino__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
}

.page-casino__hero-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-casino__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1;
}

.page-casino__main-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #F2C14E;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-casino__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #AFC4E8;
  margin-bottom: 30px;
}

.page-casino__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(43, 115, 246, 0.4);
}

.page-casino__cta-button:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  box-shadow: 0 6px 20px rgba(43, 115, 246, 0.6);
  transform: translateY(-2px);
}

.page-casino__cta-button--secondary {
  background: linear-gradient(180deg, #F2C14E 0%, #E0A62A 100%);
  color: #08162B;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-casino__cta-button--secondary:hover {
  background: linear-gradient(180deg, #E0A62A 0%, #F2C14E 100%);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-casino__section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #F2C14E;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
  padding-top: 40px;
}

.page-casino__section-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #AFC4E8;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0 15px;
}

.page-casino__game-categories,
.page-casino__featured-games,
.page-casino__why-choose,
.page-casino__promotions,
.page-casino__faq {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-casino__game-categories {
  background-color: #113B7A;
  border-radius: 12px;
  margin-top: 40px;
}

.page-casino__categories-grid,
.page-casino__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  justify-content: center;
}

.page-casino__category-card,
.page-casino__game-tile {
  background-color: #10233F;
  border: 1px solid #244D84;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #F3F8FF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-casino__category-card:hover,
.page-casino__game-tile:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 25px rgba(43, 115, 246, 0.3);
}

.page-casino__category-card img,
.page-casino__game-tile img {
  width: 100%;
  height: 200px; /* Minimum size requirement */
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #244D84;
}

.page-casino__category-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 15px 0;
  color: #F3F8FF;
}

.page-casino__why-choose {
  background-color: #08162B;
  border-radius: 12px;
  margin-top: 40px;
}

.page-casino__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-casino__feature-item {
  background-color: #10233F;
  border: 1px solid #244D84;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.page-casino__feature-item:hover {
  box-shadow: 0 0 20px rgba(79, 168, 255, 0.4);
}

.page-casino__feature-item img {
  
  
  object-fit: contain;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 8px rgba(79, 168, 255, 0.5));
}

.page-casino__feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-casino__feature-description {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #AFC4E8;
}

.page-casino__promotions {
  background-color: #113B7A;
  border-radius: 12px;
  margin-top: 40px;
  text-align: center;
}

.page-casino__faq {
  padding-bottom: 80px;
}

.page-casino__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-casino__faq-item {
  background-color: #10233F;
  border: 1px solid #244D84;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-casino__faq-question {
  font-size: 1.15rem;
  font-weight: 600;
  color: #F3F8FF;
  padding: 18px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #113B7A;
  transition: background-color 0.3s ease;
}

.page-casino__faq-question::after {
  content: '+';
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.page-casino__faq-question.active {
  background-color: #1D5FD1;
}

.page-casino__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-casino__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-casino__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px 25px;
}

.page-casino__faq-answer p {
  font-size: 1rem;
  line-height: 1.6;
  color: #AFC4E8;
}

/* Responsive Styles */
@media (max-width: 849px) {
  .page-casino__hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-casino__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }
  .page-casino__section-title {
    font-size: clamp(1.4rem, 5vw, 2.2rem);
  }
  .page-casino__hero-image-wrapper img,
  .page-casino__category-card img,
  .page-casino__game-tile img {
    max-width: 100%;
    height: auto;
  }
  .page-casino__category-card img,
  .page-casino__game-tile img {
    min-height: 200px; /* Ensure minimum height for content images */
  }
  .page-casino__categories-grid,
  .page-casino__games-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .page-casino__features-grid {
    grid-template-columns: 1fr;
  }
  .page-casino__game-categories,
  .page-casino__featured-games,
  .page-casino__why-choose,
  .page-casino__promotions,
  .page-casino__faq {
    padding: 40px 15px;
  }
}

@media (max-width: 549px) {
  .page-casino__hero-section {
    padding-bottom: 30px;
  }
  .page-casino__main-title {
    font-size: clamp(1.4rem, 7vw, 2.2rem);
  }
  .page-casino__hero-description {
    font-size: 1rem;
  }
  .page-casino__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }
  .page-casino__section-title {
    font-size: clamp(1.3rem, 6vw, 2rem);
  }
  .page-casino__categories-grid,
  .page-casino__games-grid {
    grid-template-columns: 1fr;
  }
  .page-casino__category-card img,
  .page-casino__game-tile img {
    height: 250px;
  }
  .page-casino__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-casino__faq-answer.active {
    padding: 10px 20px 20px;
  }
  .page-casino__feature-item img {
    
    
  }
}