/*Animation Style*/

/* Initial hidden state for the text */
.slide-up-text.visible {
  transform: translateY(0);  /* Slide up to original position */
  opacity: 1;               /* Fade in */
}

.slide-up-text {
  transform: translateY(100%);
  opacity: 0 ;
  transition: transform 2s ease, opacity 2s ease;
}

.zoom-out {
  transform: scale(1.2); /* Start zoomed in */
  opacity: 0;           /* Hidden initially */
  transition: transform 0.8s ease, opacity 0.8s ease; /* Smooth animation */
}

/* When the image is visible */
.zoom-out.zoom-visible {
  transform: scale(1);  /* Zoom out to original size */
  opacity: 1;           /* Fade in */
}



/*Banner Top */
.flat-section-v3.flat-slider-contact:nth-of-type(1) .box-contact-v2 {
    display: none !important;
}
.flat-section-v3.flat-slider-contact:nth-of-type(1){
display: flex;
    justify-content: center;
    align-items: center;
  
}  

body .flat-section-v3.flat-slider-contact .row.content-wrap .box-contact-v2{
    background: black !important;
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color]{
    background: black !important;
    color: white !important;
}

.flat-section-v3.flat-slider-contact:nth-of-type(1) .section-title{
  font-size: 100px !important;
    padding-right: 0;
    font-weight: normal;
}

.flat-section-v3.flat-slider-contact:nth-of-type(1){
font-size: 40px;
    font-style: italic;
    font-family: lora;
  height:100vh
}

.flat-slider-contact .content-wrap .content-left {
 padding-right:0
}

.flat-section-v3.flat-slider-contact:nth-of-type(1) .overlay {
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    background: linear-gradient(to right, #0A1439 20%, rgba(87, 114, 101, 0) 100%);
    opacity: 0.9;
    z-index: 0;
    pointer-events: none;
}

.flat-section-v3.flat-slider-contact:nth-of-type(1) .text-subtitle.text-white{
font-size: 55px;
    font-weight: normal;
    font-family: auto;
    margin-top: 25px;
    text-transform: capitalize;
    padding-right: 100px;
    line-height: 0.9;
}

.flat-section-v3.flat-service-v2 .btn-view .text .span {
    color: #000000 ;
}
.btn-view .text{
    color: #fff; /* Set the text color to white */
}
.top-header{
display:none
}
 
.show-admin-bar .fixed-header {
  top: unset;
}


/*About Us*/
.home-about-us-section{
    padding: 100px;
}
.home-about-second-img {
         max-width: 572px;
    text-align: center;
    width: 100%;
    margin-top: 90px;
}
.home-about-first-img img{
    height: 427px;
    object-fit: cover;
}
.home-about-text{
padding-top: 21px;
}
.row.home-about-third-row{
margin-top: 19px;
}
.first-image-about{
   display: flex;
    justify-content: end;
}
.second-image-about{
display: flex;
    justify-content: center;
}
.home-about-second-text{
    padding: 10px 2px 0 72px;
}

.first-column-about{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.second-column-about{
       display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/*Services Section*/
.service-heading-content span {
  font-size: 18px;
  color: #0A1439;
  font-weight: normal;
  position: relative;
  margin-right: 10px;
}
.subscribe-form button{
  top:0;
}
.service-heading-content span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 50px; 
  height: 2px;
  /*  background: #0A1439;Line color */
    background: white;
  transform: translateY(-50%);
}

.service-heading-content{
display: flex;
    gap: 59px;
}
.service-offplan-img,.service-ready-img,.service-rental-img{
text-align:center;
}
.service-offplan-img img, .service-ready-img img, .service-rental-img img{
max-width:500px;
  object-fit:cover;
}
.service-offplan-content{
    padding-left: 125px;
}
.service-rental-content{
padding: 50px 0 0 125px;
}

.service-seprator-div{
    width: 90%;
    height: 5px;
    border-bottom: 2px solid grey;
    margin: 0 auto;
  padding-top: 110px;
}

.service-heading-content{
margin-bottom:20px
}

.service-offplan, .service-ready, .service-rental{
padding-top:110px
}

.service-learn-more button{
      background: #e97772;
    border-radius: 32px;
    padding: 14px 45px;
    margin-top: 25px;
    border-color: #e97772;
    color: white;
}
.home-services-section {
    background-color: #0A1439;
    padding: 66px 0px;
}
.home-services-section p{
color:white;
}
.home-services-section h3 {
    color: white;
    font-size: 1.25rem;
}
.home-services-section span{
color:white
}
.about-us-spanabout-us-span{

}

.service-heading h2{
color:white
}

.home-about-us{
padding-bottom: 34px;
}
.service-offplan-img img{
border-radius:12px
}
.service-ready-img img{
border-radius:12px
}
.service-rental-img img{
border-radius:12px
}

/*Testimonials*/
.flat-testimonial-v2:before {
  background: #0A1439;
}

body .tf-btn.size-1 {
    padding: 11px 32px;
    border-radius: 24px;
    background: #D3A188 !important;
    color: black !important;
    border: 1px solid #D3A188 !important;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder{
    color: #ffffff96 !important;
}

.nav-tab-recommended .nav-link-item {
border-radius:24px
}

.home-about-first-img img{
border-radius:12px
}
.home-about-second-img img{
border-radius:12px
}


/*Other*/
.tf-btn {
  background-color:#e97772;
}

.flat-section.flat-service-v3 .section-title{
color:white
}
.flat-section.flat-service-v3 .content .title{
color:white
}

.flat-section.flat-service-v3 .content .description{
color:white
}
.flat-section.flat-service-v3 .box-service.style-2.active, .box-service.style-2:hover .content .title{
color:black
}
.flat-section.flat-service-v3 .box-service.style-2.active, .box-service.style-2:hover .content .description{
color:black
}

.tf-btn.size-1 span{
color:white
}

/*About Section*/
.about-section, .values-section {
padding-top: 0 !important;
  padding-bottom: 40px;
}
.about-content {
  display: flex;
  /*flex-wrap: wrap;*/
 /* gap: 40px;*/
  /*align-items: center;*/
}
.about-section .image-content{
    position: relative;
  padding:20px;
   padding-left: 50px;
   /* left: 16px;*/
}

.about-content .text-content {
  flex: 1;
  min-width: 300px;
}

.about-content .text-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

.about-content .text-content p {
  font-size: 1rem;
  color: #1F2937;
padding-right: 40px;
}

.about-content .image-content img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Values Section Styles */
.values-section {
  padding-top: 10px;
padding-bottom: 0 !important;
  background-color: #fff;
}

.values-content {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.image-group {
  position: relative;
  flex: 1;
  min-width: 300px;
}

.image-group .main-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.image-group .overlay-image {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 60%;
}

.image-group .overlay-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.text-content {
  flex: 2;
  min-width: 300px;
  padding-left: 30px;
  text-align: justify;
}

.text-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

.text-content h3 {
  font-size: 1.25rem;
  margin-top: 50px;
  color: #444;
}

.text-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
}
.values-section .image-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Ensures images stack if they can't fit */
  flex-direction:column
}

.values-section .image-box {
  flex: 1 1 calc(50% - 20px); /* Two images side by side with gap */
  position: relative; /* Default position */
}

.values-section .image-box img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/*.values-section .image-box{
position: relative;
    width: 463px;
}*/
/*.values-section .image-box:nth-of-type(1) img{
position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  left: 182px;
}
.values-section .image-box:nth-of-type(2) img{
position: relative;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    top: 202px;
    z-index: 1;
}*/
.values-section .image-box img{
width: 400px;
    height: 250px;
    object-fit: cover;
}
.values-section .image-box:nth-of-type(1){
text-align:end
}
.values-section .image-box:nth-of-type(2){
text-align:start;
      top: -79px;
}

.about-section .about-content .text-content{
padding:20px 0px 20px 100px
}

@media(max-width:767px){
.service-offplan-img img, .service-ready-img img, .service-rental-img img {
        width: 100%; 
  }
  .service-rental-content {
    padding:37px 0 29px 32px
}
.service-offplan, .service-ready, .service-rental {
   padding-top:unset
}
  .flat-section-v3.flat-slider-contact:nth-of-type(1) .section-title {
    font-size: 76px !important;
}
  .home-about-us-section {
    padding: 20px
}
.service-offplan-content {
    padding-left: 32px;
    padding-bottom: 32px;
}
  .service-heading-content {
    margin-bottom: 20px;
    margin-top: 20px;
}
  .about-content {
    display: block;
  }
  .about-section .image-content {
  padding:unset
  }
  .values-section .image-box {
  position:unset
  }
.values-section .image-box img {
    width: 100%;
    height: unset;
    object-fit: cover;
}
  .text-content {
    flex: 2;
    min-width: unset;
 padding-left:unset;
    text-align: justify;
    margin-top: 58px;
}
  body#page-10 .flat-section-v3.flat-slider-contact{
  height:unset !important
  }
  .about-section .about-content .text-content {
            padding: 5px;
}
  .about-content .text-content p{
      padding: unset;
  }
  .values-section .container .row{
  flex-direction:column-reverse
  }
  .values-section {
    padding: 0px 0;
    background-color: #fff;
}
  
  .values-section .image-row {
  margin-bottom:20px
  }
  .flat-section.flat-banner .box-right{
  display:none
  }
  .about-content .text-content {
    flex: 1;
    min-width: unset;
}
  
}
  .post-author a:hover, .post-author span:not(:first-child) a:hover, .post-navigation a:hover, .single-detail.ck-content a:hover, .single-property-contact .box-avatar a:hover, .title a:hover {
    color: white;
  }
/*Style*/
.single-property-contact .contact-form .ip-group{
display:flex;
  flex-direction:column;
}

@media(max-width:767px){
  .flat-pagination{
flex-wrap:wrap
}


.box-title-listing .box-filter-tab .d-flex.gap-2{
flex-wrap:wrap;
}

.nav-tab-filter li:nth-child(2){
display:none
}
  .flat-section.flat-banner{
  display:none;
  }
  .nice-select.open .list {
    z-index:12
  }
}

