@media (min-width:992px) {
    .navbar-expand-lg .offcanvas .offcanvas-body {
        gap: 20px;
        align-items: center;
    }
}

@media (max-width:1200px) {
    .title-wrapper h2 {
        font-size: 31px;
    }

}

@media (max-width:1024px) {}

@media (max-width:991px) {
    .nav-left-side {
        flex-direction: column;
        align-items: flex-start !important;
        margin-top: 20px;
    }



    div#offcanvasNavbar {
        background: #ffffff;
    }

    .noptin-form-footer {
        padding: 20px 0;
    }

    .footer-social {
        margin: 2rem 0;
        text-align: left;
    }

    ul.navbar-nav.ms-auto.align-items-center {
        align-items: flex-start !important;
        text-align: left;
    }

    .header-main .navbar-nav li+li {
        margin-left: 0;
    }

    .header-main .navbar-nav li {
        margin: 1rem 0;
    }

    .navbar-toggler {
        background: white;
    }

    .nav-link {
        color: white;
    }

    .custom-close-btn {
        /* background-color: var(--primary-color); */
        border: none;
        font-size: 17px;
        color: white !important;
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 10px;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .gift-section {
        padding: 2rem 0;
    }

    .footer-left {
        text-align: center;
    }

    .footer-contact p {
        margin-top: 2rem;
    }

    .footer-bottom a {
        color: #ffffffd6;
    }

    .team-slider-section .owl-nav {
        position: static;
        justify-content: center;
        margin: 2rem 0;
        gap: 20px;
    }

    .team-slider-section .owl-next,
    .team-slider-section .owl-prev {
        transform: none;
    }

    .team-slider-section .owl-nav i {
        border-radius: 10px;
    }

    section.about-sec .btn-donate {
        margin-bottom: 18px;
    }

    .help-stats {
        gap: 31px;
        margin: 2rem 0;
    }

    .help-stats div::after {
        content: none !important;
    }

    .help-stats div {
        flex-basis: 44%;
    }

    .donate-sections {
        padding: 2rem 0;
    }

    .donate-sections img {
        margin-bottom: 1rem;
    }

    .breadcrumb-section h1 {
        font-size: 35px;
    }

    .noptin-form-header {
        align-items: flex-end;
        display: flex;
        justify-content: end;
        padding: 0;
        text-align: justify;
    }

    .help-box.active {
        margin: 0 auto;
    }

    .help-box {
        width: 350px;
        height: 350px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px;
        text-align: center;
        margin: 0 auto;
    }

    .help-options {
        gap: 20px;
    }

    .help-stats strong {
        font-size: 50px;
    }

    .who-we-are-section .button-defaults {
        margin: 1rem 0;
    }

    .who-we-content {
        margin-right: 0;
    }

}




@media (max-width:767px) {
    .breadcrumb-section h1 {
        font-size: 30px;
    }

}

@media (max-width:600px) {
    .info-section {
        flex-direction: column;
    }

    .hero-section h1 {
        font-size: 36px;
    }

    .breadcrumb-section {
        padding-top: 100px;
        min-height: 300px;

    }
}

@media (max-width:480px) {

    .hero-section h1 {
        font-size: 22px;
    }

    .info-section {
        gap: 10px;
    }

    .info-box {
        display: block;
        align-items: center;
        gap: 10px;
        max-width: 100%;
        flex-direction: column;
        text-align: center;
        margin-bottom: 1rem;
    }

    .info-box h5 {
        border: none;
    }

    .help-box {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .help-buttons a {
        width: 250px;
        margin: 10px auto;
    }

    .help-buttons {
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .help-stats {
        gap: 10px;
        margin: 2rem 0;
        flex-direction: column;
    }

    .breadcrumb-section h1 {
        font-size: 22px;
    }

    .breadcrumb-section .btn-donate {
        padding: 6px 20px;
    }

    .title-wrapper h2 {
        font-size: 18px;
    }

    .gift-section h2 {
        font-size: 24px;
    }

    .breadcrumb-section h1 {
        font-size: 22px;
        text-transform: capitalize;
    }

    .work-with-us .card {
        height: auto;
        /* height: fit-content !important; */
    }
}