/* Mobile (3 items per row) */
@media (max-width: 567px) {
  .cta form{
    flex-direction: column;
    gap: 10px;
  }
  .cta form .submit-btn{
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .top-logo img{
    width: 150px;
  }
  .navbar-right a:nth-child(1) p{
    font-size: 17px;
  }
  .navbar-right a:nth-child(1) img{
    width: 20px;
  }
  .navbar-right a:nth-child(2) img{
    width: 30px;
  }
  .banner h1{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .banner{
    padding-top: 90px;
  }
  .mega-menu p{
    font-size: 15px;
  }
  .mega-menu-wrap ul li a{
    font-size: 17px;
  }
  .banner, .banner-content{
    min-height: 200px;
  }
  .banner-content{
    padding: 50px 0;
  }
  .banner a{
    padding: 12px 30px;
    font-size: 18px;
  }
  .banner-slider .single-slide a {
    width: 100%;
    height: 58px;
    font-size: 12px;
  }
  .about-left h2, .locations h3, .reb-content h4, .reb-content h5, .cta h5{
    font-size: 30px;
    line-height: 35px;
  }
  .about-us {
    padding: 100px 0 70px 0;
  } 
  .locations h3{
    margin-bottom: 30px;
  }
  .locations-wrap .single-location p{
    font-size: 16px;
  }
  .locations, .real-estate-broker{
    padding: 60px 0;
  }
  .reb-image-1{
    width: 200px;
    height: 200px;
    margin: 30px auto 0 auto;
  }
  .reb-image-2.pe-5, .real-estate-broker .ps-5{
    padding: 0 !important;
  }
  .office-rental{
    padding: 0;
  }
  .left-map {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-row-1{
    margin-bottom: 30px;
  }
  .banner-slider{
    width: 100% !important;
  }
  footer{
    padding-top: 40px;
  }
  footer small{
    margin-top: 30px;
  }
}
  
  /* Tablet (4 items per row) */
@media (min-width: 768px) and (max-width: 1023px) {
  .about-right img{
    width: 100%;
  }
  .reb-image-1{
    width: 100%;
  }
  .footer-row-1{
    margin-bottom: 30px;
  }
}
  
  /* Desktop (5 items per row) */
@media (min-width: 1024px) {

}