/**
 * Section - Who We Are Styles
 * Centered content section with blue vertical line and light blue background
 *
 * @package SeedDigital
 * @since 1.0.0
 */

/* ============================================
   Section Container
   ============================================ */
.section-who-we-are {
    padding: 80px 0;
    background-color: #E0F2FE; /* Light blue background */
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

/* ============================================
   Wrapper - Centered Content
   ============================================ */
.who-we-are__wrapper {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    position: relative;
}

/* ============================================
   Content Block
   ============================================ */
.who-we-are__content {
    background: transparent;
    padding: 80px 60px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* ============================================
   Label
   ============================================ */
.who-we-are__label {
    font-family: 'Be Vietnam', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #667085;
    display: block;
    margin-bottom: 24px;
}

/* ============================================
   Title
   ============================================ */
.who-we-are__title {
    font-family: 'Be Vietnam', sans-serif;
    font-weight: 400;
    letter-spacing: -1%;
    font-size: 39px;
    line-height: 1.4;
    color: #000;
    margin: 0 0 24ox;
}

/* ============================================
   Description
   ============================================ */
.who-we-are__description {
    font-family: 'Be Vietnam', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #475467;
}

.who-we-are__description p {
    margin: 0 0 16px 0;
}

.who-we-are__description p:last-child {
    margin-bottom: 0;
}

/* ============================================
   CTA Button
   ============================================ */
.who-we-are__cta {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 322px;
   height: 72px;
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   border-radius: 72px;
   background-color: #0BA5EC;
   border: none;
}

.who-we-are__cta:hover {
    background: #0795d6;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1400px) {
    .who-we-are__wrapper {
        max-width: 95%;
    }

    .who-we-are__content {
        padding: 70px 50px;
    }
}

@media (max-width: 1200px) {
    .section-who-we-are {
        padding: 70px 0;
    }

    .who-we-are__wrapper {
        max-width: 100%;
        padding: 0 24px;
    }

    .who-we-are__content {
        padding: 60px 40px;
        gap: 28px;
    }

    .who-we-are__title {
        font-size: 38px;
    }
}

@media (max-width: 1024px) {
    .section-who-we-are {
        padding: 60px 0;
    }

    .who-we-are__content {
        padding: 56px 36px;
        gap: 24px;
    }

    .who-we-are__label {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .who-we-are__title {
        font-size: 36px;
        line-height: 1.3;
    }

    .who-we-are__description {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width: 900px) {
    .section-who-we-are {
        padding: 60px 0;
    }

    .who-we-are__wrapper {
        padding: 0 20px;
    }

    .who-we-are__content {
        padding: 48px 32px;
        gap: 22px;
    }

    .who-we-are__label {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .who-we-are__title {
        font-size: 34px;
        line-height: 1.35;
    }

    .who-we-are__description {
        font-size: 16px;
        line-height: 25px;
    }

    .who-we-are__cta {
        width: 280px;
        height: 64px;
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .section-who-we-are {
        padding: 50px 0;
    }

    .who-we-are__wrapper {
        padding: 0 16px;
    }

    .who-we-are__content {
        padding: 44px 28px;
        gap: 20px;
    }

    .who-we-are__label {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .who-we-are__title {
        font-size: 32px;
        line-height: 1.4;
    }

    .who-we-are__description {
        font-size: 16px;
        line-height: 24px;
    }

    .who-we-are__cta {
        width: 100%;
        max-width: 300px;
        height: 60px;
    }
}

@media (max-width: 640px) {
    .section-who-we-are {
        padding: 40px 0;
    }

    .who-we-are__wrapper {
        padding: 0 16px;
    }

    .who-we-are__content {
        padding: 40px 24px;
        gap: 24px;
    }

    .who-we-are__label {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .who-we-are__title {
        font-size: 28px;
        line-height: 1.4;
    }

    .who-we-are__description {
        font-size: 16px;
        line-height: 24px;
    }

    .who-we-are__cta {
        width: 100%;
        height: 56px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .section-who-we-are {
        padding: 32px 0;
    }

    .who-we-are__wrapper {
        padding: 0 12px;
    }

    .who-we-are__content {
        padding: 36px 20px;
        gap: 20px;
    }

    .who-we-are__label {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .who-we-are__title {
        font-size: 24px;
        line-height: 1.4;
    }

    .who-we-are__description {
        font-size: 15px;
        line-height: 22px;
    }

    .who-we-are__cta {
        height: 52px;
        font-size: 10px;
    }
}
