* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Manjari", sans-serif;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
h1 {
  font-family: "Manjari", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 114.99999999999999%;
  letter-spacing: 0%;
}
h2 {
  font-family: "Manjari", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 51px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}
h3 {
  font-family: "Manjari", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}
p,
ul > li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s ease;
  z-index: 1000;
  background-color: transparent;
}

/* When scrolled */
.nav.scrolled {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

/* Inner navbar layout */
.navbar {
  padding: 36px 0;
  display: flex;
}

.navbar > figure {
  height: 45px;
  max-width: 180px;
}

.navbar > figure > img {
  width: 100%;
  height: auto;
}

.header {
  position: relative;
  margin-top: 118px;
}
.header::after {
  content: "";
  position: absolute;
  background-image: url("./assets/images/backgrounds/home_bg.png");
  z-index: -1;
  height: 974px;
  width: 100%;
  bottom: 0;
  right: 0;
}

/*  ============== */

.promo-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  margin: auto;
  position: relative;
  padding: 70px 0 60px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #52e6de;
}

.promo-content {
  flex: 1 1 450px;
  z-index: 1;
}

.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2f9c96;
  color: #ffffff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  border-radius: 20px;
  margin-bottom: 42px;
  max-width: 150px;
  min-height: 35px;
}

.header > .title {
  color: #000000;
  margin-bottom: 25px;
}

.description {
  color: #000;
  margin-bottom: 80px;
}

.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.btn {
  background: linear-gradient(
    160.41deg,
    rgba(0, 228, 215, 1) 0%,
    rgba(47, 156, 150, 1) 100%
  );
  border-radius: var(--sizes-border-radius-br-4, 12px);
  padding: 13px 30px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 150px;
  min-height: 48px;
  max-height: 48px;
  position: relative;
  box-shadow: inset 0px 3px 4px 0px rgba(223, 238, 255, 0.1),
    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1),
    inset 0px -2px 2px 0px rgba(0, 66, 137, 0.15),
    0px 2px 5px 0px rgba(74, 58, 255, 0.25);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}

.btn:hover {
  background: #088f6e;
}

.customer-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatars {
  display: flex;
}

.avatars > figure {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid white;
  overflow: hidden;
  margin-left: -10px;
}

.avatars img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-count {
  color: #09384d;
  text-align: left;
  font-family: "Urbanist-ExtraBold", sans-serif;
  font-size: 24px;
  line-height: 150%;
  font-weight: 800;
}

.customer-count span {
  color: #09384d;
  text-align: left;
  font-family: "Urbanist-Regular", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}

.promo-image {
  height: 527px;
  max-width: 790px;
}

.promo-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.section-container {
  background: #fff;
}

.about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 62px 0;
  position: relative;
}

.about-bg {
  display: none;
}

.texture {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  height: 170px;
  transform: translateY(-50%);
  max-width: 261px;
}

.texture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-grid {
  display: flex;
  width: 40%;
  gap: 15px;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.image-grid::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -23px;
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/backgrounds/home_bg.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  display: none;
  max-width: 360px;
}

.image-grid > figure {
  margin-top: 75px;
  height: 175px;
}

.image-grid > figure:nth-child(2) {
  margin-top: 0;
}

.image-grid > figure > img {
  border-radius: 12px;
  width: 100px;
  height: 180px;
  object-fit: cover;
}

.text-content {
  width: 55%;
}

.section-label {
  color: #2f9c96;
  font-weight: 700;
  font-size: 20px;
  font-family: "Inter", sans-serif;

  margin-bottom: 10px;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.section-description {
  font-size: 18px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 25px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  background: #ffffff;
  border-radius: 16px;
  position: relative;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.05);
  max-width: 545px;
  padding: 25px;
}

.feature {
  background: rgba(47, 156, 150, 0.25);
  border-radius: 6px;
  color: #0aa580;
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  gap: 11px;
  align-items: center;
  width: calc(50% - 10px);
}

.feature > figure {
  width: 26px;
  height: 26px;
}

