/* @import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
  font-family: "Questa";
  src: url("../fonts/AnyConv.com__QuestaGrande-Medium.woff");
}

@font-face {
  font-family: "Cera Pro Regular";
  src: url("../fonts/Cera Pro Regular.otf");
}

@font-face {
  font-family: "AnyConv_light";
  src: url("../fonts/AnyConv.com__QuestaGrande-Light.woff");
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    src: url(https://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwkT9nA2.woff2) format('woff2');
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}

@font-face {
  font-family: "Questa";
  src: url("../fonts/qu.woff");
}

@font-face {
  font-family: "Questa_regular";
  src: url("../fonts/The\ Questa\ Project\ -\ QuestaSans-Light.woff");
}

html {
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}

section {
  overflow: hidden;
}

body {
  /* font-family: 'Gotham_Light' !important; */
  font-size: 19px !important;
  line-height: 1.4 !important;
  font-family: "Questa", sans-serif;
  /* font-family: "Questa_regular"; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Butler_Light"; */
  /* font-family: 'Gotham_Light' !important; */
  /* font-family: 'Butler_Light'; */
  font-family: "Questa";
}

P{
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}


.stitle {
  font-family: "Questa";
  font-size: 36px;
  line-height: 30px;
  text-transform: uppercase;
  word-spacing: 2px !important;

  color: #243758;
  font-weight: 800;
  letter-spacing: 1px;
}

a {
  text-decoration: none !important;
}

.bg-green {
  background: #F2F0E2 !important;
}

.dark-bg {
  background: #77777714;
}

.grey-bg {
  background: #f3f3f3;
}

.section-title {
  /* font-family: 'Butler_Light'; */
  font-family: "Questa";
  font-size: 60px;
  margin-bottom: 20px;
}

.conf-tit {
  padding: 0px 50px;
  color: #000;
}

.banner-title {
  font-size: 24px;
  font-family: "Questa" !important;
  font-weight: 600;
  /* text-transform: uppercase; */
  line-height: 45px;
  letter-spacing: 1px;
  margin: 0px 0px 15px;
  color: #03914f;
}

.banner-title1 {
  font-size: 24px;
  font-family: "Questa" !important;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin: 0px 0px 15px;
  color: #1e242e;
}

.banner-title1 span {
  color: #a88170;
}

.locpoint {
  padding: 0px 15px;
  line-height: 30px;
}

section.ban-patch {
  padding: 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
  right: 0px;
  z-index: 999;
  left: 0px;
  background-color: transparent;
}

/* .ban-patch
{
  display: none;
} */

.sec-display {
  display: block;
}

.ban-patch p {
  margin: 0px;
  font-size: 17px;
}

.ban-patch img {
  /* padding: 15px 0px; */
  width: 130px;
}

.subhead {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.sub-title {
  text-align: initial;
  font-size: 60px;
}

.sec-padd {
  padding: 100px 0;
}

.sec-padd-top {
  padding-top: 80px;
}

.sec-padd-bot {
  padding-bottom: 100px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.align-item-start {
  text-align: start !important;
}

p {
  /* word-spacing: 3px !important; */
}

.pd0 {
  padding: 0px;
}

.inputial sup {
  color: red;
}

/******************Header**************/

.navbar-light .navbar-toggler-icon {
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; */
}

/* .active-section-link {
  border-bottom: 2px solid #000;
} */
.navbar-light .navbar-toggler {
  color: #fff !important;
  border-color: transparent !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important;
}

.navbar .nav-link {
  position: relative;
}

.navbar .nav-link::after,
.active-section-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #243758;
  transition: all 0.5s ease-in-out;
}

.navbar .nav-link:hover::after,
.navbar .nav-link:active::after,
.navbar .nav-link:focus::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

/* .navbar .nav-link:hover{
  border-bottom: 2px solid #243758;
} */
.offcanvas .nav-link {
  /* font-family: 'optima' !important; */
  color: #fff !important;
  font-size: 26px;
  font-weight: 600;
}

.offcanvas .nav-link:hover {
  color: #fff !important;
}

.btn-close {
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #231f20 !important;
  font-weight: 600;
  font-family: "Questa";
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 5px;
  letter-spacing: 1px;
  margin: 0 15px;
  font-size: 17px;
}

.navbar-nav .dropdown-item {
  padding: 10px 12px !important;
  border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
  border-bottom: 0;
}

.sticky-top {
  padding: 0px;
  box-shadow: 0px 0px 5px 5px #0000002e;
}

.offcanvas {
  background-color: #0e1f24 !important;
}

.btn-grp a {
  display: inline-block;
  margin-top: 20px;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
}

.box-wrap {
  align-items: center;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 30px;
}

.icon-wrap img {
  width: 45px;
  margin-right: 13px;
}

.box-wrap>* {
  position: relative;
  z-index: 9;
}

.bg-hover {
  position: relative;
}

.bg-hover:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background-color: #007686;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.bg-hover:hover img {
  filter: brightness(0) invert(1);
}

.whitec {
  color: #fff;
}

.bg-hover:hover .title-wrap {
  color: #fff;
}

.bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px !important;
  line-height: 1.42857143;
  vertical-align: middle;
}

thead>tr>th {
  color: #fff;
}

table .price-click {
  font-size: 17px;
  margin-right: 0;
}

.title45 {
  text-align: center;
  margin-top: 15px;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

.amenities-carousel {
  margin: 70px 0px 0px;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  /* margin-bottom: 10px; */
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #091b29;
  font-size: 22px;
  padding: 0px 15px 10px 10px;
  z-index: 99;
}

ul.listing {
  padding-left: 17px;
}

ul.listing li {
  margin-bottom: 15px;
}

ul.listing li::marker {
  color: #007686;
}

.readmore.collapsed .fa::before {
  content: "\f0fe";
  transition: ease all 0.5s;
}

.readmore .fa::before {
  content: "\f146";
  transition: ease all 0.5s;
}

.amenities {
  /* padding: 80px 0px; */
  /* background: #0E1F24; */
  z-index: 99;
  position: relative;
}

.amenities-icon .icons-wrap img {
  width: 67px !important;
  filter: invert(0);
}

.amenities-icon .icons-wrap {
  border: 2px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  transition: ease all 0.5s;
  padding: 8px;
}

.amenities-icon {
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  text-align: center;
}

.amenities-icon p {
  color: #000;
  margin-bottom: 0;
  font-size: 19px;
}

/**banner***/

.carousel-inner .carousel-caption {
  right: inherit !;
  left: 0% !important;
  text-align: left !important;
  bottom: 0;
  background: linear-gradient(90deg,
      rgba(116, 92, 44, 1) 1%,
      rgba(116, 92, 44, 0) 100%);
  padding: 2rem 3.5rem !important;
}

.carousel-caption h3 {
  font-size: 60px;
}

.carousel-caption h4 {
  font-size: 50px;
}

.navbar-brand img,
.offcanvas-header img {
  max-width: 160px;
  height: 48px;
  width: auto;
  margin-top: -2px;
}

.carousel-caption>* {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.banner_down_arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.big-head {
  font-size: 60px;
  line-height: 1.4;
}

.img-wrapper {
  z-index: 1;
}

.flex-center {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.nri_box_wrap {
  display: flex;
  margin-bottom: 30px;
  gap: 30px;
}

.nri_box_wrap .nribox_img_wrap {
  position: relative;
  width: 40px;
  text-align: center;
}

.nri_box_wrap .nribox_img_wrap:before {
  content: "";
  position: absolute;
  height: 75%;
  width: 2px;
  border-left: 1px solid #fff;
  top: 28px;
  left: 50%;
}

.nri_box_wrap .nribox_img_wrap:after {
  content: "";
  position: absolute;
  background: #b8691b;
  height: 10px;
  width: 10px;
  border-radius: 40px;
  top: 5px;
  left: 40%;
}

.nribox_txt_wrap h4 {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.4;
  font-family: "Questa" !important;
}

.nribox_txt_wrap span {
  color: #b8691b;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  font-family: "Questa" !important;
}

.left-content {
  /* max-width: 638px; */
  padding-left: 0;
  flex-flow: column;
  padding: 0% 40% 0px 10%;
  align-items: inherit;
}

.nri_box_wrap:last-child .nribox_img_wrap:before {
  display: none;
}

.border-effect {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
}

.high-prior {
  position: relative;
  z-index: 9;
}

.over-sec .sticky-top {
  top: 72px;
}

.border-effect::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
  background: #000000;
}

.border-effect::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
  background: #000;
}

.border-effect:hover::before,
.border-effect:hover::after {
  width: 30%;
  left: 36%;
}

.amenities-gallery img {
  min-height: 570px;
  transform: scale(1);
}

.amenities-gallery:hover img {
  transform: scale(1.1);
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  position: relative;
  /* background: black !important; */
  /* bottom: 0px; */
  /* color: #000000 !important; */
  /* font-size: 8px !important; */
  /* -webkit-transition: all 0.3s; */
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  /* transition: all 0.3s; */
  /* border: 2px solid !important; */
  /* height: 40px; */
  /* width: 40px; */
  /* border-radius: 50% !important; */
  /* outline: none !important; */
  /* z-index: 99; */
  /* position: relative; */
}

.usp-carousel .owl-nav [class*="owl-"] {
  border: none !important;
  /* display: none !important; */
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ffffff00 !important;
  color: #fff !important;
}

.conf-img {
  position: relative;
  padding: 0 0 25px 25px;
  margin: 30px 0 0 15px;
}

.conf-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 2px solid #243758;
  border-left: 2px solid #243758;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: -1;
}

