/*@font-face {
    font-family: 'ITCAvantGardeStd-Bk'; src: url('../fonts/ITCAvantGardeStd-Bk.eot'); src: local('ITCAvantGardeStd-Bk'), local('ITCAvantGardeStd-Bk'), url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'); font-weight: normal; font-style: italic;
}*/
:root {
    --primary-color: #0F2F2A;
    --secondary-color: #D4AF37;
    --accent-color: #EAC250;
    --site-header-height: 78px; /* change if your header is taller */
    --spec-top-gap: 18px;
    --spec-bottom-gap: 18px;
    --border: rgba(255, 255, 255, 0.18);
    --glass: rgba(255, 255, 255, 0.10);
    --glass-strong: rgba(255, 255, 255, 0.16);
    --shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    --secondary-color: #d9b36a;
}
@font-face {
  font-family: "ITCAvantGardeStd-Bk";
  src: url("../fonts/ITCAvantGardeStd-Bk.eot");
  src: local("ITCAvantGardeStd-Bk"), local("ITCAvantGardeStd-Bk"),
    url("../fonts/ITCAvantGardeStd-Bk.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ITCAvantGardeStd-Bk.woff2") format("woff2"),
    url("../fonts/ITCAvantGardeStd-Bk.woff") format("woff"),
    url("../fonts/ITCAvantGardeStd-Bk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'ITCAvantGardeStd-Bk'; src: url('../fonts/ITCAvantGardeStd-Bk.eot'); src: local('ITCAvantGardeStd-Bk'), local('ITCAvantGardeStd-Bk'), url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'); font-weight: normal; font-style: italic;
}
@font-face {
  font-family: 'ITCAvantGardeStd-BkCn';   src: url('../fonts/ITCAvantGardeStd-BkCn.eot'); src: local('ITCAvantGardeStd-BkCn'), local('ITCAvantGardeStd-BkCn'), url('../fonts/ITCAvantGardeStd-BkCn.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-BkCn.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-BkCn.woff') format('woff'), url('../fonts/ITCAvantGardeStd-BkCn.ttf') format('truetype'); font-weight: normal; font-style: normal;
} */
body {
  font-size: 13px;
  font-family: "ITCAvantGardeStd-Bk", sans-serif !important;
  color: #2d2d2d;
  font-weight: 500;
  background: #eae8e5;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.container {
  max-width: unset;
  width: 84%;
}

section,
footer {
  position: relative;
}

.section-head {
  font-family: "ITCAvantGardeStd-Bk", sans-serif;
  color: #fff;
  font-size: 40px;
  position: relative;
  line-height: 1;
  z-index: 9;
}

.section-head span {
  font-family: "ITCAvantGardeStd-Bk", sans-serif;
}

.section-head label {
  color: var(--secondary-color) !important;
}

a {
  text-decoration: none !important;
}

/* ==================== Preloader Start ==================== */
#page-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: var(--primary-color);
  z-index: 100001;
  transform: translateY(0%);
  transition: all ease-in-out 3s;
}

#page-loader.active {
  transform: translateY(-150%);
  transition: all ease-in-out 2s;
}

.preloadervideo {
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* ==================== Preloader Start ==================== */
/* ==================== Slider Start ==================== */
.carousel-inner {
  /* height: 80vh; */
  margin-top: -15px;
}

.carousel-item img {
  /* animation: zoom-out 10s ease-out; */
}

@keyframes zoom-out {
  0% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* ==================== Slider End ==================== */
/* ==================== Overview Start ==================== */
.inneroverview .innercenterbtn .innercircle span {
  color: #fff;
  height: 135px;
  width: 135px;
  border: 1px solid #ca9d75;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #181d24;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
}

.inneroverview .innercentertext span {
  font-size: 18rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
  color: #fff;
  transform: translate(-50%, -50%);
}

.inneroverview .swiper-container::-webkit-scrollbar {
  display: none;
}

.inneroverview .swiper-container {
  overflow: scroll;
}

.inneroverview {
  background: var(--primary-color);
  /*color: #fff;
  padding-bottom: 4.5rem;
  .swiper-slidenew {
      margin-right: 2rem;transition: all .4s ease;
      img { max-width: 70rem;max-height: 55rem; width: 38vw; height: auto;}
  }*/
  color: #fff;

  .swiper-slidenew {
    display: flex;
    align-items: flex-end;
    width: auto;
    margin-right: 2rem;
    transition: all 0.4s ease;

    img {
      max-width: 70rem;
      max-height: 55rem;
      width: 38vw;
      height: auto;
    }
  }

  .swiper-slide-last {
    margin-right: unset;
  }

  .swiper-wrappernew {
    transition: all linear;
    display: flex;
  }
}

.innerdatatext p {
  font-size: 18px;
}

.innerdatatext .downloadbtn {
  display: inline-block;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  border-radius: 30px;
  color: #fff;
  margin: 10px 0px;
  padding: 5px 15px;
  text-decoration: none;
}

/* .inneroverview .circlehref {
  position: absolute;
  left: 10%;
  top: -3%;
} */

.paragraph {
  font-size: 17px;
  margin-left: -23px;
  margin-top: 4px;
}

.overviewlogo {
  width: 32%;
  width: 200px;
  margin-top: -11px;
}

/* .inneroverview .circlehref {
  position: absolute;
  left: 10%;
  top: -25px;
  animation: fadeIn 15s ease-out;
} */

.inneroverview .circlehref .innercircle span,
.inneroverview .circlehref .innercircle .svg {
  height: 8rem;
  width: 8rem;
  position: relative;
  display: inline-block;
  z-index: 9;
}

.inneroverview .circlehref .innercircle iconify-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: var(--secondary-color);
}

.inneroverview .circlehref .innercircle span:hover .svgcircle2 {
  stroke-dashoffset: 00;
  transition: stroke-dashoffset 2s ease-in-out;
}

.inneroverview .svgcircle1 {
  cx: 4rem;
  cy: 4rem;
  r: 2.9rem;
}

.inneroverview .svgcircle1.active {
  stroke: var(--secondary-color);
  animation-name: circlenew2;
  animation-duration: 10s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

.inneroverview .svgcircle2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2s ease-in-out;
  stroke: #ca9d75 !important;
  cx: 4rem;
  cy: 4rem;
  r: 3.9rem;
}

.element1 {
  position: absolute;
  width: 150px;
  bottom: -50px;
  right: 10%;
}

@keyframes circlenew2 {
  0% {
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1000;
    stroke: #fff9;
  }
}

/* Position buttons */
.overviewSwiper .swiper-button-prev,
.overviewSwiper .swiper-button-next {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  transition: 0.3s ease;
}

/* Hover effect */
.overviewSwiper .swiper-button-prev:hover,
.overviewSwiper .swiper-button-next:hover {
  background: #000;
  transform: scale(1.1);
}

/* Reduce arrow icon size */
.overviewSwiper .swiper-button-prev::after,
.overviewSwiper .swiper-button-next::after {
  font-size: 18px;
}

/* REMOVE default absolute positioning */
.highlights-navigation .swiper-button-prev,
.highlights-navigation .swiper-button-next {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;

  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arrow size */
.highlights-navigation .swiper-button-prev::after,
.highlights-navigation .swiper-button-next::after {
  font-size: 16px;
}

/* Navigation wrapper */
.highlights-navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* Navigation wrapper */
.residence-navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

.residence-navigation .swiper-button-prev,
.residence-navigation .swiper-button-next {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.residence-navigation .swiper-button-prev::after,
.residence-navigation .swiper-button-next::after {
  font-size: 18px;
}

.overview-form {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  border-radius: 30px;
}

/* ==================== Overview End ==================== */
/* =======Iconic Start ============= */
.headingsection {
  background: var(--primary-color);
}

.headingsection p {
  color: var(--secondary-color);
  font-size: 8rem;
  opacity: 0.5;
  margin-top: -40px;
  letter-spacing: 0.5rem;
}

.ytvid {
  width: 100%;
  height: 450px;
}

.headingsection p>span {
  font-family: "ITCAvantGardeStd-Bk", sans-serif;
}

.innericonic.position-relative.aos-init.aos-animate {
  z-index: 9;
}

.arrowelement {
  width: 110px;
  margin-top: -30px;
}

.innericonic {
  background: url(../img/image-1-xxxl.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 80vh;
  width: 100%;
}

.icoslider1 .para2 p {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  width: 13%;
  margin: 0 auto;
  position: absolute;
  bottom: 3%;
  left: 15%;
  text-shadow: 3px 8px 5px #000;
}

.icoslider2 .para2 p {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  width: 13%;
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  left: 640px;
}

.icoslider3 .para2 p {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  width: 15%;
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  right: 250px;
  text-shadow: 3px 8px 5px #000;
}

.icoslider1 .para2 h3,
.icoslider2 .para2 h3,
.icoslider3 .para2 h3 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  width: 100% !important;
  margin: 0 auto;
  position: absolute;
  top: 10%;
  left: 10%;
  text-shadow: 3px 8px 5px #000;
}

.icoslider1 .para2 p>span,
.icoslider2 .para2 p>span,
.icoslider3 .para2 p>span {
  font-family: "ITCAvantGardeStd-Bk", sans-serif;
}

.icoslider {
  transform: translateX(-150%) skewX(30deg) !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.icoslider.active {
  transform: translateX(0%) skewX(0deg) !important;
  transition: all 01s ease-in-out;
  z-index: 2;
}

.circlepoint.active {
  position: absolute;
  top: 50%;
  height: 130px;
  width: 130px;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 8;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #eae8e5;
  transition: all 0.5s ease-in-out;
}

.circlepoint.active span:nth-child(1) {
  font-size: 3.3vw;
  line-height: 1.05em;
  color: #ca9d75;
}

.circlepoint.active span:nth-child(2) {
  color: #ca9d75;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.circlepoint:not(.active) {
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 8;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background: #eae8e5;
}

.circlepoint:not(.active):hover {
  border: 8px solid var(--secondary-color);
  transition: all 0.5s ease-in-out;
}

.innericonic .circle1 {
  position: absolute;
  left: 6.3rem;
  bottom: 0%;
  transform: translate(0%, 50%);
  width: 28vw;
  z-index: 6;
  height: 34vw;
  border-radius: 50%;
}

.innericonic .circle1 .svg {
  height: 17vw;
  width: 30vw;
  display: inline-block;
}

.innericonic .circle1 .svgcircle1 {
  stroke-dasharray: 8000;
  stroke-dashoffset: 0;
  stroke: #fff9 !important;
  r: 13vw;
  cy: 110%;
  cx: 50%;
}

.innericonic .circle2 {
  position: absolute;
  left: 5.5rem;
  bottom: 0%;
  transform: translate(0%, 50%);
  width: 57vw;
  z-index: 5;
  height: 60vw;
  border-radius: 50%;
}

.innericonic .circle2 .svg {
  height: 30vw;
  width: 60vw;
  display: inline-block;
}

.innericonic .circle2 .svgcircle1 {
  stroke-dasharray: 8000;
  stroke-dashoffset: 0;
  stroke: #fff9 !important;
  r: 27vw;
  cy: 110% !important;
  cx: 50%;
}

.innericonic .circle3 {
  position: absolute;
  left: 5.5rem;
  bottom: 0%;
  transform: translate(0%, 50%);
  width: 77vw;
  z-index: 4;
  height: 80vw;
  border-radius: 50%;
}

.innericonic .circle3 .svg {
  height: 40vw;
  width: 80vw;
  display: inline-block;
}

.innericonic .circle3 .svgcircle1 {
  stroke-dasharray: 8000;
  stroke-dashoffset: 0;
  stroke: #fff9 !important;
  r: 37vw;
  cy: 110%;
  cx: 50%;
}

.circlepoint.active img {
  width: 70px;
}

/* =======Iconic End ============= */
/* ==================== Infrastructure Start ==================== */
.innerinfrastructure {
  background: #eae8e5;
  padding-top: 5.5rem;
}

.innerinfrastructure .section-head span {
  font-family: "ITCAvantGardeStd-Bk", sans-serif !important;
}

.innerinfrastructure .section-head span>span {
  font-family: "ITCAvantGardeStd-Bk", sans-serif !important;
}

.innerinfrastructure .section-head span>label>span {
  font-family: "ITCAvantGardeStd-Bk", sans-serif !important;
}

.infrastructurebox .section-head {
  /*display: inline-block*/
  position: relative;
  overflow: hidden;
}

.infrastructurebox .animtext,
.infrastructurebox .animtext2,
.infrastructurebox .animtext3,
.infrastructurebox .animtext4 {
  display: block;
  transition: transform 1s ease-in-out;
  transform: translateY(290%) skewY(10deg);
}

.infrastructurebox .section-head.active .animtext {
  transform: translateY(0%) skewY(0deg);
  transform: 1s ease-in-out;
  transition-delay: 0.2s;
}

.infrastructurebox .section-head.active .animtext2 {
  transform: translateY(0%) skewY(0deg);
  transform: 1s ease-in-out;
  transition-delay: 0.4s;
}

.infrastructurebox .section-head.active .animtext3 {
  transform: translateY(0%) skewY(0deg);
  transform: 1s ease-in-out;
  transition-delay: 0.6s;
}

.infrastructurebox .section-head.active .animtext4 {
  transform: translateY(0%) skewY(0deg);
  transform: 1s ease-in-out;
  transition-delay: 0.8s;
}

.headanim>span:nth-child(2)>span:nth-child(4),
.headanim1>span:nth-child(1)>span:nth-child(4),
.headanim1>span:nth-child(1)>span:nth-child(8),
.headanim1>span:nth-child(2)>span:nth-child(2),
.headanim1>span:nth-child(3)>span:nth-child(8),
.headanim3>span:nth-child(2)>span:nth-child(6) {
  font-family: "ITCAvantGardeStd-Bk", sans-serif !important;
}

.innerinfrastructure .section-head {
  color: var(--secondary-color);
  margin-left: -50px;
  line-height: 1;
  position: relative;
  z-index: 99;
}

.infrastructurebox {
  margin-bottom: -25px;
}

.infra-text1 {
  text-transform: uppercase;
  text-align: center;
}

.paracontent {
  padding: 0px 70px;
}

.paracontent span>span {
  font-family: "ITCAvantGardeStd-Bk", sans-serif !important;
}

.innerinfra-btn span {
  font-size: 9px;
  text-transform: uppercase;
  padding: 13px 20px;
  display: inline-block;
  border: 1.3px solid #ca9d75;
  color: #fff;
  background: #181d24;
  border-radius: 30px;
}

.innerinfrastructure .para2 p {
  text-align: left;
}

.innerinfrastructure .sliderbox .owl-next {
  color: #fff;
  height: 55px;
  width: 55px;
  border: 1px solid #ca9d75 !important;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin: 10px 15px;
  font-size: 20px !important;
}

.innerinfrastructure .sliderbox .owl-prev {
  color: #fff;
  height: 55px;
  width: 55px;
  border: 1px solid #ca9d75 !important;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin: 10px 15px 10px 0;
  font-size: 20px !important;
}

.innerinfrastructure .sliderbox .owl-nav {
  position: absolute;
  bottom: 40px;
  left: 5rem;
}

#carousel-right-slider,
#carousel-right-slider .owl-stage,
#carousel-right-slider .owl-stage-outer,
#carousel-right-slider .owl-item,
#carousel-right-slider .item {
  height: 100%;
}

#carousel-right-slider .paracontent h1 {
  color: var(--secondary-color);
  font-size: 1.8rem;
  text-transform: capitalize;
}

#carousel-right-slider .paracontent h1 span>span {
  color: var(--secondary-color);
  font-size: 1.1rem;
  text-transform: capitalize;
}

[data-animate] {
  line-height: 1.9em;
}

[data-animate]>span {
  display: inline-block;
}

[data-animate]>span>span {
  display: none;
  animation: 3s cubic-bezier(0, 1.2, 0.1, 0.9);
  animation-fill-mode: backwards;
}

[data-animate].show>span>span {
  display: inline-block;
}

[data-animate="slideup"]>span>span {
  animation-name: slideUp;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(0, 1.2em);
  }
}

