/* style/index-sodo-casino-66-popular-games-preview.css */
.page-index-sodo-casino-66-popular-games-preview {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0;
  background-color: #1a1a1a;
  line-height: 1.6;
}

.page-index-sodo-casino-66-popular-games-preview .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-sodo-casino-66-popular-games-preview h1,
.page-index-sodo-casino-66-popular-games-preview h2,
.page-index-sodo-casino-66-popular-games-preview h3 {
  color: #FFD700;
  text-align: center;
  margin-bottom: 20px;
}

.page-index-sodo-casino-66-popular-games-preview h1 {
  font-size: 2.8em;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-index-sodo-casino-66-popular-games-preview h2 {
  font-size: 2.2em;
  border-bottom: 2px solid #CC0000;
  padding-bottom: 10px;
  margin-top: 40px;
}

.page-index-sodo-casino-66-popular-games-preview h3 {
  font-size: 1.8em;
  color: #FFD700;
}

.page-index-sodo-casino-66-popular-games-preview p {
  margin-bottom: 15px;
  color: #cccccc;
}

.page-index-sodo-casino-66-popular-games-preview .subtitle {
  font-size: 1.2em;
  text-align: center;
  max-width: 800px;
  margin: 20px auto 30px auto;
  color: #e0e0e0;
}

.page-index-sodo-casino-66-popular-games-preview .section-description {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1em;
  color: #b0b0b0;
}

.page-index-sodo-casino-66-popular-games-preview .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
  cursor: pointer;
  border: none;
}

.page-index-sodo-casino-66-popular-games-preview .btn-primary {
  background-color: #CC0000;
  color: #FFFFFF;
}

.page-index-sodo-casino-66-popular-games-preview .btn-primary:hover {
  background-color: #a30000;
  transform: translateY(-2px);
}

.page-index-sodo-casino-66-popular-games-preview .btn-secondary {
  background-color: #FFD700;
  color: #1a1a1a;
}

.page-index-sodo-casino-66-popular-games-preview .btn-secondary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-sodo-casino-66-popular-games-preview .cta-bottom {
  display: block;
  margin: 40px auto 20px auto;
  max-width: 350px;
}

.page-index-sodo-casino-66-popular-games-preview .hero-section {
  position: relative;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #330000 0%, #CC0000 100%);
}

.page-index-sodo-casino-66-popular-games-preview .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.2;
}

.page-index-sodo-casino-66-popular-games-preview .hero-section .container {
  position: relative;
  z-index: 1;
}

.page-index-sodo-casino-66-popular-games-preview section {
  padding: 60px 0;
}

.page-index-sodo-casino-66-popular-games-preview .intro-section {
  background-color: #222222;
}

.page-index-sodo-casino-66-popular-games-preview .why-choose-section {
  background-color: #1a1a1a;
}

.page-index-sodo-casino-66-popular-games-preview .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-sodo-casino-66-popular-games-preview .feature-item {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-sodo-casino-66-popular-games-preview .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-index-sodo-casino-66-popular-games-preview .feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-index-sodo-casino-66-popular-games-preview .feature-item h3 {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-sodo-casino-66-popular-games-preview .feature-item p {
  font-size: 0.95em;
  color: #b0b0b0;
}

.page-index-sodo-casino-66-popular-games-preview .game-categories-section {
  background-color: #222222;
}

.page-index-sodo-casino-66-popular-games-preview .game-category-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  background-color: #2a2a2a;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-index-sodo-casino-66-popular-games-preview .game-category-item:last-child {
  margin-bottom: 0;
}

.page-index-sodo-casino-66-popular-games-preview .game-category-item .game-content {
  flex: 1;
  padding: 40px;
}

.page-index-sodo-casino-66-popular-games-preview .game-category-item .game-image {
  flex: 1;
  min-width: 300px;
}

.page-index-sodo-casino-66-popular-games-preview .game-category-item .img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-index-sodo-casino-66-popular-games-preview .game-category-item.reverse .game-content {
  order: 2;
}

.page-index-sodo-casino-66-popular-games-preview .game-category-item.reverse .game-image {
  order: 1;
}

.page-index-sodo-casino-66-popular-games-preview .game-category-item ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-index-sodo-casino-66-popular-games-preview .game-category-item ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #e0e0e0;
}

.page-index-sodo-casino-66-popular-games-preview .get-started-section {
  background-color: #1a1a1a;
}

