.elct-programme-page {
    background: #f5f7fb;
}

.elct-programme-intro {
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(14, 41, 80, 0.06);
    margin-top: -40px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.elct-programme-intro__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

.elct-programme-intro__row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.elct-programme-intro__row > .col-lg-5,
.elct-programme-intro__row > .col-lg-7 {
    display: flex;
}

.elct-programme-intro__image {
    align-self: stretch;
    display: flex;
    flex: 1 1 auto;
    min-height: 320px;
    overflow: hidden;
    width: 100%;
}

.elct-programme-intro__image img {
    border-radius: 0;
    display: block;
    flex: 1 1 auto;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.elct-programme-intro__body {
    align-self: stretch;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    padding: 32px 28px;
    width: 100%;
}

.elct-programme-intro__label {
    color: #0e2950;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.elct-programme-intro__title {
    color: #0e2950;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 12px;
}

.elct-programme-intro__meta {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 16px;
}

.elct-programme-intro__text {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.elct-programme-block {
    padding: 56px 0;
}

.elct-programme-block--muted {
    background: #fff;
}

.elct-programme-block--dark {
    background: linear-gradient(135deg, #0a172a 0%, #0e2950 55%, #123f66 100%);
    color: #fff;
}

.elct-programme-section-title {
    color: #0e2950;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
    text-align: center;
}

.elct-programme-section-title--light {
    color: #fff;
}

.elct-programme-section-subtitle {
    color: #64748b;
    margin: 0 auto 28px;
    max-width: 640px;
    text-align: center;
}

.elct-programme-section-subtitle--light {
    color: rgba(255, 255, 255, 0.78);
}

.elct-programme-aim-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #0e2950;
    border-radius: 8px;
    padding: 24px 26px;
}

.elct-programme-aim-card h3 {
    color: #0e2950;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.elct-programme-aim-card p {
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

.elct-programme-activity-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.elct-programme-activity-list li {
    align-items: flex-start;
    border-bottom: 1px solid #e6eaf0;
    display: flex;
    gap: 12px;
    padding: 14px 0;
}

.elct-programme-activity-list li:last-child {
    border-bottom: 0;
}

.elct-programme-activity-list svg {
    color: #0e2950;
    flex-shrink: 0;
    margin-top: 2px;
}

.elct-programme-activity-list p {
    color: #334155;
    line-height: 1.55;
    margin: 0;
}

.elct-programme-side-image {
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(14, 41, 80, 0.08);
    overflow: hidden;
}

.elct-programme-side-image img {
    display: block;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    width: 100%;
}

.elct-programme-achievements-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.elct-programme-achievements-row > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

.elct-programme-quote {
    background: #fff;
    border: 1px solid #e6eaf0;
    border-left: 4px solid #1a5282;
    border-radius: 8px;
    color: #334155;
    flex: 1 1 auto;
    height: 100%;
    line-height: 1.6;
    margin: 0;
    padding: 20px 22px;
    width: 100%;
}

.elct-programme-reasons-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.elct-programme-reasons-row > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

.elct-programme-reason-card {
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(14, 41, 80, 0.06);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    min-height: 200px;
    padding: 24px 22px;
    width: 100%;
}

.elct-programme-reason-card h4 {
    color: #0e2950;
    display: -webkit-box;
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.35;
    margin: 0 0 10px;
    max-height: calc(1.35em * 2);
    min-height: calc(1.35em * 2);
    overflow: hidden;
}

.elct-programme-reason-card p {
    color: #64748b;
    display: -webkit-box;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 1.6;
    margin: 0;
    max-height: calc(1.6em * 5);
    min-height: calc(1.6em * 5);
    overflow: hidden;
}

.elct-programme-projects-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.elct-programme-projects-row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.elct-programme-project-card {
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(14, 41, 80, 0.06);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    min-height: 380px;
    overflow: hidden;
    width: 100%;
}

.elct-programme-project-card__image {
    flex-shrink: 0;
    height: 200px;
    overflow: hidden;
}

.elct-programme-project-card__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.elct-programme-project-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 180px;
    padding: 18px 18px 20px;
}

.elct-programme-project-card__title {
    color: #0e2950;
    display: -webkit-box;
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    margin: 0 0 10px;
    max-height: calc(1.3em * 2);
    min-height: calc(1.3em * 2);
    overflow: hidden;
}

.elct-programme-project-card__text {
    color: #64748b;
    display: -webkit-box;
    flex: 1 1 auto;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.55;
    margin: 0 0 14px;
    max-height: calc(1.55em * 3);
    min-height: calc(1.55em * 3);
    overflow: hidden;
}

.elct-programme-project-card__body .btn {
    align-self: flex-start;
    flex-shrink: 0;
    margin-top: auto;
}

.elct-programme-empty {
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: #64748b;
    padding: 28px;
    text-align: center;
}

@media (min-width: 1200px) {
    .elct-programme-intro__row {
        flex-wrap: nowrap;
    }

    .elct-programme-intro__row > .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .elct-programme-intro__row > .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
}

@media (max-width: 1199px) {
    .elct-programme-intro__row > .col-lg-5,
    .elct-programme-intro__row > .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .elct-programme-intro__image {
        min-height: 260px;
    }

    .elct-programme-intro__image img {
        min-height: 260px;
    }

    .elct-programme-intro__body {
        justify-content: flex-start;
    }
}
