html,
body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #000000;
  background-color: #FFFFFF;
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  font-family: "mundial-hair", sans-serif !important;
}

@font-face {
  font-family: 'marble-crown';
  src: url('./fonts/MarbleCrown.otf');
}

@font-face {
  font-family: 'mundial-hair';
  src: url('./fonts/MundialHair.otf');
}

@font-face {
  font-family: 'azahra';
  src: url('./fonts/Azahra.otf');
}


/************************************************
*                 Font Classes                  *
************************************************/

.marble-crown {
  font-family: 'marble-crown';
}

.mundial-hair {
  font-family: 'mundial-hair';
}

.azahra {
  font-family: 'azahra';
}


/************************************************
      color Classes
************************************************/

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.grey {
  color: #939598;
}

.gold {
  color: #BB8B50;
}

.black {
  color: #2C2A29;
}

.banner-section.hero {
  position: relative;
  padding: 0px 100px 20px;
  width: 100%;
  height: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  perspective: 1000px;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-title-wrapper {
  /*width: 100%;*/
  /* overflow: hidden; */
  /*margin-bottom: 2rem;*/
}

.banner-title {
  /*font-family: 'marble-crown';*/
  /*display: flex;*/
  /*width: max-content;*/
  /*font-size: 8rem;*/
  /*line-height: 160px;*/
  /*white-space: nowrap;*/
  /*animation: marquee 20s linear infinite;*/

  font-family: 'azahra';
  position: relative;
  /* display: flex; */
  width: 75%;
  font-size: 60px;
  line-height: 80px;
  text-align: left;
  text-transform: uppercase;
}

.banner-title span {
  padding-right: 4rem;
}


/* Banner Form Style */
.banner-section.hero .flex-center {
  justify-content: space-between;
}
.recaptcha1 {
    transform: scale(0);
    transform-origin: center center;
}
.banner-form-div {
  background-color: #00000040;
  padding: 30px;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.form-div {
  text-align: left;
  padding: 0 0 10px;
}

.form-div label {
  font-size: 15px;
}

.banner-form-div .form-div .form-control {
  background-color: #00000029;
  border: 1px solid #fefefe6e;
  color: #fff;
}

.banner-form-div .form-div .form-control:focus,
.banner-form-div .form-div .form-control:active {
  border: 1px solid #fefefe6e;
  box-shadow: none;
}

.contact-send-btn-div {
  margin-top: 15px;
}

.blueColorBtn {
  position: relative;
  overflow: hidden;
  /*background: #029BD7;*/
  background: linear-gradient(to right, #BA894E 0%, #FFE7C3 100%);
  color: #000;
  padding: 10px 20px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  font-family: 'mundial-hair';
  cursor: pointer;

  transition: all 0.35s ease;
}

.blueColorBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  /*background: rgba(255, 255, 255, 0.35);*/
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}

.blueColorBtn:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
  /*box-shadow: 0 10px 25px rgba(2, 155, 215, 0.35);*/
}

.blueColorBtn:hover::before {
  left: 130%;
}


@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.common-para {
  font-size: 16px;
  font-family: 'mundial-hair';
}

.banner-section.hero .common-para {
  width: 45%;
}

.text-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #fff;
  padding-top: 25px;
  position: absolute;
  bottom: 0;
  width: 85%;
}


/* About Section Style */
.island-hero {
  position: relative;
  padding: 70px 20px 120px;
  text-align: center;
  overflow: hidden;
  background-color: #19191B;
  color: #fff;
}

.headline {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 10rem;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 8vw, 6.4rem);
  letter-spacing: 0.01em;
  font-family: 'azahra';
}

.headline .line {
  display: block;
  position: relative;
  z-index: 3;
  opacity: 1;
  transform: translateY(-30px);
}

.image-band {
  position: absolute;
  left: 10%;
  top: 50%;
  width: min(1180px, 92%);
  height: clamp(180px, 26vw, 320px);
  /* transform: translate(-50%, -50%) scaleX(0); */
  transform-origin: center;
  z-index: 2;
  overflow: hidden;
  border-radius: 2px;
}

.image-band video {
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: -8%;
  left: 0;
  will-change: transform;
}

.headline .line.over-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(calc(-100% + 180px));
  z-index: 4;
  color: #fff;
  mix-blend-mode: normal;
}

.sub-copy {
  position: relative;
  z-index: 3;
  max-width: 760px;
  margin: 13rem auto 0;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #fff;
  opacity: 1;
  transform: translateY(20px);
  font-family: 'mundial-hair';
}

/* DIVYA STYLE 29-7-26 */

a:hover,
a:focus,
.btn-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}


/* ==========================================================================
   Blue Leaf Haven — Header (Springs.estate reference style)
   ========================================================================== */

.blue-leaf-haven-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 70px;
  color: #ede6d3;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.blue-leaf-haven-header__bg {
  position: absolute;
  inset: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.blue-leaf-haven-header[data-scrolled="true"] .blue-leaf-haven-header__bg {
  backdrop-filter: blur(15px);
  background: transparent;
  box-shadow: 0 0 0 1px #e0d1b633;
  transform: translateY(0)
}

