
    :root {
      --accent: #cbe3d4;
      --text: #333;
      --bg: #fff;
      --soft: #f9f6f2;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      line-height: 1.6;
      color: var(--text);
      background-color: var(--bg);
    }

    .hero {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-50%);
  color: white;
  text-align: left;
  padding: 1rem;
  max-width: 600px;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  text-align: left;
  color: white;
  max-width: 90%;
  padding: 1rem;
  padding-left: 2rem;
}

.hero-text .Find-Your-Peace {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 3px;
  color: white;
  margin-bottom: 0.5rem;
  text-align: left;
}

.your-journey-starts {
 font-family: 'Lato', sans-serif;
  max-width: 90%;
  margin: 12px 0 0 0;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  letter-spacing: 1.5px;
  text-align: left;
  color: white;
}
.menu-icon {
  width: 30px;
  height: auto;
  cursor: pointer;
}
    header {
      background-size: cover;
      background-position: center;
      padding: 100px 20px;
      text-align: center;
      color: white;
    }

    header h1 {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }

    header p {
      font-size: 1.2rem;
    }

    .top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
   padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 10;
 background: transparent;
}

.logo-img {
  height: 40px;
  width: auto;
}

.menu-links {
  font-family: 'Lato', sans-serif;
  display: flex;
  justify-content: flex-end;     
  gap: 36px;                     
  padding-right: 36px;           
  align-items: center;
  flex-wrap: wrap;               
}


.menu-links a {
  text-decoration: none;
  color: white;
  transition: opacity 0.3s ease;
}

.menu-links a:hover {
  opacity: 0.7;
}

    nav {
      display: flex;
      justify-content: center;
      gap: 30px;
      padding: 20px;
      background: var(--bg);
      font-weight: bold;
    }

    section {
      padding: 40px 20px;
    }

  .Health-is-not-a-mere {
  max-width: 90%;
  margin: 60px auto 40px; /* adds space above and below */
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.41;
  letter-spacing: 2.24px;
  text-align: center;
  color: gunmetal;
  padding: 0 1rem;
}
wellness-section {
  padding: 60px 20px;
  background-color: var(--soft); /* fix: use CSS variable */
}

.wellness-content {
  display: flex;
  align-items: stretch; /* ensures both sides match height */
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.wellness-image {
  flex: 1 1 400px;
  width: 100%;
  max-width: 500px;
  object-fit: cover;
}

.wellness-text {
  text-align: center;
  flex: 1 1 400px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wellness-text h2 {
  font-size: clamp(2rem, 5vw, 2.5rem);
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', serif;
  color: var(--text);
}

.wellness-text p {
    max-width: 600px;
  margin: 26px 0 56px 47px;
  font-family: 'Lato', sans-serif;
  font-size: 1rem; /* 16px */
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 1.55px;
  color: black;
}

.About-Lotus {
  font-family: Lato, sans-serif;
  font-size: 14px;
  letter-spacing: 1.43px;
  text-align: center;
  color: black;
  text-decoration: none;
  margin: 0 10px;
  transition: opacity 0.3s ease;
}

.About-Lotus:hover {
  opacity: 0.7;
}

.wellness-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px; /* push links toward image base */
}

.causes{
  max-width: 727px;
  margin: 40px auto;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.41;
  letter-spacing: 2.24px;
  text-align: center;
  color: gunmetal;
  padding: 0 1rem;
}

.Take-Control-Of-Your {
  max-width: 90%;
  margin: 0 auto 26px auto;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 5vw, 2.2rem); /* responsive */
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
  color: black;
}

