:root {
  --lighgrey: #9d9d9c;
  --black: #071c35;
}

/*Here is Lato Font*/
@font-face {
  font-family: Lato;
  src: url("../fonts/Lato/Lato-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Lato;
  src: url("../fonts/Lato/Lato-Bold.ttf");
  font-weight: 600;
}


@font-face {
  font-family: Lato;
  src: url("../fonts/Lato/Lato-Thin.ttf");
  font-weight: 700;
}
/*Here is Lato Font*/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*Here is Lato Font*/

@font-face {
  font-family: Optima-Font;
  src: url("../fonts/Optima-Font/OPTIMA.TTF");
  font-weight: 600;
}

@font-face {
  font-family: Optima-Font;
  src: url("../fonts/Optima-Font/OPTIMA_B.TTF");
  font-weight: 700;
}

/*Here is Lato Font*/

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-family: "Optima-Font";
  font-weight: 400;
}
body,
p {
  padding: 0px;
  margin: 0px;
  font-family: "Lato";
  font-weight: 400;
}
body {
  scroll-behavior: smooth;
  letter-spacing: 0.5px;
}
ul{text-decoration: none;list-style:none;}

.navbar_container {
  position: fixed;
  top: 3%;
  z-index: 9999;
  background-color: #fff;
  width: 90%;
  margin-left: 5%;
  border-radius: 5px;
}
.navbar_container .custom_navbar .developer-logo {
}
.navbar_container .custom_navbar .nav-link {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.5px;
}
.navbar_container .custom_navbar .nav-item {
  padding: 10px;
}
.navbar_container .custom_navbar li.nav-item.specail-li-2 {
  background-color: #2a2e4b;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 150px;
}
.navbar_container .custom_navbar li.nav-item.specail-li-2 a {
  padding:0px;
  color: #ffffff;
  padding-left:10px;
}
.navbar_container .custom_navbar i.fa.fa-mobile-phone {
  font-size:24px;
  color: #fff;
}
.navbar_container .custom_navbar li.nav-item.specail-li-2 {
  display: flex;
  align-items: center;
  padding:10px 20px;
  height: 48px;
}
.navbar_container .custom_navbar li.nav-item.specail-li-2 a.nav-link {
  padding-right: 0 !important;
}

.navbar-brand span {
  color: gray; font-size: 22px; font-weight: 500; padding-left: 5px;
}

.mob-call {
  background-color: #071c35;
  padding: 10px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: none;
}

.mob-call a{
  color: white;
  color: white;
  display: flex;
  align-items: center;
}