.owl-dots {
  counter-reset: slides-num;
  position: absolute;
  top: 88%;
  right: 2%;
  transform: translate(-50%);
  margin-top: 0px;

  &:after {
    content: " / "counter(slides-num);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
  }
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 5px;

  span {
    display: none;
  }

  &.active {
    &:before {
      content: "0"counter(slides-num);
      display: inline-block;
      vertical-align: middle;
      font-size: 50px;
      position: absolute;
      right: 45%;
      bottom: 10%;
      color: var(--secondary-color);
      animation: fadeInUp 2s;
    }
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.element2 {
  position: absolute;
  right: 10%;
  top: 30%;
  width: 8%;
}

/* ==================== Infrastructure End ==================== */
/* ==================== Project Walk Through Start ==================== */
.innerwalkthrough {
  height: 70vh;
  background: url("../img/slider/slider02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.walkthroughbox {
  display: flex;
  align-items: center;
  height: 70vh;
}

.walkbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-left: 9%;
}

.walkbox h4 {
  padding: 20px;
}

/* ==================== Project Walk Through End ==================== */
/* ==================== Masterplan Start ==================== */
.innerMasterplan {
  background: #eae8e5;
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
}

.innerMasterplan .section-head {
  color: var(--secondary-color);
}

.Masterplanbox ol {
  padding-left: 0.5rem;
}

.Masterplanbox h5 {
  color: var(--secondary-color);
}

.locarrowele {
  width: 55px;
  margin: 5px auto 15px;
}

.masterplanimage {
  margin-top: -65px;
  cursor: pointer;
}

.element3 {
  position: absolute;
  right: 10%;
  top: 90px;
  width: 60px;
}

/* ==================== Masterplan End ==================== */
/* ==================== Floorplan Start ==================== */
.innerFloorplan {
  background: #eae8e5;
}

.innerFloorplan .section-head {
  color: var(--secondary-color);
}

#floor {
  background-color: #eae8e5;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid var(--secondary-color);
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
}

#unitplan {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  cursor: pointer;
}

/* ==================== Floorplan End ==================== */
/* ==================== Collaboration Start ==================== */
/* .innerCollaborations {
  color: #fff;
  background: url(../img/collaboration/collaborationsbg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.collabhead {
  margin-top: -3% !important;
}

.innerCollaborations .section-head {
  color: #fff;
}

.collabboxbottomtwo {
  text-align: end;
}

.collabbox {
  display: flex;
  justify-content: center;
  align-items: end;
}

.collabboxbottom {
  margin-top: -5%;
}

.collabboxbottom p {
  text-align: end;
} */

/* ==================== Collaboration End ==================== */
/* ==================== Amenities Start ==================== */
.navbartabsone .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: unset;
  background-color: unset !important;
  border-color: unset !important;
  padding: 7px;
}

.navbartabsone .nav-link {
  background-color: unset;
}

.navbartabsone {
  display: flex;
  flex-direction: column;
}

.ametabs {
  width: 20%;
  color: #fff;
  background-color: unset !important;
  border: none !important;
  display: inline-block;
  padding: 10px;
}

.ametabs.active {
  width: 20%;
  color: var(--secondary-color);
}

.ametabs img {
  margin-right: 15px;
}

.subametab {
  display: flex;
  align-items: center;
}

/* .ametabs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  margin-top: 5px;
  margin: 12% 133%;
} */

.grownicon {
  display: none;
}

.ametabs.active .grownicon {
  display: block;
}

.ametabs.active .whiteicon {
  display: none;
}

.ametabs.active::after {
  background-color: var(--secondary-color);
}

.innerAmenities {
  background: var(--primary-color);
  color: #fff;
  padding: 40px 0px;
  overflow: hidden;
}

.innerAmenities .swiper-slide {
  width: 80%;
}

.innerAmenities .section-head {
  color: #fff;
  z-index: 9;
  margin-left: 115px;
  margin-bottom: -30px !important;
}

.amenitiesnav span {
  font-family: "ITCAvantGardeStd-Bk", sans-serif;
}

.innerAmenities .arrownav {
  justify-content: end;
  gap: 1.5rem;
  transform: translateX(-11%) !important;
  z-index: 5;
  user-select: none;
  border-radius: 100rem;
  padding: 1rem 0.25rem;
  align-items: center;

  & iconify-icon {
    padding: 13px;
    border-radius: 50%;
    border: 2px solid var(--secondary-color);
    cursor: pointer;
    transition: background var(--speed), color var(--speed);
    font-size: 20px;
    margin-left: 15px;

    &:hover {
      border: 2px solid var(--secondary-color);
      /*background-color: rgba(0, 0, 0, 0.9);
          color: rgba(255, 255, 255, 0.9);*/
    }
  }

  h6 {
    font-size: 20px;
  }

  .headcurvetext5 {
    font-size: 22px;
  }
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: #eae8e5;
}

.amesubhead {
  color: var(--secondary-color) !important;
  font-size: 14px;
}

.amesubhead span {
  font-family: "ITCAvantGardeStd-Bk", sans-serif;
}

.amesubhead .nav-tabs {
  border: none;
}

.amesubhead .tabs-left>li {
  float: none;
  padding: 10px 0px;
  width: 100%;
}

.amesubhead .tabs-left>li.active>a,
.amesubhead .tabs-left>li.active>a:hover,
.amesubhead .tabs-left>li.active>a:focus {
  border-right-color: transparent;
  color: var(--secondary-color);
}

.amesubhead .tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  text-decoration: none;
}

.tabs-left a::after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 25px;
  display: block;
  margin-left: 18%;
}

.tabs-left .active a::after {
  content: "";
  border-bottom: 1px solid var(--secondary-color);
  width: 25px;
  display: block;
  margin-left: 18%;
}

/* ==================== Amenities End ==================== */
/* ==================== ContactUs Start ==================== */

.iti.iti--allow-dropdown {
  width: 100% !important;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0px;
}

input#phone, input#phone1, input#phone2, input#phone3, input#phone4, input#phone5 {
  background: none;
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 0px;
}



.innerContectUs {
  background: #ffffff;
}

.innerContectUs .section-head {
  color: var(--secondary-color);
}

.form-check-input {
  border-color: var(--secondary-color);
  font-size: 23px;
  border-radius: 50px !important;
  margin-top: 0px;
}

.form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  font-size: 23px;
  border-radius: 50px;
  margin-top: 0px;
  margin-top: -3px;
  margin-right: 5px;
}

.form-check-input:checked[type="checkbox"] {
  content: "\25AE";
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
}

.innerContectUs .circlehref .innercircle span,
.innerContectUs .circlehref .innercircle .svg {
  height: 5.7rem;
  width: 5.7rem;
  position: relative;
  display: inline-block;
  z-index: 9;
}

.innerContectUs .circlehref .innercircle iconify-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: var(--secondary-color);
}

.innerContectUs .circlehref .innercircle span:hover .svgcircle2 {
  stroke-dashoffset: 00;
  transition: stroke-dashoffset 2s ease-in-out;
}

.innerContectUs .svgcircle1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke: var(--secondary-color) !important;
}

.innerContectUs .svgcircle2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2s ease-in-out;
  stroke: var(--secondary-color) !important;
}

.innercircle iconify-icon {
  color: var(--secondary-color);
}

.innerContectUs .circlehref .innercircle span:hover iconify-icon {
  color: var(--secondary-color);
}

.maplink a {
  position: absolute;
  top: 340px;
  left: 20px;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  border-radius: 30px;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
}

/* ==================== ContactUs End ==================== */
/* ==================== Footer Start ==================== */
.innerFooter {
  background: var(--primary-color);
  color: #fff;
  padding: 5px 0;
}

.copyright {
  color: var(--secondary-color);
}

.privacypolicy {
  font-size: 11px;
}

.footerlogo {
  width: 155px !important;
  border-radius: 5px;
}

.element {
  position: absolute;
  width: 7%;
  top: -18%;
}

/* ==================== Footer End ==================== */
/* ==================== Form css Start ==================== */
.iti__flag-container {
  height: 40px;
}

input#enquirenow {
  background: none;
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 0px;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 0px;
}

/*.modal-head { justify-content: center; }*/
label.error {
  color: red;
}

.modal-body h3 {
  color: var(--secondary-color);
}

button.btn-close {
  position: absolute;
  right: -5px;
  top: 0px;
}

.modal-content {
  padding: 15px 15px;
  border-radius: 0px;
  background: #eae8e5;
  border-radius: 30px;
}

.modal-header {
  padding: 0px;
  border-bottom: gainsboro;
}

.modal .section-head {
  font-size: 30px;
}

.modal .headcurvetext {
  font-size: 33px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: 20px 0px;
}

.modal .circlehref .innercircle span,
.modal .circlehref .innercircle .svg {
  height: 5.7rem;
  width: 5.7rem;
  position: relative;
  display: inline-block;
  z-index: 9;
}

.modal .circlehref .innercircle iconify-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: var(--secondary-color);
}

.modal .circlehref .innercircle span:hover .svgcircle2 {
  stroke-dashoffset: 00;
  transition: stroke-dashoffset 2s ease-in-out;
}

.modal .svgcircle1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke: var(--secondary-color) !important;
}

.modal .svgcircle2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2s ease-in-out;
  stroke: var(--secondary-color) !important;
}

.innercircle iconify-icon {
  color: var(--secondary-color);
}

.modal .circlehref .innercircle span:hover iconify-icon {
  color: var(--secondary-color);
}

.form-check-label {
  position: relative;
  font-size: 13px;
  display: flex;
}

.form-check-label label.error {
  position: absolute;
  top: 30px;
  background: #fff;
  padding: 5px;
  border: 1px solid var(--secondary-color);
  z-index: 99;
  left: 0px;
}

.form-check-label label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid var(--secondary-color);
}

/* ==================== Form css End ==================== */

.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/*animation css*/
/* .nonscrollheader {
  animation: fadeDownAnimation ease .2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
} */

/* @keyframes fadeDownAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
} */

