/* ==========================================================================
   MODERN RESPONSIVE CSS MEDIA QUERIES
   ========================================================================== */

/* Base styles (Mobile First - 320px+) */

/* ==========================================================================
   BREAKPOINT VARIABLES (for reference)
   ========================================================================== */
/*
  xs: 0px (default - mobile first)
  sm: 576px (small devices)
  md: 768px (tablets)
  lg: 992px (laptops)
  xl: 1200px (desktops)
  xxl: 1400px (large desktops)
*/

/* ==========================================================================
   SMALL DEVICES (Landscape phones, 576px and up)
   ========================================================================== */
@media (max-width: 576px) {
  .container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

 
}

/* ==========================================================================
   MEDIUM DEVICES (Tablets, 768px and up)
   ========================================================================== */
@media (min-width: 768px) {
 
}

/* ==========================================================================
   LARGE DEVICES (Laptops/Desktops, 992px and up)
   ========================================================================== */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0 32px;
  }
  
  .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  

}

/* ==========================================================================
   EXTRA LARGE DEVICES (Large Desktops, 1200px and up)
   ========================================================================== */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 40px;
  }
  
  .grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 2.5rem;
  }
  

}

/* ==========================================================================
   EXTRA EXTRA LARGE DEVICES (Large Desktops, 1400px and up)
   ========================================================================== */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding: 0 48px;
  }
  
  .grid {
    gap: 3rem;
  }
  
  .text-xxl-4xl {
    font-size: 2.25rem;
  }
}

/* ==========================================================================
   CUSTOM BREAKPOINTS
   ========================================================================== */

/* Ultra-wide screens (1600px+) */
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }

}

/* ==========================================================================
   DEVICE-SPECIFIC QUERIES
   ========================================================================== */

/* Tablets in portrait mode */
@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  
.home-card-details {
    color: var(--light-color);
    background-color: var(--dark-two-color);
    padding: 1rem 0.5rem!important;
    margin: 0!important;
    position: relative!important;
    margin-bottom: 1rem;
    bottom: 0!important;
    margin-bottom: 2rem!important;
}
    .resi-properties .property-card{
    max-width: unset!important;
  }
  .tablet-landscape {
    grid-template-columns: repeat(4, 1fr);
  } 
  .legacy-build .stats-container {
    padding: 0 3rem 0 3rem;
}
.press-release .building-card{
    height: 350px;
}.press-release .building-card:hover .info-icon {
    background: var(--yellow-angle-three);
    transform: scale(1.1) translateY(-10px);
    -webkit-transform: scale(1.1) translateY(-10px);
    -moz-transform: scale(1.1) translateY(-10px);
    -ms-transform: scale(1.1) translateY(-10px);
    -o-transform: scale(1.1) translateY(-10px);
}
.home-card-details {
    color: var(--light-color);
    background-color: var(--dark-two-color);
    padding: 1rem 0.5rem!important;
    margin: 0!important;
    position: relative!important;
    margin-bottom: 1rem;
    bottom: 0!important;
    margin-bottom: 2rem!important;
}
.home-blog-date{
    display: block!important;
    text-align: center;
}
.ft-main{
    padding: 3rem;
}
.ft-main .ft-list-link{
    font-size: 1.2rem;
}
.ft-main .ft-section-title ,.ft-main .ft-social-title{
    font-size: 1.3rem;
}
.legacy-counter{
    padding:1rem 1rem!important;
}
.legacy-build .stat-item{margin-bottom: 3rem;}
.home-blogs .col-md-4{
    width: 100%!important;
}
.home-blogs img{
    width: 100%!important;
}
.home-award .heading h1 {
    color: var(--head-color);
    font-size: 2rem !important;
}
}