.mob-call a i{
  padding-right: 5px;
}
.heartBeat .typology_heading{background: none !important;color:#ffffff;}

@media (max-width: 576px) {
  .navbar-brand {
    flex-direction: column;
  }

  .navbar-brand span{
    font-size: 18px;
  }

  .mob-call{
    display: block;
    position: absolute;
    right: 60px;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .mob-call span{display: none;}
  .mob-call a i {padding-right:0;}
  .img-fluid.developer-logo{height:41px !important;}
  .container-fluid.overview_container.mt-2.mt-lg-5.landmark {padding:30px 0px;}
}


.btn-group {
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 50px;
  background-color: #fff;
}
a.carousel-control-prev {
  color: #000;
  font-size: 50px;
}
a.carousel-control-next {
  color: #000;
  font-size: 50px;
}
a.carousel-control-prev {
  opacity: 1;
  width: 50%;
}
a.carousel-control-next {
  opacity: 1;
  width: 50%;
}

.custom_heading {
  color: #9d9d9c;
  font-family: "Lato";
  position: relative;
  font-size: 18px;
  width: fit-content;
  margin-bottom: 30px;
}
.custom_heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 83%;
  height: 2px;
  background-color: #9d9d9c;
  margin-left: 8px;
}

.overview_container {
  background-color: #f7f7f7;
  overflow: hidden;
}
.overview_container .col-sm-12.col-md-6.col-lg-6.col_right {
  position: relative !important;
  padding-top: 120px;
  padding-bottom: 80px;
}

.overview_container .content-box{
  position: relative;
  width: 80%;
  text-align: center;
  margin:0 auto;
 
}
.carousel-inner.Brand {
  display: flex;
}

.carousel-item.brand {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  transition: transform 0.5s ease-in-out;
}

.carousel-item.brand img {
  max-width: 100%;
  padding: 5px;
}

@media (min-width: 768px) {
  .carousel-item.brand {
      width: 14.28%; /* 7 images per slide */
  }
}

@media (max-width: 767px) {
  .carousel-item.brand {
      width: 40%; /* 2.5 images per slide */
  }
}
.wideFrontageCardBox{display: flex;display: -webkit-flex;flex-wrap: wrap;gap:15px;margin:30px 0px;}
  
  .wideFrontageCard{padding:15px 15px;
    border-left: 3px solid #2a2567;
    display: flex;
    justify-content: flex-start;
  
    background-color: #f7f7f7;
    background-color: #f2c844;
    border-radius: 0px 12px;
    width:48%;
  }
  .wideFrontageCardBox .wideFrontageCard p{color:#000000 !important;margin-bottom: 0;}
  .container-fluid.highFootFall_container{padding:80px}
  .container-fluid h2{    text-align: center;
    font-size: 2.5rem;
    color: var(--navy);
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 15px;}
    .container-fluid h2::after{content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--red);
    border-radius: 2px;}
  .container-fluid p{font-size: 14px;color:#666666;margin-bottom: 30px;line-height: 28px;}
  .wideFrontageCard figure{    width: 48px;
    height: 48px;
    margin-bottom: 0;
    background: #2a2567;
    padding: 6px;
    border-radius: 8px;
  }
  .wideFrontage .contentBox{color:#ffffff;}
  .sectionBanner{
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius:50px 0px 50px 0px;
    height: auto;
    overflow: hidden;
    height:430px;
    margin-bottom: 0;
  }
  .img-fluid.developer-logo{height:61px;}
  .sectionBanner figure{width:100%;height:100%;}
  .sectionBanner img{width:100%;border-radius: 50px 0px 50px 0px;height: 100%;}
  .wideFrontageCardBox{display: flex;display: -webkit-flex;flex-wrap: wrap;gap:15px;margin:30px 0px;}
  
  .wideFrontageCard{padding:15px 15px;
    border-left: 3px solid #2a2567;
    display: flex;
    justify-content: flex-start;
  
    background-color: #f7f7f7;
    background-color: #f2c844;
    border-radius: 0px 12px;
    width:48%;
  }
  .wideFrontageCardBox .wideFrontageCard p{color:#000000 !important;margin-bottom: 0;}
  .container-fluid.highFootFall_container{padding:80px}
  .container-fluid h2{font-size:46px;color:#000;font-weight:bold;margin-bottom:30px;}
  .container-fluid p{font-size: 14px;color:#666666;margin-bottom: 30px;line-height: 28px;}
  .container-fluid.highlights_container.wideFrontage h2{color:#ffffff;}
  .wideFrontageCard figure{ 
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    background: #2a2567;
    padding: 8px;
    border-radius: 8px;
    justify-content: center;
    display: flex
;
  }

  .wideFrontageCard .wideFrontageContent{width:calc(100% - 30px);margin-left:10px;}
  .wideFrontageCard h3{font-size:18px;color:#333;
    font-weight: 800;
  }
  .wideFrontageCard .wideFrontageContent p{font-size:14px;color:#000000;line-height: 18px;}
  .wideFrontageCard figure img{width:100%;height:100%;}
  
.overview_container .content-box p {
  letter-spacing: 0.5px;
}
.overview_container .content-box h1 {
  font-size: 46px;
  margin-bottom: 10px;
}
.overview_container .forbox_imgs {
  width: 60%;
  margin: 12% 4% 0px auto;
}
.overview_container img.img-fluid.img-1 {
  width: 100%;
  height: 82%;
  object-fit: cover;
  margin-left: auto;
  display: block;
  margin-right: 5%;
}
.mapBox{padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius:8px;
  height: auto;
  overflow: hidden;
  height: 430px;}
.mapBox iframe{width:100%;}
.figuredList figure{width:38px;height:38px;display: flex;display:-webkit-flex;align-items: center;justify-content: center;margin-bottom: 0;}
.figuredList figure img{width:100%;height:100%;}
.figuredList li{display: flex;align-items: center;gap:15px;padding-bottom:15px;margin-bottom: 15px;border-bottom: 1px dashed #efefef;}
.btn.btn-download-brochure{background: #0a3e7c;color:#ffffff;}
.overview_container .col-sm-12.col-md-6.col-lg-6.second_col {
  margin-top: 25px;
  margin-bottom: 25px;
}
.overview_container .col-sm-12.col-md-6.col-lg-6.first_col {
  margin-bottom: 25px;
  position: relative;
  top: 2px;
}
.overview_container .col-sm-12.col-md-6.col-lg-6.third_col {
  margin-bottom: 25px;
  position: relative;
  top: -60px;
}
.overview_container .col-sm-12.col-md-6.col-lg-6.forth_col {
  position: relative;
  top: -54px;
}
.overview_container button.btn.btn-download-brochure {
  padding: 15px 40px;
  background-color: #2a2e4b;
  color: #fff;
  border-radius: 0;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.main_inside_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_inside_container .main_row {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.main_inside_container .custom_col_left {
  width: 50%;
}
.main_inside_container .custom_col_right {
  width: 32%;
  margin-top: -5%;
}
.main_inside_container .details_withForm {
  color: #fff;
  padding: 25px;
  margin-left: auto;
  margin-right: 10%;
  max-width: 450px;
  text-align: end;
  margin-top: -42px;
  border-radius: 5px;
}
.main_inside_container h4.typology_heading {
  padding-top: 0px;
  font-size: 20px;
 
  color: #ffffff;
  margin-bottom: 5px;
  padding: 5px;
  margin-top: 12px;
  text-align: left;
  display: flex;
      gap: 5px;
      align-items: baseline;
      font-family: inherit;
}



.main_inside_container h4.starting-price {
  background-color: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  font-size: 29px;
  margin-top: 10px;
}
.main_inside_container p.status {
  text-align: center;
  padding-top: 15px;
  text-transform: uppercase;
  color: #ffd839;
  font-size: 20px;
}
.main_inside_container p.price_heading {
  padding-top: 5px;
}
.main_inside_container .details_withForm {
  position: relative;
  width: 100%;
}
.main_inside_container .box-1 {
  position: absolute;
  z-index: 1;
  background-color:#000000c2;
  width: 100%;
  left: 0;
  top:90px;
text-align: center;
  margin-top: -50px;
  transition: all 0.5sease-out;
  border-radius: 5px;
  border-radius: 8px;
}

/*.main_inside_container .details_withForm:hover .box-1{animation:spin 2s linear}*/
.main_inside_container .details_withForm:hover .box-2 {
  z-index: 9;
}
.main_inside_container .box-2 .col-md-6.col-sm-6.col-xs-12.frm1 {
  margin-bottom: 15px;
}
.main_inside_container .box-2 .col-md-12.col-sm-12.col-xs-12.frm1 {
  margin-bottom: 15px;
}
.main_inside_container .box-2 h4 {
  margin-bottom: 10px;
  text-align: left;
}

.blink-hard {
  animation: blinker 1s step-end infinite;
  background: linear-gradient(-45deg, #020b4a, #020b4a, #020b4a, #020b4a);
  text-align: center;
  margin:0 auto;
  border-radius: 8px 8px 0px 0px;
  padding:10px 20px;
  font-size: 24px !important;

}

.highlights_container .box {
  background-color: #fdfdfd;
  padding: 12px;
  color: #000;
}
.highlights_container .container {
  max-width: 90%;
}
.highlights_container .all_custom_heading h1 {
  margin-bottom: 60px;
}
.highlights_container .col-sm-12.col-md-4.col-lg-4 {
  margin-bottom: 40px;
}
.highlights_container span.span-count {
  position: absolute;
  z-index: 9;
  top: 0%;
  left:0;
  font-size: 30px;
  color: #e4e4e4;
  font-weight: 400;
  height: 100%;
  padding: 9px;
  display: flex ;
  align-items: center;
  background:#e9e9e9;
  color:#000;
}

.highlights_container .box {
  position: relative;
}
.highlight_box.highlights_container  {
 

  /* height: 165px; */

  display: flex
  ;
  padding-left: calc(100% - 293px);

      align-items: center;
      column-gap: 10px;

}
.highlight_box{

  display: flex;
  align-items: center;
  justify-content: center;
  padding-left:20px;
}
.highlight_box figure{width:42px;height:42px;background:#253052;border-radius:100px;display: flex;display: -webkit-flex;align-items:center;justify-content: center;margin-bottom:0;}
.highlight_box figure img{width:18px;height:18px; margin-bottom: 0 !important;}
.highlight_box.highlights_container figure{
  width:32px;
  height:32px;
  border-radius:100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.highlight_box .p-para{width:calc(100% - 40px);padding-left:10px;}
.backgroundcls {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  -webkit-background-size: cover;
  height: 100%;
}
section, .section {
  padding:80px 0;
  overflow: hidden;
}
section, .section p{
  margin-bottom:30px;
}
.bg_opacity_black:after {
  content: "";
  background:#00000091;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.retailersParadise{
  max-width:730px;
  background:#ffffffc2;
  position: relative;
  left: 50px;
  padding: 25px;
  border-radius: 8px;

}
.retailersParadise ul{margin-top:30px;display:flex;width:100%;flex-wrap:wrap;}
.retailersParadise ul li{display:flex;display:-webkit-flex;color:#000000;margin-bottom:25px;font-size:16px;align-items:center;gap:15px;border-bottom:1px dashed #5d5b5b;padding-bottom:25px;width: 49%;
  }
.retailersParadise ul li figure{width:28px;height:28px;margin-bottom:0;}
.highlights_container.wideFrontage h2, .highlights_container.wideFrontage p{color:#ffffff;}

@keyframes blinker {
  50% {
    color: #c1c1c1;
  }
}

.all_custom_heading h1 {
  font-size: 65px;
  color: #fff;
}
.all_custom_heading {
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.highlights_container {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/priceList-pattern.png) repeat-y #2a2e4b;
}
.highlights_container .box {
  background-color: #fdfdfd;
  padding: 12px;
  color: #000;
}
.highlights_container .container {
  max-width: 90%;
}
.highlights_container .all_custom_heading h1 {
  margin-bottom: 60px;
}
.highlights_container .col-sm-12.col-md-4.col-lg-4 {
  margin-bottom: 40px;
}
.highlights_container span.span-count {
  position: absolute;
  z-index: 9;
  top: 0%;
  left:0;
  font-size: 30px;
  color: #e4e4e4;
  font-weight: 400;
  height: 100%;
  padding: 9px;
  display: flex ;
  align-items: center;
  background:#e9e9e9;
  color:#000;
}

.highlights_container .box {
  position: relative;
}
.highlight_box.highlights_container  {
 

  /* height: 165px; */

  display: flex
  ;
  padding-left: calc(100% - 293px);

      align-items: center;
      column-gap: 10px;

}
.highlight_box{

  display: flex;
  align-items: center;
  justify-content: center;
  padding-left:20px;
}


/* from here vlpl css starts */
.landmarkCardBox{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  gap:15px;
  margin:30px 0px ;
 
}
.landmarkCardBox .landmarkCard{width:32%;display: flex;display: -webkit-flex;align-items: center;flex-direction: column;gap:0px;}
.landmarkCardBox .landmarkCard figure{padding:25px;border-radius:25px;overflow: hidden;width:120px;height:120px;display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
.landmarkCardBox .landmarkCard figure img{width:100%;height:100%;}
.landmarkCardBox .landmarkCard .cardName{font-size: 18px;color:#000;font-weight:500;margin-bottom:20px;}
.landmarkCardBox .landmarkCard .retailshop{background: #EBC421;}
.landmarkCardBox .landmarkCard .anchorStore{background: #192C55;}
.landmarkCardBox .landmarkCard .officeSpaces{background: #AD1E4E;}
.landmarkCardBox .landmarkCard .multiplex{background:#457CC0;}
.landmarkCardBox .landmarkCard .foodCourt{background: #EE3B4D;}
.landmarkCardBox .landmarkCard .restaurant{background: #5FA95B;}
.contentBox .btn.btn-download-brochure{        display: flex
  ;
          align-items: center;
          justify-content: center;
          background: #b03031;
          color: #ffffff;
          padding: 8px 25px;
      }
      .container-fluid.overview_container.mt-2.mt-lg-5.landmark{padding:80px 0px;}
.container-fluid.overview_container.mt-2.mt-lg-5.landmark .btn.btn-download-brochure{text-align: center;margin: 0 auto;}









.highlight_box figure{width:42px;height:42px;background:#253052;border-radius:100px;display: flex;display: -webkit-flex;align-items:center;justify-content: center;margin-bottom:0;}
.highlight_box figure img{width:18px;height:18px; margin-bottom: 0 !important;}
.highlight_box.highlights_container figure{
  width:32px;
  height:32px;
  border-radius:100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.highlight_box .p-para{width:calc(100% - 40px);padding-left:10px;}

.pricelist_container {
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/priceList-pattern.png) repeat-y #fff;
}
.pricelist_container .pricelist_box {
  padding: 30px;
  color: #fff;
  background-color: #2a2e4b;
  border-radius: 5px;
  transition: 0.6s ease-in-out;
}
.pricelist_container .container {
  max-width: 75%;
}
.pricelist_container h1.typology {
  font-size: 22px;
  padding-bottom: 15px;
}
.pricelist_container h5.pricelist_p {
  padding-top: 27px;
  font-size: 34px;
}
.pricelist_container .all_custom_heading h1 {
  font-size: 65px;
  color: #071c35;
}
.pricelist_container .all_custom_heading {
  margin-bottom: 30px;
}
.pricelist_container button.btn.btn-custom {
  margin-top: 30px;
  padding: 7px 30px;
  border-radius: 0;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}
.pricelist_container span {
  position: absolute;
  bottom: -49px;
  right: -2px;
  font-size: 89px;
  font-weight: 600;
  color: #9d9d9c;
}
.pricelist_container .pricelist_box {
  overflow: hidden;
  position: relative;
}
.pricelist_container span.span-2 {
  font-size: 28px;
  position: absolute;
  top: 44px;
  right: 10px;
  bottom: unset;
  z-index: 9;
  writing-mode: vertical-lr;
  transform: rotate(179deg);
}
.pricelist_container span.span-2::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 8px;
  width: 57%;
  height: 2px;
  background-color: #9d9d9c;
  transform: rotate(90deg);
}
.pricelist_container span.span-2::after {
  content: "";
  position: absolute;
  top: 167px;
  left: 4px;
  width: 57%;
  height: 2px;
  background-color: #9d9d9c;
  transform: rotate(90deg);
}

.amenities_container {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/priceList-pattern.png) repeat-y #2a2e4b;
}
.amenities_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 16%;
}
.amenities_container .container {
  max-width: 90%;
}
.amenities_container .amenities_box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.amenities_container .col-sm-12.col-md-3.col-lg-3 {
  margin-bottom: 30px;
}
.amenities_container .all_custom_heading {
  margin-bottom: 60px;
}
.amenities_container .amenities_box span {
  position: absolute;
  top: -27px;
  right: -22px;
  color: #5b5b5b;
  font-size: 33px;
  z-index: 1;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.amenities_container img.img-fluid {
  position: relative;
  z-index: 2;
  transition: 0.5s linear;
}
.amenities_container .amenities_box h4 {
  background-color: #071c3596;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 5px;
  position: absolute;
  text-transform: capitalize;
  top:0px;
  left: 0;
  z-index: 9;
  width: 60%;
  backdrop-filter: blur(4px);
}

.floorsplan_container {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/floorsplan/background-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.floorsplan_container .all_custom_heading h1 {
  color: #071c35;
}
.floorsplan_container .all_custom_heading {
  margin-bottom: 60px;
}
.floorsplan_container ul.nav.nav-tabs {
  display: block;
  border: none;
}
.floorsplan_container li.nav-item {
  border: none;
  border-bottom: 5px solid #fff;
}
.floorsplan_container a.nav-link.active {
  border: none;
}
.floorsplan_container a.nav-link {
  background-color: #626967;
  color: #fff;
  padding: 15px;
  font-size: 20px;
}
.floorsplan_container a.nav-link.active {
  background-color: #2a2e4b !important;
  color: #fff !important;
  padding: 15px;
  font-size: 20px;
}

.location_container {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  background-images: url(../images/priceList-pattern.png);
  background: url(../images/priceList-pattern.png) repeat-y #2a2e4b;
}
.location_container .all_custom_heading {
  margin-bottom: 0px;
}
.location_container .timelines {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  justify-content: center;
  margin-right: 15%;
}
.location_container .timeline-title {
  font-size: 1em;
  font-weight: 700;
}
.location_container .timeline-item {
  margin-bottom: 2em;
}
.location_container .timeline-item h3 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding: 5px;
  color: #fff;
}
.location_container .timeline-item h3::before {
  content: "";
  position: absolute;
  left: -2.35em;
  background-color: #fff;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  transform: translate(-0.5px, 0.2em);
}
.location_container .timeline-items {
  padding: 0.01em 0 0 40px;
  border-left: 1px solid #fff;
}
.location_container .timeline-item {
  margin-top: -0.3em;
}
.location_container .timeline-item time {
  display: block;
  float: left;
  padding: 0.2em 0.4em;
  color: #fff;
}
.location_container .timeline-item > * {
  margin: 1em 0;
}
.location_container .timeline-item .location {
  clear: both;
  font-size: 0.85em;
  font-style: italic;
  color: #fff;
}
.location_container img.img-fluid.location-map {
  width: 65%;
  margin: 0 auto;
  display: block;
  margin-left: 0%;
  height: 100%;
  object-fit: cover;
}
.blackText{color:#000000 !important;margin-bottom: 30px !important;}
  
.mapList{margin-bottom:50px;}
.mapList li{font-size: 18px;line-height: 26px;margin-bottom: 15px;color:#333;border-bottom: 1px dashed #999393;padding-bottom: 15px;}
.mapList li strong{font-size:18px;color:#000000;font-weight:600;margin-right:10px}
.figuredList{margin-bottom:30px;}
.figuredList li{display: flex;display: -webkit-flex;align-items: center;}
.location_container .timeline-item h3 {
  margin-bottom: 5px;
  font-size: 20px;
  margin-top: 20px;
}
.location_container .timeline-item {
  margin-bottom: 20px;
}
.location_container .timeline-item p {
  color: #fff;
  margin: 0 !important;
  padding-bottom: 10px;
}

.gallery_container {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/priceList-pattern.png) repeat-y #fff;
}
.gallery_container .all_custom_heading h1 {
  color: #000;
}

.pricelist_container .pricelist_box:hover span {
  color: #ffffff;
}
.pricelist_container .pricelist_box:hover span.span-2::before {
  background-color: #ffffff;
}
.pricelist_container .pricelist_box:hover span.span-2::after {
  background-color: #ffffff;
}

.amenities_container .amenities_box:hover img.img-fluid {
  transform: scale(1.2);
}
.pricelist_container .pricelist_box:hover {
  transform: translate(0px, -20px);
}

.gallery_container .container {
  max-width: 90%;
}
.gallery_container .all_custom_heading {
  margin-bottom: 60px;
}
.gallery_container .col-sm-12.col-md-3.col-lg-3 {
  margin-bottom: 30px;
}

p.location-p {
  padding-bottom:5px;
  letter-spacing: 0.5px;
}
.top_form h2 {
  text-align: center;
  color: #fff;
  font-size: 21px;
  padding: 14px;
  background-color: #193f63;
}
.modal-content {border-radius: 8px;}
.form-box {
  margin-top: 20px !important;
  position: fixed;
  right: 5px;
  z-index: 99999;
  bottom: 0;
  background: #fff;
  padding: 0;
  z-index: 9999;
  width: 19%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.form-box h4 {
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  background: #e8e8e8;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
}
.top_form h2 span {
  cursor: pointer;
  margin-left: 5%;
}
.top_form h4 a {
  color: #2f2d5f;
}
.from-banner h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  margin-top: 15px;
}
.from-banner h4 span {
  display: block;
}
.from-banner {
  background: #fff;
}
.from-banner h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
.form-item{
  position: relative;
  margin-bottom:25px;
}
.form-item label {
  position: absolute;
  pointer-events: none;
  opacity: .8;
  cursor: text;
  color: #666;
  z-index: 2;
  top:9px;
  left: 10px;
  font-size:14px;
  background: #fff;
  padding: 0 5px;
  transition: all .3seas


}
.form_inner .form-control {
  margin-bottom: 10px;
  border: none;
  border: 1px solid#ced4da;
  height: 42px;
}
.form-control:focus{
  box-shadow: none !important;
}
.form-item .form-control:focus+label {
  color: #474ebb;
}
.form-item input+label.active, .form-item .form-control:focus+label, .form-item input:valid+label, .labelTop input+label {
  font-size: 11px;
  top: -5px;
  left: 10px;
  border-radius: 4px;
  opacity: 1;
  color: hsla(0, 0%, 40%, .8);
}
.form-item .form-control:focus+label{
  top:-8px



}
.form-control:focus label{
  top:-10px;
}
.pricelistdiv12 button{
  width:100%;

}


/* .form_inner {
  padding-top: 20px;
  padding-bottom: 20px;
} */
.enquire-btn {
  width: 100%;
  background-color: #2a2e4b;
  color: #fff;
  border: none;
  padding: 10px;
}
.form_content {
  padding-left: 15px;
  padding-right: 15px;
}
.container_footerform {
  padding-top: 25px;
  padding-bottom: 25px;
  background: url(../images/priceList-pattern.png) repeat-y #2a2e4b;
}
.container_footerform .all_custom_heading {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.container_footerform .container h1 {
  color: #fff;
}
.container_footerform .container {
  max-width: 90%;
}
.container_footerform .container p {
  color: #fff;
}
.container_footerform .container hr {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #c1c1c1;
}
.container_footerform .container a {
  color: #fff;
}
.container_footerform .container a:hover {
  color: #fff;
  text-decoration: none;
}

.top_form h2 {
  background: linear-gradient(-45deg, #1e75de, #0a3e7c, #2a2e4b, #2a2e4b);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  /* height: 100vh; */
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #000;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.mobile-section_1 {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.mobile-section {
  display: flex;
  width: 100%;
  align-items: center;
  /* background: #2f2f2f; */
  z-index: 999;
}
.mobile-section .btn-success {
  color: #ffffff;
  background-color: #071c35;
  border-color: #fff;
  font-size: 13px;
  padding: 15px 10px;
  font-weight: 600;
}
.mobile-section a {
  padding: 5px;
  width: 100%;
  border-radius: 0;
}

div#demo {
  position: relative;
  z-index: 1;
}
.overview_container {
  position: relative;
  /* padding-top: 60px!important; */
  /* padding-bottom: 60px!important; */
}
img.img-fluid.overview_bg_logo {
  position: absolute;
  left: -3%;
  top: 35%;
  transform: rotate(270deg);
  width: 20%;
  opacity: 0.3;
}

.highlights_container .highlight_box .p-para {
  font-size: 20px;
}
img.img-fluid.highlights-icons {
  width: 60px;
  margin-bottom: 10px;
}
img.img-fluid.modal-logo {
  margin-bottom: 14px;
  width: 40%;
}
img.img-fluid.paymentplan_img {
  width: 7%;
  margin-right: 15px;
}

p.paymentPlan-p {
  display: flex;
  align-items: center;
}

.d-p p {
  font-size: 14px;
  text-align: center;
}
img.img-fluid.project-logo {
  /* filter: grayscale(100) brightness(100); */
  width: 46%;
}

.starting-price {
  font-size: 28px;
}

.highpoint {
  padding-left: 0px;
  margin-top: 15px;
}
.highpoint li {
  list-style: none;
}

.destop-view {
  display: block;
}
.mobile-view {
  display: none;
}

.sect {
  display: block;
  background: #000;
  color: #fff;
  width: fit-content;
  padding: 6px 8px;
  font-size: 16px;
}



.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #4b2bab;
  color: #fff;
  text-align: center;
  padding: 20px;
  width: 90%;
  max-width:625px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
display: none;
}
.popup h2 {
  font-size: 20px;
  font-weight: bold;
}
.popup .crossBtn{position: absolute;right:10px; top:10px;}
.discount-banner{width: 282px;
  height: 172px;
  margin: 10px 0px;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin: 0 auto;}
  .popupInputBox {    display: flex
    ;
        align-items: center;
        gap:15px;
        justify-content: center;
        width:100%;
     
    }
    .popupInputBox input{width:85%;}
    .popupInputBox button{width:15%;}
.discount-banner img {
  width: 100px;
  min-width: 100%;
  height:auto;
  margin: 0 auto;
}
.popup p {
  font-size: 16px;
  margin: 10px 0;
}
.input-box {
  width: 90%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
 
}
.call-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background: #ffcc00;
  color: #000;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.call-btn:hover {
  background: #e6b800;
}


@media (max-width: 1600px) {
  .main_inside_container .details_withForm {
    margin-right: -4%;
  }
  .overview_container .content-box h1 {
    font-size: 46px;
  }
  .highlights_container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom_heading {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .all_custom_heading h1 {
    font-size: 40px;
  }
  .highlights_container .box .highlight_box h2 {
    font-size: 28px;
  }
  .pricelist_container h5.pricelist_p {
    font-size: 32px;
  }
  .pricelist_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pricelist_container span {
    font-size: 66px;
    bottom: -40px;
  }
  .pricelist_container span.span-2::before {
    top: -19px;
  }
  .pricelist_container span.span-2::after {
    top: 170px;
  }
  .pricelist_container h1.typology {
    font-size: 24px;
  }
  .pricelist_container h5.pricelist_p {
    font-size: 25px;
  }
  .pricelist_container button.btn.btn-custom {
    padding: 6px 30px;
    font-size: 16px;
  }
  .pricelist_container .all_custom_heading {
    margin-bottom: 30px;
  }
  .pricelist_container .all_custom_heading h1 {
    font-size: 40px;
  }

  .amenities_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .amenities_container .all_custom_heading {
    margin-bottom: 30px;
  }
  .amenities_container .amenities_box h4 {
    font-size: 18px;
  }

  .pricelist_container .all_custom_heading {
    margin-bottom: 35px;
  }
  .main_inside_container h4.typology_heading {
    font-size: 28px;
    background: none;
  }
  h1.projectName_heading {
    font-size: 34px;
  }
  .main_inside_container h4.starting-price {
    font-size: 26px;
  }
  .highlights_container .all_custom_heading h1 {
    margin-bottom: 40px;
  }

  .floorsplan_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .location_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gallery_container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .container_footerform {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .location_container .all_custom_heading {
    margin-bottom: 30px;
  }
  .gallery_container .all_custom_heading {
    margin-bottom: 30px;
  }
  a.navbar-brand {
    max-width: 14%;
    padding: 2px;
  }
  .pricelist_box h3.size {
    font-size: 24px;
  }
  .highlights_container .highlight_box .p-para {
    font-size: 14px;
  }
  img.img-fluid.highlights-icons {
    width:20px;
  }
  .d-p p {
    font-size: 12px !important;
    text-align: center;
  }
}

@media (max-width: 1480px) {
  .overview_container .col-sm-12.col-md-6.col-lg-6.col_right {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .highlights_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .highlights_container .all_custom_heading h1 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .highlights_container .box {
    padding: 20px;
    border-radius: 8px;
  }
  .highlights_container .col-sm-12.col-md-4.col-lg-4 {
    margin-bottom: 10px;
  }

  .pricelist_container .container {
    max-width: 84%;
  }
  .navbar_container .custom_navbar .developer-logo {
    width: 100%;
  }
  .navbar_container .custom_navbar .nav-link {
    font-size: 16px;
  }
  .navbar_container .custom_navbar .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pricelist_container span.span-2 {
    font-size: 24px;
  }
  .pricelist_container span.span-2::after {
    top: 147px;
  }
  .floorsplan_container .all_custom_heading {
    margin-bottom: 40px;
  }
  .main_inside_container .custom_col_right {
    width: 32%;
    margin-top: -5%;
  }
  .main_inside_container h4.typology_heading {
    font-size: 20px;
  }
  h1.projectName_heading {
    font-size: 30px;
  }
  .main_inside_container h4.starting-price {
    font-size: 21px;
  }
  .main_inside_container p.status {
    font-size: 16px;
  }
  .main_inside_container .details_withForm {
    max-width: 390px;
  }
  /* .main_inside_container .box-1 {
 
    padding-bottom: 8px;
   
  } */
  .form_inner .form-control {
    height:42px;
  }
  .form-box {
    width: 30%;
  }

  .form_inner {
    min-height: 446px;
  }

  .overview_container .forbox_imgs {
    margin: 10% 4% 50px auto;
    margin-bottom: 0;
  }
  .overview_container .content-box p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
  }
  .overview_container button.btn.btn-download-brochure {
    padding: 10px 40px;
  }
  .p-para {
    font-size: 15px;
  }
  .container_footerform .container p {
    font-size: 15px;
  }
}

@media (max-width: 1366px) {
  .overview_container .content-box h1 {
    font-size: 36px;
  }
  .navbar_container .custom_navbar .nav-link {
    font-size:14px;
  }
  .navbar_container {
    padding:15px;
  }
  .main_inside_container .custom_col_right {
    width: 32%;
  }
  .overview_container .content-box h1 {
    font-size: 40px;
  }
  .overview_container .col-sm-12.col-md-6.col-lg-6.col_right {
    padding-top: 5%;
  }
  h1.projectName_heading {
    font-size: 26px;
  }
  .main_inside_container p.status {
    font-size: 15px;
  }
  .main_inside_container h4.typology_heading {
    font-size:18px;
    border-bottom: 1px dashed #efefef !important;
  }
  .top_form h2 {
    font-size: 19px;
  }
  .main_inside_container .custom_col_right {
    width: 33%;
  }
  .overview_container .content-box h1 {
    font-size: 34px;
  }
  .overview_container .content-box p {
    font-size: 14px;
  }

  .overview_container button.btn.btn-download-brochure {
    margin-top: 15px;
    font-size: 14px;
    border-radius: 8px;
  }

}
.quote-form.email-enquery-form{padding:20px;}

@media (max-width: 1280px) {
  .overview_container .content-box h1 {
    font-size: 32px;
  }
  a.navbar-brand {
    max-width: 10%;
  }
  .navbar_container .custom_navbar .developer-logo {
    width: 100%;
  }
  .p-para {
    font-size: 14px;
  }
  .highlights_container .box .highlight_box h2 {
    font-size: 24px;
  }
  .pricelist_container h1.typology {
    font-size: 25px;
  }
  h3.size {
    font-size: 22px;
  }
  .pricelist_container h5.pricelist_p {
    font-size: 24px;
  }
  .pricelist_container span.span-2 {
    font-size: 20px;
  }
  .pricelist_container span {
    font-size: 58px;
    bottom: -31px;
  }
  .pricelist_container span.span-2::after {
    top: 123px;
  }
  .amenities_container .amenities_box h4 {
    font-size: 16px;
  }
  .floorsplan_container a.nav-link.active {
    font-size: 16px;
  }
  .floorsplan_container a.nav-link {
    font-size: 16px;
  }
  .location_container img.img-fluid.location-map {
    margin-left: 15%;
  }
  .main_inside_container .custom_col_right {
    width: 35%;
  }
  .navbar_container .custom_navbar .nav-link {
    font-size: 15px;
  }
  .navbar_container .custom_navbar .nav-item {
    padding-left: 1px;
    padding-right: 1px;
  }
  .highlights_container .highlight_box .p-para {
    font-size: 13px;
  }
}

.gallery_container img.img-fluid.gallery_img {
  height: 209px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 500px) {
  .slider_container{
        min-height: 571px;
  }
  div#demo{
    min-height: 177px;
  }
  div#demo .carousel-inner {
    min-height: 177px;
  }
  .slider_container .gold-3-img {
    position: absolute;
    width: auto;
    bottom: 0px;
    right: 1%;
    height: 143px;
}

  .navbar_container {
    position: relative;
    top: 0;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    margin-left: 0%;
    border-radius: 5px;
  }
  a.navbar-brand {
    max-width: 40%;
  }
  .main_inside_container .details_withForm {
    max-width: 100%;
    margin-right: 0%;
    margin-top: 0px;
  }
  .main_inside_container .custom_col_right {
    width: 100%;
    margin-top: 0%;
  }
  .main_inside_container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main_inside_container .box-1 {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  
    margin-top: 0px;
    border-radius: 0px;
  }
  .main_inside_container .details_withForm {
    padding: 0px;
  }
  .form-box {
    margin-top: 0px !important;
    position: relative;
    right: 0px;
    bottom: 0;
    padding: 0;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  a.carousel-control-prev {
    font-size: 34px;
  }
  a.carousel-control-next {
    font-size: 34px;
  }
  .btn-group {
    width: 100px;
    height: 30px;
  }
  .overview_container .forbox_imgs {
    width: 100%;
  }
  .overview_container .content-box {
    position: relative;
    width: 100%;
    padding: 20px;
  }
  .overview_container .col-sm-12.col-md-6.col-lg-6.col_right {
    padding-top: 0px;
  }
  .overview_container .col-sm-12.col-md-6.col-lg-6.second_col {
    margin-top: 0px;
  }
  .custom_heading::after {
    width: 25%;
  }
  .location_container img.img-fluid.location-map {
    margin-left: 0%;
    width: 100%;
  }
  .all_custom_heading h1 {
    font-size: 28px;
  }
  .floorsplan_container ul.nav.nav-tabs {
    margin-top: 25px;
  }
  .floorsplan_container a.nav-link {
    font-size: 14px;
  }
  .floorsplan_container a.nav-link.active {
    font-size: 14px;
  }
  .amenities_container .container {
    max-width: 100%;
  }
  .amenities_container .col-6.col-sm-12.col-md-3.col-lg-3 {
    padding: 4px;
    margin-bottom: 4px;
  }
  .amenities_container .amenities_box h4 {
    font-size: 15px;
    width: 100%;
    top: 6px;
    background-color: #071c35a6;
  }
  .custom_heading {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .pricelist_container .container {
    max-width: 100%;
  }
  .pricelist_container .container .col-sm-12.col-md-4.col-lg-4 {
    margin-bottom: 20px;
  }
  .location_container .timelines {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    justify-content: center;
    margin-right: 0%;
    margin-top: 10%;
  }
  .gallery_container .col-6.col-sm-12.col-md-3.col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .container_footerform .container {
    max-width: 100%;
  }
  .container_footerform .container p {
    /* text-align: justify; */
    font-size: 14px;
  }
  .highlights_container .container {
    max-width: 100%;
  }
  .first_last_col,
  .second_last_col,
  .third_last_col {
    margin-top: 0px;
  }
  .container_footerform .container a {
    font-size: 14px;
  }
  .overview_container .forbox_imgs {
    margin: 0px;
    margin-bottom: 0;
  }
  .overview_container img.img-fluid.img-1 {
    height: 100%;
  }
  .overview_container .col-sm-12.col-md-6.col-lg-6.third_col {
    margin-bottom: 10px;
    top: 0px;
  }
  .overview_container .col-sm-12.col-md-6.col-lg-6.forth_col {
    top: 0px;
  }
  .forbox_imgs {
    padding: 20px;
  }
  .form-box {
    z-index: 999;
  }
  .navbar_container .custom_navbar .nav-item {
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar_container ul.navbar-nav {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  button.navbar-toggler.collapsed {
    background-color: #071c35;
    color: #fff;
    border: none;
  }
  .pricelist_container {
    padding-bottom: 15px;
  }
  .mobile-section_1 {
    display: block;
  }
  .top_modal_content {
    padding-top: 60px;
  }
  img.img-fluid.paymentplan_img {
    width: 10%;
  }
  .main_inside_container .box-1 {
    text-align: center;
  }

  .form-box {
    z-index: 9;
  }
  .overview_container .content-box h1 {
    font-size: 26px !important;
  }

  .container_footerform {
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .destop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .location_container .timeline-item h3 {
    font-size: 15px;
  }

  .location_container .timeline-items {
    padding: 0.01em 0 0 30px;
  }

  .location_container .all_custom_heading {
    margin-bottom: 0px;
  }
}

.newClass {
  position: fixed !important;
  width: 100%;
  background-color: #fff;
  top: 0;
  margin-left: 0;
  border-radius: 0;
  z-index: 99;
}
.newClass .custom_navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.modal {
  z-index: 99999;
}
.modal-body {
  padding-top: 0px;
  border: none;
}

.top_modal_content {
  text-align: center;
  color: #fff;
  background-color: #071c35;
  padding-top: 6px;
  padding-bottom: 6px;
}

.modal-body {
  padding: 0px;
  border-radius: 8px;
  overflow: hidden;
}
.modal-body button{width: 100%;border-radius: 8px;}

.modal-content {
  border: none;
}
.form_inner.form_inner_2 {

  min-height: 320px;
}

button.close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e3e939;
  color: #000;
  z-index: 99;
  padding: 8px 15px;
  opacity: 1;
}
.overview_container .content-box h1 {
  font-size: 48px;
}

nav.navbar.navbar-expand-md.custom_navbar {
  padding: 0px;
}
i.fa.fa-long-arrow-right {
  padding-left: 10px;
}
p.paymentPlan-p {
  font-size: 20px !important;
  margin-top: 20px;
}


.floorsplan_container button.btn.btn-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background-color: #000;
  color: #fff;
  opacity: 0;
}

.tab-pane:hover button.btn.btn-custom {
  opacity: 1;
}

.tab-pane:hover .layout-floorsplan {
  filter: blur(2.5px);
}


div#menu1 {
  position: relative;
}

.slider_container {
  position: relative;
}

.slider_container .gold-3-img {
  position: absolute;
  width: auto;
  bottom: 10%;
  right: 30%;
  height: 350px;
}

@media (max-width: 1600px) {
  .starting-price {
    font-size: 20px;
  }
  .slider_container .gold-3-img {
    position: absolute;
    width: auto;
    bottom: 63px;
    right: 25%;
    height: 278px;
  }
}

@media(max-width:768px){
  .slider_container .gold-3-img {
    position: absolute;
    width: auto;
    bottom: 0px;
    right: 1%;
    height: 143px;
}

.gallery_container img.img-fluid.gallery_img {
  height: 135px;
  width: 100%;
  object-fit: cover;
}


.custom_navbar{
  padding: 5px !important;
}
}


.table-container {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  font-family:sans-serif;
}
th {
  background-color: #2a2e4b;
  font-family: sans-serif;
  color: white;
  font-size: 18px;
}

.table-container h2{
  margin: 20px 0 12px;
}
@media (max-width: 600px) {
  table, thead, tbody, th, td, tr {
      display: block;
  }
  th {
      display: none;

  }
  td {
      position: relative;
      padding-left: 50%;
      text-align: right;
  }
  td:before {
      content: attr(data-label);
      position: absolute;
      left: 10px;
      font-weight: bold;
      text-align: left;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
  text-decoration: none !important;

}

.whatsapp-float i {
font-size: 35px;
color: white;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

@media (max-width:576px){
  .whatsapp-float {
    display: none;
  }
}


@media (min-width: 767px){
  .pop-img{
    height: 600px;
    object-fit: cover;
  }

 

}

@media (min-width:1200px) and (max-width: 1440px){
  .main_inside_container{
    top: -110px;
  }
}


.custom-section {
  font-family: sans-serif;
}

.custom-section h2, .custom-section h3 {
  margin: 10px 0;
  font-size: 26px;
}

.custom-section ul li {
  line-height: 30px;
}

.custom-section strong {
  font-family: sans-serif;
}

.modal-btn-primary{
  padding: 15px 40px;
    background-color: #2a2e4b;
    color: #fff;
    border-radius: 0;
    margin-top: 25px;
    display: flex;
;
    align-items: center;
}

.payment-table{
  filter: blur(5.5px);
}

.payment-plan {
  position: relative;
}

.payment-plan .modal-btn-primary {
 opacity: 0;
 transition: opacity 0.3s ease-in-out;
 position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius:8px;

}

.payment-plan:hover .modal-btn-primary {
  opacity: 1;
}

.heartbeat {
  -webkit-animation: heartbeat 2.5s ease-in-out infinite both;
  animation: heartbeat 2.5s ease-in-out infinite both;
  background: linear-gradient(-45deg, #1e75de00, #a71f780f, #bb2e8b00, #bb2e8b03);
  padding:10px;
  border-radius:8px;


}
.brandImageSection{margin:80px 0px;}
.brandImageSection h2{font-size: 36px;color:#000;margin-bottom:30px;;}
.brandImage{display: flex;display: -webkit-flex;align-items: center;gap:30px;flex-wrap: wrap;justify-content: center;margin-bottom:30px;}
.brandImage li{width:22%;}
.brandImage li figure{    background: #ffffff;
  border: 1px solid #efefef;

  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  padding: 15px;
  height: 102px;
}
.brandImage li figure img{width:100%;height:100%;object-fit:cover;}

.heartBeat .typology_heading{background: none !important;}
.status.blink-hard{margin-bottom:0;border: none;width:100%;cursor: pointer;border-radius:0px 0px 8px 8px;}



@keyframes heartbeat {
  from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
  10%{-webkit-transform:scale(0.91);transform:scale(0.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  17%{-webkit-transform:scale(0.98);transform:scale(0.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
  33%{-webkit-transform:scale(0.87);transform:scale(0.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
  45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
  }

  .contact-container{
    padding: 30px 0;
  }
  

  .contact-form{
    border: 1px solid #efefef;
    padding:25px;
    border-radius: 12px;
    background: #ffffff;
  }

  .contact-form input{
    margin-bottom: 20px !important;
  }
  .contact-container button{width:100%;height:48px;font-weight: 500;border-radius:8px;}

  @media screen and (max-width:540px){
    .landmarkCardBox .landmarkCard {width:47%;}
    .wideFrontageCard {width:100%;}
    .container-fluid h2{text-align: center;font-size: 22px;}
    .container-fluid.highFootFall_container{padding:50px 15px;}
    section, .section {padding:50px 0px;}
    .mapBox{width:100%;}
    .mapBox iframe{width:100%;}
    .retailersParadise {left:0px;background:#ffffffb3;}
    .landmarkCardBox .landmarkCard figure {width:100px;height:100px;}
    .sectionBanner {margin-bottom:30px;}
    .retailersParadise ul li {width:100%;}
  }

  .registerform {
    width: 260px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    z-index: 99;
    transition: .5s;
    background: #fff;
}
.fixedbtn {
    position: absolute;
    left: -88px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
.fixedbtn, .fixedcallbtn {
    width: auto;
    top: 45%;
    z-index: 22;
}
.fixedbtn .btnrt, .fixedcallbtn .btnrt {
    border: none;
    width: auto;
    color: #fff;
    font-size: 16px;
    transition: .5s;
}
.downloadbtnwrap .btnrt, .fixedbtn .btnrt, .fixedcallbtn .btnrt {
    background-color:#850000;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    outline: 0;
    cursor: pointer;
    padding: 15px;
}
span::after, span::before {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: .5s 
linear;
    background: #850000;
}
.career-banner .bannertext, .career-form .clabtn1, .customsupp .form-group, .discription .clabtn1, .loansformdt .form-group, .logogrid, .logogrid ul li, .offbg, .payonline-banner .bannertext, .ps-relative, .registerform .innerform, .relative, span.btn-file
Specificity: (0,2,0)
 {
    position: relative;
}
.innerform {
    background: #fff;
    border-radius: 8px;
    height: 310px;
    padding: 15px;
}
.fixedbtn.close {
    top: 32px;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 220px;
}
.innerform{background: #fff;border-radius: 8px;height:310px;padding:15px}
.innerform .formBox{padding-left:10px;}
.innerform .formBox label{font-size:14px;color:#666;}
.innerform .formBox input{border:1px solid #efefef;padding:10px;width:calc(100% - 10px);border-radius:8px}
.innerform .formBox input::placeholder{font-size:12px;color:#666;}
.innerform button{background: #850000;border-radius: 8px;width:100%;margin-top:10px;border:none;}
.fixedbtn.close{      top: 32px;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 220px;
}
.fixedbtn.close .btnrt{background: none !important;}
.fixedbtn.close img{width:100%;height:100%;}
.fixedbtn.close::before{display: none;}

.mobile-section-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
    z-index: 9999;
}

/* Buttons */
.mobile-section-footer .btn {
    flex: 1;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Individual colors */
.mobile-section-footer .btn:nth-child(1) {
    background: #850000;
}

.mobile-section-footer .btn.whatsapp {
    background: #850000;
}

.mobile-section-footer .btn.call {
    background: #850000;
}

/* Icons */
.mobile-section-footer i {
    font-size: 18px;
    margin-bottom: 3px;
}

/* Hide on desktop */
@media (min-width: 768px) {
    .mobile-section-footer {
        display: none;
    }
}

/* ================= Additional Content Section Styling ================= */

.additional-content {
  background: #ffffff;
}

.additional-content h2 {
  font-size: 36px;
  color: #071c35;
  text-align: center;
  margin-bottom: 25px;
}

.additional-content h3 {
  font-size: 28px;
  color: #2a2e4b;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 18px;
}

.additional-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 18px;
  background: #b03031;
  border-radius: 2px;
}

.additional-content p {
  font-size: 17.5px;
  color: #555;
  line-height: 28px;
  margin-bottom: 15px;
}

/* 🔥 LI Styling Only For This Section */
.additional-content ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.additional-content ul li {
  list-style: disc;              /* Restore bullets */
  font-size: 18px;
  color: #444;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
}

/* Optional Modern Bullet Style */
.additional-content ul li::marker {
  color: #b03031;
  font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .additional-content h2 {
    font-size: 24px;
  }

  .additional-content h3 {
    font-size: 18px;
  }

  .additional-content ul li {
    font-size: 16px;
  }
}
.additional-content p {
    text-align: justify;
}
/* ================= Floor Plan Section ================= */

.floor-plan-section {
    padding: 60px 0;
    background: #f9f9f9;
    text-align: center;
}

.section-heading {
    font-size: 32px;
    margin-bottom: 20px;
    color: #071c35;
}

.section-description {
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 28px;
    color: #555;
}

.floor-plan-image img {
    width: 100%;
    max-width: 900px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* ================= FAQ Section ================= */

.faq-section {
    padding: 60px 0;
    background: #ffffff;
}

.faq-container {
    max-width: 800px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    padding: 15px;
    text-align: left;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
}

.faq-answer {
    display: none;
    padding: 0 15px 15px;
}

.faq-answer p {
    line-height: 26px;
    color: #555;
}

/* Active FAQ */
.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question::after {
    content: "-";
}

/* Mobile */
@media (max-width: 768px) {
    .section-heading {
        font-size: 24px;
    }
}
/* ===== Floor Plan Image Overlay Button ===== */

.floor-plan-image {
    position: relative;
    text-align: center;
}

.floor-plan-image img {
    width: 100%;
    max-width: 900px;
    border-radius: 8px;
}

/* Dark overlay effect */
.floor-plan-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

/* Button Style */
.view-floor-btn {
    background: #b03031;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}

.view-floor-btn:hover {
    background: #8c2425;
    transform: scale(1.05);
}

