@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Gilda+Display&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Vidaloka&display=swap');

@import url('https://fonts.cdnfonts.com/css/lufga');
             


*{
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Plus Jakarta Sans';
}

.no-scroll{
  overflow: hidden;
}

.scroll{
  overflow: auto !important;
}

.center-this{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

input:focus-visible{
  outline: none;
}


.preloader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: #FFF;
}

.preloader{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.no-style-link{
  text-decoration: none;
  color: inherit;
  width: fit-content;
  display: block;
}

.hyper-style-link{
  text-decoration: underline;
  color: inherit;
  font-weight: 600;
}

.two-line-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  max-height: fit-content; /* Optional: control the height */
}

.three-line-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /* Limits to 3 lines */
  max-height: fit-content; /* Adjust height to fit 3 lines (line-height * 3) */
}

.first-section{
  margin-top: 76px;
}

.navigation-container{
    background-color: #FFF;
    /* border-bottom: 0.5px solid #FFFFFF; */
    backdrop-filter: blur(7.900000095367432px);
    box-shadow: 0px 7px 29px 0px #64646F33;

    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0px;
}

.nav-item{
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-link{
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 14px;
    color: #090834;
    line-height: 17.64px;
    width: 110px;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.nav-link:hover, .nav-link:focus{
    color: #AC8E4A;
    font-weight: 700;
}

.fa-angle-down{
  font-size: 14px;
  margin-left: 2px;
  transition: transform 0.3s ease-in-out;
}

.projects-drop-down-Indexcontainer{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 55px;
  right: 625px;
  width: 216px;
  background-color: #D9D9D9;
  transition: all 0.3s ease-in-out;
  border: 0.56px solid #F0F0F0;
  border-radius: 3px;
}
.projects-drop-down-container{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 55px;
  right: 396px;
  width: 216px;
  background-color: #D9D9D9;
  transition: all 0.3s ease-in-out;
  border: 0.56px solid #F0F0F0;
  border-radius: 3px;
}


.fa-angle-down.active{
  transform: rotate(180deg);
  color: #AC8E4A;
}

.projects-drop-down-container.active{
  visibility: visible;
  opacity: 1;
}
.projects-drop-down-Indexcontainer.active{
  visibility: visible;
  opacity: 1;
}

.fa-caret-up{
  position: absolute;
  bottom: 67px;
  right: 80px;
  font-size: 40px;
  height: 60px;
  color: #B5B5B5;
  /* border: 1px solid #B5B5B5; */
  /* box-shadow: 0px 7px 29px 0px #64646F33; */

}

.projects-desktop-dropDown{
  position: relative;
    z-index: 9999999999;
}


.projects-dropDown-txt{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0px;
  padding: 10px 12px;
  padding: 10px 12px;
  text-align: start;
  transition: all 0.3s ease-in-out;
}


.nav-link.active{
  color: #AC8E4A !important;
  font-weight: 700;
}

.header-dk{
    padding: 0px 40px;
}

.nav-gap{
    gap: 40px;
}




.banner-container{
    width: 100%;
    height: fit-content;
}

.swiper1 {
    width: 100%;
    height: fit-content;
    margin: auto;
    position: relative;
    background: #f5f5f5;
  }
  
  .swiper1 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background: #090834;
    position: relative;
  }

  .swiper1 .pagination-container{
    position: absolute;
    bottom: 60px;
    right: 300px;
    /* left: 1065px; */
    width: fit-content;
    height: fit-content;
  }
  
  .swiper1 .swiper-pagination {
    position: relative !important;
    bottom: 0px !important;
    right: 0px !important;
    display: flex;
    gap: 40px;

  }
  
  .swiper1 .swiper-pagination-bullet {
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    cursor: pointer;
    opacity: 1 !important;
    color: #FFFFFF40;
    transition: opacity 0.3s, color 0.3s;
    background: transparent !important;
  }
  
  .swiper1 .swiper-pagination-bullet-active {
    opacity: 1 !important;
    /* color: #ff9800; */
    color: #FFFFFF !important;

  }
  
  .swiper1 .banner-swiper-button-container{
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    right: 100px;
    /* left: 0px; */
    width: fit-content;
    height: fit-content;
    
  }




  .swiper1 .swiper-button-next,
  .swiper1 .swiper-button-prev {
    position: static !important;
    /* top: var(--swiper-navigation-top-offset, 50%); */
    width: 50px !important;
    height: 50px !important;
    margin-top: 0px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #FFF !important;
    padding: 10px !important;
    border: 1px solid #FFFFFF33 !important;
    border-radius: 50%;
  }

  .swiper1 .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 18px !important;
  }










  .swiper1-mb {
    width: 100%;
    height: 323px;
    margin: auto;
    position: relative;
    background: #f5f5f5;
  }
  
  .swiper1-mb .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background: #090834;
    position: relative;
  }

  .swiper1-mb .pagination-container{
    position: absolute;
    bottom: 75px;
    right: 300px;
    /* left: 1065px; */
    width: fit-content;
    height: fit-content;
  }
  
  .swiper1-mb .swiper-pagination {
    position: relative !important;
    bottom: 0px !important;
    right: 0px !important;
    display: flex;
    gap: 40px;

  }
  
  .swiper1-mb .swiper-pagination-bullet {
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    cursor: pointer;
    opacity: 1 !important;
    color: #FFFFFF40;
    transition: opacity 0.3s, color 0.3s;
    background: transparent !important;
  }
  
  .swiper1-mb .swiper-pagination-bullet-active {
    opacity: 1 !important;
    /* color: #ff9800; */
    color: #FFFFFF !important;

  }
  
  .swiper1-mb .banner-swiper-button-container{
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    right: 100px;
    /* left: 0px; */
    width: fit-content;
    height: fit-content;
    
  }


  .swiper1-mb .swiper-button-next,
  .swiper1-mb .swiper-button-prev {
    position: static !important;
    /* top: var(--swiper-navigation-top-offset, 50%); */
    width: 60px !important;
    height: 60px !important;
    margin-top: 0px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #FFF !important;
    padding: 10px !important;
    border: 1px solid #FFFFFF33 !important;
    border-radius: 50%;
  }

  .swiper1-mb .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 18px !important;
  }
  


  .banner-bg-1{
    background-image: url('../images/banners/banner-1-1366.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 692px;
  }

  .banner-bg-legacy{
    background-image: url('../images/banners/banner-legacy-dk-avif.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 692px;
  }

  .banner-bg-orlean{
    background-image: url('../images/banners/banner-orlean-dk-avif.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 692px;
  }

  .featured-prop-bgimg{
    background-image: url('../images/banners/featured-properties-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 760px;
  }

  .testimonials-bgimg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .enquirybg-img{
    /* background-image: url('../images/banners/enquiry-bg-img.webp'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 372px;
    width: 100%;
    border-radius: 14px;
    background-color: #090834;
  }

  .banner-about-us{
    background-image: url('../images/banners/about-us-bgimg.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 293px;
  }

  .banner-contact-us{
    background-image: url('../images/banners/contact-us-banner-bgimg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 292px;
  }

  .legacy-bgimg{
    background-image: url('../images/banners/legacy-bgimg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 643px;
  }

  .contact-section-bgimg{
    background-image: url('../images/banners/contact-form-dk-bgimg.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 775px;
  }

  .footer-bg-img{
    background-position: bottom;
    background-size: auto;
    background-repeat: no-repeat;
  }



  .title-small{
    font-family: 'Plus Jakarta Sans';
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 3.25px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0px;
  }

  .title-main{
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 71.42px;
    line-height: 80.32px;
    letter-spacing: 2px;
    color: #FFF;
    text-transform: uppercase;
    width: 80%;
    margin-bottom: 4px;
  }

  .title-disc{
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    width: 55%;
  }

  .exploreProp{
    font-size: 13px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    line-height: 19.5px;
    color: #FFF;
    background-color: #C2AB72;
    border: 1px solid #C2AB72;
    transition: all 0.3s ease-in-out;
    padding: 12px 34px;
    border-radius: 999px;
  }

  .banner-section{
    position: relative;
    margin-top: 76px;
  }

  .banner-container{
    position: relative;
  }

  .banner-txt-container{
    position: absolute;
    top: 260px;
    left: 65px;
  }

  .banner-bottom{
    position: absolute;
    bottom: 30px;
    left: 65px;
  }

  .banner-bottom-city{
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 13px;
    line-height: 19.5px;
    color: #FFFFFF;
    margin-bottom: 0px;
  }

  .banner-bottom-road{
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 0px;
  }

  .banner-bottom-container{
    border-left: 2px solid #FFFFFF33;
    padding: 6px 16px;
  }

  .full-bottom{
    border-top: 1px solid #FFFFFF33;
    height: 112px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }





  .leadership-sec{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .leadership-container{
    z-index: 99;
    position: relative;
  }

  .leadership-txt-container{
    background-color: #FFF;
    box-shadow: 0px 7px 29px 0px #64646F33;
    padding: 20px 22px;
    position: relative;

    height: 505px;
    width: 649px;

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .mission-txt-container{
    background-color: #FFF;
    box-shadow: 0px 7px 29px 0px #64646F33;
    padding: 20px 14px;
    position: relative;

    height: 450px;
    width: 649px;

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .why-us{
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.13px;
    color: #EFBF04;
    margin-bottom: 2px;
    text-transform: capitalize;
  }

  .leadership-title{
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #090834;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .leadership-disc{
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #656565;
    margin-bottom: 20px;
  }

  .learn-more-btn{
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 18px;
    color: #C2AB72;
    border: 2px solid #C2AB72;
    /* border: 1.5px solid; */
    /* border-image-source: linear-gradient(96.06deg, #C2AB72 -16.92%, #A88944 116.04%); */


    border-radius: 8px;
    background-color: #FFF;
    padding: 2px 22px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  /* .learn-more-btn:hover{
    color: #fff;
    border: 1.5px solid #fff;
    background-color: #C2AB72;
  } */

  .bi-arrow-right{
    color: #C2AB72;
    font-size: 28px;
  }

  .leadership-img-container{
    position: relative;
  }

  .leadership-img-dk{
    height: 575px;
    width: 637px;
  }


  .move-right{
    right: 30px;
  }

  .move-left{
    left: 30px;
  }




  .new-feat-prop-title{
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 18px;
    color: #EFBF04;
    text-align: left;
    margin-bottom: 0px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
  }
  
  .new-feat-prop-disc{
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 44px;
    text-align: left;
    color: #090834;
    margin-bottom: 0px;
    letter-spacing: 0px;
    line-height: 1.24;
    /* text-transform: capitalize; */
  }

  .featured-container{
    max-width: 1236px;
  }



  .featured-center-this{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; 
  }


  .featured-title-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .featured-property{
    font-family: 'Plus Jakarta Sans';
    font-size: 60px;
    font-weight: 600;
    color: #FFF;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .new-feat-prop-each-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }

  .new-feat-prop-each-title{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0px;
    color: #A88944;
    margin-bottom: 0px;
  }
  
  .new-feat-prop-each-location{
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #4B4B4B;
    margin-bottom: 6px;
  }
  
  .new-feat-prop-each-price{
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 28px;
    color: #090834;
    margin-bottom: 0px;
    line-height: 1;
  }

  .new-feat-prop-each-onwards{
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    color: #090834;
  }

  .new-feat-prop-each-specs-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid #DAD9D9;
    border-bottom: 1px solid #DAD9D9;
    padding: 14px 0px;
    margin: 10px 0px;
  }

  .new-feat-prop-view-details{
    background-color: #C2AB72;
    padding: 7px 120px;
    font-family: 'Plus Jakarta Sans';
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 2px;
  }
  
  
  .new-feat-prop-each-spec-flex{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .new-feat-prop-each-spec-each-container{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 50%;
    gap: 10px;
  }

  .new-feat-prop-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid #E8E8E8;
    width: 476px;
    height: 470px;
    padding: 14px;
  }

  .new-feat-prop-each-specs-type{
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0px;
    color: #4C4C4C;
    margin-bottom: 0px;
    text-transform: uppercase;
  }
  
  .new-feat-prop-each-specs-type-answer{
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    color: #A88944;
    margin-bottom: 0px;
  }
  
  
  .new-feat-prop-txt-container{
    width: 100%;
  }
  
  
  .new-feat-prop-each-specs-type-sqft{
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #A88944;
  }

  .new-feat-prop-each-title-container{}



























  .test-title{
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 13px;
    letter-spacing: 1px;
    color: #EFBF04;
    margin-bottom: 6px;
  }
  
  .test-disc{
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 28.7px;
    color: #FFFFFF;
    margin-bottom: 20px;
  }

  .testimonials-txt-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 40px;
    line-height: normal !important;
  }


  .single-testimony{
    border-top: 4px solid #C2AB72;
    border-radius: 16px;
    height: 287px;
    width: 549.14px;
    background-color: #FFF;
    padding: 28px;
  }

  .testimony-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
  }

  .testimoney-name{
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 28px;
    color: #212529;
    margin-bottom: 0px;
  }

  .testimony-disc{
    font-family: 'Plus Jakarta Sans';
    font-weight: 300;
    font-size: 22px;
    line-height: 27.75px;
    color: #000929;
    width: 100%;
    margin-bottom: 0px;
  }


















  /* testimonial CSS */
  /* Swiper Container */
.custom-swiper {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  line-height: normal;
}

/* Swiper Slides */
.custom-swiper-wrapper {
  display: flex;
  position: absolute !important;
}

.custom-swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  /* background: #ddd; */
  height: 100%;
}

/* Pagination Styles */
.custom-swiper-pagination {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  line-height: normal;
  /* justify-content: center; */
  /* align-items: center; */
  gap: 10px;
  z-index: 100;
}

.custom-swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  background: #D7D7D7;
  opacity: 1;
  border-radius: 999px;
  transition: background-color 0.3s, transform 0.3s;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
  background: #C2AB72;
  transform: scale(1);
  opacity: 1;
}

/* Buttons Styles */
.custom-swiper-buttons {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.custom-swiper-button {
  padding: 8px 16px;
  font-size: 16px;
  /* background: #007bff; */
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-swiper-button:hover {
  background: #0056b3;
}

.custom-swiper-button-prev {
  margin-right: 10px;
}

.custom-swiper-button-next {
  margin-left: 10px;
}



.swiper2 .swiper-slide{
  width: fit-content !important; /* Make each slide width automatic */
  flex-shrink: 0;
}

.swiper2 .swiper-wrapper{
  position: absolute !important;
}


.blogs-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 16px;
  line-height: 13px;
  letter-spacing: -0.13px;
  color: #EFBF04;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.blogs-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 28.7px;
  letter-spacing: 0.29px;
  color: #000000;
  margin-bottom: 0px;
}

.view-blogs{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  background-color: #C2AB72;
  border: 1px solid #C2AB72;
  transition: all 0.3s ease-in-out;

  border-radius: 999px;
  padding: 12px 18px;
}

.view-blogs:hover{
  color: #C2AB72;
  background-color: #FFF;
  border: 1px solid #C2AB72;
}

.blog-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.chief-blog-container{
  border: 1px solid #D9D9D9;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 22px;
  height: 515.19px;
  width: auto;
}

.chief-img-container{
  display: flex;
  height: 60%;
  width: 100%;
}

.deputy-blog-img-contianer{
  display: flex;
  height: 100%;
  width: 100%;
}

.chief-blog-txt-container{
  /* width: 496px; */
  margin-top: 10px;
}

.deputy-blogs-sec{
  border: 1px solid #D9D9D9;
  border-radius: 20px;

  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  height: 515.19px;
}

.deputy-blog-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.deputy-blogs-hr{
  opacity: 1;
  color: #D9D9D9;
  height : 1px;
  width: 100%;
  margin: 0px 0px;
}

.chief-blog-img{
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.deputy-blog-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.badge-real-estate{
  background-color: #D2A04740;
  color: #A88944;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans';
  line-height: 12px;
  padding: 4px 18px;
  border-radius: 24px;
  margin-bottom: 8px;

  width: fit-content;
  height: fit-content;
}

.blog-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 21px;
  line-height: 29.4px;
  color: #090834;
  margin-bottom: 6px;
}

.blog-title-deputy{
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 18px;
  line-height: 29.4px;
  color: #090834;
  margin-bottom: 6px;
}

.blog-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 300;
  font-size: 13px;
  line-height: 22.75px;
  color: #212529;
  margin-bottom: 14px;
}

.deputy-blog-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 300;
  font-size: 13px;
  line-height: 22.75px;
  color: #212529;
  margin-bottom: 12px;
}

