.community-section {
    background: #fff;
    @media (max-width: 575.98px) {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .section-title {
        color: #005083;
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;

        @media (max-width: 991.98px) {
            font-size: 36px;
        }

        @media (max-width: 575.98px) {
            font-size: 30px;
            margin-bottom: 30px !important;
        }
    }

    .testimonial-card {
        min-height: 238px;
        padding: 32px;
        border-radius: 8px;

        @media (max-width: 991.98px) {
            min-height: 220px;
            padding: 28px;
        }

        @media (max-width: 575.98px) {
            min-height: auto;
            padding: 24px;
        }
    }

    .parent-card {
        background: #fce4ee;
    }

    .student-card {
        background: #fff7d4;
    }

    .instructor-card {
        background: #e0f4fc;
    }

    .testimonial-user {
        gap: 16px;
        margin-bottom: 22px;
    }

    .user-image,
    .user-placeholder {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
        border-radius: 50%;
    }

    .user-image {
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .user-placeholder {
        border: 1px dashed #8caabd;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #42728c;

        span {
            font-size: 10px;
            line-height: 1;
        }

        small {
            font-size: 12px;
            line-height: 1;
            margin-top: 3px;
        }
    }

    .user-name {
        color: #003f69;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
    }

    .user-role {
        color: #315d78;
        font-size: 13px;
        line-height: 1.3;
    }

    .testimonial-text {
        color: #174f72;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.65;

        @media (max-width: 575.98px) {
            font-size: 15px;
        }
    }
}

.people-section {
    background: #ffffff;
    padding-top: 36px !important;
    padding-bottom: 50px !important;

    /* Main Heading */
    .section-heading {
        margin-bottom: 66px;

        .section-label {
            display: block;
            color: #0088bd;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1.4px;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        h2 {
            margin: 0;
            color: #003f70;
            font-size: 44px;
            font-weight: 700;
            line-height: 1.2;
        }
    }

    /* Groups */
    .people-group {
        width: 100%;
    }

    .group-title {
        color: #003f70;
        font-size: 23px;
        font-weight: 700;
        line-height: 1.3;
        margin: 0 0 40px;
    }

    .team-row {
        --bs-gutter-x: 40px;
    }

    .instructor-row {
        --bs-gutter-x: 45px;
    }

    /* Team -> Instructors spacing */
    .instructors-group {
        margin-top: 72px;
    }

    /* Person Card */
    .person-card {
        display: flex;
        flex-direction: column;
        align-items: center;

        h4 {
            color: #003f70;
            font-size: 17px;
            font-weight: 700;
            line-height: 1.25;
            margin: 0 0 2px;
        }

        p {
            color: #0088bd;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.35;
            margin: 0;
            min-height: 19px;
        }
    }

    /* Circular Image */
    .person-image {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        border: 1px dashed #9dbbd0;
        background: #f7f7f7;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        color: #376888;
        font-size: 13px;
        line-height: 1.2;

        margin-bottom: 19px;
        overflow: hidden;

        .image-icon {
            color: #82a7c0;
            font-size: 24px;
            line-height: 1;
            margin-bottom: 7px;
        }
    }

    /* LinkedIn */
    .linkedin-icon {
        width: 32px;
        height: 32px;

        display: flex;
        align-items: center;
        justify-content: center;

        margin-top: 12px;

        border-radius: 50%;
        background: #e3f5fc;

        color: #0088bd;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;

        &:hover {
            color: #0088bd;
            text-decoration: none;
            background: #d5f0fa;
        }
    }

    /* =========================
       Responsive
       ========================= */

    @media (max-width: 1199.98px) {
        .section-heading {
            h2 {
                font-size: 40px;
            }
        }

        .person-image {
            width: 130px;
            height: 130px;
        }
    }

    @media (max-width: 991.98px) {
        .section-heading {
            margin-bottom: 50px;

            h2 {
                font-size: 36px;
            }
        }

        .team-row {
            --bs-gutter-x: 20px;
        }

        .instructor-row {
            --bs-gutter-x: 20px;
        }

        .instructors-group {
            margin-top: 60px;
        }
    }

    @media (max-width: 767.98px) {
        padding-top: 30px !important;

        .section-heading {
            margin-bottom: 45px;

            .section-label {
                font-size: 13px;
            }

            h2 {
                font-size: 30px;
            }
        }

        .group-title {
            font-size: 21px;
            margin-bottom: 30px;
        }

        .team-row,
        .instructor-row {
            row-gap: 45px;
        }

        .instructors-group {
            margin-top: 60px;
        }

        .person-image {
            width: 140px;
            height: 140px;
        }
    }

    @media (max-width: 575.98px) {
        .section-heading {
            h2 {
                font-size: 28px;
            }
        }

        padding-left: 15px;
        padding-right: 15px;

        .team-row,
        .instructor-row {
            row-gap: 40px;
        }

        .instructors-group {
            margin-top: 55px;
        }
    }
}

.stats-section {
    .stats-row {
        display: flex;
        gap: 20px;
    }

    .stat-card {
        flex: 1;
        min-height: 158px;
        background: #19557e;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 19px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center;
        padding: 20px 15px;
    }

    .stat-number {
        font-size: 40px;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 13px;
    }

    .stat-title {
        color: #d9e4ed;
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        max-width: 180px;
        margin: 0;
    }

    /* Number Colors */
    .yellow {
        color: #ffdf00;
    }

    .pink {
        color: #f00079;
    }

    .orange {
        color: #ff6b00;
    }

    .green {
        color: #8edbd5;
    }

    .light-blue {
        color: #79d4e9;
    }

    /* Tablet */
    @media (max-width: 991.98px) {
        padding: 50px 0;

        .stats-row {
            flex-wrap: wrap;
        }

        .stat-card {
            flex: 0 0 calc(50% - 10px);
        }
    }

    /* Mobile */
    @media (max-width: 575.98px) {
        .stats-row {
            flex-direction: column;
            gap: 15px;
        }

        .stat-card {
            flex: 100%;
            min-height: 140px;
        }

        .stat-number {
            font-size: 36px;
        }
    }
}