/* Responsive Design */
@media (max-width: 1400px) {
  .why-stand-apart .circle-inner {
    width: 200px;
    height: 200px;
  }

  .why-stand-apart .center-circle {
    width: 260px;
    height: 260px;
  }

  .why-stand-apart .center-circle::before {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1370px) {
  .hero {
    padding-top: 97px;
  }
  .hero-subtitle {
    margin-bottom: 30px;
  }
  .form-group input {
    padding: 10px;
  }
  .contact-form h3 {
    margin-bottom: 11px;
  }
}

@media (max-width: 1200px) {
  .feature-box::after,
  .feature-box::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .hero {
    min-height: 36vh;
  }
  .header .d-grid {
    display: flex !important;
  }

  div[class^="swiper-button"] {
    width: 35px;
    height: 35px;
  }
  .contact-form {
    width: 100%;
  }
  .details-grid {
    grid-template-columns: revert-rule;
  }

  .details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    padding: 1rem;
}

.detail-item {
    /* padding: 1rem; */
}

  .details-grid .detail-item:nth-child(3){
  border-left:none;
}



  .about-section .headtitle {
    font-size: 3rem;
  }
  .aboutImgBox .imgbox {
    margin-bottom: 1rem;
  }

  .about-section .overviewIconBox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 2rem 0;
  }

  .about-section .overviewIconBox .iconBox {
    padding: 0 1rem;
    margin: 1rem 0;
  }
  .about-section .overviewIconBox .iconBox:nth-child(3){
    border: none;
  }

  .whyStandWrapper .feature-box:nth-child(3) {
    margin-bottom: 0;
  }

  .why-stand-apart .center-circle {
    margin: 4rem auto;
  }

.location-wrapper .inner{
  max-width:100%;
}

}
@media (max-width: 768px) {
  .header {
    padding: 5px 0;
  }
  .logo {
    width: 160px;
  }
  .hero-features {
    flex-direction: row;
  }

  .sticky-form-content {
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px;
  }

  .sticky-form-title {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .sticky-form {
    padding: 0 20px 0 0;
  }
  .sticky-form-inputs {
    width: 100%;
  }

  .sticky-form input {
    max-width: none;
    width: 30%;
  }

  .sticky-form-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-danger);
    border-radius: 50%;
    top: calc(50% - 15px);
    right: 3px;
  }

  .sticky-form-btn,
  .sticky-form input {
    font-size: 13px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-features {
    list-style: none;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .about-features li {
    width: 50%;
  }

  .details-grid {
    gap: 20px;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .newgal {
    display: flex;
    flex-wrap: wrap;
  }

  .newgal > div {
    width: calc(50% - 15px);
  }

  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .plans-content {
    grid-template-columns: 1fr 1fr;
  }

  .advantage-cards {
    grid-template-columns: 1fr;
  }

  .company-info {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .heading {
    margin-bottom: 1.5rem;
  }
  .tab-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
  .submit-btn {
    padding: 10px 20px;
  }

  .location-advantages.padding {
    padding-bottom: 50%;
  }

  .location-wrapper .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .why-stand-apart .center-circle {
    margin: 3rem auto;
  }

  .footer-bottom {
    padding-bottom: 60px;
  }

  .footer-contact {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 540px) {
  .hero {
    padding-bottom: 71px;
    min-height: auto;
    padding-top: 80%;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .hero-subtitle {
    font-size: 0.875rem;
  }

  .hero-bg {
    height: 400px;
  }

  .hero-bg::before {
    background-image: linear-gradient(transparent 80%, rgb(0 0 0 / 100%));
  }

  .features-grid,
  .plans-content,
  .company-info {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-content {
    gap: 0;
  }
  .hero-features {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
  }

  .hero-features .feature-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 15px;
    border-right: 0;
    padding-right: 0px;
  }

  .submit-btn {
    display: table;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 87.5%;
  }
  .sticky-form-inputs {
    gap: 10px;
    flex-wrap: wrap;
  }

  .sticky-form-btn {
    width: 100%;
  }

  .hero-title {
    margin-bottom: 0;
  }

  .contact-form {
    padding: 20px;
  }

  .details-grid {
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 15px; */
  }

  .detail-item:nth-child(odd) {
    border-left: 0;
  }
  .property-details-res .detail-item:nth-last-child(1) {
    /* grid-column: 1 / -1; */
    /* border-top: 1px solid rgba(53, 53, 53, 0.2); */
    padding-top: 10px;
  }
  .about-features li {
    width: 100%;
  }
  .about-features li + li {
    border-top: 1px solid rgb(0 0 0 / 10%);
  }

  .feature-card h4 {
    font-size: 16px;
  }
  .feature-card p {
    font-size: 0.925rem;
    margin-bottom: 0;
  }

  .newgal > div {
    width: 100%;
  }

  .amenities-grid {
    grid-template-columns: 1fr 1fr;
  }

  .amenity-item {
    padding: 1.25rem;
  }

  .amenity-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .connectivity-box .in .img-fluid {
    max-width: 30px;
    flex: 0 0 30px;
  }

  .plan-card h3 {
    font-size: 1.5rem;
  }
  .area {
    font-size: 1rem;
  }

  .footer-bottom {
    padding-bottom: 46px;
    text-align: center;
  }

  .company-info p {
    font-size: 1rem;
  }

  .submit-btn {
    font-size: 12px;
  }
  .gallery-slide {
    width: 100%;
  }
  .heading .h2 {
    letter-spacing: 1px;
  }
  .about-section .headtitle {
    font-size: 2rem;
  }
  .detail-item span {
    line-height: 1.1;
    font-size: 13px;
  }
  .detail-item {
    padding: 2px;
  }
  .hero-bg {
    background: url(../images/mbanner.webp) center / cover;
  }
}

@media (max-width: 576px) {
  .why-stand-apart .feature-box h4 {
    font-size: 24px;
  }
}

@media (max-width: 412px) {
  .why-stand-apart .feature-box h4 {
    font-size: 20px;
  }
  .why-stand-apart .icon {
    width: 65px;
    height: 65px;
    font-size: 20px;
  }

  .why-stand-apart .feature-box {
    padding: 15px;
    margin-bottom: 20px;
  }
}
