body {
  background-color: #fff;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  overflow-x: hidden;
  font-variation-settings:
    "wdth" 100;

}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;

}

h1,
h2,
h3 {
  text-transform: capitalize;
}

p {
  line-height: 23px;
}

h1 {
  font-size: 48px;
  position: relative;
  color: #ffffff;
  font-weight: 600;
}



h2 {
  margin-bottom: 25px;
  color: #1685b6;
  font-size: 26px;
  letter-spacing: 3px;
  word-spacing: 1px;
  line-height: 34px;

}


h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 19px;
  color: #1685b6;
  position: relative;

  font-weight: 500;
}

.line1 {
  background-image: url("../img/ahj.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 35px;
  height: 12px;
  position: relative;
}

.line2 {
  background-image: url("../img/ahj.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 35px;
  height: 12px;
  position: relative;
}




a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: initial;
  line-height: initial;
}


p {
  letter-spacing: initial;
  line-height: 23px;
  font-size: 17px;
}

.btan a {
  color: #ffffff;
}

.btan {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 17px 40px;
  color: #ffffff;
  background: #1685b6;
  z-index: 99;
}

.btan::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}

.btan:hover:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);

}

.btan:hover {
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  transition: all 0.5s;
  background-color: #1685b6;
}

.btan a:hover {
  color: #fff;
}

/* =============sticky_icon==================== */

.sticky_icon {
  display: none;
}


.heading {
  position: relative;
  padding-left: 12px;
}

.heading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #1685b6;
}



.fixed-tag {
  position: fixed;
  top: 0;
  z-index: 9999;
}


/* =========================header start========================= */
.hero-5-scroll-wrap {
  height: 32px;
  width: 20px;
  border: 2px solid #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin-top: 20px;
  position: relative;
}


.scroll-down {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 340px);
  height: 88px;
  width: 680px;
  text-align: center;

  z-index: 99;

}

.hero-5-scroll-wrap::before {
  content: "";
  height: 6px;
  width: 2px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-animation: scrollMove 1.5s infinite;
  animation: scrollMove 1.5s infinite;
}

@keyframes scrollMove {

  to {
    transform: translateY(12px);
    transition: 0.3s;
    opacity: 0.2;
  }

  from {
    transform: translateY(0%);
    transition: 0.3s;

  }

}





/* popup form on restart */

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
  align-items: center;
  justify-content: center;
  align-content: center;
}

.madal-reload .modal-dialog {
  position: relative;
  width: 870px !important;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  justify-content: center;
  display: flex;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.madal-reload .modal-dialog .phone-group {
  width: 95%;
}

.madal-reload .modal-header {
  padding: 0;
  height: 0;
  border: 0;
  display: block !important;
}

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
}

.madal-reload .modal-content {
  margin: 12px;
}

.madal-reload .form-control {
  background-color: #fff !important;
  border: 1px solid #929292;

}


.madal-reload #SubmitQuerytop {
  background: #1685b6 !important;
}

.madal-reload h5 {
  color: #000000;
  font-size: 33px;
}

.madal-reload p {
  border-top: 1px solid #959595;
}



.madal-reload .motal_form_text span i {
  color: #1685b6;
}

.madal-reload .motal_form_text h3 {
  font-size: 25px;
}

.btan_g {
  background: #1685b6;
  border: 2px solid #000;
  padding: 3px 11px;
  color: #ffffff;
  font-size: 22px;
  position: relative;
  top: 8px;
  left: -10px;
  z-index: 99;
  float: right;
  border-radius: 9pc;
}


/*  */






.header {
  padding: 6px 0;
  z-index: 999;
  margin: 0 auto;
  background-color: #ffffff;
  border-left: transparent;
  border-right: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;

}



.header a {
  color: #000000 !important;

}





/* STICKY STYLES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.header.is-sticky {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  padding: 5px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background-color: #ffffff;
  border-bottom: none;
  height: auto;
  right: 0;
  top: 0;
  left: 0;
}

.header.is-sticky .menu {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border-bottom: 0px solid #1685b6;
  border-right: 0px solid #1685b6;
}



.header .contect-us {
  padding: 3px 21px 3px 3px;
  background: #1685b6;
  border-radius: 7px;
  animation: 1.2s infinite mobile;
}

@keyframes mobile {

  0%,
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.header .contect-us ul li .fa {
  padding: 11px 13px 11px 12px;
  background: #fff;
  border-radius: 3px;
  margin-right: 11px;
  color: #1685b6;
  border-radius: 7px;
}

.header .contect-us ul li span {
  color: #ffffff;
}

.header .contect-us ul li a {
  background: transparent;
  padding: 0px;
}

.header .contect-us ul li a:hover {
  background: transparent;
  padding: 0px;
}



@keyframes slideDown {
  from {
    transform: translateY(-100%);
    transition: 0.3;
  }

  to {
    transform: translateY(0);
    transition: 0.3;
  }
}

.menu ul li {
  display: inline-block;
}

.menu ul li a {
  position: relative;
}


.menu ul li a:hover:after {
  width: 100%;
  right: 0;
  left: 0;
  transition: 0.3s;
}

.header ul li a {
  transition: all 0.5s;
  color: rgb(255, 255, 255)0f0;
  font-size: 18px;
  padding: 0 20px;

}



.header ul li a.active {
  color: #1685b6 !important;
}

.header ul li a:hover {
  color: #1685b6 !important;
}

/* =========header closed========= */


/* ===========================banner = style = start ===================== */
.banner_bg {
  position: relative;

}

.banner_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  z-index: 1;
  background-image: url("../img/slider-bg-overlay-2.png");
}

.banner_bg .banner_img img {
  height: 100vh;
}

.banner_text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  /* background: linear-gradient(90deg, #fdfdfde3 40%, transparent 30%); */
  /* background: linear-gradient(92deg, #000000a1, transparent); */
  display: grid;
  align-items: start;
  align-items: center;
}

.Banner-form {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.banner .banner_wrapper_text .bgk ul li i {
  font-size: 58px;
  animation: flip infinite 4s;
  background: #1685b6;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0) translateY(0%);
    animation-timing-function: ease-out;
  }

  /* 70% {
  transform: perspective(400px) rotateY(300deg) translateY(-50%);
  animation-timing-function: ease-in;
} */
  100% {
    transform: perspective(400px) rotateY(360deg) translateY(0%);
    animation-timing-function: ease-in;
  }
}

.banner .banner_wrapper_text .bgk ul li {
  padding: 20px;
  /* border: 2px solid #1685b6; */
  width: 100%;
  background: #1685b67a;
  border-radius: 5px;
}

.banner .banner_wrapper_text .bgk ul li h3 {
  color: #ffffff;
  font-size: 21px;
  letter-spacing: 1px;
  /* border-bottom: 2px solid #000000; */
  padding-bottom: 8px;
  font-weight: 600;
}


.banner .banner_wrapper_text .bgk ul li p {
  font-size: 40px !important;
  font-weight: 623;
  /* padding-top: 14px; */
  color: #ffffff;
}

.banner .banner_wrapper_text .banner_highlight h3 {
  min-width: 100%;
  width: fit-content;
  /* padding: 9px 7px; */
  border-radius: 7px;
  /* background: linear-gradient(90deg, #1685b6); */
  letter-spacing: 1px;
  margin-bottom: 8px;
}


.new-launch img {
  height: 7rem !important;
  object-fit: contain;
  animation: scaleImage 2s infinite alternate ease-in-out;
}

