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

@font-face {
  font-family: "Montserrat-Regular";
  src: url('../fonts/Montserrat-Regular.ttf');
}

body {
  font-family: 'Montserrat-Regular' !important;
}

.section-head {
  font-family: 'Coconat-Regular', sans-serif;
}

.section-head2 {
  font-family: 'Coconat-Regular', sans-serif;
}

.subhead {
  font-family: 'Montserrat-Regular' !important;
}




html {
  font-size: 10px;
}

.secpadding {
  padding: 7rem 0rem;

}

/* .innerAmenities,
.secpadding {
padding: 2rem 0rem !important;
} */
.section-head {
  padding: 0rem 0rem 2rem;
  text-transform: uppercase;
}

.innerAboutus .section-head2 {
  padding: unset !important;
}

.section-head2 {
  padding: 0rem 0rem 2rem;
  text-transform: uppercase;
}

.section-head h1 {
  font-size: 4rem;
  color: #957533;
}

.section-head2 h1 {
  font-size: 4rem;
  color: #fff;
}

hr {
  opacity: 1;
  width: 5rem;
  margin: 2.5rem auto 0rem;
}

.theme-bg {
  background-color: #957533;
  color: #fff !important;
}

/* .banner1 video{
height: 110vh;
} */
/* ==================== Overview Satrt ====================*/
.overviewpara p {
  font-size: 1.7rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

.countbox h3 {
  font-size: 3rem;
}

.countbox h3 span {
  font-size: 3rem;
}

.countbox span {
  font-size: 2rem;
}

/* ==================== Overview End ====================*/

/* ==================== Project Highlights start====================*/
#projecthighlights {}


/* ==================== Project Highlights End====================*/
/* ==================== Midsec Start ====================*/
.innerConfiguration .section-head h1 {
  color: #fff !important;
}

.innerConfiguration .section-head {
  color: #fff !important;
}

.innerConfiguration {
  backdrop-filter: brightness(0.5);

}

#configuration {
  background-image: url(../img/midsec.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.config-card {
  padding: 2rem;
  /* background: #ffffffb0; */
  margin: 0rem 3rem;
  border-radius: .8rem;
}

.innerconfigcard h3 {
  padding: 0 2rem 2rem;
  font-size: 2.5rem;
  color: #957533;
}

.innerconfigcard button {
  padding: 0.7rem 5rem;
  border: .1rem solid #957533;
  font-size: 1.7rem;
  border-radius: .5rem;
  background: #957533;
  color: #fff;
}

.innerconfigcard span {
  color: #957533;
  font-size: 2rem;
}

/* ==================== Midsec End ====================*/
/* ==================== Amenities Start ====================*/
/* .small-img img {
height: 200px;
}

.big-img img {
height: 350px;
} */
.small-img,
.big-img {
  border: .1rem solid #C3B493;
}


.marginbottom {
  margin-bottom: 1.5rem;
}

.innerAmenities .subhead span {
  font-size: 1.5rem;
  color: #957533;
  /* font-weight: 600;*/
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

.innerAmenities .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -1%;
  transform: translate(50%, -50%);
  font-size: 2.5rem;
  border-radius: 50%;
}

.innerAmenities .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -1%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  border-radius: 50%;
}

.innerAmenities .owl-carousel .owl-nav button.owl-prev:hover {
  background: #fff !important;
  color: #957533 !important;
  border: .1rem solid #957533 !important;
}

.innerAmenities .owl-carousel .owl-nav button.owl-next:hover {
  background: #fff !important;
  color: #957533 !important;
  border: .1rem solid #957533 !important;
}

.zoom-icon {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  background: #fff;
  color: #957533;
  display: flex;
  z-index: 15;
  opacity: 0;
}

.small-img,
.big-img {
  position: relative;
}

.small-img:hover::before,
.big-img:hover:before {
  opacity: 0.8;
}

.small-img:hover .zoom-icon,
.big-img:hover .zoom-icon {
  opacity: 1;
}

.small-img:hover img {
  transform: scale(1.1);
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.small-img {
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.small-img img {
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.big-img:hover img {
  transform: scale(1.1);
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.big-img {
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.big-img img {
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.small-img:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: #957533;
  border: .2rem solid #fff;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.big-img:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: #957533;
  border: .2rem solid #fff;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.big-img img,
.small-img img {
  position: relative;
}

/* .big-img::after {
content: "Sample Flat Image";
bottom: 1.5%;
position: absolute;
font-size: 1rem;
right: 3%;
color: #fff;
} */
/*
.small-img::after {
content: "Sample Flat Image";
bottom: 1.5%;
position: absolute;
font-size: 1rem;
right: 3%;
color: #fff;
} */

.innerFloorPlan .owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  padding: 10px !important;
  color: #957533 !important;
  border: 1px solid #957533 !important;
  background-color: #fff !important;
  opacity: 1 !important;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.innerFloorPlan .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  padding: 10px !important;
  color: #957533 !important;
  border: 1px solid #957533 !important;
  background-color: #fff !important;
  opacity: 1 !important;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.innerFloorPlan .owl-carousel .owl-nav .owl-next:hover {
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: #957533 !important;
}

.innerFloorPlan .owl-carousel .owl-nav .owl-prev:hover {
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: #957533 !important;
}

/* ==================== Amenities End ====================*/

/* ==================== Floorplan Start ==================== */


#layouts .nav-item {
  padding: 1rem;
  width: 17%;
  text-align: center;
}

#layouts .nav-link {
  color: #fff;
  border: 1px solid #fff;
  padding: 1rem 3rem !important;
}


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

.ametab {
  cursor: pointer;
}

#layouts .gelbox {
  display: none;
}

#layouts .gelbox.active {
  display: block;
}

.fimg-blurimg {
  filter: blur(14px);
}

#layouts {
  position: relative;
}

.ameelementimgup {
  position: absolute;
  top: -25px;
  right: 20%;
}

.floor-gallery {
  border: 2px solid #C3B493;
  overflow: hidden;
}

.floor-gallery .overlay {
  position: absolute;
  top: 45%;
  transform: translate(-50%);
  left: 50%;
  z-index: 99;

}

.floor-gallery:hover:before {
  opacity: 0.8;
}

.floor-gallery:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: #957533;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


.floor-gallery .theme-btn {
  position: relative;
  border: 0;
  text-decoration: none;
  color: #fff;
  background-color: #957533;
  display: inline-block;
  padding: 8px 30px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #ffffff30;
}

.floor-gallery .theme-btn:hover {
  border: .1rem solid #fff;
}

/* .owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: 50%;
left: -3%;
transform: translate(50%, -50%);
font-size: 2.5rem;
border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next {
position: absolute;
top: 50%;
right: -3%;
transform: translate(-50%, -50%);
font-size: 2.5rem;
border-radius: 50%;
} */

#customers-testimonials .owl-nav .owl-next {
  color: #957533 !important;
  background-color: #fff !important;
  border: 1px solid #957533 !important;
}

#customers-testimonials .owl-nav .owl-prev {
  color: #957533 !important;
  background-color: #fff !important;
  border: 1px solid #957533 !important;
}

