html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

.transition {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

a,
button {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

a:hover,
button:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 700;
  color: #222222;
  font-family: 'Playfair Display', serif;
}

h3,
h4,
h5,
h6,
.side-heading,
.sub-heading {
  color: #76823f;
}

h2,
.h2 {
  font-size: 36px;
  color: #222222;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-t-30 {
  margin-top: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-t-30 {
  padding-top: 30px;
}

.title {
  position: relative;
  margin-bottom: 25px;
  color: #000;
}

.title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  background-color: #76823f;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  left: 0px;
  bottom: -20px;
}

.title:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background-color: #76823f;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  left: 0px;
  bottom: -24px;
}

.text-highlight {
  font-size: 18px;
  color: #76823f;
  font-weight: 700;
  margin-bottom: 15px;
}

.navigation {
  overflow: visible;
  position: fixed;
  border-top: 3px solid #76823f;
  min-height: 50px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 3;
  padding-top: 6px;
  padding-bottom: 6px;
  top: 0px;
  border-radius: 0px !important;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.navigation .main-logo {
  max-width: 235px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  height: 60px;
}

.navigation .main-logo img {
  position: relative;
  max-height: 65px;
  width: auto;
  margin-top: 0 !important;
  object-fit: contain;
}

.navigation .number {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  color: #76823f;
  background-color: #76823f;
  margin-top: 3px;
  border-radius: 3px;
  border-bottom: 1.5px solid #76823f;
}

.navigation .number img {
  width: 18px;
  margin-right: 7px;
}

.navigation .number:hover,
.navigation .number:focus {
  background-color: #76823f !important;
}

.navigation .number .icon {
  color: #222;
  margin-right: 5px;
  font-size: 16px;
}

.text-black {
  color: #000;
}

.section-head {
  font-weight: 600;
}

.scrolled-nav {
  top: 0;
  border-top: none;
}

.navbar-default .navbar-nav>li>a {
  color: #777777;
  font-weight: 500;
  font-size: 14px !important;
  padding: 15px 12px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #76823f;
}

.navigation .number {
  padding: 11px 16px !important;
  margin-left: 38px;
  border-radius: 30px;
}

.banner-area {
  overflow: hidden !important;
  height: 100vh;
  background-size: cover;
  position: relative;
}

.banner-area .down-angel-circel {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  line-height: 48px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 2;
  margin: auto;
  text-align: center;
  cursor: pointer;
  background: #76823f;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.banner-area::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5))) !important;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5)) !important;
  z-index: 1;
}

.banner-area .item {
  height: 100vh;
  background-size: cover;
}

.banner-slide-1 {
  background-image: url(../img/b11.webp);
}

.banner-slide-2 {
  background-image: url(../img/b2new.webp);
}

.banner-slide-3 {
  background-image: url(../img/b3new.webp);
}

.banner-area .container-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.banner-area .banner-content-outer {
  position: relative;
  height: 100%;
}

.banner-area .banner-content {
  top: 50px;
  color: #fff;
  max-width: 640px;
  position: absolute;
}

.banner-area .banner-content .logo-banner {
  max-width: 300px;
  margin-bottom: 10px;
}

.banner-area .banner-content h2 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.42);
  font-weight: 900;
  font-size: 54px;
  margin-bottom: 25px;
  color: #fff;
}

.banner-area .banner-content h3 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.42);
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 15px;
  color: #fff;
}

.banner-area .banner-content p {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.42);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}

.bottom-border {
  position: relative;
}

.bottom-border::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 35px;
  height: 2px;
  background: #76823f;
}

.about_counting {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_counting .icon span {
  color: #76823f;
  font-size: 45px;
}

.about_counting .details {
  padding-left: 6px;
}

.about_counting .details h3 {
  font-size: 22px;
  color: #484848;
  font-weight: bold;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
}

.about_counting .details p {
  font-size: 14px;
  color: #484848;
  margin-bottom: 0px;
}

.enquiry-box {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 36px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 36px -24px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}

.enquiry-box h4 {
  color: #76823f;
  font-weight: 600;
  margin-bottom: 28px;
  font-size: 20px;
}

.enquiry-box .form-control {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d0cece;
}

.enquiry-box .form-control:focus {
  background: #fff;
}

.enquiry-box .form-enquiry {
  padding: 25px 30px 15px;
}

.img-aurum {
  border-radius: 10px;
  border: 2px solid #76823f;
}

.btn {
  border-radius: 25px;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.form-control {
  min-height: 42px;
  border-radius: 3px;
  padding-left: 12px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #76823f;
}

.btn-primary {
  color: #ffffff;
  background-color: #76823f;
  border-color: #76823f;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:focus {
  color: #ffffff;
  background-color: #616b32;
  border-color: #616b32;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #616b32;
  border-color: #616b32;
}

.btn-dark {
  background-color: #76823f;
  border: none;
  color: #fff;
  width: 100%;
  border-radius: 3px;
}

.btn-dark:hover {
  color: #fff;
  background-color: #616b32;
}

.make_me_sticky {
  display: block;
  position: sticky;
  top: 85px;
}

.about_thumb {
  position: relative;
}

.about_thumb img {
  border-radius: 8px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about_thumb .about-over-icon {
  background: #76823f;
  border-radius: 100%;
  font-size: 22px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  position: absolute;
  right: -23px;
  text-align: center;
  top: -15px;
  width: 70px;
  z-index: 2;
}

.about_thumb .about-over-icon img {
  max-width: 43px;
  border-radius: 0px;
}

.about_thumb .about-over-icon::after {
  background-color: rgba(0, 124, 198, 0.2);
  border-radius: 100%;
  content: "";
  height: 87px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 87px;
  z-index: -1;
}

.section-features .features {
  min-height: 180px;
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section-features .features .content {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.section-features .features .content span {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 15px;
  background: #76823f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-features .features h5 {
  text-transform: uppercase;
  font-size: 15px;
}

.section-features .features:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.amenities-outer {
  background-color: #76823f;
  padding: 30px 15px 15px;
  border-radius: 20px;
}

.amenities-outer .amenities-box {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
}

.amenities-outer .amenities-box img {
  display: inline-block;
  margin-bottom: 10px;
  width: 60px;
}

.amenities-outer .amenities-box h5 {
  font-weight: 700;
  font-size: 12px;
}

.bird {
  background-image: url('bird-cells.svg');
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
  animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
  animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  overflow: hidden !important;
}

.bird--one {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.bird--two {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.bird--three {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.bird--four {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.bird-container {
  overflow: hidden;
  z-index: 999999;
  position: absolute;
  top: 20%;
  left: -7.5vw;
  -webkit-transform: scale(0);
  transform: scale(0);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
  animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bird-container--one {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.bird-container--two {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.bird-container--three {
  -webkit-animation-duration: 14.6s;
  animation-duration: 14.6s;
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}

.bird-container--four {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
  animation-delay: 10.25s;
}

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@-webkit-keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.4);
    transform: translateY(2vh) scale(0.4);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
    transform: translateY(0vh) scale(0.5);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
    transform: translateY(4vh) scale(0.6);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
}

@keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.4);
    transform: translateY(2vh) scale(0.4);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
    transform: translateY(0vh) scale(0.5);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
    transform: translateY(4vh) scale(0.6);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
}

@-webkit-keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.5);
    transform: translateY(-2vh) scale(0.5);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.4);
    transform: translateY(0vh) scale(0.4);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
    transform: translateY(-4vh) scale(0.6);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.45);
    transform: translateY(1vh) scale(0.45);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
    transform: translateY(-2.5vh) scale(0.5);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }

  51% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }

  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }
}

@keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.5);
    transform: translateY(-2vh) scale(0.5);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.4);
    transform: translateY(0vh) scale(0.4);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
    transform: translateY(-4vh) scale(0.6);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.45);
    transform: translateY(1vh) scale(0.45);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
    transform: translateY(-2.5vh) scale(0.5);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }

  51% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }

  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }
}