.blh-header__inner {
  max-width: 1600px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.blue-leaf-haven-header[data-scrolled="true"] .blh-header__inner {
  height: 76px;
}

.blh-nav-link {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: none;
  border: 0;
  cursor: pointer;
}

.blh-nav-link__text {
  position: relative;
  display: inline-block;
  height: 1em;
  overflow: hidden;
  line-height: 1em;
  vertical-align: top;
}

.blh-nav-link__line {
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blh-nav-link__line:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: 500;
}

.blh-nav-link:hover .blh-nav-link__line,
.blh-hamburger:hover .blh-nav-link__line {
  transform: translateY(-100%);
}

.blh-hamburger {
  color: inherit;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: none;
  outline: none;
  box-shadow: none !important;
}

.blh-hamburger__bars {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 26px;
}

.blh-hamburger__bars span {
  display: block;
  height: 1px;
  width: 100%;
  background: #BB8B50;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blh-hamburger[aria-expanded="true"] .blh-hamburger__bars span:first-child {
  transform: translateY(3px) rotate(45deg);
  background: #fff;
}

.blh-hamburger[aria-expanded="true"] .blh-hamburger__bars span:last-child {
  transform: translateY(-2px) rotate(-45deg);
  background: #fff;
}

.blh-logo {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.blh-logo img {
  max-height: 50px;
  width: auto;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.blh-logo__word {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.blh-logo__mark {
  color: inherit;
  margin-top: 2px;
}

.blh-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.blh-icon-btn:hover {
  opacity: 0.7;
}

.blh-favorites__count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 14px;
  height: 14px;
  padding: 0 3px;
  border-radius: 999px;
  background: currentColor;
  color: #1c2b28;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
}

.blue-leaf-haven-header[data-scrolled="true"] .blh-favorites__count {
  color: #faf8f3;
}

body.blh-menu-open {
  overflow: hidden;
}

.blh-hamburger[aria-expanded="true"] .blh-nav-link__text {
  opacity: 0;
  width: 0;
  transition: opacity 0.2s ease, width 0.2s ease;
}

.blh-hamburger[aria-expanded="true"] .blh-hamburger__bars {
  margin-right: 0;
}

body.blh-menu-open .blh-icon-btn {
  opacity: 0;
  pointer-events: none;
}

body.blh-menu-open .blh-header__right .blh-nav-link {
  opacity: 0.4;
}

body.blh-menu-open .blue-leaf-haven-header,
body.blh-menu-open .blue-leaf-haven-header[data-scrolled="true"] {
  color: #ede6d3;
}

body.blh-menu-open .blue-leaf-haven-header__bg {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

/* ---------------------------------------------------------------------- */
/* Full-screen split menu                                                 */
/* ---------------------------------------------------------------------- */

.blh-fullmenu {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
}

.blh-fullmenu[hidden] {
  display: none;
}

.blh-fullmenu__left {
  width: 65%;
  min-height: 100vh;
  background: radial-gradient(120% 120% at 8% 100%, #BB8B50 0%, #3E2E1B 100%);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 60px 60px;
  color: #ede6d3;
}

.blh-fullmenu__right {
  position: relative;
  width: 35%;
  min-height: 100vh;
  background: #0a1f1c;
  overflow: hidden;
}

.parallax-image-move {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 0;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transform: scale(1.06);
  pointer-events: none;
  will-change: clip-path, transform;
}

.parallax-image-move[aria-hidden="false"] {
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: scale(1);
}

/* Discover Pages label */
.blh-fullmenu__label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(237, 230, 211, 0.45);
  margin-bottom: 28px;
}

.blh-fullmenu__list {
  margin: 0;
  padding: 0;
}

.blh-fullmenu__list li {
  line-height: 1.25;
}

.blh-fullmenu__list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 42px;
  color: rgba(237, 230, 211, 0.55);
  text-decoration: none;
  transition: color 0.4s ease;
}

.blh-fullmenu__list a.is-active,
.blh-fullmenu__list a:hover {
  color: #ede6d3;
}

.blh-fullmenu__list a.has-underline {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.blh-fullmenu__list a .blh-fullmenu__arrow {
  display: inline-flex;
  transform: translateY(-2px);
}

/* Bottom info blocks: contact, social, policies */
.blh-fullmenu__meta {
  margin-top: 64px;
}

.blh-fullmenu__meta-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(237, 230, 211, 0.45);
  margin-bottom: 10px;
}

.blh-fullmenu__meta-row {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: #ede6d3;
}

.blh-fullmenu__meta-row a {
  color: #ede6d3;
  text-decoration: none;
}

.blh-fullmenu__meta-row a:hover {
  text-decoration: underline;
}

.blh-fullmenu__meta-sep {
  margin: 0 10px;
  color: rgba(237, 230, 211, 0.4);
}

.blh-fullmenu__social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.blh-fullmenu__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(237, 230, 211, 0.12);
  color: #ede6d3;
  transition: background 0.3s ease;
}

.blh-fullmenu__social a:hover {
  background: rgba(237, 230, 211, 0.28);
}

.blh-fullmenu__policies {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(237, 230, 211, 0.55);
  text-decoration: none;
}

.blh-fullmenu__policies:hover {
  color: #ede6d3;
}

/* ---------------------------------------------------------------------- */
/* Responsive full-screen menu                                            */
/* ---------------------------------------------------------------------- */

@media (max-width: 900px) {
  .blh-fullmenu {
    flex-direction: column;
    overflow-y: auto;
  }

  .blh-fullmenu__left,
  .blh-fullmenu__right {
    width: 100%;
    min-height: 0;
  }

  .blh-fullmenu__left {
    padding: 80px 24px 40px;
    overflow-y: visible;
  }

  .blh-fullmenu__right {
    height: 240px;
    flex-shrink: 0;
    display: none;
  }

  .blh-fullmenu__list a {
    font-size: 32px;
  }

  .blh-fullmenu__meta {
    margin-top: 40px;
  }
}

/* ---------------------------------------------------------------------- */
/* Responsive                                                             */
/* ---------------------------------------------------------------------- */

@media (max-width: 767px) {

  .blue-leaf-haven-header,
  .blue-leaf-haven-header[data-scrolled="true"] {
    height: 72px;
  }

  .blh-header__inner,
  .blue-leaf-haven-header[data-scrolled="true"] .blh-header__inner {
    height: 72px;
  }

  .blh-logo__word {
    font-size: 24px;
  }

  .blh-mobile-menu {
    top: 72px;
  }
}


/* Pinned scroll distance first section */
.loc-scroll-wrap {
  position: relative;
  height: 320vh;
}

.location-section {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #f4f0e6;
}


.loc-bg-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.loc-bg-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.loc-sticky-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50vw + 110px);
  z-index: 10;
  display: flex;
  align-items: stretch;
  will-change: transform;
}


.vert-strip {
  flex: 0 0 110px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  background: #f4f0e6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.vert-track-wrapper {
  position: absolute;
  width: 100vh;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}

.vert-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: vscroll 18s linear infinite;
}