#customers-testimonials .owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: #957533 !important;
  border: 1px solid #fff !important;
}

#customers-testimonials .owl-nav .owl-prev:hover {
  color: #fff !important;
  background-color: #957533 !important;
  border: 1px solid #fff !important;
}

.owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  padding: 10px !important;
  color: #fff !important;
  background-color: #957533 !important;
  border: 1px solid #957533 !important;
  opacity: 1 !important;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  padding: 10px !important;
  color: #fff !important;
  background-color: #957533 !important;
  border: 1px solid #957533 !important;
  opacity: 1 !important;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* ==================== Floorplan End ==================== */

/* ======= Location Start ========= */
.innerLocation .accordion-item {
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #957533;
}

.innerLocation .accordion-button[aria-expanded="true"] {
  background-color: #957533 !important;
  border-top-left-radius: 0.9rem;
  color: #fff !important;
  border-top-right-radius: 0.9rem;
}

.innerLocation .accordion-button:focus {
  box-shadow: none !important;
  border-bottom: 0.1rem solid #957533 !important;
}

.innerLocation .accordion-button:not(.collapsed)::after {
  background-image: url(../img/White-arrow-in.png);
  filter: invert(0);
  transform: rotate(360deg);
  transition: all .3s ease-in-out;
}

#location li {
  position: relative;
}

#location .subhead span {
  font-size: 1.5rem;
  color: #957533;
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

.locationtime {
  position: absolute;
  right: 1%;
  top: 0px;
  font-weight: var(--font-weight-700);
}

.innerLocation .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  transform: rotate(90deg);
  background-image: url(../img/Blue-arrow-in.png);
  /* filter: invert(1); */
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  transition: all .3s ease-in-out;
}

.innerLocation button.accordion-button {
  color: #957533 !important;
  font-size: 1.7rem;
}

.innerLocation .accordion-item {
  background: transparent !important;
}

.innerLocation .accordion-button {
  background: transparent !important;
}

.innerLocation .accordion-body p {
  color: #957533;
}

.innerLocation h2 {
  font-size: 4rem;
  color: #957533;
}

