@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
  --color-cream-100: #f4ebe4;
  --color-brown-600: #715852;
  --color-brown-600-20: rgba(113, 88, 82, 0.2);
  --color-brown-800: #49332c;
  --color-brown-900: #322622;
  --color-brown-950: #261a16;
  --color-taupe-300: #d5cec7;
  --color-taupe-500: #76726e;
  --color-beige-300: #e3cdbb;
  --color-beige-400: #dfcab8;
  --color-stone-200: #dfd8d1;
  --color-stone-500: #8c7f76;
  --color-stone-700: #4b3a35;
  --color-surface-200: #ebdcd0;
  --color-ivory-100: #f5e9e4;
  --gradient-soft-text: linear-gradient(125.75deg, var(--color-taupe-300) 9.27%, var(--color-taupe-500) 95.35%);
  --gradient-dark-panel: linear-gradient(115.11deg, var(--color-brown-800), var(--color-brown-950));
  --text-soft: var(--color-taupe-300);
  --text-body: var(--color-cream-100);
}


/*.custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .custom-container { max-width: 540px; }
}
@media (min-width: 768px) {
  .custom-container { max-width: 720px; }
}
@media (min-width: 992px) {
  .custom-container { max-width: 960px; }
}
@media (min-width: 1200px) {
  .custom-container { max-width: 1140px; }
}
*/

html {
  font-size: 16px;
}

.default-heading-font {
  font-family: "spectral";
}

.pt-serif-regular {

  font-family: "spectral";
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.05em;

  /* 
  font-family: "PT Serif", serif !important;
  font-weight: 400;
  font-style: normal; */
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}


body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.custom-container {
  @include make-container();
}

.card-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  aspect-ratio: 1.7777777777778;
}

.card-image img {
  width: 100%;
  border-radius: 25px;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.6;
}

.trigger-section {}

.feature-info {
  margin-top: 35%;
}

.n-feature-section {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.feature-copy {
  /*flex:0 0 40%;*/
  position: relative;
}

.feature-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* This is the magic: text slides inside a clipped viewport */
.viewport {
  overflow: hidden;
}

.index-inner,
.caption-inner {
  will-change: transform, opacity;
}

.index-inner {
  color: var(--color-brown-600);
  font-size: .75rem;
  line-height: 1rem;
}


.project-heading {
  font-family: "spectral";
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.05em;
  font-size: 3.75rem;
}


.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  background: var(--gradient-soft-text);
  -webkit-background-clip: text;
  background-clip: text;
  width: 70%;
  text-shadow: 0px 0px 2px #00000080;
  color: var(--color-cream-100);
}

.hero-text h1 {
  font-size: 7.25rem;
  line-height: 5.625rem;
  text-align: center;
}