/* Tablets in landscape mode */
@media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
  .hover-container .column-2 {
    width: 100%!important;
  }
  .hover-container .column-1 {
    width: 100%!important;
  }
  .hover-container .column-3 {
    width: 100%!important;
  }
    .chair-img{
    position: relative!important;
    
  }
  .chair-img-txt{
    position: relative!important;
    bottom: 45%!important;
  }
  .chair-msg .col-md-6{
    width: 100%;
  }
    .contact-map{
    padding-bottom: 0!important;
  }
  .map-pop-card{
    right: unset!important;
    position: relative!important;
    width: 100%!important;
  }
  .contact-map .map-nav {
    right: 7%!important;
    top: 25%!important;
  }
  .resi-properties .property-card{
    max-width: unset!important;
  }
  .tablet-landscape {
    grid-template-columns: repeat(4, 1fr);
  } 
  .legacy-build .stats-container {
    padding: 0 3rem 0 3rem;
}
.press-release .building-card{
    height: 350px;
}.press-release .building-card:hover .info-icon {
    background: var(--yellow-angle-three);
    transform: scale(1.1) translateY(-10px);
    -webkit-transform: scale(1.1) translateY(-10px);
    -moz-transform: scale(1.1) translateY(-10px);
    -ms-transform: scale(1.1) translateY(-10px);
    -o-transform: scale(1.1) translateY(-10px);
}
.home-card-details {
    color: var(--light-color);
    background-color: var(--dark-two-color);
    padding: 1rem 0.5rem!important;
    margin: 0!important;
    position: relative!important;
    margin-bottom: 1rem;
    bottom: 0!important;
    margin-bottom: 2rem!important;
}
.home-blog-date{
    display: block!important;
    text-align: center;
}
.ft-main{
    padding: 3rem;
}
.ft-main .ft-list-link{
    font-size: 1.2rem;
}
.ft-main .ft-section-title ,.ft-main .ft-social-title{
    font-size: 1.3rem;
}
.legacy-counter{
    padding:1rem 1rem!important;
}
.legacy-build .stat-item{margin-bottom: 3rem;}
.home-blogs .col-md-4{
    width: 100%!important;
}
.home-blogs img{
    width: 100%!important;
}

}

