/* Preloader */
#preloader {
  position: fixed;
  inset: 0;
  background: #0f0f0f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  isolation: isolate;
  /* allow mix-blend-mode to work predictably */
}

#preloader .preloader-logo {
  width: 180px;
  max-width: 50vw;
  height: auto;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  animation: preloader-pop 1.2s ease forwards;
  mix-blend-mode: screen;
  /* blend white marks, hide dark box on dark bg */
  filter: brightness(1.15) contrast(1.05);
  pointer-events: none;
}

@keyframes preloader-pop {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

body.preloader-done #preloader {
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  #preloader {
    transition: none;
  }

  #preloader .preloader-logo {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/*
.homepage {
  background-color: #ececec;
  overflow-x: hidden;
  width: 100%;
  min-height: 6280px;
  position: relative;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}*/

/* Container for boxed layout */
.container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .container {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

/* Ensure sections stack properly */
.hero-section,
.vision-mission-section,
.wellness-development-section,
.expertise-section,
.investor-section,
.wellness-opportunity-section,
.main-footer {
  /*position: absolute;
  left: 0; */
  width: 100%;
  z-index: 1;
}

.homepage .rectangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 778px;
  object-fit: cover;
}

.homepage .premium-real-estate {
  position: absolute;
  top: 201px;
  left: 120px;
  width: 614px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: var(--variable-collection-colormain);
  font-size: 54px;
  line-height: 60px;
}

.homepage .text-wrapper {
  letter-spacing: -0.58px;
}

.homepage .span {
  letter-spacing: 0;
}

.homepage .div {
  position: absolute;
  top: 501px;
  left: 120px;
  width: 498px;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}

.homepage .rectangle-2 {
  position: absolute;
  top: 0;
  left: 1180px;
  width: 260px;
  height: 778px;
  background-color: #7b5045;
}

