/* Executive Leaders page specific styles */

/* Root variable for leaders negative size */
.section.section-leaders {
    --leaders-nagative-size: 119px !important;
}

/* Highlights strip container */
.el-highlights {
    padding: 56px 0;
    background-color: #F1F5F4;
    background-image: url('../images/card-layer-3.svg'), url('../images/card-frame-4.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
}

/* Ensure section background images show fully */
.section.section-leaders .section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* edge-to-edge fill */
    display: block;
}

/* Fixed height for the leaders background area */
.section.section-leaders .section-bg {
    width: 100vw; /* full-bleed */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 520px; /* desktop */
}

/* Pull the green card wrapper up to overlap the image using the variable */
.section.section-leaders .content-swiper-wrapper {
    margin-top: calc(var(--leaders-nagative-size) * -1);
}

.swiper-wrapper {
    flex: 1;
}

.responsive-container-margin {
    margin-top: 100px !important;
}

.responsive-inter-light {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: -0.02em;
    font-weight: 300;
}

/* Banner heading */
.el-banner-heading h1 {
    font-size: 72px;
    line-height: 110%;
    letter-spacing: -0.02em;
}

/* Banner description */
.el-banner-description {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-style: normal; /* 'Medium' weight corresponds to 500 */
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.02em; /* -2% */
}

.el-description-wrapper {
    margin-top: 48px !important;
}