.blog-read-more-btn{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 18px;
  color: #A88944;

  border: none;
  background-color: #FFF;

  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
}

.blog-read-more-deputy-btn{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 18px;
  color: #A88944;

  border: none;
  background-color: #FFF;

  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
}

.enquiry-full-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;
}


.enquiry-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.enquiry-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 34px;
  line-height: 34.42px;
  letter-spacing: 0.29px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

.enquiry-input-container{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 35px;

  margin-bottom: 42px;
}

.enquiry-input{
  background-color: #FFFFFFCC;
  border: 1px solid #C2AB72;

  padding: 0px 20px;
  height: 48px;
  width: 352px;
}

.enquiry-input:valid{
  font-size: 20px;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans';
}

.enquiry-input::placeholder{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 20px;
  color: #30303070;
}

.enquiry-checkbox-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  margin-bottom: 22px;
}

/* .checkbox-box{
  border: 1.2px solid #C2AB72;
  background-color: #FFF;

  height: 20px;
  width: 20px;
  border-radius: 2px;

  cursor: pointer;
} */


/* Hide the default checkbox */
.checkbox-box {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1.2px solid #C2AB72; /* Border color */
  border-radius: 2px; /* Rounded corners */
  height: 20px;
  width: 20px;
  outline: none;
  cursor: pointer;
  background-color: #fff; /* Background color */
}

