body {
    margin: 0;
    padding: 0;
    background-color: #FBFAF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #10201c;
}


p {
    margin: 0px;
}

p,
li,
a {
    font-family: AlbertSans, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
}

/* Breadcrumb */

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: AlbertSans, sans-serif;
    font-size: 14px;
    font-weight: 600;

    a {
        color: #7C8B82;
        text-decoration: none;
		font-weight: 400;
		font-size: 13px;

        &:hover {
            color: #33473F;
        }
    }

    .breadcrumb__sep {
        color: #C4CFC8;
    }

    .breadcrumb__current,
    .breadcrumb_last {
        color: #0B7B6C;
		font-weight: 600;
		font-size: 13px;
    }
}

div {
    font-family: Gloock, Georgia, serif;
}

div.list-item {
    font-family: AlbertSans, Georgia, serif;
}

h1,
h2,
h3 {
    font-family: Gloock, Georgia, serif;
    font-weight: 400;
    color: #0E1F1B;
    margin: 0px;
}

h2 {
    font-size: 46px;
}

h1 span,
h2 span,
h3 span {
    color: #0B7B6C;
    font-family: Gloock, Georgia, serif !important;
}

.section-tag.green {
    padding: 8px 16px;
    background-color: #0B7B6C17;
    color: #0B6B5E !important;
    width: fit-content;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
}


.section-tag.lime {
    padding: 8px 16px;
    background-color: #C6DC6B4D;
    color: #4E5C33 !important;
    width: fit-content;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.section-tag.greener {
    padding: 8px 16px;
    background-color: #0B6B5E;
    color: #fff !important;
    width: fit-content;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.section-tag.green-wh {
    padding: 8px 16px;
    background-color: #fff;
    color: #0B6B5E !important;
    width: fit-content;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.section-tag.purple {
    padding: 8px 16px;
    color: #6B4FC8 !important;
    background-color: #9B7FE824;
    width: fit-content;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.section-tag.purple-wh {
    padding: 8px 16px;
    color: #6B4FC8 !important;
    background-color: #fff;
    width: fit-content;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.section-tag.white {
    padding: 8px 16px;
    color: #10201C !important;
    background-color: #fff;
    width: fit-content;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.section-tag.yellow {
    padding: 8px 16px;
    background-color: #0B7B6C17;
    color: #dded9e !important;
    width: fit-content;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

/* FIX: box-sizing added so width:100% in media queries includes padding/border
   instead of adding to it (this was the cause of the mobile button overflow) */
a.cta,
a.sub-cta,
a.purple-cta,
#footer .btn{
    box-sizing: border-box;
}

a.cta {
    font-family: AlbertSans, sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 10px 11px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 100px;
    background-color: #0B7B6C;
    border: 1px solid #0B7B6C;
    color: #F4FBF6;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0px 16px 34px -14px #084C438C;
    transition: all 0.3s;

    img {
        height: 40px;
        padding: 12px;
        background-color: #F4FBF6;
        border-radius: 100%;
        display: block;
        flex-shrink: 0;
        border: 0.5px solid #0B7B6C;
    }

    &:hover {
        background-color: #F4FBF6;
        color: #0B7B6C;
    }
}


a.sub-cta {
    font-family: AlbertSans, sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 10px 11px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #0B7B6C;
    color: #0B7B6C;
    text-decoration: none;
    line-height: 1;
    transition: all 0.3s;

    img {
        height: 40px;
        padding: 12px;
        background-color: #EAF4C0;
        border-radius: 100%;
        display: block;
        flex-shrink: 0;
        border: 0.5px solid #EAF4C0;
    }

    &:hover {
        background-color: #e7f1ea;

        img {
            border: 0.5px solid #0B7B6C;
        }
    }
}

a.cta-outline {
    font-family: AlbertSans, sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 20px 28px 20px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 100px;
    border: 1px solid #0B7B6C;
    color: #0B7B6C;
    text-decoration: none;
    line-height: 1;
    transition: all 0.3s;

    &:hover {
        background-color: #e7f1ea;

    }
}


a.purple-cta {
    font-family: AlbertSans, sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 10px 11px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 100px;
    background-color: #1C143A;
    border: 1px solid #1C143A;
    color: #F4FBF6;
    text-decoration: none;
    line-height: 1;
    transition: all 0.3s;

    img {
        height: 40px;
        padding: 12px;
        background-color: #CDBBF7;
        border-radius: 100%;
        display: block;
        flex-shrink: 0;
        border: 0.5px solid #1C143A;

    }

    &:hover {
        background-color: #f5f0ff;
        color: #1C143A;

    }
}

a.yellow-cta {
    font-family: AlbertSans, sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 10px 11px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 100px;
    background-color: #d7e26a;
    border: 1px solid #d7e26a;
    color: black ;
    text-decoration: none;
    line-height: 1;
    transition: all 0.3s;

    img {
        height: 40px;
        padding: 12px;
        background-color: black;
        border-radius: 100%;
        display: block;
        flex-shrink: 0;
        border: 0.5px solid #1C143A;

    }

    &:hover {
        background-color: #f5f0ff;
        color: #1C143A;

    }
}

/* ===== Header ===== */

.header-topbar,
.header-topbar *,
#site-header,
#site-header *,
#site-header *::before,
#site-header *::after {
  box-sizing: border-box;
}

.header-topbar {
  position: relative;
  z-index: 1000;
  width: 100%;
  background-color: #10201C;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;

  .header-topbar__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .header-topbar__label {
    margin: 0;
    color: #CFE3D9;
    letter-spacing: 0.2px;
    font-size: 12.5px;
  }

  .header-topbar__links {
    display: flex;
    align-items: center;
    gap: 12px;

    a {
      position: relative;
      z-index: 2;
      display: inline-block;
      cursor: pointer;
      text-decoration: none;
      font-weight: 600;
      font-size: 13.5px;
      transition: opacity 0.2s ease;

      &:hover {
        opacity: 0.85;
      }

      &.link--psykiater {
        color: #C6DC6B;
      }

      &.link--psykolog {
        color: #B9A5EE;
      }

      &.link--dps {
        color: #7FD3C4;
      }
    }

    .header-topbar__dot {
      color: #4D6357;
      font-size: 10px;
      user-select: none;
    }
  }
}
body.is-post-page #site-header {
    position: static;
}

#site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 100vw;
  padding: 16px 20px 0;

  .header__inner {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background-color: #FBFAF5;
    border-radius: 999px;
    padding: 10px 10px 10px 28px;
    box-shadow: 0px 20px 44px -21px #084C4333;
    border: 1px solid #10201C0F;

    .header__logo {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 1;
      min-width: 0;
      text-decoration: none;

      img {
        width: 146px;
        max-width: 100%;
        height: auto;
        max-height: 52px;
        object-fit: contain;
        display: block;
      }
    }

        .header__nav {
      display: flex;
      align-items: center;
      gap: 4px;

      & > a,
      & > .header-menu-item > a {
        font-size: 15px;
        font-weight: 600;
        color: #33473F;
        text-decoration: none;
        padding: 10px 16px;
        border-radius: 999px;
        white-space: nowrap;
        transition: background-color 0.2s ease, color 0.2s ease;

        &:hover,
        &.is-active {
          background-color: #0B7B6C1F;
          color: #084C43;
        }
      }

      .header-menu-item {
        position: static;
      }

      .mega-menu {
        position: fixed;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 20px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 9999;
        pointer-events: none;
      }

      .header-menu-item:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      .mega-menu-inner {
        background: #fff;
        border-radius: 32px;
        box-shadow: 0 20px 50px -12px rgba(0,0,0,0.12);
        border: 1px solid #E8E8E8;
        padding: 24px;
        display: flex;
        gap: 16px;
      }
    }

    .header__right-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
    }

    .header__cta {
      display: flex;
      align-items: center;
      flex-shrink: 0;

      .btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 52px;
        border-radius: 999px;
        background-color: #0B7B6C;
        border: 1px solid #0B7B6C;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
        padding: 0 8px 0 26px;
        transition: transform 0.2s ease, background-color 0.2s ease;

        &:hover {
          opacity: 0.95;
          background-color: #084C43;
        }

        .btn__label {
          margin-right: 16px;
        }

        .btn__icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 36px;
          height: 36px;
          border-radius: 50%;
          background-color: #F4FBF6;
          flex-shrink: 0;

          img {
            width: 14px;
            height: 14px;
          }
        }
      }
    }

    .header__toggle {
      display: none;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background-color: transparent;
      border: none;
      cursor: pointer;
      flex-shrink: 0;
      padding: 0;

      span {
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        background-color: #10201C;
        transition: background-color 0.2s ease;

        &::before,
        &::after {
          content: "";
          position: absolute;
          left: 0;
          width: 20px;
          height: 2px;
          background-color: #10201C;
          transition: transform 0.25s ease, top 0.25s ease;
        }

        &::before {
          top: -6px;
        }

        &::after {
          top: 6px;
        }
      }
    }
  }

  .header__mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    transform: translateX(100%);
    width: 320px;
    max-width: 100vw;
    margin-top: 0;
    background-color: #FBFAF5;
    border-radius: 0;
    padding: 20px;
    box-shadow: -10px 0 44px rgba(8, 76, 67, 0.1);
    border: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
     z-index: 1002;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s ease;

    .mobile-nav-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 24px;
    }

    .mobile-nav-logo img {
      height: 36px;
      width: auto;
      object-fit: contain;
    }

    .mobile-nav-close {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      background: #10201C0D;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      color: #10201C;
      transition: background-color 0.2s ease, opacity 0.2s ease;
    }

    .mobile-nav-close:hover {
      background-color: #10201C1A;
    }

    a {
      display: block;
      font-size: 15px;
      font-weight: 500;
      color: #10201C;
      text-decoration: none;
      padding: 12px 16px;
      border-radius: 14px;
      transition: background-color 0.2s ease;

      &:hover,
      &.is-active {
        background-color: #10201C0D;
      }
    }

    .mobile-network-links {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #10201C0F;
      margin-bottom: 8px;
    }

    .mobile-network-title {
      font-size: 12px;
      font-weight: 700;
      color: #7C8B82;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 12px;
      font-family: AlbertSans, sans-serif;
    }

    .mobile-network-grid {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    a.mobile-network-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 16px;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      background-color: #ffffff;
      border: 1px solid #E4E7E5;
      color: #10201C;
      box-shadow: 0 2px 4px rgba(0,0,0,0.02);
      transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    a.mobile-network-box:hover {
      background-color: #F8F9F8;
      border-color: #D0D4D2;
      transform: translateY(-1px);
    }

    a.mobile-network-box.box--psykiater { border-left: 4px solid #C6DC6B; }
    a.mobile-network-box.box--psykolog { border-left: 4px solid #B9A5EE; }
    a.mobile-network-box.box--dps { border-left: 4px solid #7FD3C4; }

    .mobile-cta {
      margin-top: auto;
      padding-top: 12px;
      border-top: 1px solid #10201C0F;

      .btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        padding: 0 8px 0 20px;
        background-color: #0B7B6C;
        border: 1px solid #0B7B6C;
        border-radius: 999px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: background-color 0.2s ease, border-color 0.2s ease;

        &:hover,
        &:active {
          background-color: #084C43;
          border-color: #084C43;
        }

        .btn__label {
          margin-right: 12px;
        }

        .btn__icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 36px;
          height: 36px;
          border-radius: 50%;
          background-color: #F4FBF6;
          flex-shrink: 0;

          img {
            width: 14px;
            height: 14px;
            display: block;
          }
        }
      }
    }
  }

  &.is-open {
	 z-index: 1001;
    .header__toggle span {
      background-color: transparent;

      &::before {
        top: 0;
        transform: rotate(45deg);
      }

      &::after {
        top: 0;
        transform: rotate(-45deg);
      }
    }

    .header__mobile-nav {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
    }
  }
}

/* Mobile Dropdown (Un-nested for compatibility) */
.header__mobile-nav .mobile-tjenester-dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: AlbertSans, sans-serif;	
  font-weight: 700;	
}

.header__mobile-nav .mobile-dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  font-family: AlbertSans, sans-serif;	
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: #10201C;
  padding: 12px 16px;
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background-color 0.2s ease;
}

.header__mobile-nav .mobile-dropdown-btn:hover {
  background-color: #10201C0D;
}

.header__mobile-nav .dropdown-icon {
  transition: transform 0.2s ease;
}

.header__mobile-nav .mobile-dropdown-content {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding-left: 16px;
  padding-top: 8px;
}

.header__mobile-nav .mobile-dropdown-group-title {
  font-size: 13px;
  font-weight: 700;
  color: #7C8B82;
   font-family: AlbertSans, sans-serif;
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.header__mobile-nav a.mobile-dropdown-link {
  padding: 8px 16px;
  font-size: 14px;
  color: #33473F;
  font-weight: 400;
}

/* ===== Mega Menu (Tjenester dropdown) ===== */

#mega-menu-tjenester {
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding-top: 10px;
}

#mega-menu-tjenester.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mega-menu-inner {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 20px 60px -12px rgba(0,0,0,0.14);
  border: 1px solid #E8E8E8;
  padding: 24px;
  display: flex;
  gap: 16px;
  width: 1100px;
  max-width: 95vw;
}

/* Mental Health Column */
.mega-col--mental {
  width: 450px;
  flex-shrink: 0;
  background: #EFEBFA;
  border-radius: 24px;
  padding: 24px;
}

