/* ==========================================================================
   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) {
 .career-people-stories .swiper-button-next{
    right: 0!important;
}
.career-people-stories .swiper-button-prev{
    left: 0!important;
}
}

/* ==========================================================================
   LARGE DEVICES (Laptops/Desktops, 992px and up)
   ========================================================================== */
@media (min-width: 992px) {
  #ex-down .container{
    max-width: 900px!important;
  }
  .container {
    max-width: 960px;
    padding: 0 32px;
  }
  
  .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .blog-feature .heading {
    margin-top: 100px;
  }


}

/* ==========================================================================
   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: 1199px) and (orientation: landscape) {


}

/* Tablets in landscape mode */
@media (min-width: 768px) and (max-width: 1199px) {

   h1{
        font-size: 2rem!important;
    }
    h2{
        font-size: 1.75rem!important;
    }
    h3{
        font-size: 1.5rem!important;
    }
    h4{
        font-size: 1.25rem!important;
    }
    h5{
        font-size: 1.125rem!important;
    }
    h6{
        font-size: 1rem!important;
    }
    .who-we-are .col-md-4{
        width:100%;
    }
    .who-we-are .col-md-8{
        width:100%;
    }
    .vision{
        padding:2rem 0;
    }
    .vision .col-md-4{
        width:100%;
    }
    .vision .col-md-6{
        width:100%;
    }
    
    .ft-main .ft-container .col-lg-2:first-child {
    width: 100% !important;
}

.ft-main .ft-container .col-lg-2:nth-child(2) {
    width: 33.3% !important;
}

.ft-main .ft-container .col-lg-2:nth-child(3) {
    width: 33.3% !important;
}

.ft-main .ft-container .col-lg-2:nth-child(4) {
    width: 33.3% !important;
}
.ft-main .ft-container .col-lg-2:nth-child(5) {
    width: 50% !important;
}
.ft-main .ft-container .col-lg-2:nth-child(6) {
    width: 50% !important;
}
.legacy-counter  .col-md-7{
    width:50%;
}
.legacy-counter  .col-md-5{
    width:50%;
}
.home-award .col-md-4{
      width:100%!important;
}
.home-award .col-md-8{
      width:100%!important;
}
.home-explore-ani{
    bottom:10%;
}
  .channel-partner-video .col-md-4{
    width: 50%;
  }
    .grid-five-center .grid-item:first-child{
   display: none;
  }
  .grid-five-center .grid-item:last-child{
   display: none;
  }
  .grid-five-center{
        grid-template-columns: 1fr;
  }
   .channel-partner-eligibility-text{
    position: relative;
  }
    .channel-partner .row{
    --bs-gutter-x: unset!important;
}
  .channel-partner-award .row{
   --bs-gutter-x: unset!important;
  }
    .channel-partner .col-md-6{
    width: 100%;
  }
    .grid-five {
                /* Change to 5 columns for medium screens and up */
                grid-template-columns: repeat(3, 1fr); /* 5 equal columns */
            }
  .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-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;
}
  .career-people-stories .col-md-7{
    width: 100%!important;
  }
  .career-people-stories .col-md-5{
    width: 100%!important;
  }
  .career-corevalues .col-md-4{
    width: 100%!important;
  }


/*---991----*/


  .blog-feature{
    margin: 0;
  }
  .blog-feature .col-md-5{
    width: 100%;
  }
  .blog-feature .col-md-7{
    width: 100%;
  }
  .clubhouse-tiers .col-md-4{
    width: 100%;
  }
  .clubhouse-apart .col-md-7{
    width: 100%;
    padding-bottom: 1rem;
  }
   .clubhouse-apart .col-md-5{
    width: 100%!important;
   }
  .clubhouse-promise{
    overflow-x: hidden;
  }
  .clubhouse-promise .col-md-4{
    width: 100%!important;
    margin-bottom: 1rem;
  }
    .grid-five {
                /* Change to 5 columns for medium screens and up */
                grid-template-columns: repeat(3, 1fr); /* 5 equal columns */
            }
  .resident-filter .info-icon{
    bottom: 20px;
  }
  
    .resident-filter .press-btn{
    width: 75%;
    margin-bottom: 1rem;
  }
