/* ==========================================
   Font Family
========================================== */
/* ==========================================
   Color Codes
========================================== */
/* ==========================================
   BREAKPOINTS
========================================== */
/* ==========================================
   SPACING
========================================== */
.common-margin {
  margin-block: clamp(60px, 8vw, 140px);
}
.inner-padding {
  padding-block: clamp(40px, 8vw, 80px);
}
.m-40 {
  margin-block: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-80 {
  margin-top: clamp(40px, 5vw, 80px);
}
/* ==========================================
   TYPOGRAPHY
========================================== */
body {
  font-family: "Montserrat", serif;
}
a {
  color: #FFCC53;
  text-decoration: none;
  font-weight: 700;
}
.hero-heading {
  font-size: clamp(32px, 3vw, 52px);
  font-weight: 600;
  line-height: 1.2;
}
.primary-heading {
  font-size: clamp(22px, 2.5vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
.sub-heading {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.3;
}
.sub-heading-lg {
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 600;
  line-height: 1.3;
}
.sub-heading-sm {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.3;
}
.primary-description {
  color: #444937;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}
.primary-description-sm {
  color: #444937;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.5;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gradient-text {
  background: var(--dadd, linear-gradient(90deg, #A0CB3A 0%, #517100 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(32px, 3vw, 52px);
}
/* ==========================================
   Colors
========================================== */
.custom-dark-green {
  color: #517100;
}
.custom-green {
  color: #A0CB3A;
}
.custom-green-light {
  color: #C6F265;
}
.custom-yellow {
  color: #FFCC53;
}
.bg-dark-green {
  background: #2A3216;
}
.custom-white {
  color: rgba(255, 255, 255, 0.8);
}
.custom-divider {
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
}
.primary-color {
  color: #2A3216 !important;
}
.secondary-color {
  color: #444937;
}
.gradient-bg {
  background-image: url('https://addictionology.center/wp-content/uploads/2026/04/bg-gradient.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.gradient-bg .custom-divider {
  background: rgba(42, 50, 22, 0.16);
}
/* ==========================================
  Buttons 
========================================== */
.custom-btn {
  border-radius: 108px;
  background: linear-gradient(90deg, #a0cb3a 0%, #517100 100%);
  display: inline-flex;
  height: 46px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.custom-btn-outline {
  border-radius: 108px;
  background: transparent;
  display: inline-flex;
  height: 46px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid #fff;
}
.custom-btn-outline-green {
  border-radius: 108px;
  background: transparent;
  display: inline-flex;
  height: 46px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid #517100;
}
.custom-btn-outline-black {
  border-radius: 108px;
  background: transparent;
  display: inline-flex;
  height: 46px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid #2A3216;
}
.custom-btn-text {
  color: #517100;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}
.w-lg-auto {
  width: auto;
}
.icon-wrapper {
  top: -1px;
}
.anchor-hover {
  transition: color 0.3s ease;
}
.anchor-hover:hover {
  color: #517100;
}
.custom-btn-text .icon-wrapper img, .custom-btn-text .icon-wrapper svg {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.custom-btn-text:hover .icon-wrapper img, .custom-btn-text:hover .icon-wrapper svg {
  transform: translateX(4px);
  opacity: 0.9;
}
.custom-pagination .pagination-left-arrow-wrapper, .custom-pagination .pagination-right-arrow-wrapper, .custom-pagination .page-numbers {
  border-radius: 4px;
  background: rgba(160, 203, 58, 0.1);
  padding: 4px 10px;
}
.custom-pagination .pagination-item.active .page-numbers {
  background: #A0CB3A;
}
/* ==========================================
  Header
========================================== */
.announcement-bar {
  background: #FFCC53;
  position: relative;
  z-index: 999;
}
.navbar-nav .sub-menu {
  display: none !important;
}
.sub-menu.dropdown-menu {
  display: none !important;
}
.sub-menu.dropdown-menu.show {
  display: block !important;
}
.header-main {
  z-index: 999;
  position: relative;
}
.header-main .navbar-nav {
  gap: clamp(14px, 2vw, 24px);
}
.header-main .navbar {
  gap: 40px;
}
.header-main .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.header-main .navbar .nav-link {
  color: #2A3216;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}
.header-main .navbar .nav-link.active, .header-main .navbar .nav-link.show {
  color: #2A3216;
}
.header-main .navbar .nav-link:focus, .header-main .navbar .nav-link:focus-visible {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.header-main .navbar .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  content: '';
  background-image: url("https://addictionology.center/wp-content/uploads/2026/04/dropdown-toggle.svg");
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  border: 0;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  margin-bottom: 2px;
}
.header-main .navbar .nav-link.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg) !important;
  background-image: url(https://addictionology.center/wp-content/uploads/2026/04/navbar-dropdown-rotate.svg);
}
.dropdown-item:active {
  background: none !important;
  color: #444937;
}
.header-transparent {
  background: transparent;
}
.header-transparent .navbar {
  background: transparent !important;
}
.header-default {
  background: #fff;
}
.header-blog .navbar {
  background: transparent !important;
}
/* On Scroll */
.header-transparent.scrolled .navbar {
  background: #fff;
}
.header-blog.scrolled .navbar {
  background: #A0CB3A;
  /* your green color */
}
/* Optional: add shadow when scrolled */
.header-main.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.header-blog.scrolled {
  background: #2A3216;
  /* your green color */
}
/* ==========================================
  Footer
========================================== */
.footer-section .content-wrapper .primary-description-sm {
  max-width: 440px;
  margin-left: auto;
}
.footer-section .footer-list li {
  margin-bottom: 10px;
}
.footer-section .footer-list .primary-description-sm {
  white-space: nowrap;
}
.footer-section .multi-list {
  column-count: 2;
}
.footer-section .social-icons-footer img {
  width: 43px;
  height: 43px;
}
@media (max-width: 575px) {
  .footer-section .footer-list .primary-description-sm {
    white-space: normal;
  }
  .footer-section .footer-logo {
    max-width: 140px;
  }
}
/* ==========================================
  Homepage
========================================== */
.hero-section-home {
  margin-top: -135px;
}
.hero-section-home .custom-green {
  color: #C6F265 !important;
}
.accreditations-affiliations .image-wrapper {
  border: 1px solid rgba(42, 50, 22, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 136px;
}
.about-us-home .box-wrapper {
  border-radius: 6px;
  border: 1px solid rgba(42, 50, 22, 0.16);
  padding: clamp(24px, 3vw, 40px) clamp(14px, 3vw, 20px);
}
.about-us-home .primary-description p {
  margin-bottom: 0px;
}
.our-services .box-wrapper {
  border-radius: 6px;
  border: 1px solid rgba(42, 50, 22, 0.16);
  padding: clamp(24px, 3vw, 40px) clamp(14px, 3vw, 20px);
  padding: 0px !important;
}
.our-services .box-wrapper-content {
  padding: clamp(24px, 3vw, 40px) clamp(12px, 3vw, 20px);
}
.our-services .primary-description p {
  margin-bottom: 0px;
}
.why-choose .card-wrapper .custom-border {
  border-bottom: 1px solid transparent;
  border-image: repeating-linear-gradient(to right, #2A3216 0, #2A3216 5px, transparent 5px, transparent 10px) 1;
  margin-bottom: 32px;
}
.better-future .content-wrapper .primary-description, .better-future .content-wrapper .sub-heading {
  max-width: 560px;
}
.better-future .floating-content-wrapper {
  background: #FAFCF3;
  width: 325px;
  left: -60px !important;
  bottom: 0px !important;
}
@media (max-width: 1399px) {
  .better-future .content-wrapper .primary-description, .better-future .content-wrapper .sub-heading {
    max-width: 470px;
  }
}
@media (max-width: 1200px) {
  .better-future .floating-content-wrapper {
    left: 0px !important;
  }
}
@media (max-width: 991px) {
  .better-future .content-wrapper .primary-description, .better-future .content-wrapper .sub-heading {
    max-width: 100%;
  }
  .better-future .image-wrapper img {
    display: none;
  }
  .better-future .floating-content-wrapper {
    position: relative !important;
    left: 0px !important;
    width: 100% !important;
  }
}
.telehealth-program .image-marquee-wrapper .custom-image {
  border-radius: 6px;
  border: 3px solid rgba(42, 50, 22, 0.18);
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
.telehealth-program .marquee-wrapper {
  transform: translateY(-50%);
  z-index: -1;
}
.telehealth-program .marquee-wrapper .marquee .marquee-track-ltr {
  display: flex;
  width: max-content;
  animation: scrollLeft 40s linear infinite;
  will-change: transform;
  animation-delay: -5s;
}
.telehealth-program .marquee-wrapper .marquee .marquee-track-rtl {
  display: flex;
  width: max-content;
  animation: scrollRight 40s linear infinite;
  will-change: transform;
}
.telehealth-program .marquee-wrapper .marquee .dot {
  width: 4px;
  height: 4px;
  background: #A0CB3A;
  border-radius: 50%;
  margin: 0px 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .telehealth-program .marquee-wrapper {
    position: relative !important;
    margin-top: 80px;
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ==========================================
  Main Blog
========================================== */
.common-hero {
  z-index: 998;
}
.common-hero .content-wrapper {
  max-width: 100%;
  right: 0 !important;
  left: 0 !important;
  padding-inline: 20px;
}
.common-hero .content-wrapper .hero-heading {
  text-align: center;
}
@media (max-width: 991px) {
  .common-hero .banner-image img {
    height: 50vh;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 575px) {
  .common-hero .hero-heading {
    white-space: nowrap;
  }
}
.main-blog-cards .blog-row {
  --bs-gutter-y: clamp(24px, 3vw, 40px);
}
.main-blog-cards .blog-row .content-wrapper .primary-description {
  margin-bottom: 40px;
}
.main-blog-cards .image-wrapper img {
  height: clamp(220px, 14vw, 260px);
  object-fit: cover;
  border-radius: 6px;
}
.single-blog-hero {
  margin-top: -150px;
  padding-top: 200px;
  padding-bottom: 275px;
}
@media (max-width: 1400px) {
  .single-blog-hero {
    padding-bottom: 255px;
  }
}
@media (max-width: 1200px) {
  .single-blog-hero {
    padding-bottom: 215px;
  }
}
@media (max-width: 991px) {
  .single-blog-hero {
    margin-top: -160px;
    padding-bottom: 160px;
  }
}
.featured-image-single-blog {
  margin-top: -240px;
  z-index: 99;
  position: relative;
}
.featured-image-single-blog img {
  min-height: 280px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .featured-image-single-blog {
    margin-top: -230px !important;
  }
}
@media (max-width: 1200px) {
  .featured-image-single-blog {
    margin-top: -185px !important;
  }
}
@media (max-width: 991px) {
  .featured-image-single-blog {
    margin-top: -145px !important;
  }
}
.recent-posts {
  background: #A0CB3A0F;
}
.recent-posts .image-wrapper img {
  height: clamp(220px, 14vw, 260px);
  object-fit: cover;
  border-radius: 6px;
}
.courses {
  max-width: 1019px;
  margin-inline: auto;
}
.courses .courses-wrapper .course-card {
  padding: clamp(30px, 3vw, 56px);
  border-radius: 6px;
  border: 1px solid #A0CB3A;
}
.author-section {
  max-width: 1020px;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .author-section .custom-btn-outline-black, .author-section .custom-btn {
    width: 100%;
  }
}
.blog-content a {
  color: #FFCC53;
  text-decoration: none;
}
/* ==========================================
  Contact Us
========================================== */
.contact-us .contact-details .wrapper {
  margin-bottom: 40px;
}
.contact-us .contact-details .wrapper:last-child {
  margin-bottom: 0px;
}
.contact-us .contact-details .wrapper .image-wrapper img {
  width: 44px;
  height: 44px;
}
#kajabi-form {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding-top: 10px !important;
}
#kajabi-form .form-group {
  margin-bottom: 15px;
}
#kajabi-form .kajabi-form__content {
  max-width: 100% !important;
}
#kajabi-form .kajabi-form__title {
  padding-inline: 15px;
}
#kajabi-form input, #kajabi-form textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  border: 2px solid #f3f5f7;
  border-radius: 3px;
  background-color: #fff;
  color: #151515;
  outline: none;
  transition: all 0.2s ease;
}
#kajabi-form input::placeholder, #kajabi-form textarea::placeholder {
  color: #9ca3af;
}
#kajabi-form input:focus, #kajabi-form textarea:focus {
  border-color: #2e91fc;
  background: #fff;
}
#kajabi-form textarea {
  min-height: 100px;
  resize: vertical;
}
#kajabi-form .kajabi-form__btn {
  font-family: "Montserrat", serif;
  font-weight: 600;
  width: 100%;
  color: #fff !important;
}
.map-section .map-wrapper {
  position: relative;
  bottom: -10px;
}
.map-section .map-wrapper iframe {
  width: 100%;
}
.map-section .map-wrapper p {
  margin-bottom: 0;
}
.pain-management-why-choose .content-wrapper .primary-description {
  max-width: 290px;
}
@media (max-width: 767px) {
  .pain-management-why-choose .content-wrapper .primary-description {
    max-width: 100%;
  }
}
/* ==========================================
  Resources
========================================== */
.organization-details {
  background-image: url('https://addictionology.center/wp-content/uploads/2026/04/bg-organization.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.organization-details .content-list {
  list-style: none;
  padding-left: 0;
}
.organization-details .content-list li {
  position: relative;
  padding-left: 30px;
}
.organization-details .content-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url("https://addictionology.center/wp-content/uploads/2026/04/tick-with-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.request-appointment .get-started .content-wrapper {
  border-radius: 6px;
  background: #FFCC53;
  max-width: 442px;
  padding: 16px;
}
.request-appointment .get-started .custom-divider {
  width: 2px;
  height: 16px;
  background: rgba(42, 50, 22, 0.5);
}
@media (max-width: 767px) {
  .request-appointment .get-started .content-wrapper {
    max-width: 100%;
  }
}
.our-philosphy .image-banner-partial {
  left: -3px;
}
.our-philosphy .floating-content {
  position: absolute;
  bottom: 30px;
  right: 70px;
  max-width: 169px;
}
.our-philosphy .floating-content .primary-description {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .our-philosphy .image-banner-partial img {
    height: 85%;
  }
}
@media (max-width: 991px) {
  .our-philosphy .image-banner-partial img {
    height: 95%;
  }
}
@media (max-width: 575px) {
  .our-philosphy .image-banner-partial {
    height: auto !important;
  }
  .our-philosphy .image-banner-partial img {
    height: 100%;
  }
  .our-philosphy .floating-container {
    width: 150px;
    bottom: 60px !important;
  }
  .our-philosphy .floating-content {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 100%;
    margin-top: 70px;
  }
}
.drug-addiction-programs {
  background-image: url('https://addictionology.center/wp-content/uploads/2026/04/drug-addiction-programs-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.drug-addiction-programs .program-item .separator {
  background: rgba(42, 50, 22, 0.1);
  height: 1px;
  margin-block: clamp(20px, 3vw, 40px);
}
.drug-addiction-programs .program-item:last-child .separator {
  display: none;
}
.drug-addiction-programs .custom-column {
  position: sticky;
  top: 140px;
  height: fit-content;
}
.drug-addiction-programs .custom-border {
  border-left: 1px solid #2A32161A;
}
@media (max-width: 767px) {
  .drug-addiction-programs .custom-column {
    position: relative !important;
    top: 0;
    height: fit-content;
  }
  .drug-addiction-programs .custom-border {
    border-left: 0px;
  }
}
.side-effects-suboxone-bg {
  background-image: url("https://addictionology.center/wp-content/uploads/2026/04/side-effects-suboxone-gradient.svg");
}
/* ==========================================
  FAQ
========================================== */
.faq-section .accordion-item {
  border-bottom: 1px solid #2A32161A !important;
  padding-bottom: 27px;
  background: transparent;
}
.faq-section .accordion-item .accordion-button {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.faq-section .accordion-item .accordion-button::after {
  margin-left: 0;
  background-image: url('https://addictionology.center/wp-content/uploads/2026/04/faq-plus.svg');
  width: 32px;
  height: 32px;
  background-size: cover;
  position: relative;
  top: 3px;
  transform: none;
}
.faq-section .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('https://addictionology.center/wp-content/uploads/2026/04/faq-minus.svg');
  transform: none;
}
.faq-alcohol-treatment {
  background-image: url('https://addictionology.center/wp-content/uploads/2026/04/bg-organization.svg');
}
/* ==========================================
   Opioid Addiction Treatment
========================================== */
.statistics-opioid .custom-border {
  background: #2A32161A;
  height: 1px;
  margin-block: 20px 24px;
}
.top-content-wrapper::after {
  content: '';
  background-image: url(https://addictionology.center/wp-content/uploads/2026/04/circle-vector.svg);
  right: 0;
  position: absolute;
  width: clamp(285px, 32vw, 600px);
  height: 746px;
  background-repeat: no-repeat;
  top: -385px;
  right: 0;
}
.top-content-wrapper .primary-description {
  max-width: 1310px;
  margin: auto;
}
@media (max-width: 767px) {
  .top-content-wrapper::after {
    content: none !important;
  }
}
.type-of-opioids .types-wrapper .type-card {
  border-radius: 6px;
  border: 1px solid rgba(160, 203, 58, 0.5);
}
.what-we-offer-opioids .main-wrapper {
  max-width: 1020px;
  margin-inline: auto;
}
.what-we-offer-opioids .main-wrapper .card-wrapper {
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(160, 203, 58, 0.17) 0%, rgba(81, 113, 0, 0.17) 100%);
  padding: 40px 24px;
  height: 100%;
}
.what-we-offer-opioids .main-wrapper .card-wrapper .primary-description {
  max-width: 425px;
}
.withdrawal-symptoms .symptom-card {
  border-radius: 6px;
  border: 1px solid rgba(160, 203, 58, 0.7);
}
.our-services-op {
  max-width: 1020px;
  margin-inline: auto;
}
.our-services-op .content-wrapper .primary-description {
  max-width: 690px;
  margin-inline: auto;
}
.our-services-op .card-wrapper {
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(160, 203, 58, 0.17) 0%, rgba(81, 113, 0, 0.17) 100%);
  padding: 40px 24px;
  height: 100%;
}
.opioid-use-disorder .list-wrapper {
  max-width: 1020px;
  margin-inline: auto;
}
@media (max-width: 575px) {
  .opioid-use-disorder .list {
    width: 100%;
  }
}
.opioids-tabs .main-tabs-wrapper {
  max-width: 1020px;
  margin-inline: auto;
}
.opioids-tabs .main-tabs-wrapper .solution-tabs {
  gap: clamp(20px, 3vw, 40px) !important;
}
.opioids-tabs .main-tabs-wrapper .solution-tabs .nav-link {
  border: none;
  white-space: nowrap;
}
.opioids-tabs .main-tabs-wrapper .solution-tabs .nav-link:focus, .opioids-tabs .main-tabs-wrapper .solution-tabs .nav-link:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.opioids-tabs .main-tabs-wrapper .solution-tabs .nav-link:hover {
  color: #A0CB3A;
}
.opioids-tabs .main-tabs-wrapper .solution-tabs .nav-link.active {
  color: #A0CB3A;
  border: none;
  border-bottom: 1px solid #A0CB3A;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .opioids-tabs .mobile-slider {
    position: relative;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start !important;
  }
  .opioids-tabs .sliderCol {
    flex: 0 0 calc(100% - 40px) !important;
    scroll-snap-align: start;
    padding-right: 16px;
  }
}
.alcohol-addiction-tabs .content-wrapper .primary-description {
  max-width: 1020px;
  margin-inline: auto;
}
.alcohol-addiction-tabs .main-tabs-wrapper {
  max-width: 100%;
  margin-inline: auto;
}
.prominent-symptoms .symptom-card {
  border-radius: 6px;
  border: 1px solid rgba(160, 203, 58, 0.3);
  padding: 16px 20px;
  height: 100%;
}
.prominent-symptoms .symptom-card .gradient-text {
  font-size: clamp(16px, 1.2vw, 20px) !important;
}
/* ==========================================
 Policies
========================================== */
.policy-header .main-content-wrapper-policies h2, .policy-header .main-content-wrapper-policies h3 {
  font-size: clamp(25px, 2.5vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}
.policy-header .main-content-wrapper-policies p, .policy-header .main-content-wrapper-policies li {
  color: #444937;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}
.policy-header .main-content-wrapper-policies strong, .policy-header .main-content-wrapper-policies b {
  font-weight: 600 !important;
}
.policy-header .main-content-wrapper-policies li {
  margin-bottom: 16px;
}
/* ==========================================
 Pain Addiction Related
========================================== */
.facts-section .facts-main-wrapper .content-wrapper {
  max-width: 374px;
}
@media (max-width: 991px) {
  .facts-section .facts-main-wrapper .content-wrapper {
    margin-block: 0px !important;
  }
}
.complex-pain p {
  margin-bottom: 0.5rem;
}
.complex-pain p:last-of-type {
  margin-bottom: 0;
}
/* ==========================================
  About Suuboxone
========================================== */
@media (min-width: 767px) {
  .how-take-sudoxone .custom-border {
    border-right: 1px solid #2A32161A;
  }
}
.suboxone-spit .image-wrapper img {
  border-radius: 6px;
  border: 1px solid rgba(160, 203, 58, 0.2);
  background: rgba(160, 203, 58, 0.06);
  padding: 24px;
}
.nowrap {
  white-space: nowrap;
}
.start-taking-suboxone .duration-item {
  border-bottom: 1px solid #2A32161A;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.start-taking-suboxone .duration-item .time {
  width: clamp(75px, 8vw, 120px);
  flex-shrink: 0;
}
.start-taking-suboxone .duration-item .primary-description {
  flex: 1;
}
.start-taking-suboxone .duration-item .separator {
  background: #A0CB3A;
  height: 1px;
  width: 50px;
  display: block;
}
.start-taking-suboxone .duration-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.suboxone-treatment .list-wrapper li::marker {
  color: #A0CB3A;
  font-size: 0.75rem;
}
.first-ten-days .wrapper-child {
  border-bottom: 1px solid #2A32161A;
  padding-block: 40px;
}
.first-ten-days .separator {
  background: #A0CB3A;
  height: 1px;
  width: 50px;
  display: block;
}
.first-ten-days .list-wrapper-with-bg {
  border-radius: 6px;
  background: #FAFCF3;
}
.bottom-form #kajabi-form {
  max-width: 1200px;
}
@media (min-width: 575px) {
  .research-section .content {
    max-width: 260px;
  }
}
/* ==========================================
  Enroll Now
========================================== */
.enroll-now-content .accordion-item {
  margin-bottom: 80px !important;
}
.enroll-now-content h2 {
  font-size: clamp(20px, 1.2vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  color: #2A3216;
  margin-bottom: 24px;
}
.enroll-now-content h4 {
  color: #444937;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.5;
}
.enroll-now-content strong, .enroll-now-content b {
  font-weight: 600 !important;
}
.enroll-now-content ul {
  list-style: none;
  padding-left: 0;
}
.enroll-now-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}
.enroll-now-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url('https://addictionology.center/wp-content/uploads/2026/04/tick-with-bg.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.enroll-now-content ol li {
  margin-bottom: 16px;
}
.abused-opioid-content .primary-description p {
  margin-bottom: 0;
  max-width: 590px;
}
.abused-opioid-content .primary-description a {
  text-decoration: underline;
  color: #444937;
  font-weight: 500;
}
.opioid-epidemic a {
  text-decoration: underline;
  color: #444937;
  font-weight: 500;
}
.patients-expect .primary-description p {
  margin-bottom: 0;
}
.alcohol-disorder-symptoms .row {
  --bs-gutter-x: clamp(20px, 5vw, 40px);
}
.modal-dialog .btn-close {
  z-index: 99999;
}
/* ==========================================
  Media Queries
========================================== */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1368px;
  }
}
@media (min-width: 1200px) {
  .header-blog .navbar .nav-link {
    color: #fff !important;
  }
  .header-blog .navbar .nav-link.dropdown-toggle::after {
    content: '';
    background-image: url("https://addictionology.center/wp-content/uploads/2026/04/dropdown-white.svg") !important;
  }
  .header-blog .navbar .nav-link.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg) !important;
  }
  .header-blog a.nav-link.dropdown-item {
    color: #2A3216 !important;
  }
  .sub-menu.dropdown-menu.show {
    margin-top: 36px;
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .header-main .nav-item {
    width: 100%;
  }
  .header-main .nav-item .dropdown-toggle::after {
    position: absolute;
    right: 0;
  }
  .header-main .sub-menu.dropdown-menu {
    border: 0;
  }
  .hero-section-home {
    margin-top: -102px;
    height: 70vh !important;
  }
  .header-blog .navbar-toggler {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .telehealth-program {
    padding-bottom: 10px;
  }
}
@media (min-width: 575px) {
  .w-lg-auto {
    width: auto !important;
  }
}
@media (max-width: 575px) {
  .hero-section-home::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
  }
  .mobile-slider {
    position: relative;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start !important;
  }
  .sliderCol {
    flex: 0 0 calc(100% - 40px) !important;
    scroll-snap-align: start;
    padding-right: 16px;
  }
}
