@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;
}

.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;
}

.main_bodycontainer {
  margin: 0 3rem;
}

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

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

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

.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 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;
}

@media (max-width: 520px) {
  .hamburger-menu {
    display: flex;
  }
}

/* ✅ Top Section */
.top_section {
  max-width: 100%;
  height: auto;
  margin: 6rem 3rem;
  margin-bottom: 0;
}

.top_content {
  display: flex;
  flex-direction: column;
  height: auto;
}

.top_section h1 {
  color: var(--Coral-Pink, #f66);
  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%;
  padding-bottom: 1rem;
}

.top_section h2 {
  font-family: "Miller Banner";
  font-size: clamp(2.625rem, 7vw, 5.625rem);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  white-space: pre-line;
}

.top_img_container {
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
  height: auto;
  width: 100%;
  margin-right: -3rem;
}

.top_img {
  object-fit: contain;
  align-self: end;
  justify-self: end;
  height: auto;
  width: 100%;
  max-width: 100%;
}

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

  .top_content {
    display: flex;
    flex-direction: column;
  }

  .top_img_container {
    margin-right: -2rem;
  }
}

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

  .top_img_container {
    width: auto;
    margin-right: -1rem;
  }
}

/* 
@media (min-width: 1440px) and (max-width: 2560px) {
  .top_section h2 {
    max-width: 60%;
  }
} */

/* @media (max-width: 1025px) {
  .top_section {
    height: 50vh;
  }

  .top_section h1 {
    font-size: 14px;
  }

  .top_section h2 {
    font-size: 70px;
  }
}

@media (min-width: 900px) and (max-width: 1025px) and (max-height: 700px) {
  .top_section {
    height: 100vh;
  }
}

@media (min-width: 1026px) and (max-width: 1300px) and (max-height: 850px) {
  .top_section {
    height: 100vh;
  }
} */

/* @media (max-width: 854px) {
  .top_section {
    margin: 6rem 2rem;
    margin-bottom: 1rem;
  }

  .main_title {
    max-width: 100%;
  }

  .top_section h1,
  .top_section p {
    padding-bottom: 1rem;
  }

  .top_img_container {
    margin-right: -2rem;
  }
}

@media (max-width: 541px) {
  .top_section {
    height: 50vh;
    margin: 6rem 1rem;
    margin-bottom: 1rem;
  }

  .top_content {
    display: flex;
    flex-direction: column;
  }

  .main_title {
    max-width: 80%;
  }

  .top_section h2 {
    font-size: 42px;
  }

  .top_img_container {
    align-self: flex-end;
    height: 50%;
    margin-right: -1rem;
  }
}

@media (max-width: 431px) {
  .top_img_container {
    width: 100vw;
  }
}

@media (max-width: 376px) {
  .top_section {
    margin: 6rem 1rem;
    margin-bottom: 1rem;
  }

  .main_title {
    max-width: 90%;
  }

  .top_img_container {
    width: 95vw;
  }
}

@media (max-width: 321px) {
  .top_section {
    height: 40vh;
  }

  .main_title {
    max-width: 100%;
  }
} */

/* ✅ Hero Section */
.hero {
  height: 80vh;
  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;
  flex-direction: column;
  align-items: flex-start;
  margin: 6rem;
}