.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;
}

}

/* Mobile landscape */
@media (max-width: 767px) {
        .home-explore-ani {
        bottom: 25%;
    }
      /* 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;
  }
  .testimonial-card .tc-right p{
    padding-bottom: 0!important;
  }
  .testimonial-card{
    margin: 0 0.4rem;
    padding: 0 0.5rem 1rem;
  }
  .toh .testimonialSwiper .swiper-slide {
    margin: 0 0.4rem;
  }

  .toh{
    overflow: hidden!important;
  }
  .toh .testimonialSwiper .swiper-slide{
    width: 100%!important;
  }
 .testimonial-card .tc-left {
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding-bottom: 0.5rem;
    }

    .testimonial-card .tc-right {
        padding: 1.5rem 0.5rem 0.5rem;
        padding-top: 0.5rem;
    }
/*  .navbar-brand .white-triangle {*/
/*    padding: 0 2rem 0 0!important;*/
/*}*/
  
  .channel-partner .row{
    --bs-gutter-x: unset!important;
}
  .channel-partner-award .row{
   --bs-gutter-x: unset!important;
  }
  .grid-five-center .grid-item:first-child{
   display: none;
  }
  .grid-five-center .grid-item:last-child{
   display: none;
  }
  .grid-five-center{
        grid-template-columns: 1fr;
  }
  .channel-partner-eligibility-nav{
    position: absolute!important;
    right: 50%!important;
   bottom: 14% !important;
  }
  .channel-partner-eligibility-text{
    position: relative;
  }
  .career-inner-similar-jobs .job-pill{
    text-align: center;
    width: 100%;
  }
  .testimonial-fillter .filter-btn{
    width: 50%;
    float: right;
    margin-bottom: 1rem;
  }
/* .pay-pad{
  padding: unset!important;
} */
.csr-media .heading h3{
  margin-top: 1rem;
}
.csr-focus article {
  margin-bottom: 1rem;
}
.pay-option-box h3{
  text-align: center;
}

  .payment-option .row {
    display: flex;
    flex-direction: column;
  }

  .payment-option .col-md-5,
  .payment-option .col-md-7 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden!important;
  }

  .payment-iconbox {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 15px 0;
  }

  .pay-option-box {
    padding: var(--space-m-l) 1rem;
  }

  .payment-refund .row {
    flex-direction: column;
  }

  .payment-refund .col-md-7,
  .payment-refund .col-md-5 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .payment-refund .refund-box {
    padding: var(--space-m-l) 1rem;
    padding-left: 1rem!important;
  }

  /* .media-get-touch .row {
    flex-direction: column;
  } */

  .media-get-touch .col-md-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .media-get-touch .form-container {
    margin-top: 2rem;
    max-width: 100%;
    padding: 30px;
  }

  .media-get-touch h1 {
    font-size: 2rem !important;
  }

  .land-form .row-two-cols {
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: unset!important;
    padding: 0 var(--space-m-l);
}
    .digital-fillter .filter-btn{
    width: 50%;
    float: right;
    margin-bottom: 1rem;
  }
  .digital-banner .view-btn{
    bottom: 05%;
  }
  .digital-hero{
    padding-bottom: 9rem;
  }
  .clubhouse-faq{
    padding-bottom: 0!important;
  }
  .clubhouse-apart .col-md-7 img{
    margin-bottom: 1rem!important;
  }
  .clubhouse-promise .card{
    margin-bottom: 1rem;
  }
  .clubhouse-nav{
    position: absolute;
    right: 45%!important;
    bottom: 20%!important;
  }

  .clubhouse-theater{
    padding-top: 25rem!important;
    padding-bottom: 3rem!important;
  }
  .clubhouse-promise{
    margin: 0!important;
    padding: 3rem 0;
  }
  .clubhouse-gallery .gallery-card{
    width: 100%!important;
  } 
  .grid-five {
                /* Change to 5 columns for medium screens and up */
                grid-template-columns: repeat(2, 1fr); /* 5 equal columns */
            }
  .club-toggle-btn {
    right: 10px;
    top: 10px;
    padding: 0.4rem 0.6rem;
  }
  .club-text {
    padding: 10px;
  }
  .feature-press .feature-press-content .heading h4{
    display: none;
  }
  .blog-feature .view-btn{
    margin-bottom: 1rem;
  }
