@import url("https://p.typekit.net/p.css?s=1&k=cws0rdf&ht=tk&f=29410.29412&a=281586158&app=typekit&e=css");

@font-face {
  font-family: "Miller Text";
  src: url("https://use.typekit.net/af/d700b8/00000000000000007736b597/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/d700b8/00000000000000007736b597/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/d700b8/00000000000000007736b597/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Miller Banner";
  src: url("https://use.typekit.net/af/9d3237/00000000000000007757c7b4/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/9d3237/00000000000000007757c7b4/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("woff"),
    url("https://use.typekit.net/af/9d3237/00000000000000007757c7b4/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

img {
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
}

.tk-miller-text {
  font-family: "Miller Banner", serif;
}

.tk-miller-banner {
  font-family: "Miller Banner", serif;
}

/* ✅ General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Montserrat;
  background-color: #fff9f5;
  color: #222222;
}

a:link {
  text-decoration: none;
}

.main_bodycontainer {
  margin: 0 3rem;
}

@media (max-width: 820px) {
  .main_bodycontainer {
    margin: 0 2rem;
  }
}

@media (max-width: 431px) {
  .main_bodycontainer {
    margin: 0 1rem;
  }
}

/* ✅ Logo */
.logo span {
  font-style: italic;
}

/* ✅ Desktop Navigation */
.desktop-menu a {
  text-decoration: none;
  font-size: 1rem;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.desktop-menu a:hover {
  text-decoration: none;
  font-size: 1rem;
  color: #f66;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.desktop-menu .sign-in img {
  width: 20px;
  margin-right: 5px;
}

/* ✅ Hamburger Icon */
.hamburger-menu span {
  width: 25px;
  height: 3px;
  background: black;
  margin: 4px 0;
  transition: 0.3s;
}

/* ✅ Mobile Menu */
.mobile-menu a {
  text-decoration: none;
  font-size: 22px;
  color: black;
  /* margin: 1rem 0; */
  display: block;
  border-bottom: 1px solid white;
  padding-top: 12px;
}

.dropdown-menu a {
  display: block;
  padding: 10px;
  color: black;
  text-decoration: none;
}

.dropdown-menu a:hover {
  background: white;
  border-radius: 20px;
}

/* ✅ Hero Section */
.hero {
  height: 100vh;
  background: url("../assets/images/approach-balance.jpg") no-repeat center
    center/cover;
  background-color: #fff9f5;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  border-radius: 20px;
}

.home-hero-content {
  display: inline-flex;
  padding: 0px 65px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 12rem;
}

.home-hero-content h1 {
  color: var(--Off-white, #fff9f5);
  font-family: "Miller Text";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 10px;
}

/* sup {
    font-size: 12%;
    position: relative;
    top: 70px;
    font-weight: 100;
    font-family: sans-serif;
} */

.hero .home-hero-content p {
  color: var(--Off-white, #fff9f5);
  /* Body Copy */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

/* ✅ Top Content Section */
.top-container {
  position: relative;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 6rem 3rem 2rem 3rem;
}

.top-slides {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}

.top-slide {
  min-height: 100vh;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}

.top-content {
  color: #333;
  text-align: left;
  font-family: "Miller Banner", serif;
  padding-bottom: 1rem;
}

.top-content h1 {
  font-family: "Montserrat";
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff4d4d;
  padding-bottom: 1rem;
}

.top-content h2 {
  font-family: "Miller Banner";
  font-size: clamp(2.625rem, 7vw, 5.625rem);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  color: #222222;
}

.top-content p {
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  padding-top: 10px;
  font-family: "Montserrat";
}

.btn {
  border-radius: 100px;
  background: var(--Light-Pink, #ffe1d7);
  color: var(--Coral-Pink, #f66);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.6s ease, background-color 0.6s ease;
}

.btn:hover {
  border-radius: 100px;
  background: var(--Coral-Pink, #f66);
  color: var(--Light-Pink, #ffe1d7);
  animation: fade-out-light;
  animation-duration: 1s;
}

@keyframes fade-out-light {
  from {
    background-color: #ffe1d7;
  }
  to {
    background-color: #ff6666;
  }

  from {
    color: #ff6666;
  }

  to {
    color: #ffe1d7;
  }
}

.btn-size {
  width: 12%;
}

.btn-light {
  border-radius: 100px;
  background-color: transparent;
  color: #ffe1d7;
  border: 2px solid #fff9f5;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  padding: 10px 20px;
  margin: 0 !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.6s ease, background-color 0.6s ease;
}

.btn-light:hover {
  background: var(--Coral-Pink, #f66);
  border: 2px solid #f66;
  color: var(--Light-Pink, #ffe1d7);
  animation: fade-out-light;
  animation-duration: 1s;
}

@keyframes fade-out-light {
  from {
    background-color: #ffe1d7;
  }

  to {
    background-color: #ff6666;
  }

  from {
    color: #ff6666;
  }

  to {
    color: #ffe1d7;
  }
}

/* ✅ Top Content Media Queries */
@media (max-width: 913px) {
  .top-container {
    margin: 6rem 2rem 2rem 2rem;
  }
}

@media (max-width: 541px) {
  .top-container {
    margin: 6rem 1rem 1rem 1rem;
  }
}

/* ✅ Number Line Container */
.progress-steps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100px;
  width: 86%;
  margin: 3rem;
}

.progress-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}

.progress-line {
  position: absolute;
  left: calc(1rem + 30px);
  right: calc(2rem + 30px);
  top: 20%;
  height: 2%;
  background-color: #ffe1d7;
  transform: translateY(-50%);
  z-index: 0;
}

.progress-step__circle {
  width: 60px;
  height: 60px;
  background-color: #ffe1d7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff9f5;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.progress-step__circle a {
  color: #fff9f5;
  transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.progress-step__circle a:hover {
  color: #f66;
  opacity: 1;
}

.progress-step__text h3 {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 1rem;
}

.progress-step__text p {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 913px) {
  .progress-steps {
    margin: 2rem;
  }

  .progress-line {
    left: calc(1rem + 30px);
    right: calc(3rem + 30px);
  }

  .progress-step__text {
    text-align: left;
  }

  .progress-step__text h3 {
    font-size: 14px;
  }

  .progress-step__text p {
    font-size: 14px;
  }
}

@media (max-width: 541px) {
  .progress-steps {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: 100%;
    margin: 1rem;
  }

  .progress-step {
    flex-direction: row;
    gap: 2rem;
    margin: 1rem 0;
  }

  .progress-line {
    top: calc(1rem + 30px);
    left: 1.9rem;
    bottom: calc(1rem + 30px);
    height: auto;
    width: 2px;
    transform: none;
  }
}

@media (max-width: 320px) {
  .progress-steps {
    margin: 1rem;
  }
}

/* ✅ Slide Show Content Section */
.slideshow-container {
  position: relative;
  width: 100%;
  height: 65vh;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  margin-top: 6rem;
}

.slide {
  min-height: 65vh;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.slides {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}

#slide-1 {
  background-image: url("../assets/images/works-bk-steps.jpg");
}

#slide-2 {
  background-image: url("../assets/images/virtual.jpg");
}

#slide-3 {
  background-image: url("../assets/images/management.jpg");
}

/* ✅ Slide Show Content Media Queries */
@media (max-width: 1025px) {
  #slide-1,
  #slide-3 {
    background-position: 45% center;
  }

  #slide-2 {
    background-position: 60% center;
  }
}

@media (min-width: 900px) and (max-width: 1025px) and (max-height: 700px) {
  /* Styles specific to Nest Hub */
  .slideshow-container {
    height: 90vh;
  }

  .slide {
    min-height: 90vh;
  }
}

@media (min-width: 1026px) and (max-width: 1300px) and (max-height: 850px) {
  /* Styles specific to Nest Hub Max */
  .slideshow-container {
    height: 90vh;
  }

  .slide {
    min-height: 90vh;
  }
}

@media (max-width: 541px) {
  .slideshow-container {
    height: 80vh;
    margin: 0;
  }

  .slide {
    min-height: 80vh;
  }
}

@media (max-width: 430px) {
  #slide-1,
  #slide-2,
  #slide-3 {
    background-position: unset;
  }

  #slide-1 {
    background-image: url("../assets/images/assessment-mobile.jpg");
  }

  #slide-2 {
    background-image: url("../assets/images/virtual-mobile.jpg");
  }

  #slide-3 {
    background-image: url("../assets/images/custom-mobile.jpg");
  }
}

/* ✅ Dot Section*/
.dots-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 10;
  padding: 6rem 3rem;
}

.dot-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.dot {
  width: 1rem;
  height: 1rem;
  background-color: #ffe1d7;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  opacity: 50%;
}

.dot.active {
  background-color: #ffe1d7;
  opacity: 100%;
}

.line {
  width: 2px;
  height: 100px;
  background-color: #ffe1d7;
  opacity: 50%;
}

.line.active {
  width: 2px;
  height: 100px;
  background-color: #ffe1d7;
  opacity: 100%;
}

.dot-text {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #ffe1d7;
  text-transform: uppercase;
}

/* ✅ Dots-Container Media Queries */
@media (max-width: 913px) {
  .dots-container {
    padding: 6rem 2rem;
  }
}

@media (max-width: 700px) {
  .dots-container {
    padding: 6rem 1rem;
  }
}

/* ✅ Slideshow Content */
.content {
  display: flex;
  flex-direction: column;
  color: #333;
  text-align: left;
  max-width: 80%;
}

.content h2 {
  color: #ffe1d7;
  font-family: "Miller Text";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 1rem;
}

.content h3 {
  color: #fff9f5;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.content p {
  color: #fff9f5;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 42%;
}

.mobile-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
  padding-top: 2rem;
}

@media (max-width: 1290px) {
  .content {
    max-width: 70%;
  }

  .content p {
    max-width: 50%;
  }
}

@media (max-width: 1025px) {
  .content p {
    max-width: 60%;
  }
}

@media (max-width: 913px) {
  .content h2 {
    font-size: 32px;
  }

  .content h3 {
    font-size: 14px;
  }

  .content p {
    font-size: 16px;
    max-width: 75%;
  }
}

@media (max-width: 700px) {
  .content {
    max-width: 100%;
    margin-left: 7rem;
    margin-right: 1rem;
  }

  .content h2 {
    font-size: 28px;
  }

  .content p {
    max-width: 100%;
  }
}

@media (max-width: 496px) {
  .mobile-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 376px) {
  .content {
    margin-right: 1rem;
  }
}

@media (max-width: 320px) {
  .content {
    margin-left: 5.8rem;
  }
}

/* ✅ Wellness Made Simple Section */
.iconSection-container {
  padding-top: 6rem;
}

.iconSection-container h2 {
  color: #222;
  font-family: "Miller Banner";
  font-size: clamp(2.625rem, 7vw, 5.625rem);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  padding-bottom: 1rem;
}

.iconSection-container p {
  color: #222;
  font-family: "Miller Text";
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  font-weight: 400;
  line-height: 140%;
  max-width: 43%;
  padding-bottom: 2rem;
}

/* ✅ Wellness Made Simple Media Queries */
@media (min-width: 1026px) and (max-width: 1300px) and (max-height: 850px) {
  /* Styles specific to Nest Hub Max */
  .iconSection-container p {
    max-width: 48%;
  }
}

@media (max-width: 1025px) {
  .iconSection-container p {
    max-width: 63%;
  }
}

@media (max-width: 913px) {
  .iconSection-container {
    padding-top: 3rem;
  }

  .iconSection-container p {
    max-width: 71%;
  }
}

@media (max-width: 541px) {
  .iconSection-container p {
    max-width: 100%;
  }
}

/*✅ Zigzag Section */
.zigzag-section {
  background-color: #fff9f5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  width: 100vw;
  max-width: 100%;
  height: auto;
  padding: 0 3rem;
  padding-bottom: 6rem;
}

/* Zigzag Container */
.zigzag-container {
  display: flex;
  align-items: center;
  gap: 0rem;
  max-width: 100%;
  margin: 0 auto;
}

.zigzag-container.reverse {
  flex-direction: row-reverse;
}

/* ZigZag Text Section */
.zigzag-text {
  flex: 1;
  text-align: left;
  max-width: 100%;
}

.lab-testing__highlight {
  width: 100%;
  height: 3px;
  background-color: #ffe1d7;
  margin-bottom: 1rem;
}

.zigzag-text h3 {
  color: #222;
  font-family: "Montserrat";
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 100%;
}

.zigzag-text p {
  color: #222;
  font-family: "Montserrat";
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 100%;
  white-space: pre-line;
  margin-top: 1rem;
}

/* Image Section */
.zigzag-image img {
  width: 100%;
  height: auto;
}

.zigzag-position-a,
.zigzag-position-b,
.zigzag-position-c {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
}

.zigzag-position-a {
  grid-column: 2 / 4;
  grid-row: 1;
}

.zigzag-position-b {
  grid-column: 1 / 3;
  grid-row: 2;
}

.zigzag-position-c {
  grid-column: 2 / 4;
  grid-row: 3;
}

/*✅ Zigzag Media Queries */
@media (max-width: 1155px) {
  .zigzag-text p {
    white-space: unset;
  }
}

@media (max-width: 1024px) {
  .zigzag-section {
    padding: 0;
    padding-bottom: 6rem;
  }

  .zigzag-position-a,
  .zigzag-position-b,
  .zigzag-position-c {
    gap: 2rem;
  }

  .zigzag-image img {
    width: 75%;
  }
}

@media (max-width: 913px) {
  .zigzag-section {
    padding: 0;
    padding: 3rem 0;
    gap: 2rem;
  }

  .zigzag-image {
    width: 40%;
    height: auto;
  }
}

@media (max-width: 545px) {
  .zigzag-section {
    display: flex;
    flex-direction: column;
  }

  .zigzag-position-a,
  .zigzag-position-b,
  .zigzag-position-c {
    flex-direction: column;
  }

  .zigzag-container.reverse {
    flex-direction: column-reverse;
  }

  .lab-testing__highlight {
    width: 100%;
    margin: auto;
    margin-bottom: 1rem;
  }

  .zigzag-text {
    text-align: center;
    max-width: 100%;
  }
}

/* ✅ Mobile Responsive Design */
@media (max-width: 543px) {
  /* Mobile & Tablet Container */
  .mobile-container .content h3 {
    margin-top: 3rem;
    background-color: #fce7e3;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  }

  .top-slide {
    min-height: 54vh;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
  }

  .btn-size {
    width: 50%;
    margin: 20px;
  }

  .iconSection-grid {
    grid-template-columns: 1fr;
  }

  .mobile-menu .dropdown-menu a {
    width: 100%;
    display: block;
    font-size: 1rem;
  }

  .hero {
    height: 100vh;
    background: url(../assets/images/home-hero.jpg) no-repeat center center /
      cover;
    background-color: #fff9f5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
  }

  .home-hero-content {
    display: inline-flex;
    padding: 0px 0px;
    flex-direction: column;
    align-items: center;
  }

  .home-hero-content h1 {
    /* H1 */
    font-family: "Miller Banner";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    margin-bottom: 10px;
    /* 162px */
  }

  .hero .home-hero-content p {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  /* sup {
        font-size: 3rem;
        font-family: montserrat;
    } */

  /* Mobile & Tablet Container */
  .mobile-container {
    margin-top: 4rem;
    background-color: #fce7e3;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    /* margin: auto; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  }

  /* Product Image */
  .product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
  }

  /* Step Navigation */
  .steps-navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-radius: 50px;
    background: #fce7e3;
    border: 2px solid white;
    padding: 10px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
  }

  .step-btn {
    background: none;
    border: none;
    font-weight: bold;
    font-size: 12px;
    padding: 12px 20px;
    cursor: pointer;
    color: #000;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 30px;
    text-transform: uppercase;
  }

  /* Step Content */
  .steps-content {
    margin-top: 20px;
  }

  .step-content {
    display: none;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
    padding: 20px;
  }

  .step-content h2 {
    font-size: 24px;
    font-weight: bold;
  }

  .step-content h3 {
    color: #ff6666;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: Montserrat;
  }

  .step-content p {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    line-height: 1.5;
    font-family: Montserrat;
  }

  /* Learn More Button */
  .learn-more {
    background-color: #ffe1d7;
    color: #ff6666;
    /* border: none; */
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
  }

  .learn-more:hover {
    background-color: white;
    border: 2px solid #ff6666;
  }

  /* Smooth Animation on Content Switch */
  .step-content:not(.active) {
    display: none;
  }
}

@media (min-width: 985px) {
  .mobile-container {
    display: none;
  }
}

/* ✅ Tablet Responsive Design */
@media (min-width: 544px) and (max-width: 985px) {
  .mobile-menu .dropdown-menu a {
    width: 100%;
    display: block;
    font-size: 1rem;
  }

  .home-hero-content {
    display: flex;
    flex-direction: column;
    /* text-align: center; */
    /* width: 80%; */
    /* padding: 0 30px; */
  }

  .home-hero-content h1 {
    /* H1 */
    font-family: "Miller Banner";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    padding-bottom: 10px;
    /* 162px */
  }

  .hero .home-hero-content p {
    font-family: Montserrat;
    font-size: 20px;
    /* Desktop paragraph size */
    line-height: 140%;
  }

  /* Tablet hero section adjustments */
  .hero {
    height: 90vh;
    background: url("../assets/images/approach-balance.jpg") no-repeat center
      center / cover;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
  }

  .home-hero-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    /* Slightly wider on tablets */
    padding: 0 0px;
  }

  /* Product Image */
  .product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
  }

  /* Step Navigation */
  .steps-navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-radius: 50px;
    background: #fce7e3;
    border: 2px solid white;
    padding: 10px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
  }

  .step-btn {
    background: none;
    border: none;
    font-weight: bold;
    font-size: 12px;
    padding: 12px 20px;
    cursor: pointer;
    color: #000;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 30px;
    text-transform: uppercase;
  }

  /* Step Content */
  .steps-content {
    margin-top: 20px;
  }

  .step-content {
    display: none;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
    padding: 20px;
  }

  .step-content h2 {
    font-size: 24px;
    font-weight: bold;
  }

  .step-content h3 {
    color: #ff6666;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: Montserrat;
  }

  .step-content p {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    line-height: 1.5;
    font-family: Montserrat;
  }

  /* Learn More Button */
  .learn-more {
    background-color: #ffe1d7;
    color: #ff6666;
    /* border: none; */
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
  }

  .learn-more:hover {
    background-color: white;
    border: 2px solid #ff6666;
  }

  /* Smooth Animation on Content Switch */
  .step-content:not(.active) {
    display: none;
  }
}

.iconSection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  /* max-width: 1200px; */
  padding: 1rem;
}

