/* About Info Section (Previous code remains, appending new styles) */
.about-top {
    padding: 50px 0;
    @media (max-width: 767px) {
        padding: 30px 0;
    }
}

.about-heading {
    --gutter: 20px;
    margin-bottom: 40px;
}

.about-heading__info {
    margin-bottom: 20px;
    gap: 20px 0;
    .common-title {
        margin-bottom: 10px;
    }
}

.about-top__ttl {
    max-width: 650px;
}

.about-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    gap: 30px;
    position: relative;
}

.about-info__left,
.about-info__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6rem;
    /* Space between top and bottom items */
}

.about-info__center {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-info__center-img {
    width: 100%;
    text-align: center;
}

.about-info__center-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.about-video {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    &::before {
        content: "";
        padding-top: calc((9 / 16) * 100%);
        display: block;
    }
    iframe {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
}
/* Items */
.about-info__item {
    padding: 20px;
    background: #fff;
}

.about-info__desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a4a4a;
    text-align: justify;
}

/* Colors matching the design description */
.text-green {
    color: #28a745;
    /* Green */
}

.text-green .lead {
    color: #28a745;
}

.text-orange {
    color: #fd7e14;
    /* Orange */
}

.text-orange .lead {
    color: #fd7e14;
}

.text-blue {
    color: #007bff;
    /* Blue */
}

.text-blue .lead {
    color: #007bff;
}

/* Specific Alignment tweaks */
.about-info__left {
    text-align: right;
}

.about-info__left .common-title {
    justify-content: flex-end;
}

.about-info__left .about-info__desc {
    text-align-last: left;
    /* Reset text align last just in case */
    text-align: justify;
}

.about-info__right .about-info__desc {
    text-align: justify;
}

/* Responsive */
@media (max-width: 991px) {
    .about-info {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }

    .about-info__center {
        order: -1;
        /* Move image to top on mobile */
        width: 80%;
    }

    .about-info__left,
    .about-info__right {
        width: 100%;
        flex-direction: row;
        gap: 20px;
    }

    .about-info__item {
        flex: 1;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .about-info__left,
    .about-info__right {
        flex-direction: column;
    }

    .about-info__center {
        width: 100%;
    }
}

/* =========================================
   About Description Banner 
   ========================================= */
.about-desc {
    margin-top: 60px;
    @media (max-width: 767px) {
        margin-top: 30px;
    }
}

.green-banner {
    background-color: var(--color-2);
    /* Using defined green var */
    border-radius: 20px;
    padding: 30px;
    /* Reduced padding from 40px to fit better */
    color: #fff;
    margin-bottom: 40px;
    /* Optional: add box-shadow or similar if needed */
}

.green-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.green-banner__left {
    flex: 0 0 45%;
}

.green-banner__right {
    flex: 1;
}

.green-banner__title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    text-transform: none;
    /* Override common-title if it inherits */
}

.green-banner__text {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: justify;
}

/* Button Section */
.about-actions {
    text-align: center;
    /* margin-bottom: 40px; */
}

.btn-download-profile {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--color-2);
    color: var(--color-2);
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff;
}

.btn-download-profile:hover {
    background: var(--color-2);
    color: #fff;
}

.btn-download-profile .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--color-2);
    color: #fff;
}

.btn-download-profile:hover .icon {
    background: #fff;
    color: var(--color-2);
}

.btn-download-profile .icon svg {
    width: 14px;
    height: 14px;
}

/* Responsive for Banner */
@media (max-width: 991px) {
    .green-banner__content {
        flex-direction: column;
        gap: 20px;
    }

    .green-banner__left,
    .green-banner__right {
        width: 100%;
        text-align: center;
        flex: auto;
    }

    .green-banner__title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .green-banner {
        padding: 20px;
    }

    .green-banner__title {
        font-size: 1.5rem;
    }
}

/* page about-organizational */

.about-organizational {
    padding: 60px 0 150px;
    @media (max-width: 992px) {
        padding: 30px 0;
    }
}
.about-organizational__chart {
    overflow-x: auto;
    @media (max-width: 992px) {
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        img {
            scroll-snap-align: center;
            max-width: 992px;
        }
    }
}
/* Team Slider */
.team-slider {
    .slick-list {
        margin: 0 -10px;
    }
    .slick-slide {
        margin: 0 10px;
    }
}
.about-team {
    padding-bottom: 60px;
    @media (max-width: 992px) {
        padding-bottom: 30px;
    }
}

.about-team__ttl {
    margin-bottom: 40px;
}

.team-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    /* margin: 10px; */
    /* Add some spacing for shadow or slider gap */
}

.team-item__img {
    aspect-ratio: 3/4;
    /* Adjust based on image provided */
    width: 100%;
    position: relative;
}

.team-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-item__desc {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: var(--color-2);
    /* Green */
    padding: 15px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.team-item__info {
    flex: 1;
}

.team-item__name {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.team-item__position {
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.9;
}

.team-item__social {
    ul {
        display: flex;
        gap: 8px;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;
        a {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
        }

        a img {
            width: 100%;
            height: 100%;
            fill: var(--color-2);
            /* Icon color matches green theme initially */
        }
    }
}

.social-link:hover {
    background: var(--color-3);
    /* Orange on hover? or just opacity change */
    transform: translateY(-2px);
}

.social-link:hover svg {
    fill: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .team-item__desc {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .team-item__social {
        width: 100%;
        justify-content: flex-start;
    }
}
