@media (max-width: 767px) {
    .img-bg-box {
        display: none;
    }

    .elementor-304 .elementor-element.elementor-element-55f7182 img {
        height: 490px !important;
    }

    .blog-grid {
        grid-template-columns: auto auto;
    }

    .crausel-content {
        max-width: 100%;
        width: 70%;
    }

    .crausel-content h2 {
        color: #fff !important;
        font-size: 15px !important;
        font-family: sans-serif;
    }

    .crausel-content i {
        font-size: 10px;
    }

    .custom-card {
        flex-direction: column !important;
    }

    .custom-card img {
        width: 100%;
        object-fit: cover;
    }


    .mv-container {
        flex-direction: column;
        gap: 30px;
    }

    .mv-left h2 {
        font-size: 24px;
    }

    .mv-box {
        gap: 15px;
    }

    .mv-icon {
        min-width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .mv-content h3 {
        font-size: 18px;
    }

    .mv-content p {
        font-size: 11px;
    }

    .mv-quote {
        /* transform: translateX(21px); */
        width: 100%;
        font-size: 13px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        bottom: 0;
    }

    /* Stack layout properly */
    .eligibility-section .info-box {
        flex-direction: column;
        gap: 12px;
    }

    /* Icon size reduce */
    .eligibility-section .icon-circle {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    /* Text area full width */
    .eligibility-section .info-box>div:last-child {
        flex: 1;
    }

    /* List fix */
    .eligibility-section ul {
        padding-left: 18px;
        margin: 0;
    }

    .eligibility-section ul li {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 6px;
    }

    /* Heading adjust */
    .section-title {
        font-size: 24px;
    }

    .home-feature-card {
        padding: 25px 20px;
    }

    .home-feature-card h4 {
        font-size: 18px;
    }

    .home-feature-card p {
        font-size: 13px;
    }

    .home-features-box {
        display: flex;
        flex-direction: column-reverse;
    }

    /* Card Base */
    .home-feature-card {
        padding: 40px 30px;
        height: 100%;
        position: relative;
        transition: 0.3s ease;
        background: #d6d6d6;
        opacity: 0;
        transform: translateY(60px) !important;
        /* right se start */
        transition: all 0.6s ease;
    }

    /* Visible state */
    .home-feature-card.show {
        opacity: 1;
        transform: translateY(0) !important;
    }
}

@media screen and (max-width:500px) {
    .tab-content {
        padding: 33px 20px 37px;
        margin: 10px 0;
    }

    .tab-content-card {
        width: auto;
        padding: 27px 19px;

    }

    .tab-content p {
        font-size: 14px;
        color: #000;
        opacity: .9;
        margin: 20px 0 0;
    }

    .tab-buttons {
        overflow: auto;
    }

    .tab-button {
        font-size: 13px;
        white-space: nowrap;
    }

    .tab-content h2 {
        font-size: 26px;
    }

    .blog-grid {
        display: block;
    }

    .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
    .e-con>.elementor-widget>.elementor-widget-container {
        height: auto;
    }

    .blog-lm {
        padding-bottom: 10px;
    }

    .blog-grid .blog-items .blog-cont {
        padding: 18px 18px 0;
    }
}

@media screen and (max-width:476px) {
    .card-text {
        font-size: 12px;
    }

    .campus-list li {
        font-size: 12px;
    }
}

@media(max-width:450px) {

    .section-heading::before,
    .section-heading::after {
        display: none;
    }

    .header-2.show {
        display: none;
    }

    .bottom-section {
        width: 100% !important;
    }
}