/* Seamless Experience */
.text-box:nth-child(1) {
  grid-column: 1;
  /* First column */
  grid-row: 1 / 3;
  /* Span two rows */
}

/* Everything in One Place */
.text-box:nth-child(2) {
  grid-column: 2;
  /* Second column */
  grid-row: 1;
  /* First row in the second column */
}

/* Tailored to Your Needs */
.text-box:nth-child(3) {
  grid-column: 2;
  /* Second column */
  grid-row: 2;
  /* Second row in the second column */
}

/* Image */
.image-box {
  grid-column: 3;
  /* Third column */
  grid-row: 1 / 3;
  /* Span two rows */
}

/* Styling for Text Boxes */
.text-box {
  background-color: #fff;
  /* Optional: White background for text */
  padding: 20px;
  border-radius: 8px;
  /* Optional: Rounded corners for text boxes */
}

.text-box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #222;
  border-bottom: 2px solid #fbe6de;
  /* Underline effect */
  padding-bottom: 5px;
  font-family: "Montserrat", sans-serif;
}

.text-box p {
  font-size: 14px;
  color: #222;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
}

/* Styling for Image Box */
.image-box img {
  max-width: 100%;
  height: auto;
}

.align-grid {
  position: relative;
  bottom: 31em;
}

/* // new approach section */
.smart-hrt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Two equal columns */
  gap: 2rem;
  align-items: center;
  background-color: #ffe1d7;
  padding: 2rem;
  border-radius: 8px;
  /* max-width: 1200px; */
  margin: 2rem auto;
  /* Centres section horizontally */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Left Side: Image */
