@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: 6rem 3rem;
}

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

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

/* ✅ NavBar Section */
.desktop-menu .cta {
  color: #ff6666 !important;
  border: 2px solid #fff9f5 !important;
}

.desktop-menu .cta:hover {
  background: #ff6666 !important;
  color: #fff9f5 !important;
  border: 2px solid #ff6666 !important;
}

.dropdown-menu {
  background: #ffe1d7 !important;
  width: fit-content !important;
}

.dropdown-menu a:hover {
  background: none !important;
}
/* ✅ Hero Section */
.hero {
  height: 100vh;
  background: url("../assets/images/balance2.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;
}

.hero .hero-cta {
  color: #333;
  padding: 0.7rem 2rem;
  border-radius: 20px;
  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: #f66;
  background: #ffe1d7;
}

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

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

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

/* Dots Container */
.dots-container {
  position: absolute;
  top: 20px;
  left: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Align dots, lines, and text in the centre */
  gap: 10px;
  z-index: 10;
}

/* Individual Step (Dot + Text) */
.dot-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

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

.dot.active {
  background-color: #ff6666;
  /* Active dot color */
}

/* Vertical Line */
.line {
  width: 2px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  /* Light line color */
}

/* Step Text */
.step-text {
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  /* Light text color */
  text-transform: uppercase;
}

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

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

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

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

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

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

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

.content {
  position: absolute;
  top: 20%;
  left: 15%;
  /* bottom: 27%; */
  max-width: 50%;
  color: #333;
  text-align: left;
  font-family: "Miller Banner", serif;
}

.content h1 {
  font-size: 54px;
  margin: 0;
  /* color: white; */
  font-weight: 200;
  color: #ffe1d7;
}

.content h3 {
  font-family: Montserrat;
  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-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  padding-top: 10px;
  color: white;
  font-family: "Montserrat";
}

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

.top-content h1 {
  font-size: 132px;
  margin: 0;
  color: #000;
  font-weight: 200;
}

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

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

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffe1d7;
  color: #ff6666;
  text-decoration: none;
  font-size: 1em;
  border-radius: 20px;
  border: 2px solid white;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 35px;
  font-family: Montserrat;
}

.btn-size {
  width: 12%;
}

.btn-light {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #ffe1d7;
  text-decoration: none;
  font-size: 1em;
  border-radius: 20px;
  border: 2px solid white;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 35px;
  margin-left: 20px;
}

.btn:hover {
  background-color: white;
}

.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) {
  .slideshow-container {
    display: none;
  }

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

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

  .iconSection-title {
    font-size: 5rem;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 110%;
    /* 99px */
  }

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

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

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

  .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: 40px;
    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: 20%;
    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.active {
    background: white;
    color: #ff6666;
    border-radius: 30px;
    font-weight: bold;
    padding: 12px 20px;
    transition: all 0.3s ease;
    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.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    background: white;
    border-radius: 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;
  }

  .top-content h1 {
    font-size: 54px;
    margin: 0;
    color: #000;
    font-weight: 200;
  }
}

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

/* ✅ Tablet Responsive Design */
@media (min-width: 544px) and (max-width: 985px) {
  .top-content h1 {
    font-size: 90px;
    margin: 0;
    color: #000;
    font-weight: 200;
  }

  .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: 50px;
    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 dropdown menu adjustments */
  .dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 250px;
    /* background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px; */
  }

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

  .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.active {
    background: white;
    color: #ff6666;
    border-radius: 30px;
    font-weight: bold;
    padding: 12px 20px;
    transition: all 0.3s ease;
    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.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    background: white;
    border-radius: 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-title {
  padding-top: 20px;
  font-size: 4rem;
  font-family: "Miller Text";
  padding: 20px;
}

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

/* Responsive for Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .iconSection-grid {
    display: block;
    /* Disable grid layout */
    gap: 0;
    /* Remove grid spacing */
  }

  .align-grid {
    position: unset;
    bottom: none;
  }
}

/* Responsive for Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .iconSection-grid {
    display: block;
    /* Disable grid layout */
    gap: 0;
    /* Remove grid spacing */
  }

  .align-grid {
    position: unset;
    /* Remove fixed positioning for mobile */
  }
}