.vert-item {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.18em;
  color: black;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.vert-dot {
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  margin: 0 35px;
}

@keyframes vscroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.loc-update-line-wrap {
  flex: 0 0 1px;
  position: relative;
  background: #e6dec9;
}

.loc-update-line-fill {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0%;
  background: #c98a4d;
}

/* ---------- content column (swiper + bootstrap grid) ---------- */
.loc-content-col {
  flex: 1;
  background: #f4f0e6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  position: relative;
  min-width: 0;
}

.loc-swiper {
  width: 100%;
}

.loc-slide {
  text-align: center;
}

.loc-heading {
  font-family: 'azahra';
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.18;
  letter-spacing: 0.02em;
  color: black;
  margin: 0 0 20px;
}

.loc-heading .aim-center {
  color: #c98a4d;
  display: block;
}

.loc-copy {
  /*font-size: 12px;*/
  letter-spacing: 0.05em;
  /*text-transform:uppercase;*/
  line-height: 1.8;
  color: #8a887f;
  font-weight: 400;
  margin: 0;
  padding: 0px 150px;
}

.swiper-col {
  /*width: 80%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide {
  opacity: 0;
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: none !important;
}


/* Fourth Section Style */
.common-head {
  font-family: 'azahra';
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
}

.fourth-section {
  position: relative;
  padding: 100px 100px;
  background-color: #19191B;
}

.fourth-section h2 {
  text-align: center;
  font-size: 80px !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-div {
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin: 25px auto 45px;*/
  margin: 5px auto 15px;
}

.content-div {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content-div p {
  width: 90%;
  margin: auto;
}



/* ---------- PINNED SECTION ---------- */
.amenities-pin-wrap {
  position: relative;
}

.amenities {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg {
  position: absolute;
  inset: 0;
}

.bg .overlay-black {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .32);
  z-index: 2;
  pointer-events: none;
}

.bg-wrapper {
  position: absolute;
  inset: 0;
}

.bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
}

.bg-img[data-i="0"] {
  z-index: 1;
}

.bg-img[data-i="1"] {
  z-index: 2;
  -webkit-mask-image: var(--stripe-mask-1);
  mask-image: var(--stripe-mask-1);
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
}

.bg-img[data-i="2"] {
  z-index: 3;
  -webkit-mask-image: var(--stripe-mask-2);
  mask-image: var(--stripe-mask-2);
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
}

.bg-img[data-i="3"] {
  z-index: 4;
  -webkit-mask-image: var(--stripe-mask-3);
  mask-image: var(--stripe-mask-3);
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
}


.bg-img[data-i="4"] {
    z-index: 4;
    -webkit-mask-image: var(--stripe-mask-4);
    mask-image: var(--stripe-mask-4);
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
}

.text-floating {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.text-label {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f2f0e8;
  font-size: 15px;
  letter-spacing: .3px;
}

.text-label svg {
  display: block;
}

.scroll-hint {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #f2f0e8;
  font-size: 15px;
  letter-spacing: .5px;
  opacity: .9;
  margin: 0;
}

.masking-text {
  overflow: hidden;
}

.masking-text .line {
  display: block;
}

.feature-bottom-nav {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 640px;
  text-align: center;
  color: #f2f0e8;
}

.feature-bottom-nav .number {
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(242, 240, 232, .65);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.feature-bottom-nav .number .current {
  position: relative;
  height: 1.1em;
  overflow: hidden;
  display: inline-block;
  width: 1.6em;
}

.feature-bottom-nav .number .current__wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.feature-bottom-nav .number .current__wrapper span {
  display: block;
  height: 1.1em;
  line-height: 1.1em;
  font-weight: 600;
  color: #f2f0e8;
  text-align: left;
}

.feature-bottom-nav .number .inactive {
  color: rgba(242, 240, 232, .65);
}

.feature-bottom-nav .title-wrapper {
  position: relative;
  display: grid;
  justify-content: center;
}

.feature-bottom-nav .title-wrapper .title-slide {
  grid-column: 1;
  grid-row: 1;
}

.feature-bottom-nav h3.title {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  color: #f2f0e8;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

@media (max-width:900px) {
  .nav ul {
    display: none;
  }

  .feature-bottom-nav {
    bottom: 32px;
    padding: 0 24px;
  }

  .feature-bottom-nav h3.title {
    font-size: 24px;
  }

  .text-label,
  .scroll-hint {
    /* display: none; */
  }
}


/* =====================================================
     BLUE LEAF — PLACE (cycling full-bleed slide section)
     ===================================================== */
.blue-leaf-place {
  position: relative;
  min-height: 900vh;
}

.blue-leaf-place__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.blue-leaf-place__slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.blue-leaf-place__slide-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.blue-leaf-place__slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blue-leaf-place__slide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 31, 29, 0.05) 0%, rgba(13, 31, 29, 0.45) 100%);
}

.blue-leaf-place__slide-label {
  position: absolute;
  left: 6vw;
  bottom: 8vh;
  z-index: 2;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(242, 239, 230, 0.75);
}

/* stacking order: later slides sit on top and wipe over earlier ones.
     Exact clip-path / scale values are computed and applied every scroll
     frame in JS to match the reference site's keyframe system precisely —
     these are just safe pre-JS defaults so nothing flashes unstyled.
     z-index itself is also set dynamically in JS (from each slide's
     data-bl-place-slide value) so adding a 9th, 10th, etc. slide just
     works — nothing here needs editing when the slide count changes. */
.blue-leaf-place__slide-media {
  transform-origin: center center;
}

.blue-leaf-place__slide:not(:first-child) {
  clip-path: inset(0 100% 0 0);
}

.blue-leaf-place__caption {
  position: absolute;
  z-index: 1000;
  /* always above every slide, however many are added later —
                     slide z-index is set dynamically from its own index in JS */
  right: 6vw;
  bottom: 8vh;
  width: min(370px, 82vw);
  height: 250px;
  /* fixed box so cards never shift the layout when swapped */
}

.blue-leaf-place__caption-card {
  position: absolute;
  inset: 0;
  padding: 26px 28px;
  background: rgba(13, 31, 29, 0.72);
  border: 1px solid rgba(242, 239, 230, 0.16);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.blue-leaf-place__caption-card.is-active {
  opacity: 1;
  pointer-events: auto;
}

.blue-leaf-place__caption-icon {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(242, 239, 230, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue-leaf-place__caption-icon svg {
  width: 12px;
  height: 12px;
  stroke: #F2EFE6;
  stroke-width: 1.6;
  fill: none;
}

.blue-leaf-place__caption-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  margin: 0 44px 16px 0;
  color: #fff;
}

.blue-leaf-place__caption-line {
  height: 1px;
  width: 100%;
  background: rgba(242, 239, 230, 0.2);
  margin-bottom: 16px;
}

.blue-leaf-place__caption-line-progress {
  height: 100%;
  width: 0%;
  background: #C9A227;
}

.blue-leaf-place__caption-description {
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(242, 239, 230, 0.72);
  margin: 0;
}

@media (max-width:720px) {
  .blue-leaf-place__caption {
    left: 6vw;
    right: 6vw;
    width: auto;
    bottom: 10vh;
  }

  .blue-leaf-place__slide-label {
    position: absolute;
    left: 9vw;
    bottom: 2vh;
    color: rgb(255 255 255);
  }
}

@media (prefers-reduced-motion: reduce) {

  .blue-leaf-place__slide,
  .blue-leaf-place__caption-card {
    transition: none !important;
  }
}

/* Second Section Style */
.story-section {
  position: relative;
  height: 100vh;
}

.second-section {
  background-color: #19191B;
  z-index: 3;
  flex-flow: column;
  flex: none;
  place-content: center flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  /* height: min-content; */
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
  cursor: pointer;
}

.panel {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel-2,
.panel-3 {
  opacity: 0;
}

.panel-3 {
  background: #fff;
}

.framer-div {
  pointer-events: none;
  z-index: 4;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.framer-text {
  color: #029BD7;
}

.char.accent {
  /*color: #029BD7;*/
  color: #BB8B50;
}

.second-div {
  z-index: 4;
}

.second-div.is-active {
  z-index: 9;
}

.framer-div.second-div h2 {
  color: #000;
}

.char {
  display: inline-block;
  will-change: transform, opacity, filter;
}

.word {
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.28em;
}

.reveal-panel {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff;
  z-index: 20;
  will-change: transform;
  pointer-events: none;
}

.reveal-panel-left {
  left: 0;
}

.reveal-panel-right {
  right: 0;
}


/* Location Section Style Divya 31-7-26 */

.padding-zero {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.location-map-section .google-maps {
  height: 800px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.location-map-section .google-maps iframe {
  border: 0;
  height: 800px;
  width: 100%;
}

/* Overlay card */
.map-info-card {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: 600px;
  max-width: 90%;
  background: #0c0c0e;
  color: #ffffff;
  padding: 45px 40px;
  z-index: 5;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.map-info-title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #BB8B50;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.map-info-list {
  margin: 0;
  padding: 0;
}

.map-info-list li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.4;
  color: #e6e6e6;
  margin-bottom: 18px;
  flex-direction: column;
  text-align: left;
  gap: 5px;
}

.map-info-list li span {
  font-size: 14px;
}

.map-info-list li i {
  color: #BB8B50;
  font-size: 15px;
  margin-right: 1rem;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .map-info-card {
    position: static;
    transform: none;
    width: 100%;
    margin-top: -1px;
    max-width: 100%;
  }

  .location-map-section .google-maps {
    height: auto;
  }

  .location-map-section .google-maps iframe {
    height: 450px;
  }
}




/* Floor Plans Section Divya 31-7-26 */
/* ---------------- split shell ---------------- */
.blue-leaf-floorplans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}

/* ---------------- left: blurred forest + centered selector ---------------- */
.blue-leaf-floorplans__left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding: 4vw;
}

.blue-leaf-floorplans__left .bgFrame {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.bg__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(7px) brightness(0.62) saturate(1.05);
  transform: scale(1.06);
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity 0.1s linear, clip-path 1.1s cubic-bezier(.22, .61, .36, 1);
}

.bg__slide.is-active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition: opacity 0s linear, clip-path 1.1s cubic-bezier(.22, .61, .36, 1);
}

.blue-leaf-floorplans__left .overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(6, 10, 7, 0.35) 0%, rgba(6, 10, 7, 0.55) 100%);
  pointer-events: none;
}

.selector {
  position: relative;
  width: 100%;
  max-width: 350px;
  background: #f4efe3;
  color: #1c2620;
  padding: 0.7rem 0.7rem 1rem;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.55);
}

.selector__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.05;
  overflow: hidden;
}

.selector__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity 0.1s linear, clip-path 0.9s cubic-bezier(.22, .61, .36, 1);
}

.selector__slide.is-active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition: opacity 0s linear, clip-path 0.9s cubic-bezier(.22, .61, .36, 1);
}

.selector__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.58rem;
  color: #5b5b52;
  margin: 0.85rem 0 0.15rem;
}

.selector__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.selector__title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 1.55rem;
  font-family: 'azahra';
}

.selector__nav {
  display: flex;
  gap: 0.35rem;
}

.ctrl-btn {
  width: 29px;
  height: 29px;
  border: 1px solid rgba(28, 38, 32, 0.35);
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1c2620;
  transition: background 0.2s cubic-bezier(.22, .61, .36, 1), color 0.2s cubic-bezier(.22, .61, .36, 1), border-color 0.2s cubic-bezier(.22, .61, .36, 1);
}

.ctrl-btn:hover {
  background: #1c2620;
  border-color: #1c2620;
  color: #f4efe3;
}

.ctrl-btn svg {
  width: 11px;
  height: 11px;
}

/* ---------------- right: solid cream panel, no navigation ---------------- */
.blue-leaf-floorplans__right {
  background: #f4f0e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vw;
}