.smart-hrt__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.smart-hrt__phone-frame {
  width: 300px;
  height: 600px;
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  position: relative;
  animation: smart-hrt-drop-in 1s ease forwards;
  opacity: 0;
  /* Hidden initially for animation */
}

.smart-hrt__app-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Right Side: Text & Button */
.smart-hrt__text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  animation: smart-hrt-drop-in 3s ease forwards;
}

.smart-hrt__text-title {
  font-family: "Miller Text";
  font-size: 2rem;
  color: #333;
}

.smart-hrt__cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #f7a7a0;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  font-family: Montserrat;
  text-transform: uppercase;
}

.smart-hrt__cta-button:hover {
  background-color: #f5887a;
}

.smart-hrt__text-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
}

/* Drop-In Animation */
@keyframes smart-hrt-drop-in {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile & Tablet View */
@media (max-width: 768px) {
  .smart-hrt {
    grid-template-columns: 1fr;
    /* Stacks sections */
    text-align: center;
  }

  .smart-hrt__phone-frame {
    width: 250px;
    height: 500px;
  }

  .smart-hrt__text-title {
    font-size: 1.5rem;
  }
}

:root {
  --transition-speed: 0.3s;
  --bg-overlay: rgba(0, 0, 0, 0.5);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.journey_section {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  /* padding: 50px; */
}

.journey_card {
  position: relative;
  flex: 1;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--transition-speed), filter var(--transition-speed);
}

.journey_card:hover {
  transform: scale(1.02);
}

.journey_card .journey_title {
  font-family: "Miller Text";
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 2.5rem;
  color: white;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  transition: bottom var(--transition-speed), top var(--transition-speed);
}

.journey_card.open .journey_title {
  bottom: auto;
  top: 20px;
}

.journey_card .journey_button {
  position: absolute;
  font-size: 2rem;
  bottom: 20px;
  right: 20px;
  width: 76px;
  height: 77px;
  background-color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform var(--transition-speed);
}

.journey_card .journey_button:hover {
  transform: scale(1.1);
}

.journey_card .journey_details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-overlay);
  color: white;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  text-align: left;
  border-radius: 22px;
}