.page-index-sodo-casino-66-popular-games-preview .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-sodo-casino-66-popular-games-preview .step-item {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-index-sodo-casino-66-popular-games-preview .step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #CC0000);
}

.page-index-sodo-casino-66-popular-games-preview .step-item h3 {
  font-size: 1.5em;
  color: #CC0000;
  margin-bottom: 10px;
}

.page-index-sodo-casino-66-popular-games-preview .promotions-section {
  background-color: #222222;
}

.page-index-sodo-casino-66-popular-games-preview .promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-sodo-casino-66-popular-games-preview .promo-item {
  background-color: #2a2a2a;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-bottom: 20px;
}

.page-index-sodo-casino-66-popular-games-preview .promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-index-sodo-casino-66-popular-games-preview .promo-item h3 {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-sodo-casino-66-popular-games-preview .promo-item p {
  padding: 0 20px;
  color: #b0b0b0;
}

.page-index-sodo-casino-66-popular-games-preview .responsible-gaming-section {
  background-color: #1a1a1a;
  text-align: center;
}

.page-index-sodo-casino-66-popular-games-preview .responsible-gaming-section ul {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 700px;
  text-align: left;
}

.page-index-sodo-casino-66-popular-games-preview .responsible-gaming-section ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23CC0000"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #e0e0e0;
}

.page-index-sodo-casino-66-popular-games-preview .final-cta-section {
  background-color: #CC0000;
  padding: 80px 0;
  text-align: center;
}

.page-index-sodo-casino-66-popular-games-preview .final-cta-section h2 {
  color: #FFFFFF;
  font-size: 2.5em;
  border-bottom: none;
}

.page-index-sodo-casino-66-popular-games-preview .final-cta-section p {
  color: #f0f0f0;
  font-size: 1.1em;
  max-width: 800px;
  margin: 20px auto 40px auto;
}

.page-index-sodo-casino-66-popular-games-preview .final-cta-section .btn-primary {
  background-color: #FFD700;
  color: #CC0000;
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-index-sodo-casino-66-popular-games-preview .final-cta-section .btn-primary:hover {
  background-color: #e6c200;
  color: #a30000;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-sodo-casino-66-popular-games-preview h1 {
    font-size: 2.2em;
  }
  .page-index-sodo-casino-66-popular-games-preview h2 {
    font-size: 1.8em;
  }
  .page-index-sodo-casino-66-popular-games-preview h3 {
    font-size: 1.5em;
  }
  .page-index-sodo-casino-66-popular-games-preview .game-category-item {
    flex-direction: column;
  }
  .page-index-sodo-casino-66-popular-games-preview .game-category-item.reverse .game-content {
    order: unset;
  }
  .page-index-sodo-casino-66-popular-games-preview .game-category-item.reverse .game-image {
    order: unset;
  }
  .page-index-sodo-casino-66-popular-games-preview .game-category-item .game-content,
  .page-index-sodo-casino-66-popular-games-preview .game-category-item .game-image {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-index-sodo-casino-66-popular-games-preview .hero-section {
    padding: 80px 0;
  }
  .page-index-sodo-casino-66-popular-games-preview h1 {
    font-size: 1.8em;
  }
  .page-index-sodo-casino-66-popular-games-preview h2 {
    font-size: 1.6em;
  }
  .page-index-sodo-casino-66-popular-games-preview .subtitle {
    font-size: 1em;
  }
  .page-index-sodo-casino-66-popular-games-preview .features-grid,
  .page-index-sodo-casino-66-popular-games-preview .steps-grid,
  .page-index-sodo-casino-66-popular-games-preview .promo-grid {
    grid-template-columns: 1fr;
  }
  .page-index-sodo-casino-66-popular-games-preview .game-category-item .game-content {
    padding: 25px;
  }
  .page-index-sodo-casino-66-popular-games-preview .final-cta-section h2 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-index-sodo-casino-66-popular-games-preview h1 {
    font-size: 1.5em;
  }
  .page-index-sodo-casino-66-popular-games-preview h2 {
    font-size: 1.4em;
  }
  .page-index-sodo-casino-66-popular-games-preview .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-index-sodo-casino-66-popular-games-preview .feature-item,
  .page-index-sodo-casino-66-popular-games-preview .step-item,
  .page-index-sodo-casino-66-popular-games-preview .promo-item {
    padding: 20px;
  }
  .page-index-sodo-casino-66-popular-games-preview .final-cta-section h2 {
    font-size: 1.6em;
  }
}