.active-menu {
    color: #018fb7 !important;
}

.course-image-container {
    height: 150px;
}

.course-image-container img {
    height: 250px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.service-item .service-txt {
    height: 100px;
}

.mt-20 {
    margin-top: 20px !important;
}


/* ===== Home Page – Alignment & Readability ===== */


/* Section spacing – consistent vertical rhythm */

.home-section {
    padding: 3rem 0;
}

.home-section .container {
    max-width: 1140px;
    margin: 0 auto;
}


/* Section headings – readable hierarchy */

.section-label {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
}

.section-title-main {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #222;
}

.section-desc {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 65ch;
}


/* Card and grid – better readability */

.home-card-body {
    padding: 1rem 1.25rem;
    color: #333;
}

.home-card-body h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.home-card-body p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555;
}


/* Grid responsive – stack on small screens */

@media (max-width: 768px) {
    .grid.two {
        grid-template-columns: 1fr;
    }
    .grid.three {
        grid-template-columns: 1fr;
    }
    .grid.highlights {
        grid-template-columns: 1fr;
    }
}