.home-hero-content h2 {
  color: var(--Off-white, #fff9f5);
  font-family: "Miller Text";
  font-size: clamp(1.75rem, 5vw, 2.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 2rem;
}

.home-hero-content p {
  color: var(--Off-white, #fff9f5);
  font-family: "Montserrat";
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  white-space: pre-line;
}

.hero .hero-cta:hover {
  color: #222;
  padding: 10px 20px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 3rem;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffe1d7;
  background: #f66;
}

/* ✅ Hero Section Media Queries */
@media (max-width: 913px) {
  .hero {
    height: 60vh;
  }

  .home-hero-content {
    margin: 3rem;
  }
}

@media (max-width: 541px) {
  .hero {
    height: 80vh;
    border-radius: 0;
    background-position: 65% center;
    margin: 0 -1rem;
  }

  .home-hero-content {
    padding: 0 2rem;
    margin: 0;
  }
}

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

  .home-hero-content {
    padding: 0 1rem;
  }
}

@media (max-width: 431px) {
  .home-hero-content p {
    white-space: unset;
    max-width: 345px;
  }
}

/* @media (max-width: 1025px) {
  .hero {
    height: 60vh;
  }

  .home-hero-content {
    margin: 3rem;
    padding-left: 3rem;
  }

  .home-hero-content h2 {
    font-size: 32px;
    max-width: 44%;
  }

  .home-hero-content p {
    font-size: 16px;
    max-width: 52%;
  }
}

@media (min-width: 900px) and (max-width: 1025px) and (max-height: 700px) {
  .hero {
    height: 90vh;
  }

  .home-hero-content h2 {
    max-width: 43%;
  }

  .home-hero-content p {
    max-width: 41%;
  }
}

@media (min-width: 1026px) and (max-width: 1300px) and (max-height: 850px) {
  .home-hero-content p {
    max-width: 43%;
  }
}

@media (max-width: 820px) {
  .home-hero-content {
    margin: 2rem;
    padding-left: 2rem;
  }

  .home-hero-content h2 {
    max-width: 45%;
  }

  .home-hero-content p {
    max-width: 61%;
  }
}

@media (max-width: 541px) {
  .hero {
    height: 70vh;
  }

  .home-hero-content {
    padding-left: 0;
    margin: 1rem;
  }

  .home-hero-content h2 {
    max-width: 70%;
  }

  .home-hero-content p {
    max-width: 65%;
  }
}

@media (max-width: 450px) {
  .hero {
    border-radius: 0;
    margin: 0 -1rem;
  }

  .home-hero-content h2 {
    max-width: 83%;
  }

  .home-hero-content p {
    max-width: 92%;
  }
}

@media (max-width: 376px) {
  .hero {
    height: 80vh;
  }

  .home-hero-content {
    padding: 0;
  }

  .home-hero-content h2 {
    max-width: 100%;
  }

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

@media (max-width: 321px) {
  .hero {
    height: 45vh;
    margin: 0 -1rem;
  }

  .home-hero-content {
    margin: 1rem;
  }
} */

/* ✅ Icon Section */
.icon-Section {
  padding: 6rem 0;
}

.iconSection-title {
  font-family: "Miller Banner";
  font-size: clamp(2.625rem, 7vw, 5.625rem);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  padding-bottom: 2rem;
}

.iconSection-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  justify-content: space-between;
  gap: 1rem;
}

.text-box h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
  margin: 1rem 0;
  position: relative;
  padding-top: 1.5rem;
  margin: 1rem 0;
}

.text-box h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffe1d7;
}

.text-box p {
  font-family: "Montserrat";
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  white-space: pre-line;
}

