@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;
  border-radius: 5%;
}

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

/* ✅ Hero Arrow Button */
.arrow-container {
  position: absolute;
  top: 15%;
  left: 4%;
  z-index: 10;
  cursor: pointer;
}

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

/* ✅ Hero Section */
.hero {
  margin-top: 6rem;
  height: 80vh;
  background: url("../assets/images/management.jpg") no-repeat center
    center/cover;
  background-color: #fff9f5;
  display: flex;
  align-items: center;
  color: white;
}

.home-hero-content {
  display: flex;
  flex-direction: column;
  padding: 0 3rem;
}

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

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

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

.home-hero-content p {
  font-family: "Miller Text";
  font-size: clamp(1.25rem, 5vw, 1.5rem);

  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
  color: #fff9f5;
  max-width: 559px;
}

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

/* ✅ Hero Media Queries */
@media (max-width: 1025px) {
  .arrow-container {
    top: 20%;
  }

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

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

@media (max-width: 913px) {
  .hero {
    background-position: 50% center;
  }
}

@media (max-width: 600px) {
  .home-hero-content {
    padding: 0 1rem;
  }

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

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

/* ✅ Bioidentical Hormone and Uncompromised Safety Section*/
.device-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  align-items: center;
  height: auto;
  background-color: #ece3dc;
  border-radius: 20px;
  margin-top: 6rem;
}

.device-image-section {
  text-align: center;
  padding: 3rem;
}

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

.device-text-section,
.uncompromised-section {
  text-align: start;
  padding: 2rem;
}

.device-text-section h2,
.uncompromised-section h2 {
  font-family: "Miller Text";
  font-size: clamp(1.75rem, 3vw, 2.625rem);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
  max-width: 100%;
}

.device-text-section p,
.uncompromised-section p {
  font-family: "Montserrat";
  font-size: clamp(1rem, 1vw, 1.125rem);

  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  white-space: pre-line;
  max-width: 100%;
  padding-top: 3rem;
}

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

.device-cta-button:hover {
  border: 2px solid #ff6666;
}

/* ✅ Bioidentical Hormone and Uncompromised Safety Media Queries*/
@media (max-width: 1075px) {
  .device-text-section p,
  .uncompromised-section p {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .device-text-section p,
  .uncompromised-section p {
    white-space: unset;
  }
}

@media (max-width: 913px) {
  .device-text-section,
  .uncompromised-section {
    padding: 2rem 1rem;
  }

  .device-text-section p,
  .uncompromised-section p {
    padding-top: 2rem;
  }

  .device-cta-button {
    margin: 0;
    margin-top: 2rem;
  }

  .device-image-section {
    padding: 1rem;
  }
}

@media (max-width: 700px) {
  .device-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin: 0 -2rem;
    padding-bottom: 3rem;
  }

  .device-text-section,
  .uncompromised-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
  }

  .device-image-section {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 541px) {
  .device-container {
    margin: 0;
  }
}

/*✅ About BHRT Section */
.lab-testing {
  background-color: #fff9f5;
  padding-top: 6rem;
}

.lab-testing__container {
  margin: 0 auto;
}

.lab-testing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.lab-testing__grid_size {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.lab-testing__item {
  text-align: left;
  position: relative;
}

.lab-testing__title {
  font-family: "Miller Banner";
  font-size: clamp(2.625rem, 7vw, 5.625rem);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  padding-bottom: 2rem;
}

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

.lab-testing__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

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

/* ✅ About BHRT Media Queries */
@media (max-width: 1225px) {
  .lab-testing__item p {
    white-space: unset;
  }
}

@media (max-width: 1150px) {
  .lab-testing__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 2rem;
  }

  .lab-testing-img {
    grid-column: 1 / 2;
    grid-row: 2;
  }

  .lab-testing-img img {
    height: auto;
    width: 100%;
  }

  .lab-testing__item p {
    max-width: 80%;
  }
}

@media (max-width: 913px) {
  .lab-testing {
    padding: 0;
    padding-top: 3rem;
  }
}

@media (max-width: 700px) {
  .lab-testing {
    padding: 3rem 0;
  }
}

@media (max-width: 650px) {
  .lab-testing {
    padding: 3rem 0;
  }

  .lab-testing__grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .lab-testing-img {
    display: flex;
    align-self: center;
    justify-content: center;
    height: auto;
  }

  .lab-testing__highlight {
    width: 100%;
  }

  .lab-testing__item p {
    max-width: 100%;
  }
}

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

/*✅ Wellness for All Section*/
.wellness-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 6rem 0;
}