.post-author a:hover, .post-author span:not(:first-child) a:hover, .post-navigation a:hover, .single-detail.ck-content a:hover, .single-property-contact .box-avatar a:hover, .title a:hover {
    color: white;
}
.flat-section {
    padding: 70px 0 20px;
}

.privacy-policy-content {
    padding: 70px 0px;
}
.privacy-policy-content h3 {
    font-size: 1.25rem;
    padding: 8px 0px;
}
.term-conditions-content{
padding: 70px 0px;
}
.term-conditions-content h3 {
    font-size: 1.25rem;
    padding: 8px 0px;
}
.flat-title-page.style-2 {
  /* Black overlay (0.5 opacity) aur image dono ek sath */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/storage/banner6-panaromic.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flat-title-page{
  padding: 90px 0 !important;
}
.flat-title-page h2{
  color: #ffffff !important;
}
.flat-title-page .breadcrumb li:last-child{
  color: #ffffff !important;
}
section.about-section .about-content .text-content{
  padding-top: 80px !important;
}

/* .values-section .values-content .row .col-lg-5.col-md-12{
  width: 48% !important;
} */

/* .values-section .values-content .row .col-lg-7.col-md-12{
  width: 50% !important;
  padding-top: 50px !important;
} */
.flat-section-v3.flat-slider-contact{
  padding: 30px 0px !important;
  height: 615px !important;
}
body .flat-section-v3.flat-slider-contact .row.content-wrap .box-contact-v2{
  padding-bottom: 1px !important;
}

.flat-section-v3.flat-slider-contact .row.content-wrap .box-contact-v2{
  padding: 30px !important;
}
.flat-section.pt-0.flat-banner{
  padding-top: 30px !important;
}
.flat-section.pt-0.flat-banner .container .wrap-banner.bg-surface{
  overflow: hidden !important;
}
.header-lower .inner-container .logo-box .logo a img{
  max-height: 80px !important;
}
#header.main-header.fixed-header {
  margin-top: 0 !important;
  padding-top: 55px !important;
  padding-bottom: 55px !important;
border-bottom:  none !important;
}
#header.main-header.fixed-header
{
    background: black !important;
}

.footer-logo a img{
  max-height: 80px !important;
}
.footer {
  padding-top: 10px !important;
}
.footer .top-footer .content-footer-top {
  padding-bottom: 0 !important;
}