.dmcontent {
  width: 100%;
}

.dmcontent p {
  font-size: 1.5rem;
}

.dmcontent ul {
  font-size: 1.3rem;
  text-align: justify;
}

#accordionExample2 {
  width: 100%;
}

/* ======= Location End ========= */
/* ======= Aboutus Start ========= */
/* .innerAboutus {
backdrop-filter: brightness(0.2);

}

#aboutus {
background-image: url(../img/contactus.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
} */
#advantagebtn .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: -10% !important;
  right: 40% !important;
  top: unset !important;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  border-radius: 50%;
}

#advantagebtn .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: -10% !important;
  left: 40% !important;
  top: unset !important;
  transform: translate(50%, -50%);
  font-size: 2.5rem;
  border-radius: 50%;
}

#aboutus {
  background: #957533;
}

.fontsizeul {
  display: none;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  /* height: 146px; */
  padding-top: 14px;
}

.more-text {
  display: none;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  /* height: 146px; */
  padding-top: 14px;
}

.moreLess {
  display: inline-block;
  padding: 0px 0 0 22px;
  color: #957533;
  font-size: 17px;
  font-weight: bold;
  width: auto;
  position: relative;
  top: 5px;
  cursor: pointer;
}

.innerAboutus .subhead span {
  font-size: 2rem;
  color: #fff;
  /* font-weight: 600;*/
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

.aboutpara p {
  font-size: 1.7rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  color: #fff;
}

.innerAboutus hr {
  opacity: 1;
  width: 5rem;
  margin: 2.5rem auto;
  color: #fff;
}

/* ======= Aboutus End ========= */
/* ======= Advantage Start ========= */
#investmentbenefits {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/midsec.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  backdrop-filter: brightness(0.2);
  margin-top: 6% !important;

}

#investmentbenefits hr {
  color: #fff !important;
}

.advantagepara p {
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  color: #fff;
}

.advan-card {
  padding: 2rem;
  background: #957533;
  margin: 0rem 3rem;
  border-radius: .8rem;
  color: #fff;
  height: 100%;
  transition: all .3s ease-in-out;
}

.advan-card:hover {
  /* transform: translateY(-1.5rem); */
  transition: all .3s ease-in-out;
  box-shadow: rgba(199, 199, 199, 0.24) 0px 3px 8px;
}

.advan-card p {
  font-size: 1.1rem;
}

.inneradvancard h3 {
  padding: 0 0 2rem 0rem;
  font-size: 2rem;
  color: #fff;
}

.partnerlink {
  font-size: 1.8rem;
}

#customers-testimonials .item {
  background: #ffffffbc;
  border: .2rem solid #957533;
  border-radius: 2rem;
  height: 28rem !important;

}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-size: 1.5rem;
  margin: 0 0 1.7rem 0;
  font-weight: 300;
  /* height: 146px; */
  padding-top: 1.4rem;
}

#customers-testimonials .shadow-effect ul {
  font-family: inherit;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 0 0 1.7rem 0;
  font-weight: 300;
  /* height: 146px; */
  padding-top: 1.4rem;
}

.testimonial-name {
  /* margin: -43px auto 0; */
  /* display: table; */
  /* width: auto; */
  /* background: #957533; */
  /* padding: 9px 35px; */
  /* border-radius: 12px; */
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #957533;
  /* box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05); */
}

#customers-testimonials .item {
  text-align: center;
  padding: 24px;
  margin-bottom: 8px;
  /* opacity: .2; */
  /* -webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(1, 0.8, 1); */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

/* .owl-carousel .owl-item img {
transform-style: preserve-3d;
max-width: 90px;
margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, */
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: none;
}

#customers-testimonials .owl-nav {
  position: absolute;
  bottom: -25px;
  /* Moves arrows below the carousel */
  left: 50%;
  transform: translateX(-50%);
  /* Centers the arrows horizontally */
  display: flex;
  gap: 0px;
  /* Space between left and right arrows */
}

#customers-testimonials .owl-prev,
.owl-next {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

#customers-testimonials .owl-prev,
.owl-prev {
  position: absolute;
  bottom: -40px;
  /* Moves arrows below the carousel */
  right: 50%;
  transform: translateX(-50%);
  /* Centers the arrows horizontally */
  display: flex;
  gap: 0px;
  /* Space between left and right arrows */
}


#customers-testimonials .owl-prev,
.owl-prev {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}


#customers-testimonials .owl-prev:hover,
.owl-next:hover {
  background: black;
}

/* Removes extra positioning */
#customers-testimonials .owl-prev {
  position: static;
}

