
/* About page new sections */
body {
    background: #ffffff;
}

.about-banner-section {
    position: relative;
    background: #f6f6f6;
    min-height: 720px;
    overflow: hidden;
    margin-top: 25px;
}

.about-banner-bg {
    position: absolute;
    inset: 0;
    background: url("../img/about-banner.png") no-repeat center top;
    background-size: cover;
}

.about-banner-container {
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: flex;
    align-items: center;
}

.about-banner-content {
    max-width: 800px;
    padding-left: 24px;
}

.about-banner-title {
    margin: 0;
    font-size: 69px;
    line-height: 1.35;
    font-weight: 600;
    color: #111111;
    padding-bottom: 39px;
}

.about-banner-highlight {
    color: #8f4dff;
}

.about-company-section,
.about-mission-section,
.about-culture-section,
.about-values-section {
    background: #ffffff;
}

.about-company-section {
    padding: 200px 0 80px;
}

.about-company-content {
    max-width: 720px;
    padding-right: 40px;
}

.about-company-title {
    margin: 0 0 34px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 600;
    color: #111111;
}

.about-company-desc {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.35;
    color: #6b7280;
}

.about-company-desc:last-child {
    margin-bottom: 0;
}

.about-company-image-wrap {
    padding-left: 18px;
}

.about-company-image {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.about-mission-section {
    padding: 50px 0 80px;
}

.about-mission-content {
    max-width: 690px;
    padding-right: 52px;
}

.about-mission-block + .about-mission-block {
    margin-top: 62px;
}

.about-mission-subtitle {
    margin: 0 0 22px;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
    color: #8f4dff;
}

.about-mission-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    color: #6b7280;
}

.about-mission-image-wrap {
    padding-left: 24px;
}