.hero-section-text {
  position: absolute;
  left: 10%;
  bottom: 16%;
  z-index: 2;
  max-width: min(540px, calc(100% - 32px));
  padding: 18px 24px;
  border-radius: 24px;
  background: rgba(50, 38, 34, 0.54);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-section-text .feature-copy,
.hero-section-text h1 {
  margin: 0;
}

.future-hero-text-wrapper {
  background: linear-gradient(160.45deg, var(--color-taupe-500) 0%, var(--color-taupe-300) 32.85%, transparent 68.05%, transparent 100%);
  background-size: 122.6667% 529%;
  background-clip: text;
  -webkit-background-clip: text;
  background-position: 0% calc(100% - var(--reveal) * 100%);
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.feature-copy h1 {
  font-size: 3.75rem;
  /* line-height: 3.75rem; */
}

@media (max-width: 767.98px) {
  .hero-section-text {
    left: 16px;
    right: 16px;
    bottom: 24px;
    padding: 16px 18px;
  }
}

/*.caption-inner{
	color: #715852;
	font-size: 1.875rem;
  line-height: 2rem;
}*/

.strached-image {
  width: 95vw;
  border-radius: 20px;
}


.strached-section {
  height: 100%;
}

.girl-strached-image {
  width: 95vw;
  border-radius: 20px;
}

.slider-trigger-section {
  margin-bottom: 200px;
}

.text-pinned-bottom {
  position: absolute;
  bottom: 0;
}

.slider-cards-top {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: nowrap;
}

.slider-cards-bottom {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.girl-strached-section {
  height: 125vh;
}

.slide-text-para {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-brown-600);
}

.slide-text-heading {
  font-size: 2.625rem;
  line-height: 2.75rem;
  color: var(--color-brown-600);
}

.slide-card img {
  border-radius: 25px;
  max-height: 70vh;
}

.slide-card {
  position: relative;
}

.slide-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  width: 18px;
  background: rgb(255 255 255 / 0%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}

.background-handler {
  position: relative;
  /* Needed so pseudo-elements can be positioned */
}

.background-handler img {
  height: 125vh;
}

.background-handler::before,
.background-handler::after {
  content: "";
  /* Required for pseudo-elements */
  position: absolute;
  z-index: -1;
  /* Push behind main content */
}

.background-handler::before {
  background: url('assets/top-bg.webp');
  opacity: 1;
  top: -98%;
  left: -16%;
  width: 77%;
  height: 89%;
  background-repeat: no-repeat;
  background-size: 25%;
  rotate: -145deg;
}

.background-handler::after {
  background: url(assets/bottom-bg.webp);
  opacity: 1;
  left: -55%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  bottom: -38%;
  rotate: 158deg;
}

.card-container {
  height: 100%;
  background-color: var(--color-cream-100);
}

.card-container img {
  width: 100%;
  height: 474px;
  object-fit: cover;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.card-content-button {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(176, 115, 78, 0.4);
  border-image: initial;
  background-color: var(--color-brown-600);
  color: white;
}

.card-content-button:hover {
  background-color: var(--color-brown-800);
  color: white;
}

.small-text {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(174, 146, 138, 1);
}

.menu-container {
  height: 100vh;
}

.left-menu-section {
  height: 100vh;
  background-image: url('assets/menu.webp');
  position: relative;
}

.right-menu-section {
  height: 100vh;
  background: var(--gradient-dark-panel);
  position: relative;
}

.canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 560px;
  z-index: 99;
}

.canvas img,
.canvas canvas {
  width: 280px;
  height: 560px;
  border-radius: 25px;
  object-fit: cover;
}

.menu-li {
  font-size: 2.25rem;
  line-height: 3.1rem;
  list-style-type: none;
  color: transparent;
  background: var(--gradient-soft-text);
  background-clip: text;
}

li.menu-li.sub-li {
  transform: translate(30px, 0px);
}

.menu-li a {
  font-size: 2.25rem;
  line-height: 3.1rem;
  list-style-type: none;
  color: transparent;
  background: var(--gradient-soft-text);
  background-clip: text;
  text-decoration: none;
}

.menu-li a:hover {
  color: white;
  transform: translateX(10px);
}

.small-menu-parent {
  font-size: .9375rem;
  line-height: 1.375rem;
  list-style-type: none;
  text-transform: uppercase;
}


.sm-menu-li {
  font-weight: 500;
  line-height: 1.6rem;
  color: transparent;
  background: var(--gradient-soft-text);
  background-clip: text;
}


.sm-menu-li a {
  font-weight: 500;
  line-height: 1.6rem;
  color: transparent;
  background: var(--gradient-soft-text);
  background-clip: text;
}



.sm-menu-li:hover {
  color: white;

}

.sm-menu-li a:hover {
  color: white;

}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content h1 {
  font-size: 1.875rem;
  line-height: 2rem;
  color: transparent;
  background: var(--gradient-soft-text);
  background-clip: text;
}

p.content-title {
  font-size: .9375rem;
  line-height: 1.375rem;
  color: transparent;
  background: var(--gradient-soft-text);
  background-clip: text;
  text-transform: uppercase;
  font-weight: 700;
}

span.content-title {
  font-size: .9375rem;
  line-height: 1.375rem;
  color: var(--color-beige-300);
  font-weight: 500;
}

span.content-title a {
  font-size: .9375rem;
  line-height: 1.375rem;
  color: var(--color-beige-300);
  font-weight: 500;
}

.content-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-button {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 20px;
  z-index: 999;
  color: white;
  border-radius: 5px;
  border: 0px;
  right: 40px;
  background-color: var(--color-brown-600-20);
}

.menu-button {
  color: var(--color-cream-100);
  background: var(--color-brown-600-20);
  position: absolute;
  top: 20px;
  right: 40px;
  border: 0px;
  padding: 6px 20px;
  z-index: 9999;
}

.hero-video {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 100vh;
}

.hero-section {
  margin-bottom: 200px;
}

.image-box-second {
  max-height: 815px;
  height: 815px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.desktop-100-mobile-50 {
  margin-bottom: 100px;
}

.card-image {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.card-container.text-edition {
  padding: 80px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: var(--gradient-dark-panel);
}

.logo {
  width: 200px;
  border-radius: 5px;
  padding: 5px;
}

.in-number {
  font-size: 2.5rem;
}



.gsap-marker-start,
.gsap-marker-end,
.gsap-marker-scroller-start,
.gsap-marker-scroller-end {
  z-index: 2147483647 !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
}

/*.left-menu-section{
  opacity: 0;
}
.right-menu-section{
  opacity: 0;
}*/
/*.canvas {
  opacity: 0;
}*/
.menu-container {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}


.about-caption-inner {
  font-size: 1rem;
  line-height: 1rem;
  color: var(--color-brown-600);
  font-weight: 400;
}

.mission-vison-row {
  gap: 40px;
}


.card-1-1 img {
  aspect-ratio: 1/1;
  max-height: 397px;
}

.card-2-1 img {
  aspect-ratio: 2/1;
  max-height: 268px;
}

section {
  width: 100%;
}













.embla {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla__container {
  display: flex;
}

.timeline-section .embla__slide {
  flex: 0 0 25%;
  /* 4 slides visible at once */
  padding: 1rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .timeline-section .embla__slide {
    flex: 0 0 100%;
  }
}

.project-listing .embla__slide {
  flex: 0 0 25%;
  /* 4 slides visible at once */
  padding: 1rem;
  box-sizing: border-box;
}





.gellery-section .embla__slide {
  flex: 0 0 25%;
  /* 4 slides visible at once */
  padding: 0.3rem;
  box-sizing: border-box;
  height: fit-content;
}

.gellery-section .embla__slide img {
  margin-bottom: 0px;
}

.embla__slide img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}

.embla__slide h3 {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}

.embla__slide p {
  font-size: 0.9rem;
  color: #555;
}

.embla__slide button {
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.embla__prev,
.embla__next {
  /*position: absolute;*/
  /*top: 50%;*/
  transform: translateY(-50%);
  /*background: #000;*/
  /*color: #fff;*/
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.embla__prev {
  left: 10px;
}

.embla__next {
  right: 10px;
}

.dark-bg-section {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  background-color: var(--color-brown-900);
}

.light-bg-section {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  background-color: var(--color-cream-100);
}

.light-color-font {
  color: rgba(200, 187, 176, 1) !important;
}

.project-caption-inner {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.50rem;
  letter-spacing: -.02em;
}


.aminities-text {
  font-size: 1.65rem;
  line-height: 2.5rem;
  font-weight: 200;
}



/* feature section */
.feature-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 60px 0;
}

.feature-section::after {
  background-image:
    repeating-radial-gradient(circle at 72% 18%,
      rgba(255, 255, 255, 0.045) 0 2px,
      transparent 2px 14px);
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}

.feature-wrap {
  position: relative;
  z-index: 2;
}

.feature-nav {
  max-width: 430px;
  padding-right: 24px;
}

.feature-item {
  position: relative;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--text-soft);
  padding: 12px 12px 12px 0;
  transition: color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.feature-item:hover {
  color: var(--color-beige-300);
  transform: translateX(4px);
}

.feature-item-title {
  display: block;
  font-size: 1.875rem;
  margin: 0;
  font-family: "spectral";
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.feature-item-desc {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease, margin-top 0.35s ease;
  color: var(--text-body);
  font-size: 1.05rem;
  line-height: 1.55;
  margin-top: 0;
  max-width: 360px;
}

.feature-item.active .feature-item-desc {
  max-height: 160px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 12px;
}

.feature-item.active {
  color: var(--color-beige-300);
}

.feature-arrow {
  position: absolute;
  right: 4px;
  top: 22px;
  width: 26px;
  height: 26px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.feature-item.active .feature-arrow {
  opacity: 1;
  transform: translateX(0);
}

.feature-arrow::before,
.feature-arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 999px;
}

.feature-arrow::before {
  width: 22px;
  height: 1.6px;
  left: 0;
  top: 12px;
}

.feature-arrow::after {
  width: 10px;
  height: 10px;
  border-top: 1.6px solid currentColor;
  border-right: 1.6px solid currentColor;
  background: transparent;
  right: 1px;
  top: 7px;
  transform: rotate(45deg);
  border-radius: 0;
}

.feature-visual {
  position: relative;
  overflow: hidden;
  /* max-height: 520px;
  width: 1023px; */
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.45s ease, transform 0.65s ease;
  border-radius: 20px;
  max-height: 520px;
}

.feature-image.is-changing {
  opacity: 0.15;
  transform: scale(1.04);
}

.feature-dots {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.feature-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  transition: transform 0.25s ease, background 0.25s ease;
  cursor: pointer;
}

.feature-dot.active {
  background: #fff;
  transform: scale(1.1);
}

.feature-counter {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 12px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

@media (max-width: 991.98px) {
  .feature-section {
    min-height: auto;
    padding: 48px 0;
  }

  .feature-nav {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 28px;
  }

  .feature-visual,
  .feature-image {
    min-height: 380px;
  }
}

@media (max-width: 575.98px) {
  .feature-item {
    padding-right: 42px;
  }

  .feature-item-title {
    font-size: 2.2rem;
  }

  .feature-item-desc {
    font-size: 0.98rem;
  }

  .feature-visual,
  .feature-image {
    min-height: 280px;
  }

  .feature-dots {
    left: 18px;
    bottom: 18px;
  }

  .feature-counter {
    top: 16px;
    right: 16px;
    font-size: 0.85rem;
  }
}

.background-image {
  position: relative;
  /* Needed so pseudo-elements can be positioned */
}

.background-image::before {
  content: "";
  /* Required for pseudo-elements */
  position: absolute;
  z-index: -1;
  /* Push behind main content */
}

.background-image::before {
  background: url(assets/project-bg.webp);
  opacity: 1;
  top: -14%;
  left: 28%;
  width: 77%;
  height: 127%;
  background-repeat: no-repeat;
  background-size: 61%;
}


.hidden-text-color {
  color: var(--color-brown-600);
}

.dark-brown-text {
  color: #a36752;
}

.tab-section-background {
  background-image: url(assets/arguments-tab-background-3W0sKVf4.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

/*
.strached-section{
  width: 95vw;
  border-radius: 20px;
}*/

.strached-section-with-content {
  height: 125vh;
  width: 95vw;
  border-radius: 20px;
}

.testimony-card {
  background-color: var(--color-surface-200);
  border-radius: 20px;
}

.testimony-credit-image {
  max-height: 150px;
  max-width: 107px;
  object-fit: cover;
}

.testimony-credit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.t-content-wrapper {
  gap: 2.5rem;
  display: flex;
  flex-direction: column;
}

.menu-button-label {
  color: var(--color-brown-900);
  font-size: .6875rem;
  line-height: .625rem;
  font-weight: 300;
}

.menu-button-icon {
  height: 100%;
  width: 100%;
  max-height: 14px;
  color: var(--color-brown-900);
}

.banner-menu-button {
  height: 2.5rem;
  gap: .5rem;
  padding: 0 .75rem;
  max-width: 80px;
}

.hero-section {
  position: fixed;
  top: 0px;
  z-index: 999;
}

.banner-menu-button {
  border-radius: 5px;
}

.move-to-side {
  transform: translateX(60px);
}

.caption-inner {
  font-weight: 400;
  letter-spacing: -.02em;
  font-size: 1.875rem;
  line-height: 2rem;
}

.embla__slide .caption-inner {
  color: var(--color-brown-600);
}





.contact-card {
  border: 1px solid var(--color-beige-400);
  border-radius: 25px;
  /*padding: 36px;*/
  position: relative;
  background-color: var(--color-cream-100);
}


.contact-card::before {
  content: "";
  /* Required for pseudo-elements */
  position: absolute;
  z-index: -1;
  /* Push behind main content */
}

.contact-card::before {
  background: url(assets/contact-form-before.webp);
  opacity: 1;
  top: -22%;
  left: 67%;
  width: 77%;
  height: 127%;
  background-repeat: no-repeat;
  background-size: 98%;
  rotate: -17deg;
}

.contact-form-section {
  height: 100vh;

}


.contact-page-form .text-input {
  border: 0px;
  border-bottom: 1px solid var(--color-beige-400);
  background-color: var(--color-cream-100);
  width: 100%;
  height: 44px;
}

.contact-page-form textarea {
  border: 0px;
  border-bottom: 1px solid var(--color-beige-400);
  background-color: var(--color-cream-100);
  width: 100%;
}

.contact-page-form .text-checkbox {
  border: 0px;
  border-bottom: 1px solid var(--color-beige-400);
  background-color: var(--color-cream-100);
  height: 24px;
}


.form-input {
  margin-bottom: 10px;
}


.contact-form-button {
  background-color: var(--color-brown-600);
  border-radius: 5px;
  padding: 8px 16px;
  border: 0px;
  color: var(--color-cream-100);
  font-size: 16px;
}



.glass-effect {
  background: var(--color-brown-600-20);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.t-content-wrapper svg {
  color: #ae928a;
}

.margin-bottom-100-200 {
  margin-bottom: 200px;
}



.hide-on-desktop-flex {
  display: none;
}

.hide-on-desktop {
  display: none;
}




footer svg {
  width: 30px;
  height: 30px;
  color: var(--color-ivory-100);
}

.plan-card {
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: var(--color-surface-200);
  padding: 30px;
  border-radius: 20px;
}

.blur-image {
  filter: blur(5px);
}

.center-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.default-button {
  background-color: transparent;
  color: var(--color-cream-100);
  border: 1px solid var(--color-cream-100);
}


@media (max-width: 600px) {
  .hero-text {
    width: 80%;
  }

  .background-handler {
    padding-top: 100px;
  }

  .background-handler::before {
    background: url(assets/top-bg.webp);
    opacity: 1;
    top: -42%;
    left: 121px;
    width: 59%;
    height: 89%;
    background-repeat: no-repeat;
    rotate: -145deg;

  }

  .hero-text h1 {
    font-size: 4.5rem;
    line-height: 3.625rem;
    text-align: center;
  }

  .hero-video {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 85vh;
  }

  .feature-copy h1 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: -.03em;
    font-family: 'PT Serif', serif;

  }

  .hero-section {
    margin-bottom: 130px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .mobile-padding-for-container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .slide-text-heading {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.875rem;
    letter-spacing: -.01em;
  }

  .image-box-second {
    height: 286px;
  }

  .desktop-100-mobile-50 {
    margin-bottom: 50px;
  }

  .slider-trigger-section {
    margin-bottom: 100px;
  }

  .text-pinned-bottom {
    position: static;
  }

  .slider-cards-top {
    overflow: visible;
  }

  .slide-card-top {
    flex-shrink: 0;
    width: 85vw;
  }

  .mobile-text-card {
    display: flex;
    /* flex-direction: : ; */
    justify-content: flex-end;
    white-space: normal;
  }

  .slide-card-top img {
    height: 70vh;
    object-fit: cover;
    width: 100%;
  }

  .caption-inner {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: -.02em;
    word-wrap: break-word;
  }

  .mob-1-5rem {
    font-size: 1.5rem;
  }

  .card-image {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }

  .card-container.text-edition {
    padding: 40px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0px;
    text-align: center;
    background: var(--gradient-dark-panel);
  }

  .card-container img {
    width: 100%;
    max-height: 186px;
    object-fit: cover;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .left-menu-section {
    order: 2;
    height: 42vh;
  }

  .right-menu-section {
    order: 1;

  }

  .canvas {
    display: none;
  }

  .menu-li {
    font-size: 1.25rem;
    line-height: 2.1rem;
    text-align: center;
  }

  .sm-menu-li {
    text-align: center;
  }

  .menu-container {
    height: 100vh;
  }

  /* .strached-image {
    width: 90vw;
    border-radius: 0px;
  } */

  .strached-image {
    width: 90vw;
    border-radius: 0px;
    aspect-ratio: 16 / 9;
    /* or match your actual image ratio */
    object-fit: cover;
  }

  .strached-section {
    height: 50vh;
    border-radius: 0px;
  }

  .girl-strached-section {
    height: 50vh;
    border-radius: 0px;
  }

  .mobile-card-image {
    padding: 0px 30px;
  }

  .mobile-card-image img {
    max-height: 195px;
    max-width: 302px;
    border-radius: 8px;

  }

  .mobile-card-image p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: -.02em;
    color: var(--color-brown-600);
  }

  .feature-cards {
    gap: 40px;
  }

  .move-to-side {
    transform: translateX(0px);
  }

  .card-1-1 img {
    aspect-ratio: 1/1;
    width: 219px;
  }

  .card-2-1 img {
    aspect-ratio: 2/1;
    width: 279px;
  }

  .contact-form-section {
    height: auto;
    overflow: hidden;
  }

  .contact-card {
    border-radius: 10px;
  }

  .logo {
    padding: 5px;
    width: 66%;
    border-radius: 5px;
  }

  .in-number {
    font-size: 1.5rem;
  }

  .numbre-wrapper p {
    font-size: small;
  }

  .margin-bottom-100-200 {
    margin-bottom: 100px;
  }

  .hide-on-desktop-flex {
    display: flex;
  }

  .hide-on-desktop {
    display: block;
  }

  .section-with-before-after {
    overflow: hidden;
  }

  .project-card-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    aspect-ratio: 2;
    border-radius: 20px;
  }

  .break {
    word-wrap: break-word;
  }

  .girl-strached-image {
    border-radius: 0px;
  }

  .custom-container {
    overflow-x: hidden;
  }

  /* .menu-container {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 0;
  } */

  .content {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .strached-image {
    object-fit: cover;
  }

  .plan-card {
    padding: 10px;
  }

  .banner-menu-button {
    max-width: 42px;
  }

}
































/* Footer style start */



.short-footer-section {
  color: #d8c6bd;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-image: url('assets/arguments-tab-background-3W0sKVf4.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.short-footer-logo {
  letter-spacing: 8px;
  font-size: 36px;
  font-weight: 300;
  color: var(--color-ivory-100);
}

.short-footer-small {
  font-size: 11px;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 5px;
}

.short-footer-nav {
  margin-top: 40px;
}

.short-footer-nav a {
  color: #cdb4a8;
  text-decoration: none;
  font-size: 16px;
  margin: 0 10px;
}

.short-footer-nav span {
  margin: 0 5px;
  color: #9a7e72;
}

.short-footer-subnav {
  margin-top: 15px;
}

.short-footer-subnav a {
  color: #9a7e72;
  font-size: 12px;
  margin: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.short-footer-nav a:hover,
.short-footer-subnav a:hover {
  color: #ffffff;
}

.footer-section {
  background: linear-gradient(90deg, #4b2d24, #2b1712);
  color: #e6d6cf;
  padding: 80px 0;
}

.footer-title {
  font-size: 32px;
  margin-bottom: 40px;
  color: var(--color-ivory-100);
}

.sales-card {
  background: #6b5146;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sales-card img {
  width: 90px;
  border-radius: 8px;
}

.sales-name {
  font-weight: 600;
}

.sales-role {
  font-size: 12px;
  opacity: 0.8;
}

.sales-contact {
  font-size: 14px;
}

.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: white;
}

.form-control:focus {
  box-shadow: none;
  border-color: white;
  background: transparent;
  color: white;
}

.send-btn {
  background: #8c6a5f;
  border: none;
  padding: 8px 25px;
  color: white;
}

.newsletter-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

.newsletter-box input {
  border: none;
  background: transparent;
  padding: 10px;
  flex: 1;
  color: white;
}

.newsletter-box button {
  background: #8c6a5f;
  border: none;
  color: white;
  padding: 0 20px;
}

.small-text {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 10px;
}

.footer-divider {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.second-footer {
  margin-top: 5% !important;
}

.mobile-form-area {
  padding: 32px 0 16px;
  background: var(--color-brown-900);
}

.mobile-form-card {
  background: #1a1412;
  color: var(--color-cream-100);
  border: 1px solid var(--color-stone-700);
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.mobile-form-title {
  margin-bottom: 20px;
  font-size: 1.75rem;
}

.mobile-form-area .form-control {
  background: transparent;
  border: 1px solid var(--color-stone-700);
  border-radius: 8px;
  color: var(--color-cream-100);
  padding: 12px 15px;
}

.mobile-form-area .form-control:focus {
  border-color: var(--color-stone-500);
  color: var(--color-cream-100);
}

.mobile-form-area .form-control::placeholder {
  color: #b8aaa1;
}

.mobile-form-area textarea.form-control {
  min-height: 112px;
}

.mobile-form-area .form-check-input {
  background-color: transparent;
  border-color: var(--color-stone-700);
}

.mobile-form-area .form-check-input:focus {
  box-shadow: none;
  border-color: var(--color-stone-500);
}

.mobile-form-area .form-check-label {
  color: #dcd4cd;
  font-size: 0.9rem;
}

.mobile-form-area .send-btn {
  background-color: var(--color-cream-100);
  color: var(--color-brown-900);
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 1px;
}

.mobile-form-area .small-text {
  color: var(--color-stone-500);
  opacity: 1;
}

.construction-update-section {
  padding: 44px 0 56px;
}

.construction-update-shell {
  color: var(--color-brown-900);
  max-width: 1380px;
  margin: 0 auto;
}

.construction-update-tabs {
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 34px;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(109, 127, 136, 0.18);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.construction-update-tabs::-webkit-scrollbar {
  display: none;
}

.construction-update-tabs .nav-item {
  flex: 0 0 auto;
}

.construction-update-tabs .nav-link {
  position: relative;
  padding: 0 26px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8fa0a7;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.construction-update-tabs .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  transition: background-color 0.25s ease;
}

.construction-update-tabs .nav-link:hover,
.construction-update-tabs .nav-link:focus-visible {
  color: var(--color-brown-900);
}

.construction-update-tabs .nav-link.active {
  color: #102946;
  background: transparent;
}

.construction-update-tabs .nav-link.active::after {
  background: #2d8d75;
}

.construction-update-content {
  min-height: 0;
}

.construction-update-grid {
  --construction-media-height: min(56vh, 540px);
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.78fr);
  gap: 20px;
  align-items: stretch;
}

.construction-update-video-card,
.construction-update-gallery-item {
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #e7e0d8;
  box-shadow: 0 22px 48px rgba(31, 43, 58, 0.08);
}

.construction-update-video-card {
  height: var(--construction-media-height);
  min-height: 0;
}

.construction-update-video-card video,
.construction-update-video-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  display: block;
}

.construction-update-gallery {
  display: grid;
  height: var(--construction-media-height);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.construction-update-gallery-item {
  min-height: 0;
  max-height: none;
}

.construction-update-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .construction-update-section {
    padding: 56px 0 72px;
  }

  .construction-update-grid {
    --construction-media-height: auto;
    grid-template-columns: 1fr;
  }

  .construction-update-video-card {
    height: auto;
    min-height: 420px;
  }

  .construction-update-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .construction-update-gallery-item {
    min-height: 220px;
  }
}

@media (max-width: 575.98px) {
  .construction-update-section {
    padding: 44px 0 72px;
  }

  .construction-update-tabs {
    gap: 0;
    margin-bottom: 24px;
  }

  .construction-update-tabs .nav-link {
    padding: 0 18px 12px;
    font-size: 0.92rem;
  }

  .construction-update-content {
    min-height: 0;
  }

  .construction-update-video-card {
    min-height: 260px;
    border-radius: 18px;
  }

  .construction-update-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .construction-update-gallery-item {
    min-height: 180px;
    border-radius: 18px;
  }
}


/* Footer style end */

/* Custom Notch Header for Contact Page */
.custom-notch-header {
  width: 100%;
}

.custom-notch-header .top-bar-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--color-stone-200);
  z-index: -1;
}

.header-icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background-color: #f9f4f0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-brown-600);
  cursor: pointer;
  padding: 0;
}

.header-icon-btn svg {
  color: #8c736a;
}

.header-center-notch {
  background-color: var(--color-stone-200);
  padding: 0px 0px 8px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  margin-top: -16px;
  top: 22px;
}

/* Pseudo elements for inverted corners */
.header-center-notch::before,
.header-center-notch::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
}

.header-center-notch::before {
  left: -18px;
  border-top-right-radius: 10px;
  box-shadow: 0px -10px 0 0 var(--color-stone-200);
  /* box-shadow: -10px 0 #dcd4cd; */
}

.header-center-notch::after {
  right: -18px;
  border-top-left-radius: 10px;
  box-shadow: 0px -10px 0 0 var(--color-stone-200);
  /* box-shadow: 10px 0 #dcd4cd; */
}

.header-center-notch img {
  height: 64px;
  width: auto;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .header-center-notch {
    top: 15px;
    padding: 0px 0px 12px;
  }

  .custom-notch-header-container {
    padding-top: 6px;
  }

  .header-center-notch img {
    height: 40px;
  }
}

@media (horizontal-viewport-segments: 2) {
  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop-flex {
    display: flex;
  }

  .hide-on-desktop {
    display: block;
  }

  .mobile-card-image img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
    aspect-ratio: 1.77;
    max-height: 506px;
    border-radius: 8px;
  }

  .background-handler img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .canvas {
    display: none;
  }

  .left-menu-section {
    order: 2;
  }

  .right-menu-section {
    order: 1;
  }

  .right-align-fold {
    text-align: end
  }

  .feature-cards .mobile-card-image {
    padding: 0px 30px;
  }

  .strached-section {
    max-height: 690px;
  }

  .strached-image {
    width: 90vw;
    border-radius: 0px;
    max-height: 690px;
    aspect-ratio: 1.1;
  }

  .margin-bottom-100-200 {
    margin-bottom: 100px;
  }

  .hero-video {
    height: 90vh;
  }

  .card-image-wrapper {
    max-width: 506px;
    aspect-ratio: 275 / 178;
    position: relative;
    border-radius: 8px;
  }

  .future-hero-text-wrapper h1 {
    font-family: 'spectral';
  }

}


.project-megalio-amenities .index-inner {
  display: none;
}

.floating-side-button {
  position: fixed;
  top: 40%;
  right: 24px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  color: var(--color-brown-900) !important;
  background-color: var(--color-stone-200) !important;
  border: 0;
  z-index: 999;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(50, 38, 34, 0.18);
  cursor: pointer;
  transition: width 0.35s ease, padding 0.35s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

/* .floating-side-button:hover,
.floating-side-button:focus-visible {
  width: 240px;
  gap: 12px;
  justify-content: flex-start;
  transform: translateX(-8px);
  box-shadow: 0 18px 40px rgba(50, 38, 34, 0.24);
} */

.floating-side-button:focus-visible {
  outline: 2px solid #b8956a;
  outline-offset: 4px;
}

.floating-side-button__icon {
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.floating-side-button__icon svg {
  width: 20px;
  height: 20px;
}

.floating-side-button__label {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(8px);
  transition: max-width 0.3s ease, opacity 0.2s ease, transform 0.3s ease;
}

.floating-side-button:hover .floating-side-button__label,
.floating-side-button:focus-visible .floating-side-button__label {
  max-width: 180px;
  opacity: 1;
  transform: translateX(0);
}

@media (hover: none), (max-width: 767.98px) {
  .floating-side-button {
    top: auto;
    bottom: 20px;
    right: 16px;
    width: auto;
    height: 54px;
    gap: 12px;
    padding: 0 18px;
    justify-content: flex-start;
  }

  .floating-side-button__label {
    max-width: 160px;
    opacity: 1;
    transform: translateX(0);
  }
  html, body{
    overflow-x: hidden;
  }
}

.sub-heading-text{
  font-size: 1.5rem;
  line-height: normal;
}

.project-one .hero-video{
  object-position: 50% 20%;
}



.fixed-bottom-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  transform: none;
  width: 100%;
  pointer-events: none;
}

.fixed-bottom-actions__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
}

.call-to-action-button{
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 0 28px;
  color: var(--color-beige-300);
  background: var(--color-brown-950);
  border: 1px solid var(--color-beige-300);
  border-radius: 10px;
  /* box-shadow: inset 0 0 0 1px rgba(255, 244, 214, 0.05); */
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.call-to-action-button:hover,
.call-to-action-button:focus-visible{
  transform: translateY(-2px);
  color: var(--color-beige-300);
}

.call-to-action-button:focus-visible{
  outline: 2px solid rgba(255, 232, 181, 0.45);
  outline-offset: 4px;
}

.call-to-action-button__label{
  display: inline-block;
  padding: 18px 0;
  white-space: nowrap;
}

.call-to-action-button__icon{
  flex: 0 0 60px;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--color-beige-300);
}

.call-to-action-button__icon svg{
  width: 20px;
  height: 20px;
}

.call-to-action-button--compact {
  flex: 0 0 50%;
  width: 50%;
  min-width: 50%;
  border-radius: 0;
  pointer-events: auto;
  padding: 0px;
  border: 0px;
}

.call-now-svg{
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .project-one {
    padding-bottom: 64px;
  }

  .call-to-action-button{
    width: 50%;
    gap: 18px;
    padding-left: 20px;
    font-size: 0.84rem;
    letter-spacing: 0.08em;
  }
  .call-to-action-button--compact{
    padding-left: 0px;
  }

  .call-to-action-button__label{
    padding: 16px 0;
  }

  .call-to-action-button__icon{
    flex-basis: 52px;
  }
}

