@font-face {
  font-family: "Muli-Black";
  src: url('../fonts/Muli-Black.ttf');
   font-display: swap;
}

@font-face {
  font-family: "Muli-SemiBold";
  src: url('../fonts/Muli-SemiBold.ttf');
   font-display: swap;
}
body {
  font-size: 14px;
  font-family: 'Muli-SemiBold', sans-serif;
  color: #2d2d2d;
  font-weight: 500;
   font-display: swap;
}
.qr-position {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
  z-index: 10;
  color: #fff !important;
}

.qr-position p {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
  color: #000 !important;
}

.container {
  max-width: unset;
  width: 84%;
}

@media (max-width: 1200px) {
  .container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .container {
    width: 95%;
  }
}

section {
  position: relative;
}

.section-head {
  font-family: 'Muli-Black', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #751340;
  font-size: 21px;
  position: relative;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .section-head {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}
.headingborder {
  border: 1px solid #000;
  width: 12%;
  opacity: 1;
}
.headingborder1 {
  border: 1px solid #751340;
  width: 9%;
  opacity: 1;
}
#lock {
  display: none;
}

.pulse {
  background: #000;
  text-align: center;
  animation: animate-pulse 2s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* ==================== Configuration Start ==================== */
.innerconfiguration {
  /*   background: #751340;
 */
  background: #751340;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 8.5rem !important;
}

.innerconfiguration .section-head {
  color: #751340;
}

.innerconfiguration .headingborder1 {
  border-color: #fff;
}
.ami-iconholder {
  display: flex;
  flex-direction: column;
  justify-content: center;   /* vertical center */
  align-items: center;       /* horizontal center */
  text-align: center;
  min-height: 180px;         /* adjust height if needed */
}

.highlight-number {
  font-size: 48px;
  font-weight: 700;
  color: #5b1b2d; /* theme color */
  margin: 0;
  line-height: 1.1;
}

.ami-iconholder h6 {
  margin-top: 8px;
  font-size: 15px;
}


.Configurationbox {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  margin: 22px;
  padding: 28px 30px;
  border-left: 5px solid #751340;
  transition: all 0.3s ease;
}

.Configurationbox:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-15px);
  border-left-color: #751340;
}

@media (max-width: 768px) {
  .Configurationbox {
    margin: 15px 0;
    padding: 20px;
  }
}

.configareasection {
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .configareasection {
    position: relative;
    left: 0;
    transform: none;
  }
}

@media (max-width: 768px) {
  .configareasection {
    position: relative;
    left: 0;
    transform: none;
    padding: 0 10px;
  }
}

.innerconfiguration {
  margin-bottom: 17%;
}

@media (max-width: 1024px) {
  .innerconfiguration {
    margin-bottom: 50px;
    padding-bottom: 40px !important;
  }
}

@media (max-width: 768px) {
  .innerconfiguration {
    margin-bottom: 30px;
    padding-bottom: 30px !important;
  }
}

.configUnit {
  color: #000;
  font-weight: 600;
}

.Configurationbox .hoverBtn {
  border: 2px solid #751340;
  background: #fff;
  transition: all 0.3s ease;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.Configurationbox .hoverBtn:hover {
  background: #751340;
  border: 2px solid #751340;
  box-shadow: 0 5px 15px rgba(168, 118, 16, 0.3);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .Configurationbox .hoverBtn {
    padding: 6px 15px;
    font-size: 14px;
  }
}

.pricepop {
  padding: 5px 10px;

  text-decoration: unset;
  color: #7c1746;
  border-radius: 5px;

}

.Configurationbox .pricepop {
  color: #000 !important;

}

.Configurationbox .hoverBtn:hover .pricepop {
  color: #fff !important;
}

.Configurationbox .pricepop span {
  font-size: 18px;
}

/*.largeh5 { font-family: 'Merriweather', sans-serif; }*/
/* ==================== number start ==================== */
/* ==================== Enquire 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: #a87610;
}

.enquieryrapnew .iconenquinew::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  border: 2px solid rgba(255, 255, 255, 0.4039215686);
  /*border-radius: 50%;*/
  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: #751340;
  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);
  /*border-radius: 50%;*/
  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;
  }
}

/* ==================== Enquire end ==================== */

/* ==================== Configuration End ==================== */
span.carousel-control-next-icon {

  opacity: 1;
  /* filter: invert(1); */
}