.mega-col__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.mega-col__header a {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.mega-col--mental .mega-col__header h3 { color: #6B4FC8; }
.mega-col--addiction .mega-col__header h3 { color: #33473F; }
.mega-col--therapies .mega-col__header h3 { color: #0B7B6C; }

.mega-col__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}



.mega-col__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 16px;
}

.mega-col__grid a,
.mega-col__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-radius: 12px;
  color: #33473F;
  font-size: 14.5px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-family: AlbertSans, sans-serif;
}

.mega-col__grid a:hover,
.mega-col__list a:hover {
  background: #fff;
}

.mega-arrow {
  opacity: 0;
  transition: opacity 0.2s ease;
  font-size: 14px;
  margin-top: 2px;	
  color: #33473F;
}

.mega-col__grid a:hover .mega-arrow,
.mega-col__list a:hover .mega-arrow {
  opacity: 1;
}

.mega-col__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Right side */
.mega-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mega-right__top {
  display: flex;
  gap: 16px;
  flex: 1;
}

.mega-col--addiction {
  flex: 1;
  background: #F2F4D9;
  border-radius: 24px;
  padding: 24px;
}

.mega-col--therapies {
  flex: 1;
  background: #E8F3F1;
  border-radius: 24px;
  padding: 24px;
}

/* Banner */
.mega-banner {
  height: 140px;
  border-radius: 24px;
  background-color: #E8EAE6;
  background-size: cover;         
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 32px;
}

.mega-banner__text {
  position: relative;
  z-index: 1;
  max-width: 280px;
}

.mega-banner__text h4 {
  font-size: 20px;
  line-height: 1.35;
  color: #101916;
  margin: 0 0 8px;
}

.mega-banner__text a {
  font-size: 14px;
  font-weight: 600;
  color: #525C56;
  text-decoration: none;
  transition: color 0.2s;
  font-family: AlbertSans, sans-serif;
}

.mega-banner__text a:hover {
  color: #0B7B6C;
}

.mega-banner img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 250px;
  object-fit: cover;
  object-position: right;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

/* ===== Footer ===== */


#footer {
    position: relative;
    overflow: hidden;
    background-color: #12594E;
    border-radius: 56px 56px 0 0;
    color: #f6f8f0;
    margin: 0 20px;
    padding: 100px 40px 0;

    .cta-footer__bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
    }

    .cta-footer__bg-image,
    .cta-footer__bg-glow {
        position: absolute;
        z-index: -20px;
        width: 480px;
        height: 480px;
        max-width: 60vw;
        max-height: 60vw;
        object-fit: cover;
        mix-blend-mode: screen;
    }

    .cta-footer__bg-image {
        top: 0;
        right: 0;
    }

    .cta-footer__bg-glow {
        bottom: 0;
        left: 0;
        box-shadow: 0 0 160px 80px rgba(198, 220, 107, 0.18);
    }

    .cta-footer__inner {
        position: relative;
        z-index: 1;
        max-width: 1100px;
        margin: 0 auto;
    }

    .cta-footer__cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cta-footer__eyebrow {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #9DC2B4;
        margin-bottom: 28px;
    }

    .cta-footer__heading {
        font-weight: 400;
        font-size: clamp(32px, 4.6vw, 78px);
        line-height: 1.15;
        letter-spacing: -0.78px;
        margin: 0 0 32px;
        color: #F4FBF6;

        .cta-footer__heading-accent {
            display: inline;
            color: #C6DC6B;
        }
    }

    .cta-footer__subtext {
        font-size: 18px;
        line-height: 1.5;
        color: #B9D4C8;
        margin: 0 0 44px;
    }

    .cta-footer__buttons {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 48px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cta-footer__socials {
        list-style: none;
        margin: 0 0 56px;
        padding: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .cta-footer__social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: #f6f8f0;
        transition: transform 0.2s ease-in-out;

        &:hover {
            transform: scale(1.15);
        }

        img {
            width: 40px;
            height: 40px;
            object-fit: contain;
        }
    }

    .cta-footer__divider {
        border: none;
        border-top: 1px solid rgba(246, 248, 240, 0.14);
        margin: 0 0 64px;
    }

    .cta-footer__links {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 100px;
        padding-bottom: 60px;
    }

    .cta-footer__col {
        display: flex;
        flex-direction: column;
        min-width: 0;

        .cta-footer__col-title {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: #F4FBF6;
            margin: 0 0 20px;
        }

        .cta-footer__col-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 8px;

            a,
            span {
                font-size: 15px;
                line-height: 1.4;
                color: #9DC2B4;
                text-decoration: none;
                transition: color 0.2s ease;
                word-break: break-word;
            }

            a:hover {
                color: #f6f8f0;
            }
			
			.digipost{
		color: #C6DC6B;
	      font-weight: 600px;			
	}	
        }
    }

    .cta-footer__watermark {
        overflow: hidden;
        line-height: 1;
        text-align: center;
        margin-left: 0;

        .cta-footer__watermark-text {
            display: inline-block;
            transform: translateY(28%);
            font-weight: 600;
            font-size: clamp(40px, 9vw, 104px);
            letter-spacing: -1.04px;
            color: #E2F0E814;
            white-space: nowrap;

            .cta-footer__watermark-accent {
                color: #C6DC6B1F;
            }
        }
    }

    .btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        border-radius: 999px;
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
        transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;

        &:hover {
            background-color: #ffffff;
        }

        &.btn--has-icon {
            padding: 0 10px 0 28px;

            .btn__label {
                margin-right: 18px;
            }
        }

        &.btn--no-icon {
            padding: 32px;
        }

        &.btn--primary {
           background-color: #d7e26a;
           color: #16261e;

         .btn__icon {
           background-color: #16261e;
           color: #d7e26a;
           transition: all 0.3s ease; 
      }

       &:hover {
           background-color: #F4FBF6;
           color: #0B7B6C;

         .btn__icon {
            background-color: #0B7B6C; 
            color: #F4FBF6; 
        }
    }
}

        &.btn--outline {
            background-color: transparent;
            border: 1px solid rgba(246, 248, 240, 0.22);
            color: #f6f8f0;

            &:hover {
                border-color: rgba(246, 248, 240, 0.5);
                background-color: rgba(246, 248, 240, 0.05);
            }
        }
    }

    .btn__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        flex-shrink: 0;

        svg,
        img {
            width: 16px;
            height: 16px;
        }
    }
    
     .cta-bottom__divider {
        border: none;
        border-top: 1px solid rgba(246, 248, 240, 0.14);
        margin: 0 0 22px;
    }

.bottom {
    display: flex;
    font-family: AlbertSans, sans-serif;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);

    a {
      color: inherit;
      text-decoration: none;
      transition: opacity 0.2s ease;

      &:hover {
        opacity: 0.8;
      }
    }

    .copyright {
      font-size: 13px;  
      font-family: AlbertSans, sans-serif;  
      flex: 1;
      text-align: left;
    }

    .credits {
      font-size: 13px;  
      flex: 1;
      font-family: AlbertSans, sans-serif;  
      text-align: center;
	  padding-left: 60px;	

      .cta-footer__credit-accent {
        color: #C6DC6B; 
        font-weight: 600;
        font-size: 13px;    
      }
    }

    .privacy {
      font-size: 13px;
      font-family: AlbertSans, sans-serif;  
      flex: 1;
      text-align: right;
    }
  }
	
	
}

/* ============================  
 *    HOME PAGE
 * ============================ */


#hero-home {
    position: relative;
    margin-top: -140px;
    background: #F7F6F1; /* Background moved here */
    overflow: hidden; /* Added to contain shadows */

    .blur-lime {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; /* Changed to 1 to sit above background */
        width: 530px;
        pointer-events: none;
    }

    .blur-purple {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1; /* Changed to 1 to sit above background */
        width: 560px;
        pointer-events: none;
    }

    h1 {
        font-size: 80px !important;

        span {
            text-decoration: underline;
            text-decoration-color: #C6DC6B;
        }
    }

    .inner-div {
        max-width: 1280px;
        position: relative;
        z-index: 2; /* Sits above the blur shadows */
        margin: 0px auto;
        padding-top: 194px;
        padding-bottom: 56px;
        /* Background removed from here */
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;

        .left-column {
            width: 50%;
            display: flex;
            flex-direction: column;
            gap: 30px;
            
            p {
                font-size: 20px;
                color: #43554D;
                line-height: 31px;
                max-width: 525px;
            }

            .cta-section {
                display: flex;
                flex-direction: row;
                gap: 12px;
                margin-bottom: 10px;
            }

            .satisfy-section {
                width: 570px;
                max-width: 100%; 
                padding: 28px 22px; 
                border-radius: 26px;
                background-color: #ffffff;
                box-shadow: 0px 20px 44px -21px rgba(8, 76, 67, 0.25);
                border: 1.5px solid #10201C33; 
                box-sizing: border-box;

                div {
                    font-size: 28px;
                    margin-bottom: 8px;
                }

                p {
                    color: #7C8B82;
                    font-size: 16px;
                }

                .selections {
                    padding-top: 26px;
                    display: flex;
                    flex-direction: row;
                    gap: 8px;

                    .select-item {
                        background-color: #FBFAF5;
                        border: 1.5px solid #10201C26;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        padding: 10px;
                        border-radius: 16px;
                        flex: 1;
                        cursor: pointer;
                        transition: opacity 0.3s ease, background-color 0.25s ease, border-color 0.25s ease;

                        img {
                            width: 40px;
                            height: auto;
                            transition: transform 0.3s ease;
                        }

                        p {
                            font-size: 14px;
                            font-weight: 700;
                            color: #33473F;
                            transition: color 0.2s ease, font-weight 0.2s ease;
                        }

                        &:hover {
                            border-color: #0B7B6C66; 
                            p {
                                color: #10201C;
                            }
                        }

                        &.active {
                            border: 2px solid #0B7B6C; 
                            background-color: #FBFAF5;

                            p {
                                color: #0B7B6C;
                                font-weight: 600;
                            }

                            img {
                                transform: scale(1.3);
                            }
                        }
                    }

                    &.mood-selected .select-item:not(.active) {
                        opacity: 0.4;
                    }
                }

                .mood-response {
                    margin-top: 0;
                    padding: 0 16px;
                    background-color: #F1F8F6;
                    border: 1px solid rgba(11, 123, 108, 0.18);
                    border-left: 4px solid #0B7B6C;
                    border-radius: 12px;
                    font-family: AlbertSans, sans-serif;
                    font-size: 14px;
                    line-height: 1.5em;
                    color: #084C43;
                    opacity: 0;
                    max-height: 0;
                    transform: translateY(6px);
                    overflow: hidden;
                    box-sizing: border-box;
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    transition: opacity 0.3s ease, 
                                max-height 0.3s ease, 
                                margin-top 0.3s ease, 
                                padding 0.3s ease, 
                                transform 0.3s ease;

                    img, svg {
                        width: 20px;
                        height: auto;
                        flex-shrink: 0;
                    }

                    p {
                        margin: 0;
                        font-weight: 500;
                        color: #073D36;
                    }

                    &.show {
                        opacity: 1;
                        max-height: 180px;
                        margin-top: 16px;
                        padding: 14px 16px;
                        transform: translateY(0);
                        box-shadow: 0 4px 14px rgba(11, 123, 108, 0.08);
                    }
                }
            }
        }

        .right-column {
            position: relative; 

            .hero-badge {
                position: absolute;
                top: 9%;
                left: -26px;
                z-index: 20;
                display: flex;
                align-items: center;
                gap: 8px;
                background: #fff;
                padding: 10px 18px;
                border-radius: 999px;
                font-weight: 600;
                font-size: 14px;
                box-shadow: 0 8px 20px rgba(8, 76, 67, 0.15);

                .dot {
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                    background: #0B7B6C; 
                }
            }

            .hero-media {
                position: relative;
                width: 100%;
                height: 480px;
                border-radius: 300px 300px 24px 24px; 
                overflow: hidden;
                isolation: isolate;

                .hero-video,
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                }
            }

            .hero-availability {
                position: absolute;
                bottom: 140px; 
                left: 60%;
                transform: translateX(-70%);
                z-index: 25;
                display: flex;
                align-items: center;
                gap: 12px;
                white-space: nowrap;
                background: #2E7971; 
                color: #ffffff;
                padding: 12px 20px;
                border-radius: 999px; 
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

                .avail-title, strong {
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 1;
                    letter-spacing: -0.3px;
                }

                .avail-text, span {
                    font-size: 13px;
                    font-weight: 500;
                    line-height: 1;
                    opacity: 0.95;
                }
            }

            .below-hero {
                margin-top: 20px;
                display: flex;
                flex-direction: row;
                gap: 14px;

                .box1,
                .box2 {
                    flex: 1;
                    padding: 22px;
                    border-radius: 26px;
                    display: flex;
                    flex-direction: column;
                    gap: 6px;

                    div {
                        color: #231A3E;
                        font-size: 37px;
                    }

                    p {
                        color: #231A3E !important;
                        font-weight: 600;
                        font-size: 13px;
                    }
                }

                .box1 {
                    background-color: #CDBBF7;
                    color: #231A3E;
                }

                .box2 {
                    background-color: #DDED9E;
                    color: #2C3A10;
                }
            }
        }
    }
}

.features-section {
    width: 100%;
    background-color: #FAF9F5; 
    padding: 40px 0px 20px 0px; 
    
    .features-container {
        max-width: 1180px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
        align-items: start;
        gap: 40px;

        .feature-item {
            display: grid;
            gap: 15px;
            justify-items: start;

            .feature-icon-wrapper {
                width: 52px;
                height: 52px;
                border-radius: 16px; 
                display: grid;
                place-items: center;

                img {
                    width: 22px;
                    height: 22px;
                    object-fit: contain;
                }
            }

            .feature-text {
                margin: 0;
                color: #0E1F1B; 
                font-size: 21px;
                line-height: 26px;
                max-width: 220px;
            }
        }
    }
}