/* Highlights list grid */
.el-highlights-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* Ensure items don't overflow */
.el-highlights-list > div {
    max-width: 100%;
    min-width: 160px;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

/* Programme Info: Who is this for? */
.el-who-title {
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 20px;
}
.el-who-text {
    font-size: 20px;
    line-height: 140%;
}

.el-outcome-item {
    font-size: 18px;
    line-height: 120%;
    padding-left: 28px;
    background-image: url('../images/forward-icon.svg');
    background-repeat: no-repeat;
    background-position: left 2px top 2px;
    background-size: 17px;
}

/* Programme Outcomes */

.el-outcomes-image-container {
    padding-right: 0 !important;
}

.el-outcomes-content-container {
    padding-left: 0 !important;
}

.el-outcomes-image {
    width: 408px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.right-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    right: calc(-1 * ((90vw - 100%) / 2));
    height: 100%;
    pointer-events: none;
    z-index: -1;
    background-color: #F1F5F4;
    background-image: url('../images/card-frame-4.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.el-outcomes-title {
    margin-bottom: 24px !important;
    font-size: 48px !important;
    line-height: 110% !important;
    letter-spacing: -0.02em !important;
}

.el-outcomes-list-container {
    padding-top: 40px;
    padding-left: 40px;
}

.el-outcomes-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.el-card-container {
    padding: 62px 60px !important; /* top and bottom - 62px, left and right - 60px */
}


/* Testimonials */
.el-testimonials-title {
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.02em;
}

.el-testimonial-slide {
    width: auto;
    height: auto;
    flex: 1;
    display: flex;
}

.el-testimonial-card {
    border: 0;
    width: 552px;
    background-color: #F1F5F4;
    padding: 40px 55px 40px 51px;
    display: flex;
    flex-direction: column;
}

.el-testimonial-message {
    position: relative;
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 30px;
}

.el-testimonial-message p::before {
    content: '';
    display: inline-block;
    width: 54px;
    height: 40px;
    margin-right: -54px;
    margin-bottom: -4px;
    background-image: url(../images/quote-start-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.el-testimonial-message p::after {
    content: '';
    display: inline-block;
    width: 54px;
    height: 40px;
    margin-bottom: -26px;
    margin-left: -48px;
    background-image: url(../images/quote-end-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.el-testimonial-divider {
    margin-top: auto;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    position: relative;
}

.el-testimonial-divider-notch {
    position: absolute;
    left: 32px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    border-left: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    transform: rotate(-45deg);
    background: #F1F5F4;
}

.el-testimonial-meta {
    gap: 16px;
}

.el-testimonial-avatar {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 10px;
}

.el-testimonial-name {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
}

.el-testimonial-designation {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
}

/* Pedagogy and Themes */
.el-pedagogy-title {
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.02em;
}

.el-card-cream {
    background-color: #FCF7E3;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
    padding-right: 36px;
}

.el-card-image-container {
    padding: 0;
    margin-top: 0;
    max-width: 50px;
}

.el-card-content-container {
    padding: 0;
    margin: 0;
    flex: 1;
    margin-left: 30px;
}

.el-card-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.el-card-section-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
}

.el-card-section-title .el-accent {
    color: #009888;
}

.el-list {
    display: grid;
    gap: 13px;
    padding-left: 24px;
}

/* Faculty section */
.el-faculty-section {
    background-color: #062b2a;
    padding: 65px 0;
    position: relative;
    overflow: hidden;
}

.el-faculty-overlay {
    position: absolute;
    right: -100px;
    bottom: -150px;
    width: 100%;
    height: 100%;
    background-image: url('../images/card-layer.svg');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    opacity: 0.1;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    max-width: 479px;
}

.el-faculty-title {
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.02em;
}

.el-faculty-row {
    row-gap: 32px;
    justify-content: space-between;
}

.el-faculty-col {
    max-width: 270px;
}

.el-faculty-name {
    font-size: 20px;
    line-height: 140%;
}

.el-faculty-desg {
    font-size: 12px;
    line-height: 140%;
}

/* Apply & Programme fee */
.el-applyfee-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.el-apply-card {
    border: 0;
    padding: 36px;
}

.el-apply-row {
    row-gap: 24px;
}

.el-apply-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.el-apply-title {
    font-size: 24px;
    line-height: 120%;
}

.el-apply-title::first-letter {
    color: #009888;
}

.el-apply-description {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
}

.el-apply-mail {
    color: #4843CA;
    text-decoration: none;
}

.el-apply-fee {
    font-size: 20px;
    line-height: 140%;
}

.el-pedagogy-row {
    row-gap: 0;
}

/* mobile styles */
@media (max-width: 768px) {
    /* Mobile fixed height */
    .section.section-leaders .section-bg {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        height: 158px;
    }

    .section.section-leaders {
        --leaders-nagative-size: 10% !important;
    }
    
    .responsive-inter-light {
        font-size: 12px;
        letter-spacing: 0;
    }

    .el-banner-description {
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0;
    }

    .el-description-wrapper {
        margin-top: 24px !important;
    }

    .responsive-container-margin {
        margin-top: 48px !important;
    }

    .el-highlights-list {
        display: flex;
        flex-wrap: wrap;
        row-gap: 24px;
        justify-content: space-around;
    }

    .el-highlights {
        background-image: none;
        padding: 24px
    }

    .el-highlights-list > div {
        max-width: 100%;
        min-width: 160px;
        align-self: stretch;
    }

    .el-who-title {
        font-size: 20px !important;
        line-height: 120% !important;
        margin-bottom: 12px !important;
    }
    .el-who-text {
        font-size: 12px;
        line-height: 140%;
    }

    .el-outcomes-title {
        font-size: 32px !important;
        line-height: 120% !important;
        letter-spacing: -0.02em !important;
    }

    .el-outcome-item {
        font-size: 12px;
        line-height: 140%;
        background-image: url('../images/forward-icon.svg');
        background-repeat: no-repeat;
        background-position: left 2px top 2px;
        background-size: 12px;
        padding-left: 22px;
    }

    .el-outcomes-list-container {
        padding-top: 24px;
        padding-left: 34px;
        padding-bottom: 60px;
    }

    .el-outcomes-list {
        display: flex;
        flex-direction: column;
        gap: 13px;
        margin-right: 24px;
    }

    .el-outcomes-content-container {
        padding-right: 12px !important;
    }

    .el-outcomes-image {
        height: 168px;
    }

    .el-outcomes-image-container {
        padding-right: 12px !important;
    }
    
    .el-card-container {
        padding: 20px 20px 50px 20px !important; /* top and bottom - 62px, left and right - 60px */
    }

    .right-overlay-container {
        left: 12px;
        right: 12px;
        background-position: right bottom; /* make the position small */
        background-size: 200px;
    }


    .el-testimonials-title {
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    .el-testimonial-card {
        width: 360px;
        padding-top: 27px;
        padding-bottom: 27px;
        padding-left: 33px;
        padding-right: 35px;
    }

    .el-testimonial-message {
        font-size: 12px;
        line-height: 140%;
    }

    .el-testimonial-message p::before {
        width: 36px;
        height: 27px;
        margin-right: -38px;
    }

    .el-testimonial-message p::after {
        width: 36px;
        height: 27px;
        margin-bottom: -15px;
        margin-left: -30px;
    }

    .el-testimonial-avatar {
        width: 45px;
        height: 45px;
        border-radius: 10px !important;
    }

    .el-testimonial-divider-notch {
        left: 20px;
    }

    .el-testimonial-name {
        font-size: 8px;
    }

    .el-testimonial-designation {
        font-size: 8px;
    }

    .el-pedagogy-title {
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    .el-card-section-title {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 20px !important;
    }

    .el-card-icon {
        width: 40px;
        height: 40px;
    }

    .el-list {
        gap: 8px;
        padding-left: 22px;
    }

    .el-faculty-section {
        padding: 40px 0;
    }

    .el-faculty-title {
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    .el-faculty-row {
        row-gap: 16px;
    }

    .el-faculty-col {
        max-width: 178px;
    }

    .el-faculty-name {
        font-size: 16px;
    }

    .el-faculty-desg {
        font-size: 10px;
    }

    .el-applyfee-grid {
        gap: 24px;
    }

    .el-apply-card {
        padding: 24px;
    }

    .el-apply-title {
        font-size: 18px;
        line-height: 120%;
        
    }

    .el-apply-description {
        font-size: 14px;
    }

    .el-apply-fee {
        font-size: 16px;
        line-height: 140%;
    }

    .el-apply-row {
        row-gap: 16px;
    }

    .el-pedagogy-row {
        row-gap: 24px;
    }

    .el-card-cream {
        padding: 24px;
    }

    .el-card-image-container {
        padding: 0;
        margin-top: 0;
        max-width: 40px;
    }

    .el-card-content-container {
        padding: 0;
        margin: 0;
        flex: 1;
        margin-left: 20px;
    }

    .el-faculty-overlay { 
        right: -100px;
        bottom: -310px;
        max-width: 250px;
    }
    
    
}