span.carousel-control-prev-icon {
  opacity: 1;
  /* filter: invert(1); */
}

/* ==================== Overview Start ==================== */


.innerHighlights {
  border-right: 1px solid #000;
  padding: 10px;
}

.innerOverview {
  background-color: #fff;
  color: #000;
}

.innerOverview h5,
p {
  color: #000 !important;
}
.sticky-left1 {
  position: sticky;
  top: 120px;   /* header height ke according */
}

/* Make sure parents don't block sticky */
.innerOverview,
.container-fluid,
.row,
.col-lg-6 {
  overflow: visible !important;
}

/* Mobile pe normal scroll */
@media (max-width: 991px) {
  .sticky-left1 {
    position: static;
  }
}

/* ==================== Overview End ==================== */

.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 0;
}

.hi-icon-effect-1 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
}

.hi-icon-effect-1 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 5px solid #751340;
  color: #751340;
}

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  /* margin: 15px 30px; */
  width: 100px;
  height: 100px;
  border-radius: 64%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  /* margin: 15px 30px; */
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.hi-icon img {
  width: 64px;
  margin: 12px auto;
  padding: 2px;
  filter: invert();

}

.hi-icon-effect-1a .hi-icon:hover {
  color: #ffffff;
  border-radius: unset;
}

.amenities-main1 h3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.amenities-main1 h3 {
  text-align: center;
  margin: 15px 0;
  line-height: 19px;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 300;
  height: 45px;
}

.light-grey {
  background: #751340;
  background-repeat: no-repeat;
  background-size: cover;
}

#Gallery .swiper-button-prev,
.swiper-rtl #Gallery .swiper-button-next {
  color: #fff;
  border: 2px solid #751340;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  background: #751340;
  transition: all 0.5s ease-in-out;
}

.innerGallery {
  background: #751340;
  background-repeat: no-repeat;
  background-size: cover;
}

#Gallery .swiper-button-prev:hover,
.swiper-rtl #Gallery .swiper-button-next:hover {
  color: #fff;
  border: 2px solid #fff;
  background: #751340;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  #Gallery .swiper-button-prev,
  .swiper-rtl #Gallery .swiper-button-next {
    height: 38px;
    width: 38px;
  }
}

#Gallery .swiper-button-next,
.swiper-rtl #Gallery .swiper-button-prev {
  color: #fff;
  border: 2px solid #751340;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  background: #751340;
  transition: all 0.5s ease-in-out;
}

#Gallery .swiper-button-next:hover,
.swiper-rtl #floorplans .swiper-button-prev:hover {
  color: #fff;
  border: 2px solid #fff;
  background: #751340;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  #Gallery .swiper-button-next,
  .swiper-rtl #Gallery .swiper-button-prev {
    height: 38px;
    width: 38px;
  }
}

#Gallery .swiper-button-next:after,
#Gallery .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 19px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1.9;
  font-weight: 700;
}

/* ==================== Amenities Start ==================== */
.swiper-slide a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.swiper-slide a .overlay {
  border: 2px solid #fff;
  margin: 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.swiper-slide a:hover .overlay>img {
  opacity: 1;
}

.swiper-slide a .overlay>img {
  left: 45%;
  opacity: 0;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 11%;
}

.caption {
  position: absolute;
  z-index: 9;
  bottom: 0;
  height: 28px;
  text-align: left;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 59%, rgba(83, 33, 122, 0.10127801120448177) 90%);
  color: #ffffff;
  padding: 5px 50px 5px 20px;
  font-size: 15px;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  cursor: pointer;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 25px;
}

#floorplans .swiper-button-prev,
.swiper-rtl #floorplans .swiper-button-next {
  color: #751340;
  border: 2px solid #751340;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  background: #fff;
  transition: all 0.5s ease-in-out;
}

.innerGallery {
  background: #751340;
  background-repeat: no-repeat;
  background-size: cover;
}

#floorplans .swiper-button-prev:hover,
.swiper-rtl #floorplans .swiper-button-next:hover {
  color: #fff;
  border: 2px solid #a87610;
  background: #a87610;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  #floorplans .swiper-button-prev,
  .swiper-rtl #floorplans .swiper-button-next {
    height: 38px;
    width: 38px;
  }
}