#customers-testimonials .owl-next {
  position: static;
  border-radius: 50%;
  font-size: 20px;
}

/* #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
background: #3190E7;
display: inline-block;
height: 20px;
margin: 0 2px 5px;
transform: translate3d(0px, -50%, 0px) scale(0.3);
transform-origin: 50% 50% 0;
transition: all 250ms ease-out 0s;
width: 20px;
} */
.innertestimonials {
  padding: 5rem 0rem;
}

.innerdev {
  padding: 5rem 0rem;
  background: #f5f5f5;
}

.dev {
  font-size: 15px;
}


/* #advantage {
position: relative;
}


#advantage .tnc-note {
position: absolute;
bottom: 20px;
right: 20px;
font-size: 0.95rem;
font-weight: 400;
color: #fff;
opacity: 0.8;
margin: 0;

} */


/* ======= Advantage End ========= */
/* ======= Contact Us Start ========= */
.form-check-label {
  position: relative;
}

.form-check-label label.error {
  position: absolute;
  top: 20px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #000;
  z-index: 9;
  left: -5px;
  bottom: unset;
}

.form-check-label label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid red;
}

.form-check-label2 {
  position: relative;
}

.form-check-label2 label.error {
  position: absolute;
  top: 20px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #000;
  z-index: 9;
  left: -5px;
  bottom: unset;
}

.form-check-label2 label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid red;
}

.innerContactus .subhead span {
  font-size: 1.5rem;
  color: #957533;
  /*font-weight: 600;*/
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

.form-control {
  font-size: 1.3rem;
  padding: 1.3rem 2.7rem;
  width: 100% !important;
  border-radius: 0;
}

.btn-1::before,
.btn-1::after {
  position: absolute;
  content: "";
}

.radiophone {
  width: 1.5rem;
  height: 1.5rem;
}

.contactcheckbox {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-holder {
  position: relative;
}

.btn {
  border: none;
  cursor: pointer;
  min-width: 150px;
  padding: 0px;
}

.btn span {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  transition: 0.3s;
}

.hover-filled-slide-right i {
  padding-right: 32px;
}

.hover-filled-slide-right i::after {
  content: "";
  position: absolute;
  content: "";
  width: 1px;
  background: #fff;
  height: 100%;
  top: 0;
  left: 35%;
}

.btn-1::before {
  background-color: #957533;
  transition: 0.3s ease-out;
}

.btn-1 span {
  color: rgb(255, 255, 255);
  border: 1px solid #957533;
  transition: 0.2s 0.1s;
}

.btn-1 span:hover {
  color: #957533;
  transition: 0.2s 0.1s;
}

.btn.hover-filled-slide-right::before {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.btn.hover-filled-slide-right:hover::before {
  width: 0%;
}

.btn.hover-filled-slide-right:hover i::after {
  background: #000;
}

.rediabtn {
  margin-left: 5px;
  margin-right: 20px;
}

/* ======= Contact Us End ========= */
.iti__flag-container {
  z-index: 89;
}

.copyrighttext {
  font-size: 1.3rem;
}

.mahareralink {
  font-size: 1.4rem;
}

.innerfooter {
  background: #957533;
  color: #fff !important;
}

.ddis {
  font-size: 1.2rem;
}

.siteaddress h3 {
  font-size: 2.5rem;
}

.para {
  font-size: 1.5rem;
}

.copyright-bar {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #DBDBDB;
}

/* ======= Modal ======== */
/* ========================== Popup Form Start ========================== */
button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#price .modal-header {
  padding: 0px;
  border: none;
}

#price .modal-header img {
  width: 20%;
}

#price .input-group input {
  width: 100% !important;
  border-radius: 0px;
}

/*#price .input-group input::placeholder { color: #ffffffb5; }*/
/* #price .input-group {
  padding: 5px 0px;
  margin: 10px 0px;
} */

#price .iti.iti--allow-dropdown {
  width: 100% !important;
}

#price .modal-dialog {
  max-width: unset;
  width: 65%;
}

#price .modal-body {
  border-style: double;
  border-color: #fff;
  color: #fff;
}

/*#price .btn-close { filter: invert(1); }*/
button#submitf {
  background: #fff;
  color: #000;
  border: 1px solid #957533;
  border-radius: 0px;
}

label.error {
  color: red !important;
  position: absolute;
  bottom: -1.3rem;
  left: .5rem;
}

#price .iti__country-list {
  background-color: #000 !important;
  color: #000 !important;
  z-index: 999;
}

/* ========================== Popup Form End ========================== */

.float {
  position: fixed;
  z-index: 9;

  bottom: 6.5rem;
  right: 2.5%;
  border: .1rem solid #fff;
}