.map-image {
  position: relative;
}

/* .map-image::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    border-left: 10px solid #243758;
    height: 450px;
    margin-top: -225px;
} */

.evergreen-sec {
  position: relative;
}

.traingle1 {
  position: absolute;
  width: 74%;
  z-index: -1;
  bottom: -9px;
  left: 10px;
}

.triangle2 {
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: -44px;
  left: -17%;
}

svg.triangle3 {
  position: absolute;
  z-index: -1;
  bottom: -94px;
  right: 10px;
}

svg.triangle4 {
  position: absolute;
  z-index: -1;
  bottom: -98px;
  right: -28%;
}

.traingle5 {
  position: absolute;
  width: 74%;
  z-index: -1;
  bottom: -157px;
  left: 10px;
}

.triangle6 {
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: -191px;
  left: -17%;
}

.falling-leaves {
  position: absolute;
  top: -44%;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 0);
  background-size: cover;
  overflow: hidden;
}

.leaf-scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transform-style: preserve-3d;
}

.leaf-scene div {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/leaf.svg) no-repeat;
  background-size: 100%;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

#carousel-example-generic {
  /* height: 100vh !important; */
}

.over-sec {
  position: relative;
}

/* .over-sec::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #0E1F24;
    width: 100%;
    height: 98.52%;
    z-index: -2;
} */

.width {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.second_sec {
  /* margin-top: -60px; */
}

.trirel {
  position: relative;
}

/******************/

.snip1206 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.snip1206:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0.75;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snip1206::before {
  content: "\f055";
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  z-index: 99;
  font-size: 36px;
  color: #243758;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snip1206 .figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.snip1206 h2,
.snip1206 p {
  opacity: 1;
}

.galbg-img {
  border-radius: 0 !important;
  width: 100%;
  height: 654px !important;
  object-fit: cover;
}

.snip1206:hover:after,
.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.snip1206:hover:before {
  -webkit-transform: skew(0deg) scaleX(1);
  transform: skew(0deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fig-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

/**Tab***/

.nav-tabs .nav-link.nav-link .active-section-link {
  border: 3px solid #ffffff91 !important;
  background: #243758 !important;
  color: #fff !important;
  border-radius: 0 !important;
  /* background-image: url(../images/arrowfloor.svg); */
}

.nav-tabs .nav-link {
  position: relative;
  background: transparent !important;
  color: #243758 !important;
  border-radius: 0 !important;
  border: 1px solid #243758 !important;
  /* background: #243758 !important; */
  color: #243758 !important;
  font-size: 24px;
  margin: 0 0 19px !important;
  width: 100%;
  text-align: center;
  /* padding: 20px; */
  transition: all 0.4s ease 0s;
}

#nav-profile .nav-tabs .nav-link,
#nav-contact .nav-tabs .nav-link {
  margin: 15px auto !important;
  min-width: 20%;
  font-size: 19px;
  padding: 10px 0px;
  text-align: center;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #243758 !important;
  background: #243758 !important;
  color: #fff !important;
  /* background-image: url(../images/arrowfloor.svg); */
}

.nav-link.active {
  background: #243758 !important;
  color: #fff !important;
}

.nav-link i {
  font-size: 24px;
  padding: 0px 20px;
  /* color: #231f20 !important; */
  color: #243758 !important;
}

/* .tab-content>.tab-pane {
    display: block !important;
    height: 0 !important;
    overflow: hidden;
}

.tab-content>.tab-pane.active {
    display: block !important;
    height: auto !important;
}

.nav-tabs .fade:not(.show) {
    opacity: 0 !important;
}

.nav-tabs .fade.show {
    opacity: 1 !important;
} */

.gallery .card-img-top {
  border-radius: 0 !important;
  object-fit: cover;
  height: 319px;
  /* margin: 0px 10px; */
}

.gallery .card {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border: 0;
}

.list li {
  font-size: 25px;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.list li::before {
  position: absolute;
  content: "";
  background: url(../images/loc-pin.gif) no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 100%;
  left: -18px;
  top: -3px;
}

/************Button**************/

.round-btn {
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  outline: none;
  overflow: hidden;
  z-index: 1;
}

.round-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #243758;
  transition: all 0.3s ease;
}

.round-btn:hover {
  color: #fff;
}

.round-btn:hover:after {
  left: 0;
  width: 100%;
}

.card-title {
  font-size: 30px;
  line-height: 1.4;
}

.content-wrap {
  max-width: 638px;
  margin-left: auto;
  padding-right: 80px;
}

.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.card-body {
  padding: 2rem !important;
}

.card-text {
  margin: 20px 0 30px;
}

.form-inner {
  margin-top: -142px;
}

.form-bg {
  background: url(../images/conbg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 68px 60px;
  margin-bottom: 80px;
  /* background: aqua; */
}

.form-btn {
  background: #243758;
  color: #fff;
  border: 0;
  margin-top: 0px;
  padding: 15px 40px;
  /* margin: auto; */
  width: 100%;
}

.map-sec {
  /* margin: 0px 0px 65px; */
  background: #F2F0E2;
}

form .form-btn {
  display: inherit !important;
}

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

.con-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #dcdedf;
}

.icon-wrap i {
  font-size: 32px;
  margin-right: 15px;
}

.con-title {
  font-size: 29px;
}

.con-subtitle {
  font-size: 22px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  /* background: rgba(168, 138, 109, 0.5); */
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.galimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  /* box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5); */
}

.galimg:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.webp), auto !important;
}

.master-img,
.master-mob {
  transition: all 0.5s;
}

.master-img:hover img,
.master-mob:hover img {
  transition: all 0.5s;
  cursor: url(../images/zoom-in.webp), auto !important;
}

/*----------Modal Design-------*/

.copy-right p {
  font-size: 14px;
  text-align: center;
}

label.error {
  color: red;
  font-size: 14px;
  font-weight: 300;
}

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background: url(../images/brown-bg.webp) no-repeat !important;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 17px;
}

