.stakeholders-interviews-page {
    padding-bottom: 30px;
    position: relative;
}

.stakeholders-interviews__hero {
    background: #335E6F;
    padding: 40px 0;
}

.stakeholders-interviews__hero-title {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2rem;
    color: #FFF;
}

.stakeholders-interviews__hero-content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #FFF;
    padding-right: 20px;
    font-family: "NotesEsaRegular";
}

.interview-category-section {
    padding: 40px 0 0;
    margin-bottom: 30px;
}

.interview-category-section .category-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
    font-family: "NotesEsaBold";
    margin-bottom: 20px;
}

.interview-category-section .category-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    color: #000;
    padding-right: 20px;
    font-family: "NotesEsaRegular";
}

.interview-category-section .stakeholders-slider {
    padding-top: 40px;
    padding-left: 15px;
}

.interview-category-section .stakeholders-slider.stakeholders-slider--not-enough .splide__track {
	overflow: initial;
}

.interview-category-section .stakeholders-slider.stakeholders-slider--not-enough {
	visibility: visible;
    padding-left: 15px;
}

.interview-category-section .stakeholders-slider.stakeholders-slider--not-enough .splide__list {
	flex-wrap: wrap;
}

.interview-category-section .stakeholders-slider.stakeholders-slider--not-enough .splide__slide {
	margin-right: 24px;
    margin-bottom: 24px;
    flex-shrink: initial;
}

.interview-category-section .stakeholders-slider.stakeholders-slider--not-enough 

.interview-category-section .stakeholders-slider .splide__track {
    padding-bottom: 40px;
    /*padding-right: 14px !important;*/
    padding-left: 13px !important;
}

.interview-category-section .stakeholders-slider .splide__arrows {
    position: absolute;
    top: 0;
    left: 13px;
    height: 36px;
    width: 100%;
}

.interview-category-section .stakeholders-slider .splide__arrow {
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    opacity: 1;
}

.interview-category-section .stakeholders-slider .splide__arrow--prev {
    left: auto;
    right: 51px;
}

.interview-category-section .stakeholders-slider .splide__arrow--next {
    right: 15px;
}

.stakeholders-slider .slide-inner {
    /*padding: 0 15px;*/
}

.stakeholders-slider .interview-card {
    width: 220px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.stakeholders-slider .card-content {
    padding: 30px 15px 10px;
}

.stakeholders-slider .card-thumbnail {
    height: 150px;
    border-radius: 10px;
    background: #E8E8E4;
    overflow: hidden;
}

.stakeholders-slider .card-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
    transform‑origin: center center;
}

.stakeholders-slider .interview-card:hover .card-thumbnail img {
    transform: scale(1.1);
    filter: brightness(1.05);
}

.stakeholders-slider .card-title {
    font-family: "NotesEsaBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}

/* Stakeholders Modal - scoped to parent container */
.stakeholders-interviews-page .stakeholders-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stakeholders-interviews-page .stakeholders-modal--visible {
    display: block;
    opacity: 1;
}

.stakeholders-interviews-page .stakeholders-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.stakeholders-interviews-page .stakeholders-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
    background: #fff;
    box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.2);
    align-items: center;
    background: #000;
}

.stakeholders-interviews-page .stakeholders-modal__body {
    display: flex;
    min-height: 75vh;
}

.stakeholders-interviews-page .stakeholders-modal__close {
    position: absolute;
    top: 10px;
    right: 5px;
    border: none;
    color: white;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.stakeholders-interviews-page .stakeholders-modal__close:hover {
    opacity: 0.75;
}

.stakeholders-interviews-page .stakeholders-modal__video-wrapper {
    width: calc(100% - 300px);
    display: flex;
    align-items: center;
}

.stakeholders-interviews-page .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.stakeholders-interviews-page .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.stakeholders-interviews-page .stakeholders-modal__info {
    width: 300px;
    padding: 20px 30px;
    background: #fff;
    border-top: 1px solid #eee;
}

.stakeholders-interviews-page .stakeholders-modal__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    font-family: "NotesEsaBold";
    color: #003247;
    margin-bottom: 40px;
}

.stakeholders-interviews-page .stakeholders-modal__description {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

/* Responsive Design */

@media screen and (min-width: 576px) {
    .interview-category-section .stakeholders-slider .splide__arrows {
        max-width: 540px;
    }
}


@media screen and (min-width: 768px) {
    .interview-category-section .stakeholders-slider .splide__arrows {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .interview-category-section .stakeholders-slider .splide__arrows {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .interview-category-section .stakeholders-slider .splide__arrows {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1500px) {
    .stakeholders-interviews-page .container {
        max-width: 1340px;
    }
    
    .interview-category-section .stakeholders-slider .splide__arrows {
        max-width: 1340px;
    }
}


@media screen and (max-width: 991px) {
    .stakeholders-interviews-page .stakeholders-modal__body {
        flex-direction: column;
    }
    
    .stakeholders-interviews-page .stakeholders-modal__info,
    .stakeholders-interviews-page .stakeholders-modal__video-wrapper {
        width: 100%;
    }
    
    .stakeholders-interviews-page .stakeholders-modal__info {
        position: relative;
    }
    
    .stakeholders-interviews-page .stakeholders-modal__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .stakeholders-interviews-page .stakeholders-modal__info {
        padding: 48px 24px;
    }
    .interview-category-section .stakeholders-slider.stakeholders-slider--not-enough {
    	padding-left: 29px;
    }
    
    .interview-category-section .stakeholders-slider.stakeholders-slider--not-enough .interview-card {
    	width: 320px;
    }

    .interview-category-section .stakeholders-slider.stakeholders-slider--not-enough .splide__slide {
	 margin-right: 0;
     width: 100%;
    }
}

body.stakeholders-modal-open {
    overflow: hidden;
}