/* style/index-why-choose-us.css */
.page-index-why-choose-us {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6; /* Light greyish background for readability */
}

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

.page-index-why-choose-us__section-padding {
  padding: 80px 0;
}

.page-index-why-choose-us__text-center {
  text-align: center;
}

.page-index-why-choose-us__highlight {
  color: #FFCC00; /* Accent color for highlights */
}

/* Hero Section */
.page-index-why-choose-us__hero-section {
  background: linear-gradient(135deg, #003366 0%, #004080 100%); /* Dark blue gradient */
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-index-why-choose-us__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff; /* Ensure good contrast */
}

.page-index-why-choose-us__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0; /* Slightly lighter for readability */
}

/* Buttons */
.page-index-why-choose-us__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-index-why-choose-us__btn--primary {
  background-color: #FFCC00; /* Gold accent */
  color: #003366; /* Dark blue text for contrast */
  border: 2px solid #FFCC00;
}

.page-index-why-choose-us__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
}

.page-index-why-choose-us__btn--secondary {
  background-color: #003366; /* Dark blue */
  color: #FFCC00; /* Gold text for contrast */
  border: 2px solid #FFCC00;
}

.page-index-why-choose-us__btn--secondary:hover {
  background-color: #004080;
  border-color: #e6b800;
}

.page-index-why-choose-us__btn--outline {
  background-color: transparent;
  color: #003366; /* Dark blue text */
  border: 2px solid #003366;
}

.page-index-why-choose-us__btn--outline:hover {
  background-color: #003366;
  color: #fff;
}

/* Section Titles */
.page-index-why-choose-us__section-title {
  font-size: 2.8em;
  margin-bottom: 50px;
  text-align: center;
  color: #003366; /* Dark blue for titles */
  font-weight: bold;
}

/* Features Section */
.page-index-why-choose-us__features-section {
  background-color: #fff;
}

.page-index-why-choose-us__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.page-index-why-choose-us__feature-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-why-choose-us__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-why-choose-us__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2)); /* Subtle shadow for icons */
}

.page-index-why-choose-us__feature-title {
  font-size: 1.5em;
  color: #003366; /* Dark blue */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-why-choose-us__feature-text {
  font-size: 1em;
  color: #555;
}

/* CTA Section */
.page-index-why-choose-us__cta-section {
  background: #003366; /* Dark blue background */
  color: #fff;
  padding: 100px 0;
}

.page-index-why-choose-us__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #fff; /* White text for contrast */
}

.page-index-why-choose-us__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0; /* Slightly lighter for readability */
}

.page-index-why-choose-us__cta-small-text {
  font-size: 0.9em;
  margin-top: 30px;
  color: #a0a0a0;
}

/* More Info Section */
.page-index-why-choose-us__more-info-section {
  background-color: #f4f7f6;
}

.page-index-why-choose-us__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-why-choose-us__info-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.page-index-why-choose-us__info-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-why-choose-us__info-text {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 20px;
}

.page-index-why-choose-us__text-link {
  color: #FFCC00; /* Gold accent for links */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-why-choose-us__text-link:hover {
  color: #e6b800;
  text-decoration: underline;
}

/* Responsible Gambling Section */
.page-index-why-choose-us__responsible-gambling {
  background-color: #e6f2ff; /* Light blue background */
}

.page-index-why-choose-us__responsible-description {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #333;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-why-choose-us__hero-title {
    font-size: 2.8em;
  }
  .page-index-why-choose-us__section-title {
    font-size: 2.2em;
  }
  .page-index-why-choose-us__cta-title {
    font-size: 2.5em;
  }
  .page-index-why-choose-us__feature-grid, .page-index-why-choose-us__info-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .page-index-why-choose-us__hero-title {
    font-size: 2.2em;
  }
  .page-index-why-choose-us__hero-description {
    font-size: 1.1em;
  }
  .page-index-why-choose-us__section-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-us__cta-title {
    font-size: 2em;
  }
  .page-index-why-choose-us__feature-grid, .page-index-why-choose-us__info-grid {
    grid-template-columns: 1fr;
  }
  .page-index-why-choose-us__section-padding {
    padding: 60px 0;
  }
  .page-index-why-choose-us__hero-section, .page-index-why-choose-us__cta-section {
    padding: 80px 0;
  }
}

@media (max-width: 480px) {
  .page-index-why-choose-us__hero-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-us__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-why-choose-us__section-title {
    font-size: 1.6em;
  }
  .page-index-why-choose-us__cta-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-us__feature-item, .page-index-why-choose-us__info-item {
    padding: 20px;
  }
}