@media (min-width: 320px) and (max-width: 1200px) {
    .container {
        width: 97% !important;
    }
}
@media only screen and (max-width: 1100px) {
    section.hero-2025 h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .learning-section-new .learning-overlay h3, .learning-section-new .learning-overlay h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .learning-section-new .learning-overlay p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    section.hero-2025 h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .free-consult-left, .free-consult-right {
        text-align: center;
    }
    .consult-bg-icon {
        width: 80px;
    }
    .learning-section-new .equal-height {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .v-center {
        display: block;
    }
    .hero-2025 {
        padding: 50px 0;
    }
    section.hero-2025 h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-content {
        margin-bottom: 30px;
    }
    .program-box {
        background: #003366;
        padding: 30px 30px;
    }
    .free-consultion {
        padding: 20px;
    }
    .fsc-right {
        justify-content: flex-start;
    }
    h2.updated-title {
        font-size: 24px;
        line-height: 34px;
    }
    .about-stats-box {
        position: relative;
        transform: none;
        left: 0;
        margin: 20px auto 0;
    }
    .stats-2025-box {
        flex-direction: column;
        gap: 30px;
    }
    .stat-divider {
        display: none;
    }
}