.mobile-only {
  display: none !important;
}

@media (min-width: 1400px) {
  .navbar-nav {
    gap: 30px;
  }
}

@media (max-width: 1200px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: flex !important;
  }

  .site-header .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

 .header-logo-right {
    flex: 1;
    text-align: right;
    padding: 0;
    order: 2;
  }

  #mobile-menu-button {
    order: 1;
  }

  .header-logo-right img {
    max-height: 60px;
  }
}

@media (max-width: 991.9px) {
  .footer-col {
    margin-bottom: 40px;
  }

  .prop-sidebar {
    flex-direction: row;
    overflow-x: auto;
    position: static;
    gap: 6px;
    padding: 10px 12px 15px;
  }

  .prop-sidebar::-webkit-scrollbar {
    height: 4px;
  }

  .prop-sidebar::-webkit-scrollbar-thumb {
    background: var(--legacy-gold);
    border-radius: 10px;
  }

  .prop-sidebar-item {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 10px 16px;
    border-left: none;
    border-bottom: 3px solid transparent;
  }

  .prop-sidebar-item:first-child {
    border-bottom: 3px solid transparent;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .prop-sidebar-item.active {
    border-bottom-color: var(--legacy-gold);
  }

  .prop-sidebar-item:hover {
    border-left-color: transparent;
    border-bottom-color: var(--legacy-gold);
  }

  .enquiry {
    margin-top: 30px;
  }

  .contact-map {
    margin: 30px 0 0;
  }
}

@media (max-width: 767.9px) {
  .site-footer {
    padding: 30px 0;
  }

  .Footer h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 0px !important;
  }

  .footer-bottom .col-md-4 {
    margin-top: 15px;
  }

  .testimonial-header p {
    width: 100%;
  }

  .property p {
    width: 100% !important;
  }

  .testimonial-card {
    min-height: auto;
  }

  .blog-header p {
    width: 100%;
  }

  .error-404-title {
    font-size: 100px;
  }

  .error-404-sub-title {
    font-size: 24px;
  }

  .prop-id {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .about-count-container {
    margin-bottom: 15px;
  }

  .prop-single-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .prop-single-contact-btns {
    width: 100%;
    gap: 8px;
    justify-content: flex-start;
  }

  .prop-contact-btn {
    flex: 1 1 auto;
    min-width: 120px;
    justify-content: center;
    padding: 10px 15px;
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }

  .prop-gallery-grid {
    grid-template-columns: 1fr;
  }

  .prop-gallery-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .prop-gallery-thumb:last-child {
    border-radius: 0 0 12px 0;
  }

  .prop-lb-img {
    max-width: 78%;
  }

  .prop-lb-prev {
    left: 5px;
    background: rgba(0, 0, 0, 0.5);
  }

  .prop-lb-next {
    right: 5px;
    background: rgba(0, 0, 0, 0.5);
  }

  .prop-lb-close {
    top: -40px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
  }

  .prop-content-container .contact-form-wrapper {
    margin-top: 25px;
  }

  .footer-col {
    margin-bottom: 25px;
  }

  .footer-col-last {
    margin-bottom: 20px;
  }

  .contact-text {
    line-height: 1.5;
  }

  .footer-col li:last-child {
    margin-bottom: 0;
  }

  .social-links {
    margin-top: 15px;
  }

  .about-content-container,
  .about-image {
    padding: 30px 0 0;
  }

  .section-padding {
    padding: 30px 0;
  }

  .inner-title {
    font-size: 32px;
  }

  .blog-single-h1 {
    font-size: 28px;
  }

  .contact-list li {
    align-items: center;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 32px;
  }

  .hero-content h1,
  .hero-content .hero-main-title {
    font-size: 42px;
  }

  .hero-content p:not(.hero-subtitle) {
    font-size: 16px;
  }

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

  .about-count-container svg {
    width: 40px;
  }

  #propertyTabs {
    width: 100%;
    margin: 0 0 24px 0;
    display: flex;
  }

  #propertyTabs .nav-item {
    flex: 1;
  }

  #propertyTabs .nav-link {
    width: 100%;
    padding: 12px 10px !important;
  }

  .select-wrapper {
    padding: 0;
  }

  .search-submit-btn {
    background: transparent;
    width: 50px;
  }

  .search-submit-btn:hover,
  .search-submit-btn:focus-visible,
  .search-submit-btn:active {
    background: transparent;
  }

  .select-wrapper select {
    padding: 15px 25px 15px 10px;
  }

  .hero-search-form .form-control,
  .hero-search-form .form-select {
    background-color: transparent !important;
    color: #333 !important;
  }

  .hero-search-form .search-box {
    background-color: var(--white, #fff) !important;
  }

  .search-box input {
    padding: 15px 15px;
  }
}

@media (max-width: 576px) {
.service-row-item {
        margin-bottom: 30px;
    }
    .services-dynamic-section{
      padding: 30px 0;
    }
    .service-section {
    padding: 30px 0;
    }
    .service-content-wrapper h2 .service-h3-sub{
      font-size: 26px;
    }
}