.homepage .text-wrapper-2 {
  position: absolute;
  top: 50px;
  left: 1265px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.homepage .line {
  position: absolute;
  top: 83px;
  left: 120px;
  width: 1200px;
  height: 1px;
}

.homepage .image {
  position: absolute;
  top: 10px;
  left: 120px;
  width: 176px;
  height: 60px;
  mix-blend-mode: color-dodge;
  aspect-ratio: 2.93;
}

.homepage .img {
  position: absolute;
  top: 2797px;
  left: 0;
  width: 100%;
  height: 817px;
  object-fit: cover;
}

.homepage .rectangle-3 {
  position: absolute;
  top: 777px;
  left: 0;
  width: 100%;
  height: 762px;
  background-color: #d9d9d9;
}

.homepage .rectangle-4 {
  position: absolute;
  top: 777px;
  left: 0;
  width: 100%;
  height: 1224px;
  object-fit: cover;
}

.homepage .rectangle-5 {
  position: absolute;
  top: 907px;
  left: 730px;
  width: 450px;
  height: 1094px;
  background-color: #e2d1c9;
}

.homepage .line-2 {
  position: absolute;
  top: 777px;
  left: 1180px;
  width: 1px;
  height: 246px;
  object-fit: cover;
}

.homepage .line-3 {
  position: absolute;
  top: 2347px;
  left: 710px;
  width: 1px;
  height: 246px;
  object-fit: cover;
}

.homepage .line-4 {
  position: absolute;
  top: 907px;
  left: 617px;
  width: 823px;
  height: 1px;
  object-fit: cover;
}

.homepage .group {
  position: absolute;
  top: 1006px;
  left: calc(50.00% + 87px);
  width: 262px;
  height: 238px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.homepage .text-wrapper-3 {
  margin-left: -115px;
  height: 48px;
  width: 147px;
  align-self: center;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #622a07;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 48px;
  white-space: nowrap;
}

.homepage .to-be-a-pioneering {
  width: 258px;
  height: 174px;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .group-2 {
  position: absolute;
  top: 1336px;
  left: calc(50.00% + 46px);
  width: 384px;
  height: 464px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.homepage .text-wrapper-4 {
  margin-left: -132.0px;
  height: 48px;
  width: 180px;
  align-self: center;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 48px;
  white-space: nowrap;
}

.homepage .frame {
  display: flex;
  width: 382.01px;
  height: 400.34px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.homepage .group-3 {
  position: relative;
  width: 384.01px;
  height: 60px;
  margin-right: -2.00px;
}

.homepage .img-2 {
  top: 7px;
  left: calc(50.00% - 192px);
  position: absolute;
  width: 21px;
  height: 6px;
}

.homepage .p {
  position: absolute;
  top: 0;
  left: 36px;
  width: 346px;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .group-4 {
  position: relative;
  width: 321.66px;
  height: 60px;
}

.homepage .img-3 {
  top: 6px;
  left: calc(50.00% - 161px);
  position: absolute;
  width: 21px;
  height: 6px;
}

.homepage .text-wrapper-5 {
  position: absolute;
  top: 0;
  left: 36px;
  width: 284px;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .group-5 {
  position: relative;
  width: 366.58px;
  height: 60px;
}

.homepage .img-4 {
  top: 8px;
  left: calc(50.00% - 183px);
  position: absolute;
  width: 21px;
  height: 6px;
}

.homepage .text-wrapper-6 {
  position: absolute;
  top: 0;
  left: 36px;
  width: 329px;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .group-6 {
  position: relative;
  width: 300.8px;
  height: 60.34px;
}

.homepage .img-5 {
  top: 6px;
  left: calc(50.00% - 150px);
  position: absolute;
  width: 21px;
  height: 6px;
}

.homepage .text-wrapper-7 {
  position: absolute;
  top: 1px;
  left: 36px;
  width: 263px;
  transform: rotate(0.07deg);
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .group-7 {
  position: relative;
  width: 261.31px;
  height: 80px;
}

.homepage .img-6 {
  top: 6px;
  left: calc(50.00% - 131px);
  position: absolute;
  width: 21px;
  height: 6px;
}

.homepage .text-wrapper-8 {
  position: absolute;
  top: 0;
  left: 36px;
  width: 223px;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .rectangle-6 {
  position: absolute;
  top: 2001px;
  left: 0;
  width: 100%;
  height: 796px;
  background-color: #c7ab98;
}

.homepage .image-2 {
  position: absolute;
  top: 1794px;
  left: calc(50.00% - 63px);
  width: 138px;
  height: 138px;
  aspect-ratio: 1;
  object-fit: cover;
}

.homepage .group-wrapper {
  position: absolute;
  width: 489px;
  height: 309px;
  top: 2245px;
  left: 120px;
  display: flex;
  justify-content: center;
}

.homepage .group-8 {
  width: 493px;
  height: 309px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.homepage .wellness-real-estate {
  margin-left: -4px;
  height: 100px;
  width: 489px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 50px;
}

.homepage .text-wrapper-9 {
  margin-left: -106px;
  height: 193px;
  width: 387px;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .line-5 {
  position: absolute;
  top: 2090px;
  left: 730px;
  width: 1px;
  height: 619px;
}

.homepage .frame-2 {
  display: flex;
  flex-direction: column;
  width: 638px;
  align-items: flex-start;
  gap: 40px;
  position: absolute;
  top: 2140px;
  left: 802px;
}

.homepage .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .group-9 {
  position: relative;
  width: 366px;
  height: 81px;
}

.homepage .text-wrapper-10 {
  position: absolute;
  top: 0;
  left: calc(50.00% - 183px);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 40px;
  white-space: nowrap;
}

.homepage .in-koh-samui-a-world {
  position: absolute;
  top: 61px;
  left: calc(50.00% - 183px);
  font-family: "Klavika-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.homepage .text-wrapper-11 {
  font-family: "Klavika-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .text-wrapper-12 {
  font-family: "Klavika-Medium", Helvetica;
  font-weight: 500;
}

.homepage .line-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-bottom: -1.00px;
  object-fit: cover;
}

.homepage .group-10 {
  position: relative;
  width: 345px;
  height: 81px;
}

.homepage .text-wrapper-13 {
  position: absolute;
  top: 0;
  left: calc(50.00% - 172px);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 40px;
  white-space: nowrap;
}

.homepage .text-wrapper-14 {
  position: absolute;
  top: 61px;
  left: calc(50.00% - 172px);
  font-family: "Klavika-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.homepage .group-11 {
  position: relative;
  width: 450px;
  height: 81px;
}

.homepage .text-wrapper-15 {
  position: absolute;
  top: 0;
  left: calc(50.00% - 225px);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 40px;
  white-space: nowrap;
}

.homepage .text-wrapper-16 {
  position: absolute;
  top: 61px;
  left: calc(50.00% - 225px);
  font-family: "Klavika-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.homepage .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .text-wrapper-17 {
  position: relative;
  width: 633px;
  margin-top: -1.00px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 40px;
}

.homepage .text-wrapper-18 {
  position: relative;
  align-self: stretch;
  font-family: "Klavika-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .line-7 {
  position: absolute;
  top: 3457px;
  left: 0;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.homepage .group-12 {
  position: absolute;
  top: 3455px;
  left: -2px;
  width: 1442px;
  height: 342px;
}

.homepage .rectangle-7 {
  position: absolute;
  top: 0;
  left: 2px;
  width: 1438px;
  height: 290px;
}

.homepage .rectangle-8 {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 100%;
  height: 290px;
}

.homepage .rectangle-9 {
  position: absolute;
  top: 21px;
  left: 2px;
  width: 1438px;
  height: 290px;
}

.homepage .rectangle-10 {
  position: absolute;
  top: 21px;
  left: 2px;
  width: 100%;
  height: 290px;
}

.homepage .rectangle-11 {
  position: absolute;
  top: 52px;
  left: 2px;
  width: 100%;
  height: 290px;
}

.homepage .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 638px;
  align-items: flex-start;
  gap: 24px;
  position: absolute;
  top: 158px;
  left: 122px;
}

.homepage .group-13 {
  position: relative;
  width: 602px;
  height: 79px;
}

.homepage .text-wrapper-19 {
  position: absolute;
  top: 0;
  left: calc(50.00% - 301px);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: var(--header-text);
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 50px;
  white-space: nowrap;
}

.homepage .text-wrapper-20 {
  position: absolute;
  top: 59px;
  left: calc(50.00% - 301px);
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.homepage .frame-wrapper {
  position: absolute;
  top: 3706px;
  left: 0;
  width: 100%;
  height: 290px;
  display: flex;
  background-image: url(../img/rectangle-28.png);
  background-size: 100% 100%;
}

.homepage .frame-5 {
  display: flex;
  margin-top: 86px;
  width: 841px;
  height: 119px;
  margin-left: 479px;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.homepage .group-14 {
  position: relative;
  width: 845px;
  height: 119px;
  margin-right: -4.00px;
}

.homepage .text-wrapper-21 {
  position: absolute;
  top: 0;
  left: calc(50.00% + 86px);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: var(--colors-miscellaneous-segmented-control-selected-fill);
  font-size: 36px;
  text-align: right;
  letter-spacing: -0.72px;
  line-height: 50px;
  white-space: nowrap;
}

.homepage .text-wrapper-22 {
  position: absolute;
  top: 59px;
  left: calc(50.00% - 422px);
  width: 841px;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: var(--colors-miscellaneous-segmented-control-selected-fill);
  font-size: 18px;
  text-align: right;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .group-15 {
  position: absolute;
  top: 3000px;
  left: calc(50.00% - 600px);
  width: 411px;
  height: 256px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.homepage .expertise-you-can {
  margin-left: -59px;
  height: 110px;
  width: 352px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 55px;
}

.homepage .text-wrapper-23 {
  margin-left: -4px;
  height: 130px;
  width: 407px;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .group-16 {
  position: absolute;
  top: 3652px;
  left: calc(50.00% + 384px);
  width: 95px;
  height: 95px;
}

.homepage .image-3 {
  position: absolute;
  top: 30px;
  left: calc(50.00% - 46px);
  width: 70px;
  height: 73px;
  aspect-ratio: 0.94;
}

.homepage .image-4 {
  position: absolute;
  top: 0;
  left: calc(50.00% - 48px);
  width: 95px;
  height: 95px;
  aspect-ratio: 1;
  object-fit: cover;
}

.homepage .frame-6 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 616px;
  background: linear-gradient(90deg,
      rgba(31, 19, 24, 1) 0%,
      rgba(98, 62, 56, 1) 51%,
      rgba(184, 149, 125, 1) 94%);
}

.homepage .image-5 {
  position: absolute;
  left: 192px;
  bottom: 420px;
  width: 281px;
  height: 96px;
  aspect-ratio: 2.93;
}

.homepage .frame-7 {
  display: flex;
  flex-direction: column;
  width: 79px;
  align-items: flex-start;
  gap: 26px;
  position: absolute;
  top: 148px;
  left: 1031px;
}

.homepage .home {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Klavika-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage .text-wrapper-24 {
  position: relative;
  align-self: stretch;
  font-family: "Klavika-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage .text-wrapper-25 {
  position: relative;
  width: 113px;
  margin-right: -34.00px;
  font-family: "Klavika-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage .frame-8 {
  display: flex;
  flex-direction: column;
  width: 79px;
  align-items: flex-start;
  gap: 26px;
  position: absolute;
  top: 148px;
  left: 1237px;
}

.homepage .facebook {
  position: relative;
  width: 113px;
  margin-top: -1.00px;
  margin-right: -34.00px;
  font-family: "Klavika-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage .element {
  position: absolute;
  left: 192px;
  bottom: 43px;
  font-family: "Klavika-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 17px;
  white-space: nowrap;
}

.homepage .line-8 {
  position: absolute;
  left: 0;
  bottom: 102px;
  width: 100%;
  height: 1px;
}

.homepage .line-9 {
  position: absolute;
  left: 148px;
  bottom: 616px;
  width: 1px;
  height: 611px;
}

.homepage .text-wrapper-26 {
  position: absolute;
  left: 192px;
  bottom: 305px;
  width: 326px;
  font-family: "Klavika-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage .ellipse {
  position: absolute;
  top: 1902px;
  left: 722px;
  width: 73px;
  height: 43px;
}

.homepage .rectangle-12 {
  position: absolute;
  top: 4817px;
  left: 0;
  width: 100%;
  height: 847px;
  background-color: #efecec;
}

.homepage .rectangle-13 {
  position: absolute;
  top: 3996px;
  left: 0;
  width: 100%;
  height: 824px;
  object-fit: cover;
}

.homepage .rectangle-14 {
  position: absolute;
  top: 4480px;
  left: 682px;
  width: 450px;
  height: 340px;
  background-color: #e2d1c9;
}

.homepage .text-wrapper-27 {
  position: absolute;
  top: 4233px;
  left: calc(50.00% - 600px);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffc8ad;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 48px;
  white-space: nowrap;
}

.homepage .text-wrapper-28 {
  position: absolute;
  top: 4297px;
  left: calc(50.00% - 600px);
  width: 408px;
  font-family: "Klavika-Regular", Helvetica;
  font-weight: 400;
  color: var(--colors-miscellaneous-segmented-control-selected-fill);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .group-17 {
  position: absolute;
  top: 4613px;
  left: calc(50.00% + 14px);
  width: 350px;
  height: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.homepage .text-wrapper-29 {
  margin-left: -3.0px;
  height: 20px;
  width: 153px;
  font-family: "Klavika-Bold", Helvetica;
  font-weight: 700;
  color: var(--colors-miscellaneous-window-grabber);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.homepage .legal-documented {
  margin-left: -4px;
  height: 40px;
  width: 345.98px;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .line-10 {
  position: absolute;
  top: 4350px;
  left: 682px;
  width: 1px;
  height: 470px;
  object-fit: cover;
}

.homepage .line-11 {
  position: absolute;
  top: 4479px;
  left: 0;
  width: 939px;
  height: 1px;
  object-fit: cover;
}

.homepage .marketeq-up-arrow {
  position: absolute;
  top: 4487px;
  left: 1070px;
  width: 48px;
  height: 48px;
  transform: rotate(90.00deg);
  aspect-ratio: 1;
}

.homepage .group-18 {
  position: relative;
  width: 25.00%;
  height: 75.00%;
  top: 12.50%;
  left: 37.50%;
}

.homepage .vector {
  position: absolute;
  width: 0;
  height: 100%;
  top: 48.61%;
  left: -104.17%;
}

.homepage .vector-2 {
  position: absolute;
  width: 100%;
  height: 16.67%;
  top: 31.94%;
  left: 145.83%;
}

.homepage .marketeq-up-arrow-2 {
  top: 4761px;
  left: 702px;
  transform: rotate(-90.00deg);
  position: absolute;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
}

.homepage .vector-3 {
  position: absolute;
  width: 100%;
  height: 16.67%;
  top: 31.94%;
  left: -104.17%;
}

.homepage .rectangle-15 {
  position: absolute;
  top: 4820px;
  left: calc(50.00% - 333px);
  width: 667px;
  height: 839px;
  mix-blend-mode: screen;
}

.homepage .group-19 {
  position: absolute;
  top: 4962px;
  left: calc(50.00% - 451px);
  width: 906px;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.homepage .text-wrapper-30 {
  margin-left: -4px;
  height: 48px;
  width: 902px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #622a07;
  font-size: 48px;
  text-align: center;
  letter-spacing: -0.96px;
  line-height: 48px;
  white-space: nowrap;
}

.homepage .text-wrapper-31 {
  margin-left: -4px;
  height: 41px;
  width: 720px;
  font-family: "Klavika-Medium", Helvetica;
  font-weight: 500;
  color: var(--body-text);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.homepage .group-20 {
  position: absolute;
  top: 5161px;
  left: 355px;
  width: 730px;
  height: 410px;
}

.homepage .frame-9 {
  display: flex;
  flex-direction: column;
  width: 703px;
  align-items: flex-start;
  gap: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage .text-wrapper-32 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 50px;
}

.homepage .text-wrapper-33 {
  position: relative;
  align-self: stretch;
  font-family: "Klavika Regular-Regular", Helvetica;
  font-weight: 400;
  color: var(--body-text);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 50px;
}

.homepage .line-12 {
  position: absolute;
  top: 62px;
  left: 0;
  width: 730px;
  height: 1px;
  object-fit: cover;
}

.homepage .line-13 {
  position: absolute;
  top: 156px;
  left: 0;
  width: 730px;
  height: 1px;
  object-fit: cover;
}

.homepage .line-14 {
  position: absolute;
  top: 246px;
  left: 0;
  width: 723px;
  height: 1px;
  object-fit: cover;
}

.homepage .line-15 {
  position: absolute;
  top: 336px;
  left: 0;
  width: 714px;
  height: 1px;
  object-fit: cover;
}

.homepage .group-21 {
  position: absolute;
  top: 5053px;
  left: calc(50.00% - 60px);
  width: 119px;
  height: 119px;
}

.homepage .image-6 {
  position: absolute;
  top: 36px;
  left: calc(50.00% - 42px);
  width: 71px;
  height: 75px;
  aspect-ratio: 0.94;
}

.homepage .image-7 {
  position: absolute;
  top: 0;
  left: calc(50.00% - 60px);
  width: 119px;
  height: 119px;
  aspect-ratio: 1;
  object-fit: cover;
}

.homepage .marketeq-up-arrow-3 {
  top: 706px;
  left: 1265px;
  transform: rotate(90.00deg);
  position: absolute;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
}

/* Hero Section */
.hero-section {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url(../img/rectangle-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  will-change: transform;
}

.hero-content {
  width: 700px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}


.hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #FFC8AD;
  font-size: 54px;
  line-height: 60px;
  margin: 0 0 40px 0;
}

.hero-title-premium {
  letter-spacing: -0.58px;
}

.hero-title-main {
  letter-spacing: 0;
}

.hero-word,
.title-word {
  display: inline-block;
  white-space: pre;
}

.hero-description {
  width: 498px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 0;
}

/* Main Header */
.main-header {
  position: relative;
  width: 100%;
  z-index: 10000;
  padding: 20px 0;
  height: 100px;
  margin-bottom: -100px;
}

.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-nav {
  position: relative;
  background: none;
}

.hero-section .container {
  position: relative;
  height: 100%;
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.menu-text {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #7b5045;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}

.menu-drawer.is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.menu-drawer.is-open[aria-hidden="false"] {
  transform: translateX(0);
}

.menu-drawer-content {
  padding: 80px 60px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.menu-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-bottom: 60px;
  align-self: flex-start;
}

.menu-close-text {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.menu-drawer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.menu-drawer-item {
  margin: 0;
}

.menu-drawer-link {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: opacity 0.3s ease;
}

.menu-drawer-link:hover {
  opacity: 0.7;
}

.menu-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.menu-drawer-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.header-divider {
  position: absolute;
  top: 83px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

.logo {
  width: 176px;
  height: 60px;
  mix-blend-mode: lighten;
  filter: brightness(1.2) contrast(1.1);
  aspect-ratio: 2.93;
}

/* Vision Mission Section */

/*
.vision-mission-section {
  position: absolute;
  top: 777px;
  left: 0;
  width: 100%;
  height: 1224px;
}*/

.vision-mission-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1224px;
  object-fit: cover;
}

.vision-mission-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 762px;
  background-color: #d9d9d9;
}

.vision-mission-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1224px;
  object-fit: cover;
}

/*
.vision-mission-accent {
  position: absolute;
  top: 130px;
  left: 730px;
  width: 450px;
  height: 1094px;
  background-color: #e2d1c9;
}*/

.divider-vertical-1 {
  position: absolute;
  top: 0;
  left: 1180px;
  width: 1px;
  height: 246px;
  object-fit: cover;
}

.divider-vertical-2 {
  position: absolute;
  top: 1570px;
  left: 710px;
  width: 1px;
  height: 246px;
  object-fit: cover;
}

.divider-horizontal-1 {
  position: absolute;
  top: 130px;
  left: 617px;
  width: 823px;
  height: 1px;
  object-fit: cover;
}

.vision-mission-section {
  background-image: url(../img/rectangle-24.png);
  background-size: cover;
  background-position: bottom;
  height: 80vw;
}

.vision-mission-section .container {
  position: relative;
  height: 100%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

.vision-mission-content {
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: flex-start;
  gap: 60px;
  padding: 90px 70px;
  width: 35%;
  background-color: #e2d1c9;
}


.vision-content {
  /*position: absolute;
  top: 229px;
  right: 0;
  width: 262px;
  max-width: 100%;*/
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vision-title {
  /*margin-left: -115px;
  height: 48px;
  width: 147px;
  align-self: center;*/
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #622a07;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 48px;
  white-space: nowrap;
}

.vision-text {
  /*
  width: 258px;
  height: 174px;
  */
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: var(--body-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5em;
}

.mission-content {
  /*position: absolute;
  top: 559px;
  right: 0;
  width: 384px;
  max-width: 100%;*/
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mission-title {
  /* margin-left: -132.0px;
  height: 48px;
  width: 180px;
  align-self: center;*/
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 48px;
  white-space: nowrap;
}

.mission-list {
  display: flex;
  /*
  width: 382.01px;
  height: 400.34px;
  */
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
.mission-item {
  position: relative;
  width: 384.01px;
  min-height: 60px;
  margin-right: -2.00px;
}*/


/*
.mission-item:nth-child(1) {
  height: 60px;
}

.mission-item:nth-child(2) {
  width: 321.66px;
  height: 60px;
}

.mission-item:nth-child(3) {
  width: 366.58px;
  height: 60px;
}

.mission-item:nth-child(4) {
  width: 300.8px;
  height: 60.34px;
}

.mission-item:nth-child(5) {
  width: 261.31px;
  height: 80px;
}*/


/*
.mission-icon {
  position: absolute;
  top: 7px;
  left: 0;
  width: 21px;
  height: 6px;
}

.mission-item:nth-child(2) .mission-icon {
  top: 6px;
}

.mission-item:nth-child(3) .mission-icon {
  top: 8px;
}

.mission-item:nth-child(4) .mission-icon {
  top: 6px;
}

.mission-item:nth-child(5) .mission-icon {
  top: 6px;
}*/

.mission-text {
  /*
  position: absolute;
  top: 0;
  left: 36px;
  width: 346px;*/
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: var(--body-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5em;
}

/*
.mission-item:nth-child(2) .mission-text {
  width: 284px;
}

.mission-item:nth-child(3) .mission-text {
  width: 329px;
}

.mission-item:nth-child(4) .mission-text {
  top: 1px;
  width: 263px;
  transform: rotate(0.07deg);
}

.mission-item:nth-child(5) .mission-text {
  width: 223px;
}*/

/* Wellness Development Section */


.wellness-development-section {
  background-color: #c7ab98;
}

/*
.wellness-development-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 796px;
  background-color: #c7ab98;
}
*/

.wellness-development-icon {
  position: relative;
  top: -200px;
  left: 57%;
  width: 138px;
  height: 138px;
  aspect-ratio: 1;
  object-fit: cover;
}

.wellness-development-section .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 138px;
}

.wellness-development-content {
  /*
  position: absolute;
  width: 489px;
  max-width: 100%;
  height: 309px;
  top: 244px;
  left: 0;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding-right: 80px;
}

.wellness-development-title {
  width: 489px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
}

.wellness-development-text {
  /*
  margin-left: -106px;
  height: 193px;
  width: 387px;*/
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

.wellness-divider {
  position: absolute;
  top: 89px;
  left: 730px;
  width: 1px;
  height: 619px;
}

.key-advantages-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  /*
  position: absolute;
  top: 139px;
  right: 0;*/
  list-style: none;
  padding: 80px 0 80px 80px;
  width: 50%;
  margin: 0;
  border-left: 1px solid #d5d5d5;
}

.key-advantage-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
}

.key-advantage-item:last-child {
  gap: 15px;
  padding-bottom: 0;
  border-bottom: none;
}

.key-advantage-title {
  position: relative;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 40px;
  white-space: nowrap;
}

.key-advantage-item:last-child .key-advantage-title {
  width: 633px;
  margin-top: -1.00px;
}

.key-advantage-text {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  margin: 0;
}

.key-advantage-item:last-child .key-advantage-text {
  position: relative;
  align-self: stretch;
  white-space: normal;
}

.key-advantage-text-normal {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}

.key-advantage-text-bold {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
}

.key-advantage-divider {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-bottom: -1.00px;
  object-fit: cover;
}

/* Expertise Section */

/*
.expertise-section {
  position: absolute;
  top: 2797px;
  left: 0;
  width: 100%;
  height: 1200px;
}*/

.expertise-quality-section {
  background-color: #7b5045;
}

.divider-shape {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}

.expertise-quality-section .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 138px;
  padding-bottom: 138px;
  gap: 50px;
}

.expertise-section {
  background-image: url(../img/expertise.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*
.expertise-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 817px;
  object-fit: cover;
}*/

.expertise-section .container {
  position: relative;
  height: 60vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.expertise-intro {
  /*
  position: absolute;
  top: 203px;
  left: 0;
  width: 411px;
  max-width: 100%;
  height: 256px;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.expertise-title {
  /*
  margin-left: -59px;
  height: 110px;*/
  width: 352px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 0;
}

.expertise-description {
  /*
  margin-left: -4px;
  height: 130px;*/
  width: 407px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/*
.expertise-partners {
  position: absolute;
  top: 658px;
  left: -2px;
  width: 1442px;
  height: 342px;
}*/

/*
.partner-divider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 1px;
  object-fit: cover;
}*/

.partner-layers {
  position: relative;
  width: 100%;
  height: 100%;
}

/*
.partner-layer-1 {
  position: absolute;
  top: 0;
  left: 2px;
  width: 1438px;
  height: 290px;
}

.partner-layer-2 {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 100%;
  height: 290px;
}*/

/*
.partner-layer-3 {
  position: absolute;
  top: 21px;
  left: 2px;
  width: 1438px;
  height: 290px;
}

.partner-layer-4 {
  position: absolute;
  top: 21px;
  left: 2px;
  width: 100%;
  height: 290px;
}

.partner-layer-5 {
  position: absolute;
  top: 52px;
  left: 2px;
  width: 100%;
  height: 290px;
}*/

.partner-highlight {
  display: flex;
  flex-direction: column;
  width: 638px;
  align-items: flex-start;
  gap: 10px;

  /*
  position: absolute;
  top: 158px;
  left: 122px;*/
}

.partner-highlight-title {
  position: relative;
  width: 602px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #fff;
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 50px;
  white-space: nowrap;
  margin: 0;
}

.partner-highlight-text {
  position: relative;
  width: 602px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5em;
  white-space: nowrap;
  margin: 0;
}


.quality-assurance {
  /*
  position: absolute;
  top: 909px;
  left: 0;
  width: 100%;
  height: 290px;*/
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
  background-image: url(../img/rectangle\ 28_brown.png);
  background-size: 100% 100%;
  padding: 0;
}

.quality-assurance-title {

  /*
  position: absolute;
  top: 86px;
  right: 177px;*/
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #fff;
  font-size: 36px;
  text-align: right;
  letter-spacing: -0.72px;
  line-height: 50px;
  white-space: nowrap;
  margin: 0;
}

.quality-assurance-text {
  /*
  position: absolute;
  top: 145px;
  right: 177px;
  width: 841px;
  */
  width: 950px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  text-align: right;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 0;
}

/*
.expertise-badge {
  position: absolute;
  top: 855px;
  left: 1104px;
  width: 95px;
  height: 95px;
}*/

.expertise-badge {
  display: flex;
  justify-content: flex-end;
}

.expertise-badge-icon {
  position: absolute;
  top: 30px;
  left: 12px;
  width: 70px;
  height: 73px;
  aspect-ratio: 0.94;
}

.expertise-badge-bg {
  /*
  position: absolute;
  top: 0;
  left: 0;
  */
  width: 95px;
  height: 95px;
  aspect-ratio: 1;
  object-fit: cover;
}

/* Investor Section */
.investor-section {
  /*
  position: absolute;
  top: 3970px;
  left: 0;
  width: 100%;
  height: 824px;*/
  background-image: url(../img/investor-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.investor-section .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 110px;
  padding-top: 138px;
}

/*
.investor-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 824px;
  object-fit: cover;
  background-image: url(../img/investor-bg.png);
  background-size: cover;
}*/

/*
.investor-accent {
  position: absolute;
  top: 484px;
  left: 679px;
  width: 533px;
  height: 407px;
  background-color: #e2d1c9;
}
  */

.investor-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 360px;
  height: 360px;
  padding-bottom: 110px;
  width: 50%;
  border-bottom: 1px solid #e2d1c9;
}

.investor-title {
  /*
  position: absolute;
  top: 237px;
  left: 0;*/
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffc8ad;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 48px;
  white-space: nowrap;
  margin: 0;
}

.investor-description {
  /*
  position: absolute;
  top: 301px;
  left: 0;
  width: 408px;
  max-width: 100%;
  */
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: var(--colors-miscellaneous-segmented-control-selected-fill, #ffffff);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 0;
}

/* Investor Slider */
.investor-swiper {
  /*
  position: absolute;
  top: 520px;
  right: 0;*/
  max-width: 100%;
  height: 360px;
}

.investor-swiper-container {
  width: 50%;
  position: relative;
}

.investor-swiper-container::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 1px;
  height: 100px;
  background-color: #e2d1c9;
}

.investor-card {
  background-color: #e2d1c9;
  padding: 40px 48px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.investor-card-title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--colors-miscellaneous-window-grabber);
  margin: 0;
}

.investor-card-text {
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  color: var(--body-text);
  text-align: center;
  margin: 0;
}

.investor-swiper-prev,
.investor-swiper-next {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  z-index: 2;
  cursor: pointer;
}

.investor-swiper-prev {
  left: -40px;
}

.investor-swiper-next {
  right: -40px;
}

.investor-swiper-pagination {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
}

.investor-highlight-title {
  margin-left: -3.0px;
  height: 20px;
  width: 153px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: var(--colors-miscellaneous-window-grabber);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.investor-highlight-text {
  margin-left: -4px;
  height: 40px;
  width: 345.98px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: var(--body-text);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0;
}

.investor-divider-1 {
  position: absolute;
  top: 354px;
  left: 682px;
  width: 1px;
  height: 470px;
  object-fit: cover;
}

.investor-divider-2 {
  position: absolute;
  top: 483px;
  left: 0;
  width: 939px;
  height: 1px;
  object-fit: cover;
}

.investor-arrow-1 {
  position: absolute;
  top: 491px;
  left: 1070px;
  width: 48px;
  height: 48px;
  transform: rotate(90.00deg);
  aspect-ratio: 1;
}

.investor-arrow-inner {
  position: relative;
  width: 25.00%;
  height: 75.00%;
  top: 12.50%;
  left: 37.50%;
}

.investor-arrow-part-1 {
  position: absolute;
  width: 0;
  height: 100%;
  top: 48.61%;
  left: -104.17%;
}

.investor-arrow-part-2 {
  position: absolute;
  width: 100%;
  height: 16.67%;
  top: 31.94%;
  left: 145.83%;
}

.investor-arrow-2 {
  top: 765px;
  left: 702px;
  transform: rotate(-90.00deg);
  position: absolute;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
}

.investor-arrow-2 .investor-arrow-part-2 {
  left: -104.17%;
}

/* Wellness Opportunity Section */
.wellness-opportunity-section {
  /*
  position: absolute;
  top: 4820px;
  left: 0;
  width: 100%;
  height: 847px;*/
  background-image: url(../img/wellness_oppurtunity_bg.png);
  background-size: cover;
  background-position: center;
}


.wellness-opportunity-section .container {
  position: relative;
  height: 100%;
  padding-top: 138px;
  padding-bottom: 138px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.wellness-opportunity-intro {
  /*
  position: absolute;
  top: 142px;
  left: 0;
  right: 0;*/
  width: 100%;
  max-width: 906px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.wellness-opportunity-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #622a07;
  font-size: 48px;
  text-align: center;
  letter-spacing: -0.96px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 0;
}

.wellness-opportunity-subtitle {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  color: var(--body-text);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 0;
}

.wellness-opportunity-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
  gap: 40px;
  /*
  position: absolute;
  top: 341px;
  left: 50%;
  transform: translateX(-50%);
  */
  list-style: none;
  padding: 0;
  margin: 0;
}

.wellness-opportunity-item {
  position: relative;
  align-self: stretch;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: var(--body-text);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5em;
}

.wellness-opportunity-divider-1 {
  position: absolute;
  top: 403px;
  left: 355px;
  width: 730px;
  height: 1px;
  object-fit: cover;
}

.wellness-opportunity-divider-2 {
  position: absolute;
  top: 497px;
  left: 355px;
  width: 730px;
  height: 1px;
  object-fit: cover;
}

.wellness-opportunity-divider-3 {
  position: absolute;
  top: 587px;
  left: 355px;
  width: 723px;
  height: 1px;
  object-fit: cover;
}

.wellness-opportunity-divider-4 {
  position: absolute;
  top: 677px;
  left: 355px;
  width: 714px;
  height: 1px;
  object-fit: cover;
}


.wellness-opportunity-badge {
  display: flex;
  justify-content: center;
}

/*
.wellness-opportunity-badge {
  position: absolute;
  top: 233px;
  left: 660px;
  width: 119px;
  height: 119px;
}

.wellness-opportunity-badge-icon {
  position: absolute;
  top: 36px;
  left: 24px;
  width: 71px;
  height: 75px;
  aspect-ratio: 0.94;
}

.wellness-opportunity-badge-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 119px;
  height: 119px;
  aspect-ratio: 1;
  object-fit: cover;
}*/

/* Footer */
.main-footer {
  /*
  position: absolute;
  left: 0;
  bottom: 0;*/
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(90deg,
      rgba(31, 19, 24, 1) 0%,
      rgba(98, 62, 56, 1) 51%,
      rgba(184, 149, 125, 1) 94%);
}

.main-footer .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}

/*
.footer-nav-primary {
  position: absolute;
  top: 148px;
  left: 1031px;
}*/

.footer-nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-item {
  position: relative;
  align-self: stretch;
}

.footer-nav-item:first-child {
  margin-top: 0;
}


/*
.footer-nav-item:last-child {
  width: 113px;
  margin-right: -34.00px;
}*/

.footer-nav-link {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: none;
}

.footer-nav-link:hover {
  text-decoration: underline;
}

.footer-nav-link:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/*
.footer-nav-social {
  position: absolute;
  top: 148px;
  left: 1237px;
}*/

.footer-social-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-item {
  position: relative;
}

/*
.footer-social-item:first-child {
  width: 113px;
  margin-top: 0;
  margin-right: -34.00px;
}


.footer-social-item:nth-child(3) {
  width: 113px;
  margin-right: -34.00px;
}*/

.footer-social-link {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: none;
}

.footer-social-link:hover {
  text-decoration: underline;
}

.footer-social-link:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.footer-copyright {
  /*
  position: absolute;
  left: 192px;
  bottom: 43px;
  */
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 17px;
  white-space: nowrap;
  margin: 0;
}

.footer-divider-horizontal {
  position: absolute;
  left: 0;
  bottom: 102px;
  width: 100%;
  height: 1px;
}

.footer-divider-vertical {
  position: absolute;
  left: 148px;
  bottom: 616px;
  width: 1px;
  height: 611px;
}

.footer-left-content {
  /*
  position: absolute;
  left: 192px;
  top: 50%;
  transform: translateY(-50%);
  */
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 60%;
}

.footer-logo {
  width: 281px;
  height: 96px;
  aspect-ratio: 2.93;
  mix-blend-mode: lighten;
  filter: brightness(1.2) contrast(1.1);
  position: relative;
}

.footer-description {
  width: 326px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: normal;
  margin: 0;
}

/* Decorative Elements */
.decorative-ellipse {
  position: absolute;
  top: 1902px;
  left: 722px;
  width: 73px;
  height: 43px;
}

.scroll-indicator {
  top: 706px;
  left: 1265px;
  transform: rotate(90.00deg);
  position: absolute;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
}

.scroll-indicator-inner {
  position: relative;
  width: 25.00%;
  height: 75.00%;
  top: 12.50%;
  left: 37.50%;
}

.scroll-indicator-part-1 {
  position: absolute;
  width: 0;
  height: 100%;
  top: 48.61%;
  left: -104.17%;
}

.scroll-indicator-part-2 {
  position: absolute;
  width: 100%;
  height: 16.67%;
  top: 31.94%;
  left: -104.17%;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Tablet Styles (768px - 1024px) */
@media screen and (max-width: 1024px) {
  .homepage {
    max-width: 100%;
    min-height: auto;
  }

  html {
    overflow-x: hidden;
  }

  .main-nav {
    /*top: 30px;
    right: 30px;*/
    z-index: 10001;
  }

  .menu-drawer {
    max-width: 350px;
  }

  .vision-mission-content {
    width: 55%;
  }

  .wellness-development-icon {
    top: -155px;
    left: 39%;
  }

  .wellness-development-section .container {
    flex-direction: column;
    gap: 70px;
  }

  .vision-mission-section {
    height: 100%;
  }

  .quality-assurance-text {
    width: auto;
  }

  .investor-section .container {
    flex-direction: column;
    gap: 60px;
  }

  .investor-section .container {
    align-items: flex-start;
  }

  .investor-content {
    width: 100%;
  }

  .investor-swiper-container {
    width: 100%;
}

.wellness-opportunity-title {
  width: auto;
}


  /* Ensure images scale properly */
  img {
    max-width: 100%;
    height: auto;
  }
}

/* Mobile Styles (< 768px) */
@media screen and (max-width: 768px) {
  .homepage {
    min-height: auto;
  }

  html {
    overflow-x: hidden;
  }

  /* Disable parallax on mobile for performance */
  .hero-image,
  .vision-mission-hero,
  .vision-mission-bg,
  .expertise-bg,
  .investor-bg,
  .wellness-opportunity-bg {
    will-change: auto;
  }

  .hero-section {
    height: 620px;
  }

  /* Adjust font sizes */
  .hero-title {
    font-size: 32px !important;
    line-height: 38px !important;
  }

  .hero-description {
    font-size: 14px !important;
    width: 90% !important;
  }

  .vision-mission-section .container {
    padding-bottom: 0;
  }

  .vision-mission-section {
    height: auto;
  }

  .vision-mission-content {
    gap: 10px;
    padding: 55px 20px;
    width: 75%;
  }

  .wellness-development-icon {
    top: -60px;
    left: 18%;
    width: 100px;
    height: 40px;
  }

  .wellness-development-section .container {
    padding-bottom: 50px !important;
  }

  .investor-content {
    padding-bottom: 60px;
  }

  .vision-title,
  .mission-title,
  .wellness-development-title,
  .expertise-title,
  .investor-title,
  .wellness-opportunity-title {
    font-size: 32px !important;
    line-height: 1.2em !important;
  }

  .vision-text,
  .mission-text,
  .wellness-development-text,
  .expertise-description,
  .investor-description,
  .key-advantage-text,
  .partner-highlight-text,
  .quality-assurance-text,
  .investor-highlight-text,
  .wellness-opportunity-subtitle {
    font-size: 14px !important;
    width: 100%;
  }

  .wellness-development-content {
    padding-right: 0;
  }

  .key-advantage-title {
    font-size: 24px !important;
  }

  /*
  .main-nav {
    top: 20px;
    right: 20px;
  }*/

  .menu-text,
  .menu-close-text {
    font-size: 16px !important;
  }

  .menu-drawer {
    max-width: 100%;
  }

  .menu-drawer-link {
    font-size: 20px !important;
  }

  /* Adjust spacing */
  .hero-content {
    left: 0 !important;
    width: 100% !important;
  }

  .logo {
    left: 0 !important;
    width: 120px !important;
    height: auto !important;
  }

  /* Container adjustments for mobile */
  .container {
    padding: 0 20px !important;
  }

  .expertise-section .container {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    height: auto;
  }

  .expertise-quality-section .container {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    height: auto;
  }

  .partner-highlight,
  .partner-highlight-title,
  .partner-highlight-text {
    width: 100%;
    white-space: wrap;
  }

  .investor-section .container {
    flex-direction: column;
    gap: 60px;
  }

  .investor-content {
    width: 100%;
    margin-bottom: 0;
  }

  .investor-section .investor-title,
  .investor-section .investor-description {
    margin: 0 !important;
  }

  .investor-swiper-container::before {
    display: none;
  }

  .investor-section .investor-swiper {
    margin-top: 0 !important;
  }

  .investor-swiper-container {
    width: 100%;
  }

  .wellness-opportunity-title {
    width: auto;
    white-space: wrap;
  }

  .wellness-opportunity-subtitle {
    width: auto;
  }

  .wellness-opportunity-intro {
    gap: 40px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .footer-left-content {
    width: auto;
    align-items: center;
  }

  .footer-description {
    text-align: center;
  }

  .footer-nav-primary .footer-social-item,  .footer-nav-list, .footer-social-list, .footer-social-item {
    width: 100%;
    text-align: center;
  }

  .main-footer {
    padding-bottom: 30px;
  }


  .wellness-opportunity-section .container {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .expertise-description {
    width: auto;
  }

  /* Section content adjustments */
  .vision-content,
  .mission-content,
  .wellness-development-content,
  .expertise-intro,
  .investor-title,
  .investor-description,
  .investor-swiper {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0;
  }


  .wellness-development-section .container {
    flex-direction: column;
  }

  .key-advantage-item {
    gap: 10px;
  }

  .key-advantages-list {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    margin: 20px 0 !important;
    padding: 20px 0 20px 20px;
  }
}

.wellness-opportunity-intro {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 20px auto !important;
}

.wellness-opportunity-list {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  margin: 20px 0 !important;
}

/* Small Mobile (< 480px) */
@media screen and (max-width: 480px) {
  html {
    overflow-x: hidden;
  }

  .hero-title {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .main-nav {
    /*top: 15px;
    right: 15px;*/
    z-index: 10001;
  }

  .menu-text {
    font-size: 14px !important;
  }

  .menu-drawer-content {
    padding: 60px 40px 30px;
  }
}