.zoom-out {
  width: 100%;
  height: 100%;
  animation: zoom-in-zoom-out 2s ease-out;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.fade-in-image {
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.downloadbtn {
  display: inline-block;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  border-radius: 30px;
  color: #fff;
  margin: 10px 0px;
  padding: 5px 15px;
  text-decoration: none;
  margin-top: -100px;
}

.bg-transparent {
  /* background-color: transparent; */
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 0px;
}

#pageloader-new {
  background: rgba(34, 34, 34, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 130px;
}

@media screen and (max-width: 768px) {
  .form-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    font-size: 18px;
    border-radius: 50px;
    margin-top: -4px;
  }

  .highlights-card-imgp {
    width: 50px !important;
    height: 50px !important;
    padding: 0px;
    font-size: 20px !important;

  }

  .highlights-card-wrapper {

    padding: 30px 0px !important;

  }

  .highlights-card-text {
    font-size: 15px !important;
  }

  .form-check-label {
    position: relative;
    font-size: 10px;
    display: flex;
  }
}

/* new css custom */

.collaborations-section {
  background: url(../img/collaboration/collaborationsbg.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow-x: hidden;
  padding: 70px 0;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

.section-title span {
  color: #d4af37;
}

.collaboration-card {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0px;
}

.collaboration-info {
  width: 100%;

  /* padding: 15px; */

  border-radius: 5px;

  margin: auto 0px;

  text-align: left;

  margin: auto;
}

.logo {
  /* max-width: 169px; */
  display: block;
  margin-bottom: 10px;
  width: 270px;
  margin-top: 20px;
}

.collabration-card {
  display: flex;
  justify-content: center;
}

.content-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-display {
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-img {
  display: flex;
  justify-content: end;
  position: relative;
}

.third-img-p {
  margin-top: 10px;
  font-size: 13px;
  margin-left: 10px;
  width: 300px;
}

.third-img {
  display: flex;
  justify-content: end;
  /* align-items: end ; */
  margin-top: 20px;
}

.img-outer {
  width: 440px;
  max-width: 100%;
  height: 100%;
  margin: auto 0 auto auto;
}

.img-outer img {
  width: 100%;
  padding: 2px;
  height: 100%;
  object-fit: cover;
}

.adding-logo {
  width: 130px;
}

.lower-third {
  width: 405px;
  max-width: 100%;
}

.outer-second {
  width: 100%;
  height: 400px;
  /* height: auto; */
  margin: auto;
}

.outer-second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setting {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "ITCAvantGardeStd-Bk", sans-serif;
  color: #fff;
  font-size: 40px;
  /* position: relative; */
  line-height: 1;
  z-index: 9;
}

.font-sizing {
  font-size: 12px;
}

.forth {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-forth {
  display: flex;
  justify-content: center;
  align-self: center;
}

.display-new {
  display: flex;
  justify-content: center;
  align-items: self-start;
  margin-top: 1rem;
}

.inner-second {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.inner-second p {
  /* padding-left: 20px; */
  /* padding-top: 20px; */
  width: 300px;
  /* margin-top: 5rem; */
}

.innerCollaborations {
  color: #fff;
  background: url(../img/collaboration/collaborationsbg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.collabbox {
  display: flex;
  justify-content: center;
  align-items: end;
}

.collabboxbottomtwo {
  text-align: end;
}

.collabboxbottom p {
  text-align: end;
}

.collabboxbottom {
  /* margin-top: -5%; */
}

.collabhead {
  margin-top: -3% !important;
}

.slist li::before {
  content: "S ";
  /* Adds the letter "S" before each list item */
  font-weight: bold;
  /* Optional: Make it stand out */
  margin-right: 5px;
  /* Spacing between "S" and text */
}

.slist {
  list-style: none;
  margin-left: -14px !important;
}

@media screen and (max-width: 768px) {
  .setting {
    position: relative;
    top: unset;
    right: unset;
    /* line-height: 0; */
    margin: 0rem 0 5rem 0rem;
  }

  /* .forth{
    gap: 5px;
  } */
  .first-img {
    flex-direction: column;
  }
}

.forth .logo-forth {
  width: 80px;
}

@media (min-width: 767px) {
  .lower-third {
    width: 445px;
    max-width: 100%;
    margin: auto 0 auto auto;
  }



  .forth {
    display: flex;
    align-items: start;
    justify-content: center;
  }

  .lower-third img {
    width: 100px;
    margin: 0px;
  }

  .display-new {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-top: 1rem;
  }

  .masterplanimage {
    margin-top: -65px;
    cursor: pointer;
    /* scale: 1.1; */
    transform: scale(1.1) !important;
  }
}

/*---------plusementation--------- */

.GreyBtn {
  background: #505050;
  color: #000;
  background: -moz-linear-gradient(left,
      #505050 0%,
      #505050 46%,
      #ffffff 51%,
      #505050 56%,
      #505050 100%);
  background: -webkit-linear-gradient(left,
      #505050 0%,
      #505050 46%,
      #ffffff 51%,
      #505050 56%,
      #505050 100%);
  background: linear-gradient(to right,
      var(--secondary-color) 0%,
      var(--secondary-color) 46%,
      #ffffff 51%,
      var(--secondary-color) 56%,
      var(--secondary-color) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#505050', GradientType=1);
  background-size: 600% 600%;
  -webkit-animation: AnimationNameGrey 3s ease infinite;
  animation: AnimationNameGrey 3s ease infinite;
}

@-webkit-keyframes AnimationNameGrey {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

@keyframes AnimationNameGrey {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

/* ---------end pulseamanitaion------- */

.div-line {
  border-right: 1px solid #fff;
}

/* custom section */

.padding1 {
  padding: 4rem 0;
}

.download-brochure {
  background: #f6f1f0;
}

#projects-section {
  position: relative;
  z-index: 3;
  isolation: isolate;
  overflow: clip;
  padding-bottom: clamp(4rem, 8vw, 7rem);
}
/* 
#projects-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(96px, 16vh, 180px);
  background: linear-gradient(
    180deg,
    rgba(246, 241, 240, 0) 0%,
    rgba(16, 29, 26, 0.9) 78%,
    #071411 100%
  );
  pointer-events: none;
} */

.heading h3 {
  color: #132c25;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem !important;
}

.exts2 {
  margin-bottom: 2% !important;
}

.highlight-container {
  margin: 3.5rem auto auto auto;
  position: relative;
  z-index: 1;
}

.highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.high-img-container {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.high-img img {
  width: 100%;
  height: auto;
}

.high-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--secondary-color);
  text-align: center;
  width: 80%;
}

.high-title {
  margin-bottom: 2rem !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
}

.overview-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto auto auto;
}

.btn-primary {
  color: #fff;
  border: none;
  position: relative;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  text-wrap: nowrap;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #f6f1f0;
}

.btn-primary span.btn-primary-icon {
  width: 100%;
  height: auto;
}

.btn-primary span {
  display: block;
}

.btn-primary span.btn-primary-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-primary span.btn-primary-price {
  color: var(--secondary-color);
  text-align: center;
  font-size: 0.67469rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.12444rem;
  letter-spacing: 0.08431rem;
  text-transform: uppercase;
}

.btn-primary span {
  display: block;
}

.heading h4 {
  color: var(--secondary-color);
  text-align: center;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: .50rem;
  text-transform: uppercase;
  margin-bottom: 10%;
}

.heading h3 {
  color: var(--secondary-color);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem !important;
}

.flexin {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* #video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.highlightImg3 {
  width: 300px !important;
  height: auto !important;
}

@media only screen and (max-width: 767px) {
  .high-title {
    font-size: 2rem;
    margin-bottom: 3rem !important;
  }

  .mainmenu a {
    margin: 0px !important;
  }

  .datatext {
    padding-bottom: 2rem !important;
  }

  .highlight-container {
    margin: 1rem auto auto auto;
  }

  .padding1 {
    padding: 2rem 0;
  }

  #projects-section {
    padding-bottom: 4rem;
  }

  #projects-section::after {
    height: 88px;
  }
}

@media only screen and (max-width: 767px) {
  .heading h4 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .heading h3 {
    font-size: 1rem;
    margin-bottom: 1rem !important;
  }

  .ytvid {
    width: 100%;
    height: 211px;
  }
}

@media (max-width: 575px) {

  .overviewSwiper .swiper-button-prev,
  .overviewSwiper .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}

.overview-head {
  text-align: center;
}

.floor-btn {
  padding: 14px 20px;
  border: 0px;
  background-color: var(--secondary-color) !important;
  color: #fff;
  margin: 0px auto;
  margin-top: 40px;
  font-size: 15px;
}

.bg-lightgray {
  background-color: #eae8e5;
}

.highlights-card-wrapper {
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  /* gap: 20px; */
  position: relative;
  align-items: center;
  padding: 30px 20px;
  border-radius: 20px;
  transition: 0.2s;
  border: 2px solid var(--secondary-color);
  margin: 20px;
  background: #f6f1f0;
}

.highlights-card-imgp {
  width: 65px;
  height: 65px;
  font-size: 30px;
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: -20%;
  left: -5%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.iti__country {
  padding: 5px 10px;
  outline: none;
  color: #000 !important;
}

.highlights-card-text {
  font-size: 18px;
  margin: 0px;
  padding-left: 40px;
  font-weight: bold;
}

:root {
  --primary-color: #0f2f2a;
  --secondary-color: #d4af37;
  --accent-color: #eac250;
  --site-header-height: 78px; /* change if your header is taller */
  --spec-top-gap: 18px;
  --spec-bottom-gap: 18px;
  --border: rgba(255, 255, 255, 0.18);
  --glass: rgba(255, 255, 255, 0.1);
  --glass-strong: rgba(255, 255, 255, 0.16);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

/* ==================== Header Start ==================== */
header {
  position: relative;
  z-index: 10020;
}

.mainmenu a {
  margin: 10px;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
}

.navmenu {
  border: 1px solid var(--secondary-color);
  border-radius: 30px;
}

.fa-bars {
  color: var(--secondary-color);
  margin-right: 5px;
}

.downloadbtn {
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  border-radius: 30px;
  color: #fff;
  -webkit-animation: pulse-effect-2 2.5s infinite;
  animation: pulse-effect-2 2.5s infinite;
}

.thumbContainer img {
  border-radius: 30px;
  margin-bottom: 10px;
}
/*.menulogo { filter: invert(1); }*/
/* ==================== Header End ==================== */
/* ==================== Menu Start ==================== */
.menu {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10050;
  height: 100vh;
  transform: translateX(0%) skewX(0deg);
  transition: all 1.5s;
  visibility: visible;
  pointer-events: auto;
}

.innermenu::-webkit-scrollbar {
  display: none;
}

.scroller::-webkit-scrollbar {
  display: none;
}

.innermenu {
  width: 60%;
  height: 100%;
  /* background: #8b5c3e; */
  background: var(--primary-color);
  min-height: 100%;
  padding: 30px 120px;
}

.deactivemenu {
  transition: all 1.5s;
  transform: translateX(-150%) skewX(30deg) !important;
  visibility: hidden;
  pointer-events: none;
}

.menutop a {
  text-decoration: none;
  color: #fff;
}

.menutop .navmenu,
.menutop .navmenu1 {
  margin: 10px;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
}

.innermenubar ul {
  list-style: none;
  color: #fff;
  padding-left: 10px;
  font-size: 18px;
}

.menubottom {
  .downloadbtn {
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    border-radius: 30px;
    color: #fff;
    margin: 10px;
    padding: 5px 15px;
    text-decoration: none;
  }

  .menulogo {
    margin-top: -9%;
    width: 230px;
  }
}

.menulogo {
  /* margin: 0px auto; */
  width: 160px;
}

.mainmenu ion-icon.md.hydrated {
  color: var(--secondary-color);
}

.nonscrollheader {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10030;
  /* transform: translateY(-150%); */
  /* transition: all ease-in-out .1s; */
  background: var(--primary-color);
}

.scrollheader {
  position: fixed;
  width: 100%;
  top: -300px;
  left: 0;
  z-index: 10040;
  /*background: #8b5c3e;*/
  background: var(--primary-color);
  transition: all ease-in-out 0.5s;
  -webkit-box-shadow: 0 8px 6px -6px #000;
  -moz-box-shadow: 0 8px 6px -6px #000;
  box-shadow: 0 5px 6px -6px #000;
}

.innermenu .innercircle span {
  color: #fff;
  height: 135px;
  width: 135px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: absolute !important;
  top: 30%;
  right: 0;
  transform: translate(50%, 50%);
  background: transparent;
  font-size: 40px !important;
  font-weight: 400;
}

.centurylogo {
  margin: 0px 10px;
  /* margin-top: -40px; */
  width: 100px;
  border-radius: 5px;
}

.innermenubar a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.innermenubar a:hover {
  transform: translateX(30px);
  display: inline-block;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-property: transform;
}

.innermenu .circlehref .innercircle span,
.innermenu .circlehref .innercircle .svg {
  height: 8.1rem;
  width: 8.1rem;
  position: relative;
  display: inline-block;
  z-index: 9;
}

.innermenu .circlehref .innercircle iconify-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.innermenu .circlehref .innercircle span:hover .svgcircle2 {
  stroke-dashoffset: 00;
  transition: stroke-dashoffset 2s ease-in-out;
}

.innermenu .svgcircle1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke: #fff9 !important;
  animation: circlenew 10s ease-out;
  cx: 4rem;
  cy: 4rem;
  r: 3.9rem;
}

.innermenu .svgcircle2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2s ease-in-out;
  stroke: var(--secondary-color) !important;
  cx: 4rem;
  cy: 4rem;
  r: 3.9rem;
}

.innermenu .circlehref .innercircle span:hover iconify-icon {
  color: var(--secondary-color);
}

@keyframes circlenew {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.cus-nav .btn-text {
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}

.animate-text {
  border: 1px solid var(--secondary-color);
  border-radius: 30px;
  background: var(--secondary-color);
  -webkit-animation: pulse-effect-2 2.5s infinite;
  animation: pulse-effect-2 2.5s infinite;
}

@keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(189, 175, 128, 0.8);
    /* Increased opacity for a darker shadow */
    box-shadow: 0 0 0 0px rgba(189, 175, 128, 0.8);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(189, 175, 128, 0);
    box-shadow: 0 0 0 15px rgba(189, 175, 128, 0);
  }
}

.cus-nav .btn-text:hover span:first-child {
  transform: translateY(-180%) skewY(7deg);
}

.cus-nav .btn-text:hover span + span {
  transform: translateY(-130%) skewY(0deg);
  color: #eac250;
}

.cus-nav span {
  display: block;
  transition: transform 0.5s ease-in-out;
}

.cus-nav span + span {
  position: absolute;
  left: 15px;
  top: 100%;
  transform-origin: left center;
  transform: skewY(30deg);
  transition: transform 0.5s ease-in-out;
}

.cus-nav .downloadbtn:hover span + span {
  color: #fff;
}

/* ==================== Menu End ==================== */
@media only screen and (min-width: 300px) and (max-width: 480px) and (orientation: portrait) {
  .mainmenu a {
    padding: 12px 20px;
  }

  .mainmenu .navmenu {
    padding: 12px 15px;
  }

  .deactivemenu {
    transition: all 1.5s;
    transform: translateX(-165%) skewX(30deg) !important;
    visibility: hidden;
    pointer-events: none;
  }

  .fa-bars {
    margin-right: 0px;
  }

  .callicon ion-icon {
    font-size: 20px;
    padding: 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 25px;
  }

  .innermenu {
    width: 100%;
    height: 100%;
    /*background: #8b5c3e;*/
    background: var(--primary-color);
    min-height: 100%;
    padding: 30px 10px;
    overflow: scroll;
  }

  .innermenu .circle {
    display: none;
  }

  .callicon iconify-icon {
    font-size: 20px;
    padding: 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 25px;
    color: var(--secondary-color);
  }

  .menubottom {
    .downloadbtn {
      border: 1px solid var(--secondary-color);
      background: var(--secondary-color);
      border-radius: 30px;
      color: #fff;
      margin: 10px;
      padding: 5px 15px;
      text-decoration: none;
    }

    .menulogo {
      margin-top: -4%;
      width: 115px;
      border-radius: 5px;
    }
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .mainmenu a {
    padding: 10px 0px;
  }

  .mainmenu .navmenu {
    padding: 12px 15px;
  }

  .deactivemenu {
    transition: all 1.5s;
    transform: translateX(-165%) skewX(30deg) !important;
    visibility: hidden;
    pointer-events: none;
  }

  .fa-bars {
    margin-right: 0px;
  }

  .callicon ion-icon {
    font-size: 20px;
    padding: 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 25px;
  }

  .innermenu {
    width: 100%;
    height: 100%;
    /*background: #8b5c3e;*/
    background: var(--primary-color);
    min-height: 100%;
    padding: 30px 10px;
    overflow: scroll;
  }

  .innermenu .circle {
    display: none;
  }

  .callicon iconify-icon {
    font-size: 20px;
    padding: 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 25px;
    color: var(--secondary-color);
  }

  .menubottom {
    .downloadbtn {
      border: 1px solid var(--secondary-color);
      background: var(--secondary-color);
      border-radius: 30px;
      color: #fff;
      margin: 10px;
      padding: 5px 15px;
      text-decoration: none;
    }

    .menulogo {
      margin-top: -25%;
      width: 130px;
    }
  }
}

@media only screen and (min-width: 767px) and (max-width: 999px) {
  .mainmenu a {
    padding: 10px 0px;
  }

  .mainmenu .navmenu {
    padding: 12px 15px;
  }

  .deactivemenu {
    transition: all 1.5s;
    transform: translateX(-165%) skewX(30deg) !important;
    visibility: hidden;
    pointer-events: none;
  }

  .fa-bars {
    margin-right: 0px;
  }

  .callicon ion-icon {
    font-size: 20px;
    padding: 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 25px;
  }

  .innermenu {
    width: 100%;
    height: 100%;
    /*background: #8b5c3e;*/
    background: var(--primary-color);
    min-height: 100%;
    padding: 40px 40px 80;
    overflow: scroll;
  }

  .innermenu .circle {
    display: none;
  }

  .callicon iconify-icon {
    font-size: 20px;
    padding: 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 25px;
    color: var(--secondary-color);
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1299px) {
  .mainmenu a {
    padding: 5px 15px;
  }
}

@media (max-width: 767px) {
  .menulogo {
    margin: 0px auto;
    width: 130px;
  }
}

/* .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 40px;
    box-sizing: border-box;
} */

.floorplan-card {
  width: 100%;
  max-width: 620px;
  background: #f8f5ef;
  border: 3px solid #0f2f2a;
  border-bottom: none;
  border-radius: 320px 320px 0 0;
  padding: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.floorplan-inner {
  border: 1.5px solid #0f2f2a;
  border-bottom: none;
  border-radius: 300px 300px 0 0;
  padding: 100px 28px 36px;
  min-height: 100%;
  background: linear-gradient(to bottom, #fcfaf6 0%, #f7f1e8 100%);
}

.floorplan-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.floorplan-heading h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 2px;
  color: #5b4631;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Georgia", serif;
}

.floorplan-heading .dot {
  width: 10px;
  height: 10px;
  background: #0f2f2a;
  border-radius: 50%;
  flex: 0 0 10px;
}

.floorplan-divider {
  height: 1px;
  background: #0f2f2a;
  margin: 0 auto 32px;
  width: 92%;
}

.floorplan-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}

.floorplan-image-wrap i {
  position: absolute;
  font-size: 45px;
  color: #0f2f2a;
  z-index: 9;
}
.floorplan-image {
  max-width: 470px;
  width: 100%;
  border: 1px solid #0f2f2a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 10px;
  filter: blur(3px);
}

.floorplan-size-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}

.floorplan-size-title h4 {
  margin: 0;
  font-size: 26px;
  line-height: 1;
  color: #5b4631;
  font-weight: 500;
  font-family: "Georgia", serif;
  text-transform: uppercase;
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  justify-content: center;
}

.floorplan-size-title .line {
  width: 110px;
  height: 2px;
  background: #0f2f2a;
  display: block;
  position: relative;
}

.floorplan-size-title .line::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #0f2f2a;
  border-radius: 50%;
}

.floorplan-size-title .line:first-child::after {
  right: -10px;
}

.floorplan-size-title .line:last-child::after {
  left: -10px;
  right: auto;
}

.floorplan-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.spec-box {
  min-height: 70px;
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid #0f2f2a;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 7px 5px;
  transition: all 0.3s ease;
}

.spec-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.spec-box img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  flex-shrink: 0;
}

.spec-box span {
  font-size: 15px;
  color: #3d342c;
  font-weight: 500;
  line-height: 1.3;
}

.floorplan-bottom-line {
  width: 100%;
  height: 2px;
  background: #0f2f2a;
  margin-bottom: 28px;
  opacity: 0.9;
}

.floorplan-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}

.action-btn {
  text-decoration: none;
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.call-btn {
  background: #5d4a3a;
  color: #f6c55d;
  /* min-width: 138px; */
  height: 55px;
  border-radius: 10px;
  padding: 0 22px;
}

.call-btn img {
  width: 24px;
  height: 24px;
}

.call-btn span {
  color: #f6c55d;
  font-size: 18px;
}

.price-btn-main {
  background: linear-gradient(180deg, #d1a546 0%, #b98522 100%);
  color: #fff;
  /* min-width: 270px; */
  height: 55px;
  border-radius: 12px;
  padding: 0 28px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.price-btn-main span {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

.whatsapp-btn {
  width: 50px;
  height: 55px;
  border-radius: 10px;
  background: #4dc85a;
}

.whatsapp-btn img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.call-btn:hover,
.price-btn-main:hover,
.whatsapp-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

@media (max-width: 991px) {
  .floorplan-card {
    max-width: 100%;
    border-radius: 180px 180px 0 0;
  }

  .floorplan-inner {
    border-radius: 160px 160px 0 0;
    padding: 36px 18px 28px;
  }

  .floorplan-heading h3 {
    font-size: 28px;
  }

  .floorplan-size-title h4 {
    font-size: 32px;
  }

  .floorplan-size-title .line {
    width: 70px;
  }

  .spec-box span {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  /* .swiper-slide {
        padding: 10px 8px 30px;
    } */

  .floorplan-card {
    border-radius: 170px 170px 0 0;
    padding: 12px;
  }

  .floorplan-inner {
    border-radius: 150px 150px 0 0;
    padding: 50px 14px 24px;
  }

  .floorplan-heading {
    gap: 8px;
    margin-bottom: 14px;
  }

  .floorplan-heading h3 {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .floorplan-divider {
    margin-bottom: 20px;
  }

  .floorplan-image-wrap {
    margin-bottom: 20px;
  }

  .floorplan-size-title {
    gap: 10px;
    margin-bottom: 20px;
  }

  .floorplan-size-title h4 {
    font-size: 24px;
  }

  .floorplan-size-title .line {
    width: 38px;
    height: 1.5px;
  }

  .floorplan-size-title .line::after {
    width: 7px;
    height: 7px;
  }

  .floorplan-specs {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 22px;
  }

  .spec-box {
    min-height: 78px;
    border-radius: 18px;
    padding: 14px 16px;
    gap: 12px;
  }

  .spec-box img {
    width: 34px;
    height: 34px;
  }

  .spec-box span {
    font-size: 16px;
  }

  .floorplan-bottom-line {
    margin-bottom: 20px;
  }

  .floorplan-actions {
    gap: 10px;
  }

  .call-btn,
  .price-btn-main {
    width: 100%;
    min-width: unset;
  }

  .call-btn,
  .price-btn-main,
  .whatsapp-btn {
    height: 56px;
  }

  .whatsapp-btn {
    width: 100%;
  }

  .whatsapp-btn img {
    width: 28px;
    height: 28px;
  }
  .icon-ami {
    filter: invert(1);
    width: 40px !important;
  }
}
.icon-ami {
  filter: invert(1);
  width: 45px;
}


:root {
  /* --site-header-height: 78px; */
  --border: rgba(255, 255, 255, 0.18);
  --glass: rgba(255, 255, 255, 0.1);
  --glass-strong: rgba(255, 255, 255, 0.16);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  --secondary-color: #d9b36a;
  --spec-scroll-distance: 0px;
}

.specification-scroll-section {
  position: relative;
  background: var(--primary-color);
    /* background: #071411; */
  z-index: 1;
  clear: both;
}

.specification-sticky {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  z-index: 1;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.specification-sticky {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  transform: translateZ(0);       /* ← ADD: force GPU layer */
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;    /* ← ADD: prevents repaint flicker */
  -webkit-backface-visibility: hidden;
}

.specification-sticky {
  transform: none;
  -webkit-transform: none;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  isolation: isolate;
}

.specification-bg {
  position: absolute;
  inset: 0;
  /* background: url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?q=80&w=1974&auto=format&fit=crop")
    center center / cover no-repeat; */
  /* background: var(--secondary-color); */
  /* transform: scale(1.06); */
  background:
    radial-gradient(ellipse at 20% 20%, rgba(180,120,20,0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(140,90,10,0.14) 0%, transparent 50%),
    linear-gradient(160deg, #0a1a14 0%, #071210 40%, #0d1a10 100%);
  will-change: transform;
    position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
/* 
.specification-bg canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
} */

.specification-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.45), rgba(0,0,0,0.55)),
    linear-gradient(to right,  rgba(0,0,0,0.22), rgba(0,0,0,0.08));
     /* background:
        radial-gradient(ellipse at 22% 18%, rgba(255,240,180,0.55) 0%, transparent 40%),
        radial-gradient(ellipse at 75% 65%, rgba(255,210,100,0.45) 0%, transparent 38%),
        radial-gradient(ellipse at 50% 50%, rgba(255,190,80,0.3)  0%, transparent 60%),
        linear-gradient(160deg, #b5520a 0%, #e87b1a 30%, #f5a030 60%, #c46010 100%); */
  pointer-events: none;
  z-index: 1;
}

.specification-container {
  position: relative;
  z-index: 2;
  width: min(1600px, 94vw);
  height: 100%;
  margin: 0 auto;
}

.specification-container {
  position: relative;
  z-index: 2;
  width: min(1600px, 94vw);
  height: 100%;
  margin: 0 auto;
}

.specification-stage {
  position: absolute;
  top: calc(var(--site-header-height) + 12px);
  right: 18px;
  bottom: 18px;
  left: 18px;
}

.spec-stage-specs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  will-change: transform, opacity;
}

.spec-stage-location {
  display: flex;
  align-items: stretch;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.specification-sticky.is-location-phase .spec-stage-location {
  pointer-events: auto;
}

.specification-heading {
  text-align: center;
  margin: 28px 0 20px;
}

.specification-heading h2 {
  font-size: clamp(22px, 1.9vw, 32px);
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.specification-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-content: stretch;
  height: calc(100% - 74px);
  max-height: calc(100% - 74px);
}

.spec-card {
  position: relative;
  min-height: 0;
  height: 100%;
  padding: 10px 10px 8px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--glass);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: var(--shadow);
  overflow: hidden;
  opacity: 0;
  transform: translateY(70px) scale(0.96);
  display: flex;
  flex-direction: column;
  justify-content: center;
  will-change: transform, opacity;
}

.spec-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.015) 45%,
    rgba(255, 255, 255, 0.03) 100%
  );
  pointer-events: none;
}

.spec-card:hover {
  background: var(--glass-strong);
  border-color: rgba(255, 255, 255, 0.34);
}

.spec-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 6px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.spec-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

.spec-title {
  text-align: center;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 4px;
}

.spec-line {
  width: 34px;
  height: 2px;
  margin: 0 auto 5px;
  background: var(--secondary-color);
  border-radius: 2px;
}

.spec-desc {
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 auto;
}

.location-split-shell {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.46fr) minmax(320px, 0.62fr);
  gap: 18px;
  align-items: stretch;
}

.location-visual-panel,
.location-content-panel,
.location-content-details-panel {
  min-width: 0;
  min-height: 0;
}

.location-visual-panel {
  position: relative;
  overflow: hidden;
  background: #111;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.34);
}

.location-visual-image {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.08);
  will-change: transform, opacity;
}

.location-visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 16, 14, 0.14) 0%, rgba(7, 16, 14, 0.74) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.08) 100%);
}

.location-visual-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: clamp(28px, 4vw, 54px);
  max-width: 520px;
}

.location-kicker,
.location-panel-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.location-visual-copy h3 {
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 0.98;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.04em;
}

.location-visual-copy p {
  max-width: 420px;
  margin: 0;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.location-content-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 22px;
  padding: 32px 30px 28px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.14), transparent 28%),
    linear-gradient(180deg, rgba(214, 184, 148, 0.98) 0%, rgba(196, 160, 124, 0.98) 100%);
  color: #20160f;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.2);
}

