.hero-text-content {
  max-width: 800px;
}

#faqAccordion .accordion-item {
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px;
}

#faqAccordion .accordion-button {
  background-color: #f9f9f9;
}
#faqAccordion .accordion-button.collapsed {
  border-radius: 8px !important;
}
#faqAccordion .accordion-button:not(.collapsed) {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.adolescent-faq {
  min-height: 400px;
}
.adolescent-faq .treatmentnj-overlay {
  opacity: 0.5;
}
.bg-blue {
  background-color: #22689e;
}
/* Floating Referral CTA Button */
.floating-referral-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 140px;
  height: 50px;
  font-weight: 600;
  font-size: 14px;
  z-index: 99;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(34, 104, 158, 0.3);
}

.floating-referral-btn:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 6px 16px rgba(34, 104, 158, 0.4);
  text-decoration: none;
  color: white;
}

.floating-referral-btn:focus {
  outline: none;
  box-shadow: 0 6px 16px rgba(34, 104, 158, 0.4);
}

/* Mobile responsiveness */
@media (max-width: 640px) {
  .floating-referral-btn {
    bottom: 1rem;
    right: 1rem;
    width: auto;
    padding: 0.5rem 1rem;
  }

  /* .floating-referral-btn .btn-text {
    display: none;
  } */

  /* .floating-referral-btn i {
    margin-right: 0 !important;
  } */
}
.btn-success {
  background-color: #22b671;
}
