﻿@media (min-width: 1200px) {
    .content-container {
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(10dvh);
}

/* Section1 */
.clients-section1-container {
    width: 100%;
    min-height: 30rem;
    margin: 0 auto;
    margin-top: 3rem;
    border-radius: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 0 4rem;
    background-image: url(/images/ClientsPrograms/Section1-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clients-section1-h1 {
    font-size: 2.5rem;
}

.clients-section1-h1, .clients-section1-p {
    color: var(--PrimaryColor7);
    margin: 0;
    width: 40rem;
}

/* Section2 */
.clients-section2-container {
    width: 85%;
    margin: 0 auto;
    margin-top: 5rem;
    border-radius: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 7rem;
    background-position: center;
    min-height: 14rem;
    background-size: cover;
    background-image: url(/images/ClientsPrograms/Section2-background.png);
    transition: all 0.2s ease-in-out;
}

    .clients-section2-container:hover {
        transform: translateY(-4px) scale(1.02);
    }

.clients-section2-p {
    text-align: center;
    color: var(--PrimaryColor7);
    margin: 0;
}

/* General */
.section-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6rem;
    margin-top: 10rem;
}

.check-icon {
    width: 25px;
    height: 25px;
}

.section-image {
    width: 40%;
    transition: all 0.2s ease-in-out;
}

    .section-image:hover {
        transform: scale(1.05);
    }

.section-content-h2, .section-p {
    margin: 0;
}

.section-item {
    display: flex;
    gap: 1rem;
}

.section-p {
    text-align: justify;
    font-size: 1rem;
    width: 90%;
}

.section-content-container {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding: 1rem 0.8rem;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
}

    .section-content-container:hover {
        box-shadow: 0 6px 10px #5554;
        transform: translateY(-4px);
    }

.section-items-container {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* Section3 */
.clients-section3-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 8rem;
    border-radius: 1.3rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.section3-content1-container, .section3-content2-container {
    width: 100%;
    display: flex;
}

.content1-image {
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 45rem;
}

.section3-content-h3, .section3-content-p, .section3-item-p {
    color: var(--PrimaryColor7);
    margin: 0;
}

.content1-info {
    width: 50%;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.section3-content-h3 {
    font-size: 2rem;
}

.section3-items-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section3-item-p {
    width: 90%;
    margin-top: 0.3rem;
}

.section3-check {
    width: 40px !important;
    height: 40px !important;
}

.section3-item {
    display: flex;
    gap: 1rem;
}

/* SupportSection */
.support-section-container {
    width: 100%;
    margin-top: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.support-h2 {
    font-size: 2.5rem;
}

.support-p {
    width: 65%;
    text-align: center;
}

.support-h2, .support-p {
    margin: 0;
}

.support-items-container {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
}

.support-item {
    width: 48%;
    padding: 1.5rem;
    border-radius: 0.8rem;
    box-shadow: 0 7px 10px #5554;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: all 0.2s ease-in-out;
}

    .support-item:hover {
        transform: translateY(-4px);
    }

.support-item-p {
    margin: 0;
    font-weight: 500;
    font-size: 1.4rem;
    width: 90%;
}

/* Section10 */
.clients-section10-container {
    background-image: url(/images/ClientsPrograms/Section10-background.png);
    min-height: 30rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
    background-position: right;
    border-radius: 1.3rem;
    margin: 0 auto;
    margin-top: 8rem;
    transition: all 0.2s ease-in-out;
}

    .clients-section10-container:hover {
        transform: translateY(-4px) scale(1.02) !important;
    }

.section10-h2, .section10-p {
    margin: 0;
    color: var(--PrimaryColor7);
}

.section10-h2 {
    text-align: center;
    width: 30rem;
}

.section10-p {
    width: 40rem;
    text-align: justify;
}

/* Responsive */
@media (max-width: 950px) {
    .clients-section1-container {
        width: 95%;
        padding: 0 3rem;
    }

    .section-container {
        width: 80%;
        flex-direction: column-reverse;
        margin: 0 auto;
        margin-top: 6rem;
        gap: 3rem;
    }

    .section-special-container {
        flex-direction: column !important;
    }

    .support-p {
        width: 70%;
    }

    .support-items-container {
        width: 95%;
    }

    .support-item {
        width: 45%;
    }

    .section-image {
        width: 85%;
    }

    .support-h2 {
        width: 80%;
        text-align: center;
    }

    .clients-section10-container {
        width: 90%;
    }

    .clients-section3-container {
        width: 90%;
    }

    .section3-content1-container {
        flex-direction: column-reverse;
    }

    .section3-content2-container {
        flex-direction: column;
    }

    .content1-info {
        width: 90%;
        margin: 0 auto;
        padding: 4rem 1.5rem;
    }

    .content1-image {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .section-container {
        width: 90%;
    }

    .section-image {
        width: 100%;
    }

    .support-h2 {
        font-size: 1.6rem;
        text-align: center;
    }

    .support-p, .support-item {
        width: 85%;
    }

    .section-special-icon {
        width: 70px;
        height: 70px;
    }

    .support-icon {
        width: 50px;
        height: 50px;
    }

    .clients-section1-h1, .section3-content-h3 {
        font-size: 1.6rem;
    }

    .clients-section1-container {
        padding: 0 1.5rem;
        background-position: -25rem;
    }

    .clients-section1-h1, .clients-section1-p {
        width: 100%;
    }

    .clients-section2-container {
        width: 90%;
        padding: 2.5rem;
    }

    .content1-info {
        padding: 4rem 0.5rem;
    }

    .content1-image {
        min-height: 35rem;
    }

    .section10-h2 {
        width: 20rem;
    }

    .section10-p {
        width: 85%;
    }
}