/* Modern admissions CTA section */

.apply-modern {
    padding: 92px 0;
    background: #f6f9fc;
}

.apply-modern .apply {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 48px rgba(7, 41, 77, 0.1);
}

.apply-modern .apply-heading {
    padding: 42px 50px 28px;
    border-bottom: 1px solid #e7edf3;
}

.apply-modern .apply-heading span,
.apply-modern .apply-label {
    color: #427123;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.apply-modern .apply-heading h2 {
    color: #07294d;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.15;
    margin-top: 12px;
}

.apply-modern .apply-heading p {
    max-width: 600px;
    margin-top: 12px;
    color: #526174;
    font-size: 16px;
    line-height: 1.65;
}

.apply-modern .apply-cont {
    min-height: 300px;
    padding: 46px 50px;
    background: #fff;
    border-radius: 0;
}

.apply-modern .apply-color-1 {
    background: #07294d;
}

.apply-modern .apply-color-2 {
    background: #0a335f;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.apply-modern .apply-cont h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 14px;
}

.apply-modern .apply-cont p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.75;
    margin-top: 18px;
}

.apply-modern .apply-cont .main-btn {
    margin-top: 30px;
    line-height: 48px;
    padding: 0 28px;
    border-radius: 5px;
}

.apply-modern .apply-cont .main-btn:hover {
    background: #0f4f8a;
    border-color: #0f4f8a;
    color: #fff;
}

@media (max-width: 991.98px) {
    .apply-modern {
        padding: 72px 0;
    }

    .apply-modern .apply-heading {
        padding: 34px 32px 24px;
    }

    .apply-modern .apply-cont {
        min-height: auto;
        padding: 38px 32px;
    }

    .apply-modern .apply-color-2 {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media (max-width: 575.98px) {
    .apply-modern {
        padding: 56px 0;
    }

    .apply-modern .apply-heading,
    .apply-modern .apply-cont {
        padding-left: 22px;
        padding-right: 22px;
    }

    .apply-modern .apply-cont h3 {
        font-size: 26px;
    }

    .apply-modern .apply-cont .main-btn {
        width: 100%;
        text-align: center;
    }
}
