.modal-header .close {
    font-size: 1.7rem;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 9;
}

.btn-green { background: #07623b; color: #ffffff; }
.btn-green:hover { background: #07623b; color: #ffffff; opacity: 0.9; }


.btn-custom-float2 {
    border-radius: 50px 0 50px 50px;
    padding: 0.6em 2em;
}

.modal-header .close:hover {
    color: #ccc!important;
}

.header__container {
  padding-top: 30px;
}

.header_is_fixed .header__container {
  padding-top: 8px;
  /* background: #000000; */
  color: #ffffff; 
  background: rgba(0, 0, 0, 0.45);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
border: 1px solid rgba(198, 161, 91, 0.25);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);

}

.header_is_fixed img {
   width: 60%; 
}

.main-slide__slide-inner {
  text-align: center;
}

.smallbrder {
  border: 2px solid #07623b;
  width: 50px;
  background: linear-gradient(
        180deg,
        #9F7A2F 0%,
        #C9A14A 40%,
        #E6C878 70%,
        #B8872E 100%
    );
}

#smallbrder {
  border-right: 3px solid #ce9d4d;
  width: 50px;
  height: 52px;
}

.counter-block__item-value {
  font-size: 50px;
  font-weight: 600;
  color: #ce9d4d;
}

.about-counter-block {
  position: relative;
}

/* .about-counter-block::after {
  border-top: 1px solid #CFCFCF;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
} */

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

.pb-80 {
  padding-bottom: 80px;
}

.btn-custom-float {
  border-radius: 50px 0 50px 50px;
  padding: 0.6em 2em;
  position: absolute;
  top: 50%;
  background: linear-gradient(90deg, #9F7A2F, #C9A14A, #E6C878, #B8872E);
  color: #fff;
}

.skyvilla-block {
  background-image: url("../assets/img/sky-villa.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0 40% 0;
}

.highlights-block {
  position: relative;
}

.leaf {
  position: absolute;
  top: 100%;
  right: 3%;
}

.slider-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 20px;
  color: #000000;
  width: 100%;
  height: 100%;
}

.zoom-slider__button-title {
  font-size: 24px;
}

.amenities-block {
  background: #000000;
  padding: 70px 0 30px;
}

.zoom-slider {
  padding-top: 0;
  background: #000000;
}

.zoom-slider__control {
  background-color: #3330;
  font-size: 45px;
}

.zoom-slider__control:hover {
  background-color: #3330;
}

.header_is_fixed .header__menu-button {
  display: none !important;
}

.header_fixed .nav1 {
  display: none;
}

.header_is_fixed .nav1 {
  display: contents;
}

.width100overflow {
  overflow: hidden;
  width: 100%;
}

.footer-default__list-item {
  margin-bottom: 5px !important;
}

@media(max-width: 767px) {
  .play-button-wrapper #circle-play-b img {
    width: 10vh !important;
  }

  #floorplan12 {
    padding-top: 8%;
  }

  #coll12 {
    border-top: 2px solid #e7e7e7 !important;
    padding-top: 30px;
  }

  .header_fixed .nav1 {
    display: none;
  }

  .header_is_fixed .header__menu-button {
    display: contents !important;
  }

  #pp1,
  #p1 {
    padding-right: 20px !important;
  }

  #bt1 {
    left: 274px !important;
    top: 327px !important;
    bottom: 0px !important;
  }

  #bt2 {
    right: -17px !important;
    bottom: 0px !important;
    ;
    top: 326px !important;
  }

  .zoom-slider__button-title {
    font-size: 17px;
  }

 

  #mySlider .carousel-inner .carousel-item .row .col-lg-4 .slider-text {
    position: initial !important;
    height: 10% !important;
  }

  .zoom-slider__slide {
    height: 482px;
  }

  #plans1 {
    padding: 25px 20px 0px 20px !important;
  }

  #v-pills-tab {
    width: 110% !important;
    align-items: center;
  }

  #v-pills-tab .nav-link .border1 img {
    width: 30vmin !important;
  }

/*
  .header_is_fixed .header__inner {
    justify-content: flex-start !important;
  }
*/

  #bt3 {
    margin-top: 27% !important;
  }

  #browsee {
    top: 65%;
    left: 22%;
  }

  .menu-panel {
    width: 58% !important;
  }

  .menu-panel__inner {
    padding-left: 30px !important;
  }

  .menu-panel__inner .menu-panel__menu .menu-panel__menu-item .menu-panel__menu-link {
    font-size: 20px !important;
  }

  .location-block #smallbrder {
    min-width: 67% !important;
  }

  .location-block {
    padding-bottom: 10%;
  }

  .location-block .container-fluid .row .col-lg-6 {
    padding: 8% 5% 9% 5% !important;
  }

  .skyvilla-block {
    padding: 0% 0px 30% 0;
  }

  #mySlider .carousel-control-next {
    top: 96% !important;
  }

  #mySlider .carousel-control-prev {
    top: 97% !important;
    left: 71% !important;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media(min-width: 768px) and (max-width: 991px) {
  .header_fixed .nav1 {
    display: none;
  }

  .header_is_fixed .header__menu-button {
    display: contents !important;
  }

  #carouselExampleControls {
    width: 65% !important;
    left: 19% !important;
  }

  #carouselExampleControls .carousel-control-prev {
    left: 96% !important;
    top: 64% !important;
  }

  #bt2 {
    right: -21% !important;
    top: 64% !important;
  }

  #browsee {
    padding: 0.5em 1em !important;
    left: 1% !important;
    top: 62% !important;
  }

 

  #mySlider .carousel-inner .carousel-item .row .col-lg-4 .slider-text {
    position: initial !important;
    height: 10% !important;
  }

  #mySlider .carousel-control-next {
    top: 100% !important;
  }

  #plans1 {
    padding: 28px 23px 0px 23px !important;
  }

  #pp1 {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  #mySlider .carousel-control-prev {
    left: 79% !important;
    top: 100% !important;
  }

  .socials {
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }

  .tp-splitted.tp-linesplit {
    font-size: 70px !important;
    line-height: 60px;
  }

  #p1 {
    padding-right: 27px !important;
    padding-left: 20px;
  }

  #smallbrder {
    margin-bottom: 45px !important;
  }

  #maps12 {
    margin-top: 0px !important;
  }

  #v-pills-tab a {
    padding-bottom: 0rem !important;
  }
}

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




