.page-expert-predictions-basketball {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF; /* Default text color for dark sections */
  background-color: #0A2342; /* Main background color */
  line-height: 1.6;
}

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

.page-expert-predictions-basketball section {
  padding: 60px 0;
  text-align: center;
}

.page-expert-predictions-basketball .section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for titles */
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-expert-predictions-basketball .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-expert-predictions-basketball p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0; /* Lighter white for body text */
}

.page-expert-predictions-basketball h1 {
  font-size: 3.5em;
  color: #FFD700; /* Gold for H1 */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-expert-predictions-basketball h2 {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 25px;
}

.page-expert-predictions-basketball h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-expert-predictions-basketball h4 {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

/* Buttons */
.page-expert-predictions-basketball .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
}

.page-expert-predictions-basketball .primary-btn {
  background-color: #FFD700; /* Gold background */
  color: #0A2342; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-expert-predictions-basketball .primary-btn:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-expert-predictions-basketball .secondary-btn {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-expert-predictions-basketball .secondary-btn:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-2px);
}

/* Hero Section */
.page-expert-predictions-basketball .hero-section {
  position: relative;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0A2342;
}

.page-expert-predictions-basketball .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
}

.page-expert-predictions-basketball .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
}

.page-expert-predictions-basketball .hero-content h1 {
  font-size: 3.8em;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-expert-predictions-basketball .hero-content p {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #F0F0F0;
}

/* Introduction Section */
.page-expert-predictions-basketball .introduction-section {
  background-color: #1A3A5E; /* Slightly lighter dark blue */
  color: #E0E0E0;
}

/* Why New88 Section */
.page-expert-predictions-basketball .why-new88-section {
  background-color: #0A2342;
}

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

.page-expert-predictions-basketball .feature-item {
  background-color: #1A3A5E;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-expert-predictions-basketball .feature-item .feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-expert-predictions-basketball .feature-item h3 {
  color: #FFD700;
  margin-bottom: 10px;
}

.page-expert-predictions-basketball .feature-item p {
  color: #E0E0E0;
}

.page-expert-predictions-basketball .cta-banner {
  background-color: #1A3A5E;
  padding: 40px;
  border-radius: 15px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.page-expert-predictions-basketball .cta-banner p {
  font-size: 1.2em;
  color: #F0F0F0;
  margin-bottom: 0;
}

/* Analysis Factors Section */
.page-expert-predictions-basketball .analysis-factors-section {
  background-color: #1A3A5E;
}

.page-expert-predictions-basketball .factors-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-expert-predictions-basketball .factors-list li {
  background-color: #0A2342;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-expert-predictions-basketball .factors-list li h3 {
  color: #FFD700;
  margin-bottom: 10px;
}

.page-expert-predictions-basketball .factors-list li p {
  color: #E0E0E0;
  font-size: 1em;
}

/* Betting Types Section */
.page-expert-predictions-basketball .betting-types-section {
  background-color: #0A2342;
}

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

.page-expert-predictions-basketball .betting-type-item {
  background-color: #1A3A5E;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-expert-predictions-basketball .betting-type-item h3 {
  color: #FFD700;
  margin-bottom: 10px;
}

.page-expert-predictions-basketball .betting-type-item p {
  color: #E0E0E0;
  font-size: 1em;
}

/* Strategies Section */
.page-expert-predictions-basketball .strategies-section {
  background-color: #1A3A5E;
}

.page-expert-predictions-basketball .strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-expert-predictions-basketball .strategy-list li {
  background-color: #0A2342;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  counter-increment: strategy-counter;
  position: relative;
  padding-left: 70px; /* Space for number */
}

.page-expert-predictions-basketball .strategy-list li::before {
  content: counter(strategy-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFD700;
  color: #0A2342;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-expert-predictions-basketball .strategy-list li h3 {
  color: #FFD700;
  margin-bottom: 10px;
}

.page-expert-predictions-basketball .strategy-list li p {
  color: #E0E0E0;
  font-size: 1em;
}

/* Get Started Section */
.page-expert-predictions-basketball .get-started-section {
  background-color: #0A2342;
}

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

.page-expert-predictions-basketball .step-item {
  background-color: #1A3A5E;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-expert-predictions-basketball .step-item .step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-expert-predictions-basketball .step-item h4 {
  color: #FFD700;
  margin-bottom: 10px;
}

.page-expert-predictions-basketball .step-item p {
  color: #E0E0E0;
  font-size: 1em;
}

.page-expert-predictions-basketball .final-cta {
  margin-top: 80px;
}

/* Responsible Gambling Section */
.page-expert-predictions-basketball .responsible-gambling-section {
  background-color: #1A3A5E;
}

.page-expert-predictions-basketball .responsible-gambling-image {
  width: 120px;
  height: 120px;
  margin-top: 30px;
  object-fit: contain;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-expert-predictions-basketball .hero-content h1 {
    font-size: 3em;
  }
  .page-expert-predictions-basketball .section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-expert-predictions-basketball .hero-content h1 {
    font-size: 2.5em;
  }
  .page-expert-predictions-basketball .hero-content p {
    font-size: 1.1em;
  }
  .page-expert-predictions-basketball .section-title {
    font-size: 1.8em;
  }
  .page-expert-predictions-basketball p {
    font-size: 1em;
  }
  .page-expert-predictions-basketball .btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-expert-predictions-basketball .features-grid, .page-expert-predictions-basketball .betting-grid, .page-expert-predictions-basketball .steps-grid {
    grid-template-columns: 1fr;
  }
  .page-expert-predictions-basketball .strategy-list li::before {
    left: 10px;
  }
  .page-expert-predictions-basketball .strategy-list li {
    padding-left: 60px;
  }
}

@media (max-width: 480px) {
  .page-expert-predictions-basketball .hero-content h1 {
    font-size: 2em;
  }
  .page-expert-predictions-basketball .section-title {
    font-size: 1.5em;
  }
  .page-expert-predictions-basketball .cta-banner {
    padding: 30px 20px;
  }
  .page-expert-predictions-basketball .cta-banner p {
    font-size: 1em;
  }
}