.journey_card .journey_details p {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 5rem;
}

.journey_card .journey_close-btn {
  position: absolute;
  font-size: 2rem;
  top: 20px;
  right: 20px;
  width: 76px;
  height: 77px;
  background-color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.journey_card.open .journey_details {
  display: flex;
}

@media (max-width: 1024px) {
  .journey_section {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    gap: 2rem;
    padding: 20px;
  }

  .journey_card {
    flex: 0 0 90%;
    /* Make each card occupy 90% of the viewport width */
    scroll-snap-align: center;
  }

  .progress-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 5px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
  }

  .progress-bar-fill {
    height: 100%;
    width: 0;
    background: #ff5722;
    transition: width 0.3s ease;
  }
}

.journey_mobile_view {
  display: none;
}

.thrive-section-mobile {
  display: none;
}

@media (max-width: 768px) {
  .journey_section {
    display: none;
    /* Hide desktop and tablet views */
  }

  .journey_mobile_view {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  .journey_mobile_container {
    display: flex;
    flex-direction: row;
    /* Horizontal scrolling */
    /* align-items: center; */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    gap: 1rem;
    /* Add gap if needed */
  }

  .journey_mobile_card {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center;
     text-align: center; */
    scroll-snap-align: center;
    width: 100%;
    padding: 20px;
  }

  .journey_mobile_card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .journey_mobile_card h2 {
    font-family: "serif";
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    font-family: sans-serif;
    text-transform: uppercase;
  }

  .journey_mobile_card h3 {
    font-family: "Miller Text";
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }

  .journey_mobile_card p {
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    font-family: sans-serif;
    text-transform: uppercase;
  }

  .mobile_nav_buttons button {
    width: 50px;
    height: 50px;
    background: white;
    border: #ffaf99 solid;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
  }

  .mobile_navigation 

    .mobile_navigation .indicator



    /* Main container for the entire section */
    .thrive-section-mobile {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* Header section */
  .thrive-section-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;

    margin-bottom: 1rem;
    color: #333;
    font-family: "Miller Text";
  }

  .thrive-section-buttons {
    display: flex;
    gap: 1rem;
  }

  .thrive-section-btn {
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin-bottom: 10px;
  }

  .thrive-section-btn-primary {
    background-color: #ffe0d8;
    color: #ff645a;
  }

  .thrive-section-btn-secondary {
    background-color: transparent;
    color: #ff645a;
    border: 1px solid #ff645a;
  }

  /* Carousel section */
  .thrive-section-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .thrive-section-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 0 0.5rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

  .thrive-section-quote {
    font-size: 3rem;
    color: #ff645a;
    margin-bottom: 1rem;
    font-family: "Miller Text";
  }

  .thrive-section-text {
    font-size: 1rem;
    color: #222;
    margin-bottom: 1.5rem;
  }

  .thrive-section-author {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .thrive-section-author-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }

  .thrive-section-author-name {
    font-size: 1rem;
    font-weight: bold;
    color: black;
  }

  /* Navigation buttons */
  .thrive-section-nav {
    display: flex;
    margin: 1rem;
    gap: 2rem;
  }

  .thrive-section-nav-btn {
    width: 50px;
    height: 50px;
    background: white;
    border: #ff6666 solid 2px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ff6666;
  }

  /* Progress indicators */
  .thrive-section-progress {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }

  .thrive-section-progress-indicator {
    width: 190px;
    height: 3px;
    background: #ddd;
    transition: background 0.3s ease;
  }
}

/* Container styling */
.responsive-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 4rem;
}