.blog-feature{
  margin-top: 2rem!important;
}

  .register-head{
    padding-bottom: 0!important;
  }
  .resident-filter .filter-btn{
    width: 50%!important;
    margin-bottom: 1rem;
    float: right!important;
    padding: 0.5rem 0.8rem!important;
    /* margin: 10px; */
  }
  .careertwo-nav{
 position: absolute;
    right: 50%;
    bottom: 30px;
  }
 
  .career-people-stories .swiper-button-next,
   .career-people-stories .swiper-button-prev{
    top: 95%!important;
    /* left: unset!important;
    right: unset!important; */
  }
.career-people-stories .swiper-slide{
  padding: 0 0.5rem 4rem!important;
}
  .people-card-content{
    position: relative!important;
    margin: 0!important;
  }
  .careerwith-card{
    margin: 0 2rem!important;
  }
  .core-value-box h4{
    font-size: 1.6rem!important;
  }
  .media-fillter .filter-card{
    max-width: 100%;
  }
  .media-fillter .filter-btn{
    width: 50%;
    float: right;
    margin-bottom: 1rem;
  }
  .media-banner .date{
    top: 5%;
  }
  .media-banner .view-btn{
    bottom: 05%;
  }
  .blog-feature{margin-top: -5rem;}
.blog-list {
    padding: clamp(3rem, 3vw, 3rem) 0;
}
  .resident-visit .col-6{
    width: 100%;
  }
  .form-row{
    display: contents;

  }
  .resident-filter .press-btn{
    padding: 0.5rem 0.8rem;
  }
  .resident-filter .info-icon{
    bottom: 0;
  }
  .resident-search-btn{
    display: none;
  }

  .zsiq-float{
    bottom: 100px!important;
  }
  .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;
    }
  .press-fillter #removeFilterBtn{
    margin-top: 1rem;
  }
  .feature-press .row{
    --bs-gutter-x: 0!important;
  }
  .card-item{
    padding: 0!important;
    margin-left: 0!important;
  }
  .card-item:first-child{
    
    
    margin-top: -3rem!important;
  }
  .filter-card {
    margin-right: 0!important;
  }
  .mob-filter .d-flex{
    display: block!important;
  }
  .mob-filter .d-flex .drop-down{
    margin-bottom: 1rem;
  }
  .filter-header .search-box{
    margin-bottom: 1rem;
  }
  .filter-header .search-box .form-control {
  padding: 1rem 0 1rem 3rem;
  border: 1.6px solid var(--yellow) !important;
}
  .press-fillter .drop-down{
    width: 100%!important;
    
  }
  .press-fillter .filter-btn{
    width: 50%!important;
    margin-bottom: 1rem;
    float: right!important;
  }
  .press .col-md-8{
    overflow-x: hidden!important;
  }
  /* .press-nav{
    right: 14% !important;
  } */
  .feature-press .feature-press-content .heading{
    padding: 0 2rem;
  }
  .navbar.scrolled .white-logo {
  margin-left: -0.8rem !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;
    }
    .ft-main .ft-social-link{
        height: 34px;
    }
    .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: 1.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;
    }
    .feature-custom {
  width: 20px;
  left: 50%;
}
.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;
}
}

/* ==========================================================================
   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;
  }
}