@media(min-width: 992px) and (max-width: 1199px) {
  #relative1 {
    height: 57vmin !important;
  }

  #absolute1 {
    top: 40vmin !important;
  }

  #pp1 {
    padding-left: 30px !important;
  }

  .location-block #smallbrder {
    padding: 0px 0px 0px 15px !important;
  }

  #mySlider .carousel-control-prev {
    top: 551px !important;
    left: 789px !important;
  }

  #carouselExampleControls .carousel-control-prev {
    left: 502px !important;
  }

  #browsee {
    top: 73%;
    left: 3%;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media(min-width:1400px) {
  .location-block #smallbrder {
    /* padding: 0px 40px 0px 40px; */
    max-width: 33%;
  }

  .location-block .container-fluid .row .col-lg-6 {
    padding: 0px 60px 0px 80px;
  }
}

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

.header_is_fixed {
  height: 250px;
}

.header_is_fixed .header__inner {
  justify-content: space-evenly;
  align-items: center;
}

.header__wrapper {
  margin-bottom: 8px !important;
}

.nav1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  float: right !important;
  width: 60% !important;
}

.nav1 a {
  color: var(--text-color);
  text-decoration: none;
  padding: 5px 0px;
  font-size: 16px;
}

.collapse-list__collapse {
  padding: 5px;
}

#p1 {
  padding-right: 50px;
}

#pp1 {
  padding-right: 80px;
}

/*
.header_is_fixed .header__container {
  top: -100px !important;
}
*/

.masonry__secondary-filter-button {
  border: 1px solid #000;
  border-radius: 20px;
}

#btn1,
#pills-home-tab,
#pills-profile-tab,
#pills-contact-tab {
  padding: 9px 35px;
  margin: 5px 4px 4px 18px;
  display: inline-block;
  background: #fff;
  border: 1px solid #000000;
  transition: all 0.4s;
  border-radius: 30px 0px 24px 26px;
  font-size: 16px;
  font-weight: 500;
  color: black;
}

.masonry__secondary-filter-button:after {
  height: 0px;
}

#btn1:hover {
  background-color: #000000;
  color: white
}

/* .articles-list-wrapper .button_active{background-color: #000000 !important;color:white;} */
.articles-list-wrapper__head {
  justify-content: space-around;
}

.collapse-list__collapse-head {
  font-stretch: normal;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

.wrapper .thumb1 li {
  list-style-type: none !important;
}

.wrapper .thumb1 li {
  width: 300px !important;
  height: 240px !important;
  text-decoration: none;
}

.wrapper .thumb1 li a img {
  padding: 20px;
  background-color: #cecece;
  border: 1px solid #cecece;
}

.wrapper .thumb1 {
  grid-column-gap: 1rem;
}

.articles-grid__item {
  width: 100%
}

.wrapper .thumb1 li a:hover {
  color: #ffffff00;
}

.tabcontent .blog-content img {
  width: 600px
}

/* .blog1-content .tabcontent .blog-content{overflow: hidden;position: absolute;left: 0;width: 90%;margin: 1% 5%; height: 0; max-height: 30rem; transition: height .7s ease-in;} */
.active1 {
  display: block !important;
}

#bt1,
#bt2 svg {
  color: #b3b2b2;
}

#carouselExampleControls .carousel-control-prev {
  bottom: 20px;
  left: 677px;
  top: 299px;
  z-index: 2;
}

#bt2 {
  right: -137px;
  bottom: 20px;
  top: 299px;
  z-index: 2;
}

#mySlider .carousel-control-prev {
  align-items: flex-end;    
  color: #9c9c9c;
}

#mySlider .carousel-control-next {
  align-items: flex-end;    
  color: #9c9c9c;
}

#relative1 {
  position: relative;
  height: 67vmin;
  margin-bottom: 10vmin !important;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
}

#absolute1 {
  position: absolute;
  top: 50vmin;
  width: 38vmin;
  left: -2vmin;
  height: 23vmin;
}

#con1 {
  display: flex;
  justify-content: space-evenly;
  padding-right: 0px;
}

#con1 .thmbnails {
  display: flex;
  flex-direction: column;
  line-height: 0;
  max-width: 20%;
}

#con1 .thmbnails li {
  flex: auto;
  list-style: none;
}

#con1 .thmbnails li a {
  display: block;
  margin: 2vmin 4vmin 3vmin 4vmin;
}

#con1 .thmbnails li a:hover {
  list-style: none;
  color: #ffffff00;
}

#con1 .thmbnails li a:after {
  bottom: 0 !important;
}

#con1 .thmbnails img {
  object-fit: cover;
  object-position: center;
  padding: 2vmin;
  background-color: #f4f4f4;
}

#con1 .slides {
  overflow: hidden;
  height: 75vmin;
  width: 128vmin;
  background-color: #f4f4f4;
  padding-left: 7vmin;
  padding-right: 7vmin;
  background-image: url('assets/img/grid.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 82%;
  padding: 0% 0 40% 0;
}

#con1 .slides li {
  height: 80vmin;
  position: absolute;
  z-index: 1;
  list-style: none;
}

#con1 .slides img {
  width: 120vmin;
  object-fit: cover;
  object-position: top;
  padding: 6vmin 25vmin 5vmin 16vmin;
}

#con1 .slides li:target {
  z-index: 3;
  -webkit-animation: slide 1s 1;
}

#slide1 .row {
  justify-content: space-between;
  margin-right: 0px;
}

#slide1 .row .col {
  max-width: 25%;
}

#con1 .slides li .row {
  margin-left: 0px;
  margin-right: 0px !important;
}

#con1 .thmbnails li div {
  font-size: 12px;
  align-items: center;
}

/* #bhk2,#bhk4{display: none;} */
#pills-tab {
  justify-content: center;
  align-items: center;
}

#pills-tab .nav-link.active,
#pills-tab .show>.nav-link {
  background: linear-gradient(90deg, #9F7A2F, #C9A14A, #E6C878, #B8872E);
  color: white;
  border: none;
}

#con1 .slides li .row {
  margin-left: 10vmin;
}

/* #con1 .thmbnails li{opacity: 0.6;}
#con1 .thmbnails li:hover{opacity: 1;} */




#v-pills-tab {
  width: 66%;
}

#v-pills-tab a {
  color: #fff;
  background: #ebedef !important;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media(min-width:1400px) {
  #browsee {
    margin-top: 7%;
    margin-left: 6%;
  }
}


.accordion .card-header:after {
  font-family: 'Montserrat', sans-serif;
  content: "\f068";
  float: right;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.collapse-list__collapse-text {
  margin-left: 20px;
  padding-top: 10px;
}


.video12 {
  position: relative;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.play-button-wrapper #circle-play-b img {
  width: 15vh;
  top: 50%;
  left: 50%;
  /* fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9; */
}

.menu-panel__menu-link {
  color: white !important;

}

.menu-panel {
  /* background-color: black; */
  color: white;
  background: rgba(0, 0, 0, 0.45);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
border: 1px solid rgba(198, 161, 91, 0.25);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);

}