/* Style when the checkbox is checked */
.checkbox-box:checked {
  background-color: #FFF; /* Background when checked */
  border-color: #C2AB72;
  position: relative;
}

/* Add the checkmark */
.checkbox-box:checked::after {
  content: '✔'; /* Unicode for checkmark */
  color: #C2AB72; /* Color of the tick */
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}



.termCondition-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;

  cursor: pointer;
}

.termCondition-title{
  font-weight: 400;
}

.enquiry-btn-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquiry-submit{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;

  background-color: #C2AB72;
  border: 1px solid #C2AB72;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  
  padding: 13px 120px;
}


.footer-container{
  display: flex;
  align-items: start;
  justify-content: space-around;
  width: 100%;
  padding-top: 50px;
}

.footer-center-this{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.footer-chief-seg{
  width: 30%;
}

.project-seg{

}

.footer-header{
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 18px;
  color: #C2AB72;

  margin-bottom: 6px;
}

.footer-txt{
  font-family: 'Plus Jakarta Sans';
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;

  margin-bottom: 0px;
}

.footer-icons-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 35px;
}

.footer-chief-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 13px;
  line-height: 22.75px;
  color: #FFFFFF;
  margin: 14px 0px;
}


.contact-each{
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px ;
}

.contact-txt{
  font-family: 'Plus Jakarta Sans';
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;

  margin-bottom: 0px;
}

