@media (max-width: 1200px) {
  .hero-content h1 {
    font-size: 54px;
  }

  .hero-main-image {
    min-height: 500px;
  }
}

@media (max-width: 992px) {
  .topbar-inner {
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
  }

  .topbar-left,
  .topbar-right {
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 18px 0;
    position: relative;
  }

  .menu-toggle {
    display: flex !important;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    gap: 16px;
    order: 3;
    margin-left: 0;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-actions {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 12px;
    order: 4;
    margin-left: 0;
    padding-bottom: 16px;
  }

  .nav-actions.open {
    display: flex;
  }

  .nav-actions .signup-link {
    width: 100%;
  }

  .hero {
    padding: 80px 0;
  }

  .hero-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .hero-content h1 {
    max-width: 100%;
    font-size: 48px;
  }

  .hero-content p {
    max-width: 100%;
  }

  .hero-visual {
    justify-content: center;
  }

  .hero-main-image {
    max-width: 100%;
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }

  .navbar-inner {
    min-height: auto;
  }

  .nav-menu a,
  .login-link {
    font-size: 16px;
  }

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

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

  .hero-main-image {
    min-height: 340px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 576px) {
  .container {
    width: min(100% - 24px, 100%);
  }

  .logo img {
    height: 32px;
  }

  .signup-link {
    min-width: 112px;
    height: 48px;
    font-size: 15px;
  }

  .hero {
    padding: 60px 0;
  }

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

  .btn {
    min-height: 52px;
    padding: 0 24px;
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .two-col,
  .contact-wrapper,
  .testimonial-wrapper {
    grid-template-columns: 1fr;
  }

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

  .services-grid,
  .property-grid,
  .blog-grid,
  .city-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-gallery {
    margin-top: 10px;
  }

  .testimonial-wrapper {
    max-width: 760px;
  }

  .contact-form-box {
    max-width: 720px;
  }
}

@media (max-width: 991px) {
  .commercial,
  .dream,
  .about,
  .services,
  .featured,
  .testimonial,
  .renting,
  .blog,
  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-heading h2,
  .dream-content h2,
  .about-content h2,
  .featured-top h2,
  .contact-info h2 {
    font-size: 34px;
  }

  .commercial-cards {
    gap: 20px;
  }

  .info-card {
    max-width: 100%;
  }

  .services-grid,
  .property-grid,
  .blog-grid,
  .city-cards {
    grid-template-columns: 1fr;
  }

  .subscribe-form {
    flex-direction: column;
  }

  .unit-badge {
    position: static;
    margin-right: 16px;
    width: 80px;
    height: 80px;
  }

  .unit-badge span { font-size: 12px; }
  .unit-badge strong { font-size: 22px; }

  .unit-banner-inner {
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 40px 0;
  }

  .unit-card {
    width: 100%;
    max-width: 420px;
    flex-direction: column;
  }

  .unit-card-img {
    width: 100%;
    height: 180px;
  }
}
}

@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 36px !important;
  }

  .section-heading h2,
  .dream-content h2,
  .about-content h2,
  .featured-top h2,
  .contact-info h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .info-card,
  .service-card,
  .property-card,
  .blog-card,
  .contact-form-box {
    border-radius: 10px;
  }

  .property-card img,
  .blog-card img {
    height: 220px;
  }

  .testimonial-content .quote {
    font-size: 16px;
  }

  .city-card h3 {
    font-size: 20px;
  }

  .contact-form-box {
    padding: 26px 18px;
  }

  .contact-form-box h3 {
    font-size: 24px;
  }
}