.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;
  animation-name: fade-out;
  animation-duration: 3s;
  animation-name: trans-fade;
  animation-duration: 3s;
}

.smart-hrt__cta-button:hover {
  background-color: #f5887a;
  animation-name: fade-in;
  animation-duration: 3s;
}

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

  .smart-hrt__text-container {
    padding: 0rem;
  }
}

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

/* 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 {
  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 .thrive-section-mobile is hidden on desktop */
@media (min-width: 769px) {
  .thrive-section-mobile {
    display: none !important;
  }
}

/* Ensure .thrive-section-mobile is visible on mobile */
@media (max-width: 768px) {
  .thrive-section-mobile {
    display: block !important;
  }
}

/* .pageSectionAnimation {
    animation: smart-hrt-drop-in 3s ease forwards;
} */

/* Hero Section */
.wellness-hero {
  display: grid;
  grid-template-columns: 1fr 3.8fr;
  gap: 0;
  /* Remove unnecessary gap */
  align-items: stretch;
  /* Ensure both sections fill the height */
}

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

.wellness-hero__image img {
  width: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Content Section */
.wellness-hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.wellness-hero__content-wrapper {
  background-image: url("../assets/images/um-bk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 2rem;
  border-radius: 30px;
  text-align: left;
  /* max-width: 480px; */
  width: 100%;
  height: 100%;
  /* Make it fill the grid height */
  display: flex;
  flex-direction: column;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
}

/* Title */
.wellness-hero__title {
  font-family: "Miller Text", serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: white;
}

/* Description */
.wellness-hero__description {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: white;
  font-family: Montserrat;
}

/* Call-to-Action Button */
.wellness-hero__cta-button {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  /* Black button background */
  color: #fff;
  /* White text */
  border: solid white;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 30%;
}

.wellness-hero__cta-button:hover {
  background-color: #333;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .wellness-hero {
    grid-template-columns: 1fr;
    /* Stack vertically */
  }

  /* Content Section */
  .wellness-hero__content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
    width: 100%;
    /* height: 73vh; */
  }

  .wellness-hero__image img {
    width: 100%;
    /* Full width for smaller screens */
    height: auto;
  }

  .wellness-hero__content-wrapper {
    text-align: center;
    padding: 2rem;
    height: auto;
    /* Allow it to adjust */
  }

  .wellness-hero__title {
    font-size: 2.5rem;
    padding-top: 1rem;
  }

  .wellness-hero__content {
    padding: 2rem;
  }

  .wellness-hero__description {
    font-size: 1rem;
  }

  /* Call-to-Action Button */
  .wellness-hero__cta-button {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    /* Black button background */
    color: #fff;
    /* White text */
    border: solid white;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
  }
}

/* ✅ Get Started Section  */
.device-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 6rem 3rem;
  padding-top: 8rem;
  background-color: #ffe1d7;
}

.device-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
}

.device-text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
}

.device-text-section h1 {
  font-family: "Montserrat";
  font-size: clamp(0.875rem, 2vw, 1rem);

  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff6666;
  padding-bottom: 1rem;
}

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

.device-text-section h3 {
  font-family: "Montserrat";
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 1rem;
}

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

.device-cta-button {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #fff9f5;
  border-radius: 100px;
  color: #ff6666;
  text-align: center;
  /* Buttons */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: max-content;
  /* 24px */
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.device-cta-button:hover {
  background-color: #ff6666;
  color: #fff9f5;
}

.device-cta-button:active {
  background-color: #ff6666;
  color: #fff9f5;
}

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

  from {
    color: #ff6666;
  }

  to {
    color: #ffe1d7;
  }
}

/* ✅ Get Started Media Queries */
@media (max-width: 1025px) {
  .device-text-section p {
    white-space: unset;
  }

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

@media (max-width: 913px) {
  .device-container {
    padding: 6rem 2rem;
  }
}

@media (max-width: 575px) {
  .device-container {
    display: flex;
    flex-direction: column;
    padding: 6rem 1rem;
    padding-bottom: 3rem;
  }

  .device-text-section {
    padding: 0;
  }

  .device-text-section h1,
  .device-text-section h2 {
    padding-bottom: 1rem;
  }

  .device-image-section {
    justify-content: center;
    padding-bottom: 2rem;
  }

  .device-image-section img {
    max-width: 60%;
  }
}

/* ✅ What’s Next Section */
.whats-next {
  background-color: #fff9f5;
  /* Off-white background */
}

/* ✅ Steps Section */
.whats-next {
  position: relative;
  width: 100%;
}

.whats-next-steps {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12rem;
}

.step-image {
  flex: 1;
  position: relative;
  z-index: 2;
}

.step-image img {
  margin-bottom: 6rem;
}

/* ✅ Timeline Section */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  gap: 1rem;
  padding: 0;
}