/* Default image for larger screens */
.responsive-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  /* Matches rounded corner style */
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/* Mobile image is hidden by default */
.responsive-image-mobile {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 16px;
  /* Matches rounded corner style */
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/* Media query for mobile */
@media (max-width: 768px) {
  .responsive-image {
    display: none;
    /* Hide desktop image */
  }

  .responsive-image-mobile {
    display: block;
    /* Show mobile image */
  }
}

/* Container for the entire section */
#thrive-container {
  padding-bottom: 6rem;
}

@media (max-width: 1025px) {
  #thrive-container {
    padding-bottom: 3rem;
  }
}

.thrive-container {
  display: flex;
  height: 100vh;
  overflow: hidden;
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .thrive-container {
    display: none;
    /* Hide desktop and tablet views */
  }
}

/* Sidebar (Left Section) */
.thrive-sidebar {
  flex: 1;
  padding: 2rem;
  position: sticky;
  top: 0;
  height: 100%;
}

.thrive-title {
  font-size: 5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #000000;
  font-family: "Miller Text";
}

.thrive-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
}

.thrive-button-primary {
  background-color: #ffe0d8;
  color: #ff645a;
}

.thrive-button-secondary {
  margin-left: 1rem;
  background-color: transparent;
  color: #ff645a;
  border: 1px solid #ff645a;
}