.plan-frame {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 640/460;
  overflow: hidden;
  border: 1px solid rgba(28, 38, 32, 0.18);
  background: #eee7d7;
}

.plan-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.plan-panel {
  display: none;
}

.plan-panel.is-active {
  display: block;
}

.plan-footer {
  max-width: 600px;
  padding-top: 1.4rem;
}

.plan-footer h3 {
  margin: 0 0 0.55rem;
  font-weight: 400;
  font-size: 1.7rem;
  color: #1c2620;
}

.plan-footer p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.65;
  color: #5b5b52;
}

@media (max-width: 860px) {
  .blue-leaf-floorplans {
    grid-template-columns: 1fr;
  }

  .blue-leaf-floorplans__left {
    min-height: 60vh;
  }

  .blue-leaf-floorplans__right {
    padding: 8vw 6vw;
    align-items: center;
  }
}






/*footer section*/





.custom-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 60px 0px 0px 0px;

}

.footer-container {
  padding-left: 5rem;
  padding-right: 5rem;
}

.footer-title {
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #BB8B50;
}

.contact-info p {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.contact-info i {
  color: #BB8B50;
  margin-right: 10px;
}

.footer-description {
  font-size: 0.9rem;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.5;
  width: 85%;
}

.footer-form {
  display: flex;
}

.footer-form .form-control {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  height: 45px;
  margin-right: 10px;
  border-radius: 5px;
}

.footer-form .btn-send {
  background-color: #BB8B50;
  color: #000000;
  border: none;
  border-radius: 5px;
  padding: 10px 35px;
  font-weight: bold;
  height: 45px;
}

.contact-info a {

  color: white;
  text-decoration: none;
}

.contact-info a:hover {

  color: #BB8B50;
}

.footer-form .btn-send:hover {
  background-color: #BB8B50;
  color: #ffffff;
}

.building-image-section {
  padding: 40px 0 20px 0;
  text-align: center;
}

.building-image-section img {
  max-width: 100%;
  height: auto;
}

.footer-bottom {
  background-color: #f4f0e6;
  color: #333333;
  padding: 20px 40px;
  font-size: 0.85rem;
  /* margin-top: 1.5rem; */
}


.form-div-footer {

  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 100px;
  padding: 0px 80px;



}

.footer-bottom-links a {
  color: #333333;
  text-decoration: none;
  margin-right: 25px;
}

.footer-bottom-links a:hover {
  text-decoration: underline;
}

.footer-copyright {
  text-align: right;
}

.footer-copyright a {
  display: inline;
  margin: 0;
  color: #333333;
  text-decoration: underline;
}

.building-image-section {
  background-image: url(../images/blue-leaf-footer-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}


.footer-row {

  position: relative;
  overflow: visible;
  padding: 0px 40px 40px 40px;
}



/* ============ OUTER WRAPPER — extra scroll room for the pin ============ */
.blue-leaf-amenities-parallax-bg {
  position: relative;
  height: 170vh;
  min-height: 900px;
  width: 100%;
}

/* ============ STICKY STAGE — pins full-height while the wrapper scrolls past ============ */

.amenities-sticky-stage {
  position: sticky;
  top: 0;
  height: 130vh;
  min-height: 130vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  isolation: isolate;
}

.amenities-bg-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.amenities-bg-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
}


.amenities-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* crop box matches the design exactly; parallax buffer now comes
      from a slight scale() below, not from inflating this box, so
      object-fit: cover doesn't zoom in past the intended framing */
  object-fit: cover;
  object-position: center;
  display: block;
  will-change: transform;
  transform: translateY(0) scale(1.15);
  transform-origin: center;
}


/* ============ CONTENT ============ */
.amenities-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
  max-width: 720px;
}

.amenities-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #d9a874;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.amenities-heading-wrap {
  position: relative;
  margin: 65px 0 22px;
  line-height: 1;
}

.amenities-heading {
  font-size: 140px;
  font-weight: 400;
  color: #f6f1e8;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-family: 'azahra';
  text-transform: uppercase;
}

/* per-letter stagger reveal — spans injected by JS */
.amenities-heading .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(38px) rotate(6deg);
  transition: opacity 0.7s cubic-bezier(.16, .8, .24, 1),
    transform 0.7s cubic-bezier(.16, .8, .24, 1);
}

.amenities-heading .char.space {
  width: 0.28em;
}