/* Keyframes for scaling */
@keyframes scaleImage {
  0% {
    transform: scale(0.8);
    /* smaller size */
  }

  100% {
    transform: scale(1);
    /* original size */
  }
}

@keyframes Gradient {
  0% {
    background-position: 0 50%
  }

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

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


.banner .banner_wrapper_text h3 {
  font-size: 21px;
  color: #ffffff;
}

.banner .banner_wrapper_text .price_bg {
  padding: 11px;
  width: 469px;
  background: #1685b6;

}

.banner .banner_wrapper_text h5 {
  background: #1685b6;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  font-size: 25px;
  font-weight: bold;

}

.banner .banner_wrapper_text i {
  color: #ffffff;
  padding: 2px !important;
  margin-right: 9px;
}




.banner .banner_wrapper_text h6 {
  font-size: 17px;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  color: #ffffff !important;
  letter-spacing: 1.2px;
  position: relative;
}

.banner .banner_wrapper_text h6::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  background-color: #1685b6;
  width: 97px;
  height: 2px;
  content: "";
}



.banner .banner_wrapper_text ul li h5 {
  font-size: 26px;

}


.banner .banner_wrapper_text {
  position: relative;
  width: 570px;
  background-color: #00000063;
  padding: 20px;
  border: 1px solid #ddd;
}



.banner_bg .banner h4 {
  display: none;
}

.banner .banner_text .form_section {
  padding: 28px 42px;
  margin: 0 23px 0 0;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 364px;
  background: #eaeaeae8;
  border-top: 20px solid #1685b6;
}

.form-label {
  color: #4f4b4b;
  text-align: left !important;
  float: left;
  margin-left: 5px;
}

.text_form {
  height: 45px;
  padding: 12px 52px !important;
}

.highlight_tag {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.highlight_tag img {
  width: 300px;

}





.icon-inside {
  position: absolute;
  width: 50px;
  height: 44px;
  left: 9px;
  top: 0;
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #1685b6;
  z-index: 3;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.form_section p {
  color: #070707;
  border-bottom: 4px solid #1685b6;
  border-bottom-style: solid;
  padding: 0px 0 10px 0;
  border-style: double;
}

.banner .banner_text .form_section h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  background-color: #1685b6;
}

.form_bottom .form_section {
  padding: 28px 42px;

  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 12px 26px;

  background: #eaeaeae8;
  border-top: 20px solid #1685b6;
}


#SubmitQuerytop {
  background: #1685b6;
  color: #ffffff;
  outline: none;
  width: 100%;
  height: 42px;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
}

#SubmitQuerytop:hover {
  background-color: #424242;
  transition: 0.3s;
  border: none;
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

.img_high {
  position: absolute;
  top: 6%;
  z-index: 99;
  right: 48%;
}

.img_high img {
  width: 109px;
}




/* slider */

.slick-dots {
  bottom: 7px;
  z-index: 99;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}


.slick-dots li.slick-active button::before {
  opacity: .95;
  color: #c99c3e;
}

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 14px;
  line-height: 20px;
}

/* =============== banner start style closed ========================= */

/* bannernew */



/* end */


/*=============== about bg start ============ */

.about_bg {
  padding: 90px 0;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}


.about_bg .about_text {}

.about_bg .about_text h2 {
  color: #1685b6 !important;
}


.about_bg .about_text p {
  letter-spacing: 0.7px;
  word-spacing: 1px;
  line-height: 25px;
  font-size: 17px;
  color: #000;
  display: table-row-group;
}


/* newabout */

.about-section {
  /* font-family: 'Poppins', sans-serif; */
  padding: 80px 0px;
}

.about-section h2 {
  font-weight: 500;
  font-size: 40px;
  color: #0b0b0b;
  line-height: 1.3;
}

/* .about-section p {
  font-size: 16px;
} */

.icon-box {
  background-color: #0d6efd;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.about-feature h5 {
  color: #00394f;
  font-size: 17px;
}

.about-top i {
  font-size: 1.2rem;
}


/* end */

/*=============== about bg end ============ */


.header_line {
  z-index: 99;
  position: relative;
  padding: 9px 0;
  background: #1685b6;
}

marquee {
  font-size: 58px;
  letter-spacing: 9px;
}

.header_line span {
  -webkit-text-stroke: 1px #ffffff !important;
  color: transparent !important;

}

/* ======= price list section start ============= */
#price {
  padding: 90px 0 90px 0;
  background-size: cover;
  position: relative;
  background-color: #f3f3f3;
}

.price-section * {
  position: relative;
  z-index: 2;
}

/* Section Heading */
.section-title {
  text-align: start;
  margin-bottom: 3rem;
  color: #000000;
}

.section-title h2 {
  margin-bottom: 0rem;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600;

}

.section-title h3 {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 400;
}

.section-title p {
  font-size: 1.1rem;
  opacity: 0.8;
}

/* Price Card */
.price-card {
  /* height: 300px; */
  position: relative;
  overflow: hidden;
  justify-content: start;
  align-items: center;
  transition: transform .4s ease, box-shadow .4s ease;
  overflow: hidden;
}


.price-card:hover {
  transform: translateY(-10px);
}


/* Price Details */
.price-detail {
  background: #fff;
  border: 2px solid #1685b6;
  color: #111;
  padding: 1rem 1.2rem 1.2rem 1rem;
  text-align: center;
}


.price-detail h3 {
  font-size: 1.1rem;
  background: #1685b6;
  color: #fff;
  padding: 5px 0;
}

.price-detail p {
  color: #000;
  font-size: 16px;
  margin: 12px;
}

.price-detail h2 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}

/* Button */
.enquiry-btn {
  display: inline-block;
  background: #1685b6;
  border: 1px solid #ddd;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.enquiry-btn:hover {
  background: #1685b6;
  color: #fff;
}

/* Owl Nav */
.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
  background: #1685b6 !important;
  color: #fff !important;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -1rem;
  font-size: 22px !important;
  pointer-events: auto;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.owl-nav button:hover {
  background: #1685b6 !important;
  color: #fff !important;
}


/* Dots */
#twoBoxSlider .owl-dots {
  margin-top: 25px;
}

#twoBoxSlider .owl-dots .owl-dot span {
  background: #777 !important;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}

#twoBoxSlider .owl-dots .owl-dot.active span {
  background: #1685b6 !important;
  transform: scale(1.2);
}

/* -============ highlight style section start ================ */

.project-highlight {
  background: #ffffff;
  padding: 90px 0;
}

.project-highlight h2 {
  font-size: 28px;
  letter-spacing: 1px;
}

.highlight-list li {
  font-size: 16px;
  color: #333;
  padding: 0px 0rem;
}

.highlight-img img {
  width: 100%;
}

.text-warning {
  color: #1685b6 !important;
}

.highlight-list span {
  font-size: 16px;
  color: #003d4d;
}

.highlight-point {
  font-size: 22px !important;
  padding-right: 1rem;
}


/* =======================amenities style start ===================== */

#floor {
  padding: 4rem 0rem;
  position: relative;
  width: 100%;
  background-color: #1685b64D;
}

.left-animationimage {
  position: absolute;
  z-index: -1;
  top: 5%;
  left: 3%;
  background-image: url('../img/leaf-vector.png');
  width: 20rem;
  height: 20rem;
  background-size: contain;
  background-repeat: no-repeat;
  animation: floatUpDown 4s ease-in-out infinite;
}

