/* style/betting-guide-football-beginner-guide.css */
.page-betting-guide-football-beginner-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #ffffff); /* Use shared background, default to white */
}

.page-betting-guide-football-beginner-guide__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
  box-sizing: border-box;
}

.page-betting-guide-football-beginner-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-betting-guide-football-beginner-guide__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.page-betting-guide-football-beginner-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
}

.page-betting-guide-football-beginner-guide__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-betting-guide-football-beginner-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-betting-guide-football-beginner-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-betting-guide-football-beginner-guide__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-betting-guide-football-beginner-guide__subsection-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-betting-guide-football-beginner-guide__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-betting-guide-football-beginner-guide__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-betting-guide-football-beginner-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

/* Color contrast sections */
.page-betting-guide-football-beginner-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-betting-guide-football-beginner-guide__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-betting-guide-football-beginner-guide__dark-bg .page-betting-guide-football-beginner-guide__section-title,
.page-betting-guide-football-beginner-guide__dark-bg .page-betting-guide-football-beginner-guide__subsection-title {
  color: #ffffff;
}

/* Buttons */
.page-betting-guide-football-beginner-guide__btn-primary,
.page-betting-guide-football-beginner-guide__btn-secondary {
  display: inline-block;
  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-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-betting-guide-football-beginner-guide__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
  margin-right: 15px;
}

.page-betting-guide-football-beginner-guide__btn-primary:hover {
  background-color: #1a7fb4;
  border-color: #1a7fb4;
}

.page-betting-guide-football-beginner-guide__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-betting-guide-football-beginner-guide__btn-secondary:hover {
  background-color: #f0f0f0;
}

.page-betting-guide-football-beginner-guide__cta-buttons {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Images */
.page-betting-guide-football-beginner-guide__image-wrapper {
  text-align: center;
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-betting-guide-football-beginner-guide__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-guide-football-beginner-guide__image-wrapper--large {
  margin-top: 60px;
}

/* FAQ Section */
.page-betting-guide-football-beginner-guide__faq-list {
  margin-top: 30px;
}

.page-betting-guide-football-beginner-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-betting-guide-football-beginner-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.page-betting-guide-football-beginner-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-betting-guide-football-beginner-guide__faq-question::marker {
  display: none;
}

.page-betting-guide-football-beginner-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-betting-guide-football-beginner-guide__faq-item[open] .page-betting-guide-football-beginner-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-betting-guide-football-beginner-guide__faq-answer {
  padding: 15px 20px;
  font-size: 1.05em;
  line-height: 1.7;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-betting-guide-football-beginner-guide__faq-answer p {
  margin-bottom: 0;
}

/* Floating Buttons */
.page-betting-guide-football-beginner-guide__floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-betting-guide-football-beginner-guide__floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 45px;
  border-radius: 25px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
}

.page-betting-guide-football-beginner-guide__floating-btn:hover {
  transform: translateY(-3px);
}

.page-betting-guide-football-beginner-guide__floating-btn--register {
  background-color: #26A9E0;
}

.page-betting-guide-football-beginner-guide__floating-btn--login {
  background-color: #EA7C07;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-betting-guide-football-beginner-guide__main-title {
    font-size: 2.8em;
  }

  .page-betting-guide-football-beginner-guide__hero-description {
    font-size: 1.1em;
  }

  .page-betting-guide-football-beginner-guide__section-title {
    font-size: 2em;
  }

  .page-betting-guide-football-beginner-guide__subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-betting-guide-football-beginner-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-betting-guide-football-beginner-guide__hero-section {
    height: 450px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-betting-guide-football-beginner-guide__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-betting-guide-football-beginner-guide__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-betting-guide-football-beginner-guide__btn-primary,
  .page-betting-guide-football-beginner-guide__btn-secondary {
    padding: 12px 20px;
    font-size: 1em;
    margin-right: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    text-align: center;
  }

  .page-betting-guide-football-beginner-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-betting-guide-football-beginner-guide__container,
  .page-betting-guide-football-beginner-guide__introduction-section,
  .page-betting-guide-football-beginner-guide__concepts-section,
  .page-betting-guide-football-beginner-guide__analysis-section,
  .page-betting-guide-football-beginner-guide__strategy-section,
  .page-betting-guide-football-beginner-guide__mistakes-section,
  .page-betting-guide-football-beginner-guide__faq-section,
  .page-betting-guide-football-beginner-guide__cta-section {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-betting-guide-football-beginner-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-betting-guide-football-beginner-guide__image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-betting-guide-football-beginner-guide__section-title {
    font-size: 1.8em;
  }

  .page-betting-guide-football-beginner-guide__subsection-title {
    font-size: 1.4em;
  }

  .page-betting-guide-football-beginner-guide__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-betting-guide-football-beginner-guide__faq-answer {
    padding: 10px 15px;
  }

  .page-betting-guide-football-beginner-guide__floating-buttons {
    right: 10px;
    bottom: 10px;
    flex-direction: row;
    gap: 8px;
  }

  .page-betting-guide-football-beginner-guide__floating-btn {
    width: 80px;
    height: 40px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-betting-guide-football-beginner-guide__hero-section {
    height: 350px;
  }

  .page-betting-guide-football-beginner-guide__main-title {
    font-size: 1.6em;
  }

  .page-betting-guide-football-beginner-guide__hero-description {
    font-size: 0.9em;
  }

  .page-betting-guide-football-beginner-guide__section-title {
    font-size: 1.6em;
  }

  .page-betting-guide-football-beginner-guide__subsection-title {
    font-size: 1.2em;
  }

  .page-betting-guide-football-beginner-guide__floating-buttons {
    right: 5px;
    bottom: 5px;
  }

  .page-betting-guide-football-beginner-guide__floating-btn {
    width: 70px;
    height: 35px;
    font-size: 0.8em;
  }
}