#second-section-home {
    background-color: #FAF9F5; 

    .inner-div {
        display: flex;
        flex-direction: row;
        gap: 72px;
        max-width: 1180px;
        margin: 0 auto;
        padding: 70px 0px 60px 0px;
        position: relative;
        align-items: flex-start;

        .left-column {
            width: 45%;
            display: flex;
            flex-direction: column;
            gap: 22px;
            position: sticky;
            top: 100px;
            align-self: flex-start;

            .eyebrow-wrapper {
                display: inline-flex;
                
                .section-tag {
                    background-color: #E8F3EE;
                    color: #0B4A41;
                    padding: 8px 16px;
                    border-radius: 20px; 
                    font-size: 12px;
                    font-weight: 700;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    margin: 0;
                }
            }

            h2 {
                font-size: 48px;
                line-height: 1.1;
                color: #10201C;
                margin: 0;

                .highlight {
                    color: #147A63; 
                }
            }
        }

        .right-column {
            width: 55%;
            display: flex;
            flex-direction: column;
            gap: 40px;

            .intro-description {
                p {
                    color: #10201C;
                    font-size: 20px;
                    font-weight: 500 !important;
                    line-height: 1.5;
                    margin: 0;
                }
            }

            .care-list {
                display: flex;
                flex-direction: column;
                gap: 16px;

                .care-list-item {
                    display: flex;
                    align-items: center;
                    gap: 24px;
                    background-color: #F4FBF6; 
                    border: 1px solid #10201C12; 
                    border-radius: 16px;
                    padding: 24px 32px;

                    .item-icon {
                        width: 44px;
                        height: 44px;
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        flex-shrink: 0;

                        .number {
                            font-weight: 700;
                            color: #10201C;
                            font-size: 16px;
                        }
                        
                        img {
                            width: 20px;
                            height: 20px;
                            object-fit: contain;
                            display: none; 
                        }
                    }

                    .item-text {
                        margin: 0;
                        color: #33423E;
                        font-size: 17px;
                        line-height: 1.5;
                        font-weight: 400;
                    }
                }
            }

            .care-conclusion {
                border-left: 3px solid #C4D68B; 
                padding-left: 20px;
                
                p {
                    margin: 0;
                    color: #4A5754;
                    font-size: 16px;
                    line-height: 1.6;
                }
            }
        }
    }
}


#third-section-home {
    .inner-div {
        margin: 0px auto;
        padding-bottom: 72px;
        max-width: 1180px;
        gap: 20px;
        display: flex;
        flex-direction: column;

        h2 {
            font-size: 32px;
        }

        p {
            font-size: 18px;
            color: #43554D;
        }
    }

    .table-parent {
    width: 100%;

    .table-row {
        display: flex;
        width: 100%;

        .table-col {
            flex: 1;
            padding: 24px 32px;
            display: flex;
            align-items: flex-start;
            gap: 12px;

            img {
                display: none; 
                width: 20px;
                height: 20px;
            }

            p {
                margin: 0;
                font-size: 17px;
                line-height: 1.6;
            }
        }
    }

    .table-header {
        background-color: #0B4A41;

        .table-col {
            padding: 20px 32px;

            p {
                font-size: 12px;
                font-weight: 700;
                letter-spacing: 1.5px;
                text-transform: uppercase;
            }

            &.header-col-1 p {
                color: #EEF7C8;
            }

            &.header-col-2 p {
                color: #E7DEFB;
            }
        }
    }

    .table-body {
        .table-row {
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);

            &:last-child {
                border-bottom: none;
            }

            .col-1 {
                background-color: #DDED9E2E;
                border-right: 1px solid rgba(0, 0, 0, 0.05);

                p {
                    color: #33473F;
                }
            }

            .col-2 {
                background-color: #CDBBF71F;

                p {
                    color: #33473F;
                }
            }
        }
    }
}
}


#fourth-section-home {
    .inner-div {
        max-width: 1180px;
        display: flex;
        flex-direction: row;
        margin: 0px auto;
        padding-bottom: 60px;
        gap: 72px;
        justify-content: space-between;

        .left-column {
            width: 50%;

            img {
                width: 100%;
				border-radius: 24px;
            }
        }

        .right-column {
            width: 50%;
            display: flex;
            flex-direction: column;
            gap: 15px;

            .eyebrow-wrapper {
                display: inline-flex;

                .section-tag.purple {
                    background-color: #F0ECF9;
                    color: #7962BF; 
                    padding: 6px 14px;
                    border-radius: 20px;
                    font-size: 11px;
                    font-weight: 700;
                    letter-spacing: 1.2px;
                    text-transform: uppercase;
                    margin: 0;
                }
            }

            h2 {
                font-size: 42px;
                line-height: 1.15;
                color: #10201C;
                margin: 0;

                .highlight {
                    color: #147A63; 
                }
            }

            .description {
                    font-size: 18px;
                    line-height: 1.6;
                    color: #43554D;
                    margin: 0;
            }

            .tags-group {
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
                margin: 4px 0;

                .tag-pill {
                    display: inline-flex;
                    align-items: center;
                    gap: 8px;
                    padding: 10px 18px;
                    border-radius: 24px;
                    font-size: 15px;
                    font-weight: 600;

                    img {
                        width: 16px;
                        height: 16px;
                        object-fit: contain;
                    }

                    .text {
						font-size:16px;
						font-weight:600;
                    }

                    &.mint {
                        background-color: #EFF7F0;
                        color: #0E2A24;
                    }

                    &.purple {
                        background-color: #EFE9FC;
                        color: #1C143A;
                    }
                }
            }
        }
    }
}

#reachout-section {
    margin: 0px 20px;
    padding: 60px 0px;
    border-radius: 48px;
    background-color: #EFE9FC;
    display: flex;
    justify-content: center;


    .inner-div {
        max-width: 900px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

        h2 {
            width: 464px;
			line-height: 65px;
			letter-spacing: -0.62px;
            margin-top: 20px;
            margin-bottom: 21px;

            span {
                color: #7B5FD1;
            }

        }

        p.tab-heading {
            margin: 35px 0px;
            font-weight: 700;
        }

        .tabs-parent {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;

            button.tab {
                padding: 14px 24px;
                box-shadow: 0px 10px 26px -18px #3B297880;
                font-weight: 600;
                font-size: 16px;
                color: #1C143A;
                background-color: #fff;
                border: 1px solid #1C143A14;
                border-radius: 100px;
                transition: all 0.3s;

                img {
                    margin-right: 10px;
                    width: 7px;
                    height: auto;
                }

                &:hover {
                    background-color: #f5f5f5;
                }
            }
        }

        .section-text {
            padding: 54px 0px 26px 0px;
        }


    }
}

#sixth-section-home {

    .inner-div {
        max-width: 1180px;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        padding: 60px 0px;

        h2 {
            margin-top: 22px;
            margin-bottom: 46px;
        }

        .boxes-parent {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 14px;

            .box-item.purple {
                background-color: #EFE9FC;

                &:hover {
                    background-color: #f9f6ff;
                }
            }

            .box-item.lime {
                background-color: #F3F8DC;

                &:hover {
                    background-color: #fbfef1;
                }
            }

            .box-item.green {
                background-color: #E5F1EC;

                &:hover {
                    background-color: #eef6f2;
                }
            }

            .box-item {
                padding: 26px 20px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                border-radius: 26px;
                gap: 48px;
                box-sizing: border-box;
                flex: 0 0 calc(25% - 10.5px);
                transition: all 0.3s;


                img {
                    width: 36px;
                    height: auto;
                    align-self: flex-end;
                }

                h3 {
                    font-size: 24px;
                }


            }
        }


    }
}
#assessment-section {
    position: relative;
    margin: 0 20px;
    background-color: #276E62;
    border-radius: 40px;
    padding: 60px 40px;
    overflow: hidden;

    .assessment-blur-lime {
        position: absolute;
        top: 0;
        right: 0;
        width: 460px;
        z-index: 0;
        pointer-events: none;
    }

    .inner-div {
        max-width: 1180px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 40px;
        position: relative;
        z-index: 1;

        .header-content {
            display: flex;
            flex-direction: column;
            gap: 16px;

            .section-tag.yellow {
                display: inline-flex;
                align-self: flex-start;
                color: #DDED9E;
                background-color: rgba(244, 251, 246, 0.12);
                padding: 6px 14px;
                border-radius: 20px;
                font-size: 11px;
                font-weight: 700;
                letter-spacing: 1.2px;
                text-transform: uppercase;
                margin: 0;
            }

            h2 {
                font-size: 48px;
                line-height: 1.15;
                color: #FFFFFF;
                margin: 0;

                span {
                    color: #C6DC6B;
                }
            }

            p.section-text {
                color: #B9D4C8;
                font-size: 17px;
                line-height: 1.6;
                margin: 0;
            }
        }

        .assessment-parent {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;

            .assessment-item {
                width: calc(25% - 12px); 
                box-sizing: border-box;

                position: relative;
                background-color:#F4FBF6;
                border-radius: 24px;
                padding: 28px;
                min-height: 118px;
                display: flex;
                flex-direction: column;
                gap: 18px;
                align-items: flex-start;
                transition: transform 0.3s ease, box-shadow 0.3s ease;

                .card-link-overlay {
                    position: absolute;
                    inset: 0;
                    z-index: 4;
                }

                .card-icon-wrapper {
                    width: 64px;
                    height: 64px;
                    border-radius: 16px;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    img {
                        width: 46px;
                        height: 46px;
                        object-fit: contain;
                    }
                }

                .card-content {
                    h3 {
                        color: #10201C;
                        font-size: 20px;
                        font-weight: 400;
                        line-height: 1.25;
                        margin: 0;
                    }
                }

                .arrow-wrapper {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    background-color: #E8F3EE;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: background-color 0.3s ease, transform 0.3s ease;

                    .arrow-icon {
                        width: 15px;
                        height: 15px;
                        object-fit: contain; 
                        display: block;
                    }
                }

                &:hover {
                    transform: translateY(-4px);

                    .arrow-icon {
                        transform: translate(2px, -2px);
                    }
                }
            }
        }
		
        p.bottom-text {
            margin: 0px auto;
            max-width: 800px;
            text-align: center;
            color: #B9D4C8;
            font-size: 16px;
            line-height: 1.6;
        }
    }
}

#how-we-treat-home {
    padding: 80px 0px 40px;

    p {
        color: #43554D;
    }

    .inner-div {
        max-width: 1180px;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        gap: 24px;

        .middle-section {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            gap: 72px;

            .left-column {
                display: flex;
                flex-direction: column;
                gap: 14px;
                width: 53%;
                position: sticky;
                top: 24px; 
                align-self: flex-start;

                h3 {
                    font-size: 32px;
                }

                p.bottom-text {
                    font-weight: 700;
                    color: #10201C;
                }

                .bottom-image {
                    position: relative;
                    z-index: 0;

                    img {
                        display: block;
                        width: 100%;
                        height: auto;
                    }

                    .section-tag {
                        position: absolute;
                        bottom: 10px;
                        left: 10px;
                        z-index: 1;
                    }
                }
            }

            .right-column {
                width: 47%;

                .tabs-parent {
                    display: flex;
                    flex-direction: column;

                    .tab-item {

                        border-top: 1px solid #10201C1A;
                        border-bottom: 1px solid #10201C1A;

                        .content {
                            max-height: 0;
                            overflow: hidden;
                            padding: 0;
                            transition: max-height 0.3s ease, padding 0.3s ease;
                        }

                        .header {
                            cursor: pointer;
                            padding: 18px 8px;
                            display: flex;
                            flex-direction: row;
                            align-items: center;
                            gap: 32px;
                            font-size: 22px;

                            .count {
                                font-size: 14px;
                                color: #8FA934;
                                font-weight: 600;
                            }


                            img {
                                width: 32px;
                                height: auto;
                                margin-left: auto;
                            }
                        }
                    }

                    .tab-item.active .content {
                        max-height: 300px;
                        padding: 0px 8px 18px 8px;
                    }
                }


            }
        }

        p.end-text {
            width: 760px;
            text-align: center;
            align-self: center;
        }
    }
}


#simple-supportive-home {
    margin: 0px 20px;
    border-radius: 48px;
    background-color: #F3F8DC;
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .inner-div {
        display: flex;
        flex-direction: column;
        max-width: 1080px;

        .section-tag {
            align-self: center;
            margin-bottom: 20px;
        }

        h2 {
            margin-bottom: 20px;
        }

        h2,
        p.section-text {
            text-align: center;
        }

        .section-tag,
        h3,
        p {
            margin-right: 40px;
        }

        .middle-section {
            display: flex;
            flex-direction: row;
            gap: 38px;
            justify-content: space-between;

            h3 {
                font-size: 30px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

            p {
                color: #4E5C33;
            }

            .left-column {
                width: 47%;
                display: flex;
                flex-direction: column;
                justify-content: center;

                .supportive-item {
                    display: flex;
                    flex-direction: column;
                    padding: 30px 0px 0px 0px;

                    /* Left-aligned for the left side */
                    .section-tag,
                    .style-green,
                    h3,
                    p {
                        align-self: flex-start;
                    }

                    p {
                        text-align: left;
                    }
                }

                .tilt-right {
                    margin-top: 64px;
                    transform: rotate(2deg);
                    width: 100%;
                    height: 220px;
                    object-fit: cover;
                    object-position: top center;
                    border-radius: 24px;
                    box-shadow: 0px 26px 54px -30px #26330E80;
                }
            }

            img.divider {
                object-fit: contain;
                width: 8px;
                height: auto;
            }

            .right-column {
                width: 47%;
                display: flex;
                flex-direction: column;
                justify-content: center;

                .supportive-item {
                    display: flex;
                    flex-direction: column;
                    padding: 30px 0px 48px 0px;

                    /* Left-aligned for the right side now */
                    .section-tag,
                    .style-green,
                    h3,
                    p {
                        align-self: flex-start;
                    }

                    p {
                        text-align: left;
                    }
                }

                .tilt-left {
                    margin-top: 40px;
                    transform: rotate(-2deg);
                    width: 100%;
                    height: 220px;
                    object-fit: cover;
                    object-position: top center;
                    border-radius: 24px;
                    box-shadow: 0px 26px 54px -30px #26330E80;
                }
            }
        }
    }
}