#header {
  display: none;
}

#floorplan12 {
  margin: 5% 0% 0% 0%;
}

.loctionsectionblock {
  /* padding-bottom: 37px; */
}

/* */
/* .hide-controls::-webkit-media-controls {
    display: none !important;
  } */
#my-iframe #header {
  display: none !important;
}


/* -----------------------sticky form--------------------------- */
/* Sticky Form */
.sticky-form-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  z-index: 9999;
}

.sticky-form {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

.sticky-form.active {
  opacity: 1;
}

.sticky-form label {
  display: block;
  margin-bottom: 10px;
}

.sticky-form input,
.sticky-form select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
}

.sticky-form .btn-group {
  margin-top: 20px;
  text-align: center;
}

.sticky-form .btn-group button {
  background-color: #0099ff;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  cursor: pointer;
}

.sticky-form .btn-group button i {
  margin-left: 10px;
}

.sticky-form .btn-group button:hover {
  background-color: #0077cc;
}

.sticky-form .btn-group button:focus {
  outline: none;
}

/* Enquiry Button */
/* .enquiry-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0099ff;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 9998;
  transition: background-color 0.2s ease-in-out;
}

.enquiry-btn:hover {
  background-color: #0077cc;
} */
.enquiry-btn.moved {
  right: calc(250px + 8px);
}.enquiry-btn {
  position: fixed;
  z-index: 9999;
  top: 50%;
  right: -3%;
  background: #07623b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0 0 5px 5px;
  border: none;
  cursor: pointer;
  transition: all .4s ease;
  transform: rotate(7deg);
  -ms-transform: rotate(90deg); 
  -moz-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  -o-transform: rotate(90deg);
}
.nb-form p {
  font-size: 13px;
  margin: 0;
  padding: 15px;
  color: #666;
}

.nb-form p.message {
  margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
  padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  width: 254px;
  max-width: 254px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding: 6px;
  border: none;
  border-radius: 4px;
  color: #999;
border-bottom: 1px solid #f0f0f0;
  /* background-color: #000000ab; */
}

.nb-form input:focus,
.nb-form textarea:focus {
  outline: none;
  box-shadow: none;
}

.nb-form input[type='submit'] {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .4s ease;
  color: #fff !important;
  border: none;
}

/*.nb-form input[type='submit']:hover {*/
/*    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);*/
/*}*/

.nb-form textarea {
  min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
  color: #261f1f;
}

.nb-form ::-webkit-option-placeholder {
  color: #ccb0b0;
}

.nb-form ::-moz-placeholder{
  color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
  color: #ccb0b0;
}

.nb-form :-moz-placeholder {
  color: #ccb0b0;
}

.nb-form input[type='submit'] {
  background: #07623b;
}


#sticky-form {
  position: fixed;
  z-index: 9998;
  width: 300px;
  background: #fff;
  right: -300px;
  top: 54%;
  transform: translateY(-50%);
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
  transition: all .4s ease;
  /* padding: 3% 1% 0% 0%; */
  padding: 1% 0%;
}

#sticky-form.show {
  right: 0;
}

