@media (max-width: 768px) {
    .hero-content {
        padding: 20px;
        width: 90%;
    }

   

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-slider .owl-dots {
        left: 10px;
    }
}


@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 75%;
        background: white;
        transition: right 0.3s ease-in-out;
        z-index: 1050;
        padding: 0 1rem 2rem 1rem;
    }

    .header_wrapper .navbar-nav .nav-link {
        padding: 10px 15px;

    }

    .side_header {
        background-color: var(--bg-secondary);
        margin: 0 -1rem;
        padding: 10px 15px;
    }

    .side_header .btn-close {
        background: var(--bg-primary);
        width: 25px;
        height: 25px;
        opacity: 1;
        --bs-btn-close-bg: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .navbar-collapse.show {
        right: 0;
    }

    .mobile-backdrop {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1040;
    }

    .navbar-collapse.show~.mobile-backdrop {
        display: block;
    }

    .hero-slide {
        height: 40vh;
    }
    .join_volunteer_wrap p {
        
        font-size: 1.5rem;
        
    }
}