.modal-body {
  padding: 24px !important;
  color: #243758;
}

.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #243758;
  opacity: 1;
  outline: none;
  border: none;
  z-index: 9;
  filter: none;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

.modal-body p {
  font-size: 17px;
  text-align: center;
}

.modal-body h3 {
  /* font-family: "Optima Bold"; */
  margin: 10px 0px;
  text-align: inherit;
  font-size: 30px;
  /* border-bottom: 2px solid #243758; */
}

/*---modal form--*/

/*-------------------------------*/

.modal-body form input,
.modal-body form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 7px !important;
  color: #222222;
  border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: #7b655b !important;
}

.modal-body form .input-group-addon {
  background: #fff;
  color: #306e3c;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

input[type="checkbox"] :checked {
  background-color: #000;
}

.form-ico {
  font-size: 23px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group {
  height: 80px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form .input-group {
  /* box-shadow: 0 5px 30px #243758; */
}

.modal-body form button {
  margin: 0 auto;
}

/*-----------Modal End --------*/

/*****************Footer*******************/

.social-item {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  margin-right: 10px;
}

.social-item i {
  color: #fff;
}

.footer-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.social-item:hover {
  background: #007686;
}

.copy-right {
  padding: 20px 0;
}

/**********Project**************/

.proj-loc .fas {
  color: #007686;
}

.carpet-area {
  display: inline-block;
}

.border-tb {
  border-top: 1px solid #007686;
  border-bottom: 1px solid #007686;
  padding: 20px 0 !important;
}

.project-image,
.project-image-wrapper,
.read-more-wrap {
  position: relative;
}

.project-image {
  display: inline-block;
}

.project-image-wrapper {
  padding: 0 30px;
}

.proj-title {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: #007686;
  font-size: 22px;
  color: #fff;
  padding: 6px;
  font-weight: 600;
  z-index: 3;
}

.project-content {
  padding-left: 15px;
}

.bl-effect {
  position: absolute;
  content: "";
  border-top: 1px solid #007686;
  width: 100%;
  height: 100%;
  top: 23px;
  left: 0;
}

.image-wrap img {
  position: relative;
  z-index: 2;
}

.btn-right {
  position: relative;
  display: inline-block;
  /*background: #fff;*/
  z-index: 1;
  padding-left: 15px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.error {
  color: #ff0000;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 17px;
  word-spacing: 5px;
}

.btneffect-title {
  font-size: 24px;
  display: inline-block;
  background: #fff;
  color: #007686;
  padding: 10px 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.btneffect-title::after {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  top: 24px;
  right: auto;
}

.image-wrapper {
  float: left;
  width: 50%;
  margin: 0 15px 28px 0;
}

#text {
  display: none;
}

a.readmore {
  color: #007686;
}

.schools-sec .row>.col-md-6 {
  margin-bottom: 30px;
  color: #007686;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
  position: relative;
}

.section-bg:before {
  content: "";
  background: #007686;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.institue-wrap {
  position: relative;
  z-index: 9;
}

/*************Accordian**************/

.accordion-flush .accordion-item .accordion-button {
  font-family: "optima" !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

/***************Thank you ****************/

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 47px;
  background: #243758;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 54px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 22px;
}

.go-home {
  color: #414041;
  font-size: 23px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #243758;
  border-radius: 25px;
}

.oops-greet {
  color: #243758;
  font-size: 30px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

/**************Form***********/

#contact-form input {
  height: 66px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.form-control:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

.contact-form .form-group {
  height: 65px;
  margin-bottom: 40px;
}

.contact-form input {
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
}

#enq-modal input,
#enq-modal select,
#bro-modal input,
#bro-modal select,
#main-pop input,
#main-pop select {
  height: 55px;
  border: none;
  border-radius: 0 !important;
  width: 100%;
  padding: 0px 15px;
  color: #7b655b;
  background: transparent;
  border: 1px solid #243758;
  box-shadow: none;
}

#main-pop input {
  height: 55px;
  border: none;
  border-radius: 0 !important;
  width: 100%;
  padding: 0px 15px;
  color: #7b655b;
  background: transparent;
  border: 1px solid #243758;
  box-shadow: none;
}

#bro-modal input {
  height: 55px;
  border: none;
  border-radius: 0 !important;
  width: 100%;
  padding: 0px 15px;
  color: #7b655b;
  background: transparent;
  border: 1px solid #243758;
  box-shadow: none;
}

#floor-map input {
  height: 55px;
  border: none;
  border-radius: 0 !important;
  width: 100%;
  padding: 0px 15px;
  color: #7b655b;
  background: transparent;
  border: 1px solid #243758;
  box-shadow: none;
}

.contact-form .form-group {
  height: 65px;
  margin-bottom: 40px;
}

.contact-form input {
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
}

.form-wrapper {
  padding: 30px;
  background: #edf7ff;
}

.form-control::placeholder {
  color: #7b655b !important;
}

.reveal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

/********************************Conf section ************************* */

.sec-plan {
  padding: 80px 0;
  /* background: url(../images/plan-bg.webp); */
  background-size: cover 50%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #ffffff;
  /* background-image: url(../images/pattern.webp); */
  background-position-x: 110%;
}

/* ------------------- Floor TAB -----------------------*/

.floor-tab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 20px;
  /*border-right: 2px solid #222;*/
}

.floor-tab li {
  float: none !important;
  /*width: 80px;*/
  margin: 0px auto;
  /*margin-bottom: 20px;*/
}

.floor-tab>li.active>a,
.floor-tab>li.active>a:hover,
.floor-tab>li.active>a:focus {
  color: #fff;
  background-color: #4f4f4f;
  border: none;
  border-bottom: 2px solid #02549a;
  cursor: pointer;
  border-radius: 0;
}

.floor-tab>li>a:hover,
.floor-tab>li>a:focus {
  color: #222;
  padding: 9px 20px !important;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background-color: #d7d7d7;
  transition: ease all 0.5s;
}

.floor-tab>li>a {
  color: #222;
  padding: 9px 20px !important;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  background: #d7d7d7;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: ease all 0.5s;
}

.arrowshow {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}

.arrowl {
  opacity: 0;
  transition: opacity 800ms;
  position: absolute;
  top: 33%;
  right: 20%;
}

.arrowshow:hover .arrowl {
  opacity: 1;
}

.nav-tabs .nav-link.active .arrowl {
  opacity: 1;
}

.floor-wrap {
  display: inline-block;
  width: 100%;
  /* background-image: url(../images/leavesbg.webp); */
  /* background: rgba(249, 249, 249, 0.6); */
  /* padding: 20px 10px; */
  /* box-shadow: 0px 0px 69px -23px #cacaca; */
}

.floor-tab li {
  float: none !important;
  /* width: 80px; */
  margin: 0px px auto;
  /* margin-bottom: 20px; */
}

.floor-tab>li.active>a,
.floor-tab>li.active>a:hover,
.floor-tab>li.active>a:focus {
  color: #fff;
  background-color: #4f4f4f;
  border: none;
  border-bottom: 2px solid #02549a;
  cursor: pointer;
  border-radius: 0;
}

/*-------------------------------------------------*/

.floor-content {}

.floor-content h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.floor-content h3 span {
  font-weight: 600;
}

.floor-content p {}

.floor-content ul {
  margin-bottom: 20px;
}

.floor-content ul li {
  font-size: 18px;
  margin-bottom: 5px;
}

.floor-content .price-btn {
  background: #1b8aaa;
  color: #fff;
  padding: 10px;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  width: 156px;
  text-decoration: none;
  outline: none;
}