.amenities-underline {
  position: absolute;
  left: 50%;
  bottom: -6px;
  height: 2px;
  width: 0%;
  max-width: 420px;
  background: linear-gradient(90deg, transparent, #b5763f 20%, #b5763f 80%, transparent);
  transform: translateX(-50%);
  transition: width 1.2s cubic-bezier(.65, .05, .2, 1) 0.9s;
}

.amenities-sub {
  font-style: italic;
  font-weight: 300;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
  color: #c9c2b4;
  max-width: 480px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1s ease 1.1s, transform 1s ease 1.1s;
}


/* revealed state, triggered by JS via .is-visible on section */
.blue-leaf-amenities-parallax-bg.is-visible .amenities-eyebrow {
  opacity: 1;
  transform: translateY(0);
}

.blue-leaf-amenities-parallax-bg.is-visible .amenities-heading .char {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

.blue-leaf-amenities-parallax-bg.is-visible .amenities-underline {
  width: 100%;
}

.blue-leaf-amenities-parallax-bg.is-visible .amenities-sub {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width:600px) {
  .amenities-eyebrow {
    letter-spacing: 0.3em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .amenities-bg-img {
    transition: none !important;
    transform: none !important;
  }

  .amenities-eyebrow,
  .amenities-underline,
  .amenities-sub {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    width: 100% !important;
  }

  .amenities-heading .char {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ============ PLACEHOLDER SECTIONS — for scroll testing only ============ */
.placeholder-section {
  height: 100vh;
  min-height: 640px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}

.placeholder-section.before {
  background: #0f0d0b;
}

.placeholder-section.after {
  background: #14110d;
}

.placeholder-section h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(24px, 3vw, 36px);
  color: #8a8478;
  max-width: 520px;
  line-height: 1.5;
}

.second-section .framer-text {
  color: #029BD7;
}


/* Responsiveness Divya 3-8-26 */
/* Responsiveness Media Query */
/* Responsive for Mobile Menu Navigation */

@media (min-width: 992px) {
  .px-lg-5 {
    padding-right: 1rem !important;
    padding-left: 2rem !important;
  }
}

@media (min-width: 992px) {

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 992px) {

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
}

@media screen and (max-width: 991.98px) {
  .blh-nav-link__text {

    display: none;
  }

  .blh-header__inner,
  .blue-leaf-haven-header[data-scrolled="false"] .blh-header__inner {

    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* ---- Header: give the hamburger + logo some breathing room now
     that the inline text links are hidden below lg ---- */
  .blh-header__inner {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .blh-hamburger__bars {
    width: 22px;
  }

  .blh-logo img {
    max-height: 42px;
  }

  /* ---- Header Menu: mobile slide-in nav ---- */
  .navbar-collapse {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
    justify-content: flex-start !important;
    transition: left 0.4s ease-in-out;
  }

  .navbar-collapse.show {
    left: 0px;
  }

  /* ---- Hero / banner ---- */
  .banner-section.hero {
    height: auto;
    min-height: 100vh;
    padding: 110px 40px 30px;
  }

  .banner-section.hero .flex-center {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .banner-title {
    width: 100%;
    font-size: 44px;
    line-height: 56px;
  }

  .banner-section.hero .common-para {
    width: 100%;
  }

  .text-bottom {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  /* ---- Section headings used throughout the page ---- */
  .common-head {
    font-size: 44px;
    line-height: 56px;
  }

  .fourth-section {
    padding: 80px 50px;
  }

  .fourth-section h2 {
    font-size: 52px !important;
  }

  /* ---- Location scroll-pin section ---- */
  .loc-copy {
    padding: 0 60px;
  }

  /* ---- Amenities pinned heading ---- */
  .amenities-heading {
    font-size: 96px;
  }

  .amenities-heading-wrap {
    margin: 40px 0 18px;
  }

  /* ---- Footer ---- */
  .footer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-div-footer {
    margin-left: 0;
    padding: 0 20px;
  }
}

/* Mobile Devices */

@media only screen and (max-width: 319.5px) {
  .footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
.address-div {
    display: flex;
    width: 100% !important;
gap: 0px !important;
}
  .scroll-hint {
    right: 10px;
  }

  .text-label {
    left: 10px;
  }

  .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .blh-nav-link__text {

    display: none;
  }

  .blh-header__inner,
  .blue-leaf-haven-header[data-scrolled="false"] .blh-header__inner {

    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .banner-title {
    font-size: 26px;
    line-height: 34px;
  }

  .common-head {
    font-size: 26px;
    line-height: 34px;
  }

  .amenities-heading {
    font-size: 42px;
  }

  .footer-container {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
  
  .second-section .content-div h2 {
      width: 80%;
  }
      
      #recaptcha1{
      transform: scale(0.7);
    transform-origin: left center;
  }
  
   #recaptcha1 iframe{
        width:120%;
    }
  
  
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
    
    
    
      #recaptcha1{
      transform: scale(0.7);
    transform-origin: left center;
  }
  
   #recaptcha1 iframe{
        width:120%;
    }
    
    
    .address-div {
    display: flex;
    width: 100% !important;
gap: 0px !important;
}
    
    
    
    
    
    
  .scroll-hint {
    right: 10px;
  }

  .text-label {
    left: 10px;
  }

  .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .blh-nav-link__text {

    display: none;
  }

  .blh-header__inner,
  .blue-leaf-haven-header[data-scrolled="false"] .blh-header__inner {

    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* ---- Header ---- */
  .blh-haven-header,
  .blue-leaf-haven-header,
  .blue-leaf-haven-header[data-scrolled="true"] {
    height: 64px;
  }

  .blh-header__inner,
  .blue-leaf-haven-header[data-scrolled="true"] .blh-header__inner {
    height: 64px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .blh-logo img {
    max-height: 32px;
  }

  .blh-fullmenu__list a {
    font-size: 26px;
  }

  /* ---- Hero / banner ---- */
  .banner-section.hero {
    padding: 90px 20px 24px;
    min-height: 100vh;
  }

  .banner-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .banner-section.hero .flex-center {
    text-align: center;
    justify-content: center;
  }

  .banner-form-div {
    padding: 20px;
  }

  .text-bottom {
    position: relative;
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    text-align: center;
  }

  /* ---- About / story section ---- */
  .common-head {
    font-size: 30px;
    line-height: 40px;
  }

  .fourth-section {
    padding: 60px 20px;
  }

  .fourth-section h2 {
    font-size: 34px !important;
  }

  .content-div p {
    width: 100%;
  }

  /* ---- Location scroll-pin section: collapse the split layout ---- */
  .loc-sticky-content {
    width: 100%;
  }

  .vert-strip {
    flex: 0 0 46px;
  }

  .vert-track-wrapper {
    height: 46px;
  }

  .vert-item {
    font-size: 13px;
  }

  .vert-dot {
    margin: 0 18px;
  }

  .loc-content-col {
    padding: 30px 15px;
  }

  .loc-heading {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .loc-copy {
    font-size: 11px;
    padding: 0 8px;
  }

  /* ---- Amenities pinned section ---- */
  .amenities-heading {
    font-size: 54px;
  }

  .amenities-heading-wrap {
    margin: 24px 0 12px;
  }

  .amenities-sub {
    max-width: 90%;
  }

  /* ---- Amenities-final / "place" caption slides ---- */
  .blue-leaf-place__caption-card {
    padding: 18px 20px;
  }

  .blue-leaf-place__caption-title {
    font-size: 17px;
    margin: 0 30px 10px 0;
  }

  .blue-leaf-place__caption-description {
    font-size: 12.5px;
  }

  /* ---- Floor plans section ---- */
  .blue-leaf-floorplans__left {
    padding: 8vw 5vw;
    min-height: 55vh;
  }

  .selector {
    max-width: 100%;
  }

  .blue-leaf-floorplans__right {
    padding: 10vw 6vw;
  }

  .plan-frame {
    max-width: 100%;
  }

  .plan-footer h3 {
    font-size: 1.3rem;
  }

  /* ---- Location map section ---- */
  .map-info-card {
    padding: 26px 35px;
  }

  .map-info-title {
    font-size: 22px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .map-info-list li {
    font-size: 13.5px;
  }

  .location-map-section .google-maps iframe {
    height: 320px;
  }

  /* ---- Footer ---- */
  .footer-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-row {
    padding: 0 15px 20px 15px;
  }

  .footer-title {
    font-size: 1.4rem;
    text-align: center;
  }

  .contact-info {
    text-align: center;
  }

  .form-div-footer {
    margin-left: 0;
    padding: 0 5px;
  }

  .footer-description {
    width: 100%;
    text-align: center;
  }

  .footer-form {
    flex-direction: column;
  }

  .footer-form .form-control {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .building-image-section {
    height: 220px;
  }

  .footer-bottom {
    padding: 20px;
    text-align: center;
  }

  .footer-bottom-links {
    text-align: center;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .footer-bottom-links a {
    margin: 0 10px;
  }

  .footer-copyright {
    text-align: center;
  }
  
  .second-section .content-div h2 {
      width: 80%;
  }
}

/* Tab Devices */
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {




.address-div {
    display: flex;
    width: 96% !important;
gap: 5px !important;
}










  /* ---- Hero ---- */
  .banner-section.hero {
    height: auto;
    min-height: 100vh;
    padding: 120px 40px 30px;
  }

  .banner-title {
    width: 100%;
    font-size: 46px;
    line-height: 58px;
  }

  .banner-section.hero .common-para {
    width: 70%;
  }

  /* ---- Headings ---- */
  .common-head {
    font-size: 46px;
    line-height: 58px;
  }

  .fourth-section {
    padding: 40px 0px;
  }

  .fourth-section h2 {
    font-size: 56px !important;
  }

  /* ---- Location scroll-pin ---- */
  .loc-copy {
    padding: 0 60px;
  }

  /* ---- Amenities pinned heading ---- */
  .amenities-heading {
    font-size: 100px;
  }

  /* ---- Floor plans ---- */
  .blue-leaf-floorplans__left {
    padding: 6vw 4vw;
  }

  /* ---- Footer ---- */
  .footer-container {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .form-div-footer {
    margin-left: 0;
    padding: 0 30px;
  }

  .loc-copy {
    padding: 0px 15px;
  }

  .fourth-section h2 {
    font-size: 50px !important;
  }

  .banner-title {

    width: 100%;
  }

  .bg-video {
    height: 100%;
  }

  .banner-section.hero {
    padding: 0px 20px 20px;
  }

  .hero.banner-section .col-md-4 {
    flex: 0 0 auto;
    width: 45%;
  }
  #recaptcha1{
      transform: scale(0.7);
    transform-origin: left center;
  }
  
   #recaptcha1 iframe{
        width:120%;
    }

  
  
  
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    
    


.address-div {
    display: flex;
    width: 85% !important;
gap: 5px !important;
}






    #recaptcha1 iframe{
        width:120%;
    }

  .banner-title {
    font-size: 52px;
    line-height: 68px;
  }

  .common-head {
    font-size: 52px;
    line-height: 68px;
  }

  .fourth-section {
    padding: 90px 70px;
  }

  .amenities-heading {
    font-size: 118px;
  }

  .form-div-footer {
    margin-left: 40px;
    padding: 0 40px;
  }

  .loc-copy {
    padding: 0px 25px;
  }

  .fourth-section h2 {
    font-size: 50px !important;
  }

  .banner-title {

    width: 100%;
  }

  .bg-video {
    height: 100%;
  }

  .banner-section.hero {
    padding: 0px 20px 20px;
  }

  .hero.banner-section .col-md-4 {
    flex: 0 0 auto;
    width: 45%;
  }
  
  .text-bottom {
    width: 94%;
  }
  
}


/*  Desktop Devices */
@media only screen and (min-width: 1281px) and (max-width:1440px) {
  .banner-title {
    font-size: 58px;
  }
.address-div {

    width: 80% !important;

}

  .amenities-heading {
    font-size: 130px;
  }
    #recaptcha1{
      transform: scale(0.7);
    transform-origin: left center;
  }
  
   #recaptcha1 iframe{
        width:120%;
    }

}

/* Large */
@media only screen and (min-width: 1600px) and (max-width: 1823px) {
    
    
    
    
    .building-image-section {

    height: 750px;
}
    
    
    
    
     #recaptcha1{
      transform: scale(1);
    transform-origin: left center;
  }
  
   #recaptcha1 iframe{
        width:130%;
    }
    
    
    
    
    
    
    
    
  .amenities-content {

    max-width: max-content;
  }

  .banner-section.hero {
    padding: 0px 100px 20px;
  }

  .banner-title {
    font-size: 66px;
    line-height: 88px;
  }

  .common-head {
    font-size: 66px;
    line-height: 88px;
  }

  .amenities-heading {
    font-size: 155px;
  }
}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {
    
    .img-div img{
        width:100% !important;
    }
    
    .building-image-section {
    height: 1000px;
}
   


.address-div {
    display: flex;
    width: 65% !important;
    gap: 8px !important;
}



 
    
    
    .selector {
    max-width: 470px;
    
    }
    
    
    .plan-frame {
    max-width: 900px;
    
    }
    
    
        
     #recaptcha1{
      transform: scale(1);
    transform-origin: left center;
  }
  
    
    
    
  .amenities-content {

    max-width: max-content;
  }

  .banner-section.hero {
    padding: 0px 160px 20px;
  }

  .banner-title {
    font-size: 70px;
    line-height: 92px;
  }

  .common-head {
    font-size: 70px;
    line-height: 92px;
  }

  .amenities-heading {
    font-size: 165px;
  }
}



@media only screen and (min-width: 2560px) and (max-width: 2560px) {
    
    .building-image-section {
    height: 1200px !important;
}
}







@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    
    .address-div {
    width: 60% !important;
    gap: 13px !important;
}
    
.add-logo i{
font-size:22px;
}
    
    .location-map-section .google-maps {
    height: 1200px;
}
    
    
    .location-map-section .google-maps iframe {

    height: 1200px;

}
    
    
    
      .img-div img{
        width:100% !important;
    }
    
    
    
    
    
    .map-info-list li {
    display: flex;
    align-items: flex-start;
    font-size: 24px;
}
    
     #recaptcha1{
transform: scale(1.2);
        transform-origin: left center;
        padding-top: 20px;
        padding-bottom: 10px;
  }
  
   #recaptcha1 iframe{
        width:140%;
    }

.plan-frame
 {
    position: relative;
    width: 100%;
    max-width: 1200px;

}


.blue-leaf-place__slide-label {
    position: absolute;
    left: 6vw;
    bottom: 8vh;
    z-index: 2;
    font-size: 24px;
}

.blue-leaf-place__caption {
    position: absolute;
    z-index: 1000;
    right: 6vw;
    bottom: 8vh;
    width: min(450px, 82vw);
    height: 300px;
}

.blue-leaf-place__caption-icon svg {
    width: 22px;
    height: 22px;
    
}



.selector {
    position: relative;
    width: 100%;
    max-width: 550px;
}

.blue-leaf-place__caption-card {
    padding: 38px 28px !important;
    
    }
    
    
    
    .blue-leaf-place__caption-title {
    font-size: 22px;
    
    }
    .blh-header__left{
            gap: 40px;
    }
    
    .blh-header__right{
            gap: 40px;
    }
   .blh-nav-link {
    font-size: 20px;
}
.blh-header__inner {
    max-width: 2000px;
}
    
    .blh-logo img {
    height: 30px;
}
    .blue-leaf-place__caption-description {
    font-size: 18.5px;
    }
    
    
    
    
    
    .contact-info p {
    margin-bottom: 10px;
    font-size: 22px !important;
}
    
    .loc-copy{
         font-size: 20px;
    }
    
    
    .loc-heading{
        font-size:60px !important;
    }
    
    .footer-description {
    font-size: 22px !important;
    width: 100% !important;
}
    
    .footer-bottom {
    font-size: 22px !important;
    
    
    }
    .banner-form-div{
        padding:70px;
    }
    
    .vert-item {
    font-size: 32px;
    
    }
    .fourth-section .content-div p{
       font-size: 22px;
    }
    
    .feature-bottom-nav .number {
        font-size: 22px;
    }
    
    .building-image-section {
        height: 1000px;
    }
    
    .plan-footer p,
    .selector__eyebrow {
        font-size: 22px;
    }
    
    .feature-bottom-nav h3.title {
        font-size: 42px;
    }
    
  .amenities-content {

    max-width: max-content;
  }
  
  .banner-section.hero {
      height:1400px;
  }
  
  .text-bottom {
      width:93%;
  }
  .text-label{
       font-size:30px;
  }
  .scroll-hint{
      
      
      font-size:30px;
  }
  
  .banner-form-div .form-div .form-control {
    font-size: 22px;
    padding: 2rem .75rem;
  }
  
  .blueColorBtn {
    font-size: 22px;
  }
  
  .form-div label {
    font-size: 22px;
}
  .banner-section.hero .common-para {
    width: 25%;
    font-size: 22px;
  }
  
  .fourth-section h2 {
    margin-bottom: 3rem;
  }
  
  .common-para {
     font-size: 22px; 
  }
  
  .content-div p {
    margin: 2rem auto;
  }

  .banner-section.hero,
  .fourth-section,
  .location-map-section {
    max-width: 2560px;
    margin: 0 auto;
  }

  .banner-title {
    font-size: 78px;
    line-height: 100px;
    width: 65%;
  }

  .common-head {
    font-size: 78px;
    line-height: 100px;
  }

  .amenities-heading {
    font-size: 185px;
  }
  
  .map-info-card {
      width: 800px;
  }
  
  .map-info-list li span {
    font-size: 18px;
  }

}

@media only screen and (min-width: 2561px) and (max-width: 3840px) {
    


.add-logo i{
font-size:52px;
}

.address-div {
    display: flex;
    width: 75% !important;
    gap: 24px !important;
}


    
    .banner-section.hero, .fourth-section, .location-map-section {
        max-width: none !important;
        margin: 0 auto;
    }
    
    
      .img-div img{
        width:100% !important;
    }
    
    .map-info-list li span {
    font-size: 30px;
}
    
    
    
    
         #recaptcha1{
        transform: scale(2);
        transform-origin: left center;
        padding-top: 50px;
        padding-bottom: 50px;
  }
  
   /*#recaptcha1 iframe{*/
   /*     width:140%;*/
   /* }*/
    
    .blueColorBtn{
        font-size:32px;
    }
    .blh-header__inner {
        margin-top:30px !important;
    }
    
    .banner-section.hero {
    height: 100vh ! important;     
    max-width: none !important;
    }
     
     .blue-leaf-place__caption-card {
        padding: 38px 28px !important;
    }

    .blue-leaf-place__caption-title {
        font-size: 42px;
    }

    .blue-leaf-place__caption-description {
        font-size: 32.5px;
    }
    
    .selector {
    max-width: 850px;
    }

.selector__eyebrow {
    font-size: 40px;
}


.selector__title h2 {
    font-size: 3.55rem;
    
}


.plan-frame {
    max-width: 1500px;
    
}

.plan-footer h3 {
    font-size: 3.2rem;
}
.plan-footer p {
    margin: 0;
    font-size: 40px;
}




    .blh-header__inner {
           max-width: 2800px;
        height: 10vh !important;
    }

    .blh-header__left,
    .blh-header__right {
        gap: 70px;
    }

    .blh-nav-link {
        font-size: 30px;
    }

    .blh-logo img {
        height: 70px;
    }

    .contact-info p {
        margin-bottom: 10px;
        font-size: 52px !important;
    }

    .loc-copy {
        font-size: 40px;
    }

    .loc-heading {
        font-size: 8rem !important;
    }
    
.feature-bottom-nav .number {
    font-size: 40px;
    
}
.blue-leaf-place__caption-icon {
    width: 80px;
    height: 80px;
    
    
}
.blue-leaf-place__caption-icon svg {
    width: 42px;
    height: 42px;
}




.feature-bottom-nav h3.title {
    font-size: 5rem;
    
}

.blue-leaf-place__caption {
    position: absolute;
    z-index: 1000;
    right: 8vw;
    bottom: 8vh;
    width: min(720px, 82vw);
    height: 550px;
}


.ctrl-btn svg {
    width: 31px;
    height: 31px;
}
.ctrl-btn {
    width: 69px;
    height: 69px;
}
.map-info-card {
  
    width: 1200px;
    max-width: 100%;
   ;
}
.map-info-title {
    font-size: 55px;
}
.map-info-list li i {

    font-size: 28px;
    
}

.map-info-list li {
    display: flex;
    align-items: flex-start;
    font-size: 40px;
}

.location-map-section .google-maps {
    height: 1200px;
}

.location-map-section .google-maps iframe {
    border: 0;
    height: 1200px;
}

.footer-form .form-control {

    height: 65px;
    font-size: 40px;
    padding: 50px 35px;
}

.footer-form .btn-send {
    font-size: 40px;
        padding: 50px 35px;
        display: flex;
        justify-content: center;
        align-items: center;
}

.footer-row {
    padding: 0px 80px 80px 80px;
}
.blueColorBtn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
    /* box-shadow: 0 10px 25px rgba(2, 155, 215, 0.35); */
    font-size: 30px;
}
.text-bottom {
    width: 95%;
}

.blue-leaf-place__slide-label {
    font-size: 34px;
}












.custom-footer {
    padding: 100px 0px 0px 0px;
}

    .footer-description {
        width: 100% !important;
        font-size: 42px !important;
    }

    .footer-bottom {
        font-size: 42px !important;
    }

    .banner-form-div {
        padding: 90px;
    }

    .vert-item {
        font-size: 3rem;
    }

    .fourth-section .content-div p {
      font-size: 40px;
        padding-top: 20px;
    }



    .amenities-content {
        max-width: max-content;
    }




    .text-label,
    .scroll-hint {
        font-size: 50px;
    }

    .form-div label {
        font-size: 40px;
    }
    
    .banner-form-div .form-div .form-control {
        padding: 3rem 2rem;
        font-size: 40px;
    }

    .banner-section.hero .common-para {
        width: 25%;
        font-size: 40px;
    }
    
    .common-para {
       font-size: 40px;
    }
    
    .building-image-section {
        height: 80vh;
    }
    
  .amenities-content {

    max-width: max-content;
  }

  .banner-section.hero,
  .fourth-section,
  .location-map-section {
    max-width: 3200px;
    margin: 0 auto;
  }

  .banner-title {
    font-size: 6rem;
    line-height: 8rem;
    width: 60%;
  }

  .common-head {
    font-size: 6rem;
    line-height: 8rem;
  }
  
  .fourth-section h2 {
    font-size: 6rem !important;
    line-height: 8rem;
    margin-bottom: 5rem;
  }
  
  .fourth-section .img-div {
     margin-bottom: 5rem;
  }

  .amenities-heading {
    font-size: 220px;
  }
}