.Yoga-is-an-integral {
  max-width: 742px;
  margin: 40px auto 60px auto;
  font-family: 'Lato', sans-serif;
  font-size: 1rem; /* 16px */
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 1.5px;
  text-align: center;
  color: black;
  padding: 0 1rem; /* adds horizontal breathing room on small screens */
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 60px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.benefit-card {
  flex: 1 1 300px;
  max-width: 360px;
  text-align: center;
}

.benefit-image-wrapper {
  position: relative;
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.White-BG {
  position: absolute;
  padding: 20px 30px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.White-BG h4 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: gunmetal;
  letter-spacing: 2px;
}

.cta-banner {
  background-image: url('assets/images/class-schedule-feature@2x.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 80px 20px;
  margin: 140px 0; /* Adds space above and below */
  position: relative;

}

/* .cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 900px;
  color: white;
}

.cta-content h3 {
  font-size: 1.8rem;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 2px;
  margin: 0;
}

.cta-button {
  background-color: #f9f6f2;
  color: #333;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding: 12px 28px;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e5ded4;
} */



.More-About-Lotus-BG {
  width: fit-content;
  min-width: 140px;
  padding: 10px 20px;
  background-color: #d6ede5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease;
}

.More-About-Lotus-BG:hover {
  background-color: #b8e0d0;
}


    .services, .benefits {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      margin-top: 20px;
    }

    .card {
      flex: 1 1 300px;
      max-width: 320px;
      background: var(--soft);
      padding: 20px;
      border-radius: 10px;
      text-align: center;
    }

   


    .contact {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      background: var(--soft);
      padding: 40px 20px;
      justify-content: space-between;
    }
    .contact-row {
  display: flex;
  justify-content: center;
  background: var(--soft);
  padding: 60px 20px;
  flex-wrap: wrap;
}


.contact-form {
  max-width: 800px;
  flex: 1 1 100%;
}

.contact-form > * {
  margin-bottom: 0;
}

    .Contact-Us {
    font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2.1px;
  color: black;
  margin-bottom: 34px;
  text-align: left;
  white-space: nowrap;
  text-align: left; 
}

.form-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-row .name-rectangle {
   margin-bottom: 0 !important
}

.name-rectangle {
  width: 100%;
  max-width: 486px;
  display: block;
  padding: 12px;
  box-sizing: border-box;
  margin: 10px 0;
}

.message-rectangle {
 height: 216px;
  resize: vertical;
    width: 61%;
}

.Send-Button-BG {
  width: 100%;
  max-width: 486px;
  height: 42px;
  margin: 17px auto 0;
  padding: 0;
  background-color: #d6ede5;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-align: center;
}

    form {
      flex: 1 1 300px;
    }

    input, textarea {
    width: 100%;
  padding: 10px;
  margin: 0;
    }

    .socialize {
  flex: 1 1 35%;
  margin: 0 !important; /* remove top/bottom gap */
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
    align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.Socialize-With-Us {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.02px;
  color: black;
  margin-bottom: 10px;
}



.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap; /* Optional: wrap on smaller screens */
}

.social-icon {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

input.subject {
  margin-top: 10px;
}

.name-rectangle:not(.subject) {
  margin-bottom: 10px;
}

.subject {
 margin-top: 10px;
  margin-bottom: 10px;
}

.bottom-hero-section {
  margin-top: 80px;
  width: 100%;
}

.bottom-hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

 .footer-nav {
  background-color: var(--soft);
  padding: 40px 20px 20px;
  text-align: center;
}

.footer-menu {
 list-style: none;
  display: flex;
  justify-content: center;
  gap: 60px; /* controls spacing between links */
  padding: 0;
  margin: 0 auto 16px;
  flex-wrap: wrap;
}

.footer-menu li a {
   font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1.33px;
  text-align: center;
  color: black;
  text-decoration: none;
  transition: opacity 0.3s ease;
  padding: 4px 12px;
}

.footer-menu li a:hover {
  opacity: 0.6;
}

.footer-nav p {
  font-size: 0.9rem;
  color: black;
  margin-top: 10px;
}


    .socials a {
      text-decoration: none;
      font-weight: bold;
      color: var(--text);
    }

   @media (max-width: 480px) {
  .hero-text {
    top: 60%; /* move text lower down */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 1.5rem;
    max-width: 90%;
  }

   .Contact-Us {
    font-size: 24px;
    margin: 10px auto 30px;
    text-align: center;
    width: auto;
  }

  .hero-text .Find-Your-Peace {
    font-size: 2.2rem;
  }

  .your-journey-starts {
    font-size: 0.9rem;
  }

   .cta-banner {
    background-image: url('assets/images/class-schedule-feature.jpg');
      min-height: 180px;
    padding: 0px 0px !important;
    height:0px !important;
    background-size: cover;
    background-position: center;
  }

   .social-icon {
    width: 24px;
    height: 24px;
  }
}

    @media (max-width: 768px) {
      nav {
        flex-direction: column;
        align-items: center;
      }
      .hero-text {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 90%;
  }

  .hero-text .Find-Your-Peace {
    font-size: 2.8rem;
    text-align: center;
  }

  .your-journey-starts {
    font-size: 1rem;
    text-align: center;
  }
  .Health-is-not-a-mere {
    font-size: 1.125rem; 
    letter-spacing: 1.5px;
    padding: 0 1rem;
  }


      .contact {
        flex-direction: column;
        align-items: center;
      }

      .services, .benefits {
        flex-direction: column;
        align-items: center;
      }

      header h1 {
        font-size: 2rem;
      }

      .footer h2 {
        font-size: 1.5rem;
      }
   .wellness-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.wellness-image {
  flex: 1 1 400px;
  width: 100%;
  max-width: 500px;
  object-fit: cover;
}

.wellness-text {
  flex: 1 1 400px;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.wellness-text-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.wellness-text h2 {
   font-size: clamp(2rem, 5vw, 2.5rem);
  font-family: 'Cormorant Garamond', serif;
  color: var(--text);
  margin-bottom: 1rem;
  text-align: left;
}

.At-Lotus-we-believe {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: var(--text);
  margin: 0 0 2rem 0;
  text-align: left;
}

.wellness-text p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.6;
  font-family: 'Lato', sans-serif;
  color: var(--text);
  max-width: 100%;
  margin: 0 auto;
}

.wellness-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}


    }
@media (min-width: 1200px) {
  .hero-text {
    left: 10%;
    max-width: 700px;
    padding-left: 2rem;
  }

  .hero-text .Find-Your-Peace {
    font-size: 5.5rem;
  }

  .your-journey-starts {
    font-size: 1.75rem;
  }

  @media (min-width: 1200px) {
  .cta-banner {
    background-image: url('assets/images/class-schedule-feature@3x.jpg');
  }
}
}

@media (min-width: 1600px) {
  .hero-text {
    left: 12%;
    max-width: 800px;
  }

  .hero-text .Find-Your-Peace {
    font-size: 6rem;
  }

  .your-journey-starts {
    font-size: 2rem;
  }
}
  

  