#floorplans .swiper-button-next,
.swiper-rtl #floorplans .swiper-button-prev {
  color: #751340;
  border: 2px solid #751340;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  background: #fff;
  transition: all 0.5s ease-in-out;
}

#floorplans .swiper-button-next:hover,
.swiper-rtl #floorplans .swiper-button-prev:hover {
  color: #fff;
  border: 2px solid #a87610;
  background: #a87610;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  #floorplans .swiper-button-next,
  .swiper-rtl #floorplans .swiper-button-prev {
    height: 38px;
    width: 38px;
  }
}

#floorplans .swiper-button-next:after,
#floorplans .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 19px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1.9;
  font-weight: 700;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  height: 23px;
  color: #000;
  margin: 0px 15px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  height: 23px;
  color: #000;
  margin: 0px 15px;
}

.swiper-button-prev:hover {
  color: #751340;
}

.swiper-button-next:hover {
  color: #751340;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 23px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 700;
}

/* ==================== Amenities End ==================== */
.amenities-section {
  opacity: 1;
  background-color: #751340;
}

.amin-list .carousel-control.left,
.amin-list .carousel-control.right {
  background-image: none;
}

.amin-list .carousel-indicators {
  bottom: -20px;
}

.amin-list .carousel-indicators li {
  border: none;
  background-color: #d6d6d6;
}

.amin-list .carousel-indicators .active {
  background-color: #869791;
}

.ami-data img {
  width: 65px;
  margin: 0 auto;
  display: block;
}

.ami-data h5 {
  text-align: center;
  margin: 10px 0 0;
  color: #fff;
  min-height: 35px;
}

.ami-data {
  padding: 20px;
  /*  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.65); */
  margin: 0 0 30px;
}

/*========================== Gallery Start ==========================*/
#gallery .container {
  padding: 0 5%;
}

.innerplace {
    background: #751340;

  background-repeat: no-repeat;
  background-size: cover;
}

.innerplace p {
  color: #fff !important;
}

.toppadding2 {
  padding-top: 22%;
}

#gallery hr {
  opacity: 1;
  width: 13%;
}

.galleryhead {
  font-size: 37px;
}

.gallerydesc {
  font-size: 24px;
}

.gallerypara h6 {
  text-transform: uppercase;
}

.innergallery h6 {
  color: #751340;
  font-weight: 600;
}

.gallerypara h6 {
  color: #751340;
  font-weight: 600;

}

.swiperbox .img-fluid {
  border: 3px solid #751340;
  transition: all 0.3s ease;
}

.swiperbox:hover .img-fluid {
  border-color: #751340;
  box-shadow: 0 0 15px rgba(168, 118, 16, 0.4);
}

@media (max-width: 768px) {
  .swiperbox .img-fluid {
    border: 2px solid #751340;
  }
}

/*========================== Gallery End ==========================*/
/* ==================== Floorplan Start ==================== */
#Amenities .swiper-button-prev,
.swiper-rtl #Floorplan .swiper-button-next {
  color: #fff;
  border: 1px solid #f6efd6;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #751340;
  transition: all 0.5s ease-in-out;
}

#Floorplan .swiper-button-prev:hover,
.swiper-rtl #Floorplan .swiper-button-next:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #751340;
  transition: all 0.5s ease-in-out;
}

#Floorplan .swiper-button-next,
.swiper-rtl #Amenities .swiper-button-prev {
  color: #fff;
  border: 1px solid #f6efd6;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #751340;
  transition: all 0.5s ease-in-out;
}

#Floorplan .swiper-button-next:hover,
.swiper-rtl #Floorplan .swiper-button-prev:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #751340;
  transition: all 0.5s ease-in-out;
}

#Floorplan .swiper-button-next:after,
#Floorplan .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 19px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1.8;
  font-weight: 700;
}

.innerFloorplan .owl-carousel a .overlay {
  margin: 0px;
}

.innerFloorplan .swiper-slide a .overlay {
  border: 1px solid #751340;
  margin: 0px;
}

.blurimage {
  filter: blur(1px);
}

/* .innerFloorplan .swiper-slide { transform: translate(0%, 0) scale(1) !important; } */
/* ==================== Floorplan End ==================== */
/* ============== Location start ==============  */
.accordion-button {
  background: #fff !important;
  outline: unset !important;
  box-shadow: none !important;
  color: #000 !important;
  padding: 15px 20px !important;
  border: 2px solid #751340 !important;
  transition: all 0.3s ease;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
}