/* ------------------------------------------------------------------------------------------ */
/* section associate */
.section-associate .title1 {
  text-align: center;
  padding-bottom: 10px;
}

.section-associate .line {
  width: 200px;
  border-top: 2px solid #76823f;
  margin: 0px auto;
}

.section-associate .box {
  margin-left: 15px;
  margin-top: 50px;
  text-align: center;
}

.section-associate .box h4 {
  padding-bottom: 5px;
  color: #333;
}

.section-associate .box img {
  width: 200px;
}

.mb20 {
  margin-bottom: 20px;
}

.section-gallery {
  overflow: hidden;
}

.section-gallery .gallery-box {
  position: relative;
  overflow: hidden;
}

.section-gallery .gallery-box .gallery-caption {
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 23% 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.section-gallery .gallery-box .gallery-caption i {
  background: #76823f;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 32px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin-bottom: 11px;
}

.section-gallery .gallery-box .gallery-caption h4 {
  color: #fff;
  font-weight: normal;
}

.section-gallery .gallery-box:hover .gallery-caption {
  top: 0px;
}

/* section-associate */
.section-banking .item {
  border: 10px solid #ddd;
  padding: 15px;
  margin-top: 25px;
}

/* footer */
.copyright {
  background-color: #76823f;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0px;
  bottom: 0px;
  width: 100%;
  z-index: 3;
}

.copyright ul {
  padding: 0px;
  margin: 0px;
}

.copyright ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  letter-spacing: 0.8;
  cursor: pointer;
  font-size: 15.5px;
}

.about-image-area {
  position: relative;
}

.about-image-area .about-dots {
  position: absolute;
  right: -31px;
  top: -27px;
}

.about-image-area .big-about-image {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  margin-top: 50px;
}

.about-image-area .small-about-image {
  position: absolute;
  bottom: 65px;
  right: -35px;
}

.extra-padd-right {
  padding-right: 60px !important;
}

.extra-padd-right p {
  text-align: justify;
}

.big-fonts {
  font-size: 18px;
}

.primary-color {
  color: #76823f;
}

.aminities-box {
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 8px;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.aminities-box:hover {
  background: rgba(255, 255, 255, 0.2);
}

.aminities-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.aminities-box img {
  float: none;
  margin: auto;
  max-width: 70px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.aminities-box p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}

.aminities-area .owl-nav {
  position: absolute;
  top: 26px;
  height: 1px;
  width: 100%;
}

.aminities-area .owl-nav .owl-prev {
  float: left;
  margin-left: -30px;
}

.aminities-area .owl-nav .owl-prev .las {
  background: #76823f;
  border-radius: 5px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  -webkit-box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
}

.aminities-area .owl-nav .owl-prev .las:hover {
  background: #0b2c5e;
  color: #fff;
}

.aminities-area .owl-nav .owl-next {
  float: right;
  margin-right: -30px;
}

.aminities-area .owl-nav .owl-next .las {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #76823f;
  border-radius: 5px;
  line-height: 42px;
  color: #fff;
  font-size: 22px;
  -webkit-box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
}

.aminities-area .owl-nav .owl-next .las:hover {
  background: #0b2c5e;
  color: #fff;
}

.popup-gallery .col-md-4 {
  padding: 0 2px !important;
}

/* Floor Plan Cards Design */
.section-floorplan {
  padding: 60px 0;
  background-color: #fcfcfc;
}

.floor-plan-card {
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.floor-plan-card:hover {
  transform: translateY(-4px);
}

.floor-plan-preview-box {
  position: relative;
  height: 290px;
  border: 2px solid #76823f;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #121417;
}

.floor-plan-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
  transform: scale(1.03);
}

.floor-plan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 20, 24, 0.68);
}

.btn-view-details {
  position: relative;
  z-index: 2;
  background: #76823f;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 36px;
  border-radius: 3px;
  text-decoration: none !important;
  border: 1px solid #8b9750;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  display: inline-block;
  letter-spacing: 0.3px;
  cursor: pointer;
}

.btn-view-details:hover {
  background: #616b32;
  color: #ffffff !important;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.floor-plan-bottom-bar {
  background: #76823f;
  margin-top: 10px;
  padding: 14px 15px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
}

.floor-plan-bottom-bar:hover {
  background: #616b32;
}

.floor-plan-bottom-bar h4 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .floor-plan-preview-box {
    height: 220px;
  }

  .btn-view-details {
    font-size: 14px;
    padding: 10px 26px;
  }

  .floor-plan-bottom-bar h4 {
    font-size: 16px;
  }
}

.title-center {
  margin-bottom: 35px;
}

.title-center::before {
  left: 0;
  right: 0;
  margin: auto;
}

.title-center::after {
  left: 0;
  right: 0;
  margin: auto;
}