.location-panel-intro {
  flex: 0 0 auto;
  padding: 2px 2px 0;
}

.location-panel-label {
  background: rgba(36, 22, 14, 0.08);
  border-color: rgba(36, 22, 14, 0.14);
  color: rgba(36, 22, 14, 0.86);
}

.location-advantage-list {
  display: grid;
  gap: 10px;
  flex: 0 0 auto;
  padding: 6px;
  border-radius: 22px;
  border: 1px solid rgba(36, 22, 14, 0.1);
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.22) 0%, rgba(255, 247, 238, 0.08) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.location-advantage-tab {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(36, 22, 14, 0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.28);
  color: rgba(36, 22, 14, 0.86);
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.location-advantage-tab.is-active,
.location-advantage-tab:hover {
  background: #103a33;
  color: #fff;
  border-color: rgba(16, 58, 51, 0.55);
  transform: translateX(6px);
}

.location-advantage-detail {
  display: grid;
  flex: 1 1 auto;
  gap: 10px;
  min-height: 0;
  height: 100%;
  overflow-y: auto;
  padding-right: 6px;
  align-content: baseline;
}

.location-content-details-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 28px 22px 22px 28px;
  border-radius: 28px;
  border: 1px solid rgba(36, 22, 14, 0.16);
  background: linear-gradient(180deg, rgba(248, 231, 209, 0.92) 0%, rgba(235, 205, 171, 0.86) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 28px 64px rgba(88, 53, 26, 0.16);
  overflow: hidden;
  transform-origin: top right;
}

.location-content-details-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 48%);
  pointer-events: none;
}