#txtCountryCode{
  background: transparent;
  border: transparent;
  font-size: 14px;
  color: #ccb0b0;
}
@media screen and (max-width: 767px) {
  .nb-form:hover .user-icon {
      display: none;
  }

  .nb-form .message {
      display: none;
  }

  .nb-form form {
      padding-top: 15px;
  }
  .nb-form{
      right: 0%;
      bottom: -320px;
      left: 50%;
      transform: translateX(0%);
  }
  .enquiry-btn{
    right: -11%;
  }
  #sticky-form{width: 250px;
  right: -300px;
  height: 310px;}
  .enquiry-btn.moved {
    right: calc(200px + 8px);}
    .btn-group{
     
        /*right: 213px;*/
        top: -19px;
    
    }

}
#myModal{
    display:none;
}
#myModal .modal-header{
    padding-top:63px !important;
}
.form-popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
        z-index: 9999; /* Ensure the form appears on top of other elements */
    }

    /* Styles for the form itself */
    .form-container {
     background-color: #fefefe;
        margin: 10% auto; /* Center the form vertically and horizontally */
        padding: 20px;
        width: 470px;
        max-width: 80%; /* Adjust the maximum width as desired */
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        border-radius:25px;
        display:flex;
        display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}


    /*}*/

    /* Styles for the form heading */
    .form-container h1 {
        text-align: center;
        margin-top: 0;
    }

    /* Styles for form labels */
    .form-container label {
        font-weight: bold;
    }

    /* Styles for form inputs */
    .form-container input[type="text"],
    .form-container input[type="password"],
    .form-container input[type="email"] {
    width: 400px;
    padding: 12px 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    }
    
    .form-container input#name::placeholder {
  color: #000;
  font-weight:200;/* Replace with your desired color value */
}
  .form-container input#email::placeholder,.form-container input#number::placeholder,.form-container input#comments::placeholder {
  color: #000;
  font-weight:200;/* Replace with your desired color value */
}
    
  .form-container input[type="number"]{
    width: 325px;
    padding: 12px 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .form-container #txtCountryCode{
 color:#817d7d !important;
  }
  .form-container #close123{
     background: #b0b0b03d;
    border-radius: 20px;
    padding: 5px 39px;
    color: #413e3e;
    margin-top: 20px;
  }
  
  .form-container .phone-container{
          display: flex;
    
  }
  #col123{
      padding-right:0px !important;
  }
    /* Styles for the submit button */
    .form-container button[type="submit"] {
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
    }

    /* Styles for the cancel button */
    .form-container button.cancel {
        background-color: #ccc;
    }

    /* Clear floats after the form */
    .form-container::after {
        content: "";
        display: table;
        clear: both;
    }
    @media(max-width: 767px){
        .form-container input[type="text"],
    .form-container input[type="password"],
    .form-container input[type="email"] {
    width: 248px;
    padding: 12px 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    }
  .form-container input[type="number"]{
    width: 176px;
    padding: 12px 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
    }
.menu-toggle {
    display: none;
  }
  @media (max-width: 991px) {
    .lux-menu,
    .lux-cta {
      display: none !important;
    }
    .menu-toggle {
      display: flex;
      flex-direction: column;
      gap: 6px;
      cursor: pointer;
    }
    .menu-toggle span {
    width: 26px;
    height: 2px;
    background: #c6a15b;
    transition: 0.3s ease;
  }
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.75);
    transition: right 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  .mobile-menu.active {
    right: 0;
  }
  .menu-close {
    position: absolute;
    top: 30px;
    right: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #c6a15b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .menu-close span {
    position: absolute;
    width: 22px;
    height: 1.5px;
    background: #c6a15b;
  }
  .menu-close span:first-child {
    transform: rotate(45deg);
  }
  .menu-close span:last-child {
    transform: rotate(-45deg);
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
  .mobile-nav a {
    text-decoration: none;
    font-size: 20px;
  }
  .lux-navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .lux-navbar {
    max-width: 1400px;
    margin: auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(201, 161, 74, 0.4);
    box-shadow:
      0 8px 25px rgba(0, 0, 0, 0.08),
      inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  }
  .lux-logo {
    position: relative;
    height: 70px;
    width: 180px;
    overflow: hidden;
  }
  .lux-logo img {
      position: absolute;
      top: 50%;
      left: -36px;
      height: 172px;
      transform: translateY(-50%);
      object-fit: contain;
  }
  .lux-menu {
    display: flex;
    gap: 40px;
  }
  .menu-link {
    position: relative;
    text-decoration: none;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .menu-link:hover {
    color: #C9A14A;
  }
  .menu-link.active {
    color: #000;
  }
  .menu-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(
      90deg,
      #9F7A2F,
      #C9A14A,
      #E6C878,
      #B8872E
    );
  }
  .brochure-btn {
    padding: 12px 28px;
    border-radius: 50px 0 50px 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #9F7A2F, #C9A14A, #E6C878, #B8872E);
    /* box-shadow: 0 6px 18px #004b2b; */
    transition: all 0.3s ease;
  }
  .brochure-btn:hover {
    transform: translateY(-3px);
  }
  .nd-main-img {
    transition: opacity 0.6s ease;
    opacity: 1;
  }
  .nd-main-img.fade-out {
    opacity: 0;
  }
  .nd-tab {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
  .nd-tab.active {
    opacity: 1;
    transform: scale(1.05);
  }
   @media (max-width: 768px) {
    .nd-gallery-grid {
      display: flex;
      flex-direction: column;
    }
    .nd-content {
      order: 1;
    }
    .nd-main {
      order: 2;
    }
    .nd-tabs {
      order: 3; /* optional */
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 15px;
    }
    .nd-main-img {
      width: 100%;
      height: auto;
    }
  }
      .nd-gallery-section {
      max-width: 1280px;
      margin: 0 auto;
      padding: 40px 20px;
    }
    .nd-gallery-grid {
      display: grid;
      grid-template-columns: 120px 1fr 420px;
      gap: 40px;
      align-items: start;
    }
    .nd-tabs {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .nd-tab {
      border: none;
      background: transparent;
      cursor: pointer;
      padding: 0;
    }
    .nd-tab img {
      width: 95px;
      height: 95px;
      object-fit: cover;
      border: 4px solid #d8c8a8;
      transition: all .3s ease;
    }
    .nd-tab.active img {
      border-color: #bfa777;
      transform: scale(1.04);
    }
    .nd-main-img {
      width: 100%;
      height: 520px;
      object-fit: cover;
      display: block;
    }
    .nd-title {
      font-size: 25px;
      line-height: 1.1;
      letter-spacing: .5px;
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 20px;
      color: #bfa777;
    }
    .nd-desc {
      font-size: 15px;
      line-height: 1.3;
      max-width: 380px;
    }
    .nd-btn {
      display: inline-block;
      padding: 14px 28px; 
      text-decoration: none;
      color: #fff;
      font-weight: 500;
      transition: all .3s ease;
      border-radius: 50px 0 50px 50px;
      padding: 0.6em 2em;
      background: linear-gradient(90deg, #9F7A2F, #C9A14A, #E6C878, #B8872E);
    }
    .nd-btn:hover {
      background: #cbb78d;
      color: #fff;
    }
    @media (max-width: 1024px) {
      .nd-gallery-grid {
        grid-template-columns: 90px 1fr;
      }
      .nd-content {
        grid-column: span 2;
        margin-top: 30px;
      }
    }
    @media (max-width: 768px) {
      .nd-gallery-grid {
        grid-template-columns: 1fr;
      }
      .nd-tabs {
        flex-direction: row;
        justify-content: center;
        display: none;
      }
      .nd-tab img {
        width: 70px;
        height: 70px;
      }
      .nd-main-img {
        height: 380px;
      }
      .arch-wonder{
        visibility:  hidden;
      }
      #aboutus {
        padding-bottom: 0;
        padding-top: 0;
      }
    }
  @media (max-width: 768px) {

    .ndp-sec {
      padding: 40px 0px !important;
    }
    .ndp-tab{
    font-size: 18px !important;
    }
  }
  #relative1{
    border-radius: 50px 0 50px 50px;
  }
  .ma-block {
    background: #ffffff;
    padding: 64px 0 0;
  }
  .ma-shell {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    overflow: hidden;
    background: transparent; /* FIXED */
  }
  .ma-col {
    padding: 36px 40px;
  }
  .ma-left {
    background: #f7f7f7;
  }
  .ma-left-header {
    margin-bottom: 26px;
  }
  .ma-left-title {
    display: inline-flex;
    gap: 8px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .ma-title-main {
    font-size: 30px;
    font-weight: 500;
    color: #111;
  }
  .ma-title-accent {
    font-size: 30px;
    font-weight: 600;
    color: #ce9d4d;
  }
  .ma-title-underline {
    display: block;
    width: 70px;
    height: 3px;
    background: #ce9d4d;
    margin-top: 12px;
  }
  .ma-plan-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 18px 32px rgba(0,0,0,0.18);
  }
  .ma-plan-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .ma-plan-wrapper img {
    width: 100%;
    display: block;
    filter: blur(6px);
    transform: scale(1.05);
  }
  .ma-plan-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ma-plan-btn {
    padding: 12px 25px;
    border-radius: 40px;
    border: none;
    font-size: 14px;
    letter-spacing: 1.5 px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    background: linear-gradient(90deg,#9F7A2F,#D4AF37);
    color: #fff;
    transition: 0.3s ease;
  }
  .ma-plan-btn:hover {
    transform: scale(1.05);
  }
  .ma-right {
    background: #004b2b;
    color: #ffffff;
  }
  .ma-right-header {
    margin-bottom: 28px;
  }
  .ma-amenities-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .ma-amenities-underline {
    display: block;
    width: 70px;
    height: 3px;
    background: #c79a3a;
    margin-top: 12px;
  }
  .ma-amenities-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 56px;
    font-size: 14px;
    line-height: 1.7;
  }
  .ma-amenities-cols ul {
    list-style: square;
    padding-left: 18px;
    margin: 0;
  }
  .ma-amenities-cols li {
    margin-bottom: 4px;
  }
  @media (max-width:1100px) {
    .ma-shell {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width:900px) {
    .ma-shell {
      grid-template-columns: 1fr;
    }
    .ma-col {
      padding: 28px 24px;
    }
    .ma-amenities-cols {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px 30px;
    }
  }
  @media (max-width:640px) {
  .ma-title-main,
  .ma-title-accent,
  .ma-amenities-title {
    font-size: 24px;
  }
  .ma-amenities-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 18px;
    font-size: 13px;
  }
}
.fp-wrapper {
  position: relative;
  display: inline-block;
}
.fp-center-btn {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1.5px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #be9424, #f1cf68);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  text-transform: uppercase;
  z-index: 10;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fp-center-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
@media (max-width: 600px) {
  .fp-center-btn {
    font-size: 10px;
    padding: 12px 10px;
  }
}
.area-row {
  margin-top: 20px;
}
.area-row div {
  padding: 5px;
  font-size: 13px;
}
.area-row b {
  font-size: 14px;
}
@media (max-width: 576px) {
  .area-row div {
    font-size: 11px;
    padding: 2px;
  }
  .area-row b {
    font-size: 12px;
  }
}
    #v-pills-tab a.active {
      color: #fff;
      background: linear-gradient(90deg, #9F7A2F, #C9A14A, #E6C878, #B8872E) !important;
  }
    .blur-img {
    filter: blur(5px);
  }
      .distance-widget {
        font-family: 'Montserrat', sans-serif;
        background: #ffffff;
        border-radius: 28px;
        padding: 32px 56px 12px;
        max-width: 1800px;
        margin: 10px auto;
        color: #222222;
        box-sizing: border-box;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
        margin-bottom: 70px;    }
      @media (max-width: 900px) {
        .distance-widget {
          padding: 24px 20px 28px;
          border-radius: 20px;
        }
      }
      .distance-tabs {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
        margin-bottom: 18px;
      }
      .distance-tab {
        border: none;
        background: transparent;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 4px 8px 0;
        min-width: 80px;
        transition: color 0.2s ease, opacity 0.2s ease, transform 0.15s ease;
        color: #b2aca2;
        font-size: 11px;
        text-transform: none;
      }
      .distance-tab-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px; /* placeholder icon size */
        opacity: 0.8;
        box-sizing: border-box;
      }
      .distance-tab-label {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0.02em;
        white-space: nowrap;
      }
      .distance-tab.is-active {
        color: #c9a14a;
      }
      .distance-tab.is-active .distance-tab-icon {
        border-color: #dac6a4;
        opacity: 1;
      }
      .distance-tab:hover:not(.is-active) {
        opacity: 0.85;
        transform: translateY(-1px);
      }
      @media (max-width: 700px) {
        .distance-tabs {
          gap: 16px;
        }
        .distance-tab-label {
          font-size: 11px;
        }
        .distance-tab-icon {
          width: 28px;
          height: 28px;
          font-size: 16px;
        }
      }
      .distance-progress {
        position: relative;
        width: 100%;
        height: 10px;
        border-radius: 999px;
        background: #dedad3;
        overflow: hidden;
        margin: 0 auto 36px;
      }
      .distance-progress-track {
        position: absolute;
        inset: 0;
        background: #dedad3;
        border-radius: inherit;
      }
      .distance-progress-fill {
        position: absolute;
        inset: 0;
        width: 0%;
        background: linear-gradient(90deg, #9F7A2F, #C9A14A, #E6C878, #B8872E);
        border-radius: inherit;
        transition: width 0.35s ease;
      }
      .distance-panels {
        min-height: 130px;
      }
      .distance-panel {
        display: none;
        text-align: center;
      }
      .distance-panel.is-active {
        display: block;
      }
      .distance-rows {
        max-width: 100%;
        margin: 0 auto 24px;
      }
      .distance-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 28px;
        gap: 24px;
      }
      .distance-row:last-child {
        margin-bottom: 0;
      }
      .distance-row--bottom {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
      }
      .distance-item {
        text-align: center;
        flex: 1;
        min-width: 120px;
      }
      .distance-item-time {
        font-size: 14px;
        font-weight: 600;
        /* margin-bottom: 6px; */
        color: #302d29;
      }
      .distance-item-label {
        font-size: 12px;
        font-weight: 400;
        color: #5f5a52;
        line-height: 1.4;
      }
      @media (max-width: 900px) {
        .distance-rows {
          max-width: 100%;
        }
        .distance-row {
          flex-wrap: wrap;
          justify-content: center;
        }
        .distance-row--bottom {
          max-width: 100%;
        }
        .distance-item {
          flex: 0 0 45%;
          margin-bottom: 14px;
        }
      }
      .distance-disclaimer {
        margin: 8px auto 0;
        font-size: 11px;
        color: #8b8478;
        text-align: center;
      }
      .nearby{
        height: 30px;
        width: auto ;
      }
  @media (max-width: 768px) {
    .distance-tabs {
      overflow-x: auto;
      justify-content: flex-start;
      gap: 24px;
      padding-bottom: 6px;
      scrollbar-width: none;
    }
    .distance-tabs::-webkit-scrollbar {
      display: none;
    }
    .distance-tab {
      flex: 0 0 auto;
      min-width: 70px;
    }
    .distance-tab-label {
      white-space: normal;
      text-align: center;
      font-size: 11px;
    }
    .distance-row--bottom {
      max-width: 100%;
    }
    .distance-item-time {
      font-size: 15px;
    }
    .distance-item-label {
      font-size: 13px;
    }
  }
  .hero-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #f5f2ea;
  }
  @media (max-width: 768px) {
    .collapse-list__collapse.hidden-spec {
      display: none;
    }
    .spec-toggle-btn {
      background: #c79a3a;
      color: #fff;
      border: none;
      padding: 10px 22px;
      border-radius: 30px;
      font-size: 14px;
      margin-top: 20px;
      cursor: pointer;
      transition: 0.3s ease;
    }
    .spec-toggle-btn:hover {
      background: #b88a2f;
    }
  }
  @media (max-width: 768px) {
    .spec-hidden-wrapper {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.6s ease;
    }
  }
  .mobile-show-more {
    display: none;
  }
  @media (max-width: 768px) {
    .mobile-show-more {
      display: block;
      text-align: center;
      margin-top: 20px;
    }
    .spec-hidden-wrapper {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.6s ease;
    }
  }
  .ndp-playIcon{
    width: 22px;
    height: 22px;
    border: 2px solid #C9A14A;
    border-radius: 50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:14px;
    transition: all .3s ease;
    position:relative;
  }
  .ndp-playIcon::before{
    content:"";
    width: 0;
    height: 0;
    border-left:7px solid #C9A14A;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    margin-left:2px;
    transition: all .3s ease;
  }
  .ndp-tab--active .ndp-playIcon{
    background: linear-gradient(90deg, #9F7A2F, #C9A14A, #E6C878, #B8872E);
    border-color:#9F7A2F;
    transform:scale(1.1);
  }
  .ndp-tab--active{
    font-weight:700;
    font-size:34px;
    letter-spacing:1.5px;
    transform:scale(1.06);
    color:#000;
  }
  .ndp-tab{
    transition:all .25s ease;
  }
  .ndp-tab--active .ndp-playIcon::before{
    border-left-color:#fff;
  }
    .sticky-contact-bar {
      position: fixed;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 50px;
      padding: 11px 25px;
      display: flex;
      gap: 50px;
      align-items: center;
      z-index: 9999;
      background: linear-gradient(
          120deg,
          #8a6a1f,
          #c9a14a,
          #f7e9b1,
          #caa858,
          #8a6a1f
      );
      background-size: 400% 400%;
      animation: goldShine 5s ease-in-out infinite;
      box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  }
  @keyframes goldShine {
      0%   { background-position: 0% 50%; }
      50%  { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
  }
  .contact-item {
      display: flex;
      flex-direction: row; /* Fix reverse issue */
      align-items: center;
      gap: 8px;
      text-decoration: none;
      color: #ffffff;
      font-weight: 600;
  }
  .contact-item i {
      color: #ffffff;
      font-size: 16px;
  }
  .contact-item:hover {
      opacity: 0.85;
  }
  .lux-footer {
    margin: auto;
    padding: 50px 60px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(201, 161, 74, 0.4);
    box-shadow:
      0 10px 30px rgba(0, 0, 0, 0.1),
      inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  }
  .footer-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
  .footer-col h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #9F7A2F;
    font-weight: 600;
  }
  .footer-col p {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
  }
  .footer-col a {
    color: #9F7A2F;
    text-decoration: none;
  }
  .footer-divider {
    height: 1px;
    background: rgba(201, 161, 74, 0.3);
    margin: 40px 0;
  }
  .footer-disclaimer h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #9F7A2F;
  }
  .footer-disclaimer p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
  }
  .footer-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-bottom p {
    font-size: 14px;
    color: #666;
  }
  .footer-right {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .footer-right a {
    color: #444;
    text-decoration: none;
    font-size: 14px;
  }
  .social-icons {
    display: flex;
    gap: 15px;
  }
  .social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(
      90deg,
      #9F7A2F,
      #C9A14A,
      #E6C878,
      #B8872E
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  .social-icons a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(201, 161, 74, 0.4);
    color: #fff;
  }
  .lux-footer-wrapper {
    background: linear-gradient(to bottom, #f5f5f5, #eaeaea);
  }
  .footer-divider-wrapper {
    position: relative;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-divider-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      #9F7A2F,
      #C9A14A,
      #E6C878,
      #B8872E
    );
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-enquire-btn {
    position: relative;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(
      90deg,
      #9F7A2F,
      #C9A14A,
      #E6C878,
      #B8872E
    );
    box-shadow: 0 8px 25px rgba(201,161,74,0.35);
    transition: all 0.3s ease;
    z-index: 2;
  }
  .footer-enquire-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(201,161,74,0.45);
  }
  .footer-enquire-btn::before {
    content: "";
    position: absolute;
    inset: -10px -20px;
    background: linear-gradient(90deg, #9F7A2F, #C9A14A, #E6C878, #B8872E);
    border-radius: 60px;
    z-index: -1;
  }
  @media (max-width: 768px) {
    .footer-bottom {
      display: flex;
      flex-direction: column;
      text-align: center;
      margin-top: 0;
    }
    .footer-bottom p:nth-child(2) {
      order: 1;
    }
    .footer-bottom p:nth-child(1) {
      order: 2;
      margin-bottom: 0;
    }
    .footer-right {
      order: 3;
    }
  }
  @media (max-width: 768px) {
    .lux-footer {
      padding: 40px 20px;
    }
    .footer-top {
      grid-template-columns: 1fr;
      gap: 35px;
    }
    .footer-col h3 {
      font-size: 14px;
      margin-bottom: 12px;
    }
    .footer-col p {
      font-size: 13px;
      line-height: 1.7;
    }
    .footer-col .nd-btn {
      display: block;
      width: 100%;
      text-align: center;
      padding: 14px 18px;
    }
    .footer-divider-wrapper {
      margin: 40px 0;
    }
    .footer-enquire-btn {
      font-size: 13px;
      padding: 12px 28px;
    }
    .footer-disclaimer h4 {
      font-size: 14px;
    }
    .footer-disclaimer p {
      font-size: 12px;
      line-height: 1.7;
    }
    .footer-bottom {
      flex-direction: column;
      gap: 16px;
      text-align: center;
    }
    .footer-right {
      flex-direction: column;
      gap: 18px;
    }
    .footer-right a {
      font-size: 13px;
    }
    .social-icons {
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
    }
    .social-icons a {
      width: 34px;
      height: 34px;
      font-size: 13px;
    }
  .lux-navbar {
    padding: 0 15px;
    border-radius: 0;
  }
  }
  .ndp-sec{
    background:#004b2b  ;
    padding:40px 30px;
  }
  .ndp-shell{
    max-width:1500px;
    margin:0 auto;
    border:1px solid #cdbfa7;
    background:#f6f1e8;
  }
  .ndp-grid{
    display:grid;
    grid-template-columns: 1.8fr 1fr;
    min-height:520px;
  }
  .ndp-left{
    background:#fff;
    border-right:1px solid #004b2b;
    padding:0 ;
  }
  .ndp-media{
    width:100%;
    height:100%;
    background:#fff;
    border:1px solid #004b2b;
  }
  .ndp-iframe{
    width:100%;
    height:100%;
    min-height:460px;
    display:block;
    border:0;
  }
  .ndp-right{
    background:#fff ;
    padding:60px 40px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:18px;
  }
  .ndp-tab{
    appearance:none;
    background:transparent;
    border:0;
    cursor:pointer;
    padding:6px 0;
    font-size:25px;
    line-height:1;
    color:#000;
    text-transform:uppercase;
    position:relative;
  }
  .ndp-brochure{
    margin-top:30px;
    display:inline-flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    color:#2f5c72;
    font-size:18px;
    padding:16px 24px;
    border:2px solid #cdbfa7;
    background:transparent;
  }
  .ndp-brochureIcon{
    width:34px;
    height:34px;
    display:inline-block;
    border:2px solid #cdbfa7;
    border-radius:50%;
  }
  @media (max-width: 1024px){
    .ndp-grid{ grid-template-columns:1fr; }
    .ndp-left{ border-right:0; border-bottom:1px solid #cdbfa7; }
    .ndp-right{ padding:40px 20px; }
    .ndp-tab{ font-size:28px; text-align:center; }
    .ndp-iframe{ min-height:320px; }
  }
  #abvg-video-gallery.abvg-section {
    background: #004b2b;
    padding: 40px 0 30px;
    color: #fff;
  }
  #abvg-video-gallery .abvg-container {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
  }
  #abvg-video-gallery .abvg-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
  }
  #abvg-video-gallery .abvg-track.abvg-is-dragging {
    cursor: grabbing;
  }
  #abvg-video-gallery .abvg-track::-webkit-scrollbar {
    display: none;
  }
  #abvg-video-gallery .abvg-track {
    scrollbar-width: none;
  }
  #abvg-video-gallery .abvg-item {
    flex: 0 0 calc(33.333% - 16px);
    border-radius: 10px;
    overflow: hidden;
    background: #111;
    scroll-snap-align: start;
  }
  #abvg-video-gallery .abvg-video-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    background: #000;
  }
  #abvg-video-gallery .abvg-video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    pointer-events: auto;
  }
  #abvg-video-gallery .abvg-track.abvg-disable-iframe-events
    .abvg-video-wrapper iframe {
    pointer-events: none;
  }
  #abvg-video-gallery .abvg-controls {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #abvg-video-gallery .abvg-arrow-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    cursor: pointer;
    transition:
      background 0.2s ease,
      transform 0.2s ease,
      border-color 0.2s ease,
      color 0.2s ease;
  }
  #abvg-video-gallery .abvg-arrow-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    transform: scale(1.05);
  }
  #abvg-video-gallery .abvg-arrow-btn:active {
    transform: scale(0.97);
  }
  @media (max-width: 1024px) {
    #abvg-video-gallery .abvg-item {
      flex: 0 0 calc(50% - 12px); /* 2 items on tablets */
    }
  }
  @media (max-width: 640px) {
    #abvg-video-gallery.abvg-section {
      padding: 30px 0 50px;
    }
    #abvg-video-gallery .abvg-item {
      flex: 0 0 100%; /* 1 item on mobile */
    }
    #abvg-video-gallery .abvg-controls {
      margin-top: 24px;
      gap: 20px;
    }
    #abvg-video-gallery .abvg-arrow-btn {
      width: 52px;
      height: 52px;
      font-size: 22px;
    }
  }
  .abhee-related{
        background:#f5f1ec;
      }
      .abhee-card{
        background:#ffffff;
        border-radius: 2px;
        box-shadow: 0 10px 24px rgba(18, 18, 18, 0.10);
        overflow:hidden;
        height: 100%;
      }
      .abhee-imgwrap{
        padding: 18px 18px 0 18px;
      }
      .abhee-img{
        width:100%;
        height: 165px;
        object-fit: cover;
        border-radius: 2px;
        display:block;
      }
      .abhee-body{
        padding: 18px 22px 22px 22px;
      }
      .abhee-title{
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        line-height: 1.05;
        margin: 2px 0 14px 0;
        color:#2b2b2b;
        letter-spacing: -0.2px;
      }
      .abhee-divider{
        height:1px;
        background: linear-gradient(90deg, #9F7A2F 0%, #C9A14A 40%, #E6C878 70%, #B8872E 100%);
        margin: 0 0 16px 0;
      }
      .abhee-meta{
        font-family: 'Montserrat', sans-serif;
        color:#4a4a4a;
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 16px;
      }
      .abhee-meta-row{
        display:flex;
        gap: 10px;
        align-items:flex-start;
        margin: 10px 0;
      }
      .abhee-icon{
        width:18px;
        height:18px;
        margin-top: 1px;
        color:#9F7A2F;
        flex: 0 0 18px;
      }
      .abhee-icon svg{ width:18px; height:18px; display:block; }
      .abhee-price{
        display:flex;
        align-items: baseline;
        gap: 10px;
        margin: 8px 0 18px 0;
      }
      .abhee-price-main{
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        color:#2b2b2b;
        letter-spacing: -0.2px;
        white-space: nowrap;
      }
      .abhee-price-sub{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        color:#5a5a5a;
      }
      .abhee-btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        height: 44px;
        padding: 0 22px;
        border: 1.5px solid #9F7A2F;
        color:#9F7A2F;
        border-radius: 2px;
        text-decoration:none;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        letter-spacing: 1.2px;
        font-size: 13px;
        text-transform: uppercase;
        width: fit-content;
      }
      .abhee-btn:hover{
        background: rgba(159,122,47,0.08);
        color:#9F7A2F;
      }
      .abhee-mobile-slider { display: none; }
      @media (max-width: 767.98px){
        .abhee-grid { display: none; }
        .abhee-mobile-slider { display: block; }
        .abhee-img{ height: 190px; }
        .abhee-mobile-slider{
          padding: 0 6px;
        }
        .abhee-pagination{
          margin-top: 14px;
          position: static !important;
          text-align: center;
        }
        .abhee-pagination .swiper-pagination-bullet{
          width: 7px;
          height: 7px;
          opacity: .35;
        }
        .abhee-pagination .swiper-pagination-bullet-active{
          opacity: 1;
        }
      }
      .specialization-block__item-title{
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        letter-spacing: 0.5px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.1;
      }
      .smallbrder{
        width: 80px;
        height: 3px;
        border: 0;
        background: #ce9d4d;;
        opacity: 1;
        margin: 12px 0 0 0;
      }
      @media (max-width: 575.98px){
        .specialization-block__item-title{ font-size: 20px; }
      }
      /* ===== FLOAT BUTTON ===== */