.accordion-button:not(.collapsed) {
  background: #751340 !important;
  color: #fff !important;
  border: 2px solid #751340 !important;
  box-shadow: 0 3px 10px rgba(168, 118, 16, 0.2);
}

.accordion-button:hover:not(.collapsed) {
  background: #751340 !important;
  color: #fff !important;
}
 .logo-foot {
width:27% !important;
    filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .accordion-button {
    font-size: 14px;
    padding: 10px 12px !important;
  }
  .logo-foot {
    width: 80% !important;
    filter: brightness(0) invert(1);
}

}

#location p {
  font-size: 18px;
}

#location .section-head {
  color: #751340;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 22px;
}

#location .text-center.mb-2 {
  margin-bottom: 30px !important;
  padding-bottom: 20px;
}

#location .accordion-header button:after {
  content: "+";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 32px;
  height: 32px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 3px solid #751340;
  position: absolute;
  top: 8px;
  left: -22px;
  transition: all 0.3s ease;
}

#location .accordion-header button:not(.collapsed):after {
  content: "-";
  color: #fff;
  background: #751340;
  border: 3px solid #751340;
}

@media (max-width: 768px) {
  #location .accordion-header button:after {
    width: 28px;
    height: 28px;
    line-height: 18px;
    font-size: 12px;
  }
}

.accordion-body {
  border: 2px solid #751340;
  border-radius: 0 0 4px 4px;
  background: #fff;
}

.accordion-body ul {
  list-style: disc;
  font-size: 13px;
  padding: 15px 20px;
  color: #000 !important;
}

.accordion-body ul li {
  margin-bottom: 5px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .accordion-body {
    font-size: 12px;
  }
  
  .accordion-body ul {
    padding: 10px 15px;
  }
}

.accordion-item {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 10px;
}

.bodyimg1 {
  background-color: #751340;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #fff;
}

.bodyimg2 {
  background-color: #751340;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #fff;
}

.bodyimg3 {
  background-color: #751340;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #fff;
}

.bodyimg4 {
  background-color: #751340;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #fff;
}

.bodyimg5 {
  background-color: #751340;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #fff;
}

.bodyimg6 {
  background-color: #751340;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #fff;
}

.accordion-body ul {
  list-style: circle;
  font-size: 13px;
  padding: 5px 20px;
  color: #fff;
}

.accordion-body ul li {
  font-weight: 400;
}

.locaheading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.locelem {
  display: flex;
  justify-content: end;
}

.locationimgbox {
  position: relative;
}

.locationimgbox a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.locationimgbox a .overlay {
  border: 3px solid #751340;
  margin: 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.locationimgbox a:hover .overlay>img {
  opacity: 1;
}

.locationimgbox a .overlay>img {
  left: 45%;
  opacity: 0;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 7%;
}

/* Location Icon Styling */
.locationicon {
  width: 50px !important;
  height: 50px !important;
  margin-right: 12px !important;
  filter: brightness(0);
  transition: all 0.3s ease;
  display: inline-block;
}

.accordion-button:not(.collapsed) .locationicon {
  filter: brightness(0) invert(1) !important;
}

/* Location Section Spacing */
.innerLocation {
  background-color: #fff;
  padding-top: 40px !important;
  padding-bottom: 50px !important;
}

.innerLocation .row {
  margin-bottom: 30px;
}

.innerLocation .col-lg-6 {
  margin-bottom: 30px;
}

.innerLocation .accordion {
  gap: 15px;
}

.accordion-item {
  margin-bottom: 15px !important;
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 4px 12px rgba(168, 118, 16, 0.2);
}

.accordion-button {
  padding: 15px 20px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
}

.accordion-button:not(.collapsed) {
  box-shadow: 0 3px 10px rgba(168, 118, 16, 0.2) !important;
}

.accordion-body {
  padding: 20px 25px !important;
  line-height: 1.8;
}

.accordion-body ul {
  margin: 0;
  padding: 0 !important;
  list-style: disc;
  padding-left: 25px !important;
}

.accordion-body ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .locationicon {
    width: 45px !important;
    height: 45px !important;
    margin-right: 10px !important;
  }
  
  .accordion-button {
    padding: 12px 18px !important;
    min-height: 55px;
  }
  
  .accordion-body {
    padding: 18px 20px !important;
  }
}