#why-choose-us-home {
    position: relative;
    padding: 60px 0px;

    img.blur-ball-purple {
        position: absolute;
        top: 0;
        right: 0;
        width: 480px;
    }

    .inner-div {
        max-width: 1180px;
        display: flex;
        margin: 0px auto;
        flex-direction: column;

        .upper-div {
            width: 100%;
            display: flex;
            flex-direction: row;
			align-items: flex-end;
			gap: 80px;


            .left-column {
                width: 50%;
                display: flex;
                flex-direction: column;
                gap: 22px;
            }

            .section-text{
                width: 50%;
				font-size: 20px;
                color: #43554D;


            }
        }

        .bottom-div {
            margin-top: 64px;
            display: flex;
            flex-direction: row;
            gap: 14px;

            .box-item {
                display: flex;
                flex-direction: column;
                padding: 26px;
                border-radius: 26px;
                flex: 1;
                transition: all 0.3s;

                .count {
                    font-size: 58px;
                }

                .sub-text {
                    font-size: 13px;
                    font-weight: 600;
                }


                &:hover {
                    filter: brightness(1.2);
                }
            }

            .box-item.item1 {
                background-color: #0B7B6C;

                .count {
                    color: #F4FBF6;
                }

                .sub-text {
                    color: #F4FBF6;
                }
            }

            .box-item.item2 {
                background-color: #CDBBF7;

                .count {
                    color: #231A3E;
                }

                .sub-text {
                    color: #231A3E;
                }
            }

            .box-item.item3 {
                background-color: #DDED9E;

                .count {
                    color: #26330E;
                }

                .sub-text {
                    color: #26330E;
                }
            }

            .box-item.item4 {
                background-color: #10201C;

                .count {
                    color: #F4FBF6;
                }

                .sub-text {
                    color: #F4FBF6;
                }

                &:hover {
                    filter: brightness(1.8);
                }
            }
        }
    }
}

#meet-section-home {
    background-color:#efe9fc;
    margin: 0px 20px;
    border-radius: 48px;
    padding: 60px 0px;

    .inner-div {
        display: flex;
        flex-direction: column;
        max-width: 1180px;
        margin: 0px auto;
        gap: 48px;

        .header-content {
            display: flex;
            flex-direction: column;
            gap: 16px;

            .section-tag {
                align-self: flex-start;
                background-color: #fff;
                color: #4A3E7C;
                padding: 6px 16px;
                border-radius: 20px;
                font-size: 11px;
                font-weight: 700;
                letter-spacing: 1.2px;
                text-transform: uppercase;
                margin: 0;
            }

            h2 {
                color: #1c143a;
                font-size: 48px;
                margin: 0;
                line-height: 1.15;

                span {
                    color: #0b7b6c; 
                }
            }

            .section-text {
                color: rgb(74, 67, 99);
                font-size: 18px;
                line-height: 1.6;
                margin: 0;
            }
        }

        .middle-section {
            display: grid;
            grid-template-columns: repeat(3, 1fr); 
            gap: 24px;

            .box-item {
                display: flex;
                flex-direction: column;
                background-color: #fff;
                border-radius: 24px;
                overflow: hidden; 
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
                height: 100%; /* Ensures all cards take full grid height */

                .image-wrapper {
                    width: 100%;
                    height: 288px;

                    img {
                        width: 100%;
                        height: 100%;
                        padding: 12px; 
                        box-sizing: border-box; 
                        object-fit: cover;
                        border-radius: 26px;
                        display: block; 
                    }
                }

                .content-wrapper {
                    padding: 16px;
                    display: flex;
                    flex-direction: column;
                    gap: 16px;
                    flex-grow: 1; /* Pushes button group down by taking available space */

                    h3 {
                        font-size: 24px;
                        color: #0E1F1B;
                        margin: 0;
                    }

                    .designation {
                        font-size: 14px;
                        color: #0B7B6C;
                        font-weight: 700;
                        margin: 0;
                    }

                    .bio {
                        font-size: 18px;
                        color: #43554D;
                        line-height: 1.6;
                        margin: 0 0 8px 0;
                    }

                    .digipost-box {
                        display: flex;
                        align-items: center; /* Centers items vertically */
                        justify-content: space-between; /* Pushes text to left, button to right */
                        background-color: #EFF7F0; 
                        padding: 14px 16px;
                        border: 1px solid #0B7B6C24; 
                        border-radius: 16px;

                        .digi-text {
                            display: flex;
                            flex-direction: column;
                            gap: 4px;

                            .label {
                                font-size: 12px;
                                font-weight: 700;
                                color: #0B6B5E;
                                text-transform: uppercase;
                                letter-spacing: 0.5px;
                                margin: 0;
                            }

                            .desc {
                                font-size: 16px;
                                color: #33473F;
                                line-height: 20px;
                                margin: 0;
                            }
                        }

                        .copy-btn {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            height: 32px;
                            width: 32px; 
                            background: transparent;
                            border: none;
                            cursor: pointer;
                            padding: 0;
                            margin-left: 12px;
                            flex-shrink: 0; /* Prevents button from shrinking */

                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                            }
                        }
                    }

                    .button-group {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 12px;
                        margin-top: auto; /* Forces buttons to stick to the bottom */

                        a {
                            flex: 1; /* Automatically makes it 100% for 1 item, or 50% for 2 items */
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                            padding: 12px 22px;
                            border-radius: 100px;
                            font-size: 15px;
                            font-weight: 600;
                            text-decoration: none;
                            transition: all 0.3s ease;
                            text-align: center;
                            box-sizing: border-box;

                            &.btn-primary {
                                background-color: #0B7B6C;
                                color: #fff;
                                border: 1px solid #0B7B6C;

                                &:hover {
                                    background-color: #096155;
                                }
                            }

                            &.btn-secondary {
                                background-color: #fff;
                                color: #0B6B5E;
                                border: 1px solid #0B7B6C52;
								font-family: AlbertSans, sans-serif;

                                .arrow {
                                    width: 10px;
                                    height: auto;
                                    margin-left: 8px;
                                }

                                &:hover {
                                    background-color: #F8FAFC;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.lesmer-btn {
	cursor: pointer;
}

.lesmer-open {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);

    &.active {
        display: flex;
    }

    .lesmer-modal {
        position: relative;
        width: 100%;
        max-width: 720px;
        max-height: 85vh;
        overflow-y: auto;
        padding: 40px;
        border-radius: 24px;
        background: #1c1c1e;
        color: #fff;
        box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
    }

    .lesmer-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        transition: background-color 0.3s ease;

        &:hover {
            background: rgba(255, 255, 255, 0.2);
        }
    }

    .lesmer-content {
        padding-right: 40px;
        color: #fff;
        font-size: 16px;
        line-height: 28px;

        p {
            margin: 0 0 16px;
			
			strong.header-text {
				font-size: 26px !important;
			}
        }

        ul {
            margin: 0 0 16px;
            padding-left: 20px;
        }

        li {
            margin-bottom: 4px;
        }

        p:last-of-type {
            margin-bottom: 10px;
        }

        ul:last-child {
            margin-bottom: 0;
        }

        a {
            color: #0B7B6C;
            text-decoration: underline;
            transition: color 0.3s ease;

            &:hover {
                color: #fff;
            }
        }
    }
}

#meet-section-home {
    .lesmer-btn {
        border: 0;
        font: inherit;
        text-align: left;
        cursor: pointer;
    }
}

@media (max-width: 640px) {
    .lesmer-open {
        .lesmer-modal {
            padding: 24px;
        }

        .lesmer-content {
            padding-right: 20px;
        }

        .lesmer-close {
            top: 14px;
            right: 14px;
        }
    }
}


#transparent-pricing-home {
    display: flex;


    .inner-div {
        display: flex;
        flex-direction: column;
        margin: 0px auto;
        align-items: center;
        padding: 60px 0px;

        

        h2,
        .section-text {
            text-align: center;
            width: 680px;
			margin-top: 20px;
        }

        .section-text {
            margin-top: 20px;
            color: #43554D;
        }

        .middle-box {
            margin-top: 20px;
            background-color: #fff;
            border: 1px solid #10201C17;
            padding: 44px;
            border-radius: 30px;
            max-width: 1180px;

            .categories {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: 0px;
                column-gap: 22px;


                .cat-item {
                    display: flex;
                    flex-direction: row;
                    gap: 13px;
                    padding: 16px 0px;
                    width: 45%;
                    font-size: 22px;
                    border-bottom: 1px solid #10201C17;
					align-items: center;

                    img {
                        width: 38px;
                        height: 38px;
                    }
                }
            }

            .bottom-text {
                padding: 18px 0px;
                color: #43554D;
            }

            .cta-section {
                gap: 12px;
                display: flex;
                flex-direction: row;
            }
        }
    }
}


#gift-card {
	display: none;
    background-color: #F3F8DC;
    border-radius: 48px;
    padding: 60px 0px;
    margin: 0px 20px;

    .inner-div {
        width: 1180px;
        margin: 0px auto;
        gap: 86px;
        display: flex;
        flex-direction: row;
        align-items: center;

        .left-column {
            display: flex;
            flex-direction: column;
            gap: 12px;
            width: 48%;

            .section-text {
                color: #4E5C33;
                font-size: 18px;
            }

            .lists {

                .list-item {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    padding: 12px 0px;
                    border-top: 1px solid #26330E17;
                    gap: 10px;

                    font-size: 16px;
                    color: #3B4A1C;


                    img {
                        width: 16px;
                    }
                }
            }

            .cta-section {
                display: flex;
                flex-direction: row;
                margin-top: 12px;
                gap: 12px;
            }
        }

        .right-column {

            position: relative;
            height: fit-content;
            width: 48%;
            border-radius: 28px;
            padding: 38px;
            box-shadow: 0px 42px 70px -34px #08332D66;
            background: linear-gradient(117.38deg, #084C43 0%, #0B7B6C 60%, #12907E 100%);
            gap: 66px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: all 0.6s;

            &:hover {
                transform: translateY(-8px);
            }

            .blur-circle {
                position: absolute;
                top: 0;
                right: 0;
                z-index: 1;
                pointer-events: none;
            }


            .upper-div {

                display: flex;
                flex-direction: row;
                justify-content: space-between;

                p.title {
                    font-family: Gloock, Georgia, serif;
                    color: #F4FBF6;

                    span {
                        color: #C6DC6B;
                    }
                }

                .section-tag {
                    z-index: 2;
                    padding: 8px 16px;
                    color: #F4FBF6 !important;
                    width: fit-content;
                    border-radius: 100px;
                    border: 1px solid #F4FBF6;
                    text-transform: uppercase;
                    font-size: 12px;
                    font-weight: 700;
                    letter-spacing: 1.2px;
                    background-color: transparent;
                    transition: all 0.3s;

                    &:hover {
                        background-color: #d9d9d923;
                    }
                }
            }

            .middle-text {
                font-size: 30px;
                width: 320px;
                font-family: Gloock, Georgia, serif;
                color: #F4FBF6;
            }

            .bottom-div {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                color: #B9D4C8;

                p {
                    font-size: 12px;
                }
            }
        }
    }
}

#visit-us {
	background-color: #F3F8DC;
    border-radius: 48px;
    padding: 40px 0px;
    margin: 0px 20px 60px 0px;

    .inner-div {
        margin: 0px auto;
        max-width: 1180px;
		
     .header {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%; 
   
      h2 {
        margin: 10px 0px 44px 0px;
      }   
    }

        .visit-container {
            display: flex;
            flex-direction: row;
            border-radius: 32px;
            border: 1px solid #10201C17;

            .left-column {
                background-color: #fff;
                padding: 44px;
                border-radius: 32px 0px 0px 32px;
                display: flex;
                flex-direction: column;
                width: 40%;

                .clinic-item {
                    h3 {
                        font-size: 34px;
                        margin-top: 0; /* Tabs hatane ke baad top margin ki zaroorat nahi */
                    }

                    .city-tag {
                        border-bottom: 1px solid #10201C12;
                        padding-bottom: 24px;
                        padding-top: 12px;
                        margin-top: 0;
                    }

                    p {
                        color: #7C8B82;
                        font-size: 16px;
                    }

                    .timings {
                        margin-top: 10px;
						margin-bottom:20px;

                        .list-item {
                            padding: 14px 0px;
                            border-bottom: 1px solid #10201C12;
                            font-weight: 700;
                            color: #7C8B82;
                            font-size: 12px;
                            display: flex;
                            flex-direction: row;
                            justify-content: space-between;
                            align-items: center; /* Ensures text aligns correctly */

                            .time {
                                color: #10201C;
                                font-size: 16px;
                                font-weight: 600;
                                margin: 0; /* Extra margins hata diye hain */
                            }
                        }
                    }

                    a.cta {
    						font-family: AlbertSans, sans-serif;
    						font-weight: 600;
    						font-size: 15px;
    						padding: 11px 10px 11px 26px;
    						display: inline-flex;
    						align-items: center;
    						justify-content: center;
    						gap: 12px;
    						border-radius: 100px;
    						background-color: #0B7B6C;
    						border: 1px solid #0B7B6C;
    						color: #F4FBF6;
    						text-decoration: none;
    						line-height: 1;
    						box-shadow: 0px 16px 34px -14px #084C438C;
    						transition: all 0.3s;
						    margin-top: 20px 0px;

    						img {
        						height: 40px;
        						padding: 12px;
        						background-color: #F4FBF6;
        						border-radius: 100%;
        						display: block;
        						flex-shrink: 0;
        						border: 0.5px solid #0B7B6C;
    						}

    						&:hover {
        						background-color: #F4FBF6;
        						color: #0B7B6C;
    						}
						}
                }
            }

            .right-column {
                width: 60%;
                border-radius: 0px 32px 32px 0px;

                iframe {
                    display: block;
                    width: 100%;
                    height: 100%;
                    border: 0;
                    border-radius: 0px 32px 32px 0px;
                }
            }
        }
    }
}

#good-to-know-home {
    border-radius: 48px;
    padding: 60px 0px;
    background-color: #EFE9FC;
	margin: 0px 20px;

    .inner-div {
        margin: 0px auto;
        max-width: 1140px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 86px;

        h2 {
            color: #1C143A;
            margin-top: 10px;

            span {
                color: #7B5FD1;
            }
        }

        .left-column {
            width: 45%;
            gap: 8px;
            display: flex;
            flex-direction: column;
            position: sticky;
            top: 100px;
            align-self: flex-start;

            .patients-card {
                background-color: #ffffff;
                border-radius: 24px;
                padding: 32px;
                margin-top: 24px;
                display: flex;
                flex-direction: column;
                gap: 16px;

                .card-header {
                    display: flex;
                    align-items: center;
                    gap: 16px;

                    .circles {
                        display: flex;

                        .circle {
                            width: 28px;
                            height: 28px;
                            border-radius: 50%;
                            border: 2px solid #ffffff;
                            
                            &:not(:first-child) {
                                margin-left: -12px;
                            }

                            &.purple { background-color: #BCA4ED; }
                            &.teal { background-color: #9BD3CB; }
                            &.green { background-color: #D6F19E; }
                        }
                    }

                    h4 {
                        margin: 0;
                        font-size: 14px;
                        font-family: AlbertSans, sans-serif;
                        color: #1C143A;
                        font-weight: 700;
                    }
                }

                .card-desc {
                    margin: 0;
                    font-size: 16px;
                    color: #4A4A68; 
                    line-height: 1.5;
                }

                .btn-purple {
                    background-color: #6B4FC8;
                    color: #ffffff;
                    font-size: 14px;
                    font-weight: 600;
                    text-decoration: none;
                    padding: 14px 24px;
                    border-radius: 100px;
                    display: inline-flex;
                    align-items: center;
                    gap: 8px;
                    align-self: flex-start;
                    margin-top: 8px;
                    transition: background-color 0.3s ease;

                    &:hover {
                        background-color: #6347A6;
                    }
                    
                    span {
                        font-size: 8px;
                        line-height: 1;
                    }
                }
            }
        }

        .right-column {
            width: 55%;

            .tabs-parent {
                display: flex;
                flex-direction: column;
                gap: 10px;

                .tab-item {
                    background-color: #fff;
                    padding: 20px 22px 20px 22px;
                    border-radius: 20px;

                    .header {
                        display: flex;
                        flex-direction: row;
                        font-family: AlbertSans, sans-serif;
                        font-size: 18px;
                        font-weight: 700;
                        color: #1C143A;
                        align-items: center;
                        cursor: pointer;

                        img {
                            margin-left: auto;
                            width: 32px;
                        }
                    }

                    .content {
                        max-height: 0;
                        overflow: hidden;
                        padding: 3px 0px;
                        transition: max-height 0.3s ease, padding 0.3s ease;
                    }
                }
            }
        }
    }
}

#newsletter-cta {
    max-width: 1180px;
    margin: 60px auto;
    padding: 54px;
    border-radius: 34px;
    box-sizing: border-box;
    background: linear-gradient(to right,
            #DDED9E 0%,
            #E8F3B8 50%,
            #D3E88F 100%);

    .inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

        .left-column {
            width: 46%;
            display: flex;
            flex-direction: column;

            h2 {
                font-size: 32px;
                margin: 18px 0px 10px 0px;
                color: #26330E;
            }

            .section-text {
                font-size: 16px;
                color: #4E5C33;
                line-height: 27px;
            }
        }

        .right-column {
            width: 45%;

            /* NEW: Topics Pills Styling */
            .topics-container {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                margin-bottom: 20px;

                .topic-pill {
					font-family: AlbertSans, sans-serif;
                    display: inline-flex;
                    align-items: center;
                    gap: 8px;
                    background: #ffffff;
                    border: 1px solid #D6E3B8;
                    padding: 8px 16px;
                    border-radius: 100px;
                    font-size: 13px;
                    font-weight: 500;
                    color: #10201C;
                    cursor: pointer;
                    user-select: none;
                    transition: all 0.2s ease;

                    input[type="checkbox"] {
                        display: none; 
                    }

                    .custom-box {
                        width: 16px;
                        height: 16px;
                        border: 1.5px solid #A4BA81;
                        border-radius: 4px;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        transition: all 0.2s ease;
                        position: relative;
                    }

                    &.checked, &:hover {
                        border-color: #0B7B6C;
                        
                        .custom-box {
                            background-color: #0B7B6C;
                            border-color: #0B7B6C;

                            &::after {
                                content: "";
                                width: 4px;
                                height: 8px;
                                border: solid white;
                                border-width: 0 2px 2px 0;
                                transform: rotate(45deg);
                                position: absolute;
                                top: 2px;
                            }
                        }
                    }
                }
            }

            .email-form {
                display: flex;
                align-items: center;
                gap: 10px;
                background: #fff;
                padding: 4px 8px 4px 8px;
                border-radius: 100px;
            }

            .email-form input {
                flex: 1;
                border: none;
                outline: none;
                padding: 18px;
                font-size: 16px;
                color: #10201C;
                background: transparent;
            }

            .email-form input::placeholder {
                color: #7C8B82;
            }

            .email-form button {
                border: none;
                border-radius: 100px;
                padding: 13px 28px;
                background: #0B7B6C;
                border: 1px solid #0B7B6C;
                color: #F4FBF6;
                font-size: 16px;
                font-weight: 700;
                cursor: pointer;
                transition: all 0.3s;

                &:hover {
                    color: #0B7B6C;
                    background: #F4FBF6;
                }
            }

            .sub-text {
                margin-top: 14px;
                margin-left: 12px;
                font-size: 12px;
                color: #5A6A3D;
            }
        }
    }
}

#articles {
    .inner-div {
        display: flex;
        flex-direction: column;
        max-width: 1180px;
        margin: 0px auto;
        gap: 20px;
        padding: 40px 0px 0px 0px;

        .upper-div {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .bottom-action {
            display: flex;
            justify-content: center; 
            margin-top: 10px;

            a.view-all {
                text-decoration: none;
                color: #0B6B5E;
                padding-bottom: 2px;
                border-bottom: 1px solid #0B7B6C4D;
                display: inline-flex;
                align-items: center;
                justify-content: center;

                img {
                    width: 14px;
                    height: auto;
                    margin-left: 10px;
                }
            }
        }

        .article-section {
            display: flex;
            flex-direction: row;
            gap: 18px;
            margin-top: 30px;

            .article-item {
                display: flex;
                flex-direction: column;
                border-radius: 26px;
                border: 1px solid #10201C14;
                background-color: #fff;
                cursor: pointer;
                transition: all 0.3s;
                width: 33%;
                text-decoration: none;

                &:hover {
                    background-color: #f1f1f1;
                }

                p.category {
                    color: #0B7B6C;
                    font-size: 12px;
                    font-weight: 600;
                }

                h3 {
                    color: #10201C;
                    font-size: 22px;
                }

                img {
                    width: 100%;
                    height: 200px;
                    object-fit: cover;
                    object-position: center center;
                    border-radius: 26px 26px 0px 0px;
                }

                .article-content {
                    padding: 22px 24px;
                    display: flex;
                    flex-direction: column;
                    gap: 8px;

                    p.article-text {
                        color: #43554D;
                    }
                }
            }
        }
    }
}

/* ============================  
 *    ARTICLE MAIN PAGE
 * ============================ */

#hero-articles {
   position: relative;
   margin-top: -100px;
   text-align: center;
   padding: 160px 0px 49px 0px ;
	
	.blur-lime {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 530px;
    }

    .blur-purple {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        width: 560px;
        pointer-events: none;
    }

    .inner-div {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    h1 {
        font-size: 52px;
        line-height: 1.15em;
    }

    .section-text {
        color: #43554D;
        max-width: 762px;
        font-size: 20px ;
    }
}

.search-bar {
    width: 100%;
    max-width: 540px;
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: #fff;
    border-radius: 100px;
    padding: 18px 26px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;

    &:focus-within {
        border-color: #0B7B6C; 
        .search-bar__icon {
            opacity: 0.9;
        }
    }

    .search-bar__icon {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        opacity: 0.55;
        transition: opacity 0.2s ease;
    }

    .search-bar__input {
        flex: 1;
        border: none;
        outline: none;
        background: transparent;
        font-family: AlbertSans, sans-serif;
        font-size: 16px;
        color: #10201C;

        &::placeholder {
            color: #7C8B82;
        }
    }
}

/* ----------------------------------------------------------------------
 * LISTING SECTION LAYOUT (sidebar + main column)
 * ---------------------------------------------------------------------- */
.tag-row {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  background-color: #0b7b6c1a;
  padding: 8px 18px;
  border-radius: 100px;
  gap: 8px;
  p {
    margin: 0;
    font-family: AlbertSans, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #0b6b5e;
    line-height: 1;
    &:not(:last-child)::after {
      content: "·";
      margin-left: 8px;
      font-weight: 700;
    }
  }
}


.featured-article {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
    border-radius: 32px;
    border: 1px solid #10201C14;
    overflow: hidden;
	height: 450px;
    transition: all 0.3s;
}

.featured-article:hover {
    background-color: #fafaf7;
}

.featured-article__image {
    width: 50%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    background-color: #10201C0D;
}

.featured-article__content {
    width: 50%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}

.featured-article__content h2 {
    font-size: 28px;
    line-height: 1.2em;
    color: #0E1F1B;
}

.featured-article__content .section-text {
    color: #43554D;
}

#articles-listing {

    .inner-div {
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

.articles-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: start;
    gap: 48px;
}

@media (max-width: 900px) {
    .articles-layout {
        grid-template-columns: 1fr;
    }
}

/* ----------------------------------------------------------------------
 * SIDEBAR
 * ---------------------------------------------------------------------- */

.articles-sidebar {
    display: flex;
    flex-direction: column;
	background: #F3F8DC;
	padding: 20px;
    gap: 28px;
    position: sticky;
    top: 124px;
}

.sidebar-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #10201C14;

    &:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    &.is-collapsed {
        .sidebar-block__body {
            display: none;
        }

        .chevron {
            transform: rotate(-90deg);
        }
    }
}

.sidebar-block__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: AlbertSans, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #10201C;

    .chevron {
        color: #10201C;
        transition: transform 0.2s ease;
    }
}