.imagepatch {
  margin-bottom: 0;
  position: absolute;
  bottom: 0%;
  /* writing-mode: vertical-rl; */
  /* text-orientation: upright; */
  left: 0;
  background: #000000a3;
  /* transform: rotate(-90deg); */
  color: #fff;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
}

.imagename {
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
  right: 0;
  background: #0e1f24;
  color: #fff;
  padding: 10px 15px;
  font-size: 22px;
}

.usp-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  /* height: 500px; */
}

.owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
  transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-nav .owl-next {
  margin-left: 15px;
  transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev:hover {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

.usp-carousel .owl-carousel .owl-nav .owl-next {
  display: none;
}

.usp-carouse .owl-carousel .owl-nav .owl-prev {
  display: none;
}

.owl-prev img,
.owl-next img {
  width: 30px;
}

.gallery-item:nth-child(2) {
  margin-top: 7.5%;
}

#galery {
  padding: 80px 0px 0px;
}

#galery .owl-carousel .owl-nav .owl-prev,
#galery .owl-carousel .owl-nav .owl-next {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.gallery-item:nth-child(3) {
  margin-top: 60px;
}

.loc-sec {
  /* padding: 50px 0px; */
}

.foot-sec1,
.foot-sec {
  position: relative;
}

.foot-sec p,
.foot-sec1 p {
  color: #fff;
}

.foot-sec:before {
  /* content: ""; */
  position: absolute;
  height: 86px;
  width: 3px;
  bottom: auto;
  z-index: 99;
  right: -10px;
  background-color: #fff;
}

.foot-sec1:before {
  /* content: ""; */
  position: absolute;
  height: 86px;
  width: 3px;
  bottom: auto;
  z-index: 99;
  right: -10px;
  background-color: #fff;
}

.disclaimer_text {
  text-align: left !important;
  height: 500px;
  overflow-y: scroll;
}

.disclaimer_text::-webkit-scrollbar {
  width: 2px;
}

.disclaimer_text::-webkit-scrollbar-track {
  background: transparent;
}

.disclaimer_text::-webkit-scrollbar-thumb {
  background: #fff;
}

.modal-content {
  /* background: url(../images/conbg.webp) no-repeat !important; */
  background: #ffffff !important;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}

.floorimg {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  /* height: 600px; */
  object-fit: cover;
  border: 1px solid #000;
}

.blur-image {
  filter: blur(4px);
}


.mehta_logo img {
  width: 13%;
}

.interested {
  /* position: fixed; */
  /* z-index: 9999; */
  /* bottom: 10px; */
  /* right: 10px; */
  /* letter-spacing: 1px; */
  /* background-color: #0E1F24 !important; */
  /* border: 3px solid #fff !important; */
  /* font-size: 22px !important; */
  /* color: #fff !important; */
  /* padding: 8px 12px; */
  /* border-radius: 0px !important; */
  /* margin: 5px 0px; */
  /* font-weight: 600; */
  /* outline: none; */
}

.btn-txt {
  position: relative;
  /* z-index: 9999; */
  /* bottom: 10px; */
  /* right: 10px; */
  letter-spacing: 1px;
  background-color: #231f20 !important;
  /* border: 3px solid #fff !important; */
  font-size: 22px !important;
  color: #fff !important;
  padding: 8px 12px;
  border-radius: 0px !important;
  margin: 5px 0px;
  /* font-weight: 600; */
  text-transform: uppercase;
}

.btn-txt-updated {
  background-color: #fff !important;
  border: 2px solid #243758;
  color: #000 !important;
}

.btn-txt-updated2 {
  background-color: #243758 !important;
  /* border: 2px solid #243758; */
  color: #ffffff !important;
}

.btn-txt-updated:hover,
.btn-txt-updated2:hover {
  background: #243758 !important;
  color: #fff !important;
}

.btn-txt-updated:hover {
  background: #243758 !important;
  color: #fff !important;
}

.btn-txtlight {
  background-color: #243758 !important;
  color: #ffffff !important;
}

.font-updated {
  font-family: "Questa";
}

.height-updated {
  height: 400px !important;
}

.footer {
  margin-bottom: 100px;
  padding: 10px 0 0;
}

.rera-number {
  word-spacing: unset !important;
  word-wrap: break-word;
}

.dash-first {
  position: relative;
}

.dash-first::after {
  display: block;
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  background: #243758;
  position: absolute;
  left: 44%;
  bottom: 50%;
}

@media (min-width: 768px) {
  .dash-first::after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    position: absolute;
    background: #243758;
    position: absolute;
    left: 21%;
    bottom: 0%;
  }
}

.over-logo {
  width: 150px;
  margin-bottom: 25px;
}

.dash-second {
  position: relative;
}

.dash-second::after {
  display: block;
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  background: #243758;
  position: absolute;
  left: 25%;
  bottom: 50%;
}

.dash-third {
  position: relative;
}

.dash-third::after {
  display: block;
  content: "";
  height: 7px;
  width: 50%;
  position: absolute;
  background: url(../images/border.png) no-repeat center center / contain;
  /* background: #243758; */
  position: absolute;
  left: 0%;
  bottom: 45%;
}

.dash-left {
  position: relative;
}

.dash-left::after {
  display: block;
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  background: #fff;
  position: absolute;
  right: 140px;
  bottom: 50%;
}

.dash-fourth {
  position: relative;
}

.dash-fourth::after {
  display: block;
  content: "";
  height: 0.9px;
  width: 60px;
  position: absolute;
  background: #243758;
  position: absolute;
  left: 24%;
  bottom: 0%;
}

.dash-fifth {
  position: relative;
}

.dash-fifth::after {
  display: block;
  content: "";
  height: 7px;
  width: 50%;
  position: absolute;
  background: url(../images/border.png) no-repeat center center / contain;
  /* background: #243758; */
  position: absolute;
  left: -6%;
  bottom: 45%;
}

.dash-sixth {
  position: relative;
}

.dash-sixth::after {
  display: block;
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  background: #243758;
  position: absolute;
  left: 180px;
  bottom: 50%;
}

.dash-seventh {
  position: relative;
}

.dash-seventh::after {
  display: block;
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  background: #243758;
  position: absolute;
  left: 145px;
  bottom: 50%;
}

.dash-eight {
  position: relative;
}

/* .dash-eight::after {
  display: block;
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  background: #243758;
  position: absolute;
  left: 9%;
  bottom: 50%;
} */

.over-text {
  position: absolute;
  right: 5%;
  width: 35%;
  top: 20%;
  color: #fff !important;
}

.confdet {
  position: absolute;
  bottom: 0%;
  width: 60%;
  left: 21%;
}

.villa-context {
  border: 2px solid #fff;
  background: #0000007a;
}

.villa-info h3 {
  color: #fff;
  text-transform: capitalize;
}

.over-text .over-content p {
  padding-left: 50px;
}

.telephone-download {
  position: relative;
}

.sec-padd .telephone-download .telephone::after {
  display: block;
  content: "";
  height: 1px;
  width: 27px;
  position: absolute;
  background: black;
  position: absolute;
  left: 3px;
  bottom: 52px;
}

.telephone-download-outer {
  position: fixed;
  bottom: 50%;
  right: 0px;
  z-index: 23;
  background: #fff;
}

.foot-sec1 button {
  /* width: 100%; */
  width: max-content;
}

.over-sec {
  position: relative;
}

.font-updated-second {
  /* font-family: serif; */
}

/* .villa-info {
  border: 2px solid #e9e9e9;
  border-radius: 5px;
  margin-bottom: 18px;
} */

.villa-info h3 {
  font-family: "Questa";
  font-size: 24px;
  text-align: center;
  padding: 35px;
  margin: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: unset;
}