.image {
  display: flex;
  justify-content: flex-start;
  align-self: flex-end;
  width: auto;
  height: auto;
  object-fit: cover;
}

.timeline {
  grid-column: 1 / -1;
  padding: 1rem 0;
  text-align: center;
}

.timeline img {
  width: 100%;
}

.text-box {
  text-align: start;
}

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

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

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

/* ✅ Tablet Steps Line Content */
.progress-steps {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  position: absolute;
  height: 65%;
  width: auto;
}

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

.progress-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(57px / 2);
  width: 2px;
  height: calc(100% - 0%);
  background-color: #ffe1d7;
  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;
}

/* ✅ What's Next Media Queries */
@media (max-width: 1280px) {
  .text-box p {
    white-space: unset;
    max-width: 400px;
  }
}

@media (max-width: 913px) {
  .grid-container {
    grid-template-columns: 60px 1fr;
    grid-template-rows: repeat(6, auto);
    justify-content: center;
    align-items: center;
    gap: 0;
    column-gap: 2rem;
  }

  .progress-steps {
    display: flex;
  }

  .timeline {
    display: none;
  }

  .image {
    width: auto;
  }

  .text-box p {
    max-width: 457px;
    padding-bottom: 1rem;
  }

  .image {
    padding-bottom: 2rem;
  }

  .image:nth-of-type(1) {
    grid-column: 2;
    grid-row: 2;
  }

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

  .image:nth-of-type(2) {
    grid-column: 2;
    grid-row: 4;
    margin-top: -0.5rem;
  }

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

  .image:nth-of-type(3) {
    grid-column: 2;
    grid-row: 6;
  }

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

  .image:nth-of-type(4) {
    grid-column: 2;
    grid-row: 5;
  }

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

  .text-box:nth-of-type(5) {
    grid-column: 2;
    grid-row: 5;
  }

  .progress-steps {
    grid-column: 1;
    grid-row: 1 / 7;
  }
}

@media (max-width: 541px) {
  .progress-steps {
    display: none;
  }

  .grid-container {
    grid-template-columns: auto;
    gap: 0;
  }

  .grid-item.image,
  .text-box,
  .whats-next h2 {
    text-align: center;
    justify-content: center;
    align-self: center;
    margin: auto;
  }

  .image img {
    text-align: center;
  }

  .text-box p {
    max-width: 345px;
  }

  .image:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
  }

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

  .image:nth-of-type(2) {
    grid-column: 2;
    grid-row: 3;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    right: -12px;
  }

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

  .image:nth-of-type(3) {
    grid-column: 2;
    grid-row: 5;
  }

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

  .image:nth-of-type(4) {
    grid-column: 2;
    grid-row: 5;
  }

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

  .text-box:nth-of-type(5) {
    grid-column: 2;
    grid-row: 6;
  }
}

/* @media (max-width: 1024px) {
  .whats-next-steps {
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .step-image img {
    margin-bottom: 2rem;
  }

  .step {
    flex: 1 1 100%;
    justify-content: center;
    text-align: center;
  }

  .timeline-container {
    display: none;
  }
}

@media (max-width: 768px) {
  .whats-next {
    padding: 2rem 1rem;
    justify-content: center;
    text-align: center;
  }

  .whats-next-steps {
    flex-direction: column;
    gap: 2rem;
  }

  .timeline-container {
    display: none;
  }

  .step::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
} */

/* Zigzag Section */
.zigzag-section {
  background-color: #fff9f5;
  /* Off-white background */
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

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

.zigzag-container.reverse {
  flex-direction: row-reverse;
  /* Reverse layout for alternating sections */
}

/* Text Section */
.zigzag-text {
  flex: 1;
  text-align: left;
  font-family: Montserrat;
  color: #333;
}

.zigzag-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
  font-family: Montserrat;
}