.sidebar-block__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Radio rows (Category / Sort) */

.filter-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: AlbertSans, sans-serif;
    font-size: 14px;
    color: #43554D;

    input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

    .filter-radio__dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1.5px solid #C7CFCA;
        flex-shrink: 0;
        transition: border-color 0.15s ease, background-color 0.15s ease;
    }

    .filter-radio__label {
        flex: 1;
    }

    .filter-radio__count {
        font-size: 12px;
        color: #ADB8B2;
    }

    input:checked ~ .filter-radio__dot {
        border-color: #6C63FF;
        background-color: #6C63FF;
    }

    input:checked ~ .filter-radio__label {
        color: #10201C;
        font-weight: 600;
    }
}

/* Sort block reuses the same radio styling but with the green accent */
.sidebar-block[data-block="sort"] .filter-radio input:checked ~ .filter-radio__dot {
    border-color: #0B6B5E;
    background-color: #0B6B5E;
}

.sidebar-block[data-block="sort"] .filter-radio input:checked ~ .filter-radio__label {
    color: #0B6B5E;
}

/* Checkbox rows (Tags) */

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: AlbertSans, sans-serif;
    font-size: 14px;
    color: #43554D;

    input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

    .filter-checkbox__box {
        width: 16px;
        height: 16px;
        border-radius: 5px;
        border: 1.5px solid #C7CFCA;
        flex-shrink: 0;
        position: relative;
        transition: border-color 0.15s ease, background-color 0.15s ease;
    }

    .filter-checkbox__box::after {
        content: "";
        position: absolute;
        left: 4.5px;
        top: 1.5px;
        width: 4px;
        height: 8px;
        border: solid #fff;
        border-width: 0 1.6px 1.6px 0;
        transform: rotate(45deg);
        opacity: 0;
        transition: opacity 0.15s ease;
    }

    input:checked ~ .filter-checkbox__box {
        border-color: #0B6B5E;
        background-color: #0B6B5E;
    }

    input:checked ~ .filter-checkbox__box::after {
        opacity: 1;
    }

    input:checked ~ .filter-checkbox__label {
        color: #10201C;
        font-weight: 600;
    }
}

/* ----------------------------------------------------------------------
 * MAIN COLUMN
 * ---------------------------------------------------------------------- */

.articles-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.articles-main__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;

    h2 {
        font-size: 32px;
        margin: 0;
        color: #10201C;
    }
}

.articles-sort-label {
    font-family: AlbertSans, sans-serif;
    font-size: 14px;
    color: #7C8B82;
    margin: 0;
    white-space: nowrap;

    span {
        color: #10201C;
        font-weight: 600;
    }
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: AlbertSans, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #0B6B5E;
    text-decoration: none;
    white-space: nowrap;

    img {
        width: 12px;
        height: 12px;
    }
}

.author-byline {
    display: flex;
    align-items: center;
    gap: 12px;

    .author-byline__avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      object-fit: cover;
      object-position: top;
      display: block;
      flex-shrink: 0;
}

    .author-byline__meta {
        display: flex;
        flex-direction: column;
        gap: 1px;
    }
	.author-byline__text {
       font-size: 14px;
       line-height: 1.4em;
       font-weight: 400;
	}

    .author-byline__name {
        font-family: AlbertSans, sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #10201C;
        margin: 0;
    }

    .author-byline__sub {
        font-family: AlbertSans, sans-serif;
        font-size: 12px;
        color: #7C8B82;
        margin: 0;
    }
}

/* ----------------------------------------------------------------------
 * ARTICLE CARD GRID
 * ---------------------------------------------------------------------- */

