.website-header-right,
.website-header-section {
    display: none;
}

.website-footer {
    display: none;
}

.single-website-footer {
    display: none;
}

@media(width >=768px) {
    :root {
        --main-clr: #009088;
        --secoundry-clr: #E2FFFE;
        --bg-clr: #0090884D;
        --pad: 20px 5%;
        --pad2: 0px 5%;
        --mt: 15px;
        --h: 20px;
        --h1: 18px;
        --h2: 16px;
        --p1: 10px;
        --p2: 12px;
        --p3: 14px;
        --p: 15px;
        --i: 22px;
        --span: 8px;
    }

    .webHeaderHide {
        display: none;
    }

    .website-footer,
    .menubar {
        display: block;
    }

    .websiteHideSearchSection {
        display: none;
    }

    .website-main-section {
        margin-top: 20px;
    }

    /* -------------------nav bar--------------------- */
    .mobile-nav {
        padding: var(--pad);
        background: var(--main-clr);
    }


    .mobile-nav {
        transition: all 0.3s ease-in-out;

    }

    .mobile-nav.sticky {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .mobileNavHide {
        height: 72.6px;
        max-height: 72.6px;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }

    .mobileNavHide.hide {
        height: 0px;
        max-height: 0px;
    }


    .header-left i {
        font-size: var(--i);

        color: #fff;
        cursor: pointer;
    }

    .header-left img {
        width: 60px;
        cursor: pointer;
    }

    .header-right button {
        border: none;
        outline: none;
        padding: 6px 24px;
        border-radius: 100vw;
        font-size: var(--p1);
        position: relative;
        text-wrap: nowrap;
        cursor: pointer;
        transition: all .4s ease-in-out;

        &:hover {
            opacity: .9;
        }
    }

    .header-right button>span {
        position: absolute;
        background: #FFD600;
        top: -10px;
        right: 15px;
        padding: 0px 8px;
        font-size: var(--span);
        animation: heartbeat 1s infinite;
        /* Updated animation */
    }

    @keyframes heartbeat {

        /* Changed from blink to heartbeat */
        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
            /* Scale up for heartbeat effect */
        }
    }

    .header-right i {
        font-size: var(--i);
        color: #fff;
        cursor: pointer;
    }

    .headline {
        margin-top: var(--mt);
    }

    .headline h1 {
        color: #fff;
        font-size: var(--h);
        line-height: var(--h);
        text-align: center;
        font-weight: 600;
    }

    .address-section {
        width: fit-content;
        margin: 0px auto;
        color: #fff;
        margin-top: var(--mt);
    }

    .address-section p {
        font-size: var(--p1);
        line-height: var(--p1);
        text-wrap: nowrap;
        cursor: pointer;
    }

    .address-section i {
        font-size: var(--p);
        cursor: pointer;
    }

    .seacrch-section {
        width: 100%;
        background: #fff;
        padding: 10px 15px;
        cursor: pointer;
        margin-top: var(--mt);
    }

    .seacrch-section i {
        font-size: var(--h2);
        color: #000;
        cursor: pointer;
    }

    .seacrch-section input {
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
        font-size: var(--p2);
    }

    /* --------------------------nav bar end ------------------------ */

    .mobileNavHide {
        display: none;
    }

    .mobile-footer {
        display: none;
    }

    .mobile-nav {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .header-right {
        display: none;
    }

    .website-header-section {
        display: flex;
    }

    .seacrch-section {
        margin-top: 0px;
    }

    .address-section {
        margin-top: 0px;
    }

    .website-header-right {
        display: flex;
    }

    .mobileNavHide .headline {
        display: none;
    }

    .topSellingProjectBox,
    .nearbyPropertiesBox {
        width: calc(100%/4 - 45px/4);
        min-width: calc(100%/4 - 45px/4);
    }

    .recommendForYouGrid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .recommendForYouBox {
        width: calc(100%/2 - 15px/2);
        min-width: calc(100%/2 - 15px/2);
    }

    /* ---------------------website footer---------------- */
    .footer-content {
        display: flex;
        justify-content: space-between;
        padding: 5%;
        background-color: #000;
        /* Adjust as needed */
        color: #fff;
        height: 100vh;
        /* Adjust as needed */
    }

    .footer-div {
        width: fit-content;
        max-width: 30%;
    }

    .footer-div img,
    .footer-div h3 {
        margin-bottom: var(--mt);
    }

    .footer-div img {
        width: 150px;
    }

    .footer-div h3 {
        font-size: var(--h1);
    }

    .footer-div p {
        font-size: var(--p);
    }

    .social-icons a>i {
        font-size: var(--i);
    }

    .footer-links ul {
        list-style: none;
        padding: 0;
    }

    .footer-links li {
        margin-bottom: 10px;
        padding: 4px 24px;
        background: var(--main-clr);
        border-radius: 100vw;
        width: fit-content;
        cursor: pointer;
        transition: all .4s ease-in-out;

        &:hover {
            opacity: .9;
        }
    }

    .footer-links li a {
        font-size: var(--p3);
    }

    .footer-social .social-icons a {
        /* margin-right: 10px; */
        color: #fff;
        /* Adjust as needed */
    }

    .footer-logo p {
        font-size: var(--p2);
    }


    /* ------------filter page---------------- */
    .pb {
        padding-bottom: 20px;
    }

    .resultProperties {
        all: unset;
    }

    .resultProperties div {
        max-width: 500px;
        margin: 20px auto;
        cursor: pointer;
    }

    .filterModal.active {
        top: 0;
        bottom: 0;
    }

    /* -------------profile page----------------- */
    .profile-main-section {
        max-width: 600px;
        margin: 20px auto;
    }

    .responsive-main-section {
        margin: 40px 0px;
    }

    .list-main-section {
        margin: 40px auto;
        max-width: 700px;
    }

    .paddingBottom {
        padding-bottom: 0px;
    }

    .mobile-list-footer {
        all: unset;
        max-width: 700px;

    }

    .mobile-list-footer button {
        width: 700px;
        display: block;
        position: relative;
        margin: 20px auto;
        cursor: pointer;
        transition: all .4s ease-in-out;

        &:hover {
            opacity: .9;
        }
    }

    .website-search-section {
        width: 50%;
        margin: 30px auto;
    }

    .productTitle {
        margin: 20px auto;
    }

    .notificationGrid {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }

    .notificationBox {
        width: calc(100%/3 - 40px/3);
    }

    .loginSignupSection {
        margin: 20px auto;
        height: auto;
    }

    .singlePageMainSection {
        padding: var(--pad);
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20;
    }

    .singlePageMainSection-l {
        width: 50%;
    }

    .singlePageMainSection-r {
        width: 50%;
    }

    .single-mobile-footer {
        display: none;
    }

    .single-website-footer {
        width: 100%;
        padding: 10px 5%;
        margin-top: 20px;
        display: block;
    }

    .single-website-footer button {
        padding: 10px;
        width: 100%;
        border: none;
        outline: none;
        background: #07b54d;
        border-radius: 100vw;
        font-size: var(--p);
        font-weight: 500;
        color: #fff;
    }

    .single-website-footer button:nth-child(2) {
        background: var(--main-clr);
    }

    .map-view {
        aspect-ratio: 1728/523;
        margin-bottom: 50px;
    }

}