@media (max-width: 768px) {
  .innerLocation {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  
  .innerLocation .col-lg-6 {
    margin-bottom: 25px;
  }
  
  .locationicon {
    width: 40px !important;
    height: 40px !important;
    margin-right: 8px !important;
  }
  
  .accordion-button {
    padding: 10px 15px !important;
    min-height: 50px;
    font-size: 13px;
  }
  
  .accordion-body {
    padding: 15px 18px !important;
  }
  
  .accordion-body ul {
    padding-left: 20px !important;
  }
  
  .accordion-body ul li {
    font-size: 13px;
    margin-bottom: 8px;
  }
  
  .accordion-item {
    margin-bottom: 12px !important;
  }
}

/* ============== Location End ==============  */
i.fa-solid.fa.fa-angle-up {
  font-size: 26px;
}

/* ==================== AboutUs Start ==================== */

.innerAboutUs {
    background: #751340;

  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.innerOverview {
  background-color: #fff;
}

.innerOverview h5 {
  color: #fff;
}

.innerOverview p {
  color: #fff;
}

.innerAboutUs .section-head {
  color: #751340;
}

.innerAboutUs .headingborder1 {
  border-color: #fff;
}

/* ==================== AboutUs End ==================== */
/* ==================== ContactUs Start ==================== */
#ContactForm {
  background-color: #fff;
  padding: 20px 20px;
  border: 3px solid #751340;
  border-radius: 6px;
}

@media (max-width: 768px) {
  #ContactForm {
    padding: 15px;
  }
}

#submitf {
  background-color: #fff;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  /* padding: 6px 40px;*/
}

iframe {
  border: 1px solid #000 !important;
}

.ContactUsbox {
  border: 3px solid #751340;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 768px) {
  .ContactUsbox {
    padding: 15px;
  }
}

.form-control {
  border-radius: 0px;
}

.clientlogo {
  width: 16%;
  margin: 0px auto;
}

.iti__country-list {
  z-index: 999;
}

/* ==================== ContactUs End ==================== */
/* ==================== Address Start ==================== */
.innerAddress {
    background: #751340;

  background-repeat: no-repeat;
  background-size: cover;
  color: #751340;
}

.siteaddress {
  border-right: 1px dotted #fff;
}

/* ==================== Address End ==================== */
/* ==================== Disclaimer Start ==================== */
.innerDisclaimerbox p {
  font-size: 9px;
}

.innerDisclaimerbox h6,
.innerDisclaimer a {
  color: #000;
}

.address {
  border-right: 1px solid #fff;
}

/* ==================== Disclaimer End ==================== */
/* ==================== Footer Form Start ==================== */
.errorcheckbox {
  color: #ff0000;
}
#pricepopupnew label.error {
  color: #df0000 !important;
  font-size: 12px;
}

label.error {
  color: #ff0000;
  font-size: 12px;
}

#inquiryForm {
  background-color: #000;
  bottom: 0px;
  -webkit-box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  padding: 5px 0;
  position: fixed;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: 3;
}

.formheading h5 {
  color: #fff;
  align-items: center;
  margin-top: 5px;
  text-align: center;
}

#inquiryForm .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  color: #fff;
  margin: 0px 0px;
}

.form-check-label {
  position: relative;
}

.form-check-label label.error {
  position: absolute;
  top: 17px;
  background: #fff;
  padding: 5px;
  border: 1px solid #000;
  z-index: 99;
  left: -4px;
}

.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 black;
}

.form-check-label2 {
  position: relative;
}

.form-check-label2 label.error {
  position: absolute;
  top: 17px;
  background: #fff;
  padding: 5px;
  border: 1px solid #000;
  z-index: 99;
  left: -4px;
}

.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 black;
}

#price .modal-checkbox .form-check-label label.error:after {
  border-bottom: 8px solid #fff;
}

#price .modal-checkbox .form-check-label2 label.error:after {
  border-bottom: 8px solid #fff;
}

.iti__flag-container {
  height: 38px;
}

input.form-control {
  border: none;
  border-bottom: 1px solid #000;
}