.owl-theme .owl-nav {
  margin-top: 25px;
}

.button-updated {
  width: 273px;
  /* background-color: #243758 !important; */
}

.checkboxprivcy {
  display: flex;
  align-items: self-end;
}

#privacy {
  width: 22px !important;
  position: relative;
  line-height: 0;
  margin: 6px 5px;
}

input[type="checkbox"] {
  accent-color: #243758;
}

.form-terms-check {
  display: flex;

  align-items: center;
  gap: 10px;
  margin: 12px 0 12px;
}


.form-terms-check input[type="checkbox"] {
  width: 18px !important;
  height: 18px;
  min-width: 18px;
  cursor: pointer;
  accent-color: #243758;
}

.form-terms-check label {
  font-size: 16px;
  color: #243758;
  cursor: pointer;
  margin: 0;
  letter-spacing: 0.5px;
}

.overview-contact-body .form-terms-check label {
  color: #fff;
}

/* =======masterplan====================== */
.amen-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.amen-wrap .amen-icon img {
  margin-right: 5px;
  width: 64px;
}

.amen-wrap .amen-content p {
  text-align: left;
  margin: 0px 0 0 0px;
  font-size: 17px;
  /* font-weight: 600; */
}

#blueprint {
  background-color: #F2F0E2 !important;
  /* height: 100vh; */
}

.head-wrap,
#blueprint .amen-wrap {
  position: relative;
  z-index: 2;
}

.brd_img img {
  width: 100%;
  height: auto;
}

#blueprint .master-img img {
  position: absolute;
  top: 20%;
  left: 35%;
  z-index: 1;
  width: 55rem;
}

/* =============amenities=============== */
.cust-container {
  width: 90%;
  margin: auto;
}

.amenity-content {
  margin-bottom: 25px;
}

.amenity-content .amen-wrap {
  margin-bottom: 20px;
  margin-top: 0px;
}

.amenity-content .amen-wrap .amen-icon img {
  width: 30px;
}

/* =======neighbourhood================ */
#neighbourhood::after {
  content: "";
  width: 100%;
  background: #ffffff;
  position: absolute;
  height: auto;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.neigh-img img {
  z-index: 2;
}

#panorama-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  z-index: 2;
}

#panorama-container:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.flogo {
  width: 25%;
}

.enq_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f2f0e2;
  z-index: 999;
  padding: 8px 0 4px;
}

.igbc_img img {
  width: 100%;
  height: auto;
}

/*************Media Queries***************/
@media (min-width: 1281px) {}

@media (max-width: 800px) and (min-width: 1024px) {
  #blueprint .master-img img {
    position: absolute;
    top: 25%;
    left: 30%;
    z-index: 1;
    width: 61vw;
  }
}

@media (min-width: 1025px) and (max-width: 1190px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

  .btn-txt {
    font-size: 14px !important;
  }

  .amenity-content .amen-wrap {
    margin-bottom: 5px;
    margin-top: 0px;
  }

  .ban-patch p {
    margin: 0px;
    font-size: 13px;
  }

  .ex-width {
    width: 14vw;
  }

  .banner-title {
    font-size: 24px;
    line-height: 1;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
    /* min-width: 60%; */
  }

  .nav-tabs .nav-link.active {
    font-size: 14px;
  }

  .villa-info h3 {
    font-size: 19px;
  }

  .amen-wrap .amen-icon img {
    margin-right: 5px;
    width: 50px;
  }

  .amen-wrap .amen-content p {
    margin: 0px 0 0 0px;
    font-size: 11px;
  }

  .flogo {
    width: 70%;
  }

  .dash-third::after {
    right: 48%;
    /* right: 60%; */
    bottom: 50%;
  }

  #blueprint {
    background-color: #ebe0d9 !important;
    height: unset;
  }

  .dash-first::after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    position: absolute;
    background: #243758;
    position: absolute;
    left: 55%;
    bottom: 0%;
  }
}

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    padding: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

/* ============= Extra extra large ============= */

@media only screen and (max-width: 1400px) {
  /* .dash-first::after {
    display: none;
  }

  .dash-second::after {
    display: none;
  }

  .dash-third::after {
    display: none;
  }

  .dash-fourth::after {
    display: none;
  }

  .dash-fifth::after {
    display: none;
  } */
}

/* ============ desktop view .end// ============ */

@media only screen and (max-width: 1300px) {
  .villa-info h3 {
    font-family: "Questa";
    font-size: 22px;
    text-align: center;
    padding: 35px;
    margin: 0px;
  }

  /* .dash-third::after {
    display: block;
    content: "";
    height: 1px;
    width: 39px;
    position: absolute;
    background: black;
    position: absolute;
    right: 38%;
    bottom: 14px;
  } */
  .dash-second::after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    position: absolute;
    background: black;
    position: absolute;
    /* right: 90px; */
    bottom: 50%;
    left: 19%;
  }

  .sec-padd {
    padding: 60px 0;
  }

  body {
    font-size: 18px !important;
  }

  .content-wrap {
    max-width: 543px;
  }

  .subhead {
    font-size: 30px;
  }

  .sub-title {
    font-size: 30px;
  }

  .left-content {
    /* max-width: 545px; */
    padding: 0% 25% 0px 5%;
  }

  .amenities-gallery img {
    min-height: 379px;
  }

  .amenities-gallery .actual {
    font-size: 17px;
  }

  .list li {
    font-size: 17px;
  }

  .map-image::after {
    height: 300px;
    margin-top: -150px;
  }

  .carousel-caption h3 {
    font-size: 42px;
  }

  .carousel-caption h4 {
    font-size: 38px;
  }

  .big-head {
    font-size: 42px;
  }

  .nribox_txt_wrap h4 {
    font-size: 19px;
  }

  .nri_box_wrap {
    margin-bottom: 25px;
  }

  .nri_box_wrap .nribox_img_wrap:before {
    height: 50%;
  }

  .section-title {
    font-size: 34px;
    width: 73%;
  }

  .border-effect {
    margin-bottom: 20px;
  }

  .map-sec {
    /* margin-bottom: 150px; */
  }

  .over-sec .sticky-top {
    top: 26px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  font-family: "Cera Pro Regular";
}

::placeholder {
  -moz-appearance: textfield;
  font-family: "Cera Pro Regular";
}

.nav-link.active {
  border-bottom: 2px solid #000;
}

@media only screen and (max-width: 991px) {
  .sec-padd {
    padding: 35px 0;
  }

  .sec-padd-top {
    padding-top: 30px;
  }

  .sec-padd-bot {
    padding-bottom: 30px;
  }

  .section-title {
    font-size: 30px;
  }

  #navbarNavDropdown {
    position: initial;
    top: 80px;
    left: 0;
    z-index: 9999;
    width: 100%;
    border-top: 2px solid #231f20;
  }

  .leaf-scene div {
    width: 8px;
    height: 13px;
  }

  .second_sec {
    margin-top: 0;
  }

  .content-wrap {
    max-width: 100%;
    margin-left: auto;
    padding-right: 0;
  }

  .round-btn {
    font-size: 19px;
    line-height: 26px;
  }

  .nav-item {
    padding: 0px 15px;
    /* border-bottom: 1px solid;
    border: 0; */
  }

  .nav-item:last-child {
    /* border-bottom: 0; */
  }

  .navbar-nav .dropdown-menu {
    padding: 0 !important;
    border: 0;
  }

  .page-banner {
    padding: 40px 0;
  }

  .form-wrapper {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .icon-wrap i,
  .con-title {
    font-size: 26px;
  }

  .project-content {
    padding-top: 30px;
    padding-left: 0px;
  }

  .amen-slide .item {
    margin-bottom: 60px;
  }

  .dropdown-menu {
    display: block !important;
  }

  .left-content {
    max-width: 338px;
  }

  .carousel-inner .carousel-caption {
    padding: 1rem 1.5rem !important;
  }

  .carousel-caption h3 {
    font-size: 31px;
  }

  .carousel-caption h4 {
    font-size: 28px;
  }

  .big-head {
    font-size: 35px;
  }

  .amenities-gallery img {
    min-height: auto;
  }

  .carousel-inner {
    /* border-bottom-right-radius: 90px; */
  }

  .copy-right {
    padding: 15px 0;
  }

  .col-reverse {
    flex-direction: column-reverse;
  }

  .width {
    width: 100%;
  }

  .mt-md-30 {
    margin-top: 30px;
  }

  .mehta_logo img {
    width: 22%;
  }
}

