.page-index-why-choose-shbet0 {
  --primary-color: #003366;
  --secondary-color: #FFD700;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --background-light: #f9f9f9;
  --background-dark: #002244;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
}

.page-index-why-choose-shbet0-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-index-why-choose-shbet0-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-index-why-choose-shbet0-section:nth-of-type(even) {
  background-color: var(--background-light);
}

.page-index-why-choose-shbet0 h1,
.page-index-why-choose-shbet0 h2,
.page-index-why-choose-shbet0 h3 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-index-why-choose-shbet0 h1 {
  font-size: 3.2em;
  color: var(--text-color-light);
}

.page-index-why-choose-shbet0 h2 {
  font-size: 2.5em;
}

.page-index-why-choose-shbet0 h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-index-why-choose-shbet0 p {
  margin-bottom: 15px;
  text-align: justify;
}

/* HERO Section */
.page-index-why-choose-shbet0-hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #002244 100%); /* Darker gradient for text visibility */
  overflow: hidden;
}

.page-index-why-choose-shbet0-hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-index-why-choose-shbet0-hero-image {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-shbet0-hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly dim the image for better text contrast */
}

.page-index-why-choose-shbet0-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 90%;
  max-width: 800px;
  color: var(--text-color-light);
}

.page-index-why-choose-shbet0-hero-content h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--text-color-light);
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.page-index-why-choose-shbet0-hero-content p {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: var(--text-color-light);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.page-index-why-choose-shbet0-cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-shbet0-cta-button:hover {
  background: #FFC107; /* Slightly darker gold */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Quick Links */
.page-index-why-choose-shbet0-quick-links h2,
.page-index-why-choose-shbet0-quick-links p {
  text-align: center;
}

.page-index-why-choose-shbet0-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-index-why-choose-shbet0-link-card {
  display: block;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-decoration: none;
  color: var(--text-color-dark);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.page-index-why-choose-shbet0-link-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-why-choose-shbet0-link-card h3 {
  color: var(--primary-color);
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: left;
}

.page-index-why-choose-shbet0-link-card p {
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
}

/* Games Section */
.page-index-why-choose-shbet0-games h2,
.page-index-why-choose-shbet0-games p {
  text-align: center;
}

.page-index-why-choose-shbet0-game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-why-choose-shbet0-game-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-why-choose-shbet0-game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-why-choose-shbet0-game-card h3 {
  color: var(--primary-color);
  font-size: 1.6em;
  margin-bottom: 15px;
  text-align: center;
}

.page-index-why-choose-shbet0-game-card p {
  font-size: 1.05em;
  text-align: justify;
}

/* Promotions Section */
.page-index-why-choose-shbet0-promotions h2,
.page-index-why-choose-shbet0-promotions p {
  text-align: center;
}

.page-index-why-choose-shbet0-promo-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-index-why-choose-shbet0-promo-list li {
  background: #ffffff;
  border-left: 5px solid var(--secondary-color);
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease;
}

.page-index-why-choose-shbet0-promo-list li:hover {
  transform: translateX(5px);
}

.page-index-why-choose-shbet0-promo-list h3 {
  color: var(--primary-color);
  font-size: 1.7em;
  margin-bottom: 10px;
  text-align: left;
}

.page-index-why-choose-shbet0-promo-list p {
  font-size: 1.05em;
  text-align: justify;
}

.page-index-why-choose-shbet0-note {
  font-style: italic;
  color: #666;
  margin-top: 30px;
  text-align: center;
}

/* Security & CS Section */
.page-index-why-choose-shbet0-security-cs h2,
.page-index-why-choose-shbet0-security-cs p {
  text-align: center;
}

.page-index-why-choose-shbet0-features-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.page-index-why-choose-shbet0-features-list li {
  background: var(--primary-color);
  color: var(--text-color-light);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: background-color 0.3s ease;
}

.page-index-why-choose-shbet0-features-list li:hover {
  background-color: #004488;
}

.page-index-why-choose-shbet0-features-list h3 {
  color: var(--secondary-color);
  font-size: 1.7em;
  margin-bottom: 15px;
  text-align: center;
}

.page-index-why-choose-shbet0-features-list p {
  font-size: 1.05em;
  color: var(--text-color-light);
  text-align: center;
}

/* FAQ Section */
.page-index-why-choose-shbet0-faq h2,
.page-index-why-choose-shbet0-faq p {
  text-align: center;
}

.page-index-why-choose-shbet0-faq-items {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  color: var(--primary-color);
  text-align: left;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: var(--background-light);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 25px;
  border-top: 1px solid #e0e0e0;
}

.faq-answer p {
  margin: 0;
  color: var(--text-color-dark);
  text-align: justify;
}

/* Blog Section */
.page-index-why-choose-shbet0-blog h2,
.page-index-why-choose-shbet0-blog p {
  text-align: center;
}

.page-index-why-choose-shbet0-blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-why-choose-shbet0-blog-item {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-why-choose-shbet0-blog-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-why-choose-shbet0-blog-item img {
  width: 100%;
  height: 220px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-index-why-choose-shbet0-blog-item h3 {
  font-size: 1.4em;
  margin: 20px 20px 10px;
  text-align: left;
}

.page-index-why-choose-shbet0-blog-item h3 a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-why-choose-shbet0-blog-item h3 a:hover {
  color: var(--secondary-color);
}

.page-index-why-choose-shbet0-blog-item p {
  font-size: 0.95em;
  color: #555;
  padding: 0 20px;
  margin-bottom: 15px;
  text-align: left;
}

.page-index-why-choose-shbet0-post-date {
  display: block;
  font-size: 0.85em;
  color: #888;
  padding: 0 20px 20px;
  text-align: right;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-why-choose-shbet0-hero-content h1 {
    font-size: 2.8em;
  }
  .page-index-why-choose-shbet0-hero-content p {
    font-size: 1.2em;
  }
  .page-index-why-choose-shbet0-cta-button {
    font-size: 1.3em;
    padding: 15px 35px;
  }
  .page-index-why-choose-shbet0 h2 {
    font-size: 2em;
  }
  .page-index-why-choose-shbet0 h3 {
    font-size: 1.6em;
  }
  .page-index-why-choose-shbet0-link-card h3,
  .page-index-why-choose-shbet0-game-card h3,
  .page-index-why-choose-shbet0-promo-list h3,
  .page-index-why-choose-shbet0-features-list h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-index-why-choose-shbet0-hero-section {
    padding: 60px 15px;
  }
  .page-index-why-choose-shbet0-hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.5); /* Add background for better text readability on smaller screens */
    border-radius: 8px;
  }
  .page-index-why-choose-shbet0-hero-image {
    margin-bottom: 0;
  }
  .page-index-why-choose-shbet0-hero-image img {
    filter: brightness(0.5); /* More dim for mobile text contrast */
  }
  .page-index-why-choose-shbet0-hero-content h1 {
    font-size: 2.2em;
  }
  .page-index-why-choose-shbet0-hero-content p {
    font-size: 1em;
  }
  .page-index-why-choose-shbet0-cta-button {
    font-size: 1.1em;
    padding: 12px 30px;
  }
  .page-index-why-choose-shbet0-section {
    padding: 40px 0;
  }
  .page-index-why-choose-shbet0-container {
    padding: 15px;
  }
  .page-index-why-choose-shbet0 h2 {
    font-size: 1.8em;
  }
  .page-index-why-choose-shbet0 h3 {
    font-size: 1.4em;
  }
  .page-index-why-choose-shbet0-links-grid,
  .page-index-why-choose-shbet0-game-cards-grid,
  .page-index-why-choose-shbet0-features-list,
  .page-index-why-choose-shbet0-blog-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 20px;
  }
  .page-index-why-choose-shbet0-blog-item img {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .page-index-why-choose-shbet0-hero-content h1 {
    font-size: 1.8em;
  }
  .page-index-why-choose-shbet0-hero-content p {
    font-size: 0.9em;
  }
  .page-index-why-choose-shbet0-cta-button {
    font-size: 1em;
    padding: 10px 25px;
  }
  .page-index-why-choose-shbet0 h2 {
    font-size: 1.5em;
  }
  .page-index-why-choose-shbet0 h3 {
    font-size: 1.2em;
  }
  .page-index-why-choose-shbet0-link-card h3,
  .page-index-why-choose-shbet0-game-card h3,
  .page-index-why-choose-shbet0-promo-list h3,
  .page-index-why-choose-shbet0-features-list h3 {
    font-size: 1.2em;
  }
  .faq-question h3 {
    font-size: 1em;
  }
}