.nx-float-trigger {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: right top;
  background: linear-gradient(90deg, #9F7A2F, #C9A14A, #E6C878, #B8872E);
  color: #fff;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 999;
  transition: 0.3s;
}

/* ===== OVERLAY ===== */
.nx-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  z-index: 1000;
}

/* ACTIVE */
.nx-modal-overlay.nx-active {
  opacity: 1;
  visibility: visible;
}

/* ===== RIGHT SLIDE PANEL ===== */
.nx-modal-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 420px;
  background: rgba(255,255,255,0.98);
  padding: 40px 30px;
  box-shadow: -10px 0 40px rgba(0,0,0,0.25);
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(.77,0,.18,1);
  overflow-y: auto;
}

/* Slide In */
.nx-active .nx-modal-box {
  transform: translateX(0);
}

/* CLOSE BUTTON */
.nx-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: none;
  font-size: 30px;
  cursor: pointer;
      border-radius: 50%;
      background: linear-gradient(135deg, #c99a29, #f2d16b);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
      width: 42px;
    height: 42px;
    color: #fff ;
}

/* TITLE */
.nx-title {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
  color: #C9A14A;
}

.nx-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

/* FORM FIELDS */
.nx-field input,
.nx-phone-group input,
.nx-country-code {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 18px;
  font-size: 14px;
  transition: 0.3s;
}