.zigzag-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  font-family: Montserrat;
}

/* Image Section */
.zigzag-image {
  flex: 1;
  text-align: center;
}

.zigzag-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
}

/* Responsive Design for Tablet */
@media (max-width: 1024px) {
  .zigzag-container {
    flex-direction: column;
    text-align: center;
  }

  .zigzag-container.reverse {
    flex-direction: column;
    /* Remove reverse on smaller screens */
  }

  .zigzag-image img {
    max-width: 300px;
  }

  .zigzag-text h3 {
    font-size: 1.25rem;
  }

  .zigzag-text {
    font-family: Montserrat;
  }

  .zigzag-text p {
    font-size: 0.9rem;
    font-family: Montserrat;
  }
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .zigzag-section {
    padding: 2rem 1rem;
  }

  .zigzag-container {
    gap: 1.5rem;
  }

  .zigzag-image img {
    max-width: 250px;
  }

  .zigzag-text h3 {
    font-size: 1.125rem;
  }

  .zigzag-text p {
    font-size: 0.875rem;
  }
}

/* Unique Section */
.unique-section {
  background-color: #fff9f5;
  /* Off-white background */
  padding: 4rem 2rem;
}

.unique-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  /* Heading | Cards */
  gap: 3rem;
  /* max-width: 1200px; */
  margin: 0 auto;
  align-items: start;
}