.contact-container{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 15px;
}


.copy-right-container{
  background: linear-gradient(180deg, rgba(27, 24, 154, 0.2) 0%, rgba(9, 8, 52, 0.2) 100%);
  width: 100%;
  padding: 6px 0px;
}

.copyright-txt{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFFCF;
  line-height: 22.75px;
  margin-bottom: 0px;

  text-align: center;
}

.VSNAP-anchor{
  text-decoration: underline;
  color: inherit;
}











/* Featured Properties Swiper CSS */
.feat-prop-main-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.feat-prop-main-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 58px;
  color: #C2AB72;
  text-align: center;
  margin-bottom: 0px;
}

.feat-prop-header-container{
  margin-bottom: 30px;
  margin-top: 4px;
}


/* Horizontal Lines with Dots */
.header-title:before,
.header-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #D4AF37; /* Gold color for lines */
}












.properties-swiper-container{
  width: 100%;
  height: 567px;
  border: 2px solid white;
}

.buttons-container{
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF33;
}

.featured-prop-each{
  width: 423px;
  padding: 14px;
  border: 1px solid #FFFFFF33;
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.feat-prop-num{
  font-family: 'Plus Jakarta Sans';
  font-weight: 800;
  font-size: 43px;
  letter-spacing: 2.15px;
  margin: 24px 0px;
  width: 353px;
  line-height: 1;
  -webkit-text-stroke: 1.5px #FFFFFF3D;
  color: transparent;
  text-stroke: 2px transparent;
}

.feat-prop-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 24px;
  color: #FFF;
  margin-bottom: 8px;
  width: 353px;
}