.projects-box {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.metro-box {
  margin-top: 20px;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
}

.metro-box .metro-image {
  width: 100%;
  margin-bottom: 12px;
}

.metro-box .metro-image img {
  width: 100%;
}

.metro-box .metro-detls {
  width: 100%;
  padding-top: 5px;
}

.metro-box .metro-detls h4 {
  color: #76823f;
  margin-bottom: 5px;
}

.metro-box .metro-detls p {
  font-size: 15px;
}

.call-box {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  background: #fff;
  padding: 12px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 3px;
}

.call-box .call-image span {
  width: 50px;
  height: 50px;
  background: #76823f;
  border-radius: 50%;
  line-height: 50px;
  color: #fff;
  font-size: 27px;
  display: inline-block;
  text-align: center;
}

.call-box .call-dtls {
  padding-left: 10px;
}

.call-box .call-dtls h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.call-box .call-dtls a {
  color: #76823f;
  font-weight: 600;
  font-size: 18px;
}

.section-overview {
  background: #F1F7F9 url(../img/Real-Estate-Header.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.section-overview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
}

.section-overview .container {
  position: relative;
  z-index: 2;
}

.hightlight-area .owl-nav {
  position: absolute;
  top: 135px;
  height: 1px;
  width: 100%;
}

.hightlight-area .owl-nav .owl-prev {
  float: left;
  margin-left: -30px;
}

.hightlight-area .owl-nav .owl-prev .las {
  background: #76823f;
  border-radius: 5px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  -webkit-box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
}

.hightlight-area .owl-nav .owl-prev .las:hover {
  background: #0b2c5e;
  color: #fff;
}

.hightlight-area .owl-nav .owl-next {
  float: right;
  margin-right: -30px;
}

.hightlight-area .owl-nav .owl-next .las {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #76823f;
  border-radius: 5px;
  line-height: 42px;
  color: #fff;
  font-size: 22px;
  -webkit-box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
}

.hightlight-area .owl-nav .owl-next .las:hover {
  background: #0b2c5e;
  color: #fff;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -480px;
  width: 480px;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  display: inline-block;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.open-side-menu {
  right: 0px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-header {
  display: inline-block;
  padding: 10px;
  text-align: right;
  width: 100%;
}

.menu-header i {
  float: right;
  color: #fff;
  font-size: 40px;
}

.menu-header i:hover {
  color: #76823f;
}

.menu-body {
  padding: 10px;
  border-top: 1px solid #4d4b4b;
  border-bottom: 1px solid #4d4b4b;
}

.menu-body .form-control {
  min-height: 50px;
}

.menu-body .enquiry-box .btn-primary {
  min-height: 50px;
}

.menu-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 80;
  height: 100%;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.text-blue {
  color: #76823f;
}

.text-light-blue {
  color: #1CB6E9;
}

.bounce1 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-animation: topupBtn infinite 4s;
  animation: topupBtn infinite 4s;
  z-index: 9;
}

@-webkit-keyframes topupBtn {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes topupBtn {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.about-section {
  position: relative;
  background: #fff;
}

.about-section .big-icon-bg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0.3;
}

.about-section .big-icon-bg img {
  max-width: 100%;
}

.about-section .big-icon-bg-left {
  position: absolute;
  left: -145px;
  top: 0px;
}

.about-section .big-icon-bg-left img {
  max-width: 250px;
}

.about-section p {
  margin-bottom: 20px;
}

.full-bg {
  background-repeat: no-repeat !important;
  background-position: right top;
}

.all-informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 20px;
  gap: 15px;
}

.all-informations .singel-info {
  width: 160px;
  height: 85px;
  margin: auto;
  padding: 15px 5px;
  text-align: center;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 8px;
}

.all-informations .singel-info .content {
  width: 100%;
}

.all-informations .singel-info .content h3 {
  color: #76823f;
  font-size: 26px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 4px;
}

.all-informations .singel-info .content p {
  color: #000;
  margin-bottom: 0px;
  line-height: 1.1;
  font-size: 15px;
  text-transform: uppercase;
}

.all-informations .singel-info:hover {
  background: #76823f;
}

.all-informations .singel-info:hover .content h3,
.all-informations .singel-info:hover .content p {
  color: #fff;
}

.highlight-box {
  -webkit-box-shadow: rgba(73, 134, 187, 0.2) 0px 7px 29px 0px !important;
  box-shadow: rgba(73, 134, 187, 0.2) 0px 7px 29px 0px !important;
}

.highlight-box p {
  color: #76823f !important;
  line-height: 1.3 !important;
  font-weight: 600;
}

.highlight-box:hover p {
  color: #fff !important;
}

.left-generation-image {
  position: relative;
}

.left-generation-image .item-img {
  position: relative;
  z-index: 1;
  padding: 55px 0px 55px 55px;
}

.left-generation-image .item-img img {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
}

.left-generation-image .item-img::after {
  content: "";
  height: 100%;
  width: 62%;
  background: #1CB6E9;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.left-generation-image .item-img .about-over-icon {
  background: #76823f;
  border-radius: 100%;
  font-size: 22px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  position: absolute;
  left: -23px;
  text-align: center;
  bottom: -15px;
  width: 70px;
  z-index: 2;
}

.left-generation-image .item-img .about-over-icon img {
  max-width: 43px;
  border-radius: 0px;
}

.left-generation-image .item-img .about-over-icon::after {
  background-color: rgba(0, 124, 198, 0.2);
  border-radius: 100%;
  content: "";
  height: 87px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 87px;
  z-index: -1;
}

.right-generation {
  padding-left: 40px;
}

.comfortable-image {
  position: relative;
  padding: 20px;
}

.comfortable-image img {
  border-radius: 8px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.comfortable-image::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: transparent;
  width: 100px;
  height: 100px;
  border-top: 2px solid #1CB6E9;
  border-left: 2px solid #1CB6E9;
  border-right: none;
  border-bottom: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comfortable-image::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: transparent;
  width: 100px;
  height: 100px;
  border-bottom: 2px solid #1CB6E9;
  border-right: 2px solid #1CB6E9;
  border-top: none;
  border-left: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.small-text {
  font-size: 20px !important;
}

.small-text2 {
  font-size: 13px;
  line-height: 1.3;
}

.text-justify {
  text-align: justify;
}

.extra-padd-right-40 {
  padding-right: 40px !important;
  margin-top: 50px;
}

.generation-section {
  background: #fff url(../img/pattern-04.png) no-repeat right bottom;
}

.highlight-section {
  background: #ccc url(../img/img-3.webp) no-repeat center center;
  position: relative;
  height: 460px;
  margin-bottom: 120px;
}

.highlight-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

.highlight-section .owl-nav {
  position: absolute;
  top: 45%;
  height: 1px;
  width: 100%;
}

.highlight-section .owl-nav .owl-prev {
  float: left;
  margin-left: -30px;
}

.highlight-section .owl-nav .owl-prev .las {
  background: #76823f;
  border-radius: 5px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  -webkit-box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
}

.highlight-section .owl-nav .owl-prev .las:hover {
  background: #0b2c5e;
  color: #fff;
}

.highlight-section .owl-nav .owl-next {
  float: right;
  margin-right: -30px;
}

.highlight-section .owl-nav .owl-next .las {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #76823f;
  border-radius: 5px;
  line-height: 42px;
  color: #fff;
  font-size: 22px;
  -webkit-box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
}

.highlight-section .owl-nav .owl-next .las:hover {
  background: #0b2c5e;
  color: #fff;
}

.highlight-section .container {
  position: relative;
  z-index: 2;
}

.highlight-section .container .highlight-project-area {
  padding: 18px 30px 18px 18px;
  margin: 10px 0px 50px 0px;
  background: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.highlight-section .container .highlight-project-area .owl-dots {
  display: none;
}

.highlight-dtls {
  padding: 25px 5px 16px 5px;
}

.highlight-dtls h4 {
  color: #76823f;
  margin-bottom: 8px;
}

.highlight-dtls h3 {
  margin-bottom: 10px;
}

.highlight-dtls .other-info {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
}

.highlight-dtls .other-info ul {
  padding: 0px;
  margin: 0px;
}

.highlight-dtls .other-info ul li {
  width: 50%;
  float: left;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.highlight-dtls .other-info ul li i {
  color: #76823f;
  margin-right: 5px;
  font-size: 22px;
}

.border-white::after {
  background: #fff;
}

.center-border::after {
  left: 0;
  right: 0;
  margin: auto;
}

.row-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ext-pad-l {
  padding-left: 25px;
}

.ext-pad-r {
  padding-right: 25px;
}

.aminities-dtls h3 {
  color: #76823f;
  margin-bottom: 25px;
  font-size: 36px;
}

.aminis-image {
  position: relative;
}

.new-aminities .big-icon-bg-left {
  left: 0;
  top: -180px;
}

.btn-primary:hover {
  background: #1CB6E9;
}

.graw-bg {
  background-color: #F3F6FA;
}

.custom-modal {
  width: 900px !important;
}

.modal-header {
  padding: 5px 10px;
}

.modal-header .close {
  font-size: 35px;
  opacity: 0.99;
}

.modal-header .close:hover {
  color: red;
}

.one-specific {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  background: #fff;
  padding: 12px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 155px;
  width: 100%;
}

.one-specific .specific-image img {
  width: 90px;
}

.one-specific .specific-dtls {
  padding-left: 15px;
  padding-right: 10px;
}

.one-specific .specific-dtls h4 {
  color: #000;
  margin-bottom: 8px;
  font-size: 20px;
}

.one-specific .specific-dtls p {
  font-size: 15px;
}

.specifiction-section {
  position: relative;
}

.specifiction-section .container {
  position: relative;
  z-index: 2;
}

.specifiction-section .pattern {
  position: absolute;
  top: 0;
  left: 0;
}

.specifiction-section .building {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.specifiction-section .building img {
  width: 100%;
}

.location-map .comfortable-image {
  background: #fff;
}

.location-map .comfortable-image img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.location-map ul {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.location-map ul li {
  width: 100%;
  float: left;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.location-map ul li i {
  color: #76823f;
  margin-right: 5px;
  font-size: 22px;
}

.section-overview {
  padding: 60px 0;
}

.section-overview .box {
  border: 1px solid #76823f;
  padding: 50px 18px;
  border-radius: 7px;
  margin: 20px 0px;
  text-align: center;
}

.section-overview .box h4 {
  color: #76823f;
}

.enquir-btn {
  background: #76823f;
  display: -webkit-inline-box;
  padding: 3px 14px;
  margin-top: 15px;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}

.enquir-btn:hover {
  color: #fff;
  background: #76823f;
}

.enquir-btn p {
  margin-bottom: 0px;
}

a:hover,
a:focus {
  color: #76823f;
}

.section-aminities .aminities-box {
  margin: 15px 0px;
}

.section-aminities .aminities-box img {
  margin-bottom: 15px;
}

.section-aminities .aminities-box h4 {
  text-align: center;
  font-size: 13px;
}

.aminities-area {
  background-color: #76823f;
  background-image: url(../img/pattern-01.png), url(../img/pattern-02.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.text-white {
  color: #fff;
}

.below-border {
  position: relative;
  margin-bottom: 25px;
}

.below-border::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 2px;
  background: #fff;
  bottom: -10px;
}

.mb50 {
  margin-bottom: 50px;
}

.section-specification .line {
  width: 180px;
  margin: 0px auto;
  border-top: 2px solid #76823f;
  margin-bottom: 25px;
}

.section-specification .box {
  width: 270px;
  color: #fff;
  background: #76823f;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 12px 25px;
}

.section-specification td p {
  color: grey;
  margin-bottom: 4px;
}

.section-specification .btn-primary {
  margin: 0px auto;
  display: block;
  width: 250px;
}

.enquiry {
  cursor: pointer;
  position: fixed;
  top: 250px;
  right: -57px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  background: #76823f;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 10;
}

.enquiry:hover {
  color: #fff;
  background: #76823f;
}

.mb15 {
  margin-bottom: 15px;
}

.about-project-slider .owl-dots {
  position: absolute;
  z-index: 10;
  bottom: 12px;
  width: 100%;
  text-align: center;
}

.about-project-slider .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
}

.about-project-slider .owl-dots .owl-dot.active span {
  background: #76823f;
  width: 24px;
  border-radius: 6px;
}

.all-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1px 0px;
}

.all-gallery .singel-image {
  width: 378px;
  margin: auto;
}

.footer-logo {
  max-width: 242px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.download-brochure {
  margin-left: 3px !important;
}

.copyrights-text {
  background: #76823f;
  border-top: 1px solid #3065b3;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

.copyrights-text p {
  margin: 0px;
}

.footer-section {
  background: #76823f;
  padding: 60px 0 0 0;
}

.footer-section .footer-fox-one h3 {
  color: #fff;
  margin-bottom: 25px;
}

.footer-section .footer-fox-one p {
  color: #d9d7d7;
}

.footer-section .footer-fox-one .fot-menu {
  padding: 0px;
  margin: 0px;
}

.footer-section .footer-fox-one .fot-menu li {
  margin-bottom: 3px;
  list-style: none;
}

.footer-section .footer-fox-one .fot-menu li a {
  font-size: 15px;
  color: #d9d7d7;
}

.footer-section .footer-fox-one .fot-menu li a:hover {
  color: #fff;
}

.footer-section .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-section .contact-box .contact-img {
  padding-right: 8px;
  margin-left: -4px;
}

.footer-section .contact-box .contact-img img {
  width: 24px;
}

.footer-section .contact-box .contact-dtls {
  font-size: 15px;
  line-height: 1.4;
  color: #d9d7d7;
}

.footer-section .contact-box .contact-dtls a {
  color: #d9d7d7;
}

.mfp-bottom-bar {
  display: none;
}

.margin-top-50 {
  margin-top: 80px;
}

.extra-mar-t {
  margin-top: 45px;
}

.modal-backdrop {
  z-index: 90 !important;
}

.no-show-desktop {
  display: none;
}

.pdf-image-show {
  position: relative;
  height: 100%;
  width: 100%;
}

.pdf-image-show img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.pdf-image-show::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.pdf-image-show .btn-primary {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 45px;
  width: 243px;
}

.after-center:after {
  right: 0;
  margin: auto;
}

/* responsive */
@media only screen and (max-width: 1199px) {
  .navigation {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 13px !important;
  }

  .navigation .main-logo {
    max-width: 210px;
    padding: 3px 7px;
  }

  .banner-area .banner-content h2 {
    font-size: 42px;
  }

  .banner-area .banner-content p {
    font-size: 16px;
  }

  .enquiry-box .form-enquiry {
    padding: 18px 20px 10px;
  }

  .btn,
  .form-control {
    font-size: 13px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  body {
    font-size: 15px;
    line-height: 1.4;
  }

  .about-section p {
    margin-bottom: 17px;
  }

  .about_counting .details h3 {
    font-size: 18px;
  }

  .extra-padd-right {
    padding-right: 50px !important;
  }

  .all-informations .singel-info .content h3 {
    font-size: 22px;
  }

  .small-text {
    font-size: 16px !important;
  }

  .comfortable-image {
    padding: 15px;
  }

  .aminities-dtls h3 {
    font-size: 30px;
  }

  .aminities-box p {
    font-size: 16px;
  }

  .section-gallery .gallery-box .gallery-caption {
    padding: 25% 10px;
  }

  .navigation .number {
    padding: 11px 13px !important;
    margin-left: 20px;
  }

  .enquiry {
    padding: 8px 26px;
  }

  .section-floorplan .nav-tabs li a {
    font-size: 15px;
  }

  .section-floorplan .nav-tabs li {
    margin-right: 4px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  .mb15 {
    margin-bottom: 10px;
  }

  .all-informations .singel-info {
    width: 128px;
  }

  .all-gallery .singel-image {
    width: 49.8%;
  }
}

@media only screen and (max-width: 991px) {
  .navigation .main-logo {
    max-width: 175px;
    height: auto;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 11px 9px;
    font-size: 12px !important;
  }

  .navigation .number {
    padding: 9px 11px !important;
    margin-left: 20px;
    margin-top: 1px;
    margin-right: 0px !important;
  }

  .navigation {
    min-height: auto;
  }

  .navigation {
    padding-top: 3px;
    padding-bottom: 2px;
  }

  .banner-area {
    overflow: hidden !important;
    height: auto;
    margin-top: 50px;
  }

  .banner-area .banner-content {
    top: 8px;
    color: #fff;
    max-width: 100%;
    position: relative;
    margin: 0 0 31px 0;
  }

  .banner-area::after {
    background: none !important;
  }

  .banner-area .banner-content h2 {
    font-size: 30px;
    margin-bottom: 12px;
    color: #000;
    text-shadow: none;
  }

  .banner-area .container-outer {
    position: relative;
    top: inherit;
    -webkit-transform: initial;
    transform: initial;
    padding-bottom: 80px;
  }

  .banner-area .banner-content p {
    font-size: 15px;
    color: #000;
    text-shadow: none;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  h2,
  .h2 {
    font-size: 22px;
  }

  body {
    font-size: 14px;
  }

  .mb20 {
    margin-bottom: 10px;
  }

  .about_thumb {
    margin-top: 20px;
  }

  .comfortable-image {
    margin: 20px 0;
  }

  .left-generation-image .item-img {
    padding: 35px 0px 35px 35px;
  }

  .make_me_sticky {
    display: block;
    position: relative;
    top: 0;
  }

  .right-generation {
    padding-left: 0;
    margin-top: 40px;
  }

  .highlight-section {
    height: auto;
    margin-bottom: 40px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  .highlight-section .container .highlight-project-area {
    margin-bottom: 0px;
  }

  .row-flex {
    display: inline-block;
  }

  .aminities-dtls h3 {
    font-size: 22px;
  }

  .bottom-border::after {
    bottom: -10px;
  }

  .ext-pad-l {
    padding-left: 0;
  }

  .ext-pad-r {
    padding-right: 0;
  }

  .one-specific .specific-image img {
    width: 65px;
  }

  .one-specific .specific-dtls h4 {
    font-size: 17px;
  }

  .one-specific .specific-dtls p {
    font-size: 14px;
  }

  .copyright ul li a {
    font-size: 14px;
  }

  .enquiry {
    right: -51px;
  }

  .custom-modal {
    width: 95% !important;
  }

  .extra-padd-right-40 h3 {
    font-size: 17px;
  }

  .section-gallery .gallery-box .gallery-caption {
    padding: 23% 10px;
  }

  .one-specific {
    min-height: auto;
  }

  .extra-padd-right-40 {
    margin-top: 0px;
  }

  .navigation .main-logo img {
    max-height: 44px;
    width: auto;
    margin-top: 0 !important;
  }

  .footer-logo {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav>li>a {
    padding: 3px 9px;
  }

  .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 5px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-area .banner-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .banner-area .banner-content p {
    font-size: 14px;
  }

  .extra-padd-right {
    padding-right: 15px !important;
  }

  .comfortable-image::before,
  .comfortable-image::after {
    width: 50px;
    height: 50px;
  }

  .extra-padd-right-40 {
    padding-right: 0px !important;
  }

  .left-generation-image .item-img {
    padding: 20px 0px 20px 20px;
  }

  .all-informations .singel-info .content h3 {
    font-size: 19px;
  }

  .all-informations .singel-info .content p {
    font-size: 13px;
  }

  .mb50 {
    margin-bottom: 25px;
  }

  .mb30 {
    margin-bottom: 20px;
  }

  .aminities-box img {
    max-width: 50px;
  }

  .mt30 {
    margin-top: 15px;
  }

  .one-specific {
    width: 100%;
  }

  .about_thumb img {
    width: 100%;
  }

  .about_thumb .about-over-icon {
    height: 60px;
    line-height: 60px;
    right: 10px;
    width: 60px;
  }

  .about_thumb .about-over-icon::after,
  .left-generation-image .item-img .about-over-icon::after {
    height: 76px;
    width: 76px;
  }

  .left-generation-image .item-img .about-over-icon {
    height: 60px;
    line-height: 60px;
    left: 10px;
    width: 60px;
  }

  .modal-header .close {
    font-size: 26px;
  }

  .section-floorplan .tab-content img {
    min-height: auto;
  }

  .metro-box .metro-detls p {
    font-size: 13px;
  }

  .section-gallery .gallery-box .gallery-caption {
    padding: 21% 10px;
  }

  .banner-area .item {
    height: 60vh;
  }

  .footer-section {
    padding: 40px 0 0 0;
  }

  .footer-section .contact-box {
    margin-bottom: 10px;
  }

  .no-show-mobile {
    display: none !important;
  }

  .no-show-desktop {
    display: block;
  }
}

@media only screen and (max-width: 650px) {
  .side-menu {
    width: 85%;
    right: -85%;
  }

  .menu-body .form-control,
  .menu-body .enquiry-box .btn-primary {
    min-height: 42px;
  }

  .enquiry-box .form-enquiry {
    padding: 15px 10px 3px;
  }

  .section-gallery .gallery-box .gallery-caption {
    padding: 17% 10px;
  }
}

@media only screen and (max-width: 575px) {
  .section-gallery .gallery-box .gallery-caption i {
    width: 38px;
    height: 38px;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 6px;
  }

  .section-gallery .gallery-box .gallery-caption h4 {
    font-size: 14px;
  }

  .section-gallery .gallery-box .gallery-caption {
    padding: 20% 10px;
  }

  .all-gallery {
    gap: 0px;
  }

  .footer-logo {
    max-width: 170px;
  }

  .banner-area .item {
    height: calc(100vw * 830 / 1520) !important;
    background-size: 100% 100% !important;
    background-position: left top !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .highlight-section {
    margin-bottom: 0;
  }

  .margin-top-50 {
    margin-top: 55px;
  }

  /* Zero out any Bootstrap row negative margins that cause side whitespace */
  body,
  html {
    overflow-x: hidden !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 450px) {
  .highlight-dtls .other-info ul li {
    width: 100%;
    margin-bottom: 7px;
  }

  .aminities-box {
    padding: 10px;
  }

  .aminities-box p {
    font-size: 14px;
  }

  .highlight-section .container .highlight-project-area {
    padding: 15px 15px 0px 15px;
  }

  .section-floorplan .nav-tabs li a {
    font-size: 13px;
    padding: 10px 14px;
  }

  .section-floorplan .tab-content {
    padding: 7px;
  }

  .all-informations .singel-info {
    width: 120px;
  }

  .section-gallery .gallery-box .gallery-caption {
    padding: 14% 10px;
  }

  .banner-area .item {
    height: 200px !important;
    background-size: cover !important;
    background-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/*INline Form CSS for */
.custom-form,
.custom-form input {
  background-color: #fff
}

.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-arrow::before {
  content: "\e625"
}

.custom-form {
  --cor-escura: #192a3d;
  --cor-texto: #2a212e;
  --cor-acentuado: #ffc600;
  --cor-secundaria: #0986b6;
  --cor-inativo: #c4c4c4;
  --cor-borda: #e5edf0;
  --cor-sucesso: #62bf3d;
  --cor-derrota: #cc0000;
  padding: 30px 20px;
  border-radius: 3px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap
}

.custom-form button,
.custom-form input {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  border-radius: 4px;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

.custom-form .custom-form__submit svg {
  color: var(--cor-acentuado);
  margin-left: 15px
}

.custom-form .custom-form__submit {
  display: flex;
  background-color: var(--cor-secundaria);
  color: #fff;
  padding: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer
}

.custom-form .custom-form__submit:disabled {
  filter: grayscale(100);
  pointer-events: none
}

.custom-form__group {
  margin: 0 0 calc(15 / 16 * 1rem);
  position: relative;
  color: var(--cor-texto);
  font-size: calc(13 / 16 * 1rem);
  width: 100%
}

.custom-form__group .group__label {
  position: absolute;
  background-color: #fff;
  font-size: calc(14 / 16 * 1rem);
  color: currentColor;
  padding: 0 calc(5 / 16 * 1rem);
  left: calc(20 / 16 * 1rem);
  font-weight: 600;
  border-radius: 3px;
  top: calc(8 / 16 * 1rem * -1);
  opacity: 0;
  transform: scale(1.2) translateY(15px);
  transition: color .2s, opacity .2s, transform .2s
}

.custom-form__group input:hover,
.custom-form__group input:hover+.group__label {
  color: var(--cor-secundaria);
  border-color: currentColor
}

.custom-form__group input:not(:placeholder-shown):invalid,
.custom-form__group input:not(:placeholder-shown):invalid+.group__label {
  color: var(--cor-derrota);
  border-color: var(--cor-derrota)
}

.custom-form__group:not(:focus-within) input:not(:placeholder-shown):valid,
.custom-form__group:not(:focus-within) input:not(:placeholder-shown):valid+.group__label {
  color: var(--cor-sucesso);
  border-color: var(--cor-sucesso)
}

.custom-form__group input:not(:placeholder-shown):not(.datalist-input):invalid {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20stroke%3D%22%23c00%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20class%3D%22feather%20feather-frown%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M16%2016s-1.5-2-4-2-4%202-4%202M9%209h.01M15%209h.01%22%2F%3E%3C%2Fsvg%3E");
  background-position: 98% center;
  background-size: 25px
}

.custom-form__group input:not(:placeholder-shown)+.group__label {
  color: var(--cor-acentuado)
}

.custom-form__group input:not(:placeholder-shown) {
  color: var(--cor-escura);
  border-color: var(--cor-acentuado)
}

.custom-form__group input:focus+.group__label,
.custom-form__group input:not(:placeholder-shown)+.group__label,
.custom-form__group select:focus+.group__label {
  transform: scale(1) translateY(0);
  opacity: 1
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.custom-form__group input::-webkit-input-placeholder {
  color: currentColor
}

.custom-form__group input::-moz-placeholder {
  color: currentColor
}

.custom-form__group input::placeholder {
  color: currentColor
}

.custom-form__group input:focus,
.datalist-input:focus {
  outline: 0
}

.custom-form input[type=checkbox] {
  opacity: 0;
  position: absolute
}

.custom-form input[type=checkbox]+label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 1px solid currentcolor;
  width: 1em;
  border-radius: 3px;
  margin-right: .5em;
  height: 1em;
  transition: background-color .2s
}

.custom-form__fieldset,
.custom-form__group input {
  border: 1px solid var(--cor-borda);
  box-sizing: border-box
}

.custom-form input[type=checkbox]:checked+label::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M20.285%202L9%2013.567%203.714%208.556%200%2012.272%209%2021%2024%205.715z%22%2F%3E%3C%2Fsvg%3E");
  background-color: currentColor;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%
}

.custom-form input[type=checkbox]:checked+label {
  color: var(--cor-sucesso)
}

.custom-form input[type=checkbox]+label:hover,
.custom-form input[type=checkbox]:focus+label {
  color: var(--cor-secundaria)
}

.custom-form input[type=checkbox]+label {
  font-size: calc(13 / 16 * 1rem);
  color: var(--cor-texto);
  font-weight: 600;
  cursor: pointer;
  transition: color .2s;
  margin-right: calc(10 / 16 * 1rem)
}

.custom-form__group input {
  font-weight: 600;
  display: block;
  background-color: #fff;
  color: currentColor;
  padding: 1.5rem calc(20 / 16 * 1rem);
  width: 100%;
  transition: border-color .2s, color .2s;
  font-size: 13px
}

.custom-form__fieldset--full {
  flex-basis: 100% !important;
  margin-right: 0
}

.custom-form__fieldset {
  border-radius: 3px;
  margin: 0 calc(15 / 16 * 1rem) calc(15 / 16 * 1rem) 0
}

.custom-form__legend {
  color: var(--cor-texto);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 500
}

@media only screen and (min-width:1025px) {
  .custom-form .custom-form__submit {
    margin-bottom: calc(10 / 16 * 1rem)
  }

  .custom-form {
    min-width: 510px;
    margin-top: 0
  }

  .custom-form>* {
    flex-basis: 49%
  }

  .custom-form__group:nth-of-type(2n) {
    margin-right: 0
  }

  .custom-form__group {
    margin: 0 calc(10 / 16 * 1rem) calc(10 / 16 * 1rem) 0
  }
}

.datalist {
  position: relative
}

.datalist.active .datalist-ul {
  display: block
}

.datalist-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition: transform .2s
}

.datalist.active .datalist-icon {
  transform: rotate(270deg)
}

.datalist-ul {
  display: none;
  position: absolute;
  margin: 5px 0 0;
  padding: 0;
  width: 100%;
  max-height: 200px;
  top: 100%;
  left: 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  z-index: 100;
  scrollbar-color: var(--cor-escura) var(--cor-acentuado);
  scrollbar-width: thin;
  padding: calc(5 / 16 * 1rem) 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .2)
}

.datalist-ul--up {
  top: unset;
  bottom: 100%
}

.datalist-ul::-webkit-scrollbar {
  width: 12px
}

.datalist-ul::-webkit-scrollbar-thumb {
  background-color: var(--cor-escura);
  border-radius: 20px;
  border: 3px solid var(--cor-acentuado)
}

.datalist-ul::-webkit-scrollbar-track {
  background: var(--cor-acentuado)
}

.datalist-ul li span {
  display: inline-block;
  transition: transform .2s;
  pointer-events: none
}

.datalist-ul li {
  display: block;
  text-align: left;
  padding: .8em 1em;
  color: #5a6467;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  transition: border-color .2s
}

.datalist-ul.active li {
  cursor: pointer
}

.datalist-ul.active li:hover span {
  transform: translateX(15px)
}

.datalist-ul.active li:hover {
  color: #0986b6;
  border-top-color: #3cb2dd;
  border-bottom-color: #3cb2dd
}

@media only screen and (max-width:767px) {
  .datalist-ul {
    top: unset;
    bottom: 100%
  }
}

@keyframes animBg {

  0%,
  100% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }
}

/* Inline Form CSS End Here */

/* Single Clean White Div Centered Popup Form */
.side-menu {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) scale(0.8);
  width: 440px !important;
  max-width: 92% !important;
  height: auto !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25) !important;
  z-index: 10000 !important;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease !important;
  padding: 30px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.side-menu.open-side-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.side-menu .menu-header {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  background: transparent !important;
  z-index: 10005 !important;
}

.side-menu .close-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: #f1f3f5 !important;
  color: #333333 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  z-index: 10005 !important;
  outline: none !important;
}

.side-menu .close-menu:hover,
.side-menu .close-menu:focus {
  background: #76823f !important;
  color: #ffffff !important;
  transform: scale(1.08) !important;
}

.side-menu .close-menu i {
  font-size: 22px !important;
  color: inherit !important;
  cursor: pointer !important;
  line-height: 1 !important;
  display: block !important;
  pointer-events: none !important;
}

.side-menu .menu-body,
.side-menu .enquiry-box,
.side-menu .form-enquiry {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.popup-logo-wrap {
  text-align: center !important;
  margin: 0 auto 16px auto !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.popup-logo {
  max-width: 180px !important;
  max-height: 52px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: inline-block !important;
  margin: 0 auto !important;
}

.side-menu h4 {
  color: #76823f !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 22px !important;
  position: relative !important;
  padding-bottom: 8px !important;
  line-height: 1.3 !important;
}

.side-menu h4.bottom-border::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 45px !important;
  height: 3px !important;
  background-color: #76823f !important;
  border-radius: 2px !important;
}

.side-menu .form-group {
  margin-bottom: 16px !important;
}

.side-menu .form-control {
  background: #ffffff !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 8px !important;
  height: 48px !important;
  min-height: 48px !important;
  font-size: 14px !important;
  color: #333333 !important;
  box-shadow: none !important;
  padding: 10px 15px !important;
  width: 100% !important;
}

.side-menu .form-control:focus {
  border-color: #76823f !important;
}

.side-menu .btn-primary {
  width: 100% !important;
  background: #76823f !important;
  border: none !important;
  border-radius: 8px !important;
  height: 50px !important;
  min-height: 50px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  color: #ffffff !important;
  margin-top: 8px !important;
  cursor: pointer !important;
  display: block !important;
}

.side-menu .btn-primary:hover {
  background: #616b32 !important;
}

.menu-outer {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.6) !important;
  z-index: 9999 !important;
  display: none;
  cursor: pointer !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

/* Project Highlights Card Section After Banner */
.mobile-project-highlights {
  padding: 25px 15px 20px;
  background: #f3f6fa;
  margin: 0;
}

.highlights-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 10px 0 !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #76823f;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.status-pill .green-dot {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  display: inline-block;
}

.highlights-card .project-title {
  color: #76823f;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center !important;
  width: 100% !important;
}

.highlights-card .project-location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #4b5563;
  font-size: 14.5px;
  font-weight: 600;
  margin: 0 auto 16px auto;
  text-align: center;
}

.highlights-card .project-location i {
  color: #76823f;
  font-size: 18px;
}

.location-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  background: #f8fafc;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  margin: 0 auto 20px auto !important;
  width: auto !important;
  max-width: 90% !important;
}

.location-pill i {
  color: #76823f;
  font-size: 18px;
}

.highlights-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
  display: inline-block;
}

.highlights-list li {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.highlights-list li i {
  color: #76823f;
  font-size: 20px;
  flex-shrink: 0;
}

.price-highlight-badge {
  background: #f0f7ff;
  border: 1px solid #bbe0ff;
  color: #76823f;
  font-size: 15px;
  padding: 10px 18px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  width: 100%;
  justify-content: center;
}

.price-highlight-badge i {
  color: #76823f;
  font-size: 20px;
}

.btn-highlights-enquire {
  width: 100%;
  background: #76823f;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 14px 20px;
  border-radius: 8px;
  border: none;
  text-transform: uppercase;
  transition: background 0.2s;
  box-shadow: 0 4px 15px rgba(0, 128, 204, 0.25);
  cursor: pointer;
}

.btn-highlights-enquire:hover {
  background: #616b32;
}

/* Hide banner form overlay box on all views */
.banner-area .container-outer {
  display: none !important;
}

/* Hide Mobile Highlights & Extra Form on Laptop / Desktop view */
@media only screen and (min-width: 992px) {

  .mobile-project-highlights,
  .after-highlights-enquiry-section {
    display: none !important;
  }

  /* Desktop banner: start below fixed navbar, height calculated to preserve 1520x830 aspect ratio without any cropping */
  .banner-area {
    height: auto !important;
    margin-top: 76px !important;
    padding-top: 0 !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .banner-area .item {
    width: 100% !important;
    height: calc(100vw * 830 / 1520) !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }

  .banner-area::after {
    display: none !important;
  }
}

/* Mobile View (Mobile Only Highlights and Enquiry Flow) */
@media only screen and (max-width: 991px) {
  .banner-area {
    position: relative !important;
    height: auto !important;
    overflow: hidden !important;
    margin: 0 !important;
    margin-top: 60px !important;
    /* positions banner cleanly below the header */
    padding: 0 !important;
  }

  /* Remove any extra space caused by owl carousel dots/nav in banner */
  #banner-slider.owl-carousel {
    margin: 0 !important;
    padding: 0 !important;
  }

  #banner-slider .owl-dots {
    display: none !important;
  }

  #banner-slider .owl-nav {
    display: none !important;
  }

  .banner-area .item {
    width: 100% !important;
    height: calc(100vw * 1600 / 1000) !important;
    background-size: 100% 100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .banner-slide-1 {
    background-image: url(../img/b11-mobile.webp) !important;
  }

  .banner-slide-2 {
    background-image: url(../img/b2-mobile.webp) !important;
  }

  .banner-slide-3 {
    background-image: url(../img/b3-mobile.webp) !important;
  }

  .banner-area::after {
    display: none !important;
  }

  .banner-area .container-outer {
    display: none !important;
  }

  .mobile-project-highlights,
  .after-highlights-enquiry-section {
    display: block !important;
  }

  .mobile-project-highlights {
    padding-top: 20px !important;
    margin-top: 0 !important;
  }

  .down-angel-circel {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area {
    margin-top: 60px !important;
    /* positions banner cleanly below mobile header */
  }
}

/* Prevent horizontal scroll / whitespace on sides — scoped to mobile sections only */
.mobile-project-highlights .container,
.after-highlights-enquiry-section .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* Fix Bootstrap row negative margin inside mobile-only sections */
.mobile-project-highlights .row,
.after-highlights-enquiry-section .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Make columns zero-padding inside mobile-only sections */
.mobile-project-highlights .col-xs-12,
.mobile-project-highlights .col-sm-10,
.after-highlights-enquiry-section .col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* Enquire Card Form Section After Project Highlights (Mobile Only) */
.after-highlights-enquiry-section {
  padding: 0 15px 30px 15px;
  background: #f3f6fa;
  margin: 0;
}

.enquiry-card-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}

.enquiry-card-box h4 {
  color: #76823f;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 8px;
  text-align: left;
}

.enquiry-card-box h4.bottom-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background-color: #76823f;
  border-radius: 2px;
}

.enquiry-card-box .form-group {
  margin-bottom: 16px;
}

.enquiry-card-box .form-control {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  height: 48px;
  min-height: 48px;
  font-size: 14px;
  color: #333333;
  box-shadow: none;
  padding: 10px 15px;
  width: 100%;
}

.enquiry-card-box .form-control:focus {
  border-color: #76823f;
}

.enquiry-card-box .btn-primary {
  width: 100%;
  background: #76823f;
  border: none;
  border-radius: 8px;
  height: 50px;
  min-height: 50px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-top: 8px;
  cursor: pointer;
  display: block;
}

.enquiry-card-box .btn-primary:hover {
  background: #0066a3;
}

/* Floating Quick Actions Bar at Bottom (Call, Download Brochure, WhatsApp) */
.floating-quick-bar {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.floating-bar-left,
.floating-bar-right {
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
}

/* Call Now Button */
.btn-quick-call {
  background: #76823f;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(118, 130, 63, 0.35);
  text-decoration: none !important;
  transition: transform 0.2s, background 0.2s;
}

.btn-quick-call:hover {
  background: #616b32;
  transform: translateY(-2px);
}

.btn-quick-call i {
  font-size: 17px;
  display: inline-block;
  transform: rotate(0deg);
}

/* Floating Animation for Download Brochure (Fast Up & Down Movement) */
@keyframes floatBrochure {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes floatBrochureIcon {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-11px);
  }
}

/* Download Brochure Button (Desktop / Laptop View) */
.btn-quick-brochure {
  background: linear-gradient(180deg, #ffffff 0%, #dcdcdc 100%);
  color: #222222 !important;
  padding: 6px 8px 6px 16px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #b8b8b8;
  text-decoration: none !important;
  transition: transform 0.2s;
  cursor: pointer;
}

.btn-quick-brochure .brochure-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-quick-brochure .brochure-text span {
  font-size: 13px;
  font-weight: 800;
  color: #222222;
  line-height: 1.15;
  white-space: nowrap;
}

.btn-quick-brochure:hover {
  transform: translateY(-2px);
}

.btn-quick-brochure .pdf-badge {
  background: #ff001c !important;
  color: #ffffff !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 4px 16px 4px 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 26px !important;
  box-shadow: 0 4px 12px rgba(255, 0, 28, 0.45) !important;
  animation: floatBrochureIcon 0.8s ease-in-out infinite !important;
}

/* WhatsApp Button */
.btn-quick-whatsapp {
  background: #25D366;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
  text-decoration: none !important;
  transition: transform 0.2s, background 0.2s;
}

.btn-quick-whatsapp:hover {
  background: #1da851;
  transform: translateY(-2px);
}

.btn-quick-whatsapp i {
  font-size: 20px;
}

/* Responsive for Mobile Devices */
@media only screen and (max-width: 576px) {
  .floating-quick-bar {
    bottom: 10px;
    left: 8px;
    right: 8px;
  }

  .floating-bar-left,
  .floating-bar-right {
    gap: 6px;
  }

  .btn-quick-call,
  .btn-quick-whatsapp {
    padding: 8px 12px;
    font-size: 12px;
  }

  .btn-quick-brochure {
    padding: 4px 4px 4px 10px;
    font-size: 11px;
  }

  .btn-quick-brochure .pdf-badge {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
}

/* Mobile Vertical Sticky Download Brochure Badge */
.mobile-vertical-brochure {
  display: none !important;
  position: fixed !important;
  left: 0 !important;
  top: 160px !important;
  /* 72px navbar + ~88px into banner image */
  z-index: 9999 !important;
  background: #ffffff;
  border-radius: 0 20px 20px 0;
  padding: 10px 6px 14px 6px;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  border: 1px solid #e2e8f0;
  border-left: none;
}

.mobile-vertical-brochure .pdf-icon {
  background: #ff001c;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 4px 10px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  animation: floatBrochure 0.8s ease-in-out infinite;
}

.mobile-vertical-brochure .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 11px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/* Mobile Sticky Bottom Footer (Call | WhatsApp | Enquire Now) */
.mobile-sticky-footer {
  display: none;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background: #ffffff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.mobile-sticky-footer .sticky-footer-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 4px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}

.mobile-sticky-footer .call-item {
  background: #76823f;
  color: #ffffff !important;
}

.mobile-sticky-footer .whatsapp-item {
  background: #25D366;
  color: #ffffff !important;
}

.mobile-sticky-footer .enquire-item {
  background: #76823f;
  color: #ffffff !important;
}

.mobile-sticky-footer .sticky-footer-item i {
  font-size: 17px;
}

@media only screen and (max-width: 991px) {
  .mobile-vertical-brochure {
    display: flex !important;
  }

  .mobile-sticky-footer {
    display: flex !important;
  }

  .floating-quick-bar,
  .enquiry {
    display: none !important;
  }

  body {
    padding-bottom: 55px !important;
  }
}

.gallery-hidden {
  display: none !important;
}

#btn-load-more-gallery {
  background-color: #76823f !important;
  color: #ffffff !important;
  border: none !important;
  padding: 13px 38px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  letter-spacing: 0.8px !important;
  margin-top: 20px !important;
  box-shadow: 0 4px 15px rgba(118, 130, 63, 0.3) !important;
  transition: background-color 0.2s, transform 0.2s !important;
  display: inline-block !important;
}

#btn-load-more-gallery:hover,
#btn-load-more-gallery:focus,
#btn-load-more-gallery:active {
  background-color: #616b32 !important;
  color: #ffffff !important;
}

/* Force compact header with hamburger toggle for screen widths up to 1092px (764px to 1092px) */
@media (max-width: 1092px) {
  .navbar-header {
    float: none !important;
  }

  .navbar-toggle {
    display: block !important;
    float: right !important;
    margin-right: 15px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    clear: both !important;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
    max-height: 340px !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }

  .navbar-nav>li {
    float: none !important;
  }

  .navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

/* Master Plan Section */
.section-masterplan {
  padding: 60px 0 70px 0;
  background-color: #fcfbf9;
  position: relative;
}

.masterplan-card {
  max-width: 820px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid #e5e8de;
  background: #ffffff;
  position: relative;
}

.masterplan-image-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 100%;
}

.masterplan-img-blurred {
  width: 100%;
  height: auto;
  display: block;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: scale(1.05);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.masterplan-image-wrapper:hover .masterplan-img-blurred {
  transform: scale(1.08);
}

.masterplan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.masterplan-image-wrapper:hover .masterplan-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.btn-masterplan-view {
  background-color: #76823f;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 22px rgba(118, 130, 63, 0.45);
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}

.btn-masterplan-view:hover {
  background-color: #616b32;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 25px rgba(118, 130, 63, 0.6);
  color: #ffffff !important;
}

.btn-masterplan-view i {
  font-size: 20px;
}

@media (max-width: 767px) {
  .section-masterplan {
    padding: 40px 0 50px 0;
  }

  .btn-masterplan-view {
    font-size: 14px;
    padding: 11px 24px;
  }
}

/* ==========================================================================
   Letter-by-Letter Scroll Reveal Animation for Section Headings
   ========================================================================== */
.heading-letter-animate {
  opacity: 1 !important;
}

.heading-letter-animate .word {
  display: inline-block;
  white-space: nowrap;
}

.heading-letter-animate .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(16px) scale(0.9);
  filter: blur(3px);
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.heading-letter-animate.is-revealed .char {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.heading-letter-animate .char.char-space {
  width: 0.28em;
}

.heading-letter-animate.bottom-border::after {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

.heading-letter-animate.center-border.bottom-border::after {
  transform-origin: center;
}

.heading-letter-animate.is-revealed.bottom-border::after {
  transform: scaleX(1);
}

/* ==========================================================================
   Amenities Section Mobile Ordering (Image First -> Content Below)
   ========================================================================== */
@media (max-width: 991px) {
  .row-flex-center {
    display: flex !important;
    flex-direction: column !important;
  }

  .amenity-image-col {
    order: 1 !important;
    width: 100% !important;
  }

  .amenity-text-col {
    order: 2 !important;
    width: 100% !important;
  }

  .row-flex-center .amenity-single-image {
    margin-bottom: 18px !important;
  }

  .row-flex-center .aminities-dtls {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .row-flex-center.mb50 {
    margin-bottom: 45px !important;
  }
}