/* style/resources-gbet777-game-strategies.css */

/* Base styles for the page content, ensuring it doesn't get covered by fixed header */
.page-resources-gbet777-game-strategies {
  padding-top: var(--header-offset, 120px); /* Ensures content starts below the fixed header */
  background-color: #FFFFFF; /* Light background as per body background color */
  color: #333333; /* Dark text for contrast on light background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-gbet777-game-strategies__content-wrapper {
  max-width: 800px; /* Optimal reading width for long articles */
  margin: 0 auto;
  padding: 20px;
}

.page-resources-gbet777-game-strategies__section-title {
  font-size: 2.5em;
  color: #000000; /* Main color for important titles */
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.page-resources-gbet777-game-strategies__paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
  text-align: justify;
}

.page-resources-gbet777-game-strategies__link {
  color: #FCBC45; /* Accent color for links */
  text-decoration: none;
  font-weight: bold;
}

.page-resources-gbet777-game-strategies__link:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-resources-gbet777-game-strategies__hero-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #FFFFFF; /* White text on hero image */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px; /* Minimum height for hero */
}

.page-resources-gbet777-game-strategies__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-gbet777-game-strategies__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-resources-gbet777-game-strategies__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-gbet777-game-strategies__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
}

.page-resources-gbet777-game-strategies__hero-cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color for CTA */
  color: #000000; /* Dark text for contrast */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-gbet777-game-strategies__hero-cta-button:hover {
  background-color: #e0a53b;
}

/* Introduction Section */
.page-resources-gbet777-game-strategies__introduction-section {
  padding: 60px 0;
}

/* General Strategies Grid */
.page-resources-gbet777-game-strategies__general-strategies-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.page-resources-gbet777-game-strategies__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-gbet777-game-strategies__strategy-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-gbet777-game-strategies__strategy-card-image {
  width: 100%;
  max-width: 400px; /* Ensure image is not too wide */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
  object-fit: cover;
}

.page-resources-gbet777-game-strategies__strategy-card-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-gbet777-game-strategies__strategy-card-description {
  font-size: 1em;
  color: #555555;
  text-align: justify;
}

/* Game Specific Strategies */
.page-resources-gbet777-game-strategies__game-specific-strategies-section {
  padding: 60px 0;
}

.page-resources-gbet777-game-strategies__game-strategy-card {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.page-resources-gbet777-game-strategies__game-strategy-card:nth-child(even) {
  flex-direction: row-reverse; /* Alternate image and text */
}

.page-resources-gbet777-game-strategies__game-strategy-card-image {
  flex: 0 0 45%; /* Image takes 45% width */
  max-width: 400px; /* Consistent image width */
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  margin: 0 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-gbet777-game-strategies__game-strategy-card-content {
  flex: 1;
  padding: 0 20px;
}

.page-resources-gbet777-game-strategies__game-strategy-card-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-gbet777-game-strategies__game-strategy-card-description {
  font-size: 1.1em;
  color: #555555;
  text-align: justify;
}

/* Advanced Tips Section */
.page-resources-gbet777-game-strategies__advanced-tips-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.page-resources-gbet777-game-strategies__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-gbet777-game-strategies__tips-item {
  background-color: #FFFFFF;
  border-left: 5px solid #FCBC45; /* Accent color for list items */
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-gbet777-game-strategies__tips-item-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-gbet777-game-strategies__tips-item-description {
  font-size: 1em;
  color: #555555;
}

/* CTA Section */
.page-resources-gbet777-game-strategies__cta-section {
  padding: 80px 0;
  background-color: #000000; /* Dark background for CTA */
  color: #FFFFFF;
  text-align: center;
}

.page-resources-gbet777-game-strategies__cta-wrapper {
  max-width: 1000px; /* Wider for CTA */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page-resources-gbet777-game-strategies__cta-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-gbet777-game-strategies__cta-content {
  text-align: center;
}

.page-resources-gbet777-game-strategies__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-gbet777-game-strategies__cta-description {
  font-size: 1.3em;
  margin-bottom: 30px;
}

.page-resources-gbet777-game-strategies__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-gbet777-game-strategies__cta-button--register {
  background-color: #FCBC45; /* Register button color */
  color: #000000; /* Dark text for contrast */
}

.page-resources-gbet777-game-strategies__cta-button--register:hover {
  background-color: #e0a53b;
}

.page-resources-gbet777-game-strategies__cta-button--login {
  background-color: #000000; /* Login button color */
  color: #FFFFFF;
  border: 2px solid #FCBC45;
}

.page-resources-gbet777-game-strategies__cta-button--login:hover {
  background-color: #FCBC45;
  color: #000000;
}

/* Back to Resources Link */
.page-resources-gbet777-game-strategies__back-to-resources-section {
  padding: 40px 0;
  text-align: center;
}

.page-resources-gbet777-game-strategies__back-link {
  font-size: 1.2em;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-gbet777-game-strategies__back-link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-gbet777-game-strategies__hero-title {
    font-size: 3em;
  }
  .page-resources-gbet777-game-strategies__hero-description {
    font-size: 1.2em;
  }
  .page-resources-gbet777-game-strategies__section-title {
    font-size: 2em;
  }
  .page-resources-gbet777-game-strategies__game-strategy-card-image {
    flex: 0 0 40%;
  }
}

@media (max-width: 768px) {
  .page-resources-gbet777-game-strategies__hero-title {
    font-size: 2.5em;
  }
  .page-resources-gbet777-game-strategies__hero-description {
    font-size: 1em;
  }
  .page-resources-gbet777-game-strategies__section-title {
    font-size: 1.8em;
  }
  .page-resources-gbet777-game-strategies__game-strategy-card {
    flex-direction: column; /* Stack image and text */
    text-align: center;
  }
  .page-resources-gbet777-game-strategies__game-strategy-card:nth-child(even) {
    flex-direction: column; /* Keep stacking */
  }
  .page-resources-gbet777-game-strategies__game-strategy-card-image {
    margin: 0 auto 20px auto; /* Center image */
    max-width: 100%;
    width: 100%; /* Ensure mobile images scale */
    height: auto;
  }
  .page-resources-gbet777-game-strategies__game-strategy-card-content {
    padding: 0;
  }
  .page-resources-gbet777-game-strategies__strategy-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-gbet777-game-strategies__strategy-card-image {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .page-resources-gbet777-game-strategies__cta-title {
    font-size: 2em;
  }
  .page-resources-gbet777-game-strategies__cta-description {
    font-size: 1.1em;
  }
  .page-resources-gbet777-game-strategies__cta-button {
    margin: 10px 0;
    width: 100%;
  }
  .page-resources-gbet777-game-strategies__cta-wrapper {
    padding: 20px;
  }

  /* IMPORTANT: Mobile content area images must not cause horizontal scroll */
  .page-resources-gbet777-game-strategies img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-gbet777-game-strategies__hero-title {
    font-size: 2em;
  }
  .page-resources-gbet777-game-strategies__hero-description {
    font-size: 0.9em;
  }
  .page-resources-gbet777-game-strategies__hero-cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-resources-gbet777-game-strategies__section-title {
    font-size: 1.5em;
  }
  .page-resources-gbet777-game-strategies__strategy-card-title {
    font-size: 1.4em;
  }
  .page-resources-gbet777-game-strategies__game-strategy-card-title {
    font-size: 1.6em;
  }
  .page-resources-gbet777-game-strategies__tips-item-title {
    font-size: 1.3em;
  }
}