.location-content-details-panel::-webkit-scrollbar,
.location-advantage-detail::-webkit-scrollbar {
  width: 6px;
}

.location-content-details-panel::-webkit-scrollbar-thumb,
.location-advantage-detail::-webkit-scrollbar-thumb {
  background: rgba(16, 58, 51, 0.35);
  border-radius: 999px;
}

.location-detail-count {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(36, 22, 14, 0.55);
  text-transform: uppercase;
}

.location-advantage-detail h4 {
  margin: 0;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.05;
  color: #1f130c;
}

.location-advantage-detail p {
  margin: 0;
  font-size: 15px;
  line-height: 1.68;
  color: rgba(36, 22, 14, 0.84);
}

.location-points {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: grid;
  gap: 10px;
}

.location-points li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(36, 22, 14, 0.82);
}

.location-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #103a33;
}

.scroll-bar,
.scroll-note {
  pointer-events: none;
  z-index: 5;
}

.scroll-bar {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 58vh;
  background: rgba(255,255,255,0.15);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
}

.scroll-bar-fill {
  width: 100%;
  height: 0%;
  background: rgba(255,255,255,0.96);
  border-radius: 10px;
}

.scroll-note {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  font-size: 12px;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  opacity: 0;
}

#locationPoints li,
#locationKicker,
#locationTitle,
#locationLead,
#locationCount,
#locationDetailTitle,
#locationDetailText {
  will-change: transform, opacity;
}

/* medium desktop */
.specification-scroll-section.spec-mode-medium .specification-stage {
  top: calc(var(--site-header-height) + 10px);
  right: 14px;
  bottom: 14px;
  left: 14px;
}

.specification-scroll-section.spec-mode-medium .specification-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.specification-scroll-section.spec-mode-medium .spec-card {
  padding: 10px 8px;
}

.specification-scroll-section.spec-mode-medium .spec-icon {
  width: 48px;
  height: 48px;
}

.specification-scroll-section.spec-mode-medium .spec-icon img {
  width: 26px;
  height: 26px;
}

.specification-scroll-section.spec-mode-medium .spec-title {
  font-size: 15px;
}

.specification-scroll-section.spec-mode-medium .spec-desc {
  font-size: 11px;
}

.specification-scroll-section.spec-mode-medium .location-split-shell {
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.42fr) minmax(280px, 0.54fr);
  gap: 14px;
}

/* compact desktop fallback */
.specification-scroll-section.spec-mode-compact .specification-sticky {
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
}