.text-box:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.text-box:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.text-box:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.text-box:nth-child(4) {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.grids-containers-ui {
  display: flex;
}

.image-box {
  grid-column: 3;
  grid-row: 1 / 3;
}

.text-box img {
  height: auto;
  width: 400px;
}

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

.align-grid {
  position: relative;
  bottom: 35rem;
}

/* ✅ Holistic Approach Media Queries */
@media (max-width: 1200px) {
  .text-box p {
    white-space: unset;
  }
}

@media (max-width: 1050px) {
  .text-box p {
    max-width: 80%;
  }

  .text-box img {
    width: 80%;
  }

  .text-box h3::before {
    width: 80%;
  }

  .text-box:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .text-box:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 913px) {
  .text-box:nth-child(4) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 580px) {
  .icon-Section {
    padding: 3rem 0;
  }

  .iconSection-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .text-box p {
    max-width: 100%;
  }

  .text-box h3::before {
    width: 100%;
  }

  .text-box:nth-child(4) {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-box img {
    width: 55%;
  }
}

/* @media (max-width: 1024px) {
  .icon-Section {
    padding: 4rem 0;
  }
  .iconSection-grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2rem;
  }

  .iconSection-title {
    font-size: 70px;
    max-width: 60%;
  }

  .text-box h3::before {
    width: 85%;
  }

  .text-box p {
    max-width: 85%;
  }

  .text-box img {
    max-width: 70%;
  }

  .text-box:nth-child(1),
  .text-box:nth-child(2),
  .text-box:nth-child(3),
  .text-box:nth-child(4) {
    grid-column: unset;
    grid-row: unset;
  }

  .align-grid {
    position: relative;
    bottom: 1rem;
  }
} */

/* @media (min-width: 900px) and (max-width: 1025px) and (max-height: 700px) {
  .text-box h3::before {
    width: 79%;
  }

  .text-box p {
    max-width: 79%;
  }
}

@media (min-width: 1026px) and (max-width: 1300px) and (max-height: 850px) {
  .iconSection-title {
    max-width: 65%;
  }

  .text-box h3::before {
    width: 80%;
  }

  .text-box p {
    max-width: 80%;
  }
} */
/* 
@media (max-width: 912px) {
  .iconSection-title {
    max-width: 75%;
  }
}

@media (max-width: 820px) {
  .icon-Section {
    padding: 2rem 0;
    padding-top: 3rem;
  }

  .text-box h3::before {
    width: 84%;
  }

  .iconSection-title {
    max-width: 80%;
  }

  .text-box h3 {
    font-size: 14px;
  }

  .text-box p {
    font-size: 16px;
    max-width: 84%;
  }

  .text-box img {
    max-width: 80%;
  }
}

@media (max-width: 541px) {
  .iconSection-grid {
    gap: 1rem;
  }

  .text-box h3::before {
    width: 100%;
  }

  .text-box p {
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .iconSection-grid {
    display: block;
    gap: 0;
  }

  .iconSection-title {
    font-size: 42px;
    max-width: 100%;
  }

  .text-box p {
    max-width: 100%;
  }

  .text-box img {
    max-width: 100%;
    padding-top: 1rem;
  }
}

@media (max-width: 376px) {
  .iconSection-title {
    max-width: 70%;
  }
} */

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

.slideshow-container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* background-color: #fceae4; */
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.dots-container {
  position: absolute;
  top: 20px;
  left: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 27px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 2px solid white;
}

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

.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;
  /* Add rounded corners */
  overflow: hidden;
  /* Ensure content respects border radius */
}

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

.content {
  position: absolute;
  top: 6%;
  left: 10%;
  max-width: 50%;
  color: #333;
  text-align: left;
  font-family: "Miller Banner", serif;
}

.content h1 {
  font-size: 4em;
  margin: 0;
  color: #000;
  font-weight: 200;
}

.content h3 {
  font-family: sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff4d4d;
  padding-top: 15px;
}

.content p {
  font-family: sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  padding-top: 8px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffe1d7;
  color: #ff6666;
  text-decoration: none;
  font-size: 1em;
  border-radius: 100px;
  border: 2px solid transparent;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2rem;
  transition: border-color 0.6s ease, background-color 0.6s ease;
}

.btn:hover {
  background-color: #ff6666;
  color: #fce7e3;
  animation: fade-out-light;
  animation-duration: 1s;
}

.btn-light {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #ffe1d7;
  text-decoration: none;
  font-size: 1em;
  border-radius: 100px;
  border: 2px solid var(--Off-white, #fff9f5);
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Montserrat;
  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;
  }
}

.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);
  }
}

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

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

  /* Mobile & Tablet Container */
  .mobile-container {
    margin-top: 6rem;
    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-btn

    /* 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 .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;
  }

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

  /* 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;
  }

  .slideshow-container .content h1 {
    font-family: "Miller Text";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 15px;
  }
}

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

/* ✅ Tablet Responsive Design */
@media (min-width: 544px) and (max-width: 985px) {
  /* Use hamburger menu for tablets */

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

  .slideshow-container .content h1 {
    font-size: 36px;
  }

  /* 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);
  }

  /* 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-btn

    /* 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 .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;
  }

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

  /* 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;
  }
}

/* // 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;
  colour: #333;
}

.smart-hrt__cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #f7a7a0;
  colour: #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;
  colour: #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;
}

/* h2 {
    font-family: 'Miller Text';
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
} */

.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-header {
  }

  .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: 0;
    }
} */

@media (min-width: 900px) and (max-width: 1025px) and (max-height: 700px) {
  /* Styles specific to Nest Hub */
  #thrive-container {
    padding-bottom: 4rem;
  }
}

/* For Nest Hub Max (10") */
@media (min-width: 1026px) and (max-width: 1300px) and (max-height: 850px) {
  /* Styles specific to Nest Hub Max */
  #thrive-container {
    padding-bottom: 6rem;
  }
}

@media (max-width: 541px) {
  #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;
}

/* ✅ Ensure Full Width for Dropdown Items */
.mobile-menu
/* ✅ Dropdown Toggle Should Take Full Space */
.mobile-menu
/* ✅ Ensure Mobile Dropdown is Full-Width */
.mobile-menu
/* ✅ Expanding Dropdown */
.mobile-menu

/* ✅ 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-approach {
  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;
  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-approach {
    flex-direction: column;
  }
}