/* Mobile landscape */
@media (max-width: 767px) {
    .mob-menu-txt{
        display:none;
    }
  .feature-custom {
    width: 20px;
    left: 50%;
  }
   .zsiq-float{
    bottom: 80px!important;
  }
  .club-banner{
    background-image: url('../img/banner/club-mob.jpg')!important;
           background-size: cover!important;
background-attachment: scroll!important;


  }
  .home-explore-ani{
    bottom: 25%;
  }
  .whatsapp-container{
    bottom: 110px!important;
  }
    .testimonial .view-btn{
        padding:0.6rem 1rem;
    }
    .club-banner .heart-btn{
        padding: 0.8rem 1rem;
    }
    .featured .call-btn{
         padding: 0.8rem 0.9rem;
    }
    .featured .price-btn{
         padding: 0.8rem 1rem;
    }
    .main-button{
        padding: 0.5rem 1rem;
    }
  .navbar.scrolled .white-logo {
  width: 73px;
  margin-left: 1rem !important;
}
  .hero .heading p{
    bottom: 0!important;
  }
  .club-banner h2{
    text-align: center;
    width: 100%;
  }
  .heartbeat{
    display: block!important;
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin: 0 auto;
    bottom: 03%!important;
  }
  .about-vision .container{
    padding: 2rem  1rem 0!important;
  }
  .about-mission .container{
    padding: 2rem  1rem 0!important;
  }
  .who-we-are p{
    text-align: center;
  }
  .chair-img{
    position: relative!important;
    
  }
  .chair-img-txt{
    position: relative!important;
    bottom: 45%!important;
  }
  .about-toggle-btn{
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .about-vision .col-md-1{
    text-align: center!important;
  }
  .about-mission .col-md-1{
    text-align: center!important;
  }
  .vision{
    padding-bottom: 0!important;
  }
  .vision-txt{
    position: relative;
    bottom: unset!important;
  }
  .indian-sales{
    padding-bottom: 0!important;
  }
  .contact-map{
    padding-bottom: 0!important;
  }
  .map-pop-card{
    right: unset!important;
    position: relative!important;
  }
  .contact-map .map-nav {
    right: 7%!important;
    top: 25%!important;
  }
  .sales-project-nav{
    left: 25%!important;
  }
  /* Swiper navigation arrows */
.indian-sales .swiper-button-next,
.indian-sales .swiper-button-prev {

    
    right: 50% !important;

}
     .ft-main .ft-container .col-lg-2:first-child{
     width:unset!important;
 }
 .ft-main .ft-container .col-lg-2:nth-child(2){
     width:unset!important;
 }
 .ft-main .ft-container .col-lg-2:nth-child(3){
     width:unset!important;
 }
 .ft-main .ft-container .col-lg-2:nth-child(4){
    width:unset!important;
 }
    .featured .project-image-display img{
        
        height:auto!important;
    }
    .featured .project-specs{
        margin-bottom:1rem!important;
        display:block;
    }
    .featured .spec-item{
        margin-bottom:1rem;
    }
  .preloader img{
    width: 120px;
  }
  .resi-properties .property-card{
    max-width: unset!important;
  }
    .ft-main .ft-social-icon{
        font-size: 14px;
    }
   
    .resi-properties .heading h2{
        padding-bottom: 0rem!important;
    }
    .menu-close {

    position: absolute!important;
    right: 010%!important;
}
    .book-btn{
        display: none!important;
    }
    .navbar-brand img{
        width: 140px;
        margin-left: 0!important;
    }
    .search-ico{
        padding: 0.6rem;
        width: 33px;
    }
      
    .hero .heading h1{
        bottom: unset;
        font-size: 2.6rem!important;
    }
    .legacy-counter{
        padding: 2rem 1rem!important;
    }
    .vertical-separator{
        display: none;
    }
    .stats-container{
        padding: 2rem 0 0 1rem!important;
    }
    .featured {
    padding-bottom:5rem!important;
    }
    .project-details{
        padding: 2rem 0 0!important;
    }
    .featured .badge-ramky{
        padding: 0.5rem 0.3rem!important;
    }

.press-release{
    padding: 1rem 0 2rem;
}
.press-release .building-card{
    margin-bottom: 2rem!important;
}
.press-release .mt-5{
    margin: 0rem 0!important;
}
.testimonial{
    padding: 2rem 0 2rem;
}
.testimonial h2{
    padding-bottom: 1rem!important;
}
.home-blogs{
    padding: 2rem 0 0rem;
}
.home-card-details {
    color: var(--light-color);
    background-color: var(--dark-two-color);
    padding: 1rem 0.5rem!important;
    margin: 0!important;
    position: relative!important;
    margin-bottom: 1rem;
    bottom: 0!important;
    margin-bottom: 2rem!important;
}
.home-blog-date{
    justify-content: center;
}
.resi-project-nav{
    right: 45%!important;
}
.get-touch{
     padding: 3rem 0 2rem;
}
.form-container{
    margin-top: 0rem!important;
}
.ft-container .col-12{
    width: 50%!important;
}
.copy-right{
    flex-direction: column!important;
    gap: 0 !important;
    padding-bottom: 7rem;
}
   /* Fixed bottom bar */
  .bottom-fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #191970;
    z-index: 9999;
    padding: 1rem 0;
    display: block !important;
    border-radius: 20px 20px 0 0;
  }

  .action-btn {
    background-color: #191970;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease-in-out;
  }

  .action-btn:hover {
    background-color: #191970;
    color: #fff;
  }

  .action-icon {
    display: block;
    font-size: 18px;
    margin-bottom: 3px;
  }

  /* Optional: Divider line styling (border-light makes it white) */
  .borde-end {
    border-color: rgba(255, 255, 255, 0.4) !important;
    border-right: 1px solid #fff !important;
  }
}

/* ==========================================================================
   HIGH DPI / RETINA DISPLAYS
   ========================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .retina-image {
    background-image: url('image@2x.jpg');
    background-size: contain;
  }
}

/* ==========================================================================
   PREFER REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}




/* ==========================================================================
   CONTAINER QUERIES (Modern browsers)
   ========================================================================== */
@container (min-width: 400px) {
  .card-responsive {
    display: flex;
    flex-direction: row;
  }
}

@container (min-width: 600px) {
  .card-responsive .content {
    flex: 1;
    padding: 2rem;
  }
}