/* Tablet */
@media (max-width: 991.98px) {
    /* tablet adjustments */
}

/* Mobile */
@media (max-width: 575.98px) {

    #mobtoggle {
        flex-grow: 0 !important;
    }

    .navbar .navbar-brand {
        margin-top: -5%;
    }

    #mobbtn .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .navbar-dark .navbar-toggler {
        color: rgb(249 249 249 / 98%);
        border-color: rgb(255 255 255);
        border-radius: 0 !important;
    }

    .navbar.navbar-scrolled .navbar-brand img,
    .navbar.navbar-scrolled .d-lg-flex img {
        margin-top: 15px;
    }

    .txt-justify {
        text-align: justify;
    }

    .overview-section .display-5 {
        font-size: 1rem;
    }

    .stat-label {
        letter-spacing: 0px;
        line-height: 0.9rem;
    }

    .divtitle {
        letter-spacing: 1px;
        padding: 4px !important;
        font-size: 1rem !important;
        display: block !important;
        border-radius: 6px !important;
    }

    .rpto-section h2 {
        letter-spacing: 0.5px;
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        line-height: 2rem;
    }

    .rpto-desc {
        color: #bfc6d1;
        font-size: 1rem;
        font-weight: 400;
        text-align: justify;
    }

    .rpto-icon svg {
        width: 20px;
        height: 20px;
    }

    .rpto-feature-desc {
        color: #bfc6d1;
        font-size: 1rem;
        font-weight: 400;
        display: block;
        text-align: justify;
        margin-top: 0.3rem;
    }

    .courses-subtitle {
        color: #bfc6d1;
        font-size: 1rem;
        max-width: 600px;
        margin-bottom: 0.5rem;
        text-align: justify;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .testimonial-section {
        padding-bottom: 0 !important;
        padding-top: 1rem !important;
    }

    .pagetitle {
        text-align: center;
        line-height: 3rem;
        font-size: 1.5rem;
    }

    .about-page-img {
        padding: 10px;
    }

    .asf-icon-circle img {
        padding: 10px;
    }

    .asf-icon-circle {
        width: 200px;
        height: 60px;
        border-radius: 0;
        display: block;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        background: #ffffff;
    }

    .faq-section .accordion-button {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .hero-section:not(:has(video)) {
        height: 35vh;
        min-height: 200px;
    }

    .team-img-wrapper {
        width: 100%;
        height: auto;
    }

    .team-img-inner {
        width: 100%;
        height: auto;
    }

    .page-para {
        font-size: 1rem !important;
        text-align: justify;
    }

    .course-header {
        font-size: 1rem;
    }

    .course-header h2 {
        font-size: 1.5rem;
    }

    .icon-circle {
        color: #fff !important;
        text-align: justify;
        font-size: 1rem !important;
    }

    .curriculum-item {
        transition: all 0.3s ease;
        padding: 2px 0px;
    }

    .txtpara {
        font-size: 1rem !important;
        text-align: justify;
    }

    .badge-btn {
        letter-spacing: 1px;
        margin: 0 auto;
        display: block !important;
        width: fit-content;
    }

    .enrollment-btn {
        position: relative;
        overflow: hidden;
        padding: 0.7rem !important;
        font-size: 1rem;
        margin: 0 !important;
    }

    .testimonial-text {
        color: #e0e0e0;
        font-size: 1rem;
    }

    .course-description p {
        text-align: justify;
        font-size: 1rem !important;
    }
}