.feat-prop-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 16px;
  color: #FFF;
  margin-bottom: 18px;
  width: 353px;
}

.feat-prop-img{
  height: 273.77px;
  width: 353.48px;
  border-radius: 6px;
}

.prop-price{
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 26px;
  color: #C2AB72;
  margin: 18px 0px;
  width: 353px;
}

.prop-price-onwards{
  font-weight: 400;
  font-size: 14px;
  color:  #FFFFFF80;
}

.prop-att-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 353px;
}

.prop-att-container-each{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.prop-att-txt{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFFB2;
  margin-bottom: 0px;
}



/* swiper CSS for the featured properties */
/* Layout for Swiper and vertical buttons */


.vertical-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px; /* For slide content */
}

/* Vertical buttons container */
.vertical-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Space between buttons */
  width: 50px;
  background: #1a1a1a; /* Optional: Match the Swiper theme */
  color: white;
}

/* Navigation Buttons */
.vertical-swiper-button-prev,
.vertical-swiper-button-next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #C2AB7247;
  border: 1px solid #C2AB7247;
  color: white;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
}

.vertical-swiper-button-prev:hover,
.vertical-swiper-button-next:hover {
  background: #b19c6847;
}

.vertical-swiper-pagination {
  bottom: 10px;
  text-align: center;
}






