@media (max-width: 1199.98px) {
    .nav-link-custom {
        margin: 0 24px;
    }

    .navbar-nav .nav-link-custom {
        margin: 0 24px 15px;
        display: inline-block;
        padding: 0 !important;
    }

    .navbar-nav {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }

}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 120px;
    }

    .overlapping-image {
        position: static;
        width: 100%;
        margin-top: 2rem;
    }

    .search-overlay-input {
        font-size: 2.5rem;
    }

    .search-close-btn {
        top: 1rem;
        right: 1.5rem;
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        height: 40px;
    }

    .nav-link-custom {
        margin: 0 15px;
    }

    .custom-hamburger {
        width: 30px;
        height: 16px;
    }

    .custom-hamburger[aria-expanded="true"] .hamburger-line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .custom-hamburger[aria-expanded="true"] .hamburger-line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .title-section {
        padding: 120px 0 30px;
    }

    .notes-filter {
        gap: 15px;
        flex-wrap: wrap;
    }

    .filter-tab {
        font-size: 12px;
    }

    .content-img-wrap {
        padding: 25px;
    }
}

@media (min-width: 768px) {
    .note-item {
        width: 50% !important;
    }
}

@media (min-width: 1200px) {
    .note-item {
        width: 25% !important;
    }
}