* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Marcellus", sans-serif;
  font-family: "Lato", sans-serif;
}
main {
  background-image: url(../assets/background/Ellipse\ 3.png);
}

/* About Section Styling */
.about-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-container {
  max-width: 98%;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

/* Title and Subtitle Styling */
.about-title {
  font-size: 60px;
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  color: #47301F;
}

.about-subtitle {
  max-width: 70%;
  font-size: 28px;
  font-family: "Lato", sans-serif;
  color: #000000;
  margin: 50px auto 20px;
  line-height: 1.6;
}

.experience-section {
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
}

.experience-container-img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.experience-container-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.overlay-text {
  position: absolute;
  top: 60%;
  left: 6%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
  max-width: 350px;
  line-height: 2;
}

.vip-suite-overlay {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
  max-width: 350px;
}
.vip-suite-overlay h2{
  font-family: "Marcellus", serif;
  font-size: clamp(20px, 40px, 42px);
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 0.7;
}
.vip-suite-overlay span {
  font-family: "Marcellus", serif;
  font-size: clamp(14px, 26px, 30px);
  font-weight: 400;
  margin-bottom: 8px;
}
.vip-suite-overlay p {
  font-size: clamp(14px, 20px, 22px);
  line-height: 1.4;
  max-width: 40ch;
  color: #fff;
  margin-top: 15px;
}

/* Heading */
.overlay-text h2 {
  font-family: "Marcellus", serif;
  font-size: clamp(20px, 40px, 42px);
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 1;
}

.overlay-text span {
  font-family: "Marcellus", serif;
  font-size: clamp(14px, 26px, 30px);
  font-weight: 400;
  margin-bottom: 8px;
}

/* Paragraph */
.overlay-text p {
  font-size: clamp(14px, 18px, 22px);
  line-height: 1.4;
  max-width: 40ch;
  color: #fff;
  margin-top: 15px;
}

/* experience benefits */
.experience-benefits {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1px;
  padding: 20px 8%;
  flex-wrap: wrap;
}

.experience-benefits .benefits-box,
.experience-benefits .unique-box {
  flex: 1 1 400px;
}

.benefits-box{
  max-width: 400px;
}

/* Responsive heading */
.experience-benefits h2 {
  font-size: clamp(16px, 2.5vw, 26px);
  font-weight: 700;
  margin-bottom: 8px;
  color: #47301F;
}

/* Responsive paragraph */
.experience-benefits p {
  font-size: clamp(14px, 2.8vw, 26px);
  line-height: 1.5;
  color: #47301F;
  font-weight: 500;
  margin-top: 5px;
  width: 100%;
  max-width: 300px;
}


/* Parent features container */
.experience-benefits .features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 12px;
}

/* Each column container */
.features-flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 200px;
}

/* Feature pill */
.experience-benefits .feature {
  background: #b9956b;
  color: #47301F;
  width: max-content;
  padding: clamp(6px, 1vw, 10px) clamp(10px, 1.2vw, 14px);
  border-radius: 25px;
  font-size: clamp(10px, 19px, 20px);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Icon size responsive */
.experience-benefits .feature i {
  color: #47301F;
  font-size: 22px;
}

/* Right-side text box */
.unique-box p {
  width: 100%;
  max-width: 700px;
  font-size: 20px;
  margin-bottom: 20px;
}

/* experience-precision */
.experience-precision-section {
  display: flex;
  flex-direction: column;
  margin: 50px  auto 30px;
  align-items: center;
  text-align: start;
  justify-content: center;
  width: 94%;
  gap: clamp(10px, 2vw, 25px);
}

.experience-precision-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.experience-precision-container h1 {
  font-family: "Marcellus", serif;
  font-size: clamp(26px, 4vw, 40px);
  color: #47301f;
  font-weight: 500;
  letter-spacing: 1px;
}

.experience-precision-container p {
  font-size: clamp(14px, 1.8vw, 20px);
  color: #47301f;
  line-height: 1.4;
  max-width: 60ch;
}

/* Image container */
.experience-precision-img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.experience-precision-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

/* Text overlay inside image */
.experience-precision-overlay {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  text-align: left;
  color: #2a1c10;
  border-radius: 15px;
  width: clamp(280px, 55%, 670px);
}

.experience-precision-overlay h2 {
  font-family: "Marcellus", serif;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 500;
  margin-bottom: 15px;
}

.experience-precision-overlay p {
  font-size: clamp(13px, 1.3vw, 18px);
  line-height: 1.4;
  max-width: 45ch;
  margin-bottom: 40px;
  color: #2a1c10;
}

/* Features */
.experience-precision-features {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 20px, 30px);
}

.features-column {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1vw, 10px);
}

.feature {
  background: #b9956b;
  color: #47301f;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: clamp(6px, 1vw, 10px) clamp(12px, 1.5vw, 20px);
  border-radius: 25px;
  font-size: clamp(12px, 16px, 18px); 
}

.feature i {
  font-size: 22px; 
}


/* section-healthspan */
.healthspan-section {
  padding: 5px 40px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
}



.healthspan-container-img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.healthspan-container-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

/* section Red Light Therapy  */
.red-light-therapy {
  display: flex;
  justify-content: center;
  max-width: 94%;
  margin: 50px auto 30px;
}