.hidden-xs {
  display: block;
}

.visible-xs {
  display: none;
}

/* .usp-carousel-1 .owl-nav {
  display: none;
} */

@media only screen and (min-width: 992px) and (max-width: 1055px) {
  .over-text {
    top: 13%;
  }
}

@media only screen and (max-width: 767px) {
  .floorimg img {
    height: 1000% !important;

  }

  .active-section-link {
    border-bottom: 2px solid #000;
    display: inline !important;
    line-height: 3;
  }

  .footer {
    margin-bottom: 60px;
  }

  #panorama-container canvas {
    height: 500px !important;
  }

  .over-logo {
    width: 150px;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 10px;
  }

  .owl-theme .owl-nav {
    margin-top: 0;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-top: 15px;
    list-style: none;
  }

  .sec-padd-mob {
    padding: 50px 0px 0px 0px;
  }

  .height-updated {
    height: 325px !important;
  }

  .footer-2 {
    padding: 30px 0;
  }

  .dash-first {
    position: relative;
  }

  .stitle {
    font-size: 30px !important;

  }

  .dash-first::after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    /* position: absolute; */
    background: #243758;
    position: absolute;
    left: 44% !important;
    bottom: 0%;
  }

  .dash-second {
    position: relative;
  }

  .dash-second::after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    position: absolute;
    background: #243758;
    position: absolute;
    left: 26%;
    bottom: 50%;
  }

  .dash-third {
    position: relative;
  }

  /* .dash-third::after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    position: absolute;
    background: black;
    position: absolute;
    right: 10%;
    bottom: 50%;
  } */
  .dash-third::after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    position: absolute;
    background: #243758;

    left: 48%;
    bottom: 50%;
  }

  .nav {
    display: flex;
    flex-wrap: inherit;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .dash-fourth {
    position: relative;
  }

  /* .dash-fourth::after {
    display: block;
    content: "";
    height: 0.9px;
    width: 60px;
    position: absolute;
    background: black;
    position: absolute;
    left: 27%;
    bottom: 13px;
  } */
  .dash-fourth::after {
    display: block;
    content: "";
    height: 0.9px;
    width: 60px;
    position: absolute;
    background: #243758;
    position: absolute;
    left: 42%;
    bottom: 0%;
  }

  .dash-fifth {
    position: sticky;
  }

  .dash-fifth::after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    position: absolute;
    background: #243758;
    position: absolute;
    left: 93px;
    bottom: 50%;
  }

  .imagepatch {
    bottom: 9%;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .reverse-col {
    flex-direction: column-reverse;
  }

  .cloud {
    max-width: 70px;
    top: 0;
  }

  .image-wrapper {
    /* float: none; */
    width: 100%;
    margin: 0 0 15px 0;
  }

  .left-content {
    max-width: initial;
    padding: 40px 10px 0px;
  }

  .carousel-caption h4 {
    font-size: 22px;
  }

  .carousel-caption h3 {
    font-size: 25px;
  }

  .big-head {
    font-size: 29px;
  }

  .border-effect {
    margin-bottom: 0px;
  }

  .conf-content {
    max-width: 100%;
  }

  .map-image::after {
    height: 200px;
    margin-top: -100px;
  }

  .carousel-inner {
    /* border-bottom-right-radius: 90px; */
  }

  .nri_box_wrap {
    gap: 30px;
  }

  .nri_box_wrap .nribox_img_wrap:before {
    height: 66%;
  }

  .nribox_txt_wrap h4 {
    font-size: 19px;
  }

  .nri_box_wrap .nribox_img_wrap {
    width: 32px;
  }

  .over-sec .img-wrapper {
    overflow: hidden;
  }

  .nri_box_wrap {
    margin-bottom: 40px;
  }

  .conf-img {
    margin: 60px 0 0 15px;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
    margin: 5px 10px !important;
    margin-bottom: 20px !important;
  }

  .galimg {
    margin-bottom: 20px;
  }

  .form-bg {
    margin-bottom: 40px;
  }

  .loc-sec {
    padding: 0px 0px;
  }

  .floor-wrap {
    /* padding: 60px 10px; */
  }

  .arrowshow:hover .arrowl {
    transform: rotate(90deg);
  }

  .arrowl {
    transform: rotate(90deg);
  }

  .owl-carousel .owl-nav .owl-prev {
    position: initial;
  }

  .owl-carousel .owl-nav .owl-next {
    position: initial;
  }

  .gallery .card-img-top {
    border-radius: 0 !important;
    height: 399px;
    object-fit: cover;
  }

  .foot-sec:before,
  .foot-sec1:before {
    display: none;
  }

  .foot-sec,
  .foot-sec1,
  .foot-sec2 {
    /* border-bottom: 2px solid #fff; */
    margin: 7px 1px;
  }

  .flogo {
    margin: 7px 0px 8px;
    width: 39%;
  }

  #carousel-example-generic {
    height: auto !important;
  }

  .banner-title {
    width: 100%;
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 22px;
  }

  .usp-carousel .owl-nav {
    margin-top: 0px;
  }

  .usp-carousel .owl-nav [class*="owl-"] {
    height: unset;
  }

  .floorimg {
    height: auto;
    object-fit: cover;
  }

  .sticky-top {
    padding: 0;
    box-shadow: 0px 0px 5px 5px #0000002e;
  }

  .nav-link i {
    font-size: 22px;
    padding: 0px 10px;
  }

  .btn-txt {
    font-size: 12px !important;
    padding: 7px 0px;
    margin: 5px 0px;
    font-weight: 600;
    width: 120px;
    letter-spacing: 2px;
  }

  .navbar-brand img,
  .offcanvas-header img {
    max-width: 130px;
    height: 40px;
    width: auto;
    margin-top: 0px;
  }

  .over-ban {
    height: 595px;
    object-fit: cover;
    object-position: right;
  }

  .over-text {
    width: 90%;
    top: 9%;
  }

  .sec-plan {
    background-size: 45%;
  }

  #neighbourhood::after {
    height: 80px;
  }

  #blueprint {
    height: auto;
  }

  #panorama-container {
    height: 100px;
  }
}

.first_sec h3 {
  font-size: 36px;
}

.ex-width {
  width: 19vw;
}

@media (max-width: 568px) {
  .button-updated {
    width: 247px;
    /* background-color: #243758 !important; */
  }

  .villa-info h3 {
    font-family: "Questa";
    font-size: 20px;
    text-align: center;
    padding: 14px;
    margin: 0px;
  }

  .sec-padd {
    position: relative;
    /* top: 42px; */
  }
}

.villa-context {
  margin: 12px auto;
  outline-offset: 5px;
  padding: 0px 1px;
  position: inherit;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 2px solid #9f9d9d;
  border-radius: 5px;
  margin-bottom: 18px;
}

.villa-icon img {
  width: 38px !important;
  padding: 10px 0;
  font-size: 50px;
}

/* Read More */

.copy-right details {
  display: inline;
}

