.page-responsible-gambling-get-help {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-responsible-gambling-get-help__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-responsible-gambling-get-help__hero {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue for better contrast */
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gambling-get-help__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-get-help__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-responsible-gambling-get-help__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-get-help__section {
  padding: 60px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-responsible-gambling-get-help__section--light {
  background-color: #f8f9fa;
}

.page-responsible-gambling-get-help__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-responsible-gambling-get-help__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-responsible-gambling-get-help__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #555;
}

.page-responsible-gambling-get-help__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-responsible-gambling-get-help__btn--primary {
  background-color: #ffc107;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-get-help__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-responsible-gambling-get-help__btn--secondary {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
  margin-left: 15px;
}

.page-responsible-gambling-get-help__btn--secondary:hover {
  background-color: #007bff;
  color: #fff;
  transform: translateY(-2px);
}

.page-responsible-gambling-get-help__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-responsible-gambling-get-help__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-responsible-gambling-get-help__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-responsible-gambling-get-help__feature-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-responsible-gambling-get-help__feature-description {
  color: #666;
}

.page-responsible-gambling-get-help__grid-2-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .page-responsible-gambling-get-help__grid-2-col {
    grid-template-columns: 1fr 1fr;
  }
}

.page-responsible-gambling-get-help__image-wrapper {
  text-align: center;
}

.page-responsible-gambling-get-help__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-get-help__image--center {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 80%;
}

.page-responsible-gambling-get-help__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-responsible-gambling-get-help__list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
  display: flex;
  align-items: flex-start;
}

.page-responsible-gambling-get-help__list-icon {
  color: #007bff;
  font-size: 1.2em;
  margin-right: 10px;
  min-width: 25px;
  text-align: center;
}

.page-responsible-gambling-get-help__contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-responsible-gambling-get-help__contact-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #007bff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-responsible-gambling-get-help__contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-responsible-gambling-get-help__contact-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-responsible-gambling-get-help__contact-info {
  font-size: 1em;
  color: #666;
  margin-bottom: 10px;
}

.page-responsible-gambling-get-help__contact-detail {
  font-size: 1.05em;
  color: #333;
  margin-bottom: 8px;
}

.page-responsible-gambling-get-help__link {
  color: #007bff;
  text-decoration: none;
}

.page-responsible-gambling-get-help__link:hover {
  text-decoration: underline;
}

.page-responsible-gambling-get-help__faq-container {
  margin-top: 40px;
}

.page-responsible-gambling-get-help__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-responsible-gambling-get-help__faq-question {
  font-size: 1.3em;
  color: #333;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  background-color: #e9f5ff; /* Light blue background for questions */
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-responsible-gambling-get-help__faq-question:hover {
  background-color: #d0e8ff;
}

.page-responsible-gambling-get-help__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #007bff;
  transition: transform 0.3s ease;
}

.page-responsible-gambling-get-help__faq-item.active .page-responsible-gambling-get-help__faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.page-responsible-gambling-get-help__faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  background-color: #fcfdff;
  color: #555;
}

.page-responsible-gambling-get-help__faq-item.active .page-responsible-gambling-get-help__faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 20px;
}

.page-responsible-gambling-get-help__cta-banner {
  background: linear-gradient(90deg, #007bff, #0056b3);
  color: #fff;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gambling-get-help__cta-content {
  position: relative;
  z-index: 1;
}

.page-responsible-gambling-get-help__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-get-help__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-responsible-gambling-get-help__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-responsible-gambling-get-help__cta-image {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.15;
  max-width: 300px;
  height: auto;
  transform: translateX(20%) translateY(20%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .page-responsible-gambling-get-help__hero-title {
    font-size: 2.5em;
  }
  .page-responsible-gambling-get-help__hero-subtitle {
    font-size: 1.1em;
  }
  .page-responsible-gambling-get-help__section-title {
    font-size: 2em;
  }
  .page-responsible-gambling-get-help__grid-2-col {
    grid-template-columns: 1fr;
  }
  .page-responsible-gambling-get-help__features-grid,
  .page-responsible-gambling-get-help__contact-grid {
    grid-template-columns: 1fr;
  }
  .page-responsible-gambling-get-help__cta-title {
    font-size: 2em;
  }
  .page-responsible-gambling-get-help__cta-text {
    font-size: 1em;
  }
  .page-responsible-gambling-get-help__btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .page-responsible-gambling-get-help__btn--secondary {
    margin-left: 0;
  }
  .page-responsible-gambling-get-help__cta-buttons {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-responsible-gambling-get-help__hero {
    padding: 60px 0;
  }
  .page-responsible-gambling-get-help__hero-title {
    font-size: 2em;
  }
  .page-responsible-gambling-get-help__section-title {
    font-size: 1.8em;
  }
  .page-responsible-gambling-get-help__text-content,
  .page-responsible-gambling-get-help__feature-description,
  .page-responsible-gambling-get-help__list li,
  .page-responsible-gambling-get-help__contact-info,
  .page-responsible-gambling-get-help__contact-detail {
    font-size: 0.95em;
  }
  .page-responsible-gambling-get-help__cta-title {
    font-size: 1.8em;
  }
  .page-responsible-gambling-get-help__cta-text {
    font-size: 0.95em;
  }
}