* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inria Sans", "Inria Sans Fallback", sans-serif;
}
a {
  text-decoration: none;
}
.hero-section {
  width: 100%;
  padding: 60px 20px;
  background: #ffffff;
}

.hero-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.hero-left {
  flex: 1;
}

.hero-left h1 {
  font-size: 48px;
  font-weight: 700;
  color: #063547;
  line-height: 1.2;
  margin-bottom: 20px;
}

.sub-text {
  font-size: 20px;
  color: #4c6a75;
  margin-bottom: 25px;
  line-height: 1.5;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
  margin-bottom: 35px;
}

.features div {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #063547;
}

.cta-btn {
  background: #063547;
  color: #fff;
  padding: 15px 35px;
  border-radius: 40px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #0a4256;
}

/* RIGHT BODY & LABELS */
.hero-right {
  flex: 1;
  position: relative;
}

.body-wrapper {
  position: relative;
  width: 100%;
}

.body-image {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: auto;
}

.label {
  position: absolute;
  background: #ffffff;
  padding: 6px 12px;
  font-size: 16px;
  color: #063547;
  border-radius: 8px;
  white-space: nowrap;
}

/* Position Labels */
.thyroid {
  top: 10%;
  left: -20%;
}
.insulin {
  top: 15%;
  right: -25%;
}
.vitamin {
  top: 45%;
  right: -30%;
}
.serum {
  bottom: 10%;
  right: -22%;
}
.liver {
  bottom: 10%;
  left: -20%;
}
.sugar {
  top: 50%;
  left: -25%;
}

body {
  font-family: "Inria Sans", "Inria Sans Fallback", sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #063547;
}

.what-you-get {
  text-align: center;
  padding: 50px 20px;
}

.what-you-get h2 {
  font-size: 28px;
  margin-bottom: 5px;
}

.subtitle {
  color: #6f7a89;
  font-size: 14px;
  margin-bottom: 40px;
}

/* Cards Grid */
.cards-container {
  flex: 1 1;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: nowrap;
  width: 100%;
}
.desktop-biomarker-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-card-item {
  width: 380px;
  height: 280px;
  background: #e8f3f9;
  border-radius: 30px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
.desktop-feature-item {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 48px;
  width: 102px;
}
.desktop-banner-features {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.desktop-feature-icon-container {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0);
  /* border: 1px solid var(--accent-color); */
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.desktop-card-item:hover {
  transform: translateY(-5px);
}
.icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.desktop-card-icon-container {
  font-size: 40px;
  color: #005c79;
}

.desktop-card-title {
  font-size: 42px;
  margin: 10px 0 0 0;
  font-weight: 700;
  color: #063547;
}

.desktop-card-subtitle {
  margin-top: 5px;
  font-size: 18px;
  color: #063547;
}

.desktop-card-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.desktop-card-bg-image {
  width: auto;
  height: auto;
  opacity: 0.95;
}

/* Icon (use Remixicon or similar) */
.desktop-card-icon {
  font-size: 45px;
}

.five-step-section {
  text-align: center;
  padding: 40px 20px;
}

.main-title {
  font-size: 28px;
  margin-bottom: 0;
}

.program-title {
  color: #1780b8;
  font-size: 26px;
  margin-top: 5px;
}

.five-step-container {
  margin: 40px auto;
  background: #eaf3f6;
  border-radius: 22px;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
  max-width: 1150px;
  position: relative;
}

/* Each Step Box */
.step-box {
  width: 18%;
  text-align: left;
  position: relative;
}

.step-number {
  color: #1780b8;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
}

.step-title {
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 6px;
}

.step-desc {
  font-size: 13px;
  color: #526673;
  line-height: 1.4;
  margin-bottom: 15px;
}

.step-img {
  width: 100%;
  border-radius: 12px;
}

/* Arrow between steps */
.arrow {
  width: 25px;
  height: 25px;
  background-image: url("arrow.png"); /* Replace with correct arrow image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  align-self: center;
}

/* CTA Button */
.cta-button-wrapper {
  margin-top: 35px;
}

.cta-button {
  padding: 12px 32px;
  border: 2px solid #0f5c7b;
  background: white;
  color: #0f5c7b;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s ease;
}

.cta-button:hover {
  background: #0f5c7b;
  color: white;
}
.faq-section {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 20px;
}

.faq-section h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 18px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  color: #0a2540;
}

.faq-question .icon {
  font-size: 20px;
  transition: 0.3s;
  color: #0a2540;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  margin-top: 10px;
  line-height: 1.7;
  font-size: 14px;
  color: #444;
}
.consult-card {
  width: 260px;
  background: #f5f0ed;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-family: "Inria Sans", "Inria Sans Fallback", sans-serif;
}
.desktop-feature-title {
  font-size: 10px;
  font-weight: 300;
  margin: 0;
  line-height: normal;
}
.desktop-banner-cta {
  margin-top: 20px;
}
.desktop-banner-button {
  background: #112125;
  color: #fff;
  width: 243px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 16px 32px;
  border-radius: 999px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(17, 33, 37, 0.2);
}

.consult-content h3 {
  color: #0b4251;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.small-icon {
  margin-top: 15px;
  font-size: 18px;
  color: #0b4251;
}

.consult-image img {
  width: 110px;
  height: auto;
  object-fit: contain;
}
.wrapper {
  max-width: 750px;
  margin: 40px auto;
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #4790a3;
}

/* ================= TITLE ================= */
.title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #063547;
}

/* ================= EXPANSION PANELS ================= */
.exp-panel {
  background: #f2f7fa;
  border-radius: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  transition: 0.3s ease;
  border: 1px solid transparent;
}

.exp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
}

