.page-resources-ji88bet-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  color: #F5F5F5; /* Light text for dark backgrounds */
  background-color: #0A2342; /* Main dark blue background */
}

.page-resources-ji88bet-sports-betting-guide .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-ji88bet-sports-betting-guide .bg-light {
  background-color: #1A3A5E; /* Slightly lighter dark blue for contrast */
  color: #F5F5F5;
}

.page-resources-ji88bet-sports-betting-guide .bg-dark {
  background-color: #0A2342;
  color: #F5F5F5;
}

.page-resources-ji88bet-sports-betting-guide section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-ji88bet-sports-betting-guide section h1,
.page-resources-ji88bet-sports-betting-guide section h2 {
  color: #E0B400; /* Accent gold for main titles */
  font-size: 3em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-ji88bet-sports-betting-guide section h2 {
  font-size: 2.5em;
  margin-bottom: 40px;
}

.page-resources-ji88bet-sports-betting-guide section h3 {
  color: #E0B400; /* Accent gold for sub-titles */
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-resources-ji88bet-sports-betting-guide section p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #E0E0E0;
}

/* Hero Section */
.page-resources-ji88bet-sports-betting-guide .hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #1A3A5E 100%); /* Gradient dark blue */
  padding: 120px 0;
  color: #F5F5F5;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-ji88bet-sports-betting-guide .hero-section h1 {
  font-size: 4.5em;
  margin-bottom: 20px;
  color: #E0B400; /* Gold for hero title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-ji88bet-sports-betting-guide .hero-section p {
  font-size: 1.4em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #E0E0E0;
}

.page-resources-ji88bet-sports-betting-guide .hero-actions .btn {
  margin: 0 15px;
}

/* Buttons */
.page-resources-ji88bet-sports-betting-guide .btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-resources-ji88bet-sports-betting-guide .btn-primary {
  background-color: #E0B400; /* Gold button */
  color: #0A2342;
}

.page-resources-ji88bet-sports-betting-guide .btn-primary:hover {
  background-color: #FFD700; /* Lighter gold on hover */
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-resources-ji88bet-sports-betting-guide .btn-secondary {
  background-color: #0A2342; /* Dark blue button */
  color: #E0B400;
  border: 2px solid #E0B400;
}

.page-resources-ji88bet-sports-betting-guide .btn-secondary:hover {
  background-color: #1A3A5E; /* Slightly lighter dark blue on hover */
  color: #FFD700;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-resources-ji88bet-sports-betting-guide .btn-link {
  color: #E0B400;
  text-decoration: underline;
  background: none;
  padding: 0;
  font-size: 1em;
}

.page-resources-ji88bet-sports-betting-guide .btn-link:hover {
  color: #FFD700;
}

.page-resources-ji88bet-sports-betting-guide .btn-outline {
  background-color: transparent;
  color: #E0B400;
  border: 2px solid #E0B400;
}

.page-resources-ji88bet-sports-betting-guide .btn-outline:hover {
  background-color: #E0B400;
  color: #0A2342;
}

.page-resources-ji88bet-sports-betting-guide .btn-lg {
  padding: 15px 40px;
  font-size: 1.2em;
}

/* Content Wrapper with Image */
.page-resources-ji88bet-sports-betting-guide .content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  margin-bottom: 60px;
}

.page-resources-ji88bet-sports-betting-guide .content-wrapper.reverse {
  flex-direction: row-reverse;
}

.page-resources-ji88bet-sports-betting-guide .text-content {
  flex: 1;
}

.page-resources-ji88bet-sports-betting-guide .image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-ji88bet-sports-betting-guide .img-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

/* Guide Section */
.page-resources-ji88bet-sports-betting-guide .grid-3-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-ji88bet-sports-betting-guide .guide-step {
  background-color: #0A2342; /* Dark blue background for steps */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-ji88bet-sports-betting-guide .guide-step:hover {
  transform: translateY(-5px);
}

.page-resources-ji88bet-sports-betting-guide .guide-step h3 {
  color: #E0B400;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-resources-ji88bet-sports-betting-guide .guide-step p {
  color: #E0E0E0;
  margin-bottom: 20px;
}