/* 6k resolution */
@media only screen and (min-width: 3841px) and (max-width: 6144px) {
    
    


.add-logo i{
font-size:55px;
}

.address-div {
    width: 55% !important;
    gap: 25px !important;
}











      .img-div img{
        width:100% !important;
    }
    
          #recaptcha1{
            transform: scale(2.5);
            transform-origin: left center;
            padding: 3rem 0;
        }
  
   /*#recaptcha1 iframe{*/
   /*     width:120%;*/
   /* }*/
    
    
    
    
    
    .map-info-list li span {
    font-size: 50px;
}
    
    .form-div {
    padding: 0 0 80px;
}
    
    .banner-section.hero .common-para {
        width: 35%;
        font-size: 65px;
    }
    
    .blueColorBtn{
        font-size: 65px !important;
        padding: 50px 20px;
    }
    
    .contact-form-div .error-msg {
        font-size: 55px;
    }
    
    
  .banner-form-div .form-div .form-control {
    background-color: #00000029;
    border: 1px solid #fefefe6e;
    color: #fff;
    font-size: 65px;
    padding: 5rem 2rem;
}  
    
        .banner-section.hero {
    height: 99vh ! important;     
    max-width: none !important;
    }
     

    
    .text-bottom {
    width: 95%;
}
    
  .banner-form-div {
    padding: 160px;
  }
    
    
    .vert-item {
    font-weight: 400;
    font-size: 52px;
    letter-spacing: 0
    }
    
    
    
    
    
    .loc-heading{
        font-size:120px;
    }
    
    
    
    .common-para {
        font-size: 65px;
    }
    
    
    .text-label {
    left: 90px;
    font-size: 65px;
   
}
    .text-label {
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    color: #f2f0e8;
    font-size: 65px;
    letter-spacing: .3px;
}