.nx-field input:focus,
.nx-phone-group input:focus,
.nx-country-code:focus {
  border-color: #2e7d32;
  outline: none;
}

/* PHONE GROUP */
.nx-phone-group {
  display: flex;
  gap: 10px;
}

.nx-country-code {
  width: 35%;
}

/* CONSENT */
.nx-consent {
  display: flex;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.nx-consent input {
  margin-top: 3px;
}

/* SUBMIT */
.nx-submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg, #9F7A2F, #C9A14A, #E6C878, #B8872E);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
}

.nx-submit-btn:hover {
  background: #C9A14A;
}

/* MOBILE */
@media(max-width:768px){
  .nx-modal-box{
    width: 100%;
  }
}
   /* ===== Overlay (unchanged behaviour) ===== */
.av-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

.av-popup-overlay.av-visible {
  opacity: 1;
  visibility: visible;
}

/* ===== Popup box – like your EOI card ===== */
.av-popup-box {
  background: #e2dfdc;            /* soft grey like screenshot */
  max-width: 520px;
  width: 90%;
  border-radius: 18px;
  padding: 30px 40px 26px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  position: relative;
}

/* ===== Round gold close button (top-right) ===== */
.av-popup-close-circle {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #c99a29, #f2d16b);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.av-popup-close-circle span {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
}