.right-animationimage {
  position: absolute;
  z-index: -1;
  bottom: 5%;
  right: 0;
  background-image: url('../img/flower_bg.png');
  width: 12rem;
  height: 12rem;
  background-size: contain;
  background-repeat: no-repeat;
  animation: floatUpDown 4s ease-in-out infinite;
}


@keyframes floatUpDown {

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

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

.floor-img {
  background-image: url('../img/floor-planimg.jpg');
  height: 350px;
  /* removed duplicate height */
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0px 0px 15px rgba(184, 146, 20, 0.712);
}



.floor-card {
  height: 350px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 2rem;
}

.unit-plan {
  justify-content: end !important;
}

.unit-plan .floor-detail {
  text-align: end;
}

.floor-img::before {
  content: "";
  background-color: #cab69cd7;
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  box-shadow: inset 0px 0px 15px rgb(22 133 182);
}

.top-btn {
  position: relative;
  z-index: 9;
}

.top-btn a {
  text-decoration: none;
  background-color: #fff;
  padding: 1rem 2rem;
  color: #000;
  border: 1px solid #1685b6;
  text-transform: capitalize;
}

.top-btn a:hover {
  background-color: #1685b6;
  color: #fff;
}

.floor-detail a {
  background-color: #fff;
  padding: 12px 24px;
  border: 1px solid #1685b6;
  color: #000;
  text-decoration: none;
}

.floor-detail a:hover {
  background-color: #1685b6;
  color: #fff;
}

/* =======================amenities style end ===================== */












/* =========== gallery section start =========== */

.gallery_section {
  padding: 90px 0;
}


.gallery_section .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0;
  right: 0;
}

.gallery_section h2 {
  font-size: 35px;
  font-weight: bold;
  color: #1685b6;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}


.gallery_section p {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.gallery_box img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}


.slick-dots li.slick-active button::before {
  opacity: .75;
  color: #1685b6;
}

.slick-dots li button::before {
  font-size: 18px;

}


.gallery_section .img_col img {
  width: 100%;
}

.image_slider .slick-prev {
  top: 440px;
  left: 592px;
  z-index: 1;
  background-color: #1685b6;
  width: 40px;
  height: 40px;
  line-height: 60px;
  text-align: center;
}

.image_slider .slick-next {
  top: 440px;
  left: 695px;
  z-index: 1;
  background-color: #1685b6;
  width: 40px;
  height: 40px;
  line-height: 60px;
  text-align: center;
}


/* =========== gallery section end =========== */







/* =====================floor plan style css========================= */






/* ===================floor style end======================================= */


.virtual_side_bg {
  background-image: url("../img/aboutimg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0;
  position: relative;
  cursor: pointer;
}

.virtual_side_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #000000a3;
}

.virtual_side {
  position: relative;
  z-index: 1;
}


.virtual_side .virtual_text {
  color: #fff;
}


.virtual_side .virtual_text .fa-circle-play {
  font-size: 105px;
}

.virtual_side .virtual_text h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  text-shadow: 1px 3px 4px #000;
}


.virtual_side .virtual_text p {
  font-size: 18px;
  border: 2px solid #fff;
  border-right: none;
  border-left: none;
  padding: 13px;
}




#location {
  padding: 90px 0;
  background-color: #f3f3f3;
}

#location .container {
  /* background-color: #f8f4ef; */
  /* background-image: url('../img/location_bg.png'); */
  border: 2px solid #1685b62e;
}

.location-advantage .border-bottom {
  border-bottom: 1px solid #0000002e !important;
}

.location-icon {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1685b6;
  width: 3rem;
  height: 3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.map-image img {
  border: 3px solid #1685b6 !important;
  border-radius: 10px;
  margin-left: -65px;
}

.location-advantage p {
  line-height: 24px;
  color: #003d4d;
}















.footer_bg {
  background-image: url("../img/map_bg.png");
  padding: 90px 0;
  color: #fff;
  position: relative;
  z-index: 2;
  background-size: cover;
}


/* .footer_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000a8;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;

} */



.footer {
  position: relative;
  z-index: 1;
}

.footer_bg h3 {
  position: relative;
  color: #1685b6;
}



.footer_contant p {
  line-height: 26px;
  letter-spacing: 1.1px;
  color: rgb(0, 0, 0);
}

.footer_contant .contact_us ul li i {
  font-size: 14px;
  color: #ffffff;
  background-color: #1685b6;
  border-radius: 50pc;
  padding: 15px;
}

.footer_contant .contact_us ul li p {
  color: #1685b6;
  font-weight: bold;
}

.footer_contant .contact_us ul li span {
  font-size: 18px;
  color: #000000;
}


.contect-form {

  margin: 0 50px;

}

.contect-form .form_section {
  padding: 28px 35px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 12px 26px;
  background: #fff;
  border-top: 20px solid #1685b6;
}

.contect-form h3 {
  position: relative;
}



.foooter_form .form-control::placeholder {
  color: #fff;

}



.footer_b .information-web {
  margin: 0 auto;
  font-size: 14px;
}

.footer-bootom {
  border-top: 1px solid #1685b6;
  padding: 23px 0;
  color: #003d4d;
}

.footer-bootom ul a {
  font-size: 16px;
  color: #1685b6;
  text-decoration: underline
}


/* ====================================footer  form style end===================================================== */






/* scroll style btn css=========== */

.go-top {
  position: fixed;
  bottom: 9%;
  right: 3%;

  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 991;
}

.go-top:after {
  font-family: FontAwesome;
  content: "\f062";
  padding: 13px 15px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  background: #1685b6;
  border-radius: 25px;
  left: 0;
}

.go-top-text {
  position: absolute;
  width: 60px;
  text-align: center;
  font-family: 'Questrial';
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 20px 0 0 -4px;
}

.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);
}


.phone-group {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}

.phone-group select {
  border: none;
  padding: 10px 12px;
  background-color: #f9f9f9;
  font-size: 14px;
  width: 110px;
  appearance: none;
  -webkit-appearance: none;
  border-right: 1px solid #ddd;
}

.phone-group input {
  border: none;
  padding: 10px;
  font-size: 14px;
  flex: 1;
  outline: none;
}

.modal-image img {
  width: 100%;
  height: 300px;
}

/* ==============================responsiive================================================== */




@media only screen and (min-width: 991px) and (max-width: 1600px) {

  h1 {
    font-size: 27px;
  }


  .header .menu ul li a {
    padding: 0 11px;
    font-size: 14px;

  }

  .header .logo img {
    width: 200px !important;
  }

  .header .contect-us ul li .fa {
    padding: 7px 10px 6px 7px;
  }

  .header .contect-us {
    padding: 7px 8px;
  }

  .header .contect-us ul li a {
    font-size: 13px;
  }

  .banner .banner_wrapper_text {
    position: relative;
    width: 430px;
  }

  .banner .banner_wrapper_text .bgk ul li p {
    font-size: 31px !important;
    font-weight: 623;
    padding-top: 12px;
    margin-top: 5px !important;

  }

  .banner .banner_wrapper_text .bgk ul li h3 {
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff;
    font-weight: 400;
  }

  .banner .banner_wrapper_text .banner_highlight h3 {
    font-size: 17px;
    letter-spacing: 0.3px;
    padding: 5px 7px;
  }

  .banner .banner_wrapper_text h6 {
    font-size: 14px;
  }

  .banner .banner_wrapper_text h3 {
    font-size: 16px;
  }

  .banner .banner_text .form_section {
    width: 280px;
    padding: 30px 15px;
    border-top: 8px solid #1685b6
  }


  .text_form {
    height: 36px;
    padding: 12px 45px !important;
    font-size: 14px;
  }

  .icon-inside {
    position: absolute;
    width: 34px;
    height: 35px;
    font-size: 18px;
    font-size: 1.05rem;
  }

  .banner .banner_text .form_section h3 {
    font-size: 14px;
    padding: 7px;
  }

  #SubmitQuerytop {
    font-size: 12px;
    height: 31px;
  }

  .call_now {
    font-size: 14px;
  }

  .call_now .fa {
    color: #fff;
    font-size: 14px;
  }


  .bgk {
    margin-top: 15px !important;
  }

  .form_section p {
    font-size: 13px;
  }

  .highlight_tag img {
    width: 230px;
  }

  .madal-reload .modal-dialog {
    width: 816px !important;
  }

  .btan_g {
    padding: 3px 9px;
    font-size: 15px;
  }

  .madal-reload h5 {
    font-size: 21px;
  }

  .price_list_high h3 {
    font-size: 16px !important;
  }


}