.blue-leaf-place__caption-title {
    font-weight: 500;
    font-size: 60px;
    
}
.form-div label {
    font-size: 65px;
}

.plan-footer p {
    margin: 0;
    font-size: 65px;
}
.ctrl-btn {
    width: 99px;
    height: 99px;
}
.ctrl-btn svg {
    width: 61px;
    height: 51px;
}
.location-map-section .google-maps {
    height: 1800px;
}
.location-map-section .google-maps iframe {
    border: 0;
    height: 1800px;
}

 .location-map-section {
        max-width: none !important;
      
    }
    
    .custom-footer {
    padding: 160px 0px 0px 0px;
}
.footer-row {
    padding: 0px 120px 120px 120px;
}

.contact-info p {
    margin-bottom: 20px;
    font-size: 55px;
}

.footer-bottom-links a {
    font-size: 52px;
}


.footer-copyright{
    font-size:50px;
}






.footer-description {
    font-size: 58px;
    width: 100%;
}
.footer-form .btn-send {
   
    font-size: 65px;
        padding: 5rem 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
}

.footer-form .form-control {
    font-size: 65px;
        padding: 5rem 2rem;
}

    .map-info-title {
    font-size: 5rem;
}


.map-info-list li i {
    color: #BB8B50;
    font-size: 45px;
}
.map-info-list li {
    font-size: 65px;
}
.map-info-card {
    width: 1800px;
    max-width: 100%;
    padding: 100px;
}

.plan-footer h3 {
    margin: 0 0 0.55rem;
    font-weight: 400;
    font-size: 92px;
}
.selector__eyebrow {
    font-size: 52px;
}

.selector__title h2 {
    font-size: 92px;
   
}

.plan-frame {
    position: relative;
    width: 100%;
    max-width: 2500px;
}



.selector {
    position: relative;
    width: 100%;
    max-width: 1550px;
}

.blue-leaf-place__slide-label {
 
    font-size: 62px;
    
}
.blue-leaf-place__caption-card {
    position: absolute;
    inset: 0;
 padding: 156px 108px;
}
    
    .feature-bottom-nav .number {
    font-size: 65px;
    }
    .blue-leaf-place__caption-icon svg {
    width: 62px;
    height: 62px;
    }
    
.blue-leaf-place__caption {
    width: min(970px, 82vw);
    height: 700px;
}
    .blue-leaf-place__caption-icon {
    position: absolute;
    top: 42px;
    right: 38px;
    width: 75px;
    height: 75px;
    }
    .blue-leaf-place__caption-description {
    font-size: 43.5px;
    }
    
    .scroll-hint {

    right: 80px;

    font-size: 65px;
    }
    
        .building-image-section {
    height: 80vh;
}
    
    .feature-bottom-nav h3.title {
    font-size: 5rem;
    }
    
  .amenities-content {

    max-width: max-content;
  }

  .banner-section.hero,
  .fourth-section,
  .location-map-section {
    max-width: 4200px;
    margin: 0 auto;
  }

  .banner-title,
  .common-head {
    font-size: 9rem;
        line-height: 12rem;

  }
  .banner-title
 {
   font-size: 9rem;
        line-height: 12rem;
        width: 50%;
  }
  .fourth-section h2 {
    text-align: center;
    font-size: 9rem !important;
    line-height: 12rem;
    margin-bottom: 5rem;
}