.exp-header span {
  font-size: 16px;
  font-weight: 600;
  color: #063547;
}

.exp-header .price {
  margin-left: auto;
  margin-right: 10px;
}

.arrow {
  font-size: 20px;
  transition: 0.3s;
}

/* Hidden content initially */
.exp-content {
  max-height: 0;
  overflow: hidden;
  background: #e9f2f5;
  transition: max-height 0.3s ease, padding 0.3s;
  padding: 0 22px;
}

.exp-content p {
  padding: 10px 0 15px;
  font-size: 14px;
  color: #063547;
  line-height: 20px;
}

.exp-content img {
  width: 70px;
}

/* Expanded state */
.exp-panel.active {
  border: 1px solid #d1e6ee;
}

.exp-panel.active .arrow {
  transform: rotate(180deg);
}

.exp-panel.active .exp-content {
  padding: 15px 22px;
  max-height: 350px;
}

.img-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ================= FINAL PRICE ================= */
.final-price-box {
  text-align: right;
  margin: 10px 0 25px;
}

.final-price-box .text {
  font-size: 14px;
}

.strike {
  text-decoration: line-through;
  color: #808080;
  margin: 0 8px;
}

.final {
  color: #063547;
  font-size: 22px;
  font-weight: 700;
}

/* ================= FORM ================= */
label {
  font-size: 14px;
  font-weight: 500;
  color: #063547;
  display: block;
  margin-bottom: 6px;
  margin-top: 6px;
}

input {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-size: 14px;
}

.phone-input {
  display: flex;
  gap: 10px;
  align-items: center;
}

