/* =========================================================
   Custom.css - Sri Eshwarammaji School of Nursing
   Site-specific enhancements layered on top of the base theme
   ========================================================= */

/* ---------- Course / content sections ---------- */
.course-section h3,
.course-section h4 {
    color: #07294d;
}
.course-section h3 {
    border-left: 4px solid #ffc600;
    padding-left: 12px;
    margin-bottom: 12px;
}
.course-section ul li,
.course-details ul li {
    line-height: 1.9;
}
.course-section p {
    line-height: 1.9;
    color: #4a4a4a;
}

/* ---------- Eligibility Criteria box ---------- */
.eligibility-criteria {
    background: #fff;
    border: 1px solid #eee;
    border-top: 4px solid #ffc600;
    border-radius: 6px;
    padding: 30px 30px 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}
.eligibility-criteria h3 {
    color: #07294d;
    display: block;
}
.eligibility-criteria h3 .updated-badge {
    display: inline-block;
    background: #ffc600;
    color: #1d2025;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-left: 10px;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
}
.eligibility-criteria h4 {
    color: #07294d;
    margin-top: 10px;
}
.eligibility-criteria ul {
    margin: 0;
    padding-left: 20px;
}
.eligibility-criteria > ul > li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 4px;
}
.eligibility-criteria > ul > li::before {
    content: "\f058";
    font-family: "FontAwesome";
    color: #ffc600;
    position: absolute;
    left: 0;
    top: 2px;
}
.eligibility-criteria ul ul {
    list-style-type: circle;
    margin-top: 6px;
}
.eligibility-criteria ul ul li {
    list-style: circle;
    padding-left: 0;
}
.eligibility-criteria ul ul li::before {
    content: none;
}

/* ---------- Curriculum table ---------- */
.curriculum-table td {
    vertical-align: middle;
    padding: 12px 15px;
}
.curriculum-table td:first-child {
    background: #f7f8fa;
    width: 30%;
}

/* ---------- Curriculum year blocks ---------- */
.curriculum-year-block {
    border-left: 3px solid #ffc600;
    padding: 5px 0 15px 20px;
    margin-bottom: 15px;
}
.curriculum-year-block h5 {
    color: #07294d;
    margin-bottom: 8px;
}
.curriculum-year-block .year-badge {
    display: inline-block;
    background: #07294d;
    color: #fff;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 20px;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
}
.curriculum-year-block p {
    margin: 0;
}

/* ---------- Admission steps ---------- */
.admission-steps {
    padding-left: 20px;
}
.admission-steps li {
    margin-bottom: 10px;
    line-height: 1.8;
    padding-left: 5px;
}

/* ---------- Sidebar: quick links widget ---------- */
.quick-links-widget h4 {
    margin-bottom: 15px;
}
.quick-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.quick-links-list li {
    display: block;
    border-bottom: 1px dashed #e5e5e5;
}
.quick-links-list li:last-child {
    border-bottom: none;
}
.quick-links-list li a {
    display: block;
    padding: 10px 0;
    color: #4a4a4a;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.quick-links-list li a i {
    color: #ffc600;
    margin-right: 8px;
}
.quick-links-list li a:hover,
.quick-links-list li.current a {
    color: #ffc600;
    padding-left: 6px;
}

/* ---------- Sidebar: need help widget ---------- */
.need-help-widget {
    background: #07294d;
}
.need-help-widget h4 {
    color: #fff !important;
    margin-bottom: 10px;
}
.need-help-widget h4 i {
    color: #ffc600;
    margin-right: 6px;
}
.need-help-widget p {
    color: #cfd8e3;
    margin-bottom: 8px;
}
.need-help-widget .need-help-phone a,
.need-help-widget .need-help-email a {
    color: #ffc600;
    font-weight: 700;
}
.need-help-widget .main-btn {
    display: block;
    text-align: center;
}

/* ---------- Footer 4-column layout ---------- */
.footer-big-logo img {
    max-width: 190px;
    height: auto;
}
.footer-about-logo .social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-about-logo .social-links li {
    display: inline-block;
    margin-right: 10px;
}
.footer-about-logo .social-links li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
}
.footer-about-logo .social-links li a:hover {
    background: #ffc600;
    color: #1d2025;
}
.footer-copyright p a {
    color: #ffc600;
}

/* ---------- Misc fixes ---------- */
.corses-tab .nav.nav-justified .nav-item {
    flex: 1 1 auto;
}
.main-form .form-message.success {
    color: #2e7d32;
    font-weight: 600;
    display: block;
    margin: 10px 0;
}
.main-form .form-message.error {
    color: #c62828;
    font-weight: 600;
    display: block;
    margin: 10px 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .eligibility-criteria {
        padding: 20px;
    }
    .footer-about-logo,
    .footer-about {
        padding-right: 0;
    }
}