/* Heading Section */
.unique-heading {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.unique-heading h1 {
  font-family: "Miller Text", serif;
  font-size: 5rem;
  font-weight: 700;
  color: #000;
  padding-top: 35px;
}

/* Cards Section */
.unique-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.unique-card {
  background: var(--Light-Pink, #ffe1d7);
  padding: 2rem;
  border-radius: 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.unique-card h3 {
  color: var(--Charcoal, #222);
  /* H4 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 30px;
}

.unique-card p {
  font-size: 1rem;
  color: #222;
  font-family: "Montserrat", sans-serif;
  padding: 30px;
}

/* Tablet View */
@media (max-width: 1024px) {
  .unique-container {
    grid-template-columns: 1fr;
    /* Stack heading and cards */
    gap: 2rem;
  }

  .unique-heading h1 {
    text-align: center;
    font-size: 2.5rem;
  }

  .unique-cards {
    grid-template-columns: 1fr;
    /* Stack cards vertically */
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .unique-section {
    padding: 2rem 1rem;
  }

  .unique-heading h1 {
    font-size: 2rem;
    text-align: center;
  }

  .unique-card {
    padding: 1.5rem;
    gap: 0.75rem;
  }

  .unique-card h3 {
    font-size: 1.125rem;
  }

  .unique-card p {
    font-size: 0.875rem;
  }

  .card-button {
    font-size: 0.875rem;
    padding: 0.5rem 1.5rem;
  }
}

/* Sign In Section */
.sign-in-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff9f5;
  /* Off-white background */
  padding: 4rem 2rem;
}

.sign-in-section-forgot-password {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  background-color: #fff9f5;
  /* Off-white background */
  padding: 4rem 2rem;
}

.sign-in-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  gap: 2rem;
  align-items: center;
}

/* Left Image */
.image-container img {
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Right Form */
.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0em;
}

.add-info-container:has(.form-error) .input-field,
.payment-shipping-container:has(.form-error) .input-field,
.validate-success-container:has(.form-error) .input-field,
.sign-in-form:has(.form-error) .input-field,
.conversion-form:has(.form-error) .input-field,
.add-info-container:has(.form-error) .w-select,
.payment-shipping-container:has(.form-error) .w-select,
.validate-success-container:has(.form-error) .w-select,
.sign-in-form:has(.form-error) .w-select,
.conversion-form:has(.form-error) .w-select {
  background-color: #ece3dc;
}

.pf-c-form__helper-text.pf-m-error.required.kc-feedback-text {
  color: #f67062;
  object-fit: fill;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: block;
  position: relative;
  font-size: 12px;
  white-space: pre-line;
  padding-bottom: 1rem;
  /* Ensures text appears on the next line */
}

.form-group .pf-c-form__label-text {
  object-fit: fill;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: block;
  position: relative;
  font-size: 12px;
  white-space: pre-line;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 10px;
}

.input-field:has(
    + .pf-c-form__helper-text.pf-m-error.required.kc-feedback-text
  ),
.w-select:has(+ .pf-c-form__helper-text.pf-m-error.required.kc-feedback-text),
.input-field:has(+ .pf-c-form__label .pf-c-form__label-text)
  .w-select:has(+ .pf-c-form__label .pf-c-form__label-text) {
  background-color: #ece3dc;
}

.full-frame-wrapper {
  padding: 2rem;
}

.h2-cp-hero-headline-small {
  color: #222222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  padding-top: 10px;
  width: 50%;
}

.subtitle {
  color: var(--Coral-Pink, #f66);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title {
  color: #222;
  /* H2 */
  font-family: "Miller Banner";
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 5px;
}

.sign-in-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Input Group */
.input-group {
  position: relative;
}

.input-field {
  width: 70%;
  padding: 1rem;
  border: 1px solid #f9cfc1;
  border-radius: 30px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  outline: none;
  background-color: #fff9f5;
}

.input-field-password {
  width: 100%;
  padding: 1rem;
  border: 1px solid #f9cfc1;
  border-radius: 30px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  outline: none;
  background-color: #fff9f5;
}

.input-field-password::placeholder {
  color: #aaa;
}

.input-field-password::placeholder {
  color: #aaa;
}

/* Password Toggle */
.password-group .toggle-password {
  position: relative;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  cursor: pointer;
  color: #222;
}

.password-group .toggle-password-forgot {
  position: absolute;
  top: 33%;
  right: 2rem;
  /* transform: translateY(-50%); */
  cursor: pointer;
  color: #222;
}

.eye-icon {
  /* Placeholder for your eye icon (you can use a real icon library) */
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
}

/* Links */
.form-links {
  display: flex;
  /* justify-content: space-between; */
  font-size: 0.875rem;
  color: #222;
  gap: 2rem;
  padding-top: 5px;
}

.form-links a {
  text-decoration: none;
}

.forgot-password,
.create-account {
  color: var(--Charcoal, #222222);
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.forgot-password:hover,
.create-account:hover {
  text-decoration: underline;
}

/* Submit Button */
.submit-button {
  width: 40%;
  border-radius: 100px;
  background: var(--Light-Pink, #ffe1d7);
  color: var(--Coral-Pink, #f66);
  text-align: center;
  /* Buttons */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  padding: 12px 20px;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.6s ease, background-color 0.6s ease;
}

.submit-button:hover {
  background: var(--Coral-Pink, #f66);
  color: var(--Light-Pink, #ffe1d7);
}

.submit-button-new-password {
  /* width: 40%; */
  border-radius: 100px;
  background: var(--Light-Pink, #ffe1d7);
  color: var(--Coral-Pink, #f66);
  text-align: center;
  /* Buttons */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  padding: 12px 20px;
}

.submit-button-new-password:hover {
  background: var(--Coral-Pink, #f66);
  color: var(--Light-Pink, #ffe1d7);
}

.hero-split {
  width: 50%;
}

/* Responsive Design */
/* Tablet View */
@media (max-width: 1024px) {
  .sign-in-section .container {
    grid-template-columns: 1fr;
  }

  .image-container {
    display: none;
    /* Hide the image for smaller tablets */
  }

  .title {
    font-size: 2rem;
  }

  .submit-button {
    font-size: 0.875rem;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .hero-split {
    width: 100%;
  }

  .sign-in-section {
    display: block;
    justify-content: center;
    align-items: center;
    background-color: #fff9f5;
    padding: 4rem 2rem;
  }

  .sign-in-section {
    padding: 2rem 1rem;
  }

  .title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .subtitle {
    font-size: 0.875rem;
  }

  .input-field {
    padding: 0.875rem;
    font-size: 0.875rem;
  }

  .h2-cp-hero-headline-small {
    width: 80%;
  }

  .submit-button {
    font-size: 0.875rem;
    padding: 0.75rem;
    text-decoration: none;
  }

  .form-links a {
    font-size: 0.75rem;
  }
}