.pulse1 {
  animation: pulse-animation 2s infinite;
  border-radius: 30px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: scale3d(1, 1, 1);
  }
}

.inquireButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1.5px solid;
  width: 100%;
  padding: 10px;
  z-index: 99;
  background-color: #957533;
  color: #fff !important;
  border-radius: 0;
}

.innerbtn {
  color: #fff;
  text-align: center;
}

.innerbtn button {
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.innerbtn button a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.mutecard {
  position: absolute;
  bottom: 5%;
  right: 3%;
  background: #fff;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #957533 !important;
  cursor: pointer;
}

.muteicon {
  font-size: 2rem;
}


/* new style */



.fixed {
  position: fixed;
  z-index: 1026;
  color: #000;
  background-color: #957533;
  border-top: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-bottom: none !important;
  font-size: 16px;
  padding: 7px 20px;
  display: inline-block;
  position: fixed;
  bottom: 70%;
  right: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  text-decoration: none !important;
}

.fixed a {
  color: #fff !important;
}

.fixed img {
  max-width: 45px;
}

.enquire-click {
  text-decoration: none !important;
}

.equal-box {
  min-height: 110px;
  width: 90%;
  margin: auto;
}



.stack-wrapper {
  display: flex;
  overflow-x: hidden;
  /* horizontal slide ke liye */
  scroll-behavior: smooth;
  /* smooth animation */
}

.stack-card {
  flex: 0 0 100%;
}


/* .stack-wrapper {
position: relative;
} */
.stack-card {
  position: sticky;
  top: 60px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 15px;
  background: #957533;
  border-bottom: 1px solid #ddd;
  z-index: 1;
}


.highlight-image {
  width: 60%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
}

.highlight-image img {
  width: 100%;

  border-radius: 4px;
}


.highlight-content {
  width: 40%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.highlight-content h2 {
  font-size: 26px;
  margin-bottom: 12px;
  color: #fff;
}

.highlight-content p,
.highlight-content ul {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  max-width: 420px;
  margin: 0 auto;
}

.highlight-content ul {
  padding-left: 20px;
  text-align: left;
}

.highlight-content li {
  margin-bottom: 8px;
}


.stack-card:nth-child(odd) {
  background: #957533;
}




@media (max-width: 768px) {
  .stack-card {
    flex-direction: column;
    min-height: 480px;
    gap: 15px;
    padding: 15px;
    display: flex;
    align-items: stretch;
  }

  .highlight-image,
  .highlight-content {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .highlight-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 4px;
  }

  .highlight-content {
    padding: 15px;
    text-align: center;
  }

  .highlight-content h2 {
    font-size: 24px;
  }

  .highlight-content p,
  .highlight-content li {
    font-size: 14px;
  }
}

.carousel-nav {
  text-align: center;
  margin-top: 15px;
}

.carousel-nav button {
  background-color: #957533;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  margin: 0 5px;
  color: #fff;
}

.carousel-nav button:hover {
  background: #fff;
  color: #957533;
  border: 1px solid#957533;
}






/* Circular white buttons with black arrows */
.carousel-btn {
  background-color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-btn:hover {
  transform: scale(1.1);
}

.carousel-btn-icon {
  font-size: 20px;
  color: #000;
  line-height: 1;
  user-select: none;
}

.shadow-effect {
  background: #fff;
  /* padding: 39px !important; */
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.shadow-effect:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.description-latest-activity p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
}

/* @media (max-width: 1024px) {
.shadow-effect {
padding: 17px !important;
}
} */

/* MEDIA QUERIES FOR MOBILE */
@media (max-width: 768px) {
  #testimonialCarousel .carousel-item .shadow-effect {
    /* height: auto; */
    height: 300px !important;
  }


  .testimonial-name {
    font-size: 20px;
  }

  .description-latest-activity p,
  #testimonialCarousel .carousel-item p {
    font-size: 1.7rem;
  }


  .shadow-effect {
    padding: 30px 20px;
  }
}


@media (max-width: 576px) {
  .testimonial-name {
    font-size: 22px;
  }

  .description-latest-activity p,
  #testimonialCarousel .carousel-item p {
    font-size: 1.8rem;
  }

  .shadow-effect {
    padding: 25px 15px;
  }
}




.benifits-carousel .item .shadow-effect {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* height: 100%; */
  height: 400px;
}

#investmentbenefits .owl-carousel .owl-nav button.owl-prev {
  position: unset;
  /* top: 50%;
left: -1%;
transform: translate(50%, -50%); */
  font-size: 2.5rem;
  border-radius: 50%;
}