@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .new-launch img {
    display: none;
  }

  .menu ul {
    position: fixed;
    text-align: left;
    top: 0;
    right: -100%;
    background-color: #ffffff;
    width: 60%;
    height: 100vh;
    transition: 0.3s;
    z-index: 999;
    padding-top: 52px;
  }

  .header .menu a {
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
    justify-content: flex-start;
  }

  .menu ul li {
    display: block;
    padding: 17px 0 17px 23px;

  }

  .menu ul li:last-child {
    border: none;
  }

  .hamberger {
    display: flex;
    justify-content: flex-end;
  }



  .mobilemenu {
    position: relative;
    background-color: #000000;
    width: 16px;
    height: 2px;
    transition: all 0.3s;
    z-index: 999;
    justify-content: space-around;
    display: flex;
    align-items: center;
    top: -23px;
    cursor: pointer;
  }




  .mobilemenu::after {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    bottom: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .mobilemenu::before {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    top: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .menu.active .mobilemenu {
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
  }

  .menu.active .mobilemenu::after {
    transform: rotate(45deg);
    transition: all 0.3s;
    bottom: 0;
    background-color: #000000;
  }

  .menu.active .mobilemenu::before {
    transform: rotate(-45deg);
    transition: all 0.3s;
    top: 0;
    background-color: #000000;
  }



  .menu ul li a {
    position: relative;
  }

  .menu.active ul {
    top: 0;
    right: 0;
    transition: all 0.5ms;
    transition: 0.3s;
  }




  .menu ul li a::after {
    position: absolute;
    right: 50%;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    content: "";
    background-color: transparent;
  }

  .header ul li a.active {
    background: transparent;
    padding: 0px;
  }

  .header ul li a {
    padding: 0;
  }

  .header ul li a:hover {
    transform: all 0.5s;
    color: #1685b6 !important;
    background: transparent;
    padding: 0px;
  }

  .header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .Banner-form {
    position: relative;
  }

  .banner_bg .banner_img img {
    height: 727px;
  }

  .banner_slider_text h5 {
    padding: 12px 0;
  }

  .banner_bg .banner h4 {
    display: block;
    margin: 13px 0;
    padding: 0;
  }

  .banner h4 span .fa {
    color: #ececec;
    border-radius: 50pc;
    background: linear-gradient(to right, #1685b6d9, #1685b685);
    width: 41px;
    height: 38px;
    place-content: center;
    display: flex;
    padding: 0;
    align-items: center;
    transition: 0.3s;
  }

  .banner h4 h3 {
    border: 2px solid #ffffff;
    padding: 4px 32px;
    border-radius: 27px 8px 8px 27px;
    margin: 0 0 0 -28px;
    z-index: -6;
    font-size: 20px !important;
  }


  .banner .banner_wrapper_text .bgk ul li p {
    font-size: 40px !important;

  }

  .gallery_bg .gallery_wrap {

    height: 50vh;
  }

  .gallery_bg .gallery_img h3 {
    font-size: 25px;
    left: 15px;
    top: 10px;
  }

  .footer_bg {

    padding: 50px 0;
  }


  .header .contect-us {
    display: none;
  }



  /* ========================sticky_icon mob====================================== */

  .sticky_icon {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }


  .sticky_icon ul li a {
    color: #ffffff;
  }

  .sticky_icon ul li {
    background-color: #1685b6;
    padding: 14px 0;
    text-align: center;
    border-right: 2px solid #c6c6c6;
  }

  .footer-bootom {
    border-top: 1px solid #000000;
    background-color: #ffffff;
    padding: 23px 0 70px 0;
  }


  .about::after {
    display: none;
  }

  .contect-form {

    margin: 0 0px;

  }

  .contect-form .form_section {
    margin: 0;
  }


  .high_img {
    position: absolute;
    z-index: 9;
    top: 13%;
    right: 14%;
  }

  .header .menu {
    background-color: transparent;
    padding: 0PX;
    border-radius: 0PX;
    border-bottom: 0px solid #1685b6;
    border-right: 0px solid #1685b6;
  }

  .bgk {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }

  .bgk::after {
    display: none;
  }

  .bgk::before {
    display: none;
  }


  .banner .banner_wrapper_text {
    margin: 0 0 0 0;
    padding: 0px;
    border: none;
    background: none;
    border-radius: 0;
    outline: none;
    width: 100%;
    box-shadow: none;
  }

  .banner_highlight i {
    color: #fff !important;
  }

  .location_img::after {
    display: none;
  }


  .banner .banner_wrapper_text {
    margin: 0 0 0 0;
  }



  .banner .banner_wrapper_text .bgk ul {
    width: 100%;
  }

  .banner .banner_wrapper_text .price_bg {
    width: 100%;

  }

  .banner_bg {
    margin: 0;
  }

  .img_high img {
    width: 74px;
  }

  .highlight_bg .highlight_text_high {
    margin: 0;
  }

  .highlight_bg .highlight_text_high li {
    padding-bottom: 15px;
  }

  .highlight_bg .highlight_text_high li p {
    line-height: 24px;
    letter-spacing: 0px;
    font-size: 16px;
  }



  .amenities_right {
    margin: 0;
  }

  .location_img {
    margin: 0;
  }

  .banner .banner_wrapper_text .banner_highlight_text {
    border: 0;
  }

  marquee {
    font-size: 42px;
    letter-spacing: 9px;
  }

  .highlight_tag {
    position: absolute;
    top: 6%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }


  .highlight_tag img {
    width: 150px;
  }

  .banner .banner_wrapper_text .bgk ul li {
    padding: 8px;
    background: transparent;
  }

}

@media only screen and (max-width: 767px) {
  h1 {
    color: #1685b6;
  }

  p {
    font-size: 16px;
  }

  .banner .banner_wrapper_text i {
    color: #1685b6 !important;
  }

  .banner .banner_wrapper_text .banner_highlight h3 {
    color: #000000;
    font-size: 18px;
  }

  .banner .banner_wrapper_text h6 {
    color: #000000 !important;
  }


  .banner .banner_wrapper_text ul li h5 {
    font-size: 24px;
  }

  .banner_bg .banner_img img {
    height: 100%;
  }



  .banner_text {
    z-index: 99;
    position: relative;
  }

  .banner .banner_wrapper_text ul li h5 {
    font-size: 21px;
  }

  .banner .banner_wrapper_text .bgk ul li i {
    font-size: 42px;

  }


  .banner .banner_wrapper_text .bgk ul li h3 {
    font-size: 18px;
    color: #000000;
    border-bottom: 2px solid #000000;
  }


  .banner .banner_wrapper_text .bgk ul li p {
    font-size: 40px !important;
    font-weight: 623;
    color: #1685b6;
    padding-top: 10px;
  }





  .high_img {
    position: absolute;
    z-index: 9;
    top: 31%;
    right: 6%;
  }

  .high_img img {
    width: 147px;
  }


  .mouse {
    position: absolute;
    z-index: 10000;
    width: 22px;
    height: 42px;
    bottom: 10px;
  }

  .mb-tabl {
    margin-bottom: 30px;
  }

  .mt-tabl {
    margin-bottom: 30px;
  }


  .gallery_img {

    margin: 0px;
  }


  .form_bottom .form_section {
    margin: 0;

    padding: 28px 17px;
  }


  .project_box .bg_high li {
    font-size: 14px;
  }



  .img_high {
    position: absolute;
    top: 3%;
    z-index: 99;
    right: 11%;
  }

  .img_high img {
    width: 64px;
  }


  .banner_bg::after {
    background-color: transparent;

    background-image: none;
  }

  .about_bg {
    padding: 50px 0;
  }

  .price_list_bg {
    padding: 50px 0;
  }

  .gallery_bg {
    padding: 50px 0;
  }

  .amenities_bg {
    padding: 50px 0;
  }

  .floor_plan {
    padding: 50px 0;
  }

  .highlight_bg {
    padding: 50px 0;
  }

  .location_bg {
    padding: 50px 0;
  }

  .map {
    overflow: hidden;
    padding-bottom: 89.25%;
    position: relative;
    height: 0;
  }

  .floor_plan_img img {
    height: 100%;
  }

  .gallery_img .overlay {
    width: 214px;
    height: 55px;
  }

  .gallery_img .overlay a {
    color: #000;
    font-size: 15px;
  }

  .gallery_img .overlay a i {
    color: #ffffff;
    font-size: 11px;
  }


  .amenities_bg h5 {
    font-size: 17PX;
  }

  .highlight_bg .highlight_text_high .highlight_icon {
    position: relative;
    left: 0;
  }

  .contect-form .form_section {
    margin: 0;
  }

  .about_bg .highlight_about_text .about_highlight li h5 {
    font-size: 18px;
  }

  .highlight_bg .hilight_wrapp_text .highlight_wrapp ul li p {
    font-size: 15px;
  }

  .location_bg h5 {
    font-size: 15px;
  }

  .highlight_tag {
    position: absolute;
    top: 17%;
    left: 58%;
    right: 50%;
    bottom: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }



  .about_bg p {
    color: #ffffff;
    line-height: 24.1px;
    letter-spacing: 1.01px;
    font-size: 15px;
  }

  .btan {
    border: 1px solid #fff;
  }

  .price-text {
    padding: 0;
  }

  .gallery_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .new-launch img {
    display: none;
  }

  .map-image img {
    margin-left: 0;
  }

  .floor-card {
    height: 160px;
  }

  .floor-img {
    height: 250px;
  }
}


@media (max-width:1280px) {

  .contect-form {
    margin: 0 0px;
  }

  .line-2 {
    left: 275px !important;
  }

  .line-6 {
    left: 600px !important;
  }

  .line-5 {
    left: 727px !important;
  }

  .location-2 {
    left: 105px !important;
  }

  .location-6 {
    right: 2px !important;
  }

  .image_slider .slick-prev {
    left: 492px;
  }

  .image_slider .slick-next {
    left: 595px;
  }

}


/* newamenities */















.button {
  background-color: var(--secondary-theme);
  color: var(--text-white);
  font-size: 20px;
  line-height: 24px;
  padding: 10px 25px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid var(--secondary-theme);
}

.button:hover {
  color: var(--secondary-theme);
  background: var(--text-white);
}

/* Menu Button */
.menu-btn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-white);
  transition: color 0.3s ease;
}