.article-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.article-grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
    .article-grid.grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .article-grid {
        grid-template-columns: 1fr;
    }
    .article-grid.grid-3 {
        grid-template-columns: 1fr;
    }
}

.article-card {
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    border: 1px solid #10201C14;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    height: 100%; /* Ensure the card takes full height if placed in a grid */

    &:hover {
        box-shadow: 0 12px 32px rgba(16, 32, 28, 0.08);
        transform: translateY(-2px);
    }

    .article-card__image-wrap {
        position: relative;
        width: 100%;
        height: 220px;
    }

    .article-card__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        background-color: #10201C0D;
    }

    .article-card__badge {
        position: absolute;
        top: 16px;
        left: 16px;
        padding: 6px 13px;
        border-radius: 100px;
        background-color: #FBFAF5F0;
        backdrop-filter: blur(6px);
        color: #0B6B5E;
        font-family: AlbertSans, sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .article-card__body {
        padding: 24px 26px 26px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        flex: 1;
    }

    .article-card__meta-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .article-card__date {
        font-family: AlbertSans, sans-serif;
        font-size: 13px;
        color: #7C8B82;
    }

    .article-card__likes {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-family: AlbertSans, sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #10201C;

        svg {
            color: #E8626F;
        }
    }

    .article-card__title {
        color: #10201C;
        font-size: 21px;
        line-height: 1.3em;
        margin: 0;
    }

    .article-card__excerpt {
        color: #43554D;
        font-size: 15px;
        line-height: 24px;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .article-card__divider {
        height: 1px;
        background-color: #10201C14;
        margin: auto 0 6px; /* Changed margin-top to auto */
    }

    .article-card__footer-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        /* Removed margin-top: 4px because the divider's margin handles spacing now */
    }

    .article-card__reviewer {
        font-family: AlbertSans, sans-serif;
        font-size: 12px;
        color: #7C8B82;
        margin: 0;

        span {
            color: #0B6B5E;
            font-weight: 600;
        }
    }
}

/* ----------------------------------------------------------------------
 * LOAD MORE
 * ---------------------------------------------------------------------- */

.articles-load-more {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.custom-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-pagination button {
    font-family: AlbertSans, sans-serif;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #10201C1F;
    background-color: #fff;
    color: #10201C;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-pagination button.page-num {
    width: 40px;
}

.custom-pagination button.page-nav {
    padding: 0 16px;
}

.custom-pagination button:hover:not(.disabled):not(.active) {
    border-color: #0B6B5E;
    color: #0B6B5E;
}

.custom-pagination button.active {
    background-color: #0B6B5E;
    border-color: #0B6B5E;
    color: #fff;
}

.custom-pagination button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.custom-pagination .page-dots {
    color: #10201C;
    font-weight: 600;
    padding: 0 4px;
}

.btn-see-more-articles {
    font-family: AlbertSans, sans-serif;
    font-weight: 600;
    font-size: 15px;
	 color: #0B6B5E;
    padding: 14px 32px;
    border-radius: 100px;
    border: 1px solid #10201C1F;
    background-color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.btn-see-more-articles:hover {
    border-color: #0B6B5E;
    color: #0B6B5E;
}

.no-posts-found {
    text-align: center;
    padding: 60px 0;
    color: #7C8B82;
    font-family: AlbertSans, sans-serif;
    grid-column: 1 / -1;
}
/* ============================  
 *    ARTICLE DETAILS PAGE
 * ============================ */

.inline-link {
    color: #6B4FC8;
    font-weight: 600;
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }
}

.lime-cta {
    font-family: AlbertSans, sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 26px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background-color: #DDED9E;
    color: #26330E;
    text-decoration: none;
    transition: all 0.3s;

    img {
        width: 12px;
        height: 12px;
    }

    &:hover {
        background-color: #ECF5C0;
    }
}

.article-header {
    max-width: 880px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 18px;

    .blur-purple {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        width: 560px;
        pointer-events: none;
    }

    h1 {
        font-size: 42px;
        line-height: 1.2em;
    }

    .section-text {
        color: #43554D;
    }

    .article-featured-image {
        width: 100%;
        margin-top: 12px;
        border-radius: 16px;
        overflow: hidden;

        img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
    }

    .article-meta-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 24px;
        margin-top: 8px;

        .read-time {
            display: flex;
            align-items: center;
            gap: 6px;
            background-color: #E6F4EF;
            color: #1A6C54;
            padding: 8px 16px;
            border-radius: 20px;

            p {
                font-size: 14px;
                font-weight: 700;
            }
        }

        .share-section {
            display: flex;
            align-items: center;
            gap: 16px;

            .share-label {
                font-size: 18px;
                font-weight: 500;
                color: #43554D;
            }

            .share-icons {
                display: flex;
                border-left: 1px solid #A3C2BE;
                padding: 0px 20px;
                gap: 8px;

                .share-icons__item {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    border: 1px solid #EBEBEB;
                    background-color: #FFFFFF;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: all 0.3s ease;

                    img {
                        width: 14px;
                        height: 14px;
                        object-fit: contain;
                    }

                    &:hover {
                        transform: scale(1.15);
                    }
                }
            }
        }
    }

    .article-meta-cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin-bottom: 32px;

        .meta-card {
            background-color: #FFFFFF;
            border-radius: 12px;
            padding: 14px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
            border: 1px solid #F3F3F3;

            .meta-avatar {
                width: 48px;
                height: 48px;
                border-radius: 50%;
                object-fit: cover;
            }

            .meta-card-text {
                display: flex;
                flex-direction: column;

                .meta-label {
                    font-size: 12px;
                    font-weight: 700;
                    text-transform: uppercase;
                    color: #6B4FC8;
                    letter-spacing: 0.5px;
                    margin-bottom: 3px;
                }

                .meta-value {
                    font-size: 16px;
                    font-weight: 600;
                    color: #10201C;
                }
            }
        }
    }
}

#article-hero {
    max-width: 880px;
    margin: 40px auto 0;
    box-sizing: border-box;

    img {
        width: 100%;
        height: 460px;
        object-fit: cover;
        border-radius: 28px;
        margin-bottom: 18px;
        display: block;
    }
}

#article-body-signs {
    .inline-link-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;

        li {
            font-family: AlbertSans, sans-serif;
            font-size: 18px;
            line-height: 1.4em;
            color: #33473F;
        }
    }
}

#article-cta {
    position: relative;
    overflow: hidden;
    max-width: 880px;
    margin: 40px auto 0;
    padding: 40px;
    box-sizing: border-box;
    background: linear-gradient(101.26deg, #0B7B6C 0%, #0E5F55 60%, #08453D 100%);
    border-radius: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    @media (max-width: 768px) {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .cta-shadow {
        position: absolute;
        top: -120px;
        left: -120px;
        width: 380px;
        height: auto;
        pointer-events: none;
        z-index: 1;
    }

    > *:not(.cta-shadow) {
        position: relative;
        z-index: 2;
    }

    .cta-content-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        max-width: 500px;
    }

    .article_section-tag {
        padding: 8px 16px;
        background-color: #FFFFFF24 !important;
        color: #dded9e !important;
        width: fit-content;
        border-radius: 100px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.2px;
        margin: 0;
    }

    .yellow-cta {
        flex-shrink: 0;
    }

    h3 {
        color: #F4FBF6;
        font-size: 32px;
        margin: 0;
        line-height: 1.2;
    }

    p {
        color: #B9D4C8;
        margin: 0;
    }
}

.feedback-section {
    background: #EFF7F0;
    border: 1px solid #0B7B6C29;
    border-radius: 24px;
    max-width: 880px;
    margin: 44px auto;
    padding: 32px 24px;
    text-align: center;

    h3 {
        font-family: Gloock, Georgia, serif;
        font-size: 26px;
        color: #1b2545;
        margin-bottom: 8px;
    }

    p {
        font-size: 16px;
        color: #43554D;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .feedback-actions {
        display: flex;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .feedback-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 22px;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
        font-weight: 600;
        font-size: 15px;
        color: #2f6659;
        cursor: pointer;
        transition: opacity 0.2s ease;

        &--no {
            color: #7c6fef;
        }

        img {
            width: 18px;
            height: 18px;
        }
    }

     &.voted .feedback-btn:not(.active) {
        opacity: 0.4;
    }

    &.voted .feedback-btn:not(.active):hover {
        opacity: 0.7;
    }


    .feedback-divider {
        height: 1px;
        background: rgba(0, 0, 0, 0.08);
        margin: 24px 0;
    }

    .feedback-count {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 20px;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 14px;
        font-weight: 600;
        color: #2f6659;

        .heart-icon {
            color: inherit;
            transition: all 0.3s ease;
        }
    }

    &.voted-yes .feedback-count .heart-icon {
        color: #e32636;
        fill: #e32636;
    }
}

#author-card {
    max-width: 880px;
    margin: 48px auto 80px;
    padding: 32px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #10201C14;
    border-radius: 24px;
    display: flex;
	align-items: center;
    gap: 20px;

    .author-card__avatar {
        width: 84px;
        height: 84px;
        border-radius: 50%;
        object-fit: cover;
		object-position: top;
        flex-shrink: 0;
    }

    .author-card__content {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .author-card__label {
        font-family: AlbertSans, sans-serif;
        font-size: 12px;
        font-weight: 700;
        color: #9B7FE8;
        margin: 0;
    }

    .author-card__name {
        font-size: 22px;
        font-weight: 400;
        margin: 0 0 4px;
    }

    .author-card__bio {
        font-family: AlbertSans, sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #43554D;
        margin: 0 0 10px;
    }
}

/* Main article content wrapper — single source of truth */
#article-body {
    max-width: 880px;
    margin: 0 auto;
    transition: padding-bottom 0.3s ease;

    p {
        color: #33424A;
        font-size: 20px;
        margin: 0 0 20px;
    }

    h2 {
        color: #0B7B6C;
        font-size: 42px;
        font-weight: 400;
        margin: 40px 0 25px;
    }

    h2.accent {
        color: #0B7B6C;
    }

    h3 {
        color: #6B4FC8;
        font-size: 34px;
        font-weight: 400;
        line-height: 1.5em;
        margin: 32px 0 12px;
    }

    h4, h5, h6 {
        color: #0B7B6C;
        margin: 24px 0 8px;
    }

    ul {
        list-style: none;
        padding-left: 0;
        margin: 16px 0 24px;

        li {
            font-family: AlbertSans, sans-serif;
            font-size: 18px;
            line-height: 1.4em;
            color: #6B4FC8;
            position: relative;
            padding-left: 32px;
            margin-bottom: 10px;

            &::before {
                content: "";
                position: absolute;
                left: 0;
                top: 4px;
                width: 20px;
                height: 20px;
                background-image: url('https://sysinn.net/spesialistipsykiatrinoNew/wp-content/uploads/2026/08/Image.webp');
                background-size: contain;
                background-repeat: no-repeat;
            }

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

    a {
        color: #6B4FC8;
        font-weight: 600;
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }

    blockquote {
        margin: 36px 0;
    	padding: 24px 21px;
    	box-sizing: border-box;
    	background-color: #F1ECFB;
    	border-left: 4px solid #7B5FD1;
    	border-radius: 24px;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	gap: 24px;
    	flex-wrap: wrap;
		
	.blockquote-content {
        flex: 1;
        min-width: 260px;
    }

        p {
            margin: 0 0 12px;
            font-size: 17px;
			font-weight: 600;
            line-height: 1.4em;
            color: #1C143A;

            &:last-child {
                margin-bottom: 0;
            }
        }

       .blockquote-cta {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 24px;
        border-radius: 100px;
        border: 1px solid #7B5FD1;
        color: #6B4FC8;
        font-family: AlbertSans, sans-serif;
        font-weight: 700;
		box-sizing: border-box;   
        font-size: 15px;
        text-decoration: none;
        white-space: nowrap;
        transition: all 0.3s ease;

        &:hover {
            background-color: #6B4FC8;
            color: #fff;
        }
    }
    }

    figure {
        margin: 36px 0;

        img {
            width: 100%;
            border-radius: 24px;
            height: auto;
            display: block;
            object-fit: cover;
        }

        figcaption {
            margin-top: 12px;
            text-align: center;
            font-family: AlbertSans, sans-serif;
            font-size: 13px;
            color: #7C8B82;
        }
    }

    img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 24px;
        display: block;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin: 36px 0;
        border: 1px solid #10201C14;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 26px 56px -46px #084C4380;
        font-family: AlbertSans, sans-serif;

       
        thead {
            background-color: #0B4D3E;

            th {
                color: #EEF7C8;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: 0.06em;
                text-align: left;
                padding: 18px 24px;
            }
        }

        tbody {
            tr {
                background-color: #fff;

                &:not(:last-child) td {
                    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
                }

                &:nth-child(odd) td:first-child {
                    background-color: #DDED9E33;
                }

                &:nth-child(even) td:first-child {
                    background-color: #CDBBF724;
                }
            }

            td {
                padding: 22px 24px;
                font-size: 16px;
                line-height: 1.5em;
                color: #0E1F1B;
                vertical-align: top;

                &:first-child {
                    font-weight: 700;
                    color: #1C143A;
                }
            }
        }
    }

    .quick-answer-box {
        margin: 40px 0 0;
        background-color: #EFF7F0;
        border: 1px solid #0B7B6C29;
		display: flex;
		flex-direction:column;
        border-radius: 24px;
        padding: 36px 40px;
        box-sizing: border-box;

        .section-tag {
            margin-bottom: 16px;
        }

        p {
            color: #1C2B26;
            font-size: 19px;
            line-height: 1.6em;
            margin: 0;
        }
    }
	
	

   .toc-section {
    position: sticky;
    top: 10px;
    z-index: 10;
    margin: 24px 0 0;
    background-color: #fff;
    border: 1px solid #10201C14;
    border-radius: 24px;
}

    .toc-header {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 24px 28px;
        cursor: pointer;

        h3 {
            font-family: Gloock, Georgia, serif;
            font-size: 22px;
            color: #0E1F1B;
            margin: 0;
            flex: 1;
        }
    }

    .toc-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background-color: #EFF7F0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;

        img {
            width: 17px;
            height: 17px;
        }
    }

    .toc-toggle {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: none;
        background-color: #FBFAF5;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 0.3s ease;
        flex-shrink: 0;

        img {
            width: 7px;
            height: auto;
        }
    }

    &.is-open .toc-toggle {
        transform: rotate(180deg);
    }

   .toc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
    border: 1px solid transparent; 

    &.is-open {
        
        border-color: #E0E0E0;
    }

    ul {
        list-style: none;
        margin: 0;
        padding: 24px;
		background-color: #FAFAFA; 
    }

    li {
        font-family: AlbertSans, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4em;
        color: #33473F;
        position: relative;
        padding-left: 32px;
        padding-bottom: 12px;
        margin-bottom: 12px;
        
        border-bottom: 1px solid rgba(51, 71, 63, 0.08);

        &::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.2em;
            width: 16px;
            height: 16px;
            background-image: url('https://sysinn.net/spesialistipsykiatrinoNew/wp-content/uploads/2026/07/BackgroundBorder.webp');
            background-size: contain;
            background-repeat: no-repeat;
        }

        &:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none; 
        }

        a {
            color: inherit;
            text-decoration: none;
            transition: color 0.2s ease, transform 0.2s ease;
            display: inline-block;

            &:hover {
                color: #0B7B6C;
                transform: translateX(4px);
            }
        }
    }
}
}
	