/* Stats Section Base - Reduced height */
.stats-section {
    background-image: url("/storage/dsc02020.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 180px;
border-top: 2px solid #E5E7EB;
border-bottom: 2px solid #E5E7EB;
  background-color: #F9FAFB;
  margin-bottom: 30px;
  font-family: "Archivo", sans-serif;
}

.stats-heading {
  text-align: center;
  font-size: 28px; 
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px; 
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Grid Wrapper */
.stats-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; /* Gap kam kiya */
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Compact Card Design */
.stat-card {
  max-height: 120px !important;
  background: rgba(255, 255, 255, 0.637);
  border: 1px solid rgba(223, 186, 21, 0.2);
  padding: 25px 15px; 
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.stat-card:hover {
  transform: translateY(-5px);
  background: rgba(223, 186, 21, 0.08);
  border-color: #0066CC;
  color: #fff;
}

.stat-card h2 {
  font-size: 2rem; /* Numbers size optimize  */
  font-weight: 700;
  color: #0066CC;
  margin: 0 0 5px 0;
}

.stats-section .stats-wrapper .stat-item .stat-card .stat-card-p{
  color: #fff !important;
}
.about-content .single-detail.ck-content p{
    color: #1F2937 !important;
}
.single-detail.ck-content p{
color: #a2a2a2 !important;
}
.stat-card p {
  font-size: 1rem; 
  color: #1F2937 !important;
  margin: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.8;
}

.gold-text {
  color: #DFBA15;
}
.authorized{
  color: #DFBA15;
}

/* Responsive */
@media (max-width: 1024px) {
  .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .stats-wrapper {
    grid-template-columns: 1fr;
  }
  .stats-section { padding: 30px 0; }
  .stats-heading { font-size: 24px; margin-bottom: 25px; }
}

ul.breadcrumb li a {
color: white !important;
}
ul.breadcrumb li span {
color: white !important;
}

/* Projects */
/* --- Iconic Developments Section --- */
.developments-section {
  background-color: #F9FAFB; /* Primary Dark */
  padding: 40px 20px;
  color: #FFFFFF;
}

.developments-section .container {
  max-width: 1300px;
  margin: 0 auto;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  border-bottom: 1px solid #E5E7EB; /* Border/Divider Color */
  padding-bottom: 20px;
}

.developments-section .sub-heading {
  font-size: 12px;
  letter-spacing: 3px;
  color: #4B5563; /* Secondary Dark Gray */
  margin-bottom: 8px;
  font-weight: 600;
}

.developments-section .main-heading {
  font-size: 2.5rem;
  margin: 0;
  color: #4B5563; /* White */
}

/* Slider Buttons */
.slider-controls {
  display: flex;
  gap: 10px;
}

.control-btn {
  background: transparent;
  border: 1px solid #E5E7EB; /* Divider Color */
  color: #0066CC;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.control-btn:hover {
  background: #0066CC; /* Accent Blue */
  border-color: #0066CC;
  color: white !important;
}

/* Grid Layout */
.developments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.dev-card {
  transition: transform 0.4s ease;
}

.dev-card:hover {
  transform: translateY(-8px);
}

.image-box {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.dev-card:hover .image-box img {
  transform: scale(1.1); /* Zoom Effect */
}

.status-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgb(0 102 204); /* Primary Dark with Opacity */
  color: #FFFFFF;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Text Info Styling */
.dev-info h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #0066cc; /* White */
  text-transform: uppercase;
}

.dev-info .location-text {
  font-size: 1rem;
  color: #FFFFFF; /* White Location Text as requested */
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8; /* Halka sa fade professional look ke liye */
}

/* Mobile Friendly */
@media (max-width: 768px) {
  .section-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .slider-controls { display: none; }
  .main-heading { font-size: 2rem; }
}



section.flat-section-v3.flat-location{
  display: none !important;
}

section.flat-section:nth-of-type(5){
  display: none !important;
}
section.flat-section:nth-of-type(6){
  display: none !important;
}
section.flat-section:nth-of-type(7){
  display: none !important;
}
section.flat-section-v3.flat-testimonial{
  display: none !important;
}
.shortcode-lazy-loading{
  display: none !important;
}




.city-btn:hover {
  background: #004C99; /* thora dark hover */
  color: #ffffff;
}

/* Projects buttons */
.city-filter-buttons {
  display: flex;
  justify-content: center; /* center align */
  gap: 16px;
  margin-top: 18px;
}


.city-btn {
  padding: 10px 26px;
  background: #0066CC; /* button color */
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0; /* NO radius */
  transition: 0.3s ease;
}


.city-btn:hover {
  background: #004C99; /* thora dark hover */
  color: #ffffff;
}


.nav-tab-recommended .nav-link-item.active, .nav-tab-recommended .nav-link-item:hover{
  background-color: #D3A188 !important;
  color: black !important;
}
.tf-btn.size-1{
  background: #0066CC !important;
}
section.flat-section:nth-of-type(4){
padding-top: 20px !important;
  padding-bottom: 40px !important;
}
section.flat-section:nth-of-type(4) .nav-tab-recommended{
display: none !important;
}
/* Roi Investment Intelligence*/
/* --- Intelligence Section Light Theme --- */
.intelligence-section {
  border-bottom: 2px solid #E5E7EB;
  background-color: #F9FAFB; /* Light Background */
  padding: 60px 20px;
  color: #1F2937; /* Body Text (dark) */
}

.intelligence-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.intelligence-flex {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.intelligence-content, .intelligence-visual {
  flex: 1;
  min-width: 320px;
}

/* Typography */
.intelligence-section .sub-heading {
  font-size: 13px;
  letter-spacing: 3px;
  color: #4B5563; /* Secondary Dark Gray for subtext */
  margin-bottom: 10px;
  font-weight: 600;
}

.intelligence-section .main-heading {
  font-size: 3rem;
  margin-bottom: 25px;
  color: #4B5563; /* Heading Color */
  font-weight: 700;
}

.description-text {
  font-size: 16px;
  color: #1F2937; /* Body Text */
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 450px;
}

/* Stats Boxes */
.stats-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.stats-box {
  display: flex;
  align-items: center;
  padding: 25px;
  background: #FFFFFF; /* White card background */
  border: 1px solid #b1b1b1; /* Border Color */
  transition: all 0.3s ease;
  border-radius: 4px;
}

.stats-box:hover {
  border-color: #0066CC; /* Accent Blue */
  transform: translateX(5px);
}

.stats-num {
  font-size: 14px;
  font-weight: 700;
  color: #0066CC; /* Button/Accent Color */
  margin-right: 25px;
}

.stats-info h4 {
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #1F2937;
  letter-spacing: 1px;
}

.stats-info p {
  font-size: 1rem;
  color: #4B5563; /* Secondary text */
  margin: 0;
}

.stats-icon {
  margin-left: auto;
  color: #E5E7EB; /* Divider color for icon */
  font-size: 1.2rem;
}

/* Right Visual / Map Box */
.map-container {
  position: relative;
  width: 100%;
  height: 500px;
  background: #111827; /* Dark base for the map image contrast */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.map-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.map-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 2;
}

.map-icon {
  font-size: 32px;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.map-overlay h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.map-overlay p {
  font-size: 1rem;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.8);
}

.map-legend {
  position: absolute;
  bottom: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing: 1px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
}
.stable { background: #4B5563; }
.growth { background: #0066CC; }

/* Mobile View */
@media (max-width: 768px) {
  .intelligence-flex { gap: 40}}

/* Property Acquisition */

/* --- Advisory Section Styling --- */
.advisory-section {
  background-color: #111111;
  padding: 40px 0;
  color: #11132a; /* Your Deep Navy */
}

.advisory-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.advisory-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}

.advline {
  width: 50px;
  height: 2px;
  background: #D3A188; /* Your Gold */
  margin-bottom: 20px;
}

.advisory-section .main-heading {
  font-size: 4rem; 
  line-height: 1.1;
  color: #ffffff; /* Your Deep Navy */
  margin-bottom: 30px;
  font-weight: 700;
}

.advisory-section .main-heading em {
  font-style: italic;
  font-weight: 400;
  color: #d3a188; /* Your Gold */
}

.advisory-section .description-text {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 45px;
  max-width: 600px;
}

/* --- Right Image --- */
.advisory-image {
  position: relative; /* Overlay ke liye zaroori hai */
  width: 100%;
  height: 550px;
  border-radius: 4px;
  overflow: hidden;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Blackish overlay */
  z-index: 1;
}

.advisory-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Button Group --- */
.button-group {
  display: flex;
  gap: 20px;
}

.btn {
  padding: 16px 35px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s ease;
  display: inline-block;
}

/* Primary Button - Using your Gold #D3A188 */
.btn-primary {
  background-color: #d3a188;
  color: #FFFFFF;
  border: 1px solid #d3a188;
}

.btn-primary:hover {
  background-color: transparent;
  border-color: #d3a188;
  transform: translateY(-3px);
}

/* Secondary Button - Ghost Style */
.btn-secondary {
  background-color: transparent;
  border: 1px solid #E5E7EB;
  color: #ffffff;
}

.btn-secondary:hover {
  background: #d3a188;
  border-color: #d3a188;
  color: white;
}

/* Responsive */
@media (max-width: 991px) {
  .advisory-grid { grid-template-columns: 1fr; }
  .advisory-section .main-heading { font-size: 2.8rem; }
  .advisory-image { height: 350px; order: -1; } /* Mobile pe image upar dikhegi */
}

/*  Area Guides */
.locations-section {
  background: #111111 !important;
  padding: 60px 20px;
  text-align: center;
}

.locations-section .container {
  max-width: 1400px; /* Standard width for 3 cards row */
  margin: 0 auto;
}

.locations-section .sub-heading {
  font-size: 13px;
  letter-spacing: 3px;
  color: #4B5563;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.locations-section .main-heading {
  font-size: 3rem;
  color: #111827;
  margin-bottom: 60px;
  font-weight: 700;
}

/* Grid set to 3 cards per line */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px;
}

.location-card {
  padding: 15px !important;
  height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Text ko niche dhakelne ke liye */
  transition: all 0.4s ease;
}

.location-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  z-index: 0;
}

.location-card:hover img {
  transform: scale(1.08);
}

/* Enhanced Bottom Overlay for better text visibility */
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Gradient thora aur upar tak aur dark kiya gaya hai niche se */
  background: linear-gradient(to top, 
    rgba(17, 24, 39, 0.95) 0%, 
    rgba(17, 24, 39, 0.6) 30%, 
    rgba(17, 24, 39, 0) 65%);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.card-content h3 {
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-bottom: 12px;
  font-weight: 700;
}

.card-content p {
  font-size: 1rem;
  color: #FFFFFF;
  opacity: 0.9;
  margin: 0;
  line-height: 1.6;
  max-width: 90%;
}

/* Tablet & Mobile */
@media (max-width: 992px) {
  .locations-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .locations-grid { grid-template-columns: 1fr; }
  .location-card { height: 450px; }
  .main-heading { font-size: 2.2rem; }
}
section.flat-section-v3.flat-service-v2 {
border-top: 2px solid #E5E7EB;
border-bottom: 2px solid #E5E7EB;
}
section.flat-section flat-testimonial-v4{
border-bottom: 2px solid #E5E7EB;

}

/* top section  */ 
.cta-property-section {
  background-color: #F9FAFB; /* Light Background */
  border-bottom: 2px solid #E5E7EB; /* */
  padding: 60px 20px;
}

.cta-property-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.cta-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.cta-content {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* --- Icon Box & Icon Styling --- */
.icon-box {
  width: 60px;
  height: 60px;
  border: 1px solid #E5E7EB;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.icon-box i {
  font-size: 24px;
  color: #0066CC; /* Button color jaisa icon */
}

.text-box h3 {
  font-size: 1.25rem;
  color: #111827;
  margin: 0;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #0066CC; /* Underline color */
}

.text-box p {
  font-size: 11px;
  letter-spacing: 2px;
  color: #6B7280;
  margin-top: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

/* --- Button Styling --- */
.contact-btn {
  display: inline-block;
  background-color: #0066CC; /* */
  color: #FFFFFF;
  padding: 16px 40px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Mobile Friendly */
@media (max-width: 768px) {
  .cta-flex-container { flex-direction: column; text-align: center; }
  .cta-content { flex-direction: column; }
}

.content-footer-top .wd-social ul.list-social li .box-icon.social:hover .icon{
  color: black !important;
}





/*  Video  */

/* Banner video container */
.flat-slider.home-1 {
  position: relative;
  overflow: hidden;
}

/* Background video */
.flat-slider.home-1 .banner-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Content above video */
.flat-slider.home-1 > *:not(.banner-bg-video) {
  position: relative;
  z-index: 2;
}

/* Optional dark overlay for readability */
.flat-slider.home-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}


.flat-pagination .page-numbers{
    color: white !important;
border: 2px solid #E5E7EB !important;
}
.flat-pagination .page-numbers:hover{
border: 2px solid #0066CC !important;
color: #0066CC !important;
}
.flat-pagination .page-numbers.current, .flat-pagination .page-numbers:hover{
color: black !important;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
color: white !important;
}
.contact-info .box .box-social .item:hover .icon{
color: black !important;
}

@media (min-width: 1024px) {
  #page-home .wd-find-select {
    border-radius: 50px !important;
    max-width: 950px !important;
    margin-left: 200px !important;
  }
}
@media (min-width: 768px){
#hero-search-form .wd-find-select .tf-btn.primary{
  border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
}


.wd-find-select{
    background: #0a0a0a !important;
border-radius: 4px !important;
}
.wd-find-select .tf-btn.primary{
    border: 1px solid #D3A188 !important;
    color: black !important;
background: #D3A188 !important;
}
.wd-find-select .tf-btn.primary:hover{
background: #ffffff !important;
border: 1px solid #D3A188 !important;
color: black !important;
}
.flat-tab-form .nav-tab-form.style-1 .nav-link-item.active{
    color: black !important;
    background: #D3A188 !important;
    border: 1px solid #D3A188 !important;
}
body .flat-tab-form .nav-tab-form.style-1 .nav-link-item{
    background: rgba(20, 20, 20, .85) !important;
    color: rgba(255, 255, 255, .55) !important;
    border: 1px solid rgba(20, 20, 20, .85) !important;
}
.wd-find-select .inner-group .box-filter .icon{
    color: 
}

.wd-find-select .inner-group .form-style label{
  display: none !important;
    color: #D3A188 !important;
}

section.flat-slider.home-1 .heading h1.text-white.animationtext.slide.slide-up-text.visible,
section.flat-slider.home-1 .heading p.subtitle.text-white.body-1.animated {
  font-family: "Archivo", sans-serif !important;
}
@media(min-width: 768px){
section.flat-slider.home-1 .heading h1.text-white.animationtext.slide.slide-up-text.visible{
    font-size: 50px !important;
    padding-left: 160px;
    padding-right: 150px;
}
section.flat-slider.home-1 .heading h1.text-white.animationtext.slide.slide-up-text.visible span{
    color: #D3A188 !important;
    font-style: italic !important;
    width: 525.766px !important;
}
}
section.flat-slider.home-1 .heading h1.text-white.animationtext.slide.slide-up-text.visible span{
    color: #D3A188 !important;
}

section.flat-slider.home-1 .heading p.subtitle.text-white.body-1.animated{
    color: #FFFFFFAD !important;
}

body .flat-slider.home-1 .slider-content{
padding-top: 220px !important;
padding-bottom: 140px !important
}

.flat-slider.home-1 .slider-content{
padding:  270px 0 !important;
}

.wd-search-form.property-search-form.show{
    background: black !important;
    border: 1px solid black !important;
}
.wd-search-form.property-search-form.show .box-select .nice-select.select_js.open{
    background: black !important;
}
.wd-search-form.property-search-form.show .box-select .nice-select.select_js:after{
    border-bottom: 1.7px solid #FFFFFFAD !important;
    border-right: 1.7px solid #FFFFFFAD !important;
}
.wd-search-form.property-search-form.show .box-select .nice-select.select_js .current {
    color: #FFFFFFAD !important;
}
.nice-select .current{
    color: #FFFFFFAD !important;
}
.nice-select:after{
    border-bottom: 1.7px solid #FFFFFFAD !important;
    border-right: 1.7px solid #FFFFFFAD !important;
}
.wd-search-form.property-search-form.show .box-select .nice-select.select_js{
    background: black !important;
    border: 1px solid #777777 !important;
}
.nice-select .option{
    background: black !important;
    color: white !important;
}

.wd-search-form.property-search-form.show .box-select .nice-select .option.focus, .nice-select .option.selected.focus{
    background: black !important;
    color: #D3A188 !important;
}
.wd-search-form.property-search-form.show .box-select .nice-select .option{
    background: black !important;
    color: white !important;
}

.flat-section-v2.flat-section .flat-blog-detail .my-40.d-flex.justify-content-between.flex-wrap.gap-16{
display: none !important;
}
/* Terms and Conditions */
.legal-section {
  background-color: #F9FAFB; /* Light Background */
  padding: 80px 20px;
  border-top: 2px solid #E5E7EB; /* Subtle borders */
  border-bottom: 2px solid #E5E7EB;
}

.legal-section .container {
  max-width: 1200px; /* Full width approach */
  margin: 0 auto;
}

.legal-title {
  font-size: 2.8rem;
  color: #111827;
  margin-bottom: 40px;
  font-weight: 700;
}

.legal-content {
  background: #FFFFFF; /* White card style */
  padding: 50px;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  text-align: left;
}

.legal-content h3 {
  color: #111827;
  font-size: 1.4rem;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  border-left: 4px solid #0066CC; /* Brand blue accent */
  padding-left: 15px;
}

.legal-content p, .legal-content li {
  color: #4B5563;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.legal-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.contact-info {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #E5E7EB;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .legal-content { padding: 30px 20px; }
  .legal-title { font-size: 2rem; }
}
/* Privacy policy  */
/* Privacy Section Unique Styling */
.privacy-section {
  background-color: #F9FAFB;
  padding: 80px 20px;
  border-top: 2px solid #E5E7EB;
  border-bottom: 2px solid #E5E7EB;
}

.privacy-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.privacy-title {
  font-size: 2.8rem;
  color: #111827;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: left;
}

.privacy-card-body {
  background: #FFFFFF;
  padding: 50px;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  text-align: left;
}

.privacy-card-body h3 {
  color: #111827;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  border-left: 4px solid #0066CC; /* Matches Brand Blue */
  padding-left: 15px;
}

.privacy-card-body p, 
.privacy-card-body li {
  color: #4B5563;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.privacy-card-body ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-contact-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #E5E7EB;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .privacy-card-body { padding: 30px 20px; }
  .privacy-title { font-size: 2rem; }
}

.single-property-element.single-property-overview .row-cols-lg-3 .col.item .box-icon.w-52{
background: #0066CC !important;
}
.single-property-element.single-property-map .property-share-social span{
  display: none !important;
}
section.flat-section.pt-0.flat-property-detail .container .row .col-lg-8 .single-wrapper-review {
  display: none !important;
}
section.flat-section.flat-testimonial-v4 .box-title .text-subtitle.text-primary{
color: black !important;
}
.box-service .content .description{
color:  #1F2937 !important;
}
section.flat-section-v3.flat-service-v2 .row.wrap-service-v2  .box-left .list-view li svg path{
fill: #0066CC !important;
}
@media (min-width: 1024px) {
  .main-header.fixed-header 
  .header-lower 
  .inner-container.d-flex.justify-content-around.align-items-center 
  .nav-outer {
    padding-right: 120px !important;
  }
}
.wd-find-select .inner-group .form-style .form-control{
    color: white !important;
    background: #0a0a0a !important;
padding-inline-end: 0 !important;
}

.box-title-listing .box-filter-tab .list-sort{
    background: #0a0a0a !important;
}
.box-title-listing .box-filter-tab .list-page{
    background: #0a0a0a !important;
}
.box-title-listing .box-filter-tab .list-sort.select_js .content{
    color: #FFFFFFAD !important;
}
.box-title-listing .box-filter-tab .list-page.select_js .content{
    color: #FFFFFFAD !important;
}

.box-title-listing .box-filter-tab .list-sort input::placeholder,
.box-title-listing .box-filter-tab .list-sort textarea::placeholder{
    color: #FFFFFFDA !important;
}
.wd-find-select .inner-group .form-style .nice-select{
    background: #0a0a0a !important;
}
.wd-find-select .inner-group .form-group-1.form-style{
width: 38% !important;
}
.wd-find-select .inner-group .form-group-2.form-style{
width: 32% !important;
}
.wd-find-select .inner-group .form-group-3.form-style{
width: 20% !important;
}
.wd-find-select .inner-group .form-group-4.box-filter{
width: 12% !important;
}
  #page-home .wd-find-select .inner-group{
    border-radius: 50px !important;
    border: 1px solid #0a0a0a !important;
max-width: 900px !important;
background: #0a0a0a !important;
}
.alert.alert-warning {
    color: white;
    background: black;
    border: 1px solid #FFFFFFAD;
}
.flat-tab-form .nav-tab-form.style-1 .nav-link-item {
    background-color: rgba(255, 255, 255, 0.4) !important;
border: 1px solid white !important
}
.wd-find-select.shadow-st{
border: 2px solid #E5E7EB !important;
}
.wd-search-form.show{
    background: #0a0a0a !important;
border: 2px solid #777777 !important;
}
section.flat-section-v3.flat-latest-new .box-title .text-subtitle.text-primary{
color: #1F2937 !important;
}

section.flat-section-v3.flat-latest-new .date-post{
color: #1F2937 !important;
}
section.flat-section-v3.flat-service-v2 .wrap-service-v2 .box-title  .text-subtitle{
color: #1F2937 !important;
}
.progress-wrap svg path{
fill: #1F2937 !important;
}
#page-15 section.flat-section-v5.flat-recommended.flat-recommended-v2{
padding-bottom: 30px !important;
}
.box-navigation .navigation.swiper-button-disabled .icon, .box-navigation .navigation:hover .icon{
color: black !important;
}
section.flat-section.pt-0.flat-property-detail .header-property-detail .content-bottom .icon-box{
display: none !important;
}

@media (min-width: 1200px) {
    #page-7 #botble-contact-forms-fronts-contact-form .tf-btn.primary.size-1.slide-up-text.visible {
    transform: translateX(150%);
  }
}
@media (min-width: 1200px) {
  
  #page-home #botble-contact-forms-fronts-contact-form .tf-btn.primary.size-1.slide-up-text.visible {
    transform: translateX(92%);
  }
}
  
  body .search-suggestion .search-suggestion-item:hover {
    color: #0066cc !important;
}
  .locations-section .location-card p.slide-up-text {
    color: white !important;
}
  
  @media screen and (max-width: 576px) {
    #page-home .wd-find-select .inner-group {
      flex-direction: column;
  }
    body .wd-find-select .inner-group .form-group-1.form-style, body .wd-find-select .inner-group .form-group-2.form-style, body .wd-find-select .inner-group .form-group-4.box-filter, body .wd-find-select .inner-group .form-group-3.form-style  {
    width: 100% !important;
}
    body #page-home .wd-find-select .inner-group {
    flex-direction: column !important;
}
    
  }

  #page-home section.flat-section-v3.flat-slider-contact {
    min-height: fit-content;
}
body .mobile-menu .navigation li:hover a{
    color: black !important;
}
.mobi-icon-box .box:first-of-type {
    display: none;
}
body .mobile-menu .nav-logo {
    display: none !important;
    background: #07090e !important;
    max-height: 100px;
}
.mobile-menu-visible .close-btn{
    display: none !important;
}
body .mobile-menu .nav-logo img {
    max-height: 85px !important;
}
@media(max-width: 768px){
  body .mobile-menu .nav-logo img {
    max-height: 80px !important;
    max-width: 150px !important;
}
}
.mobi-icon-box a.dropdown-toggle:hover {
    color: black !important;
}
body .mobi-icon-box .dropdown-item.active {
    background: #111827 !important;
}
body .mobile-menu .navigation {
    background: #07090e !important;
    padding-left: 30px !important;
}
@media screen and (max-width: 576px) {
    #page-10 section.about-section .about-content .text-content {
        margin-top: 0 !important;
    }
}
#page-10 section.flat-section-v3.flat-slider-contact p.body-body-2 {
    color: white !important;
}
@media (max-width: 576px) {
    #page-10 section.flat-section-v3.flat-slider-contact .contact-form-group button[type='submit'] {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
body .box-title-listing .box-filter-tab .list-page {
    width: calc(40% - 45px) !important;
}
body .box-title-listing {
    flex-direction: column !important;
}
.footer .wd-social {
    margin-bottom: 20px;
}

}
body .mobile-menu .navigation li.current > a {
    color: #ffffff !important;
}
@media (min-width: 576px) {
    .wd-find-select .inner-group .form-group-1.form-style {
    padding-right: 16px;
}
}
.developments-section .dev-info .location-text {
    color: black !important;
}
.homeya-box .content .link.project-list-name {
    color: white !important;
}
.flat-blog-list .flat-blog-item .date-post {
    color: black !important;
}