.about-mission-image {
    display: inline-block;
    width: 520px;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.about-culture-section {
    padding: 133px 0 99px;
}

.about-section-header {
    margin-bottom: 44px;
}

.about-section-title {
    margin: 0 0 90px;
    font-size: 50px;
    line-height: 1.14;
    font-weight: 600;
    color: #111111;
}

.about-culture-row {
    margin-left: -10px;
    margin-right: -10px;
}

.about-culture-row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.about-culture-card {
    height: 100%;
    min-height: 154px;
    background: #ffffff;
    border: 2px solid #caa4ff;
    border-radius: 18px;
    padding: 26px 28px 24px;
}

.about-culture-card h3 {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 600;
    color: #8f4dff;
}

.about-culture-card p {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    color: #6b7280;
}

.about-values-section {
    padding: 160px 0 200px;
}

.about-values-row {
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: 80px;
}

.about-values-row > [class*="col-"] {
    padding-left: 18px;
    padding-right: 18px;
}

.about-value-item {
    text-align: center;
}


.about-value-item p {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 500;
    color: #111111;
}

.about-values-section {
    padding: 110px 0 90px;
    background: #ffffff;
}

.about-values-title {
    margin: 0 0 90px;
    text-align: center;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 600;
    color: #111111;
}

.about-values-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-value-item {
    width: 20%;
    text-align: center;
    padding: 0 12px;
}

.about-value-icon-wrap {
    width: 160px;
    height: 160px;
    margin: 0 auto 56px;
    border-radius: 50%;
    background: #f4efff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-value-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-value-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #111111;
    margin: 0;
}

@media (max-width: 1399.98px) {
    .about-banner-section,
    .about-banner-container {
        min-height: 650px;
    }
    .about-banner-title { font-size: 64px; }
    .about-company-title { font-size: 26px; }
    .about-company-desc, .about-mission-text { font-size: 18px; }
    .about-mission-subtitle { font-size: 34px; }
    .about-section-title { font-size: 56px; }
    .about-culture-card h3 { font-size: 24px; }
    .about-culture-card p, .about-value-item p { font-size: 18px; }
}

@media (max-width: 1199.98px) {
    .about-banner-section,
    .about-banner-container { min-height: 560px; }
    .about-banner-content { padding-left: 8px; }
    .about-banner-title { font-size: 52px; }
    .about-company-section { padding: 92px 0 60px; }
    .about-company-title { font-size: 23px; margin-bottom: 26px; }
    .about-company-desc { font-size: 16px; margin-bottom: 20px; }
    .about-company-content, .about-mission-content { padding-right: 18px; }
    .about-mission-section { padding: 14px 0 64px; }
    .about-mission-subtitle { font-size: 30px; }
    .about-mission-block + .about-mission-block { margin-top: 40px; }
    .about-section-title { font-size: 48px; }
    .about-culture-card { min-height: 140px; padding: 22px; }
    .about-culture-card h3 { font-size: 22px; }
    .about-culture-card p { font-size: 16px; }
    .about-value-item p { font-size: 16px; }
    .about-values-title { font-size: 48px; margin-bottom: 90px; }

    .about-value-item {
        width: 20%;
        padding: 0 8px;
    }

    .about-value-icon-wrap {
        width: 130px;
        height: 130px;
        margin-bottom: 20px;
    }

    .about-value-icon {
        width: 100%;
        height: 100%;
    }

    .about-value-text {
        font-size: 18px;
        line-height: 1.45;
    }
    .about-banner-content{
        max-width: 600px;
    }
}

@media (max-width: 991.98px) {
    .about-banner-section,
    .about-banner-container { min-height: 460px; }
    .about-banner-bg { background-position: 39% top; }
    .about-banner-title { font-size: 42px; }
    .about-company-section { padding: 74px 0 48px; }
    .about-company-image-wrap { padding-left: 0; margin-bottom: 28px; }
    .about-company-content { padding-right: 0; }
    .about-company-title { font-size: 26px; margin: 50px 0 50px; text-align: center;}
    .about-company-desc { font-size: 16px; line-height: 1.5; text-align: center; }
    .about-mission-section { padding: 10px 0 56px; }
    .about-mission-image-wrap { padding-left: 0; margin-bottom: 28px; }
    .about-mission-content { padding-right: 0; }
    .about-mission-subtitle { font-size: 28px; margin: 69px 0 16px; text-align: center;}
    .about-mission-text { font-size: 15px; line-height: 1.85; text-align: center;}
    .about-section-header { margin-bottom: 28px; }
    .about-section-title { font-size: 42px; }
    .about-culture-section { padding: 28px 0 54px; }
    .about-culture-card { min-height: auto; }
    .about-values-section { padding: 20px 0 90px; }
    .about-values-row { justify-content: center; }
    .about-values-title {
        font-size: 42px;
        margin-bottom: 90px; margin-top: 60px;
    }

    .about-value-item {
        width: 33.3333%;
        margin-bottom: 80px;
    }

    .about-value-icon-wrap {
        width: 150px;
        height: 150px;
    }

    .about-value-icon {
        width: 100%;
        height: 100%;
    }

    .about-value-text {
        font-size: 16px;
    }
    .about-banner-content{
        max-width: 500px;
    }
    
}

@media (max-width: 767.98px) {
    .about-banner-section,
    .about-banner-container { min-height: 390px; }
    .about-banner-bg { background-position: 53% center; }
    .about-banner-container { align-items: flex-end; }
    .about-banner-content { padding: 0 0 36px 0; max-width: 400px; }
    .about-banner-title { font-size: 34px; line-height: 1.22; padding-left: 10px; padding-bottom: 160px;}
    .about-company-section { padding: 58px 0 38px; }
    .about-company-title { font-size: 21px; line-height: 1.5; margin-bottom: 50px; }
    .about-company-desc { font-size: 16px; line-height: 1.5; margin-bottom: 18px; }
    .about-mission-section { padding: 6px 0 44px; }
    .about-mission-subtitle { font-size: 26px; }
    .about-mission-text { font-size: 16px; line-height: 1.5; }
    .about-mission-block + .about-mission-block { margin-top: 28px; }
    .about-section-title { font-size: 34px; margin-top: 50px; }
    .about-culture-row > [class*="col-"] { margin-bottom: 14px; }
    .about-culture-card { padding: 20px 18px 18px; border-radius: 14px; text-align: center;}
    .about-culture-card h3 { font-size: 20px; margin-bottom: 5px; }
    .about-culture-card p { font-size: 16px; line-height: 1.75; }
    .about-values-section { padding: 14px 0 72px; }
    .about-values-row > [class*="col-"] { margin-bottom: 22px; }
    .about-value-item p { font-size: 16px; line-height: 1.6; }

    .about-values-title {
        font-size: 34px;
        margin-bottom: 80px;
    }

    .about-value-item {
        width: 50%;
        margin-bottom: 60px;
    }

}