.wellness-text-section {
  text-align: start;
}

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

.wellness-paragraph {
  color: #222222;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 65%;
}

.wellness-button {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 3rem;
  border: 2px solid var(--Light-Pink, #ffe1d7);
  font-size: 1rem;
  color: var(--Coral-Pink, #f66);
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat";
  cursor: pointer;
  transition: border-color 0.6s ease, background-color 0.6s ease;
}

.wellness-button:hover {
  margin-top: 3rem;
  border: 2px solid var(--Light-Pink, #f66);
}

@media (max-width: 1025px) {
  .wellness-paragraph {
    font-size: 16px;
    max-width: 85%;
  }
}

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

  .wellness-paragraph {
    max-width: 100%;
  }

  .wellness-button {
    margin-top: 2rem;
  }
}

@media (max-width: 578px) {
  .wellness-container {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
    gap: 2rem;
  }
}

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

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

/* Step Text */
.step-text {
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  /* Light text colour */
  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: 100px;
  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: 100px;
  border: 2px solid white;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2rem;
  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: 100px;
  border: 2px solid #fff9f5;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Montserrat";
}

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

.btn:hover {
  background-color: var(--Off-white, #fff9f5);
}

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

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

/* Progress Steps Container */
.progress-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: absolute;
  bottom: 14%;
  left: 10%;
  right: 40%;
  background-color: transparent;
}

/* Individual Step */
.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  /* Equal width for each step */
}

/* Circle */
.progress-step__circle {
  width: 60px;
  height: 60px;
  background-color: rgba(249, 207, 193, 0.5);
  /* Light pink */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background: #f9cfc1;
}

/* Line Connecting Steps */
.progress-line {
  height: 2px;
  background-color: #f9cfc1;
  flex: 1;
}

/* Text Below Each Step */
.progress-step__text h3 {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0.5rem 0 0.25rem;
  color: #333;
  font-family: Montserrat;
}

.progress-step__text p {
  font-size: 0.875rem;
  color: #333;
  font-family: Montserrat;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .progress-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    bottom: 5%;
    /* Adjust position for smaller screens */
  }

  .progress-line {
    display: none;
    /* Hide lines on smaller screens */
  }

  .progress-step {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }

  .progress-step__circle {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

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

@media (max-width: 480px) {
  .progress-step__circle {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .progress-step__text h3 {
    font-size: 0.75rem;
  }

  .progress-step__text p {
    font-size: 0.75rem;
  }
}

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

  /* 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: 50px;
    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: 60px;
    margin: 0;
    color: #000;
    font-weight: 200;
  }

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

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

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

  .text-box,
  .image-box {
    margin-bottom: 20px;
    /* Add spacing between items */
    width: 100%;
    /* Ensure full width */
  }

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

  .text-box,
  .image-box {
    margin-bottom: 20px;
    /* Add spacing between items */
    width: 100%;
    /* Ensure full width */
  }

  .text-box {
    text-align: center;
    /* Center-align text on mobile */
  }

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

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

  .thrive-section-progress-indicator.active {
    background: #ff645a;
  }
}

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

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

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

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

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

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

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

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

/* .container {
    margin: 0 auto;
    margin-bottom: 6rem;
} */

/* Title */
.whats-next-title h1 {
  font-family: "Miller Text", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 3rem;
}

/* Steps */
.whats-next-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10rem;
  /* margin-bottom: 3rem; */
}

.step {
  text-align: center;
  flex: 1;
}

.step-image {
  margin-bottom: 1rem;
}

.step-image img {
  border-radius: 16px;
  /* align-content: center; */
}

.step h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
  font-family: Montserrat;
}

.step .price {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 1rem;
  font-family: Montserrat;
}

.step .description {
  font-size: 1rem;
  color: #222;
  line-height: 1.6;
  font-family: Montserrat;
}

/* Timeline */
.timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.timeline .dot {
  width: 12px;
  height: 12px;
  background-color: #f9cfc1;
  border-radius: 50%;
}

.timeline .line {
  height: 2px;
  width: 100px;
  background-color: #f9cfc1;
}

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

  .step {
    flex: 1 1 45%;
  }

  .timeline .line {
    width: 80px;
  }

  .whats-next-title h1 {
    font-size: 2rem;
  }
}

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

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

  .step {
    max-width: 100%;
  }

  .timeline {
    flex-direction: column;
    gap: 0.5rem;
  }

  .timeline .line {
    width: 2px;
    height: 50px;
  }

  .whats-next-title h1 {
    font-size: 1.75rem;
  }
}