/* Content (Right Section) */
.thrive-content {
  flex: 2;
  overflow-y: auto;
  padding: 2rem;
}

.testimonial-card {
  margin-bottom: 2rem;
  padding: 1rem;
}

.testimonial-quote {
  font-size: 8rem;
  color: #ff645a;
  margin-right: 0.5rem;
  vertical-align: top;
}

.testimonial-text {
  margin-bottom: 0.5rem;
  color: #0e0d0d;
  font-size: 2rem;
  font-family: "Miller Text";
  margin-top: 0.5rem;
}

.testimonial-author {
  font-size: 1rem;
  font-weight: bold;
  color: black;
}

/* Scrollbar Styling */
.thrive-content::-webkit-scrollbar {
  width: 8px;
}

.thrive-content::-webkit-scrollbar-thumb {
  background-color: #ff645a;
  border-radius: 4px;
}

.thrive-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}

/* ✅ Dropdown Menu Items */
.mobile-menu .dropdown-menu a {
  width: 100%;
  padding: 15px 20px;
  display: block;
  font-size: 1rem;
}

/* ✅ Move "About Us" Down */
.mobile-menu a[href="#about-us"] {
  margin-top: 10px;
  padding-top: 15px;
  display: block;
}

/* ✅ Show Dropdown When Toggled */
.mobile-menu .dropdown-menu