.specification-scroll-section.spec-mode-compact .specification-container {
  height: auto !important;
  padding: 18px 14px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.specification-scroll-section.spec-mode-compact .specification-stage {
  position: relative;
  inset: auto;
  opacity: 1 !important;
  transform: none !important;
}

.specification-scroll-section.spec-mode-compact .spec-stage-specs,
.specification-scroll-section.spec-mode-compact .spec-stage-location {
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

.specification-scroll-section.spec-mode-compact .specification-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  height: auto;
  max-height: none;
  gap: 10px;
}

.specification-scroll-section.spec-mode-compact .spec-card {
  opacity: 1 !important;
  transform: none !important;
  min-height: auto;
}

.specification-scroll-section.spec-mode-compact .location-split-shell {
  height: auto;
  grid-template-columns: 1fr;
}

.specification-scroll-section.spec-mode-compact .location-content-details-panel,
.specification-scroll-section.spec-mode-compact .location-advantage-detail {
  overflow: visible;
}

.specification-scroll-section.spec-mode-compact .location-visual-panel {
  min-height: 260px;
}

.specification-scroll-section.spec-mode-compact .scroll-bar,
.specification-scroll-section.spec-mode-compact .scroll-note {
  display: none !important;
}

@media (max-width: 991px) {
  .specification-scroll-section {
    min-height: auto;
    overflow: visible;
  }

  .specification-sticky {
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .specification-container {
    height: auto;
    padding: 18px 14px 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .specification-stage {
    position: relative;
    inset: auto;
  }

  .spec-stage-specs,
  .spec-stage-location {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .specification-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    height: auto;
    max-height: none;
    gap: 10px;
  }

  .spec-card {
    opacity: 1 !important;
    transform: none !important;
    min-height: auto;
  }

  .location-split-shell {
    height: auto;
    grid-template-columns: 1fr;
  }

  .location-content-details-panel,
  .location-advantage-detail {
    overflow: visible;
  }

  .location-visual-panel {
    min-height: 300px;
  }

  .scroll-bar,
  .scroll-note {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .specification-grid {
    grid-template-columns: 1fr;
  }

  .spec-title {
    font-size: 15px;
  }

  .spec-desc,
  .location-advantage-detail p,
  .location-points li {
    font-size: 13px;
  }

  .location-visual-panel {
    min-height: 240px;
  }

  .location-content-panel {
    padding: 24px 20px 22px;
  }

  .location-content-details-panel {
    padding: 18px 16px 16px 18px;
    border-radius: 20px;
  }
}

.footer-contact-info {
  color: #fff;
}

.footer-contact-info .title h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.footer-contact-info .d-flex.flex-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-contact-info .header-social-link {
  margin-top: 8px;
}

.footer-contact-info .header-social-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-contact-info .header-social-link ul li {
  margin: 0;
  padding: 0;
}

.footer-contact-info .header-social-link ul li a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 215, 140, 0.35);
  color: #d9b36a;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-contact-info .header-social-link ul li a:hover {
  background: #d9b36a;
  color: #0d2b24;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(217, 179, 106, 0.25);
}

.footer-contact-info .logo {
  margin-top: 24px;
  width: 100%;
  max-width: 340px;
}

.footer-contact-info .review-widget_net {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.footer-contact-info .grw-net-widget {
  border-radius: 18px 18px 0px 0px !important;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.footer-contact-info .branding {
  text-align: left !important;
  margin-top: 8px !important;
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.65) !important;
}

.footer-contact-info .branding a {
  color: #d9b36a !important;
  text-decoration: none;
}

.footer-contact-info .branding a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-contact-info .title h3 {
    font-size: 20px;
  }
  .copyright {
		padding-top: 20px;
		padding-bottom: 50px;
	}

  .footer-contact-info .header-social-link ul {
    gap: 10px;
  }

  .footer-contact-info .header-social-link ul li a {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .footer-contact-info .logo {
    max-width: 100%;
  }
}
.list li a {
  color: #fff;
}

.testimonials-section {
  position: relative;
  background: var(--primary-color);
  overflow: hidden;
  padding: 0px 0;
}

.innerTestimonials {
  position: relative;
  z-index: 2;
}

.testimonials-section .section-head {
  color: #fff;
}

.testimonials-section .section-head span,
.testimonials-section .section-head label span {
  color: #d8b36a;
}

.testimonials-section .amesubhead p {
  color: #d8b36a;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.testimonial-tabs .ametabs {
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  width: 100%;
  text-align: left;
  cursor: default;
}

.testimonial-tabs .subametab {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
}

.testimonial-tabs .tab-line {
  width: 55px;
  height: 2px;
  background: #d8b36a;
  display: inline-block;
}

.testimonialSwiper {
  width: 100%;
  overflow: hidden;
}

.testimonial-card {
  background: #f3f3f3;
  border-radius: 22px;
  padding: 34px 34px 28px;
  min-height: 320px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.testimonial-google img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  border-radius: 30px;
}

.testimonial-user h4 {
  margin: 0;
  color: #5a3434;
  font-size: 24px;
  font-weight: 700;
}

.testimonial-stars {
  color: #f1c232;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.testimonial-text {
  color: #707070;
  font-size: 17px;
  line-height: 1.8;
  font-style: italic;
  text-align: center;
  margin: 10px 0 24px;
}

.testimonial-quote {
  text-align: center;
  color: #f1c232;
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
}

.testimonial-arrownav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.testimonial-prev,
.testimonial-next {
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .testimonials-section {
    padding: 40px 0;
  }

  .testimonial-card {
    min-height: auto;
    padding: 24px 20px 22px;
  }

  .testimonial-user h4 {
    font-size: 20px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .testimonial-tabs .subametab {
    font-size: 18px;
  }

  .testimonials-section .amesubhead p {
    font-size: 16px;
  }
}

.swiper {
  padding: 5px;
}

.error {
  color: red;
}
.flag-container{
  color: #000;
}

.mobile, .intl-tel-input{
  width: 100% !important;
}

.full-height {
  background: #fff;
  height: 80vh;
}
/* ===== Overview Content Typography ===== */

.project-overview .container h3.section-head {
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.project-overview .container h4 {
    font-size: clamp(18px, 2.2vw, 26px);
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

/* .project-overview .container > p {
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.85;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.82);
    max-width: 680px;
} */

.project-overview .container h5 {
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: 0.01em;
}

.project-overview .container ul {
    padding-left: 18px !important;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-overview .container ul li {
    /* font-size: clamp(13px, 1vw, 15px); */
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
}

.project-overview .container ul li strong {
    color: #fff;
    font-weight: 600;
}

/* ===== Responsive adjustments ===== */

@media (max-width: 991px) {
    .project-overview .container > p {
        max-width: 100%;
        line-height: 1.75;
    }

    .project-overview .container ul {
        gap: 8px;
    }
}

@media (max-width: 640px) {
    .project-overview .container h4 {
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .project-overview .container > p {
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .project-overview .container ul li {
        line-height: 1.65;
    }

    .project-overview .container ul {
        gap: 6px;
    }
}
.nf-submit-trigger {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.nf-submit-trigger:hover,
.nf-submit-trigger:focus,
.nf-submit-trigger:active {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.nf-submit-trigger:disabled {
    cursor: not-allowed;
    opacity: 0.75;
}

.nf-submit-shell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.nf-submit-ring {
    position: relative;
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nf-submit-svg {
    position: absolute;
    inset: 0;
    overflow: visible;
}

.nf-submit-circle-1,
.nf-submit-circle-2 {
    stroke: #d9b66b;
}

.nf-submit-arrow {
    position: relative;
    z-index: 2;
    font-size: 30px;
    color: #d9b66b;
    line-height: 1;
}

.nf-submit-spinner {
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(217, 182, 107, 0.25);
    border-top-color: #d9b66b;
    border-radius: 50%;
    animation: nfSpin 0.75s linear infinite;
}

.nf-hidden {
    display: none !important;
}

@keyframes nfSpin {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:350px) {
  .menulogo{
    width: 100px;
  }
  
}

.gdesc-inner{
  text-align: center;
}
@media only screen and (min-width: 1850px) {
	body {
		font-size: 16px;
	}

	.container {
		max-width: unset;
		width: 84%;
	}

	.section-head {
		font-size: 50px;
	}

	/* ==================== Slider Start ==================== */
	.carousel-inner {
		/* height: 80vh; */
	}

	/* ==================== Slider End ==================== */
	/* ==================== Overview Start ==================== */
	.innerdatatext p {
		font-size: 30px;
	}

	.paragraph {
		font-size: 23px;
		margin-left: 81px;
		margin-top: 5px;
	}

	.element1 {
		position: absolute;
		width: 150px;
		bottom: -50px;
		right: 10%;
	}

	/* ==================== Overview End ==================== */
	/* ==================== Iconic Start ==================== */
	.headingsection p {
		color: #BDAF80;
		font-size: 9rem;
		opacity: 0.5;
		margin-top: -40px;
	}

	.innericonic .circle1 {
		left: 6.7rem;
	}

	.icoslider2 .para2 p {
		left: 45%;
	}

	.icoslider3 .para2 p {
		right: 21%;
	}

	/* ==================== Iconic End ==================== */
	/* ==================== Infrastructure Start ==================== */
	.element2 {
		position: absolute;
		right: 15%;
		top: 35%;
		width: 8%;
	}

	.innerinfrastructure .sliderbox .owl-prev {
		height: 80px;
		width: 80px;
	}

	.innerinfrastructure .sliderbox .owl-next {
		height: 80px;
		width: 80px;
	}

	.innerinfrastructure .para2 p {
		text-align: left;
		bottom: 25%;
		position: absolute;
		width: 60%;
	}

	/* ==================== Infrastructure End ==================== */
	/* ==================== Masterplan Start ==================== */
	.element3 {
		position: absolute;
		width: 65px;
		bottom: -14%;
		right: 11%;
	}

	/* ==================== Masterplan End ==================== */
	/* ==================== Floorplan Start ==================== */
	.innerFloorplan .form-select {
		font-size: 25px;
	}

	.collabboxbottom {
		margin-top: -2%;
	}

	/* ==================== Floorplan End ==================== */
	/* ==================== Amenities Start ==================== */
	.innerAmenities .section-head {
		margin-left: 160px;
		margin-bottom: -40px !important;
	}

	.innerAmenities {
		padding: 100px 0px !important;
	}

	.ametabs::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fff;
		transition: transform 0.3s ease-in-out;
		margin-top: 5px;
		margin: 12% 65px;
	}

	/* ==================== Amenities End ==================== */
	.maplink a {
		position: absolute;
		top: 88%;
		left: 0;
		border: 1px solid #BDAF80;
		background: #BDAF80;
		border-radius: 30px;
		color: #fff;
		/* margin: 13px 13px; */
		padding: 5px 15px;
		text-decoration: none;
		left: 20px;
	}

	.headcurvetext {
		font-size: 60px;
	}

	.input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100%;
		margin: 30px 0px;
	}

	.element {
		position: absolute;
		width: 5%;
		top: -18%;
	}

	.modal.show .modal-dialog {
		top: calc(20% - 55px);
	}
}

@media only screen and (min-width: 2001px) {
	body.modal-open {
		padding-right: 0px !important;
	}

	body {
		font-size: 18px;
	}

	.container {
		max-width: unset;
		width: 84%;
	}

	.section-head {
		font-size: 50px;
	}

	/* ==================== Overview Start ==================== */
	.inneroverview {
		padding: 100px 0px !important;
	}

	.inneroverview .circlehref .innercircle span, .inneroverview .circlehref .innercircle .svg {
		height: 10rem;
		width: 10rem;
	}

	.inneroverview .svgcircle1 {
		cx: 5rem;
		cy: 5rem;
		r: 4.9rem;
	}

	.inneroverview .svgcircle2 {
		cx: 5rem;
		cy: 5rem;
		r: 4.9rem;
	}

	.overviewlogo {
		width: 245px;
	}

	.paragraph {
		font-size: 28px;
		margin-left: 101px;
	}

	/* ==================== Overview End ==================== */
	/* ==================== Iconic Start ==================== */
	.headingsection {
		padding: 100px 0px !important;
	}

	.headingsection p {
		font-size: 12rem;
		margin-top: -60px;
	}

	.innericonic .circle1 {
		left: 7.2rem;
	}

	.icoslider2 .para2 p {
		left: 45%;
	}

	.icoslider3 .para2 p {
		right: 21%;
	}

	.circlepoint.active {
		height: 180px;
		width: 180px;
	}

	.circlepoint.active img {
		width: 90px;
	}

	.circlepoint:not(.active) {
		height: 120px;
		width: 120px;
	}

	.innerinfrastructure .sliderbox .owl-prev {
		height: 100px;
		width: 100px;
	}

	.innerinfrastructure .sliderbox .owl-next {
		height: 100px;
		width: 100px;
	}

	/* ==================== Iconic End ==================== */
	/* ==================== Infrastructure Start ==================== */
	.element2 {
		position: absolute;
		right: 15%;
		top: 35%;
		width: 8%;
	}

	.innerinfrastructure .sliderbox .owl-prev {
		height: 80px;
		width: 80px;
	}

	.innerinfrastructure .sliderbox .owl-next {
		height: 80px;
		width: 80px;
	}

	.innerinfrastructure .para2 p {
		text-align: left;
		bottom: 25%;
		position: absolute;
		width: 60%;
	}

	/* ==================== Infrastructure End ==================== */
	/* ==================== Masterplan Start ==================== */
	.element3 {
		position: absolute;
		width: 65px;
		bottom: -14%;
		right: 11%;
	}

	/* ==================== Masterplan End ==================== */
	/* ==================== Floorplan Start ==================== */
	.innerFloorplan .form-select {
		font-size: 40px;
	}

	#floor {
		font-size: 1.5rem;
	}

	/* ==================== Floorplan End ==================== */
	/* ==================== Amenities Start ==================== */
	.innerAmenities .section-head {
		position: relative;
		margin-left: 0px;
		left: 9%;
		top: 40px;
	}

	.innerAmenities {
		padding: 100px 0px !important;
	}

	.ametabs::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fff;
		transition: transform 0.3s ease-in-out;
		margin-top: 5px;
		margin: 12% 65px;
	}

	/* ==================== Amenities End ==================== */
	.maplink a {
		position: absolute;
		bottom: 76%;
		left: 0;
		border: 1px solid #BDAF80;
		background: #BDAF80;
		border-radius: 30px;
		color: #fff;
		padding: 5px 15px;
		text-decoration: none;
		left: 25px;
	}

	/* ==================== Footer Start ==================== */
	.copyright {
		color: #BDAF80;
		font-size: 18px;
	}

	.rerano {
		font-size: 18px;
	}

	.innerFooter {
		padding: 100px 0px;
	}

	.element {
		position: absolute;
		width: 5%;
		top: -18%;
	}

	/* ==================== Footer End ==================== */
	.input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100%;
		margin: 50px 0px;
	}

	.paracontent {
		padding: 0px 70px;
		width: 60%;
		margin-top: 10%;
	}

	#carousel-right-slider .paracontent h1 {
		font-size: 3rem;
	}

	.innerAmenities {
		overflow: hidden;
	}

	.modal.show .modal-dialog {
		top: calc(30% - 55px);
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1299px) {
	body {
		font-size: 14px !important;
	}

	.container {
		max-width: unset;
		width: 84%;
	}

	.section-head {
		font-size: 35px;
	}

	.headcurvetext {
		font-size: 38px;
	}

	.headingsection p {
		color: #BDAF80;
		font-size: 8rem;
		opacity: 0.5;
		margin-top: -38px;
	}

	.paragraph {
		font-size: 16px;
		margin-left: 64px;
		margin-top: 4px;
	}

	.paracontent {
		padding: 0px 70px;
	}

	.innerinfrastructure .sliderbox .owl-nav {
		position: absolute;
		bottom: 40px;
		left: 5rem;
	}

	.maplink a {
		position: absolute;
		top: 72% !important;
		left: 20px;
		border: 1px solid #BDAF80;
		background: #BDAF80;
		border-radius: 30px;
		color: #fff;
		/* margin: 1px 13px; */
		padding: 5px 15px;
		text-decoration: none;
	}

	.innerinfrastructure .sliderbox .owl-prev {
		color: #fff;
		height: 40px;
		width: 40px;
	}

	.innerinfrastructure .sliderbox .owl-next {
		color: #fff;
		height: 40px;
		width: 40px;
	}

	/* .spec-box span {
		font-size: 13px;
	}
	.spec-box img{
		width: 20px;
		height: 20px;
	} */
	 .heading h4{
		line-height: 1.2rem !important;
	 }
	 .highlights-card-text{
		font-size: 15px;
	 }
}


@media only screen and (min-width: 767px) and (max-width: 999px) {

	.heading h4{
		font-size: 1.75rem;
	}
	.section-head {
		font-size: 35px;
	}

	.container {
		max-width: unset;
		width: 100%;
	}

	/*.section-head { font-size: 28px; }
	.headcurvetext { font-size: 31px; }*/
	/* ==================== Slider Start ==================== */
	.carousel-inner {
		/* height: 90vh; */
	}

	/* ==================== Slider End ==================== */
	.maplink a {
		position: absolute;
		bottom: 47%;
		left: 0;
		border: 1px solid #BDAF80;
		background: #BDAF80;
		border-radius: 30px;
		color: #fff;
		margin: 1px 13px;
		padding: 5px 15px;
		text-decoration: none;
	}

	/* ==================== Overview Start ==================== */
	/* .inneroverview .circlehref {
		position: absolute;
		left: 10%;
		top: -95px;
	} */

	.element3 {
		position: absolute;
		width: 33%;
		top: -90px;
		right: 15%;
	}

	.inneroverview {
		.swiper-slidenew {
			width: 100vw;
			margin-right: unset;
			transition: all .4s ease;

			img {
				max-width: 70rem;
				max-height: 55rem;
				width: 95vw;
				height: auto;
				margin: 0px 2.5vw;
			}
		}
	}

	.overviewlogo {
		width: 55%;
	}

	.paragraph {
		font-size: 15px;
		margin-left: 55px;
		margin-top: 4px;
	}

	/* ==================== Overview End ==================== */
	/* ========innericonic ============== */
	.headingsection p {
		color: #BDAF80;
		font-size: 5.5rem;
		opacity: 0.7;
		margin-top: -35px;
	}

	.iconic-text span:nth-child(1) {
		font-size: 1.5rem;
		position: absolute;
		left: 50%;
		top: -4%;
		z-index: 9;
		color: #ca9d75;
		transform: translate(-50%, -50%);
		font-family: 'EuclidSquare', sans-serif;
		text-transform: uppercase;
	}

	.iconic-text span:nth-child(2) {
		font-size: 5rem;
		position: absolute;
		left: 50%;
		top: 2rem;
		z-index: 9;
		font-family: 'SangBleuEmpire', sans-serif;
		color: #fff;
		text-transform: uppercase;
	}

	.innericonic .circle1, .innericonic .circle2, .innericonic .circle3 {
		bottom: 0%;
	}

	.icoslider img {
		height: 100% !important;
		width: 100%;
	}

	.innericonic {
		/*min-height: 55rem;*/
		height: 75vh;
		background-size: 100% 100%;
	}

	.innericonic .innerbg {
		top: 50% !important;
	}

	.iconic-text2 span {
		font-size: 4rem;
	}

	.icoslider1 .para2 p, .icoslider2 .para2 p, .icoslider3 .para2 p {
		width: 25%;
		bottom: 11%;
		left: 0%;
		right: 0%;
	}

	.innericonic .para2 p {
		margin: 0 0 0 3rem;
	}

	.iconic-text2 {
		color: #ca9d75;
		padding-top: 10rem;
		padding-bottom: 3rem;
	}

	.innericonic .circle1 {
		left: 0rem;
		width: 5rem;
	}

	.circlepoint.active {
		height: 6rem;
		width: 6rem;
		transform: translate(-50%, -50%);
		left: 50%;
		right: unset;
	}

	.circlepoint.active img {
		width: 55px;
	}

	.circlepoint.active span:nth-child(1) {
		font-size: 3rem;
	}

	.circlepoint.active span:nth-child(2) {
		color: #ca9d75;
		font-size: 1.3rem;
		font-weight: 400;
		text-transform: uppercase;
	}

	.circlepoint:not(.active) {
		height: 4rem;
		width: 4rem;
		transform: translate(-50%, -50%);
		left: 50%;
		right: unset;
	}

	.circlepoint:not(.active):hover {
		border: 12px solid #BDAF80;
		transition: all 0.5s ease-in-out;
	}

	.imgbox img {
		width: 40px !important;
	}

	.innericonic .circle1 {
		width: 33%;
		z-index: 4;
		height: unset;
	}

	.innericonic .circle2 {
		width: 33%;
		z-index: 4;
		height: unset;
		left: 33%;
	}

	.innericonic .circle3 {
		width: 33%;
		z-index: 4;
		height: unset;
		left: 66%;
	}

	.innericonic .innercircleborder .svg {
		display: none;
	}

	.icoslider {
		transform: translateX(-150%) skewX(10deg) !important;
	}

	/* ========innericonic ============== */
	/* ==================== Infrastucture Start ==================== */
	.innerinfrastructure {
		background: #EAE8E5;
		padding-top: 80px;
	}

	.infrastructurebox {
		margin-bottom: 0px;
	}

	.innerinfrastructure .section-head {
		margin-left: 0px;
	}

	.paracontent {
		padding: 0px 10px;
	}

	#carousel-right-slider .paracontent h1 {
		font-size: 2rem;
	}

	.headcurvetext2 {
		font-size: 2.4rem;
	}

	.innerinfrastructure .sliderbox .owl-nav {
		position: relative;
		bottom: 15px;
		left: 10px;
	}

	#carousel-right-slider, #carousel-right-slider .owl-stage, #carousel-right-slider .owl-stage-outer, #carousel-right-slider .owl-item, #carousel-right-slider .item {
		height: auto;
	}

	/* ==================== Infrastucture End ==================== */
	/* ==================== Infrastucture Start ==================== */
	/*.infrastructure .section-head { margin-left: auto; margin-bottom: auto; }
	.paracontent { padding: 0px 30px; }
	.innerinfrastructure .sliderbox .owl-nav { position: relative; bottom: auto; left: 2rem; }
	#carousel-right-slider, #carousel-right-slider .owl-stage, #carousel-right-slider .owl-stage-outer, #carousel-right-slider .owl-item, #carousel-right-slider .item { height: auto; }
	*/
	/* ==================== Infrastucture End ==================== */
	/* ==================== Masterplan Start ==================== */
	.innerMasterplan {
		padding: 30px 0px 10px;
	}

	.innerwalkthrough {
		height: 60vh;
	}

	.walkthroughbox {
		height: 60vh;
	}

	.masterplanimage {
		margin-top: -40px;
	}

	.element3 {
		position: absolute;
		width: 10%;
		top: 64% !important;
		right: 4%;
	}

	/* ==================== Masterplan End ==================== */
	/* ==================== Collaboration Start ==================== */
	/*.collabboxbottomtwo, .collabboxbottom p { text-align: start; }*/
	.innerCollaborations .section-head {
		margin-top: -40px !important;
	}

	.collabboxbottom {
		margin-top: -5%;
	}

	/* ==================== Collaboration End ==================== */
	/* ==================== Amenities Start ==================== */
	/* .ametabs::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fff;
		transition: transform 0.3s ease-in-out;
		margin-top: 5px;
		margin: 11% 46%;
	} */

	.innerAmenities .swiper-slide {
		width: 100%;
	}

	.innerAmenities .section-head {
		margin-left: 0px;
		margin-bottom: 0px !important;
	}

	.innerAmenities .nav {
		justify-content: start;
		gap: 1.5rem;
		transform: translateX(3px) !important;
		justify-content: space-between;
	}

	/* ==================== Amenities End ==================== */
	/* ==================== ContactUs Start ==================== */
	.element {
		position: absolute;
		width: 15%;
		top: -15%;
		left: 5%;
	}

	/* ==================== ContactUs End ==================== */
	/* ==================== Enquire scroll Start ==================== */
	.footer-form {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 999;
		background: #BDAF80;
		transition: all ease-in-out 1s;
		-webkit-box-shadow: 0px -1px 3px #000;
		-moz-box-shadow: 0px -2px 3px #000;
		box-shadow: 0px -2px 3px #000;
	}

	.modal .circlehref .innercircle span, .modal .circlehref .innercircle .svg {
		height: 5.6rem;
		width: 5.6rem;
		position: relative;
		display: inline-block;
		z-index: 9;
	}

	.modal.show .modal-dialog {
		top: calc(30% - 25px);
	}

	/* ==================== Enquire scroll End ==================== */
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		max-width: unset;
		width: 100%;
	}
	.highlights-card-wrapper{
		margin: 20px 40px;
	}
	

	body {
		font-size: 12px;
	}

	.section-head {
		font-size: 28px;
	}

	.ametabs::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fff;
		transition: transform 0.3s ease-in-out;
		margin-top: 5px;
		margin: 12% 111%;
	}

	.ametabs img {
		margin: 26px;
		width: 50px;
		font-size: 0px;
	}

	.ametabs img {
		margin: 26px;
		width: 50px;
		font-size: 0px;
	}

	.ametabs.active {
		width: 20%;
		color: #b98e33;
	}
	.ametabs::after {
		content: '';
		display: none !important;
	}

	/* .subametab {
		display: flex;
		flex-direction: column;
		align-items: center;
	} */

	/* ==================== Slider Start ==================== */
	.carousel-inner {
		height: auto;
	}

	/* ==================== Slider End ==================== */
	/* ==================== Overview Start ==================== */
	.element1 {
		position: absolute;
		width: 65px;
		bottom: 0px;
		right: 20px;
	}

	.inneroverview .circlehref {
		left: 20px;
		top: -95px;
	}

	.inneroverview {
		.swiper-slidenew {
			width: auto;
			margin: 0 2.5vw;
			transition: all .4s ease;

			img {
				max-width: 70rem;
				max-height: 55rem;
				width: 95vw;
				height: auto;
				margin: 0px 2.5vw;
			}
		}
	}

	.overviewlogo {
		width: 35%;
		padding-left: 10px;
	}

	.paragraph {
		font-size: 17px;
		margin-left: 11px;
		margin-top: 4px;
	}

	/* ==================== Overview End ==================== */
	.maplink a {
		position: absolute;
		bottom: 11%;
		left: 0;
		border: 1px solid #BDAF80;
		background: #BDAF80;
		border-radius: 30px;
		color: #fff;
		margin: 1px 13px;
		padding: 5px 15px;
		text-decoration: none;
	}

	/* ========innericonic ============== */
	.headingsection p {
		color: #BDAF80;
		font-size: 3rem;
		opacity: 0.7;
		margin-top: -10px;
		letter-spacing: 0.1rem;
	}

	.iconic-text span:nth-child(1) {
		font-size: 1.5rem;
		position: absolute;
		left: 50%;
		top: -4%;
		z-index: 9;
		color: #ca9d75;
		transform: translate(-50%, -50%);
		font-family: 'EuclidSquare', sans-serif;
		text-transform: uppercase;
	}

	.iconic-text span:nth-child(2) {
		font-size: 5rem;
		position: absolute;
		left: 50%;
		top: 2rem;
		z-index: 9;
		font-family: 'SangBleuEmpire', sans-serif;
		color: #fff;
		text-transform: uppercase;
	}

	.innericonic .circle1, .innericonic .circle2, .innericonic .circle3 {
		bottom: 0%;
	}

	.icoslider img {
		height: 100% !important;
		width: 100%;
	}

	.innericonic {
		/*min-height: 55rem;*/
		height: 75vh;
		background-size: 100% 100%;
	}

	.innericonic .innerbg {
		top: 50% !important;
	}

	.iconic-text2 span {
		font-size: 4rem;
	}

	.icoslider1 .para2 p, .icoslider2 .para2 p, .icoslider3 .para2 p {
		width: 80%;
		bottom: 11%;
		left: 0%;
		right: 0%;
	}

	.innericonic .para2 p {
		margin: 0 0 0 3rem;
	}

	.iconic-text2 {
		color: #ca9d75;
		padding-top: 10rem;
		padding-bottom: 3rem;
	}

	.innericonic .circle1 {
		left: 0rem;
		width: 5rem;
	}

	.circlepoint.active {
		height: 5rem;
		width: 5rem;
		transform: translate(-50%, -50%);
		left: 50%;
		right: unset;
	}

	.circlepoint.active img {
		width: 45px;
	}

	.circlepoint.active span:nth-child(1) {
		font-size: 3rem;
	}

	.circlepoint.active span:nth-child(2) {
		color: #ca9d75;
		font-size: 1.3rem;
		font-weight: 400;
		text-transform: uppercase;
	}

	.circlepoint:not(.active) {
		height: 3rem;
		width: 3rem;
		transform: translate(-50%, -50%);
		left: 50%;
		right: unset;
	}

	.circlepoint:not(.active):hover {
		border: 12px solid #BDAF80;
		transition: all 0.5s ease-in-out;
	}

	.imgbox img {
		width: 30px !important;
	}

	.innericonic .circle1 {
		width: 33%;
		z-index: 4;
		height: unset;
	}

	.innericonic .circle2 {
		width: 33%;
		z-index: 4;
		height: unset;
		left: 33%;
	}

	.innericonic .circle3 {
		width: 33%;
		z-index: 4;
		height: unset;
		left: 66%;
	}

	.innericonic .innercircleborder .svg {
		display: none;
	}

	.icoslider {
		transform: translateX(-150%) skewX(10deg) !important;
	}

	/* ========innericonic ============== */
	/* ==================== Infrastucture Start ==================== */
	.innerinfrastructure {
		background: #EAE8E5;
		padding-top: 80px;
	}

	.infrastructurebox {
		margin-bottom: 0px;
	}

	.innerinfrastructure .section-head {
		margin-left: 0px;
	}

	.paracontent {
		padding: 0px 10px;
	}

	#carousel-right-slider .paracontent h1 {
		font-size: 1.4rem;
	}

	.headcurvetext2 {
		font-size: 2.4rem;
	}

	.innerinfrastructure .sliderbox .owl-nav {
		position: relative;
		bottom: 15px;
		left: 10px;
	}

	#carousel-right-slider, #carousel-right-slider .owl-stage, #carousel-right-slider .owl-stage-outer, #carousel-right-slider .owl-item, #carousel-right-slider .item {
		height: auto;
	}

	#carousel-right-slider .paracontent h1 span>span {
		font-size: 0.8rem;
	}

	/* ==================== Infrastucture End ==================== */
	/* ==================== Masterplan Start ==================== */
	.innerMasterplan {
		padding: 30px 0px 10px;
	}

	.innerwalkthrough {
		height: 60vh;
	}

	.walkthroughbox {
		height: 60vh;
	}

	.masterplanimage {
		margin-top: -40px;
	}

	.element3 {
		position: absolute;
		right: 10%;
		top: 9%;
		width: 40px;
	}

	/* ==================== Masterplan End ==================== */
	/* ==================== Collaboration Start ==================== */
	.collabboxbottomtwo, .collabboxbottom p {
		text-align: start;
	}

	.collbsecimg {
		margin-top: -39px;
	}

	/* ==================== Collaboration End ==================== */
	/* ==================== Amenities Start ==================== */
	.innerAmenities .swiper-slide {
		width: 100%;
	}

	.innerAmenities .section-head {
		margin-left: 0px;
		margin-bottom: 0px !important;
	}

	.innerAmenities .nav {
		justify-content: start;
		gap: 1.5rem;
		transform: translateX(0px) !important;
		justify-content: space-between;
	}

	/* ==================== Amenities End ==================== */
	/* ==================== ContactUs Start ==================== */
	.element {
		position: absolute;
		width: 30%;
		top: -12%;
		right: 20px;
	}

	.copyright {
		color: #BDAF80;
		font-size: 15px;
	}

	.rerano {
		font-size: 15px;
	}

	.footerlogo {
		width: 230px !important;
	}

	/* ==================== ContactUs End ==================== */
	/* ==================== Enquire scroll Start ==================== */
	.footer-form {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 999;
		background: #BDAF80;
		transition: all ease-in-out 1s;
		-webkit-box-shadow: 0px -1px 3px #000;
		-moz-box-shadow: 0px -2px 3px #000;
		box-shadow: 0px -2px 3px #000;
	}

	.modal .circlehref .innercircle span, .modal .circlehref .innercircle .svg {
		height: 5.6rem;
		width: 5.6rem;
		position: relative;
		display: inline-block;
		z-index: 9;
	}

	.modal.show .modal-dialog {
		top: calc(30% - 55px);
	}

	/* ==================== Enquire scroll End ==================== */
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
	.container {
		max-width: unset;
		width: 100%;
	}

	body {
		font-size: 12px;
	}

	.section-head {
		font-size: 24px;
	}

	.ametabs::after {
		 content: '';
		/*display: block;
		width: 100%;
		height: 1px;
		background-color: #fff;
		transition: transform 0.3s ease-in-out;
		margin-top: 5px;*/
		margin: 12% 111%; 
		/* margin-bottom: 20px; */
	}

	/* ==================== Slider Start ==================== */
	.carousel-inner {
		height: auto;
		margin-top: 0px;
	}

	/* ==================== Slider End ==================== */
	.maplink a {
		position: absolute;
		top: 76%;
		left: 0;
		border: 1px solid #BDAF80;
		background: #BDAF80;
		border-radius: 30px;
		color: #fff;
		margin: 1px 13px;
		padding: 5px 15px;
		text-decoration: none;
	}

	/* ==================== Overview Start ==================== */
	.element1 {
		position: absolute;
		width: 65px;
		bottom: 0px;
		right: 20px;
	}

	.inneroverview .circlehref {
		left: 20px;
		top: -95px;
	}

	.inneroverview {
		.swiper-slidenew {
			width: auto;
			margin: 0 2.5vw;
			transition: all .4s ease;

			img {
				max-width: 70rem;
				max-height: 55rem;
				width: 95vw;
				height: auto;
				margin: 0px 2.5vw;
			}
		}
	}

	.overviewlogo {
		width: 35%;
		padding-left: 10px;
		width: 156px;
		padding-top: 1rem;
	}

	.paragraph {
		font-size: 17px;
		margin-left: 11px;
		margin-top: 4px;
	}

	/* ==================== Overview End ==================== */
	/* ========innericonic ============== */
	.headingsection p {
		color: #BDAF80;
		font-size: 3rem;
		opacity: 0.7;
		margin-top: -14px;
		letter-spacing: 0.1rem;
	}

	.iconic-text span:nth-child(1) {
		font-size: 1.5rem;
		position: absolute;
		left: 50%;
		top: -4%;
		z-index: 9;
		color: #ca9d75;
		transform: translate(-50%, -50%);
		font-family: 'EuclidSquare', sans-serif;
		text-transform: uppercase;
	}

	.iconic-text span:nth-child(2) {
		font-size: 5rem;
		position: absolute;
		left: 50%;
		top: 2rem;
		z-index: 9;
		font-family: 'SangBleuEmpire', sans-serif;
		color: #fff;
		text-transform: uppercase;
	}

	.innericonic .circle1, .innericonic .circle2, .innericonic .circle3 {
		bottom: 0%;
	}

	.icoslider img {
		height: 100% !important;
		width: 100%;
	}

	.innericonic {
		/*min-height: 55rem;*/
		height: 75vh;
		background-size: 100% 100%;
	}

	.innericonic .innerbg {
		top: 50% !important;
	}

	.iconic-text2 span {
		font-size: 4rem;
	}

	.icoslider1 .para2 p, .icoslider2 .para2 p, .icoslider3 .para2 p {
		width: 80%;
		bottom: 11%;
		left: 0%;
		right: 0%;
	}

	.innericonic .para2 p {
		margin: 0 0 0 3rem;
	}

	.iconic-text2 {
		color: #ca9d75;
		padding-top: 10rem;
		padding-bottom: 3rem;
	}

	.innericonic .circle1 {
		left: 0rem;
		width: 5rem;
	}

	.circlepoint.active {
		height: 5rem;
		width: 5rem;
		transform: translate(-50%, -50%);
		left: 50%;
		right: unset;
	}

	.circlepoint.active img {
		width: 45px;
	}

	.circlepoint.active span:nth-child(1) {
		font-size: 3rem;
	}

	.circlepoint.active span:nth-child(2) {
		color: #ca9d75;
		font-size: 1.3rem;
		font-weight: 400;
		text-transform: uppercase;
	}

	.circlepoint:not(.active) {
		height: 3rem;
		width: 3rem;
		transform: translate(-50%, -50%);
		left: 50%;
		right: unset;
	}

	.circlepoint:not(.active):hover {
		border: 12px solid #BDAF80;
		transition: all 0.5s ease-in-out;
	}

	.imgbox img {
		width: 30px !important;
	}

	.innericonic .circle1 {
		width: 33%;
		z-index: 4;
		height: unset;
	}

	.innericonic .circle2 {
		width: 33%;
		z-index: 4;
		height: unset;
		left: 33%;
	}

	.innericonic .circle3 {
		width: 33%;
		z-index: 4;
		height: unset;
		left: 66%;
	}

	.innericonic .innercircleborder .svg {
		display: none;
	}

	.icoslider {
		transform: translateX(-150%) skewX(10deg) !important;
	}

	/* ========innericonic ============== */
	/* ==================== Infrastucture Start ==================== */
	.innerinfrastructure {
		background: #EAE8E5;
		padding-top: 80px;
	}

	.infrastructurebox {
		margin-bottom: 0px;
	}

	.innerinfrastructure .section-head {
		margin-left: 0px;
	}

	.paracontent {
		padding: 0px 10px;
	}

	#carousel-right-slider .paracontent h1 {
		font-size: 1.4rem;
	}

	.headcurvetext2 {
		font-size: 2.4rem;
	}

	.innerinfrastructure .sliderbox .owl-nav {
		position: relative;
		bottom: 15px;
		left: 10px;
	}

	#carousel-right-slider, #carousel-right-slider .owl-stage, #carousel-right-slider .owl-stage-outer, #carousel-right-slider .owl-item, #carousel-right-slider .item {
		height: auto;
	}

	#carousel-right-slider .paracontent h1 span>span {
		font-size: 0.8rem;
	}

	/* ==================== Infrastucture End ==================== */
	/* ==================== Masterplan Start ==================== */
	.innerMasterplan {
		padding: 30px 0px 10px;
	}

	.innerwalkthrough {
		height: 60vh;
	}

	.walkthroughbox {
		height: 60vh;
	}

	.masterplanimage {
		margin-top: -40px;
	}

	.element3 {
		position: absolute;
		right: 10%;
		top: 9%;
		width: 40px;
	}

	/* ==================== Masterplan End ==================== */
	/* ==================== Collaboration Start ==================== */
	.collabboxbottomtwo, .collabboxbottom p {
		text-align: start;
	}

	.collbsecimg {
		margin-top: -25px;
	}

	/* ==================== Collaboration End ==================== */
	/* ==================== Amenities Start ==================== */
	.innerAmenities .swiper-slide {
		width: 100%;
	}

	.innerAmenities .section-head {
		margin-left: 0px;
		margin-bottom: 0px !important;
	}

	.innerAmenities .nav {
		justify-content: start;
		transform: translateX(0px) !important;
		justify-content: space-between;
	}

	/* ==================== Amenities End ==================== */
	/* ==================== ContactUs Start ==================== */
	.element {
		position: absolute;
		width: 24%;
		top: -12%;
		right: 20px;
	}

	.copyright {
		color: #BDAF80;
		font-size: 14px;
	}

	.rerano {
		font-size: 14px;
	}

	.footerlogo {
		width: 100px !important;
	}

	.privacypolicy {
		font-size: 9px;
	}

	/* ==================== ContactUs End ==================== */
	/* ==================== Enquire scroll Start ==================== */
	.footer-form {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 999;
		background: #D9B36A;
		transition: all ease-in-out 1s;
		-webkit-box-shadow: 0px -1px 3px #000;
		-moz-box-shadow: 0px -2px 3px #000;
		box-shadow: 0px -2px 3px #000;
	}

	.modal .circlehref .innercircle span, .modal .circlehref .innercircle .svg {
		height: 5.6rem;
		width: 5.6rem;
		position: relative;
		display: inline-block;
		z-index: 9;
	}

	.modal.show .modal-dialog {
		top: calc(30% - 55px);
	}

	/* ==================== Enquire scroll End ==================== */
}