/* Advanced Strategies Section */
.page-resources-ji88bet-sports-betting-guide .strategy-item {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 50px;
  gap: 25px;
  background-color: #1A3A5E;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-ji88bet-sports-betting-guide .strategy-item h3 {
  color: #E0B400;
  margin-top: 0;
  font-size: 1.6em;
}

.page-resources-ji88bet-sports-betting-guide .strategy-item p {
  color: #E0E0E0;
}

.page-resources-ji88bet-sports-betting-guide .strategy-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  background-color: #E0B400;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Tips Section */
.page-resources-ji88bet-sports-betting-guide .grid-2-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-ji88bet-sports-betting-guide .tip-item {
  background-color: #0A2342;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.page-resources-ji88bet-sports-betting-guide .tip-item h3 {
  color: #E0B400;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-resources-ji88bet-sports-betting-guide .tip-item p {
  color: #E0E0E0;
}

/* App Download Section */
.page-resources-ji88bet-sports-betting-guide .app-download-section .btn {
  margin-right: 15px;
  margin-top: 20px;
}

/* Responsible Gambling Section */
.page-resources-ji88bet-sports-betting-guide .responsible-gambling-section p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ji88bet-sports-betting-guide .responsible-gambling-section .btn {
  margin-top: 30px;
}

/* FAQ Section */
.page-resources-ji88bet-sports-betting-guide .faq-item {
  background-color: #0A2342;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-ji88bet-sports-betting-guide .faq-item h3 {
  color: #E0B400;
  font-size: 1.3em;
  cursor: pointer;
  margin-bottom: 10px;
}

.page-resources-ji88bet-sports-betting-guide .faq-item p {
  color: #E0E0E0;
  display: none; /* Hidden by default, toggled by JS */
  margin-top: 10px;
}

.page-resources-ji88bet-sports-betting-guide .faq-item.active p {
  display: block;
}

/* Call to Action Section */
.page-resources-ji88bet-sports-betting-guide .call-to-action-section {
  background: linear-gradient(135deg, #E0B400 0%, #FFD700 100%); /* Gold gradient */
  color: #0A2342; /* Dark text for light background */
  padding: 100px 0;
}

.page-resources-ji88bet-sports-betting-guide .call-to-action-section h2 {
  color: #0A2342;
}

.page-resources-ji88bet-sports-betting-guide .call-to-action-section p {
  color: #333;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-ji88bet-sports-betting-guide .call-to-action-section .btn-primary {
  background-color: #0A2342;
  color: #E0B400;
  border: 2px solid #0A2342;
}

.page-resources-ji88bet-sports-betting-guide .call-to-action-section .btn-primary:hover {
  background-color: #1A3A5E;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-ji88bet-sports-betting-guide .hero-section h1 {
    font-size: 3.5em;
  }

  .page-resources-ji88bet-sports-betting-guide section h2 {
    font-size: 2em;
  }

  .page-resources-ji88bet-sports-betting-guide .content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-ji88bet-sports-betting-guide .content-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .page-resources-ji88bet-sports-betting-guide .strategy-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .page-resources-ji88bet-sports-betting-guide .strategy-icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-ji88bet-sports-betting-guide section {
    padding: 60px 0;
  }

  .page-resources-ji88bet-sports-betting-guide .hero-section {
    padding: 80px 0;
  }

  .page-resources-ji88bet-sports-betting-guide .hero-section h1 {
    font-size: 2.8em;
  }

  .page-resources-ji88bet-sports-betting-guide .hero-section p {
    font-size: 1.2em;
  }

  .page-resources-ji88bet-sports-betting-guide .btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-ji88bet-sports-betting-guide .btn-lg {
    padding: 12px 30px;
    font-size: 1.1em;
  }

  .page-resources-ji88bet-sports-betting-guide .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-ji88bet-sports-betting-guide .hero-actions .btn {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-ji88bet-sports-betting-guide .hero-section h1 {
    font-size: 2.2em;
  }

  .page-resources-ji88bet-sports-betting-guide section h2 {
    font-size: 1.8em;
  }

  .page-resources-ji88bet-sports-betting-guide section h3 {
    font-size: 1.4em;
  }

  .page-resources-ji88bet-sports-betting-guide .grid-3-cols, .page-resources-ji88bet-sports-betting-guide .grid-2-cols {
    grid-template-columns: 1fr;
  }
}