/* remove default focus outline, but keep hint */
.av-popup-close-circle:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

/* ===== Heading + underline ===== */
.av-popup-header {
  margin-bottom: 18px;
}

.av-popup-heading {
  font-size: 26px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 6px;
}

.av-heading-underline {
  width: 60px;
  height: 3px;
  background: #d2a71c; /* gold line */
  border-radius: 2px;
}

/* ===== Form layout ===== */
.av-popup-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.av-field-group {
  width: 100%;
}

.av-popup-input,
.av-popup-textarea,
.av-popup-select {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Make inputs pill-like with icons inside */
.av-with-icon {
  position: relative;
}

.av-input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

/* simple emoji icons – replace with your icon font if you like */
.av-icon-user::before {
  content: "👤";
}
.av-icon-mail::before {
  content: "✉";
}

.av-with-icon .av-popup-input {
  padding-left: 46px; /* space for icon */
}

/* Country code + mobile: always in one row */
.av-phone-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

/* Make sure select and input behave like proper fields */
.av-phone-row .av-popup-select {
  flex: 0 0 38%;        /* approx left block like EOI popup */
  max-width: 40%;
  padding: 12px 16px;   /* same height as input */
  box-sizing: border-box;
}

.av-phone-row .av-popup-input {
  flex: 1 1 auto;
  min-width: 0;
}

/* On small screens, keep them side-by-side (don’t stack) */
@media (max-width: 600px) {
  .av-phone-row {
    flex-direction: row;    /* force row layout on mobile too */
  }

  .av-phone-row .av-popup-select {
    flex: 0 0 40%;
  }

  .av-phone-row .av-popup-input {
    flex: 1 1 60%;
  }
} 

/* ===== Checkbox line ===== */
.av-consent-label {
  font-size: 12px;
  color: #444;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.av-consent-label .av-checkbox {
  margin-top: 2px;
}

.av-btn-primary {
  border: none;
  cursor: pointer;
  padding: 12px 28px;
  font-size: 15px;
  text-transform: none;
  border-radius: 12px;
  font-weight: 600;
  font-family: inherit;
  background: linear-gradient(135deg, #be9424, #f1cf68);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.av-btn-primary:hover {
  filter: brightness(1.05);
}

.av-btn-full {
  width: 180px;              /* similar to screenshot width */
}

/* ===== Responsive tweaks ===== */
@media (max-width: 600px) {
  .av-popup-box {
    padding: 22px 18px 20px;
    border-radius: 16px;
  }

  .av-popup-heading {
    font-size: 22px;
  }

  .av-popup-close-circle {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
  }

  .av-phone-row {
    flex-direction: column;
  }

  .av-popup-actions {
    display: flex;
    justify-content: flex-start;
  }

  .av-btn-full {
    width: 100%;
  }
}
/* PHONE ROW – force side-by-side on all sizes */
.av-phone-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  gap: 10px;
}

/* Make both fields same height, keep pill style */
.av-phone-row .av-popup-select,
.av-phone-row .av-popup-input {
  height: 48px;
  line-height: 1.2;
  border-radius: 12px;
  box-sizing: border-box;
}

/* Code block ~35–40%, number takes the rest */
.av-phone-row .av-popup-select {
  flex: 0 0 30%;
  max-width: 40%;
}

.av-phone-row .av-popup-input {
  flex: 1 1 auto;
  min-width: 0;
}

/* MOBILE OVERRIDE – still keep them in one row, just adjust proportions */
@media (max-width: 600px) {
  .av-popup-box {
    width: 95%;
    max-width: 420px;
  }

  .av-phone-row {
    display: flex !important;
    flex-direction: row !important;
  }

  .av-phone-row .av-popup-select {
    flex: 0 0 35%;
    max-width: 42%;
  }

  .av-phone-row .av-popup-input {
    flex: 1 1 58%;
  }
}
    /* ===== OVERLAY ===== */
  .privacy-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  .privacy-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* ===== MODAL ===== */
  .privacy-modal {
    width: 90%;
    max-width: 750px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 50px;
    /* border-radius: 28px; */

    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);

    border: 1px solid rgba(201, 161, 74, 0.4);

    box-shadow:
      0 20px 60px rgba(0, 0, 0, 0.25),
      inset 0 0 0 1px rgba(255,255,255,0.5);

    position: relative;
  }

  /* ===== TITLE ===== */
  .privacy-title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-weight: 600;

    background: linear-gradient(
      90deg,
      #9F7A2F,
      #C9A14A,
      #E6C878,
      #B8872E
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /* ===== CONTENT ===== */
  .privacy-content p {
    font-size: 15px;
    line-height: 1;
    color: #444;
    margin-bottom: 20px;
  }

  /* ===== CLOSE BUTTON ===== */
  .privacy-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(201, 161, 74, 0.5);

    background: rgba(255,255,255,0.9);
    color: #9F7A2F;
    font-size: 16px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
  }

  .privacy-close:hover {
    background: linear-gradient(
      90deg,
      #9F7A2F,
      #C9A14A,
      #E6C878,
      #B8872E
    );
    color: #fff;
  }