/* --- Background Images --- */
.card-downtown { background-image: url('/storage/down-town-dubai.jpg'); }
.card-marjan { background-image: url('/storage/lykans-al-marjan.jpg'); }
.card-palm { background-image: url('/storage/lykans-palm-jabel-ali.jpg'); }

/* --- Section Styling --- */
.locations-section {
  border-bottom: 2px solid #E5E7EB; /* Border color */
  padding: 60px 20px;
  text-align: center;
}

.locations-section .sub-heading {
  font-size: 13px;
  letter-spacing: 3px;
  color: #4B5563; /* Secondary Dark Gray */
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.locations-section .main-heading {
  font-size: 2.8rem;
  color: #111827; /* Primary Dark */
  margin-bottom: 50px;
  font-weight: 700;
}

.locations-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* --- Card Styling --- */
.location-card {
  width: 360px;
  height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.location-card:hover {
  transform: translateY(-10px);
}

.card-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(17, 24, 39, 0.95) 0%, rgba(17, 24, 39, 0) 70%);
  z-index: 1;
}

.yield-badge {
  position: absolute;
  top: 25px; right: 25px;
  background: #0066CC; /* Accent Blue */
  color: #FFFFFF;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  z-index: 2;
}

.card-content {
  position: relative;
  z-index: 2;
  text-align: left;
}

.card-content h3 {
  font-size: 1.25rem;
  color: #FFFFFF;
  margin: 0 0 8px 0;
}

.card-content p {
  font-size: 1rem;
  color: #FFFFFF !important;
  margin-bottom: 25px;
  opacity: 0.9;
}

.card-divider {
  border: 0;
  border-top: 1px solid rgba(229, 231, 235, 0.3);
  margin-bottom: 20px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #FFFFFF;
}

.explore-btn {
  color: #0066CC;
  text-decoration: none;
  font-weight: 700;
}

/* --- Bottom Button Styling --- */
.section-footer-btn {
  margin-top: 60px;
}

.browse-all-btn {
  display: inline-block;
  background-color: #0066CC; /* Accent Blue */
  color: #FFFFFF;
  padding: 16px 40px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: all 0.3s ease;
  border: 1px solid #0066CC;
}

.browse-all-btn:hover {
  background-color: transparent;
  color: #0066CC;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .location-card { width: 100%; }
  .browse-all-btn { width: 100%; box-sizing: border-box; }
}


.location-card {
  position: relative; /* This confines the absolute positioning to the card */
  cursor: pointer;
}

/* This stretches the link to cover the entire card */
.location-card .explore-btn::after {
  content: "";
  position: absolute;
  inset: 0; /* Shorthand for top: 0, bottom: 0, left: 0, right: 0 */
  z-index: 10; /* Ensures the link sits on top of your overlays and text */
}

/* Keep the container relative so the layout stays intact */
.card-content {
  position: relative; 
  z-index: 1;
}


     /* Safely scoped box-sizing to avoid '*' global overrides */