/* ✅ Hero Content */
.mobile-hero-content h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}

.hero__image {
  display: flex;
  align-items: center;
}

.device-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #fdece6;
  border-radius: 20px;
  margin-bottom: 2rem;
}

.device-image-section {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.device-image-section img {
  max-width: 100%;
  height: auto;
}

.device-text-section {
  flex: 1 1 300px;
  padding: 1rem;
}

.device-text-section h2 {
  color: var(--Charcoal, #222);
  /* H3 */
  font-family: "Miller Text";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 50.4px */
}

.device-text-section p {
  color: var(--Charcoal, #222);
  /* Body Copy */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.device-text-section .device-cta-button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  background-color: #f47264;
  border-radius: 25px;
  transition: background-color 0.3s ease;
  font-family: Montserrat;
  margin-top: 2rem;
}

.device-text-section .device-cta-button:hover {
  background-color: #e36355;
}

@media (max-width: 768px) {
  .device-container {
    flex-direction: column;
  }
}

/* ✅ Arrow Button */
.arrow-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
  animation: bounce 2s infinite;
}

.arrow {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

.arrow:hover {
  color: #ff6666;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.faq-section {
  margin-top: 6rem;
  padding: 6rem;
  font-family: "Montserrat", sans-serif;
  background-color: #fff9f5;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Miller Text";
}

.faq-category {
  margin-bottom: 20px;
}

.faq-category-title {
  font-size: 1rem;
  font-weight: bold;
  color: #d76f5d;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 1.2rem;
  text-align: left;
  padding: 15px 0;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  font-family: "Miller Text";
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: bold;
  color: #d76f5d;
  transition: 0.3s;
}

.faq-answer {
  display: none;
  font-size: 1rem;
  padding: 10px 0;
  color: #222;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .faq-section {
    padding: 15px;
  }

  .faq-title {
    font-size: 2rem;
  }

  .faq-question {
    font-size: 1rem;
  }

  .faq-icon {
    font-size: 1.3rem;
  }
}