#investmentbenefits .owl-carousel .owl-nav button.owl-next {
  position: unset;
  /* top: 50%;
right: -1%;
transform: translate(-50%, -50%); */
  font-size: 2.5rem;
  border-radius: 50%;
}

#investmentbenefits .owl-nav {
  display: flex;
  justify-content: center;
}

#investmentbenefits .owl-carousel .owl-nav button.owl-prev:hover {
  background: #fff !important;
  color: #957533 !important;
  border: .1rem solid #957533 !important;
}

#investmentbenefits .owl-carousel .owl-nav button.owl-next:hover {
  background: #fff !important;
  color: #957533 !important;
  border: .1rem solid #957533 !important;
}

/* Fully rounded navigation buttons */
.benifits-carousel .owl-nav button {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  gap: 0;
  align-items: center;
}

.benifits-carousel .owl-nav button:hover {
  background: #333;
}






.benifits-carousel .owl-nav button {
  text-align: center;
  margin-top: 15px;
}

.carousel-nav button {
  background-color: #957533;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  margin: 0 5px;
  color: #fff;
}

.carousel-nav button:hover {
  background: #fff;
  color: #957533;
  border: 1px solid#957533;
}






/* Circular white buttons with black arrows */
.carousel-btn {
  background-color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-btn:hover {
  transform: scale(1.1);
}

.carousel-btn-icon {
  font-size: 20px;
  color: #000;
  line-height: 1;
  user-select: none;
}



/* @media (max-width: 768px) {
#location iframe {
height: 500px;
}
} */

.highlight-text {
  /* Bold text */
  color: #957533;
  /* Brand color */
}

.big-heading {
  font-size: 2rem;
  /* Larger font size */
  line-height: 1.3;
  /* Better readability */
}

/* Optional responsive scaling */
@media (max-width: 768px) {
  .big-heading {
    font-size: 2rem;
    /* Slightly smaller on tablets and mobiles */
  }
}





/*

.innerplan {
margin-top: 2rem;

}

.floorplan-container {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
margin-top: 30px;

padding: 30px 25px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}

.floorplan-box {
position: relative;
border: 1px solid #0e1c29;
padding: 10px;
background: #fff;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
max-width: 400px;
width: 100%;
overflow: hidden;
}

.floorplan-box img {
width: 100%;
height: auto;
display: block;
filter: blur(6px);
transition: filter 0.3s ease;
}

.floorplan-box .overlay {
position: absolute;
inset: 10px;
background: rgba(27, 46, 68, 0.7);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}

.floorplan-box .overlay button {
background: #1b2e44;
color: #fff;
border: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
cursor: pointer;
}

.floorplan-box:hover img {
filter: blur(3px);
}

.floorplan-box:hover .overlay {
opacity: 1;
}



.owl-nav button {
background: #16375d;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border: none;
transition: background 0.3s ease;
cursor: pointer;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}


.owl-nav .owl-prev {
left: 15px;
}


.owl-nav .owl-next {
right: 15px;
}


.owl-nav button:hover {
background: #0d2238;
}


.owl-nav button span {
display: none;
}


.owl-nav iconify-icon {
color: #fff;
font-size: 24px;
}


@media (min-width: 768px) {
.owl-nav {
position: static;
display: flex;
justify-content: center;
margin-top: 20px;
}
.owl-nav button {
position: relative;
top: auto;
transform: none;
margin: 0 8px;
}
} */



/* ==================== Midsec Start ====================*/
.innerConfiguration .section-head h1 {
  color: #fff !important;
}

.innerConfiguration .section-head {
  color: #fff !important;
}

.innerConfiguration {
  backdrop-filter: brightness(0.5);

}

#configurations {
  background-image: url(../img/bgimage.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}




.icon-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #957533;
  border: 4px solid #f5f5dc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

  overflow: hidden;
}

.icon-circle img {
  width: 70%;

}


.config-card {
  padding: 43px;
  /* background: #fff; */
  margin: 20px 20px;
  border-radius: 8px;
}

.innerconfigcard h3 {
  padding: 0px 20px 10px;
  font-size: 22px;
  color: #000;
}

.innerconfigcard .unit {
  font-size: 16px;
}


.innerconfigcard button {
  padding: 8px 24px;
  border: 1.5px solid #fff !important;
  font-size: 15px;
  border-radius: 5px;
  background: #957533;
  color: #fff;
  width: 250px;
}

.innerconfigcard span {
  color: #957533;
  font-size: 20px;
}

.secpadding {
  padding: 70px 0px;
}



.innerConfiguration .row>div {
  display: flex;
  flex-direction: column;
}