/* Menu button when scrolled */
.menu-btn.scrolled {
  color: #333;
}

/* Hamburger Lines */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: var(--text-white);
  transition: background-color 0.3s ease;
}

/* Hamburger lines when scrolled */
.hamburger.scrolled div {
  background-color: #333;
}

/* Logo */

.header.scrolled .logo img {
  filter: unset;
}

.phone-email {
  animation: 1.2s infinite mobile;
  /* background: #000000a3;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #fff; */
}

.phone-email .button {
  background: #0d58a5;
  border-color: #0d58a5;
  font-size: 14px;
}

.phone-email .button:hover {
  background: #fff;
  color: #0d58a5;
}

.phone-email img {
  height: 34px;
}

.phone-email h4 a {
  color: rgb(251 234 9);
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
}

.phone-email h4 a i {
  filter: invert(0);
}

.phone-email.scrolled h4 a {
  color: #333;
}

.phone-email.scrolled {
  background: transparent;
  border: none;
}

.phone-email.scrolled img {
  filter: brightness(0);
}

/* Sidebar Menu */
.sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  background-color: var(--primary-theme);
  transition: left 0.3s ease;
  z-index: 9999;
}

.sidebar.open {
  left: 0;
}

.sidebar .sidebar_logo {
  max-width: 170px;
  position: relative;
  top: 17px;
}

/* Menu Items */
.menu-items {
  list-style: none;
  padding-top: 80px;
}

.menu-items li {
  border-bottom: 1px solid var(--secondary-theme);
}

.menu-items a {
  display: block;
  color: #000;
  padding: 20px 30px;
  text-decoration: none;
  font-size: 18px;
}

.menu-items a:hover {
  background-color: var(--secondary-theme);
  color: var(--primary-theme) !important;
}

/* .nav-link:focus, .nav-link:hover {
    color: var(--text-white);
} */

.header.scrolled {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.menu-btn.scrolled {
  color: #000;
}

.hamburger.scrolled div {
  background-color: #000;
}

.nav-link.scrolled {
  color: #000 !important;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 150;
}

.overlay.show {
  display: block;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* Main Content */
.main-content {
  margin-top: 80px;
  padding: 40px 20px;
  transition: margin-left 0.4s ease;
}

.content-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.section-title {
  color: #2c3e50;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.section-content {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

/* Close button for mobile */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #000;
  font-size: 42px;
  cursor: pointer;
  /* padding: 5px; */
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.carousel-item img {
  height: 100vh;
  width: 100%;
}

.slider_section {
  position: relative;
}

.slider_section::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 8;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  /* background: linear-gradient(rgb(3, 40, 56) 0%, rgba(3, 40, 56, 0) 82%); */
  opacity: 1;
  width: 60%;
  background: linear-gradient(to right, rgb(0 0 0 / 95%), rgba(0, 0, 0, 0));
}

.project_box {
  position: absolute;
  bottom: 12%;
  left: 2%;
  z-index: 99;
}

.project_box .pro_logo {
  max-width: 300px;
  margin-bottom: 12px;
  filter: invert(1);
}

.invest_in {
  display: none;
}

.project_box h1 {
  font-family: var(--first-font);
  font-size: 58px;
  font-weight: 700;
  color: var(--text-white);
  /* margin-bottom: 10px; */
  letter-spacing: 2px;
}

.project_box p {
  font-size: 20px;
  color: var(--text-white);
  margin-bottom: 15px;
}

.project_box p img {
  filter: invert(1);
  margin-right: 5px;
}

Â© .project_box h4 {
  font-size: 20px;
  color: var(--text-white);
  margin-bottom: 12px;
}

.project_box h3 {
  background: #b7b7b72e;
  font-size: 20px;
  color: var(--text-white);
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px;
  line-height: 35px;
  border-radius: 10px;
}

.project_box h3 span {
  font-size: 28px;
  color: var(--text-white);
}

.project_box ul {
  padding: 0;
  margin: 0;
  align-items: center;
}

.project_box ul li {
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--text-white);
  /* max-width: 350px; */
  /* width: 270px; */
}

.project_box ul li img {
  max-width: 24px;
  margin-right: 5px;
}

.project_box ul li span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}

