.project-section {
    text-align: center;
}



.overview-row-styling {
    /* gap: 10px; */
    margin-top: 130px;
}

.overview-section {

    position: relative;
    max-width: 1300px;
    margin: auto;
}

.overview-overlay {
    background-image:
        linear-gradient(to bottom, rgba(8, 44, 44, 0.5), rgba(0, 0, 0, 0.7)),
        url('/static/images/who/who_bg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1300px;
    /* height: 600px; */
    border-radius: 15px;
    align-content: center;
    padding: 40px 20px;
    justify-content: center;
    overflow: visible;
}




/* Project text content */
.overview-info {
    flex: 1 1 400px;
    max-width: 600px;
    background: rgba(0, 23, 23, 0.6);
    border-radius: 12px;
    padding: 25px;
    line-height: 1.8;
    align-content: center;
}

h1 {
    text-align: center;
    font-size: 75px;
    color: #caff00;
    margin-bottom: 15px;
    font-weight: bold;
}

.overview-info h2 {
    font-size: 18px;
    color: #caff00;
    margin-bottom: 15px;
    font-weight: bold;
}

.overview-info h3 {
    font-size: 18px;
    color: #caff00;
    margin-bottom: 20px;
}

.overview-info p {
    font-size: 14px;
    color: #d6d6d6;
    margin-bottom: 20px;
}

.overview-info span {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.vision-overlay {
    background-image:
        linear-gradient(to bottom, rgba(8, 44, 44, 0.3), rgba(0, 0, 0, 0.5)),
        url('/static/images/who/vision_bg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1300px;
    /* height: 600px; */
    border-radius: 15px;
    align-content: center;
    padding: 40px 20px;
    justify-content: center;
    overflow: visible;
}

.section-title {
    background-color: white;
    color: #004044 !important;
    padding: 20px 90px;
    border-radius: 0 15px 0 0;
    width: fit-content;
    margin-bottom: 20px;
    max-width: 40%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

[lang="en"] .section-title {
    right: unset;
    left: 0;

    border-radius: 0 0 15px 0;
    margin-bottom: 30px;
}

.section-title h1 {
    margin: 0;
    font-size: 75px;
    font-weight: bold;
    color: #004044 !important;
}

.vision-info {
    flex: 1 1 400px;
    background: rgba(87, 87, 87, 0.4);
    border-radius: 12px;
    padding: 25px;
    line-height: 1.8;
    align-content: center;
    margin-top: 100px;
}


h2 {
    font-size: 36px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

[lang="en"] h2 {
    margin-bottom: 100px;
}

.vision-info h2 {
    font-size: 28px;
    color: #caff00;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.vision-info h3 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.vision-info p {
    font-size: 18px;
    color: #d6d6d6;
    margin-bottom: 20px;
}

.org-chart-container img {
    width: 95%;
    margin-bottom: 40px;
}

.org-chart-container h2 {
    font-size: 64px;
    color: #005E60;
}

.hierarchy {
    background-image:
        /* linear-gradient(to bottom, rgba(0, 5, 5, 0.3), rgba(0, 0, 0, 0.664)); */
        linear-gradient(to bottom, #51748D, #174B5E);
}

.partners-section {
    background: linear-gradient(to bottom, #0022449d, #003355a6),
        url('/static/images/who/partners_bg.png');
    /* Similar to the dark gradient in your image */
    background-size: cover;
    background-position: top;
}

.partners-section h2 {
    font-size: 96px !important;

}

.partner-logo {
    max-height: 85px;
    object-fit: contain;
}


@media screen and (max-width: 768px) {




    .section-title h1 {
        font-size: 70px;
    }

    h2 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .vision-info {
        margin-top: 20px;
    }


}

@media (max-width: 512px) {

    .row {
        margin-top: 105px;
    }

    h1 {
        font-size: 45px;
        margin-bottom: 50px;
    }

    .section-title h1 {
        font-size: 35px;
    }

    .section-title {
        padding: 20px 30px;
    }

    .vision-info h2 {
        font-size: 20px;
    }

    .partners-section h2 {
        font-size: 55px !important;
    }

    .partner-logo {
        max-height: 70px;
    }

    [lang="en"] h2 {
            margin-top: 100px;

    margin-bottom: 20px;
}
}