.innerconfigcard button.configbtn {
  margin-top: 15px;
  /* padding: 10px 20px; */
  font-size: 21px;
  background: #957533;
  border: none;
  color: #fff;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.innerconfigcard button.configbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.4s ease;
  z-index: 0;
}

.innerconfigcard button.configbtn:hover {
  background: #957533;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.innerconfigcard button.configbtn:hover::before {
  left: 100%;
}

@media (max-width: 991.98px) {
  .config-card {
    margin: 0 0 30px;
    color: #957533 !important;
  }

  .innerConfiguration {
    padding: 50px 15px;
  }

  .innerconfigcard h3 {
    font-size: 22px;
  }

  .innerconfigcard span {
    font-size: 20px;
  }
}



/* ==================== Enquiren Mobile start ==================== */
/* 
.enquieryrapnew {
position: fixed;
right: 0%;
top: 29%;
z-index: 11;
}

.enquieryrapnew .iconenquinew {
width: 40px;
height: 40px;
padding: 10px;
display: flex;
margin-bottom: 14px;
position: relative;
box-shadow: unset;
border: 1px solid #fff;
background: #957533;
}

.enquieryrapnew .iconenquinew::before {
content: "";
position: absolute;
top: -5%;
left: -5%;
width: 110%;
height: 110%;
border: 2px solid rgba(255, 255, 255, 0.4039215686);

animation: pulse2 5s ease-out infinite;
z-index: -1;
}

.enquieryrapnew .iconenquinew .img {
line-height: 0;
}

.enquieryrapnew .iconenquinew .txt {
position: absolute;
right: 0;
width: 180px;
background: #957533;
padding: 9px 13px;
top: 0%;
border: 1px solid #fff;
z-index: -1;
color: #fff;
text-decoration: none;
opacity: 0;
transition: all 0.6s ease;
transform: translateX(0);
font-weight: 500;
display: none;
}

.enquieryrapnew .iconenquinew::after {
content: "";
position: absolute;
top: -10%;
left: -10%;
width: 120%;
height: 120%;
border: 0.2rem solid rgba(255, 255, 255, 0.4039215686);

animation: pulse2 5s ease-out infinite;
z-index: -1;
}

.enquieryrapnew .iconenquinew img {
width: 100%;
}

.enquieryrapnew .iconenquinew:hover .txt {
display: block;
opacity: 1;
transition: all 0.6s ease;
transform: translateX(0);
}

@keyframes pulse2 {
0% {
transform: scale(1, 1);
opacity: 0;
}

50% {
opacity: 0.8;
}

100% {
transform: scale(1.2, 1.2);
opacity: 0;
}
} */

/* ==================== Enquiren Mobile end ==================== */
/* .inquireButton .btn {
padding: 4px 2;
font-size: 16px;
border-radius: 0;
color: #fff;
text-align: center;
border: none;
}

.inquireButton .inquireButtonnew {
background-color: #957533;
}

.inquireButton .callNow {
background-color: #957533;
border-left: 1px solid #fff;
} */
.contact-number {
  font-size: 13px;
  margin: 10px 0;
}
#overview{
  background-color: #957533;
  /* padding: 55px 0px; */
  color: #fff !important;
}
.location-section{
  background-color: #957533 !important;
}
/* highlights start */
.projecthighlights {
  width: 100%;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important;
  padding: 80px 0;
}

.projecthighlights_box-top {
  background-color: #957533;
  color: #fff;
  padding: 30px;
  border-radius: 15px;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}

.projecthighlights_box-icon i {
  font-size: 25px;
  color: #fff;
  margin-bottom: 10px;
}

.projecthighlights_box-text p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
      line-height: 2.5rem;
}

.projecthighlights_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}

.projecthighlights_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
}

.projecthighlights_box-name h4 {
  font-size: 20px;
  color: #293241;
  margin-bottom: 5px;
}

.projecthighlights_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  margin: 0;
}

/* Slick custom spacing */
.projecthighlights-slide {
  padding: 20px;
  outline: none;
}

/* Slick dots optional styling */
.projecthighlights .slick-dots li button:before {
  color: #fff;
}

.projecthighlights .slick-dots li.slick-active button:before {
  color: #98c1d9;
}

@media (max-width: 575px) {
  .projecthighlights {
    padding: 60px 0;
  }
  
}

