/* Desktop hover */
@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

/* Mobile fix */
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        position: static;
        margin-left: 0;
    }

    .section-subtitle{
        margin-top: 30px;
    }

    .mobile-30{
        margin-bottom: 30px;
    }
}


/* Desktop hover dropdown */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .music-hero {
        min-height: 75vh;
        padding: 80px 0 60px;
    }

    .music-hero-content {
        margin-top: 0;
    }

    .music-hero-content h1 {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .marquee-content span {
        font-size: 16px;
    }

    .marquee-content {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .fade-edges::before,
    .fade-edges::after {
        width: 50px;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .course-overview {
        padding: 80px 0;
    }

    .course-sidebar {
        position: static;
        margin-top: 60px;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .instructors-card {
        flex-direction: column;
        text-align: center;
    }

    .instructors-info p {
        margin: 0 auto;
    }

    .instructors-social {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .blog-header {
        gap: 20px;
    }

    .blog-header .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .blog-list-img img {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .academy-feedback-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .academy-feedback-grid {
        grid-template-columns: 1fr;
    }
}