.property-directory-section,
.property-directory-section div,
.property-directory-section h2,
.property-directory-section h3,
.property-directory-section h4,
.property-directory-section ul,
.property-directory-section li,
.property-directory-section a,
.property-directory-section span {
    box-sizing: border-box;
}

.property-directory-section {
    background-color: #111111 !important;
    font-family: "Archivo", sans-serif;
    padding: 20px 20px;
    width: 100%;
}

/* Constrain width for larger screens */
.property-directory-section .dir-block, 
.property-directory-section .dir-header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.dir-header {
    text-align: center;
    margin-bottom: 70px;
}

.dir-subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 2.5px;
    color: #D3A188; /* Secondary Dark Gray */
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.dir-title {
    font-size: 46px;
    color: #ffffff; /* Primary Dark */
    font-family: "Archivo", sans-serif;
    font-weight: normal;
    margin: 0;
}

.dir-block {
    margin-bottom: 70px;
}

.dir-divider-header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.dir-divider-header h3 {
    font-size: 26px;
    color: #ffffff; /* Primary Dark */
    font-family: "Archivo", sans-serif;
    font-weight: normal;
    margin: 0;
    padding-right: 24px;
}

.dir-line {
    flex-grow: 1;
    height: 1px;
    background-color: #E5E7EB; /* Border / Divider */
}

.dir-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

/* Responsive columns for tablet and desktop */
@media (min-width: 768px) {
    .dir-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

.dir-column h4 {
    font-size: 12px;
    color: #D3A188; /* Secondary Dark Gray */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 600;
}

.dir-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.dir-list li {
    margin-bottom: 16px;
}

.dir-list a {
    text-decoration: none;
    color: #D3A188; /* Body Text (dark) */
    font-size: 15px;
    transition: color 0.3s ease;
}

/* Hover effects using the requested Accent color */
.dir-list a:hover {
    color: white !important; /* Accent / Links / Buttons */
}

.dir-view-more {
    text-decoration: none;
    font-size: 11px;
    color: #4B5563; /* Secondary Dark Gray */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.dir-view-more:hover {
    color: #0066CC; /* Accent / Links / Buttons */
}

.dir-arrow {
    margin-left: 6px;
    font-size: 16px;
    font-weight: normal;
}
.stat-item .stat-card span{
  font-size: 20px !important;
}
.nav-outer .main-menu #navbarSupportedContent .navigation{
  background: transparent !important;
}
.header-lower .inner-container .nav-outer .main-menu{
  background: transparent !important;
}

section.flat-slider.home-1{
    position: relative;
}

body section.flat-slider.home-1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.9) 0%,
        rgba(0,0,0,0.6) 40%,
        rgba(0,0,0,0.5) 70%,
        rgba(0,0,0,4) 300%
    ) !important;

    pointer-events: none;
}
.wd-find-select .inner-group .box-filter .icon
{
  display: none !important;
    color: #FFFFFFAD !important;
}
.wd-find-select .inner-group .box-filter .filter-advanced span{
    color: #FFFFFFAD !important;
}
.wd-find-select .inner-group .form-style .nice-select span{
    color: #FFFFFFAD !important;
}
.wd-find-select .inner-group .form-style .nice-select:after{
border-bottom: 1.7px solid #FFFFFFAD;
    border-right: 1.7px solid #FFFFFFAD;
}
.wd-find-select .inner-group .form-style .form-control::placeholder{
    color: #FFFFFFAD !important;
}
.wd-find-select .inner-group .group-ip .icon{
    color: #FFFFFFAD !important;
}

:root {
    --gold: #d3a188;
    --gold-light: #d3a188;
    --bg:         #0A0A0A;
    --bg-card:    #131313;
    --bg-section: #111111;
    --bg-alt:     #161616;
    /* Typography — the critical fix */
    --white:      #FFFFFF;
    --body:       rgba(255,255,255,.80);
    --soft:       rgba(255,255,255,.55);
    --ghost:      rgba(255,255,255,.28);
    --border:     rgba(201,165,90,.20);
    --border-dim: rgba(255,255,255,.08);
  }
  *, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
  html { scroll-behavior:smooth; }
  body {
    background:var(--bg);
    color:var(--body);
    font-family: "Archivo", sans-serif;
    font-size:1rem;
    line-height:1.75;
    overflow-x:hidden;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,h4 {
    font-family: "Archivo", sans-serif;
    color:var(--white);
    line-height:1.15;
  }

  /* ── STATS BAR ───────────────────────────── */
  .stats { background:var(--bg-alt); border-top:1px solid var(--border-dim); border-bottom:1px solid var(--border-dim); display:grid; grid-template-columns:repeat(4,1fr); }
  .stat { text-align:center; padding:32px 20px; border-right:1px solid var(--border-dim); }
  .stat:last-child { border-right:none; }
  .snum {
    font-family: "Archivo", sans-serif; font-size:50px; font-weight:700;
    color:var(--gold); line-height:1; letter-spacing:-1px;
  }
  .snum sup { font-size:22px; vertical-align:super; }
  /* Stat label — clearly readable */
  .slbl { font-size:12px; font-weight:600; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,.60); margin-top:8px; }

  /* ── SECTION SYSTEM ──────────────────────── */
  section { padding:50px 64px; }
  /* "OUR MISSION"-style label */
  .slabel { font-size:12px; font-weight:700; letter-spacing:4px; text-transform:uppercase; color:var(--gold); margin-bottom:14px; }
  /* Big section heading */
  .stitle { font-family: "Archivo", sans-serif; font-size:clamp(38px,4.5vw,62px); font-weight:700; color:var(--white); line-height:1.12; margin-bottom:18px; }
  .stitle em { color:var(--gold-light); font-weight:400; }
  /* Section body — bright & readable, NOT muted */
  .sbody { font-size:16px; font-weight:400; color: white; line-height:1.85; max-width:500px; }
  .sec-hdr { display:flex; align-items:flex-end; justify-content:space-between; margin-bottom:56px; }
  .va { font-size:12px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:var(--gold); text-decoration:none; border-bottom:1px solid var(--gold); padding-bottom:3px; white-space:nowrap; transition:color .25s; }
  .va:hover { color:var(--gold-light); }
ac
  /* ── LOCATIONS SECTION ───────────────────────────── */
  .lcard { cursor: pointer !important; }
.lover { pointer-events: none !important; }
.locations-section { 
  background: #111111; 
  padding: 60px 0; 
  position: relative;
}

.container { max-width: 1400px; margin: 0 auto; padding: 0 20px; }

.sec-hdr { 
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 50px;
}

.slabel { 
  color: #D3A188; 
  text-transform: uppercase; 
  font-size: 11px; 
  letter-spacing: 3px; 
  font-weight: 700; 
  margin-bottom: 15px; 
}

.stitle { 
  font-size: 48px; 
  color: #ffffff; 
  font-weight: 500; 
  margin-bottom: 20px; 
}

.stitle em { 
  font-family: serif; 
  font-style: italic; 
  color: #D3A188; 
}

.sbody { 
  max-width: 600px; 
  color: rgba(255,255,255,0.8); 
  font-size: 16px; 
  line-height: 1.6; 
  margin: 0 auto;
}

/* --- Swiper & Card Styles --- */
.lgrid-wrapper { position: relative; padding: 0 50px; }

.lcard { 
  position: relative; 
  height: 450px; 
  border-radius: 12px; 
  overflow: hidden; 
  cursor: pointer; 
  background: #111;
  /* Ye line click action ko smooth banati hai */
  -webkit-tap-highlight-color: transparent;
}

.lcard img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  filter: brightness(0.8); 
  transition: transform .8s cubic-bezier(0.2, 0, 0.2, 1); 
}

.lcard:hover img { transform: scale(1.1); filter: brightness(0.6); }

.lover { 
  position: absolute; 
  inset: 0; 
  align-items: center;
  padding: 30px; 
  display: flex; 
  flex-direction: column; 
  justify-content: flex-end; 
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 70%);
  pointer-events: none; /* Taake click niche card tak jaye */
}

.lbadge { 
  background: #D3A188; 
  color: #fff; 
  font-size: 10px; 
  font-weight: 700; 
  padding: 6px 12px; 
  width: fit-content; 
  margin-bottom: 12px; 
  border-radius: 4px;
}

.lname { 
  color: #fff; 
  font-size: 22px; 
  margin-bottom: 5px; 
  font-weight: 600;
}

.lmeta { 
  color: rgba(255,255,255,0.6); 
  font-size: 12px; 
}

.larr {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 20px;
  z-index: 2;
}

/* Custom Navigation Arrows */
.custom-nav {
  color: #fff !important; 
  width: 45px !important;
  height: 45px !important;
  background: #D3A188 !important; 
  border-radius: 50%;
  transition: 0.3s ease;
  z-index: 10;
}

.custom-nav:after {
  font-size: 16px !important;
  font-weight: bold;
}

.custom-nav:hover {
  background: #C08F76 !important; /* Thoda darker shade hover par */
}

.swiper-button-next { right: 0 !important; }
.swiper-button-prev { left: 0 !important; }