.red-light-therapy-card {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #000;
}

/* LEFT TEXT SIDE */
.red-light-therapy-content {
  position: absolute;
  z-index: 2;
  left: 6%;
  top: 45%;
  transform: translateY(-50%);
  color: #2a1c10;
  max-width: 550px;
  text-align: left;
  margin-top: 20px;
}

.red-light-therapy-content h2 {
  font-family: "Marcellus", serif;
  font-size: 40px;
  max-width: 400px;
  font-weight: 500;
  color: #47301f;
  margin-bottom: 8px;
}

.red-light-therapy-content p {
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 6px;
  color: #47301f;
  max-width: 350px;
  font-weight: 500;
}

.red-light-therapy-content h3 {
  font-size: clamp(14px, 27px, 30px);
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 8px;
  color: #000;
}

.benefits-text {
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 18px;
  font-size: 28px;
}

.therapy-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 30px;
}

.therapy-features span {
  background: #b9956b;
  color: #47301F;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: clamp(6px, 1vw, 10px) clamp(14px, 1.6vw, 22px);
  border-radius: 25px;
  font-weight: 600;
  font-size: clamp(15px, 18px, 30px);
  width: fit-content;
}

.therapy-features i {
  font-size: 22px;
}

/* IMAGE SIDE */
.red-light-therapy-img {
  width: 100%;
  position: relative;
}

.red-light-therapy-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-section {
  border-top: 2px solid;
  border-color: #bbbbbb;
  max-width: 95%;
}


@media (max-width: 400px) {

  /* General Reset for Mobile */
  body,
  main,
  section {
    padding: 0 !important;
  }

  /* Universal centering for all sections */
  .experience-section,
  .experience-precision-section,
  .healthspan-section,
  .red-light-therapy {
    text-align: center !important;
    padding: 20px 10px !important;
  }

  /* Center all container content */
  .experience-container,
  .experience-precision-container,
  .red-light-therapy-content {
    align-items: center !important;
    text-align: center !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: 90% !important;
  }

  /* Headings smaller for readability */
  h1,
  h2,
  h3 {
    font-size: clamp(18px, 6vw, 24px) !important;
    text-align: center !important;
  }

  /* Paragraph adjustments */
  p {
    font-size: clamp(12px, 4vw, 16px) !important;
    line-height: 1.4 !important;
    max-width: 90% !important;
    margin: 5px auto !important;
  }

  /* Images full width */
  .experience-container-img img,
  .experience-precision-img img,
  .healthspan-container-img img,
  .red-light-therapy-img img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  /* Overlay text inside images centered */
  .overlay-text,
  .experience-precision-overlay,
  .red-light-therapy-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    max-width: 90% !important;
  }

  /* Feature tags centered and smaller */
  .feature,
  .therapy-features span {
    font-size: clamp(10px, 3.5vw, 13px) !important;
    padding: 6px 12px !important;
    margin: 0 auto !important;
  }

  .therapy-features,
  .experience-precision-features {
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  /* Benefits spacing tighter */
  .red-light-therapy-content h3 {
    margin-top: 8px !important;
    margin-bottom: 4px !important;
  }

  /* Remove extra borders/padding */
  .red-light-therapy-card {
    border: none !important;
    padding: 0 !important;
  }
}

/* Responsive design for main section */
@media screen and (max-width: 768px) {
  .about-title {
    font-size: 28px;
  }

  .about-item h3 {
    font-size: 1.1rem;
  }

  .about-subtitle {
    font-size: 16px;
  }

  .about-item p {
    font-size: 0.95rem;
  }
}

@media screen and (max-width: 480px) {
  .about-image {
    background-size: fixed;
    padding: 0 0 0 20px;
    background-repeat: no-repeat;
    height: 80vh;
  }

  .about-title {
    font-size: 32px;
  }

  .about-subtitle {
    font-size: 20px;
    margin: 0px auto 0px;
    max-width: 80%;
  }

  .story-image {
    width: 80% !important;
  }

  .story-discription {
    font-size: 14px;
  }

  .experience-section img {
    height: 400px;
  }

  .experience-precision-img img {
    height: 300px;
    object-position: 75%;
  }

  .experience-precision-features {
    display: none;
  }

  .red-light-therapy-img {
   height: 400px;
  }

  .benefits-box h2 {
    font-size: 24px;
  }

  .benefits-box p {
    font-size: 24px;
  }

  .unique-box h2 {
    font-size: 24px;
  }

  .unique-box p {
    font-size: 24px;
  }

  .experience-precision-overlay {
    left: 3%;
    width: clamp(280px, 80%, 670px);
  }

  .healthspan-container-img img {
    height: 300px;
    object-position: 75%;
  }

  .healthspan-section {
    padding: 5px 10px;
  }

  .experience-benefits .feature {
  font-size: clamp(10px, 16px, 20px);
  }

  .red-light-therapy-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .red-light-therapy-content h3 {
    font-size: 20px;
  }
  .red-light-therapy-content p {
    font-size: 18px;
  }

  .therapy-features span {
    border-radius: 25px;
    font-weight: 600;
    font-size: clamp(15px, 12px, 30px);
    width: fit-content;
  }

  .therapy-features i {
    font-size: 18px;
  }
}