@media (max-width: 1199px) {
  .plots-section .row {
    margin-top: -24%;
  }
}
@media (max-width: 991px) {
  header {
    padding: 25px 30px 15px;
  }
  header .center-logo img {
    max-width: 180px;
  }
  header .right-logo img {
    max-width: 130px;
  }
  header h2 {
    font-size: 1rem;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero h2 {
    font-size: 1.2rem;
  }
  .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .counter-number {
    font-size: 1.8rem;
  }
  .counter-label {
    font-size: 1rem;
  }

  .counter-box {
    flex: 1 1 170px;
    padding: 20px;
  }
  .form-wrapper form {
    max-width: 100%;
  }
  .form-wrapper .row {
    row-gap: 30px;
  }
  .form-wrapper h2 {
    font-size: 1.3rem;
  }
  .project-section h2 {
    font-size: 1.3rem;
  }
  .neighborhood-section h2 {
    font-size: 1.3rem;
  }
  .neighborhood-section p.sub-heading {
    font-size: 1.1rem;
  }
  .plots-section .row::after {
    width: 100%;
  }
  .plots-section .row {
    padding: 20px 20px 20px 20px;
    margin-top: -44%;
  }

  .contact-section .box-1 {
    width: max-content;
    margin: 0 auto;
  }
  .contact-section .cmn-btn {
    margin: 0 auto;
    display: flex;
  }
  .contact-section {
    padding: 60px 0px;
  }
  .map-img {
    max-width: 100%;
    border: 1px solid var(--golden);
    border-radius: 0;
  }
  .plots-section .modal-dialog {
    max-width: 95%;
  }
  /* .plots-section .modal-dialog,
  .contact-section .modal-dialog {
    max-width: 95%;
  } */
  .neighborhood-section .row {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .plots-section .modal-dialog {
    max-width: 100%;
  }
  /* .plots-section .modal-dialog,
  .contact-section .modal-dialog {
    max-width: 100%;
  } */
}

@media (max-width: 575px) {
  .hero {
    padding: 45% 0 7%;
    margin-top: -155px;
  }
  header .right-logo {
    position: static;
  }
  header {
    flex-direction: column;
    gap: 20px;
  }
  .hero h1 {
    font-size: 1.7rem;
  }
  .hero h2 {
    font-size: 1rem;
  }
  .counter-box {
    flex: 1 1 100%;
  }
  .counter-section {
    padding: 30px 20px;
  }
  .counter-box:not(:last-child)::after {
    top: unset;
    height: 2px;
    width: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    left: 50%;
  }
  .thumb-slider {
    display: none !important;
  }
  .main-slider .owl-nav .owl-prev {
    left: 43%;
    top: unset;
  }
  .main-slider .owl-nav .owl-next {
    right: unset;
    top: unset;
  }
  .main-slider .owl-nav button img {
    max-width: 10px;
  }
  .neighborhood-section h2 {
    font-size: 1.1rem;
  }
  .neighborhood-section {
    padding: 30px 10px;
  }
  .plots-section img {
    width: 100%;
  }
  .contact-section .row {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .contact-section .cmn-btn {
    width: 100%;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    z-index: 9;
  }
  .features-section .desktop {
    display: none;
  }
  .features-section .mobile {
    display: block;
  }
  .features-section .owl-stage {
    display: flex;
    height: 100%;
  }
  .feature-card img {
    margin-inline: auto;
  }
  .features-section .owl-theme .owl-dots .owl-dot {
    color: var(--white);
  }

  .features-section .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
  }
  .hero .btn-box {
    display: none;
  }
  .plots-section .row {
    margin-top: 0;
  }
  .plots-section {
    padding: 0;
  }
  .features-section {
    padding: 0px 20px 40px;
  }
  .form-wrapper.desktop {
    display: none;
  }
  .form-wrapper.mobile {
    display: block;
  }

  .project-section {
    padding: 50px 20px 50px;
  }

  .form-wrapper {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 40px;
    border: 0;
    background-color: var(--black);
  }
  .form-wrapper .row {
    row-gap: 15px;
  }
  .contact-section {
    padding: 0px 0px 40px;
  }
  .map-img {
    border: none;
  }
  .plots-section .row::after {
    border: none;
  }
  .feature-card:hover {
    transform: translateY(0px);
  }
  .thank-you .thank-you-box {
    max-width: 440px;
    padding: 40px 20px;
}

.thank-you .button-bx {
    flex-direction: column;
}

.thank-you .cmn-btn {
    font-size: 14px;
    padding: 12px 20px;
}
}
@media (max-width: 480px) {
  header h2 {
    font-size: 0.9rem;
  }
  .hero h1 {
    font-size: 1.5rem;
  }

  .hero {
    padding: 65% 0 7%;
  }
  header .center-logo img {
    max-width: 150px;
  }
  header .right-logo img {
    max-width: 110px;
  }
  .plots-section h3 {
    font-size: 1.5rem;
  }
  .plots-section h4 {
    font-size: 1.4rem;
  }
  .contact-section p {
    font-size: 1rem;
  }
  .form-wrapper h2 {
    font-size: 1.1rem;
  }
   .thank-you h4 {
    font-size: 20px;
}

.thank-you p {
    font-size: 16px;
    line-height: 1.3;
}

.thank-you {
    padding: 20px 0;
}
}