.feat-prop-swiper-sec{
  /* border: 1px solid #FFFFFF33; */
  width: 100%;
  height: 567px;
  display: flex;
  position: relative;
}

.feat-prop-swiper-container{
  height: 100%;
  /* border: 1px solid lightgreen; */
  width: 94%;
}

.feat-prop-button-box{
  height: 579.77px;
  /* border: 1px solid lightsalmon; */
  border: 1px solid #FFFFFF33;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.swiper3 .swiper-slide{
  width: fit-content !important;
}


.vertical-swiper-button-container{
  /* position: absolute;
  right: 15px;
  bottom: 240px; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}



.whatsapp-icon{
  visibility: hidden;
  opacity: 0;
  height: fit-content;
  width: fit-content;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;

}




.back-to-top{
  visibility: hidden;
  opacity: 0;
  height: 40px;
  width: 40px;
  background-color: #C2AB72;
  color: #FFF;
  position: fixed;
  bottom: 20px;
  right: 90px;
  border: 1px solid #C2AB72;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.back-to-top.active{
  visibility: visible;
  opacity: 1;
}


.bi-arrow-up-short{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}










/* ABOUT US PAGE CSS */
.about-us-title{
  color: #C2AB72;
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 90px;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-align: center;
}
 
.about-us-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2px;
  color: #FFF;
  text-transform: capitalize;
  text-align: center;
}

.about-us-title-container{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.legacy-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px ;

  width: 1150px;
}

.legacy-img{
  min-width: 100%;
  min-height: 100%;
}


.legacy-num{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 1px;
  color: #C2AB72;
  margin-bottom: 0px;
}

.legacy-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
  color: #C2AB72;
  margin-bottom: 0px;
}

.legacy-stats-container{
  display: flex;
  flex-direction: column;
  gap: 67px;
  margin-top: 36px;
}

.legacy-stats-component{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.legacy-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #FFFFFF;

  margin-top: 12px;
}

.legacy-stats-each{
  width: 252px;
}

.move-top-aboutUs-dk{
  top: 36px;
}