/* hightlights end */
/* amenities start */
.amenities{
   background: url(../img/amebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0px;
}
.inner_ammenities {
    width: 100%;
    height: 100%;
     /* background: url(../img/midsec.webp);
  background-repeat: no-repeat;
  background-size: cover; */
}

.inner_ammenities .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    border: 1.5px solid #957533;
    border-radius: 10px;
    display: flex;
    flex-direction: column; /* icon upar, text niche */
    align-items: center;
    justify-content: flex-start;
    padding: 20px 15px;
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.inner_ammenities .swiper-slide img {
    display: block;
    max-width: 70px;
    height: auto;
    margin-bottom: 10px; /* icon aur text ke beech space */
    object-fit: contain;
}

.inner_ammenities .swiper-wrapper {
    flex-wrap: wrap;
}

.inner_ammenities .swiper-slide {
    width: calc(25% - 30px);
    height: auto;
    margin: 15px;
}

.inner_ammenities h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #222;
}

/* Mobile view */
@media only screen and (max-width: 780px) {
    .inner_ammenities .swiper-slide img {
        max-width: 40px;
    }

    .inner_ammenities .swiper-slide {
        width: calc(50% - 10px);
        height: auto;
        margin: 5px;
        padding: 10px;
        height: 15vh;
    }

    .inner_ammenities h5 {
        font-size: 13px;
    }
}
.location-section {
  background-color: #f8f9fa;
}

.info-box {
  background: #fff;
  height: 31vh;
  border: 1.5px solid #fff;
  /* border-radius: 50px; */
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}


.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.info-icon {
  width: 50px;
  height: 50px;
}

.info-box h6 {
  color: #007bff;
  font-weight: 600;
}

.info-box p {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.km{
  color: #957533;
  font-weight: 700;
}
.salient_features {
    padding: 60px 10px 60px 10px;
}
.spec_div {
 padding: 40px 56px;
    background-color: #957533;
    color: #ffffff;
     line-height: 24px;
    font-size: 16px;
    
}
.headre{
  font-size: 25px;
}	
.salient_f_div {
    padding: 40px 56px;
    line-height: 24px;
    font-size: 16px;
    background-color: #957533ad;
}
.boxcard {
    display: inline-block;
    /* border: solid 1px #229686; */
    color: var(--gold);
    /* text-transform: uppercase; */
    font-size: 15px;
    font-weight: var(--font-weight-300);
    position: relative;
    padding: 0;
}

.boxcard span {
    padding: 10px 10px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #000;
    border: 1.5px solid #fff;
    transition: .5s;
    height: 85px;
    font-weight: unset !important;
    align-content: center;
     font-weight: 100 !important;
}

.boxcard span strong {
    /* font-weight: var(--font-weight-300); */
    position: relative;
    z-index: 1
}

.boxcard span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    background-color: #44c7f4;
    color: #fff !important;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    background-repeat: no-repeat;
    background-position: 97% center;
    font-weight: 100;
}

.boxcard::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    /* border: solid 1px #229686; */
    height: 100%;
    width: 100%;
    color: #fff !important;
}

.boxcard:hover::before {
    border: solid 1px var(--brown)
}

.boxcard:hover span {
    color: var(--White);
    /* padding-right: 30px;8
    */

}

.boxcard:hover span::before {
    width: 100%;
    /* background-image: url(../images/arrow-right.svg) */
}

/* --- Keyframes for smooth entry --- */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Base Swiper Slide Styling --- */
.inner_ammenities .swiper-slide {
  text-align: center;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 15px;
  box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
  border-radius: 10px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease-out forwards;
}

/* --- Staggered delay so each item animates one after another --- */
.inner_ammenities .swiper-slide:nth-child(1) { animation-delay: 0.1s; }
.inner_ammenities .swiper-slide:nth-child(2) { animation-delay: 0.2s; }
.inner_ammenities .swiper-slide:nth-child(3) { animation-delay: 0.3s; }
.inner_ammenities .swiper-slide:nth-child(4) { animation-delay: 0.4s; }
.inner_ammenities .swiper-slide:nth-child(5) { animation-delay: 0.5s; }
.inner_ammenities .swiper-slide:nth-child(6) { animation-delay: 0.6s; }
.inner_ammenities .swiper-slide:nth-child(7) { animation-delay: 0.7s; }
.inner_ammenities .swiper-slide:nth-child(8) { animation-delay: 0.8s; }
.inner_ammenities .swiper-slide:nth-child(9) { animation-delay: 0.9s; }
.inner_ammenities .swiper-slide:nth-child(10) { animation-delay: 1s; }

/* --- Image hover zoom effect --- */
.inner_ammenities .swiper-slide img {
  display: block;
  max-width: 70px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.inner_ammenities .swiper-slide:hover img {
  transform: scale(1.1);
}

/* --- Heading styling --- */
.inner_ammenities h5 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.4;
  color: #222;
}

/* --- Responsive design --- */

