@media (max-width: 768px) {
    .btn-member {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.5px;
        padding: 5px 15px;
        height: auto;
    }

    .footer {
        padding: 1.2rem 0;
    }

    .hero-section {
        padding-left: 0;
    }

    .hero-title {
        font-size: 18px;
        margin-bottom: 253px;
    }

    .hero-buttons {
        flex-direction: column;
            padding-top: 156px;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: auto;
        margin: 0;
    }

    .membership-title {
        font-size: 17px;
    }

    .membership-subtitle {
        font-size: 13px;
    }

    .footer-content {
        /* flex-direction: column; */
        text-align: center;
    }

    .service-icon {
        font-size: 2.5rem;
    }

    .service-name {
        font-size: 1rem;
    }
    .logo-img {
        height: auto;
        width: auto;
        max-width: 215px;
        object-fit: contain;
        opacity: 32.9;
        transform: none;
    }
    .navbar-brand {
        padding: 10px 0px 10px 0px;
    }
    .btn-hero-secondary {
        padding: 7px 0px;
    }
    .btn-book-now {
        margin-bottom: 10px;
    }

    .nav-separator {
        display: none;
    }

    .hero-section {
        height: 74vh;
    }
    .services-icons {
        display: none;
    }
    .footer-center {
        display: none !important;
    }

    .footer-content {
        justify-content: space-between !important;
    }

    .social-icon {
        width: 26px;
        height: 26px;
    }
    .footer-left {
        font-size: 14px;
    }

    .mobile-sidebar {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh; /* 👈 AUTO HEIGHT */

        background: #111;
        z-index: 9999 !important;
        padding: 20px;

        transition: right 0.3s ease;
        display: block !important;
        overflow-y: auto;
    }

    /* Override Bootstrap collapse */
    .mobile-sidebar.collapse {
        display: block !important;
        visibility: visible !important;
    }

    .mobile-sidebar.collapsing {
        height: 100% !important;
    }

    .mobile-sidebar.show {
        right: 0;
    }

    .mobile-sidebar .navbar-nav {
        flex-direction: column;
        gap: 12px;
    }

    .mobile-sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-sidebar li {
        margin-bottom: 12px;
    }

    .mobile-services-header,
    .mobile-footer-header {
        font-weight: 700;
        font-size: 1rem;
        margin-top: 12px;
        margin-bottom: 6px;
        color: #dc2626;
        text-transform: uppercase;
    }

    .mobile-sidebar a {
        color: #ccc;
        text-decoration: none;
        font-size: 15px;
    }

    .mobile-sidebar a:hover {
        color: #fff;
    }

    .navbar .btn-book-now {
        display: none;
    }
    .mobile-only {
        display: block;
    }

    .membership-section {
        z-index: 0;
    }

    .hero-content {
        z-index: 0;
        margin-top: 10px;
    }

    .rentals-wrap {
        z-index: 0;
    }

    .footer .container, .footer .footer-content {
 
    z-index: 0;
}
.navbar-nav .dropdown-menu {
   
    background-color: #121212;
}
 
}