.leadership-txt-aboutUs-container{
  background-color: #FFF;
  box-shadow: 0px 7px 29px 0px #64646F33;
  padding: 20px 22px;
  position: relative;
  height: 436px;
  width: 649px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.leadership-disc-aboutUs{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #656565;
  margin-bottom: 0px;
}

.missionAboutUs-img-dk{
  width: 607px;
  height: 623px;
}

.mission-txt-aboutUs-container{
  background-color: #FFF;
  box-shadow: 0px 7px 29px 0px #64646F33;
  padding: 20px 22px;
  position: relative;
  height: 458px;
  width: 649px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.move-left-aboutUs{
  left: 44px;
}

.move-right-aboutUs{
  right: 44px;
}

.move-left-MissionaboutUs{
  left: 30px;
}


.move-right-MissionaboutUs{
  right: 30px;
}

.move-top-MissionaboutUs-dk {
  top: 56px;
}


/* Parent container for the video and button */
.video-container {
  position: relative;
  width: 100%; 
  max-width: 70%;
  margin: 0 auto; 
  overflow: hidden; 
  border-radius: 10px; 
}

/* The video element */
.custom-video {
  width: 100%; 
  height: auto; 
  display: block; 
}

.play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #FFDD80;
  border-radius: 50%;
  background-color: transparent;
  height: 162px;
  width: 162px;
}


/* The play button */
.play-button-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #C2AB72;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  height: 114px;
  width: 114px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 0.5rem; */
  transition: background-color 0.3s ease;
}




.contact-form-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  color: #EFBF04;
  text-align: center;
  margin-bottom: 4px;
}

.contact-form-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.29px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 34px;
  color:  #090834;
}

.contact-form-container{
  background-color: #090834;
  border: 1px solid #C2AB72;
  border-top: 4px solid #C2AB72;
  height: 510px;
  min-width: 497px;
}


.contact-input{
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  margin-bottom: 20px;
  width: 90%;
  padding: 12px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.contact-input::placeholder{
  font-size: 16px;
  font-weight: 400;
  color: #A88944;
}

.contact-input:valid{
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}

.contact-input:focus{
  outline : none;
  transform: scale(1.02);
}

/* .contact-input-textarea{
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
} */

.contact-us-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 1px;
  color: #C2AB72;
  margin-bottom: 0px;
  text-align: center;
  margin: 12px 0px;
}

.contact-txt-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 28px;
  color: #090834;
  margin-bottom: 4px;
}

.contact-txt-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #4D4D4D;
  margin-bottom: 30px;
}

.contact-form{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

}


.contact-submit-btn-container{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.contact-submit-btn{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
  color: #FFFFFF;

  background-color: #C2AB72;
  border: 1px solid #C2AB72;
  border-radius: 4px;
  padding: 4px 99px;
  transition: all 0.3s ease-in-out;
}

.contact-input-textarea{
  resize: none;
}

.contact-submit-btn:focus{
  outline: none;
}

.contact-seg-form-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;

  margin-top: 50px;
}


/* PROJECTS DETAILS PAGE CSS */

.project-details-banner-bgimg{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.blogs-listing-banner-bgimg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/banners/blogs-listing-banner.webp');
  height: 292px;
}

.blogs-details-banner-bgimg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/banners/blogs-listing-banner.webp');
  height: 292px;
}

.Pdetails-explore-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.29px;
  color: #090834;
  text-align: center;
}


.Pdetails-txt-flex{

}

.Pdetails-explore-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 1px;
  color: #6D6D6D;
  text-align: center;
}

.Pdetails-property-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #A88944;
  margin-bottom: 0px;
}

.Pdetails-property-location{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: #4B4B4B;
  margin-bottom: 0px;
}

.Pdetails-property-price{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  color: #090834;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.specs-each .specs-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  color: #C2AB72;
  margin-bottom: 0px;
  line-height: 1;
  text-transform: capitalize;
}

.specs-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #090834;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.specs-SQFT{
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #090834;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.specs-row-container{
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.specs-each{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 50%;
  gap: 12px;
}

.specs-row{
  display: flex;
  justify-content: start;
  align-items: center;
}

