/* Home */
.rental_card {
    transition: transform 0.35s ease-out,
        box-shadow 0.35s ease-out;
    will-change: transform;
    transform: translateY(0) !important;
}

.rental_card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.testimonila-image {
    height: 90px;
    transform: translate(-50%, 0);
}

/* Footer newsletter */
.footer-subs-wrap form .footnews-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-subs-wrap input.wpcf7-form-control.wpcf7-email {
    background: #244d46;
    border: 0;
    border-radius: 6px;
    padding: 12px 16px;
    color: white;
    line-height: 100%;
    height: 56px;
    margin: 0;
}

.subs-btn {
    background: #5d8d7f;
    border-radius: 6px;
    position: relative;
    padding: 12px;
}

.subs-btn input.wpcf7-submit {
    background: transparent;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0;
    border: 0;
    margin: 0;
}

.subs-btn span.wpcf7-spinner {
    position: absolute;
}

.footnews-wrap>p span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
}

.footer-subs-wrap .wpcf7-response-output {
    margin-top: 35px !important;
    color: #fff;
    font-size: 14px;
}

.singleblog_content p {
    margin-bottom: 15px;
}

.wp-hotel-booking-terms {
    background-color: #f5f5f5 !important;
}

.policy-wrap h1 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 58px !important;
    font-weight: 500 !important;
    line-height: 1.15;
    color: #23433f;
    margin-bottom: 35px;
}

.policy-wrap h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 32px !important;
    font-weight: 500 !important;
    margin: 30px 0px 15px;
    color: #23433f;
}

.policy-wrap p {
    color: #4F6B63;
}

.cta-arrow .circle-btn {
    width: auto;
    height: auto;
}

.property-card-title,
.properties-list-header h3 {
    font-family: 'Playfair Display';
}

@media (min-width: 1024px) {
    .elementor-nav-menu .menuhide-desktop {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    header nav ul.elementor-nav-menu {
        padding: 30px 0;
        border-radius: 0;
        border: 0;
    }

    header nav.elementor-nav-menu--dropdown {
        border: 0 !important;
        border-radius: 0 !important;
    }

    header nav ul.elementor-nav-menu li.menu-item a.elementor-item {
        margin-bottom: 10px;
    }

    header nav ul.elementor-nav-menu ul.sub-menu {
        border-width: 0 !important;
        margin-bottom: 20px;
    }

    header nav ul.elementor-nav-menu li.menu-item a.elementor-item,
    header nav ul.elementor-nav-menu li.menu-item ul.sub-menu li.menu-item a.elementor-sub-item {
        font-size: 16px !important;
    }

}

@media (max-width: 767px) {
    .policy-wrap h1 {
        font-size: 40px !important;
    }

    .policy-wrap h2 {
        font-size: 22px !important;
    }

    .testimonila-image {
        height: 70px;
    }
}