details {
  position: relative;
}

details summary {
  display: block;
  cursor: pointer;
  color: #243758;
}

details summary:focus {
  outline: none;
}

details[open] {
  display: block;
  padding-bottom: 25px;
  padding-top: 10px;
  animation: open 0.2s linear;
}

details[open] summary {
  position: absolute;
  bottom: 0;
  left: 0;
}

details #open {
  padding-left: 5px;
  text-align: middle;
}

details #open:after {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 8px;
  content: "\00bb";
  transform: rotate(90deg);
}

details[open] #open {
  display: none;
}

details #close {
  display: none;
}

details[open] #close {
  display: block;
}

::-webkit-details-marker {
  display: none;
}

@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-highlighter {
  font-family: "Questa";
}

.form-highlighter-second {
  font-family: "Questa";
}

.contact-body {
  padding: 24px !important;
  color: #243758;
  background-color: #fff;
  border: 1px solid #243758;
}

.contact-body form .form-group {
  height: 80px;
  margin-bottom: 23px;
  margin-top: 0;
}

.contact-body input,
.contact-body select {
  height: 55px;
  border: none;
  border-radius: 0 !important;
  width: 100%;
  padding: 0px 15px;
  color: #7b655b;
  background: transparent;
  border: 1px solid #243758;
  box-shadow: none;
}

.overview-contact-body {
  padding: 40px 36px !important;
  color: #243758;
  background: linear-gradient(145deg, #1a2d4a 0%, #243758 100%);
  border: none !important;
  border-radius: 8px;
  box-shadow: 0 15px 50px rgba(36, 55, 88, 0.25);
  position: relative;
  overflow: hidden;
}

.overview-contact-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c9a96e, #e8c98a, #c9a96e);
}

.overview-contact-body h3 {
  color: #fff !important;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-weight: 600;
}

.overview-contact-body .inputial {
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}

.overview-contact-body .inputial sup {
  color: #c9a96e;
}

.overview-contact-body form .form-group {
  height: auto;
  margin-bottom: 18px;
  margin-top: 0;
}

.overview-contact-body input,
.overview-contact-body select {
  height: 48px;
  border-radius: 4px !important;
  width: 100%;
  padding: 0px 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: none;
  transition: border-color 0.3s;
}

.overview-contact-body input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.overview-contact-body input:focus {
  background: rgba(255, 255, 255, 0.18);
  border-color: #c9a96e !important;
  outline: none;
  box-shadow: none;
}

.overview-contact-body .form-btn {
  background: linear-gradient(90deg, #c9a96e, #e8c98a) !important;
  color: #1a2d4a !important;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  border-radius: 4px;
  padding: 14px 40px;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  transition: opacity 0.3s ease, transform 0.2s ease;
}

.overview-contact-body .form-btn:after {
  display: none !important;
}

.overview-contact-body .form-btn:hover {
  opacity: 0.88;
  color: #1a2d4a !important;
  transform: translateY(-1px);
}

.title-about {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .dynamic-sec-lap {
    display: flex;
  }

  .dynamic-sec-mob,
  .about-carousel {
    display: none !important;
  }
}

.display-class {
  margin-top: 1.6em;
}

.display-class {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
  /* background-color: #6f4009; */
  /* border: 1px solid #e0e0e0; */
  /* box-shadow: 0px 0px 5px 0px; */
}

.adjust-width {
  flex: 1 1 20%;
  /* max-width: 18%; */
  text-align: center;
  margin: 10px 0;
}

.abtcontent {
  text-align: center;
  /* margin: 20px 0; */
  /* border-radius: 16px; */
  transition: ease all 0.5s;
  /* border: 2px solid #d8d8d8; */
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000;
}

.abtwrap .count-number {
  font-family: "Questa";
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #243758 !important;
}

.abtwrap p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  padding: 0 8px 8px 8px;
  font-weight: 400;
  font-family: "Questa";
  color: #243758 !important;
}

#last-wrap {
  border-right: none !important;
}

.about-text {
  text-align: center;
  font-size: 0.95em;
}

.eldeoc-img {
  width: 200px;
}

.eldeco-img-block {
  display: flex;
  justify-content: center;
}

#about-us {
  padding: 12px 0;

  padding-top: 45px;
}

@media screen and (max-width: 768px) {
  #about-us {
    padding: 12px 0;
    padding-bottom: 33px;
  }

  .dynamic-sec-mob {
    border: none !important;
  }

  .dynamic-sec-mob {
    display: block;
  }

  .dynamic-sec-lap {
    display: none;
  }

  .abtcontent {
    border: none !important;
  }

  .about-carousel .owl-nav {
    display: flex;
    justify-content: center;
  }
}

.dash-site {
  position: relative;
}

.dash-site::after {
  display: block;
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  background: #243758;
  position: absolute;
  left: 109px;
  bottom: 50%;
}

.site-col-1 img {
  width: 100%;
}

#site-plan {
  padding: 40px 0;
}

#gallerry {
  /* background-color: #F2F0E2 !important; */
}

.legend-title {
  font-weight: bold;
  padding-left: 1.3em;
  font-size: 1.1em;
  color: #243758;
}

.accordion-button {
  font-family: "Questa";
  font-size: 24px;
  color: #243758;
}

.accordion-body ul li {
  font-family: "Questa", sans-serif;
  font-size: 22px;
  color: #000;
  line-height: 1.5;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #243758;
}

.form-btn1 {
  background: #243758;
  color: #fff;
  border: 0;
  margin-top: 0px;
  padding: 5px 20px;
  width: fit-content;
}

.ameni_title h2 {
  font-family: "Questa";
  font-size: 20px;
  color: #03914f;
}

.ameni_title ul li {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Inter", sans-serif !important;
}

@media screen and (max-width: 768px) {
  .desk-ul {
    display: none;
  }

  .mob-ul-div {
    display: flex !important;
    justify-content: center;
  }

  .single-floor-img img {
    max-width: 100%;
  }

  .dash-first::after,
  .dash-eight::after,
  .dash-fifth::after,
  .dash-third::after,
  .dash-second::after {
    display: none;
  }
}

.mob-ul-div {
  display: none;
}

/* hi */
@media screen and (min-width: 768px) {
  .legend-block {
    padding-top: 37px;
  }

  #nav-tab button {
    width: 205px !important;
  }
}

#nav-tab {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.floor-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}

.single-floor-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.single-floor-img img {
  max-width: 65%;
  height: auto;
  border: 1px solid #000;
  border-radius: calc(0.25rem - 1px);
}

/* 
.navbar {
  position: relative;
  display: flex
;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center !important;
  padding-top: .5rem;
  padding-bottom: .5rem;
} */

.desk-ul {
  list-style-type: none;
  /* Remove default numbering */
  counter-reset: list-counter;
  /* Initialize counter */
  padding-left: 0;
}

.desk-ul li {
  counter-increment: list-counter;
  /* Increment counter */
  position: relative;
  padding-left: 2rem;
  /* Adjust space between number and text */
  margin-bottom: 12px;
  /* Add space between items */
}

.desk-ul li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  width: 1.4rem;
  /* Smaller circle */
  height: 1.4rem;
  /* Smaller circle */
  background-color: #243758;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.85rem;
  /* Smaller number */
  line-height: 1.4rem;
}

/* Common styling for both lists */
.mob-ul {
  list-style-type: none;
  /* Remove default bullets */
  padding-left: 0;
}

/* Style for list items */
.mob-ul li {
  position: relative;
  padding-left: 1.8rem;
  /* Adjust space between number and text */
  margin-bottom: 10px;
  /* Space between items */
}

