﻿
.page-hero {
    background: linear-gradient(135deg,rgba(6,20,38,.92),rgba(18,60,104,.88)),url('/images/B.ed-Entrance-Exam-online-form-Counselling-fees-exam-date-Application-fees.jpg') center/cover;
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.page-hero h1 {
    font-size: 40px;
    font-weight: 800;
}

.page-hero p {
    max-width: 850px;
    margin: auto;
    font-size: 18px;
}

.btn-main {
    background: #ff5a1f;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.section {
    padding: 50px 0;
    background: #f7f9fc;
}

.card {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 25px;
}

    .card h2 {
        font-weight: 800;
        color: #0f2b46;
        margin-bottom: 15px;
    }

    .card p {
        line-height: 1.9;
        color: #444;
    }

.highlight {
    background: #eef5fc;
    padding: 15px;
    border-radius: 10px;
}

.cta {
    background: linear-gradient(135deg,#0d2441,#173c68);
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-top: 20px;
    text-align: center;
}

.quick-links a {
    display: inline-block;
    margin: 5px;
    padding: 10px 15px;
    background: #eef5fc;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
}

.sidebar-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.side-sticky {
    position: sticky;
    top: 20px;
}

.mini-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    padding: 22px;
    margin-bottom: 20px;
}

    .mini-card h3 {
        margin-top: 0;
        margin-bottom: 14px;
        color: #10233f;
        font-size: 22px;
        font-weight: 800;
    }

    .mini-card ul {
        margin: 0;
        padding-left: 18px;
    }

    .mini-card li {
        margin-bottom: 10px;
        color: #44556b;
        line-height: 1.8;
    }

.content-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    padding: 28px;
    margin-bottom: 24px;
}

    .content-card h2,
    .content-card h3 {
        color: #10233f;
        margin-top: 0;
        margin-bottom: 16px;
        font-weight: 800;
        line-height: 1.3;
    }

    .content-card p,
    .content-card li {
        color: #44556b;
        font-size: 16px;
        line-height: 1.9;
    }

.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: rgba(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;
    }

.quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.highlight-list,
.faq-list,
.interlink-list {
    padding-left: 18px;
    margin-bottom: 0;
}

.quick-links a {
    display: inline-block;
    padding: 10px 16px;
    background: #eef5fc;
    border: 1px solid #d9e7f5;
    color: #12345b;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.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;
    }

 