/* .form_section {
  background: #212842bd;
  padding: 24px;
  border-radius: 20px;
  position: absolute;
  bottom: 20%;
  right: 15%;
  z-index: 99;
  max-width: 450px;
  width: 350px;
} */

.carousel-indicators [data-bs-target] {
  height: 5px;
}

.form_section h6 {
  font-size: 19px;
  margin-bottom: 20px;
  text-align: center;
  color: var(--text-white);
}

.form_section .lg_btn {
  background: rgb(255, 255, 255);
  color: var(--secondary-theme);
}

.form-toggle-btn {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: var(--secondary-theme);
  color: var(--text-white);
  padding: 12px 7px;
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s;
  writing-mode: vertical-lr;
  letter-spacing: 1px;
  border: 1px solid var(--secondary-theme);
}

.form-toggle-btn:hover {
  background: var(--text-white);
  color: var(--secondary-theme);
}

/* Form Styling */
.slide-form {
  position: fixed;
  right: -400px;
  /* hidden by default */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  /* background: #212842bd; */
  background: var(--secondary-theme);
  padding: 24px;
  border-radius: 20px 0 0 20px;
  max-width: 350px;
  width: 100%;
  transition: right 0.4s ease;
}

/* Active state to show the form */
.slide-form.active {
  right: 0;
}

.form-close-btn {
  position: absolute;
  top: -10px;
  right: 9px;
  background: transparent;
  border: none;
  color: var(--text-white);
  font-size: 34px;
  cursor: pointer;
}

.carousel-indicators {
  z-index: 999;
}

.overview_section {
  padding: 80px 0;
}

.section_title {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 40px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.subheading {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.overview_section .para {
  font-size: 16px;
  margin-bottom: 0;
  text-align: justify;
  text-align-last: center;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 2rem;
  place-items: center;
}

.overview-item {
  text-align: center;
  padding: 1.25rem;
}

.icon {
  font-size: 3rem;
  color: var(--text-gray);
  margin-block-end: 1rem;
}

.icon img {
  width: 50px;
  height: 50px;
}

.label {
  color: var(--text-black);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-block-end: 0.5rem;
}

.value {
  color: #333;
  font-weight: 500;
  font-size: 1.125rem;
}

/* overview section css ends here */

/* highlight section css starts here */
.highlight_section {
  padding: 80px 0;
  position: relative;
  background: url("../img/about.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* filter: blur(3px); */
  z-index: 1;
  overflow-x: hidden !important;
}

.highlight_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000ab;
  /* z-index: 2; */
}

/* .features-container{
  margin: 25px 0 0; 
} */
.highlight_section .section_title {
  position: relative;
  z-index: 999;
  color: #ffffff;
}

.highlight_section .subheading {
  position: relative;
  z-index: 999;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.highlight_image {
  height: 100%;
  object-fit: cover;
}

.feature-card-wrapper {
  position: relative;
  padding: 3px;
  border-radius: 15px;
}

.feature-card {
  background: white;
  border-radius: 5px;
  padding: 15px 15px 15px 0px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: none;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 2;
  border-top-right-radius: 20px;
}

.feature-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Corner Border Decorations */
.feature-card-wrapper::before,
.feature-card-wrapper::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid var(--secondary-theme);
  z-index: 1;
}

/* Top-left corner */
.feature-card-wrapper::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 15px;
}

/* Bottom-right corner */
.feature-card-wrapper::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 15px;
}

.feature-icon {
  width: 35px;
  height: 35px;
  background: #1685b6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #fff;
}

.feature-card-wrapper span {
  font-size: 24px;
  background: #1685b6;
  padding: 5px 15px;
  color: #fff;
  font-weight: 400;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 7px;
}

.feature-description {
  color: #2c3e50;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* highlight section css ends here */



/* price list section css ends here */

/* amenities section starts here */

.amenities_section {
  padding: 80px 0;
  background: var(--primary-theme);
  overflow: hidden;
}

.amenities_section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.amenities_section .amenity_list {
  display: flex;
  flex-direction: column;
}

.amenities_section ul .amenity-box {
  /* background: #f9f9f9; */
  background: #1685b6 !important;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  margin: 10px;
  /* min-width: 190px; */
  min-width: 180px;
  position: relative;
  overflow: hidden;
}

.amenities_section ul .amenity-box.ameinity_width {
  width: 100%;
}

.amenities_section ul .amenity-box img {
  filter: invert(1);
}

.amenity-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000c0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 10px;
}

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

.col-4.align-self-center.pe-0.d_view .amenity_list .amenity-box:first-child .overlay {
  opacity: 1;
  pointer-events: none;
}

.amenities_section ul .amenity-box .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  filter: unset;
}

.amenities_section ul .amenity-box span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  color: #fff;
}

.amenity-box .overlay span {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 6px;
  text-align: center;
  white-space: nowrap;
}


/* amenities section css ends here */


/* ===== NEW AMENITIES SECTION ===== */
/* new-amenities */

.amenities-section {
  background-color: #f8fafc;
  padding: 90px 0px;
}

.amenities-img img {
  width: 100%;
  height: 604px;
}

.amenities-content {
  /* border-top: 15px solid #0076b6; */
  padding-top: 66px;
}

/* .amenities-content:after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #0076b6;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
} */

.amenities-bg-img {
  background-image: url(https://devsaidul.com/tm/html/hamilton/assets/images/resource/choose-shape.png);
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.view-list a {
  color: #0076b6;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
}

.amenities-title {
  font-weight: 700;
  font-size: 40px;
  color: #0b0b0b;
}

.amenity-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 18px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  width: 100%;
  z-index: 1;
  font-size: 20px;
  line-height: 28px;
  color: #003d4d;
  font-weight: 500;
  transition: .5s;
}

.amenity-box:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: #1685b6;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .5s;
}

.amenity-box:hover:before {
  transition: .5s;
  width: 100%;
}

.amenity-box:hover,
.amenity-box i:hover {
  color: #ffffff;
}


.amenity-box:hover i {
  color: #ffffff;
}

.amenity-box i {
  color: #0076b6;
  font-size: 24px;
  padding-right: 18px;
  border-right: 1px solid #ddd;
}

/* Responsive */
@media (max-width: 767px) {
  .amenities-title {
    font-size: 22px;
  }

  .amenity-box {
    font-size: 15px;
    padding: 12px 15px;
  }

  .amenities-bg-img {
    width: auto;
  }

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


@media (max-width:1280px) {

  .shapimg {
    right: -117px;
  }

  .amenities-title {
    font-size: 36px;
  }

  .amenities-content {
    padding-top: 69px;
  }

}

/* end */



/* location advantage section css starts here */

.location_section {
  padding: 80px 0 40px;
  background: var(--primary-theme);
  position: relative;
  overflow: hidden;
  /* min-height: 100vh; */
}

.location-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 550px;
}