@media only screen and (min-width: 834px) and (orientation: landscape) {
	/* Your Styles... */
}

@media only screen and (min-height: 1194px) and (orientation: portrait) {
	.menulogo {
		margin: 0px auto;
		width: 135px;
	}

	.mainmenu a {
		padding: 5px 15px;
	}

	.mainmenu a {
		margin: -1px;
		/* padding: 5px 15px;
    text-decoration: none; */
		color: #fff;
	}
}

@media only screen and (max-width: 991px) {
	/* body {
		padding-bottom: max(76px, env(safe-area-inset-bottom));
	} */

	#overview,
	#amenities,
	#projects-section,
	#specSection,
	#testimonials,
	#ContactUs {
		scroll-margin-top: calc(var(--site-header-height) + 18px);
	}

	.specification-container {
		width: min(100%, 94vw);
		padding: 18px 12px 88px;
	}

	.specification-heading {
		margin: 6px 0 18px;
	}

	.specification-heading h2 {
		/* max-width: 11ch; */
		margin: 0 auto;
		font-size: clamp(22px, 1.9vw, 32px);
		line-height: 1.08;
	}

	.specification-grid {
		gap: 12px;
	}

	.spec-card {
		padding: 18px 16px 16px;
		border-radius: 20px;
	}

	.spec-icon {
		width: 58px;
		height: 58px;
		margin-bottom: 10px;
	}

	.spec-title {
		font-size: 20px;
		line-height: 1.1;
		margin-bottom: 6px;
	}

	.spec-desc {
		max-width: 26ch;
		font-size: 15px;
		line-height: 1.5;
	}

	.location-split-shell {
		padding-top: 90px;
		gap: 16px;
	}

	.location-content-panel,
	.location-content-details-panel {
		border-radius: 24px;
	}

	.location-content-panel {
		padding: 22px 18px 18px;
	}

	.location-advantage-list {
		gap: 12px;
		padding: 4px;
	}

	.location-advantage-tab {
		padding: 16px 18px;
		font-size: 15px;
		line-height: 1.3;
	}

	.location-content-details-panel {
		padding: 20px 18px 24px;
	}

	.location-advantage-detail {
		gap: 12px;
	}

	.location-advantage-detail h4 {
		font-size: clamp(24px, 7vw, 34px);
		line-height: 1.12;
	}

	.location-points {
		gap: 12px;
	}

	.location-points li {
		padding-left: 20px;
		font-size: 15px;
		line-height: 1.55;
	}

	.testimonials-section {
		padding: 10px 0;
	}

	.testimonials-section .container-fluid {
		padding-left: 16px;
		padding-right: 16px;
	}

	.testimonials-section .section-head {
		max-width: 100%;
		margin: 0 0 16px;
		font-size: 26px;
		line-height: 1.15;
		letter-spacing: -0.01em;
	}

	.testimonial-tabs {
		margin-bottom: 12px;
	}

	.testimonial-tabs .subametab {
		gap: 10px;
		flex-wrap: wrap;
		font-size: 16px;
	}

	.testimonial-tabs .tab-line {
		width: 44px;
	}

	.testimonial-card {
		min-height: 0;
		padding: 24px 18px 26px;
		border-radius: 24px;
	}

	.testimonial-head {
		gap: 12px;
		align-items: flex-start;
	}

	.testimonial-google img {
		width: 56px;
		height: 56px;
	}

	.testimonial-user h4 {
		font-size: 18px;
		line-height: 1.2;
	}

	.testimonial-stars {
		font-size: 18px;
		letter-spacing: 1px;
		margin-bottom: 4px;
	}

	.testimonial-text {
		margin: 8px 0 18px;
		font-size: 16px;
		line-height: 1.7;
	}

	.testimonial-quote {
		font-size: 44px;
	}
}

@media only screen and (max-width: 480px) {
	.specification-container {
		padding: 65px 10px 84px;
	}

	.spec-card {
		padding: 16px 14px 18px;
	}

	.spec-title {
		font-size: 18px;
	}

	.spec-desc {
		font-size: 14px;
	}

	.location-visual-panel {
		min-height: 220px;
	}

	.location-content-panel {
		padding: 18px 14px 16px;
	}

	.location-panel-label {
		font-size: 10px;
		letter-spacing: 1.6px;
	}

	.location-advantage-tab {
		padding: 14px 16px;
		font-size: 14px;
	}

	.location-advantage-detail h4 {
		font-size: 20px;
	}

	.location-points li {
		font-size: 14px;
		line-height: 1.5;
	}

	.testimonials-section .section-head {
		font-size: 24px;
	}

	.testimonial-card {
		padding: 20px 16px 24px;
	}

	.testimonial-text {
		font-size: 15px;
	}
}
