#page-about-us {
    .breadcrumb {
        margin-bottom: 0;
    }
}

.about-intro {
    padding: 60px 0;
    background-color: #f8fbf4;
    background-image:
        linear-gradient(30deg, #f0f0f0 12%, transparent 12.5%, transparent 87%, #f0f0f0 87.5%, #f0f0f0),
        linear-gradient(150deg, #f0f0f0 12%, transparent 12.5%, transparent 87%, #f0f0f0 87.5%, #f0f0f0),
        linear-gradient(30deg, #f0f0f0 12%, transparent 12.5%, transparent 87%, #f0f0f0 87.5%, #f0f0f0),
        linear-gradient(150deg, #f0f0f0 12%, transparent 12.5%, transparent 87%, #f0f0f0 87.5%, #f0f0f0),
        linear-gradient(60deg, #f4f4f4 25%, transparent 25.5%, transparent 75%, #f4f4f4 75%, #f4f4f4),
        linear-gradient(60deg, #f4f4f4 25%, transparent 25.5%, transparent 75%, #f4f4f4 75%, #f4f4f4);
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    text-align: center;
}






.about-intro__content {
    max-width: 1000px;
    margin: 0 auto;
    color: #4a4a4a;
    line-height: 1.8;
    font-size: 17px;
    /* padding: 0 20px; */
    text-align: center;
}

.about-intro__text {
    margin-bottom: 25px;
}

.about-intro__text strong {
    color: #333;
    font-weight: 700;
}

@media (max-width: 768px) {
    .about-intro {
        padding: 40px 0;
    }

    .about-intro__title {
        font-size: 28px;
    }

    .about-intro__header::before,
    .about-intro__header::after {
        display: none;
    }

    .about-intro__header {
        gap: 10px;
    }
}

/* ─── PERSONNEL SECTION ───────────────────────────────────── */
.about-personnel {
    padding: 80px 0;
}

.personnel-content {
    margin-top: 50px;
    align-items: center;
    gap: 30px;
}

.about-personnel__img {
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    aspect-ratio: 16 / 10;
}

.about-personnel__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.personnel-slide:hover .about-personnel__img img {
    transform: scale(1.08);
}

.personnel-content__img {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}

.personnel-content__img img {
    width: 100%;
    display: block;
}

/* Customizing Slick Dots for Personnel Slider */
.personnel-slider .slick-dots {
    bottom: 30px;
    z-index: 5;
}

.personnel-slider .slick-dots li button:before {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.personnel-slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
    transform: scale(1.2);
}

/* Customizing Arrows to be inside the slide */

.about-partners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.about-partners__item {}

.about-partners__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    transition: all .3s linear;
}

.about-partners__item:hover img {
    transform: translateY(-10px);
}

.about-partners__img a {

    display: block;
    position: relative;
    overflow: hidden;
}

.about-partners__img a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #323232 0, rgba(50, 50, 50, 0) 33%);
    opacity: .3;
}



/* ─── CERTIFICATE SECTION ─────────────────────────────────── */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.scale-flex {
    gap: 20px 0;
}

.about-ecosystem {
    padding: 50px 0 0;

    @media (max-width: 992px) {
        padding: 30px 0 0;
    }
}

.about-certificate {
    padding: 50px 0;

    @media (max-width: 992px) {
        padding: 30px 0;
    }
}

.about-chart {
    padding: 50px 0;

    @media (max-width: 992px) {
        padding: 30px 0;
    }
}

/* ─── MISSION SECTION ─────────────────────────────────── */
.about-mission {
    padding: 60px 0;
    background: #fff;

    @media (max-width: 768px) {
        padding: 40px 0;
    }
}

.mission-list {
    margin-top: 50px;
    gap: 25px 0;

    @media (max-width: 768px) {
        margin-top: 0;
    }
}

.mission-item {
    text-align: center;
    /* padding: 20px; */
}

.mission-item__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-item__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.mission-item__title {
    font-size: 22px;
    font-weight: 700;
    color: #8cc63f;
    margin-bottom: 15px;
}

.mission-item__desc {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.8;
    max-width: 380px;
    margin: 0 auto;
}

.certificate-slider {
    /* margin-top: 50px; */
}

.about-ecosystem__ck {
    margin-top: 30px;
}


.certificate-slider .slick-list {
    margin: 0 -15px;
}

.certificate-slide {
    padding: 0 15px;
}

.certificate-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.certificate-card:hover {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12);
}

.certificate-card__img {
    margin: 0;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #fff;
}

.certificate-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.certificate-card__info {
    background-color: var(--color-3);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    min-height: 70px;
}

.certificate-card__title {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
    flex: 1;
    padding-right: 15px;
}

.certificate-card__download {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.certificate-card__download svg {
    color: #fff;
}

.certificate-card__download:hover {
    transform: scale(1.15);
}

.certificate-card__download svg {
    width: 24px;
    height: 24px;
}

.ecosystem-slider {
    margin-top: 30px;
}

.ecosystem-slider .slick-list {
    margin: 0 -15px;
}

.ecosystem-slide {
    padding: 0 15px;
}

.ecosystem-slide__img {
    display: block;
}

.ecosystem-slide__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.about-video {
    padding: 0 0 50px;
}

.about-video__block {
    gap: 20px 0;
}

.about-video__iframe {
    position: relative;

    iframe {
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
        border-radius: 14px;
        height: auto;
    }
}

@media (max-width: 992px) {
    .personnel-content {
        flex-direction: column;
        margin-top: 20px;
    }

    .about-personnel {
        padding: 40px 0;
    }

    .slick-arrow-common .personnel-slider .slick-arrow {
        display: none !important;
    }


}

@media (max-width: 768px) {


    .certificate-card__title {
        font-size: 13px;
    }

    .certificate-card__info {
        padding: 12px 15px;
        min-height: 60px;
    }
}