.feature > p {
  color: #000000;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.feature > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features_wrapper {
  padding: 36px 0;
  display: flex;
  gap: 57px;
  justify-content: space-between;
  max-width: 1075px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.features-container {
  display: flex;
  gap: 20px;
}
.features-container > figure {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-container > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-container-content > p {
  color: #0d0d0d;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 12px;
}

.features-container-content > span {
  color: #7a7a7a;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 12px;
}

/* ========= steps ========== */

.step-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(
    --gg,
    linear-gradient(
      180deg,
      rgba(50, 41, 153, 0) 0%,
      rgba(83, 68, 255, 0.05) 100%
    )
  );
  border-radius: 50px;
  padding: 80px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
  gap: 30px;
}

.step-section .content {
  width: 57%;
}

.step-label {
  color: #0aa580;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.4;
} */

.subtext {
  color: #888;
  margin-bottom: 20px;
}

.checklist {
  list-style: none;
  color: #111;
  font-size: 16px;
}

.checklist li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.checklist li::before {
  content: "";
  background-image: url("./assets/images/icons/checkmark.png");
  background-repeat: no-repeat;
  background-size: contain; /* or 100% 100% */
  position: absolute;
  left: 0;
  top: 5px; /* adjust based on vertical alignment */
  width: 20px;
  height: 20px;
  display: inline-block;
}

.image-container {
  width: 100%;
  max-width: 40%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: var(
    --shadow-dark-xl-box-shadow,
    0px 0px 10px 0px rgba(0, 0, 0, 0.07),
    0px 20px 25px -5px rgba(0, 0, 0, 0.1)
  );
  object-fit: cover;
  overflow: hidden;
}

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

/* */

.form-main-section {
  background: #f9fafb;
  scroll-margin-top: 117px;
}
.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 0;
  background: #f9fafb;
}
.image-section {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  width: 30%;
}
.image-section-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-section-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.image-large {
  height: 241px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07),
    0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image-large img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image-small-one {
  height: 193px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07),
    0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image-small-two {
  height: 288px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07),
    0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image-small-one img,
.image-small-two img,
.image-large img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* form section */
.form-container {
  background: white;
  border-radius: 16px;
  padding: 30px;
  flex: 1 1 600px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.form-container h2 {
  font-size: 24px;
  line-height: 115%;
  color: #170f49;
  margin-bottom: 20px;
  font-weight: 600;
}

.form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full {
  grid-column: span 2;
}

.form-group label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #170f49;
  font-weight: 500;
  line-height: 115%;
}

.form-group label > span {
  color: #ff0004;
}

input[type="text"],
input[type="number"],
select,
textarea {
  padding: 8px 16px;
  color: #a0a3bd;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  border: 1px solid #d9dbe9;
  border-radius: 14px;
  outline: none;
  resize: none;
  background: #fff;
  box-shadow: var(
    --shadows-neutrals-neutral-01-box-shadow,
    0px 0.5px 1px 0px rgba(25, 33, 61, 0.04)
  );
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
select::placeholder {
  color: #a0a3bd;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
}

textarea {
  min-height: 70px;
}

.submit-button-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: end;
}

button {
  background: var(
    --b,
    linear-gradient(
      160.41deg,
      rgba(47, 156, 150, 1) 0%,
      rgba(66, 255, 245, 1) 100%
    )
  );
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: inset 0px 3px 4px 0px rgba(223, 238, 255, 0.1),
    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1),
    inset 0px -2px 2px 0px rgba(0, 66, 137, 0.15),
    0px 2px 5px 0px rgba(74, 58, 255, 0.25);
  min-width: 150px;
  max-height: 48px;
  min-height: 48px;
}

button:hover {
  opacity: 0.9;
}

/*  footer */

.footer {
  background-color: #ffffff;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left .logo {
  max-height: 40px;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}

.footer-right > span {
  color: #000000;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
}

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 20px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}

.footer-links > a {
  color: #000000;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-right: 20px;
}

.footer-copy {
  color: #000000;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.file-upload-wrapper {
  padding: 8px 16px;
  color: #a0a3bd;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  border: 1px solid #d9dbe9;
  border-radius: 14px;
  outline: none;
  resize: vertical;
  background: #fff;
  box-shadow: var(
    --shadows-neutrals-neutral-01-box-shadow,
    0px 0.5px 1px 0px rgba(25, 33, 61, 0.04)
  );
  min-height: 48px;
  display: flex;
  align-items: center;
  position: relative;
}

.file-upload-wrapper > input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-upload-wrapper .choose-file {
  background: #e9e9e9;
  border-radius: 5px;
  flex-shrink: 0;
  width: 86px;
  height: 27px;
  color: #a0a3bd;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.file-upload-wrapper .upload-text {
  color: #a0a3bd;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
}

.days-weeks-select-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.days-weeks-select-container .days-weeks-select {
  width: 80%;
  padding: 8px 16px;
  color: #a0a3bd;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  border: 1px solid #d9dbe9;
  border-radius: 14px;
  outline: none;
  background: #fff;
}

.days-weeks-select-container .days-week-input {
  width: 20%;
  padding: 8px 16px;
  color: #a0a3bd;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  border: 1px solid #d9dbe9;
  border-radius: 14px;
  outline: none;
  background: #fff;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.days-weeks-select-container .days-week-input > span {
  border-radius: 4px;
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 1px;
  padding: 4px 10px 4px 10px;
  color: #000000;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.form-container.mobile-form {
  display: none;
}

.Prescription-title {
  color: #000000;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.social-icons {
  display: flex;
  gap: 21px;
}

.social-icons-wrapper {
  width: 21.6px;
  height: 21.6px;
  display: block;
}

.social-icons-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