.fourth-section .img-div {
    margin-bottom: 5rem;
}


.fourth-section .content-div p{
    
        font-size: 52px !important;
}
.blh-header__inner {
    max-width: 4800px;
}
.blh-nav-link {
    color: inherit;
    text-decoration: none;
    font-size: 55px;
    font-weight: 400;
}


.blh-header__left,.blh-header__right{
    gap:80px;
}

.blh-logo img {
    max-height: 80px;
    height: 300px;
}
.blue-leaf-haven-header{
    
    top:60px !important;
}








  .amenities-heading {
    font-size: 300px;
  }
}

/* 8k resolution */
@media only screen and (min-width: 6145px) and (max-width: 7681px) {
    
    




.add-logo i{
font-size:85px;
}

.address-div {
    width: 75% !important;
    gap: 25px !important;
}






      .img-div img{
        width:100% !important;
    }
     .map-info-list li span {
    font-size: 70px;
}   
    
          #recaptcha1{
        transform: scale(3.5);
        transform-origin: left center;
        padding-top: 100px;
        padding-bottom: 100px;
  }
  
  .contact-form-div .error-msg {
      font-size: 80px;
  }
   
    .form-div {
    padding: 0 0 80px;
}
    
    .banner-section.hero .common-para {
        width: 30%;
        font-size: 85px;
    }
    .blueColorBtn{
      font-size: 85px !important;
      padding: 85px 20px;
    }
    
    
  .banner-form-div .form-div .form-control {
    background-color: #00000029;
    border: 1px solid #fefefe6e;
    color: #fff;
   padding: 7rem 2rem;
        font-size: 85px;
}  
    
        .banner-section.hero {
    height: 99vh ! important;     
    max-width: none !important;
    padding: 0px 25rem 20px;
    }
     

    
    .text-bottom {
    width: 88%;
}
    
  .banner-form-div {
    padding: 160px;
  }
  
  .fourth-section .img-div {
      margin-bottom: 8rem;
  }
    .vert-item {
        font-weight: 400;
        font-size: 82px;
        letter-spacing: 0
    }
    
    .loc-heading{
        font-size: 10rem;
    }
    
    .text-label {
    left: 90px;
    font-size: 65px;
   
}
    .text-label {
         position: absolute;
        left: 120px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        gap: 12px;
        color: #f2f0e8;
        font-size: 95px;
        letter-spacing: .3px;
}


.blue-leaf-place__caption-title {
    font-weight: 500;
        font-size: 90px;
    
}
.form-div label {
  font-size: 85px;
}

.plan-footer p {
    margin: 0;
    font-size: 85px;
}
.ctrl-btn {
width: 122px;
        height: 122px;
}
.ctrl-btn svg {
    width: 81px;
    height: 81px;
}
.location-map-section .google-maps {
    height: 2200px;
}
.location-map-section .google-maps iframe {
    border: 0;
    height: 2200px;
}

 .location-map-section {
        max-width: none !important;
      
    }
    
    .custom-footer {
    padding: 260px 0px 0px 0px;
}
.footer-row {
    padding: 0px 220px 220px 220px;
}

.contact-info p {
    margin-bottom: 20px;
         font-size: 85px;
}

.footer-bottom-links a {
           font-size: 72px;
}


.footer-copyright{
    font-size:70px;
}



.footer-col-spacing{
    display:flex;
    gap:80px;
    flex-direction: column;
   
}


.footer-description {
   font-size: 74px;
    width: 100%;
}
.footer-form .btn-send {
          font-size: 85px;
        padding: 6rem 2rem;
        display:flex;
        justify-content: center;
        align-items: center;
}

.footer-form .form-control {
    font-size: 85px;
        padding: 6rem 2rem;
}

    .map-info-title {
    font-size: 122px;
}


.map-info-list li i {
    color: #BB8B50;
   font-size: 75px;
}
.map-info-list li {
    font-size: 85px;
}
.map-info-card {
width: 2800px;
        max-width: 100%;
        padding: 120px 120px;
}

.plan-footer h3 {
    margin: 0 0 0.55rem;
    font-weight: 400;
font-size: 122px;
}
.selector__eyebrow {
    font-size: 72px;
}

.selector__title h2 {
    font-size: 122px;
   
}

.plan-frame {
    position: relative;
    width: 100%;
    max-width: 2500px;
}



.selector {
    position: relative;
    width: 100%;
    max-width: 1950px;
}

.blue-leaf-place__slide-label {
 
    font-size: 92px;
    
}
.blue-leaf-place__caption-card {
    position: absolute;
    inset: 0;
        padding: 186px 158px;
}
    
    .feature-bottom-nav .number {
    font-size: 84px;
    }
    .blue-leaf-place__caption-icon svg {
width: 122px;
        height: 122px;
    }
    
    
.blue-leaf-place__caption {
        width: min(1270px, 82vw);
        height: 1400px;
}
    .blue-leaf-place__caption-icon {
position: absolute;
        top: 182px;
        right: 38px;
        width: 142px;
        height: 142px;
    }
    .blue-leaf-place__caption-description {

        font-size: 78.5px;

    }
    
    .scroll-hint {

    right: 90px;

    font-size: 95px;
    }
    
        .building-image-section {
    height: 80vh;
}
    
    
   .feature-bottom-nav h3.title {
        font-size: 10rem;
   }
    
    
     .banner-title
 {
    font-size: 130px;
    line-height: 160px;
    width: 60%;
  }
  .fourth-section h2 {
    text-align: center;
    font-size: 12rem !important;
    margin-bottom: 10rem;
}


.fourth-section .content-div p{
    
        font-size: 60px !important;
}
.blh-header__inner {
    max-width: 4800px;
}
.blh-nav-link {
    color: inherit;
    text-decoration: none;
    font-size: 55px;
    font-weight: 400;
}


.blh-header__left,.blh-header__right{
    gap:80px;
}

.blh-logo img {
    max-height: 80px;
    height: 300px;
}
.blue-leaf-haven-header{
    
    top:60px !important;
}
    
    
    
    
     .banner-title
 {
    font-size: 130px;
    line-height: 160px;
    width: 60%;
  }


.fourth-section .content-div p{
    
        font-size: 85px !important;
}

.common-para {
    font-size: 85px !important;
}
.blh-header__inner {
    max-width: 4800px;
}
.blh-nav-link {
    color: inherit;
    text-decoration: none;
    font-size: 65px;
    font-weight: 400;
}


.blh-header__left,.blh-header__right{
    gap:80px;
}

.blh-logo img {
           max-height: 100px;
        height: 400px;
}
.blue-leaf-haven-header{
    
    top:60px !important;
}

    
    
    
    
    
    
   .banner-title{
       font-size: 12rem !important;
       line-height: 18rem;
   } 
    
    
    
    
    
    
    
    
    
  .amenities-content {

    max-width: max-content;
  }

  .banner-section.hero,
  .fourth-section,
  .location-map-section {
    max-width: 5400px;
    margin: 0 auto;
  }

  .banner-title,
  .common-head {
    font-size: 12rem !important;
    line-height: 18rem;
  }

  .amenities-heading {
    font-size: 400px;
  }
}


.contact-form-div .error-msg {
  display: block;
  color: #e02424;
  font-size: 12px;
  margin-top: 4px;
  min-height: 14px;
}

.contact-form-div .input-error {
  border-color: #e02424 !important;
}

.contact-form-div .form-response-msg {
  margin-top: 12px;
  font-size: 14px;
}

.contact-form-div .form-response-msg.success {
  color: #1a7f37;
}

.contact-form-div .form-response-msg.error {
  color: #e02424;
}


.address-div {
    display: flex;
    width: 70%;
    gap: 8px;
}