.central-logo {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  /* background: linear-gradient(45deg, #ff6b35, #f7931e); */
  /* border-radius: 50%; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* color: white; */
  /* font-weight: bold; */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.central-logo .brand-name {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.central-logo .sub-text {
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.9;
}

.location-point {
  position: absolute;
  /* background: white; */
  /* padding: 12px 20px; */
  padding: 12px 0px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  z-index: 5;
}

.location-point img {
  max-width: 16px;
}

.location-point.left {
  text-align: right;
}

.location-point.right {
  text-align: left;
}

.location-name {
  display: block;
  margin-bottom: 2px;
}

.location-time {
  font-size: 16px;
  font-weight: bold;
}

.connecting-line {
  position: absolute;
  border-top: 2px dotted #666;
  z-index: 1;
}

.vertical-line {
  position: absolute;
  border-left: 2px dotted #666;
  z-index: 1;
}

/* Left side locations */
.location-1 {
  top: 183px;
  left: 60px;
}

.location-2 {
  top: 357px;
  left: 175px;
}

.location-3 {
  top: 320px;
  left: 83px;
}

.location-4 {
  top: 450px;
  left: 120px;
}

/* Right side locations */
.location-5 {
  top: 184px;
  right: 119px;
}

.location-6 {
  top: 361px;
  right: 32px;
}

.location-7 {
  top: 329px;
  right: 77px;
}

.location-8 {
  top: 454px;
  right: 160px;
}

/* Connecting lines */
.line-1 {
  top: 210px;
  left: 225px;
  width: 238px;
}

.line-2 {
  left: 345px;
  width: 200px;
  top: 385px;
}

.line-3 {
  top: 362px;
  left: 290px;
  width: 150px;
}

.line-4 {
  top: 492px;
  left: 310px;
  width: 190px;
}

.line-5 {
  top: 210px;
  left: 811px;
  width: 150px;
}

.line-6 {
  top: 385px;
  left: 650px;
  width: 200px;
}

.line-7 {
  top: 362px;
  left: 703px;
  width: 210px;
}

.line-8 {
  top: 492px;
  left: 700px;
  width: 190px;
}

/* Vertical connecting lines */
.v-line-left {
  left: 500px;
  top: 92px;
  height: 400px;
}

.v-line-right {
  right: 500px;
  top: 92px;
  height: 400px;
}

/* loaction section css ends here */

/* decision corner css starts here */

.decision_corner {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.decision_corner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/banner/banner1.webp") center center / cover no-repeat;
  filter: blur(1px);
  z-index: 1;
  /* transform: scale(1.1); */
}

/* Content layer */
.decision_corner>.container {
  position: relative;
  z-index: 2;
}

/* Optional: Add overlay to increase text contrast */
.decision_corner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.decision_corner .section_title {
  color: var(--text-white);
}

.decision_corner .subheading {
  color: var(--text-white);
}

.flex_div {
  display: flex;
  justify-content: center;
}

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

/* .boxes:first-child {
  border-right: 1px solid var(--text-white);
} */
.title {
  font-size: 17px;
  margin-bottom: 12px;
  display: block;
  font-weight: 500;
  color: var(--text-white);
}

/* gallery section css starts here */

.gallery_section {
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
}

/* Default slide */
.center-slider .gallery-card {
  background-color: var(--secondary-theme);
  border-radius: 10px;
  padding: 3px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

.center-slider .gallery-card span {
  position: absolute;
  bottom: 10px;
  right: 2%;
  font-size: 10px;
  color: var(--text-white);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 5px;
  border-radius: 5px;
}

.center-slider .gallery-card img {
  width: 100%;
  border-radius: 10px;
  /* height: 500px; */
  object-fit: cover;
}

.center-slider .slick-slide {
  margin: 0 10px;
}

.slide-arrow6.prev-arrow6,
.slide-arrow6.next-arrow6 {
  position: absolute;
  bottom: -50px;
  z-index: 10;
  background: var(--secondary-theme);
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
  height: 44px;
  width: 44px;
  text-align: center;
}

.slide-arrow6.prev-arrow6 {
  right: 70px;
}

.slide-arrow6.next-arrow6 {
  right: 10px;
}

.slide-arrow6:hover {
  background: #000a2b
}

.slide-arrow6 img {
  filter: brightness(0) invert(1);
}

/* gallery section css ends here */

/* about builder section css starts here */
.about_builder {
  padding: 80px 0px;
  /* background: var(--primary-theme); */
  background-image: url("../img/about_builder.webp");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* filter: blur(3px); */
  z-index: 1;
  overflow-x: hidden !important;
  position: relative;
}

.about_builder::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000a1;
  z-index: -1;
}

.about_builder h5 {
  font-size: 35px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--text-white);
}

.about_builder p {
  font-size: 17px;
  margin-bottom: 0px;
  text-align: justify;
  color: var(--text-white);
}

.about_builder .footer_form {
  background: var(--primary-theme);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  max-width: 450px;
  border-radius: 10px;
  margin-left: auto;
}

.about_builder .footer_form h6 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.about_builder .footer_form input {
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--secondary-theme);
  background: var(--primary-theme);
}

/* about builder section css ends here */

/* footer section css starts here */


footer .disclaimer p {
  color: var(--text-black);
  font-size: 13px;
  margin-bottom: 10px;
}

footer .disclaimer .moreless-button {
  color: var(--text-black);
  font-size: 13px;
}

footer .rera_details p {
  color: var(--text-black);
  font-size: 13px;
  margin: 10px 0px;
}

footer .rera_details a {
  color: var(--text-black);
}

footer .rera_details a:hover {
  text-decoration: underline !important;
}

/* modal css starts here */

.modal .modal-header {
  border-bottom: 1px solid var(--secondary-theme);
}

.modal .btn-close {
  opacity: 1;
}

.modal .modal-header h6 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.modal input {
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-radius: 0;
  border: 1px solid #ddd;
  height: 40px;
}

.modal .form-control:focus {
  color: #212529;
  background-color: var(--text-white);
  border-color: var(--secondary-theme);
  outline: 0;
  box-shadow: none;
}

.modal input::placeholder {
  color: #000;
}

.modal .inp-box {
  margin-bottom: 12px;
}

/* footer section css ends here */

.fixedIcons {
  position: fixed;
  z-index: 99;
  bottom: 15px;
  padding: 5px;
  background: #FFFCF1;
  border-radius: 50%;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 #29a71a;
}

.fixedIcons {
  &.whatsapp {
    left: 15px;
  }
}

.fixedIcons {
  &.phone {
    right: 15px;
    background: var(--text-white);
  }
}

.fixedIcons {
  img {
    width: 40px;
    padding: 5px;
  }
}

.mobile-section-footer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: var(--primary-theme);
  color: var(--primary-theme);
  padding: 5px 0;
}

.typ-bg {
  display: none;
}

.d_view {
  display: block;
}

.m_view {
  display: none;
}

.project_box .all_inc {
  font-size: 16px;
}

