
    /* Global Styles for Section Content */
    .programmes-wrapper {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        color: #2d3748;
        background-color: #ffffff;
    }

    /* Hero Banner matching Image */
    .custom-hero-banner {
        position: relative;
        background: linear-gradient(90deg, rgba(11,28,61,0.95) 0%, rgba(11,28,61,0.85) 45%, rgba(11,28,61,0.3) 100%), 
                    url('Image/Elect 2.jpg') center/cover no-repeat;
        color: #ffffff;
        padding: 90px 0;
    }
    .hero-subtitle-tag {
        color: #d4a359;
        letter-spacing: 2px;
        font-weight: 700;
        font-size: 0.85rem;
        text-transform: uppercase;
        display: block;
        margin-bottom: 12px;
    }
    .custom-hero-banner h1 {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1.15;
        margin-bottom: 20px;
    }
    .custom-hero-banner p {
        font-size: 1.05rem;
        color: rgba(255, 255, 255, 0.85);
        max-width: 550px;
        line-height: 1.6;
    }

    /* Breadcrumbs */
    .custom-breadcrumb {
        background-color: #f8fafc;
        padding: 12px 0;
        font-size: 0.85rem;
        color: #64748b;
        border-bottom: 1px solid #e2e8f0;
    }
    .custom-breadcrumb a {
        color: #64748b;
        text-decoration: none;
    }
    .custom-breadcrumb a:hover {
        color: #0b1c3d;
    }

    /* Section Titles with Gold Underline */
    .custom-title-section {
        text-align: center;
        margin-bottom: 45px;
    }
    .custom-title-section h2 {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 2.2rem;
        color: #0b1c3d;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .gold-underline {
        width: 45px;
        height: 3px;
        background-color: #d4a359;
        margin: 10px auto 15px auto;
    }
    .custom-title-section p {
        color: #64748b;
        font-size: 0.95rem;
    }

    /* Programme Cards (Modern Clean Layout) */
    .programmes-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 25px;
        margin-bottom: 60px;
    }
    .prog-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        padding: 35px 25px;
        text-align: center;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .prog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.07);
        border-color: transparent;
    }
    .prog-card-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #0b1c3d;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px auto;
        font-size: 1.5rem;
    }
    .prog-card h3 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #0b1c3d;
        margin-bottom: 12px;
    }
    .prog-card p {
        font-size: 0.88rem;
        color: #64748b;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .prog-card-link {
        color: #0b1c3d;
        font-weight: 600;
        text-decoration: none;
        font-size: 0.9rem;
        transition: color 0.2s;
    }
    .prog-card-link:hover {
        color: #d4a359;
    }

    /* Why Study With Us Section */
    .why-us-wrapper {
        background-color: #f8fafc;
        padding: 70px 0;
    }
    .why-us-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: center;
    }
    @media (max-width: 991px) {
        .why-us-grid {
            grid-template-columns: 1fr;
        }
    }
    .why-features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    .feature-box {
        text-align: left;
    }
    .feature-icon-wrap {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #e2e8f0;
        color: #0b1c3d;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    .feature-box h4 {
        font-size: 1rem;
        font-weight: 700;
        color: #0b1c3d;
        margin-bottom: 5px;
    }
    .feature-box p {
        font-size: 0.85rem;
        color: #64748b;
        margin: 0;
        line-height: 1.5;
    }

    /* CTA Card Banner */
    .cta-banner-card {
        background: linear-gradient(135deg, #0b1c3d 0%, #162d5a 100%);
        border-radius: 12px;
        padding: 45px 35px;
        color: #ffffff;
        position: relative;
        overflow: hidden;
    }
    .cta-banner-card h3 {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 12px;
    }
    .cta-banner-card p {
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 25px;
    }
    .btn-gold {
        background-color: #d4a359;
        color: #ffffff;
        padding: 12px 26px;
        font-weight: 600;
        border-radius: 6px;
        display: inline-block;
        text-decoration: none;
        transition: background 0.3s;
    }
    .btn-gold:hover {
        background-color: #b88b44;
        color: #ffffff;
    }

    /* Testimonials Styled Nicely */
    .testimonials-section {
        padding: 70px 0;
        background-color: #ffffff;
    }
    .testi-card-item {
        background: #f8fafc;
        border-radius: 10px;
        padding: 25px;
        border: 1px solid #e2e8f0;
        margin: 10px;
    }
    .testi-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }
    .testi-header img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }
    .testi-header h4 {
        font-size: 1rem;
        font-weight: 700;
        color: #0b1c3d;
        margin: 0;
    }
    .testi-header span {
        font-size: 0.8rem;
        color: #d4a359;
        display: block;
        font-weight: 600;
    }
    .testi-body p {
        font-size: 0.88rem;
        color: #64748b;
        font-style: italic;
        line-height: 1.6;
        margin: 0;
    }