/* ==================== Footer Form End ==================== */
/* ========================== 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;
  background: #e8f0fe;
  color: #000;
}

#price .input-group input::placeholder {
  color: #000;
}

#price .input-group {
  padding: 5px 0px;
}

#price .iti.iti--allow-dropdown {
  width: 100% !important;
}

#price .modal-dialog {
  max-width: unset;
  width: 65%;
  border-radius: 0;
}

@media (max-width: 1024px) {
  #price .modal-dialog {
    width: 80%;
  }
}

@media (max-width: 768px) {
  #price .modal-dialog {
    width: 95%;
    margin: 20px auto;
  }
}

#price .modal-body {
  background: #751340;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #fff;
  color: #fff;
  padding: 30px;
}

@media (max-width: 768px) {
  #price .modal-body {
    padding: 20px;
  }
}

#price .btn-close {
  filter: invert(1);
  opacity: 1;
  font-size: 20px;
}

#price .iti__country-list {
  background-color: #000 !important;
  color: #fff !important;
  z-index: 999;
}

/* ========================== Popup Form End ========================== */
/* ========================== Project Enquiry Start ========================== */
.boxEnquiry {
  border: 4px solid #751340;
  padding: 20px;
}

.Enquirybox {
  border: 1px solid #751340;
  display: grid;
  align-items: center;
}

.input-group label {
  position: relative;
  display: block;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  text-align: left;
}

#projectEnquiry .input-group input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #262626;
  border-radius: 0px;
}

#projectEnquiry .iti.iti--allow-dropdown {
  width: 100% !important;
}

button#submitf {
  background: #fff;
  color: #000;
}

.submit-btn-contact {
  background: #751340 !important;
  color: #fff !important;
  border: 2px solid #751340 !important;
  transition: all 0.3s ease !important;
  padding: 10px 30px !important;
  border-radius: 4px;
  font-weight: 600;
}

.submit-btn-contact:hover {
  background: #751340 !important;
  border-color: #751340 !important;
  box-shadow: 0 4px 12px rgba(168, 118, 16, 0.3) !important;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .submit-btn-contact {
    padding: 8px 20px !important;
    font-size: 14px;
  }
}

.iti.iti--allow-dropdown {
  width: 100%;
}

/* ========================== Project Enquiry End ========================== */
#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

#infinite-indicator {
  position: absolute;
  top: 45%;
  left: 45%;
}

.scrollup {
  background: #a87610;
  text-align: center;
  color: #fff;
  padding: 2px;
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 80px;
  right: 2%;
  cursor: pointer;
  border-radius: 50%;
  z-index: 9999999;
  display: none;
  border: 2px solid #751340;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(168, 118, 16, 0.3);
}

.scrollup:hover {
  transform: translateY(-3px);
  border-color: #fff;
  box-shadow: 0 6px 16px rgba(168, 118, 16, 0.5);
  background: #751340;
}

@media (max-width: 768px) {
  .scrollup {
    width: 32px;
    height: 32px;
    right: 15px;
    bottom: 70px;
  }
}

i.fa.fa-arrow-circle-up {
  font-size: 27px;
}

/* ==================== Years Start ==================== */
.addbar-border {
  border-left-style: dashed;
  border-left-color: #fff;
}

.heading {
  color: #fff;
}

#addressbar {
  background: #8d191c;
  margin-top: 28px;
}

.add-head-text {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.add-para {
  color: #fff;
  font-size: 16px;

}

.counter {
  color: #fff;
}

/* ==================== Years End ==================== */
/* highlight */
#highlight {
  background: url(../images/texture_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#highlight .sec-head9 {
  color: #751340;
}

#highlight .head-line {
  background: #fff;
}

.ami-iconholder h6 {
  color: #000;
  font-size: 14px;
}
.bg-hover {
  position: relative;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

.bg-hover:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  /* background-color: #fff; */
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: -1;
}
.bg-hover:hover img {
  filter: brightness(0) invert(1); 
  transition: filter 0.4s ease;
}


.bg-hover:hover h6 {
  color: #000;
  transition: color 0.4s ease;
}
.fixed-footer-cust {
  background: #751340;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
 
}

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
}

.fix-link {
  color: #fff !important;
  font-size: 14px;
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
}

.fix-link:hover,
.fix-link:focus {
  background: transparent !important;
}

.div-line {
  border-right: 1px solid #fff;
}

.free-call:hover {
  color: #FFFFFF;
}

