#main-footer .list-horizontal {
    list-style: none;           /* Remove bullets */
    padding: 0;                 /* Remove default padding */
    margin: 0;                  /* Remove default margin */
    display: flex;              /* Arrange items in a row */
    gap: 10px;                  /* Add space between items */
    align-items: center;        /* Vertically align if icons differ in size */
}
#main-footer .list-horizontal li a {
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
}

#main-footer .menu-items {
    list-style: none;
    padding-left: 0;
}
.newsletter-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 300px;
}

.newsletter-form-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px !important;
    background-color: #f5f5f5;
}

.newslatter {
    padding: 0 !important;
}

.newslatter .wpb_column {
    padding: 0 !important;
}
.newslatter .row {
    max-height: 280px !important;
    overflow: hidden !important;
}

.newslatter .vc_custom_nl_img img,
.newslatter .col-md-6 img {
    height: 350px !important;
    width: 100% !important;
    object-fit: cover !important;
}
.page-id-2734 .vc_custom_1770225262872 {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Page break above search section on location pages */
.service-search-form,
.st-search-form-new {
    border-top: 1px solid #e0e0e0;
    padding-top: 40px;
    margin-top: 40px;
}
.tax-location .search-form.sticky {
    position: relative !important;
    top: auto !important;
    margin-top: 0 !important;
}
.tax-location .search-form.hotel-search-form.hotel-search-form-home.sticky.small {
    position: static !important;
    top: auto !important;
}
.tax-location .search-form.sticky {
    opacity: 0;
    transition: opacity 0.3s;
}
.tax-location .search-form.sticky[style*="static"] {
    opacity: 1;
}
/* Scrollable inquiry form inside sidebar */
#nav-tabContent {
    max-height: 60vh;
    overflow-y: auto;
}

#nav-tabContent::-webkit-scrollbar {
    width: 4px;
}

#nav-tabContent::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
/* Map view popup - fix header overlap */
.map-view-popup {
    z-index: 999999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    overflow-y: auto !important;
}

/* Keep top filter and close button visible */
.map-view-popup .top-filter {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999999 !important;
    background: #fff !important;
    padding: 15px !important;
}

/* Ensure close button is clickable */
.map-view-popup .top-filter .close-map,
.map-view-popup .top-filter [class*="close"] {
    cursor: pointer !important;
    pointer-events: auto !important;
    z-index: 99999999 !important;
}
/* Hide author avatar on rental listings */
.service-avatar,
.item-service .service-avatar,
.featured-image .service-avatar {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}