.price_list_section .subheading_inclu {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

@media(max-width:1480px) {
  .form_section {
    /* bottom: 6%; */
    /* right: 0%; */
  }

  .project_box {
    bottom: 20%;
    left: 4%;
  }

  .project_box h1 {
    font-size: 38px;
    letter-spacing: 1px;
  }

  .value {
    font-size: 20px;
  }
}

@media(max-width:1366px) {
  .next-arrow6 {
    right: 2%;
  }

  .line-5 {
    left: 617px;
  }

  .line-6 {
    left: 640px;
  }

  .line-7 {
    left: 613px;
  }

  .line-8 {
    left: 610px;
  }

  .fixedIcons {
    &.phone {
      right: 10px;
    }
  }

  .fixedIcons {
    img {
      width: 40px;
    }
  }

  .amenities_section ul .amenity-box {
    padding: 25px;
    margin: 10px 5px;
    min-width: 160px;
  }
}

@media (max-width: 767px) {

  .d_view {
    display: none;
  }

  .m_view {
    display: block;
  }

  .invest_in {
    display: block;
    font-size: 25px;
    color: var(--text-black);
    margin-bottom: 6px;
    font-family: var(--first-font);
    font-weight: 700;
  }

  .carousel-indicators {
    z-index: 9;
  }

  .menu-items {
    padding-top: 40px;
  }

  .header .menu-btn span {
    display: none;
  }

  .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
  }

  .nav-item .nav-link {
    margin-bottom: 0px;
    text-align: center;
  }

  .phone-email {
    display: none !important;
  }

  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .carousel-inner img {
    min-height: 305px;
  }

  .carousel-item img {
    height: auto;
    width: 100%;
    object-fit: cover;
    min-height: 305px;
  }

  .slider_section .project_box {
    position: unset;
    padding: 20px 0px;
    background: var(--primary-theme);
    text-align: center;
  }

  .carousel-indicators {
    bottom: 73%;
  }

  .slider_section .form_section {
    position: unset;
    width: 100%;
    border-radius: 0;
    transform: unset;
    max-width: 100%;
  }

  .slider_section::after {
    background: none;
    width: unset;
    position: unset;
  }

  .project_box h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--text-black);
  }

  .project_box p {
    margin-bottom: 8px;
    color: var(--text-black);
    font-size: 16px;
    margin-bottom: 21px;
  }

  .project_box h3 {
    color: var(--text-black);
    font-size: 22px;
    line-height: 1.5;
  }

  .project_box h3 span {
    color: var(--text-black);
  }

  .project_box p img {
    filter: unset;
  }

  .project_box ul li {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 3px;
    color: var(--text-black);
    text-align: left;
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .project_box ul li img {
    width: 18px;
    filter: invert();
    display: none;
  }

  .feature-description {
    color: #2c3e50;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .form-close-btn {
    display: none;
  }

  .form-toggle-btn {
    display: none;
  }

  .section_title {
    font-size: 26px;
  }

  .subheading {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .overview_section {
    padding: 50px 0;
  }

  .overview-grid {
    grid-template-columns: unset;
    gap: 0rem;
    place-items: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .overview-item {
    text-align: center;
    padding: 8px 4px;
    width: 50%;
  }

  /* .overview-item:nth-child(4),
  .overview-item:nth-child(5) {
    width: 50%;
  } */
  .label {
    color: var(--text-black);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0;
    margin-block-end: 0.5rem;
  }

  .highlight_section {
    padding: 50px 0;
  }

  .feature-card {
    padding: 14px 14px 14px 0px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .feature-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .price_box {
    margin-bottom: 20px;
    max-width: 350px;
    margin: 0 auto 20px;
  }

  .price_list_section {
    padding: 50px 0;
  }

  .price_list {
    margin-top: 10px;
  }

  .price_list_section .row .col-md-4.col-12 {
    margin-bottom: 20px;
  }

  .amenities_section {
    padding: 50px 0;
  }

  .amenities_section ul {
    min-height: 330px;
    overflow-y: scroll;
    height: 330px;
  }

  .amenities_section ul .amenity-box {
    padding: 7px;
    margin: 7px;
    min-width: unset;
    width: 150px;
    z-index: 9;
  }

  .amenities_section ul .amenity-box img {
    max-width: 50px;
  }

  .amenities_section ul .amenity-box .overlay img {
    max-width: 100%;
  }

  .amenities_section ul .amenity-box span {
    font-size: 16px;
  }

  .col-12.m_view ul .amenity-box:first-child .overlay {
    opacity: 1;
    pointer-events: none;
  }

  .amenities_section ul .amenity-box .overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    filter: unset;
  }

  .amenities_section ul .amenity-box span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding-top: 10px;
    color: #fff;
  }

  .amenity-box .overlay span {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
  }

  .floor_section {
    padding: 50px 0;
  }

  .floor_section .nav.nav-tabs {
    margin-top: 10px;
    gap: 15px;
  }

  .floor_section .nav-tabs .nav-link {
    width: 140px;
    padding: 10px 10px !important;
  }

  .floor_section .floor_image {
    margin-bottom: 15px;
  }

  .floor_section .tab-content h5 {
    padding: 8px 0px;
  }

  .decision_corner {
    padding: 50px 0;
  }

  .decision_corner .subheading {
    font-size: 13px;
  }

  .title {
    font-size: 12px;
  }

  .gallery_section {
    padding: 50px 0 80px;
  }

  .slide-arrow6.next-arrow6 {
    right: 36%;
  }

  .slide-arrow6.prev-arrow6 {
    right: 51%;
  }

  .about_builder {
    padding: 50px 0px;
  }

  .about_builder h5 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .about_builder p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .form_section.slide-form .button {
    padding: 10px 40px;
  }

  footer {
    padding: 50px 0px 70px;
  }

  .footer_form .button {
    padding: 10px 40px;
  }

  .price_list {
    background: transparent;
    border-radius: 0;
  }

  .location_section {
    padding: 50px 0;
  }

  .location-container {
    height: auto;
  }

  .central-logo {
    position: unset;
    transform: unset;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  .central-logo img {
    border-radius: 0 !important;
  }

  .location-point {
    position: unset;
    text-align: left;
    z-index: 999;
    padding: 0px 0px 10px;
  }

  .location-point.left {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }

  .location-point.right {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }

  .location-name {
    margin-bottom: 0px;
  }

  .connecting-line {
    display: none;
  }

  .fixedIcons {
    bottom: 45px;
  }

  .fixedIcons {
    bottom: 55px;
  }

  .fixedIcons {
    img {
      width: 35px;
    }
  }

  .mobile-section-footer {
    display: flex;
    gap: 0 5px;
    justify-content: space-around;
    z-index: 999;
    background: #0d58a5;
    color: #ffffff;
  }

  .mobile-section-footer a {
    display: block;
    font-size: 14px;
    padding: 6px 8px;
    color: #ffff;
    border-radius: 5px 0;
  }

  .decision_corner .button {
    background-color: var(--secondary-theme);
    color: var(--text-white);
    font-size: 16px;
    line-height: unset;
    padding: 10px 10px;
  }

  .icon {
    font-size: 2rem;
  }

  .project_box h4 {
    color: var(--text-black);
  }

  .about_builder .footer_form h6 {
    font-size: 20px;
  }

  .modal .modal-header h6 {
    font-size: 17px;
    margin-bottom: 0px;
  }

  .project_box .all_inc {
    text-align: left;
    font-size: 16px;
    padding-left: 20px;
    text-align: center;
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
  }
}

@keyframes mobile {

  0%,
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@media(max-width:1400px) {
  .phone-email .button {
    font-size: 12px;
  }


  #form4 .modal-dialog {
    transform: scale(0.8);
  }
}