.over-subhead {
  color: #000521;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.ami-iconholder {
  background: #fff;
  text-align: center;
  padding: 0px 20px;
  position: relative;
  height: 171px;
  margin-top: 0px;
  transition: ease all 0.5s;
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  border: 3px solid #751340;
  color: black;
}

@media (max-width: 1024px) {
  .ami-iconholder {
    height: auto;
    min-height: 150px;
  }
}

@media (max-width: 768px) {
  .ami-iconholder {
    height: auto;
    min-height: 140px;
    padding: 15px 20px;
  }
}

.ami-iconholder img {
  margin-top: 20px;
  width: 92px;
 
}
.overview {
  margin-top: 10px;
  width: 100%;
}

.overview-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 25px 15px;
  min-height: 105px;
  transition: all 0.3s ease;
  border-top: 4px solid #751340;
}

.overview-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(168, 118, 16, 0.15);
}

@media (max-width: 768px) {
  .overview-box {
    padding: 20px 10px;
    min-height: 90px;
  }
}
.floorplans-img{
  height: 266px;
}
/* Floorplan images blur by default */
.floorplans-img {
  filter: blur(6px);
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover par thoda clear (optional premium feel) */
.swiperbox:hover .floorplans-img {
  filter: blur(3px);
}

/* Overlay always visible */
.swiperbox .overlay {
  opacity: 1;
  transition: all 0.3s ease;
}

/* Zoom icon center */
.swiperbox {
  position: relative;
  overflow: hidden;
}

.swiperbox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
}

.overview-number {
  font-size: 27px;
  font-weight: 700;
  color: #751340;   /* theme color */
  margin: 0 0 6px 0;
  line-height: 1.1;
}

.overview-box p {
  font-size: 14px;
  margin: 0;
  color: #333;
  line-height: 1.4;
}

.ami-iconholder:hover img {
  filter: brightness(0); 
}

.ami-iconholder h6 {
  color: black; 
}

.ami-iconholder p {
  line-height: 19px;
  margin-top: 5px;
  font-size: 11px;
  color: black; 
}
.ami-iconholder:hover img {
  filter: brightness(10); 
}

.ami-iconholder:hover h6,
.ami-iconholder:hover p {
  color: white;
}

.ami-iconholder:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-15px);
  transition: ease all 0.5s;
  color: #fff;
  background-color: #751340;
}


/*--------------*/

/* Tab Start  */
.floore-option ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

#light-grey li {
  padding-right: 20px;
  font-size: 20px;
}

.innerlight-grey .nav-link:hover {
  font-weight: unset !important;
}

#light-grey .container {
  position: relative;
  margin-top: 20px;
}

.floore-img a {
  position: relative;
  display: inline-block;
}

.florebtn {
  position: relative;
}

#Amenities .nav-item {
  margin: 0px 10px;
  width: 10%;
  text-align: center;
}

#Amenities .nav-link {
  color: #000;
  border: 1px solid #000;
  padding: 7px 0px !important;
  background-color: #fff;
}


#Amenities .nav-link.active {
  background: #751340 !important;
  color: #fff !important;
}

.ametab {
  cursor: pointer;
}

#Amenities .gelbox {
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

#Amenities .gelbox.active {
  height: auto !important;
  opacity: 1 !important;
  padding-top: 30px;
  visibility: visible !important;
  transition: all 2s !important;
}

.floore-img img {
  border: 2px solid #000;
}

#Amenities .title2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: 50px solid #fff;
  width: 136px;
  line-height: 1px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;

}

#Amenities .textjustify {
  color: #fff !important;
}

.floorheading {
  display: flex;
  align-items: center;
  justify-content: center;
}

#Amenities .section-head {
  color: #751340;
}

.floorelem {
  display: flex;
  justify-content: end;
}
.tel-num{
  color: #fff !important;
}

.accordion-body ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 13px;
  color: #000 !important;
}

.accordion-body ul li {
  margin-bottom: 5px;
}



/* .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
} */


.swiperbox .img-wrap {
  position: relative;
  overflow: hidden;
}

.swiperbox img {
  display: block;
}

.img-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.img-title {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 7px;
 backdrop-filter: blur(2px);
 background-color: #00000041;
 width: 100%;
}

.swiperbox .img-wrap:hover .img-title {
  background: rgba(0, 0, 0, 0.5);
  border-color: #fff;
}