.articles-pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;

    .page-numbers {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        height: 40px;
        padding: 0 15px;
        border-radius: 100px;
        background-color: #fff;
        border: 1px solid #10201C14;
        color: #33473F;
        font-family: AlbertSans, sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s;

        &:hover {
            background-color: #f5f5f2;
        }

        &.current {
            background-color: #0B6B5E;
            color: #fff;
            border-color: #0B6B5E;
        }

        &.next, &.prev {
            padding: 0 20px;
        }
    }
}

.article-conclusion {
    max-width: 880px;
    margin: 40px auto 0;
    padding: 36px 0;
    box-sizing: border-box;

    h2 {
        color: #0B7B6C;
        font-size: 42px;
        font-weight: 400;
        margin: 0 0 16px;
    }

    p {
        color: #33424A;
        font-size: 20px;
        line-height: 1.6em;
        margin: 0;
    }
}

#faq-section {
    padding: 40px 0;
    max-width: 880px;
    margin: 0 auto;

    .faq-section__title {
        font-size: 42px;
        color: #0B7B6C;
        margin-bottom: 24px;
    }

    .faq-list {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .tab-item {
        background: #fff;
        border: 1px solid #10201C14;
        border-radius: 20px;
        padding: 22px 24px;
        transition: box-shadow 0.2s ease;

        .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            cursor: pointer;
        }

        .question {
            font-weight: 700;
            font-size: 20px;
            color: #1C143A;
            margin: 0;
        }

        .toggle-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #ede9fb;
            flex-shrink: 0;
            transition: transform 0.3s ease;

            img {
                width: 100%;
                height: 100%;
            }
        }

        .content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;

            p {
                margin: 16px 0 0;
                font-size: 20px;
                line-height: 1.6;
                color: #4a4d63;
            }
        }

        &.active {
            .toggle-icon {
                transform: rotate(45deg);
            }
        }
    }
}

.references-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 880px;
    padding: 20px 24px;
    border: 1px solid #9B7FE83D;
    border-radius: 24px;
    background: #EFE9FC;
    margin: 0px auto;

    .references-header {
        display: flex;
        align-items: center;
        gap: 14px;
        flex: 1;
    }

    .heading {
        font-size: 22px;
        font-weight: 700;
        color: #1C143A;
    }

    .sub {
        font-size: 14px;
        font-weight: 400;
        color: #4A4363;
        margin-top: 2px;
    }

    .references-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: #fff;
        color: #7c6fef;
        flex-shrink: 0;

        img {
            height: 17px;
            width: 17px;
        }
    }

    .references-heading {
        display: flex;
        flex-direction: column;
        gap: 2px;

        strong {
            font-family: Gloock, Georgia, serif;
            font-size: 18px;
            color: #1b2545;
        }

        small {
            font-size: 14px;
            color: #6b6f8a;
        }
    }

    .references-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: none;
        background: #fff;
        color: #1b2545;
        cursor: pointer;
        transition: transform 0.3s ease;
        flex-shrink: 0;
        margin-left: auto;

        img {
            height: 17px;
            width: 17px;
        }

        svg {
            transition: transform 0.3s ease;
        }
    }

    &.is-open .references-toggle svg {
        transform: rotate(180deg);
    }

    .references-content {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;

        ul {
            list-style: none;
            margin: 16px 0;
            padding: 16px 0 0;
            border-top: 1px solid rgba(0, 0, 0, 0.08);
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        li {
            font-family: AlbertSans, sans-serif;
            font-size: 18px;
            line-height: 1.4em;
            color: #6B4FC8;
            position: relative;
            padding-left: 32px;
            margin-bottom: 10px;

            &::before {
                content: "";
                position: absolute;
                left: 0;
                top: 4px;
                width: 24px;
                height: 24px;
                background-image: url('https://sysinn.net/spesialistipsykiatrinoNew/wp-content/uploads/2026/08/Image.webp');
                background-size: contain;
                background-repeat: no-repeat;
            }

            &:last-child {
                margin-bottom: 0;
            }
        }

        a {
            color: #7c6fef;
            text-decoration: underline;

            &:hover {
                color: #563e9e;
            }
        }
    }
}

.related-articles {
    padding: 60px 20px;
	background: #F4F1E8;
	border-radius: 48px;
	margin: 0px 20px 60px 20px;

    .inner-div {
        max-width: 1180px;
        margin: 0 auto;
    }

     .inner-div .section-tag {
        margin-bottom: 14px;
    }

    h2 {
        font-size: 40px;
        margin-bottom: 40px;

        span {
            color: #0B7B6C;
        }
    }

    .related-articles__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

.related-article-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #10201C14;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%; /* Ensure the card takes full height if in a grid */

    &:hover {
        background-color: #f9f9f6;
    }

    .related-article-card__image {
        position: relative;
        width: 100%;
        height: 190px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
    }

    .tag {
        position: absolute;
        top: 14px;
        left: 14px;
        background-color: #fff;
        color: #10201C;
        font-family: AlbertSans, sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.8px;
        padding: 6px 12px;
        border-radius: 100px;
    }

    .content {
        padding: 20px 22px 24px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1; /* 1. Makes the content area expand to fill remaining space */
    }

    .meta {
        font-family: AlbertSans, sans-serif;
        font-size: 13px;
        color: #7C8B82;
        margin: 0;
    }

    h3 {
        font-size: 20px;
        line-height: 1.3em;
        color: #10201C;
        margin: 2px 0 4px;
    }

    .excerpt {
        font-family: AlbertSans, sans-serif;
        font-size: 15px;
        line-height: 1.5em;
        color: #43554D;
        margin: 0 0 6px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .read {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-family: AlbertSans, sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #0B6B5E;
        margin-top: auto; 

        img {
            width: 11px;
            height: 11px;
        }
    }
}

.no-posts-found {
    text-align: center;
    padding: 80px 20px;
    font-family: AlbertSans, sans-serif;
    color: #43554D;
    font-size: 18px;
}

/* ============================  
 *    CONTACT US PAGE
 * ============================ */

#hero-contact {
    position: relative;
    overflow: hidden;
    text-align: center;
	margin-top: -100px;
	background: #F7F6F1;
	overflow: hidden;
    padding: 150px 20px 70px;

    .blur-lime {
        position: absolute;
        bottom: -100px;
        left: -80px;
        z-index: 1;
        width: 480px;
        pointer-events: none;
    }

    .blur-purple {
        position: absolute;
        top: -80px;
        right: -100px;
        z-index: 1;
        width: 520px;
        pointer-events: none;
    }

    .inner-div {
        max-width: 660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
    }

    .breadcrumb {
        justify-content: center;
    }

    h1 {
        font-size: 52px;
    }

    .section-text {
        color: #43554D;
		font-size: 20px;
		font-weight: 400;
    }
}

.info-pill {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px 12px 12px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0px 20px 44px -21px #084C4333;
    border: 1px solid #10201C0F;

    .info-pill__icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: #DDED9E;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;

        img {
            width: 16px;
            height: 16px;
        }
    }

    p {
        font-family: AlbertSans, sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #33473F;
        margin: 0;
    }
}

/* Contact Form Section */

#contact-form-section {
    padding: 0 20px;
    margin-top: 60px;

    .inner-div {
        max-width: 1180px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        gap: 24px;
        align-items: stretch;
    }
	.right-column {
     width: 40%;
     display: flex;
     flex-direction: column;
     gap: 20px;
}

.contact-form-card {
    width: 60%;
    background-color: #fff;
    border-radius: 32px;
    padding: 44px;
    box-sizing: border-box;
    border: 1px solid #10201C0F;

    h2 {
        font-size: 34px;
        color: #0E1F1B;
    }

    .section-text {
        color: #7C8B82;
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 32px;
    }
}

}	
	
/* Styled Form (CF7) */
.styled-form {
    display: flex;
    flex-direction: column;
    gap: 22px;

    .form-row {
        display: flex;
        flex-direction: row;
        gap: 20px;

        .form-field {
            width: 50%;
        }
    }

    .form-field {
        display: flex;
        flex-direction: column;
        gap: 10px;

        label {
            font-family: AlbertSans, sans-serif;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.6px;
            text-transform: uppercase;
            color: #10201C;
        }

        input,
        textarea {
            font-family: AlbertSans, sans-serif;
            font-size: 16px;
            color: #10201C;
            background-color: #FBFAF5;
            border: 1px solid #10201C1A;
            border-radius: 16px;
            padding: 15px 18px;
            box-sizing: border-box;
            outline: none;
            resize: none;
            transition: border-color 0.2s ease;

            &::placeholder {
                color: #9AA79E;
            }

            &:focus {
                border-color: #0B7B6C;
            }
        }

        .wpcf7-form-control-wrap {
            display: block;
            width: 100%;
        }
    }

    /* Submit button */
   button .cta {
         font-family: AlbertSans, sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 10px 11px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 100px;
    background-color: #0B7B6C;
    border: 1px solid #0B7B6C;
    color: #F4FBF6;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0px 16px 34px -14px #084C438C;
    transition: all 0.3s;

        img {
             height: 40px;
        padding: 12px;
        background-color: #F4FBF6;
        border-radius: 100%;
        display: block;
        flex-shrink: 0;
        border: 0.5px solid #0B7B6C;
        }

        &:hover {
            opacity: 0.9;
        }

        &:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
    }

    /* CF7 validation / response messages */
    .wpcf7-not-valid-tip {
        font-family: AlbertSans, sans-serif;
        font-size: 12px;
        color: #C0392B;
        margin-top: 4px;
    }

    .wpcf7-not-valid {
        border-color: #C0392B !important;
    }

    .wpcf7-response-output {
        font-family: AlbertSans, sans-serif;
        font-size: 14px;
        border-radius: 12px;
        padding: 12px 18px;
        margin: 0 !important;
    }

    .wpcf7-spinner {
        margin: 0 0 0 8px;
    }
}

/* Info Card */

.info-card {
    padding: 24px 26px;
    border-radius: 24px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;

    .info-card__icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
		

        img {
            width: 18px;
            height: 18px;
        }
    }

    .info-card__label {
        font-family: AlbertSans, sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0;
    }

    .info-card__value {
        font-size: 22px;
        margin: 2px 0 0;
    }

    .info-card__link {
        margin-top: 10px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-family: AlbertSans, sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #DDED9E;
        text-decoration: none;

        img {
            width: 11px;
            height: 11px;
        }

        &:hover {
            text-decoration: underline;
        }
    }
}

.info-card--dark {
    position: relative;
    overflow: hidden;
    background-color: #0B2E27;
    color: #fff;

    .info-card__glow {
        position: absolute;
        top: -40px;
        right: -40px;
        z-index: 0;
        width: 240px;
        height: 240px;
        object-fit: cover;
        mix-blend-mode: screen;
        pointer-events: none;
    }

    .info-card__icon,
    .info-card__label,
    .info-card__value,
    .info-card__link {
        position: relative;
        z-index: 1;
    }

    .info-card__icon {
        background-color:#C6DC6B2E;
    }

    .info-card__label {
        color: #9DC2B4;
    }

    .info-card__value {
        color: #F4FBF6;
    }
}

.info-card--purple {
    background-color: #E4DBFB;

    .info-card__icon {
        background-color: #D2C3F7;
    }

    .info-card__label {
        color: #6B4FC8;
    }

    .info-card__value {
        color: #1C143A;
    }
}

.info-card--lime {
    background-color: #DDED9E;

    .info-card__icon {
        background-color: #CBDF6E;
    }

    .info-card__label {
        color: #4E5C33;
    }

    .info-card__value {
        color: #26330E;
    }
}

/* Map */
.map-embed {
    max-width: 1180px;
    margin: 90px auto 0;
    box-sizing: border-box;

    iframe {
        width: 100%;
        height: 460px;
        border: 0;
        border-radius: 32px;
        display: block;
    }
}

/* CF7 base overrides */
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
}

.wpcf7 p {
    margin: 0;
}

/* ============================  
 *    ABOUT US PAGE
 * ============================ */