.phone-input span {
  background: #f2f7fa;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}

.phone-input input {
  flex: 1;
  margin-bottom: 0;
}

.privacy {
  font-size: 12px;
  color: #555;
  margin-bottom: 25px;
}

/* ================= BUTTON ================= */
.btn {
  width: 100%;
  padding: 15px;
  background: #063547;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

/* ================= POWERED BY ================= */
.powered {
  text-align: center;
  font-size: 13px;
  margin-top: 18px;
  color: #888;
}

.footer {
  width: 100%;
  background: #07181a;
  padding: 60px 5%;
  color: #cce4e8;
}

/* TOP SECTION */
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.logo-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.footer-logo {
  width: 40px;
}

.logo-text {
  font-size: 24px;
  font-weight: 600;
  color: #d1fef0;
}

.query-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.query-line {
  font-size: 15px;
  color: #b9d6d8;
}

.query-line .q-label {
  color: #83d0e0;
  font-weight: 500;
}

/* SOCIAL ICONS */
.footer-social {
  display: flex;
  gap: 20px;
}

.footer-social .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social .icon i {
  font-size: 24px;
  color: #79ffbf;
}

/* DIVIDER LINE */
.footer-divider {
  border: none;
  height: 2px;
  background: #1a4e59;
  margin: 35px 0;
}

/* BOTTOM SECTION */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.bottom-links {
  display: flex;
  gap: 40px;
}

.bottom-links a {
  color: #c1d7db;
  text-decoration: none;
  font-size: 14px;
}

.bottom-links a:hover {
  color: #7cf0c4;
}

.copyright {
  font-size: 14px;
  color: #7fc0c9;
  margin-top: 10px;
}
#nameErr {
  color: red;
  font-size: 12px;
  display: none;
}
#mobileErr {
  color: red;
  font-size: 12px;
  display: none;
}

.header {
  width: 100%;
  background: white;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 15px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-section img {
  height: 32px; /* Adjust logo size */
}

.brand {
  font-size: 22px;
  font-weight: 600;
  color: #0f4c5c;
}

.nav-links {
  display: flex;
  gap: 35px;
}

.nav-links a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #253238;
  transition: 0.2s;
}

.nav-links a:hover {
  color: #0f4c5c;
}

.actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Outline Button */
.btn-outline {
  padding: 10px 28px;
  border: 2px solid #0f4c5c;
  background: transparent;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
  color: #0f4c5c;
}

.btn-outline:hover {
  background: #e6f4f6;
}

/* Filled Button */
.btn-filled {
  padding: 10px 28px;
  background: #0f1e24;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  color: white;
  transition: 0.25s;
}
html {
  scroll-behavior: smooth;
}

.btn-filled:hover {
  background: #142e35;
}

/* Responsive for Mobile */
@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
  .actions{
    display: none;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .wrapper {
    padding: 25px;
  }
  .exp-content img {
    width: 60px;
  }
  .five-step-container {
    flex-direction: column;
    gap: 40px;
  }

  .step-box {
    width: 100%;
    text-align: center;
  }

  .arrow {
    transform: rotate(90deg);
    margin: auto;
  }
}

/* Responsive */
@media (max-width: 768px) {
  /* .query-line {
    display: flex;
    flex-wrap: wrap;
  } */
  .footer-content {
    flex-direction: column;
    gap: 30px;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .bottom-links {
    flex-wrap: wrap;
    gap: 20px;
  }
  .wrapper {
    padding: 20px;
    margin: 20px;
  }
  .exp-header {
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
  }
  .exp-header span {
    font-size: 12px !important;
  }
  .price {
    margin-right: 0px !important;
  }
  .img-box {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .title {
    font-size: 18px;
  }
  .desktop-card-item {
    width: 100%;
    height: auto;
  }

  .desktop-card-bg-image {
    width: 150px;
  }
  .privacy {
    font-size: 10px !important;
    margin-bottom: 15px !important;
    padding-top: 10px !important;
  }
}

@media (max-width: 600px) {
  label {
    margin-top: 6px !important;
  }
  .footer {
    padding: 50px 20px;
  }

  .footer-social .icon {
    width: 48px;
    height: 48px;
  }

  .bottom-links a {
    display: block;
  }
  .faq-section h2 {
    font-size: 23px;
  }
  .faq-question {
    font-size: 13px;
  }
  .hero-container {
    width: 100% !important;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  .hero-left {
    flex: auto;
  }
  .hero-right {
    flex: auto;
  }
  .desktop-banner-features {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cards-container {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%;
  }
  .hero-left h1 {
    font-size: 32px;
  }

  .sub-text {
    font-size: 16px;
  }

  .cta-btn {
    width: 100%;
  }
}
/* Mobile Extra Small */
@media (max-width: 360px) {
  .title {
    font-size: 16px;
  }

  .panel-left,
  .panel-price {
    font-size: 14px;
  }

  .panel-content img {
    width: 50px;
  }

  input {
    padding: 10px;
  }
}
