@media (min-width: 920px) {
    .container {
        max-width: 95%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1550px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1550px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}
/* ==============================
   Responsive CSS
================================= */
@media (max-width: 1400px) {
  .blog-content h3{
    font-size: 20px;
  }
  .about-us{
    max-width: 100%;
  }
  .hero-content{
        padding-left:80px;
      }

      .hero-content h1{
        font-size:40px;
      }
      .main-title{
        font-size: 25px;
        margin-bottom: 20px;
      }
      .property-gallery-side,
      .property-gallery-main{
        height: 500px;
      }
      /* .property-gallery-thumb {
        height: 230px;
      } */

}
@media (max-width: 1366px) {
   .property-info-col{
    padding: 20px;
   } 

}
 @media(max-width:1199px){
    .our-project-filter {
    margin-bottom: 0px;
}

      .navbar-nav{
        gap:25px;
      }

      .hero-banner{
        min-height:580px;
      }

      .hero-content h1{
        font-size:35px;
      }
         .projects-wrapper{
        padding: 70px 45px;
    }

    .projects-top h2{
        font-size: 48px;
    }
    .footer-col{
        padding-left: 0px;
        padding-right: 0px;
    }

    }
@media (max-width: 1024px) {
    .about-us-inner{
        padding-left: 0;
        padding-right: 0;
    }
  .navbar-nav .nav-link{
    padding: 0px !important;
  } 
  .custom-btn{
    width: auto;
    /* width: 212px; */
  }
  .about-content {
    padding-left: 63px;
}
.sub-title,
.main-title{
    margin-bottom: 15px;
}
.main-title{
    margin-bottom: 15px;
    font-size: 25px;
}
    .projects-top h2 {
        font-size: 33px;
    }
    .project-filter button{
        padding: 6px 10px;
    }
    .projects-top{
        margin-bottom: 30px;
    }
    .project-img{
        height: 250px;
    }
    .projects-section{
        padding: 100px 0px 50px 0px;
    }
    .contact-wrapper{
        padding: 50px 30px;
    }
    .contact-content h2{
        font-size: 40px;
    }
    .contact-btn{
        width: 100%;
    }
    .about-banner h1{
        font-size: 30px;
    }
    .our-project-body{
        padding: 40px 0px;
    }
    .our-project-col {
        width: 33.333%;
    }
    .about-section{
        padding: 50px 0px;
    }
    .about-grid{
        gap: 30px;
    }
    .stats-section{
        padding: 40px 0px;
    }
    .stat-box h3{
        font-size: 37px;
    }
    .stats-grid{
        gap: 20px;
    }
    .mission-section{
        padding: 50px 0px;
    }
    .why-us{
        padding-bottom: 50px;
    }
    .why-card{
        padding: 20px 20px;
        height: 100%;
    }
    .about-cta h2{
        font-size: 30px;
    }
    .about-cta{
        padding: 50px 0px;
    }
    .stats-section{
        border-radius: 20px;
    }
    .contact-form-section{
        padding: 50px 0px 50px;
    }
    .contact-wrapper-main{
        padding: 0;
    }
    .contact-item span{
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .project-filter-row{
        margin-bottom: 15px;
    }
    .footer-col{
        text-align: left;
    }
     .our-project-col {
        width: 50%;
    }
      .about-content {
    padding-left: 0px;
}
.about-img-2{
    right: -15px;
    bottom: -33px;
}
.about-img{
    margin-bottom: 30px;
}
.quick-link{
    padding-left: 15px !important;
}
     .contact-content h2{
        font-size: 33px;
    }
    .social-icons{
        /* justify-content: center; */
    }
     .main-header{
        padding:15px 0px;
      }

      .navbar-collapse{
        background:#fff;
        margin-top:20px;
        padding:25px;
        border-radius:20px;
      }

      .navbar-nav{
        gap:15px;
        margin-bottom:25px;
      }

      .hero-banner{
        min-height:500px;
        border-radius:30px;
      }
      .hero-banner video,
      .hero-banner img{
        min-height:500px;
      }
      .custom-btn{
        width: auto;
      }
      .hero-content{
        padding:50px;
      }

      .hero-content h1{
        font-size:30px;
      }

      .hero-content p{
        font-size:18px;
      }
        .projects-wrapper{
        padding: 60px 30px;
        border-radius: 30px;
    }

    .projects-top{
        flex-direction: column;
        align-items: flex-start;
    }

    .projects-top h2{
        font-size: 33px;
    }

    .project-img{
        height: 250px;
    }
     .contact-wrapper {
        flex-direction: column;
        padding: 50px 30px;
        text-align: center;
    }

    .contact-content {
        max-width: 100%;
    }

    .contact-buttons {
        justify-content: center;
    }

    .contact-form-box {
        max-width: 100%;
    }
     .footer-top {
       align-items: self-start;
        text-align: center;
    }
    .footer-logo.footer-col{
        width: 100%;
    }
    .footer-col{
        width: 33.333%;
    }
    .contact-item {
        justify-content: center;
    }

    .footer-menu ul {
        flex-wrap: wrap;
        gap: 15px 25px;
    }
    .contact-info-section {
    padding: 50px 0;
}
.contact-wrapper-main{
    flex-wrap: wrap;
    gap: 0;
}
.contact-wrapper-main .contact-content {
    width: 100%;
    max-width: 100%;
}
.map-section{
    padding-bottom: 50px;
}
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
@media (max-width: 767px) {
    .about-grid{
        grid-template-columns: 1fr;
    }
    .stats-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .mission-card{
        padding: 20px;
        height: auto;
        margin-bottom: 15px;
    }
    .why-card{
        margin-bottom: 15px;
        height: auto;
    }
    .about-cta h2 {
        font-size: 25px;
    }
    .footer-col {
        width: 100%;
    }
   .hero-banner{
        min-height:480px;
      }

      .hero-content{
        padding:35px;
      }

      .hero-content h1{
        font-size:25px;
      }

      .hero-content p{
        font-size:16px;
        line-height:1.7;
      }

      .custom-btn{
        width:100%;
        justify-content:center;
      }
        .projects-section{
        padding: 60px 0px;
    }

    .projects-wrapper{
        padding: 45px 20px;
    }

    .projects-top{
        margin-bottom: 35px;
    }

    .projects-top h2{
        font-size: 34px;
    }

    .project-filter{
        gap: 10px;
    }

    .project-filter button{
        font-size: 14px;
    }

    .project-img{
        height: 320px;
        border-radius: 25px;
    }
        .property-gallery-side, .property-gallery-main {
        height: 400px;
    }
    .property-gallery-main img, .property-gallery-side img{
        border-radius: 12px;
    }

}

@media (max-width: 575px) {
    .footer-right,
    .footer-contact.footer-col{
        margin-bottom: 15px;
    }
    .footer-col.footer-contact.quick-link{
        margin-bottom: 0px;
    }
    .property-gallery-side, .property-gallery-main {
        height: 250px;
    }
     .property-gallery-main img, .property-gallery-side img{
        border-radius: 8px;
    }
    .filter-btn{
            border-radius: 15px;
    padding: 4px 15px;
    font-size: 13px;
        margin-right: 8px;
    }
    .footer-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .quick-link{
        width: 100% !important;
    }
     .our-project-col {
        width: 100%;
    }
    .contact-form-box{
        padding: 15px;
    }
    .about-img{
        width: 100%;
    }
    .about-img-1{
        height: 400px;
    }
        .about-content {
        padding-left: 0;
        padding-top: 40px;
    }
    .about-img-2{
        right: 0px;
        bottom: -40px;
    }
    .contact-wrapper{
        padding: 30px 15px;
    }
   
  .navbar-brand img{
        max-width:130px;
      }

      .hero-banner{
        border-radius:22px;
        min-height:430px;
      }

      .hero-content{
        padding:25px;
      }

      .hero-content h1{
        font-size:20px;
      }

      .hero-content p{
        font-size:15px;
      }

      .hero-btn{
        height:54px;
        padding:0px 22px;
      }
       .contact-content h2 {
        font-size: 25px;
    }
    .footer-menu ul {
        flex-direction: column;
    }

    .footer-bottom {
        font-size: 14px;
    }
    .navbar-nav .dropdown-menu{
        border: 0px;
    }
    .navbar-nav .dropdown-menu li{
        margin-bottom: 15px;
    }
    .project-filter-row .form-select{
        min-width: 120px;
    }
    .property-gallery-main a, .property-gallery-thumb a{
        border-radius: 8px;
    }
    .property-gallery-wrapper{
        margin-right: -10px;
        margin-left: -10px;
    }
    .property-gallery-main,
    .property-gallery-side{
        padding-right: 10px;
        padding-left: 10px;
    }
    .wow-whatsapp-float{
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    .property-detail-grid {
    padding: 30px 0px;
}
.property-feature-detail {
    padding: 30px 0px 0px 0px;
}
}
@media (min-width: 992px) {

    .navbar .dropdown {
        position: relative;
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: .3s ease;
        margin-top: 0;
        border: none;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,.12);
    }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}