/* Responsive Adjustments */
@media (max-width: 768px) {
  .stitle { font-size: 32px; }
  .lgrid-wrapper { padding: 0 10px; } 
  
  .custom-nav { 
    display: flex !important; 
    width: 35px !important; 
    height: 35px !important;
  }
  .custom-nav:after { font-size: 12px !important; }
}
/* ── PROPERTIES SECTION ──────────────────────────── */
.properties { background: #0a0a0a; padding: 40px 0; overflow: hidden; }

/* Header & Tabs Removed */
.properties .stitle { color: #fff; }
.properties .slabel { color: #D3A188; }
.properties .sbody { color: #ffffff; }

.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

/* Card Main Background changed to #111111 */
.pcard { background: #111111; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; overflow: hidden; transition: .4s ease; }
.pcard:hover { transform: translateY(-10px); }

.pimg { position: relative; height: 260px; overflow: hidden; }
.pimg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.85); transition: .6s ease; }

.ptags { position: absolute; top: 15px; left: 15px; display: flex; flex-direction: column; gap: 6px; }
.ptag { font-size: 9px; font-weight: 700; padding: 5px 10px; border-radius: 2px; text-transform: uppercase; color: #fff; letter-spacing: 1px; }
.gold-tag { background: #D3A188; }
.navy-tag { background: rgba(15, 43, 90, 0.7); }

.pfav { position: absolute; top: 15px; right: 15px; width: 35px; height: 35px; border-radius: 50%; border: none; background: rgba(255,255,255,0.1); backdrop-filter: blur(5px); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/* Body background kept consistent with card #111111 */
.pbody { padding: 25px; border-bottom: 1px solid rgba(255,255,255,0.1); background: #111111; }
.ploc { color: #D3A188; font-size: 11px; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
.ptitle { color: #fff; font-size: 20px; font-weight: 600; line-height: 1.4; margin-bottom: 20px; }
.pfeats { display: flex; gap: 15px; }
.pfeat { font-size: 13px; color: #a0a0a0; display: flex; align-items: center; gap: 6px; }
.pfeat span { color: #D3A188; }

/* Footer background kept consistent with card #111111 */
.pfoot { padding: 20px 25px; display: flex; justify-content: space-between; align-items: flex-end; background: #111111; }
.pprice { color: #D3A188; font-size: 22px; font-weight: 700; display: block; }
.pstatus { color: rgba(255,255,255,0.45); font-size: 11px; margin-top: 5px; }
.pbtn-sec { background: transparent; border: 1px solid #D3A188; color: #D3A188; font-size: 10px; font-weight: 700; padding: 6px 12px; cursor: pointer; border-radius: 3px; transition: 0.3s; }
.pbtn-sec:hover { background: #D3A188; color: #fff; }

/* Mobile Adjustments */
@media (max-width: 991px) {
  .lgrid-wrapper, .pgrid-scroll-wrapper { overflow-x: auto; padding-bottom: 20px; scrollbar-width: none; }
  .lgrid, .pgrid { display: flex; gap: 20px; }
  .lcard { min-width: 280px; }
  .pcard { min-width: 310px; }
  .stitle { font-size: 32px; }
}

  /* ── PROJECTS MARQUEE ────────────────────── */
  .projects { background:var(--bg-section); padding-bottom:0; }
  .mqwrap { overflow:hidden; margin:56px -64px 0; }
  .mqinner { display:flex; gap:3px; animation:mq 28s linear infinite; flex-shrink:0; }
  @keyframes mq { from{transform:translateX(0)} to{transform:translateX(-50%)} }
  .prjcard { flex-shrink:0; width:340px; height:456px; position:relative; overflow:hidden; }
  .prjcard img { width:100%; height:100%; object-fit:cover; filter:brightness(.52); transition:transform .6s, filter .6s; }
  .prjcard:hover img { transform:scale(1.05); filter:brightness(.68); }
  .prjinfo { position:absolute; bottom:0; left:0; right:0; padding:28px; background:linear-gradient(to top, rgba(0,0,0,.92) 0%, transparent 100%); }
  /* Project status — gold label */
  .prstatus { font-size:11px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; color:var(--gold); margin-bottom:8px; }
  /* Project name — white, good size */
  .prtitle { font-family: "Archivo", sans-serif; font-size:22px; font-weight:600; color:var(--white); margin-bottom:5px; }
  /* Project location */
  .prloc { font-size:12px; font-weight:400; letter-spacing:1.5px; text-transform:uppercase; color:rgba(255,255,255,.55); }

  /* ── MARKET ──────────────────────────────── */
  .market { background:var(--bg); }
  .market-heading{
    align-items: center !important;
    display: flex;
    flex-direction: column;

  }
  .mktgrid { display:grid; grid-template-columns:1fr 1fr; gap:3px; }
  .mktmap { position:relative; overflow:hidden; min-height:520px; }
  .mktmap img { width:100%; height:100%; object-fit:cover; filter:brightness(.36) saturate(0); opacity:.8; }
  .mktover { position:absolute; inset:0; background:linear-gradient(135deg, rgba(201,165,90,.13) 0%, rgba(10,10,10,.75) 100%); display:flex; flex-direction:column; justify-content:flex-end; padding:48px; }
  /* Map heading */
  .mktover h3 { font-size:32px; font-weight:600; color:var(--white); margin-bottom:10px; }
  .mktover p { font-size:14px; font-weight:400; color:rgba(255,255,255,.58); letter-spacing:1.5px; text-transform:uppercase; margin-bottom:28px; }
  .obtn { display:inline-block; border:1px solid var(--gold); color:var(--gold); font-size:11px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; padding:13px 30px; text-decoration:none; width:fit-content; transition:all .25s; font-family:'Poppins',sans-serif; }
  .obtn:hover { background:var(--gold); color:#0A0A0A; }
  .mktzones { background:var(--bg-card); padding:48px; display:flex; flex-direction:column; }
  .mzhead { margin-bottom:32px; }
  /* Zone description — visible body text */
  .mzhead p { font-size:15px; font-weight:400; color:rgba(255,255,255,.65); line-height:1.75; }
  .zone { display:flex; align-items:center; padding:20px 0; border-bottom:1px solid var(--border-dim); cursor:pointer; transition:padding-left .3s; }
  .zone:hover { padding-left:8px; }
  .zone:last-child { border-bottom:none; }
  .zn { font-family: "Archivo", sans-serif; font-size:14px; color:var(--ghost); width:30px; }
  /* Zone name — fully visible white text */
  .zname { flex:1; font-size:15px; font-weight:500; color:var(--white); letter-spacing:.3px; }
  .zchip { font-size:9px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; padding:4px 12px; margin-right:20px; }
  .zchip.hot { background:rgba(201,165,90,.15); color:var(--gold); }
  .zchip.new { background:rgba(255,255,255,.06); color:rgba(255,255,255,.45); }
  .zyld { font-family: "Archivo", sans-serif; font-size:24px; font-weight:600; color:var(--gold); text-align:right; }
  .zyld small { font-family: "Archivo", sans-serif; font-size:10px; font-weight:400; color:rgba(255,255,255,.40); display:block; letter-spacing:1px; }

  /* ── ADVISORY CTA ────────────────────────── */
  .advisory { position:relative; overflow:hidden; min-height:540px; display:flex; align-items:center; padding:0; }
  .advbg { position:absolute; inset:0; background: #111111 !important; }
  .advinner { position:relative; z-index:2; padding:100px 64px; max-width:620px; }
  .advline { width:56px; height:2px; background:var(--gold); margin-bottom:30px; }
  /* Advisory heading */
  .advinner h2 { font-size:clamp(36px,4vw,58px); font-weight:700; color:var(--white); line-height:1.1; margin-bottom:20px; }
  .advinner h2 em { color:var(--gold-light); font-weight:400; }
  /* Advisory body text — clearly readable at 16px */
  .advinner p { font-size:16px; font-weight:400; color:rgba(255,255,255,.72); line-height:1.85; margin-bottom:40px; }
  .btnrow { display:flex; gap:16px; flex-wrap:wrap; }
  .bgold { background:var(--gold); color:#0A0A0A; font-family: "Archivo", sans-serif; font-size:11px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; padding:16px 36px; text-decoration:none; display:inline-block; transition:background .25s; }
  .bgold:hover { background:var(--gold-light); }
  .bghst { border:1px solid rgba(255,255,255,.30); color:rgba(255,255,255,.85); font-family:'Poppins',sans-serif; font-size:11px; font-weight:600; letter-spacing:2.5px; text-transform:uppercase; padding:16px 36px; text-decoration:none; display:inline-block; transition:all .25s; }
  .bghst:hover { border-color:var(--gold); color:var(--gold); }

  /* ── DIRECTORY ───────────────────────────── */
  .directory { background:var(--bg-section); padding:80px 64px; }
  .dgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:60px 80px; margin-top:56px; }
  .dcol h4 { font-family: "Archivo", sans-serif; font-size:11px; font-weight:700; letter-spacing:3px; text-transform:uppercase; color:var(--gold); margin-bottom:20px; padding-bottom:12px; border-bottom:1px solid var(--border-dim); }
  .dcol ul { list-style:none; }
  .dcol li { margin-bottom:12px; }
  /* Directory links — readable body text, not near-invisible */
  .dcol a { font-size:15px; font-weight:400; color:rgba(255,255,255,.68); text-decoration:none; display:flex; align-items:center; gap:10px; transition:color .25s; }
  .dcol a::before { content:'→'; font-size:11px; color:rgba(255,255,255,.24); transition:color .25s, transform .25s; }
  .dcol a:hover { color:var(--white); }
  .dcol a:hover::before { color:var(--gold); transform:translateX(4px); }

  
  /* ── TABLET ──────────────────────────────── */
  @media(max-width:1100px){
    .stats { grid-template-columns:repeat(2,1fr); }
    .lgrid { grid-template-columns:1fr 1fr; }
    .lcard.tall { grid-row:auto; height:440px; }
    .pgrid { grid-template-columns:1fr 1fr; }
    .mktgrid { grid-template-columns:1fr; }
    .mtggrid { grid-template-columns:1fr; gap:48px; }
    .dgrid { grid-template-columns:1fr 1fr; }
    .fttop { grid-template-columns:1fr 1fr; gap:40px; }
    .mqwrap { margin-left:-32px; margin-right:-32px; }
    .grule { margin:0 32px; }
    .advinner { padding:80px 32px; }
  }

  /* ── MOBILE ──────────────────────────────── */
  @media(max-width:640px){

    
    /* ── Body: account for fixed header (60px) + fixed bottom nav (74px) ── */
    body {
      padding-top: 60px;
      padding-bottom: 90px;
      overflow-x: hidden;
    }

    /* ── STATS BAR ── */
    .stats { grid-template-columns: repeat(2,1fr); }
    .snum { font-size: 36px; }
    .slbl { font-size: 11px; letter-spacing: 1.5px; }
    .stat { padding: 24px 10px; }

    /* ── SECTIONS ── */
    section { padding: 56px 20px; }
    .directory { padding: 52px 20px; }
    .sec-hdr { flex-direction: column; align-items: center; gap: 18px; margin-bottom: 32px; }
    .stitle { font-size: clamp(28px, 7.5vw, 38px); }
    .sbody { font-size: 15px; }
    .slabel { font-size: 11px; }

    /* ── LOCATIONS — single column, full width ── */
    .lgrid { grid-template-columns: 1fr; gap: 18px; }
    .lcard { height: 300px; }
    .lcard.tall { height: 360px; }
    .lname { font-size: 26px; }
    .lbadge { font-size: 10px; padding: 4px 12px; }
    .lmeta { font-size: 11px; }

    /* ── PROPERTIES ── */
    .pgrid { grid-template-columns: 1fr; }
    .ptabs { overflow-x: auto; scrollbar-width: none; flex-wrap: nowrap; border-bottom: 1px solid var(--border-dim); }
    .ptabs::-webkit-scrollbar { display: none; }
    .ptab { padding: 11px 16px; font-size: 11px; flex-shrink: 0; }
    .pimg { height: 220px; }
    .ptitle { font-size: 18px; }

    /* ── PROJECTS MARQUEE ── */
    .mqwrap { margin-left: -20px; margin-right: -20px; }
    .prjcard { width: 260px; height: 340px; }

    /* ── MARKET INTELLIGENCE ── */
    .mktgrid { grid-template-columns: 1fr; }
    .mktmap { min-height: 260px; }
    .mktover h3 { font-size: 24px; }
    .mktzones { padding: 24px 18px; }
    .zname { font-size: 13px; }
    .zyld { font-size: 20px; }
    .zchip { display: none; }
    .zone { padding: 16px 0; }

    /* ── ADVISORY ── */
    .advisory { min-height: auto; }
    .advbg {
      background:
        linear-gradient(to bottom, rgba(10,10,10,.88) 0%, rgba(10,10,10,.65) 100%),
        url('https://images.unsplash.com/photo-1582407947304-fd86f28f1d37?w=900&q=80') center/cover;
    }
    .advinner { padding: 56px 20px; max-width: 100%; }
    .advinner h2 { font-size: clamp(26px, 7vw, 38px); }
    .advinner p { font-size: 15px; }
    .btnrow { flex-direction: column; gap: 12px; }
    .bgold,.bghst { text-align: center; padding: 16px 20px; font-size: 12px; }

    /* ── DIRECTORY ── */
    .dgrid { grid-template-columns: 1fr; gap: 32px; }
    .dcol a { font-size: 14px; }
}

.flat-filter-search-v2 .flat-tab-form .wd-search-form{
    background: #0a0a0a !important;
}
.nice-select{
    background: #0a0a0a !important;
}
.properties-tab-slot .homeya-box {
    border: 1px solid #777777 !important;
}
.search-suggestion .search-suggestion-item{
    background: #0a0a0a !important;
}
#page-home section.flat-section.flat-recommended {
    padding: 40px 0 40px !important;
    background: #111111 !important;
}
.homeya-box .content .desc p{
  color: #FFFFFF !important;
}
.flat-pagination .page-numbers.current{
    background: #D3A188 !important;
}
.flat-pagination .page-numbers.current:hover{
    background: #D3A188 !important;
}
.flat-pagination .page-numbers:hover{
    border: 1px solid #D3A188 !important;
}
.header-property-detail{
    background: black !important;
}
.header-property-detail .flag-tag.primary{
    background: #D3A188 !important;
    color: black !important;
}
.header-property-detail .content-bottom .info-box .meta{
    background: #D3A188 !important;
    padding: 10px !important;
    border-radius: 10px !important;
}
.single-property-element.single-property-overview .info-box{
    background: #0a0a0a !important;
}
.widget-sidebar.fixed-sidebar.wrapper-sidebar-right .widget-box.single-property-contact.bg-surface{
    background: black !important;
}
    
.single-property-desc .text-variant-1 .ck-content.single-detail.project-style2-detail p.paragraph_Ni0q9.slide-up-text.visible{
    color: #FFFFFFAD !important;
}
.single-property-element.single-property-feature .typical-units-data .typical-unit-card .card .card-body{
    background: black !important;
    color: white !important;
}
.single-property-element.single-property-feature .typical-units-data .typical-unit-card .card .card-body .typical-unit-beds{
    background: #D3A188 !important;
    color: black !important;
}
.single-property-element.single-property-feature .typical-units-data .typical-unit-card .card .card-body .slide-up-text.visible{
    color: #FFFFFFAD !important;
}
.single-property-element.single-property-feature .attachment-file{
    color: #FFFFFFAD !important;
}
.payment-plan-content.active{
    background: #0a0a0a !important;
}
.payment-plan-content.active .timeline-step .label .percent{
    color: #FFFFFFAD !important;
}
.single-property-element.single-property-feature .company-card{
    background: #0a0a0a !important;
}
.single-property-element.single-property-map .nearby_locations{
    background: #0a0a0a !important;
}
.single-property-element.single-property-map .property-share-social{
    display: none !important;
}
.nearby_locations .icon{
    color: #D3A188 !important;
}
.modal .modal-dialog .modal-content{
    background: black !important;
}
.modal-content .modal-header h5{
    color: white !important;
}
#file-attachment-submit{
    background: #D3A188 !important;
    border: none !important;
}

.modal-content .modal-header .btn-close{
    color: white !important;
}
.payment-plan-tab.active{
    color: #D3A188 !important;
}
body .single-property-element.single-property-overview .row-cols-lg-3 .col.item .box-icon.w-52{
    background: #D3A188 !important;
}
.project-style2-show-more-btn{
    color: #D3A188 !important;
}
.tf-btn.primary{
    background: #D3A188 !important;
    color: black !important;
}
#plan-payment-plan .payment-details .payment-stage .stage-header .payment-info h6.slide-up-text.visible{
    color: #D3A188 !important;
}
.stage-percentage{
    color: #cecece !important;
}
.company_developer_description_show_more_btn{
    color: #D3A188 !important;
}
.developer-info-holder .logo{
    background: black !important;
}
.nearby_locations_item:hover{
    background: #0a0a0a !important;
}
.nearby_locations_item .location-details .location-name{
    color: #FFFFFFDA !important;
}
.nearby_locations_item .location-details .distance{
    color: #FFFFFFDA !important;
}
.single-property-element.single-property-feature .box-feature .card{
    background: #D3A188 !important;
    border-radius: 10px !important;
}
.single-property-element.single-property-feature .box-feature .card .amenity-card-body{
    display: flex;
    align-items: center;
    flex-direction: column;
background: #D3A188 !important;
border-radius: 10px !important;
}
.modal-content .modal-header .btn-close{
    padding-bottom: 20px !important;
}
.modal-content .modal-header .btn-close:focus{
    border: 1px solid #D3A188 !important;
    box-shadow: none !important
}
.inner-footer .container .row .col-lg-4 ul.mt-12 li svg.icon.text-variant-2.svg-icon-ti-ti-space {
    display: none;
}
body .top-footer .container .content-footer-top{
  display: none !important;
}
@media (min-width: 768px){
.footer .bottom-footer{
  padding: 20px 0px 40px 0px !important;
  margin-left: 140px !important;
  margin-right: 140px !important;
}
}
.footer .bottom-footer .container{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.footer .content-footer-bottom .copyright {
    color: #666666 !important;
    font-size: 15px !important;
    font-family: "Archivo", sans-serif !important;
}
@media (max-width: 768px){
  .footer .content-footer-bottom .copyright{
    padding-left: 25px !important;
  }
  .footer .content-footer-bottom .panel.panel-default .panel-content{
  padding-left: 80px !important;
}
}
.footer .content-footer-bottom .panel.panel-default .panel-content{
  color: #C1906D !important;
}
.inner-footer .container .row .col-lg-4.col-md-6 .footer-cl-1 p.text-variant-2.slide-up-text.visible{
  padding-top: 15px !important;
  color: #cccccc !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-family: "Archivo", sans-serif !important;
    
}
.inner-footer .container .row .col-lg-4.col-md-6:last-of-type .footer-cl-1 p.text-variant-2.slide-up-text.visible{
  font-size: 22px !important;
    font-weight: 600;
    font-family: "Archivo", sans-serif;
    padding-bottom: 10px !important;
}
@media (min-width: 768px){
.inner-footer .container .row .col-lg-4.col-md-6{
  width: 32% !important;
}
.row > *{
  padding-right: 0px !important;
}
}
body .inner-footer .container .row .col-lg-4.col-md-6 .footer-cl-1 {
  margin-right: 0px !important;
}
.inner-footer .container .row .col-lg-4.col-md-6 .footer-cl-1 ul.list-social.d-flex.align-items-center{
  padding-top: 40px !important;
}
.inner-footer .container .row .col-lg-4.col-md-6 .footer-cl-1 ul.list-social.d-flex.align-items-center li a.box-icon.w-40.social{
  height: 50px !important;
  width: 50px !important;
}
.inner-footer .container .row .col-lg-4.col-md-6 .footer-cl-1 ul.list-social.d-flex.align-items-center li a.box-icon.w-40.social:hover{
  background: #FFA500 !important;
}
.footer .inner-footer {
    padding: 30px 0px 50px !important;
}
@media (min-width: 768px){
.inner-footer .container .row .col-lg-2.col-md-4.col-6{
  margin-top: -80px !important;
  width: 20% !important;
}
}
@media (max-width: 768px){
.inner-footer .container .row .col-lg-2.col-md-4.col-6{
  width: 100% !important;
  margin-left: -30px !important;
  padding-bottom: 40px !important;
}
body .flat-slider.home-1 .slider-content{
padding-top: 100px !important;
padding-bottom: 60px !important
}
}

body .inner-footer .container .row .col-lg-2.col-md-4.col-6 .footer-cl-3 .fw-7.text-white{
    color: #ffffff;
    font-size: 22px !important;
    font-weight: 600;
    font-family: "Archivo", sans-serif;
    padding-bottom: 10px !important;
}
.inner-footer .container .row .col-lg-4.col-md-6 .footer-cl-1{
  margin-right: 16.4% !important;
}
.footer-cl-3 ul.mt-10.navigation-menu-footer li a{
  color: #cccccc !important;
  font-size: 17px !important;
  font-family: "Archivo", sans-serif !important;
}
@media (min-width: 768px){
.inner-footer .container .row .col-lg-4.col-md-6:last-of-type{
  margin-top: -92px !important;
  margin-left: 100px !important;
}
}
@media (min-width: 1300px){
.inner-footer .container .row .col-lg-4.col-md-6:last-of-type{
  margin-top: -92px !important;
  margin-left: 200px !important;
}
}
.inner-footer .container .row .col-lg-4.col-md-6:last-of-type .footer-cl-1 .text-variant-2.slide-up-text.visible{
 color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Archivo", sans-serif;
}
.inner-footer .container .row .col-lg-4.col-md-6:last-of-type .footer-cl-1 ul.mt-12 li svg.icon{
  color: #FFA500 !important;
}

.inner-footer .container .row .col-lg-4.col-md-6:last-of-type .footer-cl-1 ul.mt-12 li{
  padding-bottom: 10px !important;
}
.navigation-menu-footer li a.caption-1.text-variant-2:hover::after{
  display: none !important;
}
.navigation-menu-footer li a.caption-1.text-variant-2:hover{
 color: #FFA500 !important;
}

.inner-footer .container .row .col-lg-4.col-md-6:last-of-type .footer-cl-1 ul.mt-12 li p.text-white.slide-up-text.visible{
  color: #cccccc !important;
  font-size: 17px !important;
  font-family: "Archivo", sans-serif !important;
}
.inner-footer .container .row .col-lg-4.col-md-6:last-of-type .footer-cl-1 ul.mt-12 li p.text-white.slide-up-text.visible:hover{
  color: #FFA500 !important;
}
.inner-footer .container{
  max-width: 1440px !important;
}
.inner-footer .container .row .col-lg-2.col-md-4.col-6 .footer-cl-3{
  margin-left: 30px !important;
}
.footer-cl-3 ul.mt-10.navigation-menu-footer li a
{
  padding-bottom: 12px !important;
}

.main-header .main-menu .navigation > li > a{
  font-family: "Archivo", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}

.main-header .main-menu .navigation > li > a::before{
    left: -2px !important;
    right: auto !important;
    bottom: 10px !important;
    height: 3px !important;
    background: #D3A188 !important;
}

.main-header .main-menu .navigation > li:hover > a::before{
  width: 110% !important;
    left: -2px !important;
    right: auto !important;
    bottom: 10px !important;
    height: 3px !important;
    background: #D3A188 !important;
}
.main-header .main-menu .navigation > li:hover > a{
  color: #D3A188 !important;
}
.main-header .main-menu .navigation > li.current > a {
    position: relative; 
}

.main-header .main-menu .navigation > li.current > a::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    left: 0;
    bottom: 10px;
    height: 3px;
    background: #D3A188;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-header .main-menu .navigation > li.current:hover > a::before {
    width: 110%;
    left: -2px;
}
.mobile-menu .bottom-canvas{
    padding: 0 !important;
}
.mobile-menu .navigation li > a{
    color: #ffffff !important;
}
body .mobile-menu .navigation li > a::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    left: 0;
    bottom: -9px;
    height: 3px;
    background: #D3A188;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body .mobile-menu .navigation li:hover > a::before {
    width: 110%;
    left: -2px;
}
body .mobile-menu .navigation li:hover a {
    color: #D3A188 !important;
}

.mobi-icon-box{
    display: none !important;
}
.mobile-menu .menu-box{
    margin-top: 100px;
    width: 140% !important;
    height: 54% !important;
    background: #07090e !important;
}

.mobile-menu .menu-backdrop{
    height: 70% !important;
}

@media (min-width: 1024px) {
    .main-header.fixed-header .header-lower .inner-container.d-flex.justify-content-around.align-items-center .nav-outer {
        padding-right: 0px !important;
    }
}
body body.show-admin-bar{
    margin-top: 0px !important;
}
.main-header.fixed-header .header-lower .inner-container.d-flex.justify-content-around.align-items-center .d-flex.align-items-center a{
    display: none !important;
}
.single-property-overview .info-box .item .label{
  color: #d1d3d5 !important;
}
section.flat-section.flat-recommended .container .box-title.text-center.wow.fadeIn.animated.animated .text-subtitle.text-primary{
  color: #D3A188 !important;
}
section.flat-section-v3.flat-slider-contact .row.content-wrap .col-lg-7 .content-left .box-title .text-subtitle.text-white {
  color: #D3A188 !important;
}
@media (max-width: 768px){
.market-heading{
  text-align: center !important;
}
section.flat-section-v3.flat-slider-contact .row.content-wrap .col-lg-7 .content-left .box-title{
  text-align: center !important;
}
section.flat-section-v3.flat-slider-contact .row.content-wrap .col-lg-7 .content-left p{
  text-align: center !important;
}
.box-title-listing .box-filter-tab{
      margin-left: 90px !important;
}
body .box-title-listing .box-filter-tab .list-page{
  width: calc(40% - 45px) !important;
}
.box-title-listing .box-filter-tab .list-sort{
  width: 40% !important;
}
.advisory-content{
 text-align: center !important; 
}
.flat-tab-form .nav-tab-form.style-1 .nav-link-item.active{
    height: 55px !important;
}
.flat-tab-form .nav-tab-form.style-1 .nav-link-item{
    height: 55px !important;
}

}
.box-title-listing .box-filter-tab.justify-content-between .reset-filter-btn{
  display: none !important;
}
section.flat-slider.home-1{
    overflow: visible !important;
}

@media (max-width: 767px) {
    .search-box-offcanvas .search-box-offcanvas-content .search-box-offcanvas-header{
     background: #0a0a0a !important;
    }
    .search-box-offcanvas.active .search-box-offcanvas-content{
     background: #0a0a0a !important;
    }
}
@media (max-width: 768px) {
    #page-home #botble-contact-forms-fronts-contact-form .tf-btn.primary.size-1.slide-up-text.visible {
        transform: translateX(45%) !important;
    }
}
.col-lg-4 .card.p-0 .amenity-card-body .amenity-title{
    display: inline-block !important;
    min-height: 62px !important;
}
.single-property-overview .info-box .item .box-icon .icon{
    color: black !important;
}
.header-property-detail .content-bottom .info-box .meta-item .icon{
    color: black !important;

}

.flat-section.flat-property-detail .single-property-element.single-property-feature .payment-plans-section .title{
  display: none !important;
}

.contact-link:hover {
    color: #ffa500 !important;
}

.payment-details .payment-stage .stage-header .payment-info h6.slide-up-text.visible{
    color: #D3A188 !important;
}

.search-suggestion.suggestion-wrapper .search-suggestion-item:hover{
    color: #D3A188 !important;
}
#keyword-suggestion-ul li{
    background: black !important;
}
#keyword-suggestion-ul li:hover{
    color: #D3A188 !important;
}
#keyword-suggestion-ul {
    background: black !important;
}
ul.iti__country-list span.iti__dial-code{
    color: white !important;
}
.single-property-element.single-property-map ul.info-map a.text-variant-1{
    color: #ffffff !important;
}
.wd-find-select.style-2 .inner-group .form-style .nice-select{
    line-height: 46px !important;
}
.wd-find-select.style-2 .inner-group .form-style .form-control{
    line-height: 46px !important;
}
@media (max-width: 768px) {
    .button-group .btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}









.iti {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

.iti__dropdown-content {
    position: absolute !important;
    
    bottom: 100% !important; 
    top: auto !important;
    margin-bottom: 5px !important;
    
    left: 0 !important;
    width: 280px !important;
    max-height: 220px !important; 
    
    background: #111111 !important;
    border: 1px solid #D3A188 !important;
    border-radius: 10px !important;
   
    z-index: 9999999 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    
    transform: none !important;
}


.iti__search-input {
    width: 100% !important;
    background: #151C2C !important;
    color: white !important;
    border: none !important;
    border-bottom: 1px solid #D3A188 !important;
    padding: 10px !important;
    outline: none !important;
    position: sticky !important;
    top: 0;
    z-index: 10;
    font-family: 'Archivo', sans-serif !important;
}


.iti__country-list {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    background: #111111 !important;
}

.iti__country {
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    color: #ffffff !important;
    font-family: 'Archivo', sans-serif !important;
    cursor: pointer !important;
}

.iti__country:hover, 
.iti__country.iti__highlight {
    background-color: #D3A188 !important;
    color: #111111 !important;
}

.iti__dial-code {
    color: #999 !important;
    margin-left: auto;
}


@media (max-width: 768px) {
    .iti__dropdown-content {
        width: 100% !important;
        max-height: 180px !important;
        bottom: 100% !important;
        top: auto !important;
    }

    .single-property-feature .row {
        display: flex !important;
        flex-wrap: nowrap !important; 
        overflow-x: auto !important; 
        gap: 15px; 
        padding-bottom: 15px; 
        -webkit-overflow-scrolling: touch; 
    }

    .single-property-feature .col-lg-4 {
        flex: 0 0 85% !important;
        max-width: 85% !important;
    }
}
@media (max-width: 576px) {
.iti--inline-dropdown .iti__dropdown-content {
  width: 320px !important;
}
}
.iti--inline-dropdown .iti__dropdown-content {
      overflow-y: hidden !important;
  top: 0 !important;
    height: 360px !important;
      margin-top: 48px !important;
}

.lcard-link {
    display: block;
    width: 100%;
    height: 100%;
}


@media (max-width: 768px) {
    .nav-tab-recommended {
        display: flex !important;
        flex-wrap: nowrap !important; 
        overflow-x: auto !important; 
        overflow-y: hidden;
        justify-content: flex-start !important; 
        padding-bottom: 10px; 
        -webkit-overflow-scrolling: touch; 
        scrollbar-width: none;
    }

   
    .nav-tab-recommended::-webkit-scrollbar {
        display: none;
    }

    .nav-tab-item {
        flex: 0 0 auto !important; 
        margin-right: 10px;
    }
    
    .nav-link-item {
        white-space: nowrap !important; 
        padding: 8px 15px !important;
    }
}

@media (max-width: 768px) {
  .flat-tab-form .nav-tab-form{
  gap: 0 !important;
  }
 
  .flat-tab-form .nav-tab-form .nav-tab-item
    {
        margin-right: 2px !important;
    }
}