﻿.mini-card ul {
    margin: 0;
    padding-left: 18px
}

.mini-card li {
    margin-bottom: 10px;
    color: #44556b;
    line-height: 1.8
}

.page-hero {
    background: linear-gradient(135deg,rgb(6 20 38 / .92),rgb(18 60 104 / .88)),url(/images/B.Ed-from-MDU.jpg) center/cover;
    padding: 70px 0;
    color: #fff;
    text-align: center
}

    .page-hero h1 {
        font-size: 38px;
        font-weight: 800
    }

.btn-primary {
    background: #ff5a1f;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700
}

.content-wrap {
    padding: 40px 0;
    background: #f7f9fc
}

.content-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08)
}

    .content-card h2 {
        font-weight: 800;
        color: #10233f;
        margin-bottom: 15px
    }

    .content-card p, .content-card li {
        line-height: 1.9;
        color: #44556b
    }

.info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.info-box {
    flex: 1 1 calc(50% - 15px);
    background: #f8fbff;
    padding: 15px;
    border-radius: 10px
}

.quick-links a {
    display: inline-block;
    padding: 10px 15px;
    background: #eef5fc;
    border-radius: 30px;
    margin: 5px;
    text-decoration: none
}

.mini-card {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08)
}

.side-sticky {
    position: sticky;
    top: 20px
}

.cta {
    background: linear-gradient(135deg,#0d2441,#173c68);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    text-align: center
}

.white {
    color: #fff
}

.page-hero p {
    text-align: center
}

.info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 18px
}

.info-box {
    flex: 1 1 calc(50% - 16px);
    background: #f8fbff;
    border: 1px solid #e7eef7;
    border-radius: 12px;
    padding: 18px
}

    .info-box strong {
        display: block;
        color: #10233f;
        margin-bottom: 6px;
        font-size: 15px
    }

.cta-strip {
    background: linear-gradient(135deg,#0d2441,#173c68);
    color: #fff;
    border-radius: 14px;
    padding: 24px;
    margin-top: 24px
}

    .cta-strip h3 {
        color: #fff;
        margin-bottom: 10px
    }

    .cta-strip p {
        color: rgb(255 255 255 / .92);
        margin-bottom: 14px
    }

    .cta-strip a {
        display: inline-block;
        background: #ff5a1f;
        color: #fff !important;
        text-decoration: none;
        padding: 12px 22px;
        border-radius: 4px;
        font-weight: 700
    }

.hero-btns {
    margin-top: 20px
}

    .hero-btns a {
        display: inline-block;
        margin: 6px 8px;
        padding: 12px 24px;
        border-radius: 4px;
        font-weight: 700;
        text-decoration: none
    }

.btn-primary-citm {
    background: #ff5a1f;
    color: #fff !important
}

.btn-outline-citm {
    border: 2px solid #fff;
    color: #fff !important
}

.crumb-lite {
    margin-top: 14px;
    font-size: 14px;
    opacity: .9
}

    .crumb-lite a {
        color: #fff;
        text-decoration: none
    }

@media (max-width:575px) {
    .page-hero h1 {
        font-size: 24px;
        font-weight: 800;
    }

    .page-hero {
        padding: 30px 0;
    }

    .content-card h2 {
        font-weight: 800;
        color: #10233f;
        margin-bottom: 10px;
    }

    .content-wrap {
        padding: 20px 0;
        background: #f7f9fc;
    }

        .content-wrap .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .content-wrap.col-md-4, .content-wrap .col-lg-4, .col-xs-5, .col-sm-5,
        .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7,
        .col-lg-7, .content-wrap .col-xs-8, .content-wrap .col-sm-8, .content-wrap .col-md-8, .content-wrap .col-lg-8,
        .content-wrap .col-xs-9, .content-wrap .col-sm-9, .content-wrap .col-md-9, .content-wrap .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
            position: relative;
            min-height: 1px;
            padding-left: 10px;
            padding-right: 10px;
        }
}