.upcoming-projects-coming-soon{
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 30px;
  color: #090834;
  border: 1px solid #FFFFFF03;
  background: #FFFFFF03;
  margin-bottom: 0px;
  backdrop-filter: blur(4.600000381469727px);
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.specs-each-txt-container{
  
}

.property-details-each{
  border: 1px solid #DEDEDE;
  padding: 12px;
  width: 382px;
  height: 366px;
}

.blogs-listing-each{
  border: 1px solid #DEDEDE;
  padding: 12px;
  width: 382px;
  height: 413px;
  border-radius: 14px;
}

.blogs-details-each{
  border: 1px solid #DEDEDE;
  padding: 12px;
  width: 100%;
  height: 100%;
  border-radius: 14px;
}

.blog-details-li-element{
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 4px; 
}

.container-row{
  display: flex;
  flex-wrap: wrap;
  /* gap: 40px; */
  justify-content: space-evenly;
  align-items: center;
  row-gap: 35px;
}

.Pdetails-properties-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.blogs-listing-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.custom-row-gap > * {
  /* margin-bottom: 30px; */
}



.about-us-blod-this{
  font-weight: 800;
}

.contact-each img{
  margin-top: 6px;
}





.one-time-popup-section {
  position: fixed;
  top: 456200px;
  left: 0;
  z-index: 999999999;
  /* background-color: #FFF; */
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.one-time-popup-section.active{
  backdrop-filter: blur(7.900000095367432px);
  top: 0 !important;
}

.one-time-popup-container{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #090834;
  width: 876px;
  /* padding: 10px; */
}

.OT-pop-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #C2AB72;
  margin-bottom: 0px;
}

.OT-pop-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.fix-img-bottom{
  /* position: absolute;
  bottom: 0; */
}

.one-time-popup-form-container{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 14px;
}

.one-time-popup-form{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.OT-popup-input{
  border: 1px solid #FFFFFF;
  background: transparent;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.OT-popup-input::placeholder{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 16px;
  color: #A88944;
}

.OT-popup-input:valid{
  color: #FFF;
  font-weight: 500;
}

.OT-pop-btn{
  width: 100%;
  border: 0.5px solid #C4C4C4;
  background-color: #C2AB72;
  border-radius: 8px;
  padding: 10px 0px;
  font-family: 'Poppins';
  color: #FFF;
  font-size: 36px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.close-one-time-popup{
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
}

.OT-popup-img-container{
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px; */
}

.fix-img-center{
  position: absolute;
  top: 30px;
}

/* PROJECTS TABLETS CSS */
.projects-tab-container{
  width: 84%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #A88944;
  border-radius: 45px;
  padding: 6px 8px;
}

.projects-tab-each{
  background: #FFF;
  border-radius: 50px;
}


.projects-tab-txt{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  color: #A88944;
  background-color: #FFF;
  margin-bottom: 0px;
  border-radius: 50px;
  padding: 4px 14px;
}

.projects-tab-txt.active{
  background: linear-gradient(180deg, #C2AB72 0%, #A88944 100%) !important;
  border-radius: 50px !important;
  color: #FFFFFF;
}

.thank-you-page-container{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.thank-you-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 80px;
  color: #C2AB72;
}

.thank-you-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  color: #777777;
}


.blogs-listing-img{
  border-radius: 8px;
}


.blogs-each-title{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 21px;
  line-height: 29.4px;
  color: #090834;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

.blogs-each-disc{
  font-family: 'Plus Jakarta Sans';
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0px;
  color: #212529;
  margin-bottom: 0px;
}


.blog-listing-txt-container{
  margin-top: 10px;
}





.feat-prop {
  width: 100%;
  height: 100%; /* Adjust height as needed */
  margin-top: 20px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  /* background-color: #FFF; */
  height: 100%;
}

.feat-prop-button-next,
.feat-prop-button-prev {
  /* background-color: #0056b3; */
  cursor: pointer;
  z-index: 10;
}









/* Blog-details CSS */
.GE-legacy-bannerBlogDetails{
  background-image: url('../images/banners/GE-legacy-bannerBlogDetails.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 279px;
}

.apartmentChandapura-bannerBlogDetails{
  background-image: url('../images/banners/apartment-chandapuraBanner-dk.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 279px;
}
.electronicCity-bannerBlogDetails{
  background-image: url('../images/banners/electronicCity-Banner-dk.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 279px;
}

.southBangalore-bannerBlogDetails{
  background-image: url('../images/banners/southBangalore-banner-dk.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 279px;
}

.Why-to-Invest-bommasandra-bannerbg{
  background-image: url('../images/banners/Why-to-Invest-bommasandra-explore-blog-details-bannerbg.avif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 279px;
}


.BlogDetails-title{
  color: #C2AB72;
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 48px;
  width: 80%;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-align: center;
}

.blogDetails-txt{
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #212529;
  margin-bottom: 0px;
}

.blogDetails-header{
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #212529;
  margin-bottom: 0px;
}