/* Add numbered circles */
.mob-ul li::before {
  position: absolute;
  left: 0;
  width: 1.2rem;
  /* Smaller circle */
  height: 1.2rem;
  /* Smaller circle */
  background-color: #243758;
  /* New color */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.75rem;
  /* Smaller number */
  line-height: 1.2rem;
}

/* First UL: Normal numbering (1, 2, 3...) */
.mob-ul:first-of-type {
  counter-reset: mob-list-1;
}

.mob-ul:first-of-type li {
  counter-increment: mob-list-1;
}

.mob-ul:first-of-type li::before {
  content: counter(mob-list-1);
}

/* Second UL: Start from 8 */
.mob-ul:last-of-type {
  counter-reset: mob-list-2 7;
  padding-left: 1.2em;
}

.mob-ul:last-of-type li {
  counter-increment: mob-list-2;
}

.mob-ul:last-of-type li::before {
  content: counter(mob-list-2);
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

/* ---- Brandmark Logo ---- */
.ang-brandmark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  text-decoration: none;
}

.ang-brandmark__mehta {
  position: relative;
  display: inline-block;
  background: #1f2d4c;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 26px;
  padding: 6px 14px 7px;
  border-radius: 2px;
}

.ang-brandmark__mehta .ang-brandmark__tick {
  position: absolute;
  right: -4px;
  top: -5px;
  width: 9px;
  height: 9px;
  background: #1f8a3e;
  border-radius: 1px;
}

.ang-brandmark__angelo {
  display: inline-flex;
  align-items: flex-start;
  color: #4a5066;
  font-weight: 300;
  font-size: 36px;
  letter-spacing: 0.14em;
  margin-top: 8px;
}

.ang-brandmark__angelo em {
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  margin-left: 6px;
  padding-top: 6px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.ang-brandmark--sm .ang-brandmark__mehta {
  font-size: 18px;
  padding: 4px 9px 5px;
}

.ang-brandmark--sm .ang-brandmark__mehta .ang-brandmark__tick {
  width: 6px;
  height: 6px;
  right: -3px;
  top: -4px;
}

.ang-brandmark--sm .ang-brandmark__angelo {
  font-size: 20px;
  margin-top: 5px;
  letter-spacing: 0.12em;
}

.ang-brandmark--sm .ang-brandmark__angelo em {
  font-size: 8px;
  padding-top: 3px;
}

.floorimg img {
  height: 400px;

}
/* ===== LP Modals ===== */
#disclaimer-modal .modal-dialog,
#privacy-modal .modal-dialog {
  max-width: 860px !important;
  width: 90% !important;
  margin: 4% auto !important;
}

#disclaimer-modal .modal-content,
#privacy-modal .modal-content {
  background: #F2F0E2 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 4px !important;
  overflow: hidden;
  font-family: "Questa", sans-serif;
}

.lp-modal-header {
  background: #243758 !important;
  padding: 22px 32px !important;
  border-bottom: 3px solid #03914f !important;
  border-radius: 0 !important;
}

.lp-modal-title {
  color: #ffffff !important;
  font-family: "Questa", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

#disclaimer-modal .modal-body,
#privacy-modal .modal-body {
  padding: 32px 40px !important;
  color: #1e242e !important;
  font-size: 17px !important;
  line-height: 1.85 !important;
  background: #F2F0E2 !important;
}

#disclaimer-modal .modal-body p,
#privacy-modal .modal-body p {
  margin-bottom: 18px !important;
  color: #1e242e !important;
  text-align: left !important;
  font-size: 17px !important;
}

.lp-modal-subtitle {
  font-family: "Questa", sans-serif;
  color: #03914f;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 28px 0 10px;
  border-bottom: 1px solid #c8c7bc;
  padding-bottom: 6px;
}

.lp-modal-footer {
  background: #F2F0E2 !important;
  border-top: 1px solid #d0cfc4 !important;
  padding: 16px 32px !important;
}

.lp-modal-btn {
  background: #243758;
  color: #ffffff;
  font-family: "Questa", sans-serif;
  font-size: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 10px 32px;
  border-radius: 2px;
  border: none;
  transition: background 0.2s;
}

.lp-modal-btn:hover {
  background: #03914f !important;
  color: #ffffff !important;
}

#disclaimer-modal .modal-header .btn-close,
#privacy-modal .modal-header .btn-close {
  filter: invert(1) !important;
  opacity: 0.85 !important;
  position: static !important;
}

/* ===== LP Modals - Mobile ===== */
@media only screen and (max-width: 767px) {
  #disclaimer-modal .modal-dialog,
  #privacy-modal .modal-dialog {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    min-height: 100%;
  }

  #disclaimer-modal,
  #privacy-modal {
    padding: 0 !important;
  }

  #disclaimer-modal .modal-dialog,
  #privacy-modal .modal-dialog {
    height: 100%;
  }

  #disclaimer-modal .modal-content,
  #privacy-modal .modal-content {
    border-radius: 0 !important;
    min-height: 100vh;
  }

  .lp-modal-header {
    padding: 18px 20px !important;
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .lp-modal-title {
    font-size: 18px !important;
  }

  #disclaimer-modal .modal-body,
  #privacy-modal .modal-body {
    padding: 20px 18px !important;
    font-size: 15px !important;
  }

  #disclaimer-modal .modal-body p,
  #privacy-modal .modal-body p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 14px !important;
  }

  .lp-modal-subtitle {
    font-size: 16px !important;
    margin: 20px 0 8px !important;
  }

  .lp-modal-footer {
    padding: 14px 18px !important;
    position: sticky;
    bottom: 0;
  }

  .lp-modal-btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 15px;
  }
}

/* ===== Location Accordion — Inter font ===== */
#social #accordionExample .accordion-button {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
}

#social #accordionExample .accordion-body,
#social #accordionExample .accordion-body ul li,
#social #accordionExample .accordion-body p {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
}

/* ===== Market Snapshot accordion highlight ===== */
.acc-highlight {
  color: #03914f;
  font-weight: 700;
}

/* ===== Overview Section — Reference Layout ===== */
.over-sec-ref {
  background: #ffffff;
  padding: 100px 0;
}

.over-ref-text-col {
  display: flex;
  align-items: center;
}

.over-ref-text {
  padding: 60px 60px 60px 70px;
}

.over-ref-img-col {
  overflow: hidden;
  min-height: 480px;
}

.over-ref-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 767px) {
  .over-sec-ref {
    padding: 50px 0;
  }

  .over-ref-text {
    padding: 0px 24px;
  }

  .over-ref-img-col {
    min-height: 280px;
  }
}

/* ===== About-us Section — heading size ===== */
#about-us .stitle {
  font-size: 22px !important;
  line-height: 1.3 !important;
}

/* ===== About-us Section — Inter font ===== */
#about-us .stitle,
#about-us h3,
#about-us .abtwrap .count-number,
#about-us .abtwrap p,
#about-us .about-text {
  font-family: 'Inter', sans-serif !important;
}

/* ===== Mobile Fixed CTA Bar ===== */
.mob-cta-bar {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 44px;
}

.mob-cta-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Questa", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #243758;
  color: #ffffff !important;
}

.mob-cta-btn:hover,
.mob-cta-btn:active {
  background-color: #1a2a42;
  color: #ffffff !important;
}

.mob-cta-divider {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}
#enq_form .col-md-2{
  display: flex;
  align-items: center;
}
/* ===== Fixed footer form disclaimer ===== */
.enq-fixed-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 20px 6px;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.enq-fixed-disclaimer input[type="checkbox"] {
  flex-shrink: 0;
  accent-color: #03914f;
  width: 13px;
  height: 13px;
}

.enq-fixed-disclaimer label {
  font-size: 11px;
  color: #243758;
  line-height: 1.4;
  margin: 0;
  font-family: "Questa", sans-serif;
}
