/* style/expert-predictions-basketball.css */

.page-expert-predictions-basketball {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F8F8F8; /* Light text on dark background */
  background-color: #0A192F; /* Main dark background */
}

.page-expert-predictions-basketball__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-expert-predictions-basketball__section {
  padding: 60px 0;
}

.page-expert-predictions-basketball__section:nth-of-type(even) {
  background-color: #122a4d; /* Slightly lighter dark background for contrast */
}

.page-expert-predictions-basketball__section-title {
  font-size: 2.8em;
  color: #E0B92B; /* Auxiliary color for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-expert-predictions-basketball__sub-title {
  font-size: 1.8em;
  color: #E0B92B; /* Auxiliary color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-expert-predictions-basketball__mini-title {
  font-size: 1.4em;
  color: #E0B92B; /* Auxiliary color for mini-titles */
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-expert-predictions-basketball p,
.page-expert-predictions-basketball li {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.page-expert-predictions-basketball ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-expert-predictions-basketball__button {
  display: inline-block;
  background-color: #E0B92B; /* Auxiliary color for buttons */
  color: #0A192F; /* Dark text on auxiliary background */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-expert-predictions-basketball__button:hover {
  background-color: #c4a125; /* Slightly darker gold on hover */
  color: #000000;
}

/* Hero Section */
.page-expert-predictions-basketball__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A192F, #122a4d);
  position: relative;
  overflow: hidden;
}

.page-expert-predictions-basketball__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-expert-predictions-basketball__title {
  font-size: 3.5em;
  color: #E0B92B;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-expert-predictions-basketball__subtitle {
  font-size: 1.3em;
  color: #F8F8F8;
  margin-bottom: 40px;
}

.page-expert-predictions-basketball__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: hidden;
}

.page-expert-predictions-basketball__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) brightness(70%);
}

/* Why F88bet Section */
.page-expert-predictions-basketball__why-f88bet {
  background-color: #0A192F;
}

.page-expert-predictions-basketball__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-expert-predictions-basketball__feature-item {
  background-color: #122a4d;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-expert-predictions-basketball__feature-item:hover {
  transform: translateY(-5px);
}

.page-expert-predictions-basketball__feature-title {
  font-size: 1.6em;
  color: #E0B92B;
  margin-bottom: 15px;
}

/* Analysis Factors Section */
.page-expert-predictions-basketball__analysis-factors {
  background-color: #122a4d;
}

.page-expert-predictions-basketball__image-left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.page-expert-predictions-basketball__image-left .page-expert-predictions-basketball__image {
  flex: 1 1 400px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-expert-predictions-basketball__image-left .page-expert-predictions-basketball__text-content {
  flex: 2 1 600px;
}

/* Strategies Section */
.page-expert-predictions-basketball__strategies {
  background-color: #0A192F;
}

.page-expert-predictions-basketball__strategy-item {
  background-color: #122a4d;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-expert-predictions-basketball__strategy-title {
  font-size: 1.5em;
  color: #E0B92B;
  margin-bottom: 10px;
}

.page-expert-predictions-basketball__strategy-image {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
  display: block;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* CTA Register Section */
.page-expert-predictions-basketball__cta-register {
  background-color: #122a4d;
  text-align: center;
}

.page-expert-predictions-basketball__cta-content {
  max-width: 900px;
}

.page-expert-predictions-basketball__cta-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
}

.page-expert-predictions-basketball__cta-feature-item {
  flex: 1 1 280px;
  background-color: #0A192F;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-expert-predictions-basketball__cta-feature-title {
  font-size: 1.4em;
  color: #E0B92B;
  margin-bottom: 10px;
}

.page-expert-predictions-basketball__button--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-expert-predictions-basketball__cta-text {
  margin-top: 30px;
  font-style: italic;
  color: #cccccc;
}

.page-expert-predictions-basketball__platform-image {
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* FAQ Section */
.page-expert-predictions-basketball__faq {
  background-color: #0A192F;
}

.page-expert-predictions-basketball__faq-item {
  background-color: #122a4d;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-expert-predictions-basketball__faq-question {
  font-size: 1.5em;
  color: #E0B92B;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-expert-predictions-basketball__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

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

.page-expert-predictions-basketball__faq-answer {
  display: none;
  padding-top: 10px;
  border-top: 1px solid #334e70;
  margin-top: 15px;
}

.page-expert-predictions-basketball__faq-answer.active {
  display: block;
}

/* Responsible Gaming Promo */
.page-expert-predictions-basketball__responsible-gaming-promo {
  background-color: #122a4d;
  text-align: center;
}

.page-expert-predictions-basketball__responsible-content {
  max-width: 800px;
}

.page-expert-predictions-basketball__responsible-image {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Conclusion Section */
.page-expert-predictions-basketball__conclusion {
  background-color: #0A192F;
  text-align: center;
}

.page-expert-predictions-basketball__conclusion-text {
  font-size: 1.3em;
  font-style: italic;
  max-width: 900px;
  margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-expert-predictions-basketball__hero {
    padding: 60px 20px;
  }
  .page-expert-predictions-basketball__title {
    font-size: 2.8em;
  }
  .page-expert-predictions-basketball__subtitle {
    font-size: 1.1em;
  }
  .page-expert-predictions-basketball__section-title {
    font-size: 2.2em;
  }
  .page-expert-predictions-basketball__image-left {
    flex-direction: column;
    align-items: center;
  }
  .page-expert-predictions-basketball__image-left .page-expert-predictions-basketball__image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-expert-predictions-basketball__hero {
    padding: 40px 15px;
  }
  .page-expert-predictions-basketball__title {
    font-size: 2.2em;
  }
  .page-expert-predictions-basketball__subtitle {
    font-size: 1em;
  }
  .page-expert-predictions-basketball__section-title {
    font-size: 1.8em;
  }
  .page-expert-predictions-basketball p,
  .page-expert-predictions-basketball li {
    font-size: 1em;
  }
  .page-expert-predictions-basketball__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-expert-predictions-basketball__cta-features {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-expert-predictions-basketball__title {
    font-size: 1.8em;
  }
  .page-expert-predictions-basketball__section-title {
    font-size: 1.5em;
  }
  .page-expert-predictions-basketball__sub-title {
    font-size: 1.5em;
  }
  .page-expert-predictions-basketball__mini-title {
    font-size: 1.2em;
  }
  .page-expert-predictions-basketball__button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}