#about-hero {
    position: relative;
    margin-top: -100px;
    padding: 120px 0 80px; /* Added 140px bottom padding so background has full height */
    background: #F7F6F1;
    overflow: hidden; /* Prevents the absolute positioned blurs from breaking the page width */

    .blur-lime {
        position: absolute;
        bottom: -100px;
        left: -80px;
        z-index: 1; /* Sits directly above the background color */
        width: 480px;
        pointer-events: none;
    }

    .blur-purple {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1; /* Sits directly above the background color */
        width: 560px;
        pointer-events: none;
    }

    .inner-div {
        z-index: 2; /* Ensures content is above the blur images */
        position: relative;
        max-width: 1260px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 80px;

        .left-column {
            width: 51%;
            display: flex;
            flex-direction: column;
            gap: 24px;

            h1 {
                font-size: 52px;
            }

            .section-text {
                color: #43554D;
                font-size: 20px;
            }

            .cta-section {
                display: flex;
                flex-direction: row;
                gap: 12px;
            }
        }

        .right-column {
            width: 43%;
        }
    }
}

.arch-image {
    position: relative;
    width: 100%;

    img {
        width: 100%;
        height: 520px;
        object-fit: cover;
        object-position: top center;
        border-radius: 260px 260px 32px 32px;
        display: block;
    }

    .floating-tag {
        position: absolute;
        top: 24px;
        right: 24px;
        padding: 10px 18px;
        border-radius: 100px;
        background-color: #fff;
        color: #0B6B5E;
        font-family: AlbertSans, sans-serif;
        font-size: 13px;
        font-weight: 700;
        box-shadow: 0px 16px 34px -14px #084C438C;
    }

    .floating-card {
        position: absolute;
        bottom: 24px;
        left: -52px;
        width: 220px;
        padding: 16px 22px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0px 20px 44px -21px #084C4366;

        .floating-card__title {
            font-family: Gloock, Georgia, serif;
            font-size: 16px;
            color: #0B6B5E;
            margin: 0 0 2px;
        }

        .floating-card__sub {
            font-family: AlbertSans, sans-serif;
            font-size: 13px;
            color: #7C8B82;
            margin: 0;
        }
    }
}

#what-is-section {
    margin-top: 60px;

    .outer-div {
        background-color: #F4F1E9;
        border-radius: 48px;
        padding: 60px 20px; 
	    margin: 0 20px;
		

        .inner-div {
            max-width: 1180px;
            margin: 0 auto; 
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 72px;


            .left-column {
                width: 45%;

                img {
                    width: 100%;
                    object-fit: cover;
                    border-radius: 24px;
                    display: block;
					height: 450px;
                }
            }

            .right-column {
                width: 53%;
                display: flex;
                flex-direction: column;
                gap: 24px;

                .section-tag.green {
                    margin-bottom: 4px;
                    background-color: #E2ECE6;
                    color: #0E6C56;
                    padding: 8px 16px;
                    border-radius: 20px;
                    font-size: 12px;
                    font-weight: 700;
                    letter-spacing: 1.5px;
                    text-transform: uppercase;
                    width: fit-content;
                }

                h2 {
                    font-size: 46px;
                    line-height: 1.15em;
                    color: #1a1a1a;
                    margin: 0;

                    span {
                        color: #0B7B6C;
                    }
                }

                .section-text {
                    color: #43554D;
                    line-height: 29px;
                    font-size: 20px;
                    margin: 0;
                }
            }
        }
    }
}

#values-section {
    padding: 60px 20px;

    .inner-div {
        max-width: 1180px;
        margin: 0 auto;
    }

    .section-header {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
        margin-bottom: 56px;

        h2 {
            font-size: 46px;
			margin: 0 auto;
            line-height: 1.2em;
            max-width: 682px;
        }
    }
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.value-item {
    background-color: #fff;
    border-radius: 28px;
    padding: 32px;
    box-sizing: border-box;
    border: 1px solid #10201C0F;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: all 0.3s ease;
    cursor: pointer; 

    &:hover {
        box-shadow: 0 16px 32px rgba(16, 32, 28, 0.08); 
        border-color: rgba(16, 32, 28, 0.15);
    }

    h3 {
        font-size: 21px;
        color: #0E1F1B;
        transition: color 0.3s ease;
    }

    &:hover h3 {
        color: #0B6B5E; 
    }

    p {
        color: #43554D;
        font-size: 18px;
    }
}

.value-badge {
    width: fit-content;
    padding: 10px 16px;
    border-radius: 14px;
    font-family: Gloock, Georgia, serif;
    font-size: 20px;
    font-weight: 400;
	
	img{
		width: 20px;
		height: 20px;
	}
}

.value-badge--green {
    background-color: #E5F1EC;
    color: #0B6B5E;
}

.value-badge--purple {
    background-color: #EFE9FC;
    color: #6B4FC8;
}

.value-badge--lime {
    background-color: #F3F8DC;
    color: #4E5C33;
}

#approach-section {
    margin: 0 20px ;
    background-color: #276E62;
    border-radius: 48px;
    padding: 60px 60px;
    box-sizing: border-box;

    .inner-div {
        max-width: 1180px;
        margin: 0 auto;
    }


    .section-header {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 56px;

        h2 {
            color: #F4FBF6;
            font-size: 46px;

            span {
                color: #C6DC6B;
            }
        }

        .section-text {
            color: #B9D4C8;
            max-width: 720px;
        }
    }
}

.approach-body {
    display: flex;
    flex-direction: row;
    gap: 51px;
    align-items: flex-start;

    .left-column {
        width: 45%;
        display: flex;
        flex-direction: column;
        gap: 24px;

        img {
            width: 100%;
            height: 280px;
            object-fit: cover;
            object-position: top; /* <--- Added this line */
            border-radius: 24px;
            display: block;
        }

        .section-text {
            color: #B9D4C8;
        }
    }

    .right-column {
        width: 52%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

.approach-item {
    background-color: #F4FBF60F;
	border: 1px solid;
    border-color: #E2F0E824;
	border-radius: 24px;
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;

    .approach-item__number {
        font-family: Gloock, Georgia, serif;
        font-size: 34px;
		line-height: 34px;
        color: #C6DC6B;
    }

    h3 {
        color: #F4FBF6;
        font-size: 20px;
        line-height: 25px;
    }
}

.approach-item--full {
    grid-column: span 2;
}

#team-section {
    padding: 60px 20px 60px;

    .inner-div {
        max-width: 1180px;
        margin: 0 auto;
    }

    .section-header {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 44px;

        h2 {
            font-size: 46px;
        }
    }
}

.team-grid {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.team-card {
    width: 50%;
    background-color: #fff;
    border-radius: 28px;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #10201C0F;
    display: flex;
    flex-direction: column;
    gap: 6px;

    img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 20px;
        display: block;
        margin-bottom: 14px;
    }

    h3 {
        font-size: 24px;
        margin: 0 8px;
    }

    .designation {
        font-family: AlbertSans, sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #0B7B6C;
        margin: 4px 8px 12px;
    }

    .section-text {
        color: #43554D;
        line-height: 27px;
        margin: 0 8px 8px;
    }

    /* Updated Digipost Section */
    .digipost-box {
        display: flex;
        align-items: center; /* Centers items vertically */
        justify-content: space-between; /* Pushes text to left, button to right */
        background-color: #EFF7F0; 
        padding: 14px 16px;
        border: 1px solid #0B7B6C24; 
        border-radius: 16px;

        .digi-text {
            display: flex;
            flex-direction: column;
            gap: 4px;

            .label {
                font-size: 12px;
                font-weight: 700;
                color: #0B6B5E;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                margin: 0;
            }

            .desc {
                font-size: 14px;
                color: #33473F;
                line-height: 20px;
                margin: 0;
            }
        }

        .copy-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 32px;
            width: 32px; 
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
            margin-left: 12px;
            flex-shrink: 0; /* Prevents button from shrinking */

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                margin-bottom: 0; /* Override generic img margin */
            }
        }
    }

    /* Buttons Section */
    .button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: auto; /* Forces buttons to stick to the bottom */

        a {
            flex: 1; /* Automatically makes it 100% for 1 item, or 50% for 2 items */
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 22px;
            border-radius: 100px;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            text-align: center;
            box-sizing: border-box;

            &.btn-primary {
                background-color: #0B7B6C;
                color: #fff;
                border: 1px solid #0B7B6C;

                &:hover {
                    background-color: #096155;
                }
            }

            &.btn-secondary {
                background-color: #fff;
                color: #0B6B5E;
                border: 1px solid #0B7B6C52;

                .arrow {
                    width: 10px;
                    height: auto;
                    margin-left: 8px;
                    margin-bottom: 0; /* Override generic img margin */
                }

                &:hover {
                    background-color: #F8FAFC;
                }
            }
        }
    }
}

.accent-note {
    margin-top: 36px;
    background-color: #EFE9FC;
    border-left: 5px solid #9B7FE8;
    border-radius: 26px;
    padding: 26px 32px;
    box-sizing: border-box;

    p {
        color: #1C143A;
        margin: 0;
    }
}
#conditions-section {
    margin: 0 20px;
    background-color: #F4F1E8;
    border-radius: 40px;
    padding: 60px 40px 60px;
    box-sizing: border-box;

    .inner-div {
        max-width: 1180px;
        margin: 0 auto;
    }

    .section-header {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 48px;

        h2 {
            font-size: 46px;
        }

        .section-text {
            color: #43554D;
        }
    }
}

.pill-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.condition-pill {
    font-family: AlbertSans, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #10201C;
    background-color: #fff;
    padding: 16px 26px;
    border-radius: 100px;
    cursor: pointer; 
    transition: all 0.3s ease; 
}

.condition-pill:hover {
    box-shadow: 0 6px 16px rgba(11, 107, 94, 0.2); 
}

#why-choose-section {
    padding: 60px 20px;

    .inner-div {
        max-width: 1180px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        gap: 72px;
        align-items: flex-start;

        .left-column {
            width: 39%;
            position: sticky;
            top: 100px;
            align-self: flex-start;
            display: flex;
            flex-direction: column;
            gap: 20px;

            h2 {
                font-size: 46px;
                line-height: 1.25em;

                span {
                    display: block;
                }
            }
        }

        .right-column {
            width: 55%;
        }
    }
}

.timeline-progress {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;

    .timeline-progress__count {
        font-family: Gloock, Georgia, serif;
        font-size: 26px;
        color: #0B7B6C;
        margin: 0;

        .timeline-progress__total {
            font-size: 18px;
            color: #7C8B82;
        }
    }

    .timeline-progress__track {
        width: 200px;
        height: 3px;
        border-radius: 100px;
        background-color: #10201C14;
        overflow: hidden;
        display: block;
    }

    .timeline-progress__fill {
        display: block;
        height: 100%;
        width: 16.66%; /* 1/6 by default; JS updates this */
        border-radius: 100px;
        background: linear-gradient(to right, #0B6B5E, #C6DC6B);
        transition: width 0.3s ease;
    }
}



.timeline {
    position: relative;
    padding-left: 44px;

    &::before {
        content: '';
        position: absolute;
        top: 14px;
        bottom: 14px;
        left: 14px;
        width: 2px;
        background: linear-gradient(180deg, #0B7B6C 0%, #C6DC6B 100%);
    }
}

.timeline-item {
    position: relative;
    padding-bottom: 52px;

    &:last-child {
        padding-bottom: 0;
    }

    .timeline-item__dot {
        position: absolute;
        top: 2px;
        left: -44px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: #FBFAF5;
        border: 1.5px solid #0B7B6C;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;

        &::after {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #0B7B6C;
            transition: all 0.3s ease;
        }
    }

    .timeline-item__number {
        font-family: AlbertSans, sans-serif;
        font-size: 12px;
        font-weight: 700;
        color: #9AA6A0;
        margin: 0 0 6px;
    }

    h3 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .section-text {
        color: #43554D;
    }

    &.is-active {
        .timeline-item__dot {
            border-color: #0B7B6C;
            box-shadow: 0 0 0 4px #0B7B6C1F;

            &::after {
                background-color: #0B7B6C;
                width: 10px;
                height: 10px;
            }
        }
    }
}

#cta-banner-section {
    margin: 0px 20px 60px 20px;

    .inner-div {
        max-width: 1180px;
        margin: 0 auto;
        border-radius: 40px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        align-items: stretch; 
        min-height: 480px;
        background-color: #DDED9E; 
    }

    .left-column {
        width: 51%;
        padding: 60px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 24px;

        h2 {
            font-size: 34px;
            line-height: 49px;
            margin: 0;
            color: #1a1a1a;
            
            span {
                color: #0B6B5E; 
            }
        }

        .section-text {
            color: #4E5C33;
            line-height: 30px;
            font-size: 18px;
            margin: 0;
        }

        .cta-section {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 16px;
            margin-top: 12px;

        }
    }

    .right-column {
        position: relative;
        width: 50%;

        > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .floating-info-card {
            position: absolute;
            bottom: 32px;
            left: 32px;   
            right: 32px;
            background-color: #FBFAF5F0; 
            border-radius: 22px;
            padding: 16px 20px;
            box-sizing: border-box;

            h3 {
                font-size: 20px;
                color: #0B7B6C;
                margin: 0 0 6px 0;
            }

            .section-text {
                color: #5A6A3D;
                font-size: 14px;
                margin: 0;
            }
        }
    }
}
/* Treatment of Depression - sticky step counter & nav */
#treatment-of-depression .treatment-nav a {
  color: #9DB9A2;
  transition: color 0.25s ease;
}
#treatment-of-depression .treatment-nav a.is-active {
  color: #0E7969;
}
#treatment-of-depression .treatment-nav a .tab-dot {
  background: #0E7969;
}
#treatment-of-depression .treatment-nav a.is-active div > div {
  background: #0E7969;
}
#treatment-of-depression .tab-item .header {
  appearance: none;
  background: transparent;
  border: 0;
  font: inherit;
  color: inherit;
}
#treatment-of-depression .tab-item .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#treatment-of-depression .tab-item.active .toggle-icon {
  transform: rotate(45deg);
}
/* FAQS */

#faqlist {
.faq-toggle-icon::before {
    content: '+';
    color: #0B7B6C;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

button[aria-expanded="true"] .faq-toggle-icon::before {
    content: '-';
    color: #fff;
}
}