.main-hero {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%), url("../../assets/banners/about-us-banner-min.png") center / cover no-repeat;
    height: 100vh;
    padding: 32px 0px;
    display: flex;
    align-items: flex-end;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.hero-header {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-header>h1 {
    width: 60%;
    font-family: Urbanist, sans-serif;
    font-size: 3.14rem;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
}

.hero-header>p {
    width: 50%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .main-hero {
        background: linear-gradient(180deg, rgba(137, 137, 137, 0) 0%, #000000 100%), url("../../assets/banners/about-us-banner-min.png") center / cover no-repeat;
        padding: 0px;
        align-items: center;
    }

    .hero-header {
        padding: 40px;
    }

    .hero-header>h1 {
        width: 100%;
    }

    .hero-header>p {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .main-hero {
        padding: 0px;
    }

    .hero-header {
        padding: 20px;
    }

    .hero-header>h1 {
        font-size: 2.617rem;
    }
}

/* Introductory Section */
.intro-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 128px 50px;
    background-color: #ffffff;
}

.intro-section-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.intro-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.intro-section-label {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
}

.intro-section-divider {
    flex: 1;
    height: 1px;
    background-color: #000;
    max-width: 200px;
}

.intro-section-heading {
    width: 70%;
}

.intro-section-heading h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: #000;
    margin: 0;
}

.intro-section-content {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.intro-section-image {
    width: 55%;
    flex-shrink: 0;
}

.intro-section-image img {
    width: 90%;
    height: auto;
    border-radius: 26px;
    object-fit: cover;
    display: block;
}

.intro-section-text-container {
    padding-top: 16px;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
}

.intro-section-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.intro-section-text h2 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin: 0;
}

.intro-section-text p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    text-align: left;
    color: #000;
    margin: 0;
}

.intro-section-text ul {
    margin-left: 20px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    text-align: left;
    color: #000;
}

@media screen and (max-width: 1024px) {
    .intro-section-heading h2 {
        width: 80%;
        font-size: 2.235rem;
    }

    .intro-section-content {
        gap: 48px;
    }
}

@media screen and (max-width: 768px) {
    .intro-section {
        padding: 64px 40px;
    }

    .intro-section-inner {
        gap: 32px;
    }

    .intro-section-heading {
        width: 100%;
    }

    .intro-section-heading h2 {
        width: 100%;
    }

    .intro-section-content {
        flex-direction: column;
        gap: 32px;
    }

    .intro-section-image,
    .intro-section-text-container {
        width: 100%;
    }

    .intro-section-image img {
        width: 100%;
    }

    .intro-section-text p {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 430px) {
    .intro-section {
        padding: 64px 20px;
    }

    .intro-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .intro-section-divider {
        max-width: 100%;
        width: 100px;
    }
}

.vision {
    display: flex;
}

.vision-image-container {
    background: url("../../assets/gcsl-about-vision-banner-min.png") center / cover no-repeat;
    width: 40%;
    padding: 50px;
}

.mission-image-container {
    background: url("../../assets/gcsl-about-mission-banner-min.png") center / cover no-repeat;
    width: 40%;
    padding: 50px;
}


.vision-content-container {
    width: 60%;
    align-items: stretch;
    align-self: stretch;
}

.vision-content-main {
    padding: 128px 64px;
    background-color: #1e1e1e;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.vision-content-main>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.vision-content-main>h2 {
    width: 80%;
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.metrics {
    padding: 64px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.metric {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.metric>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
}

.metric>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}


@media screen and (max-width: 1024px) {
    .vision-content-main>h2 {
        font-size: 1.618rem;
        width: 100%;
    }

    .metric>h3 {
        font-size: 3.14rem;
    }

    .metric>p {
        font-size: 0.875rem;
    }

}

@media screen and (max-width:768px) {
    .vision-content-main {
        padding: 64px 32px;
    }

    .metrics {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px;
    }

    .metric {
        width: 100%;
        align-items: flex-start;
    }

    .metric>p {
        font-size: 1rem;
    }

}

@media screen and (max-width:430px) {
    .vision {
        flex-direction: column;
        width: 100%;
    }

    .vision-image-container,
    .mission-image-container {
        width: 100%;
        height: 70vh;
        background-size: cover;
        background-position: center;
    }

    .vision-content-container {
        width: 100%;
    }

    .vision-content-main {
        padding: 64px 32px;
    }

    .vision-content-main>p {
        font-size: 1.618rem;
    }

    .vision-content-main>h2 {
        font-size: 1.2rem;
        width: 100%;
    }

    .metrics {
        padding: 64px 32px;
    }

    .metric>h3 {
        font-size: 2.617rem;
    }

    .metric>p {
        font-size: 1rem;
    }

    .vision-reverse {
        flex-direction: column-reverse;
    }
}

/* Management Section */

.founders-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 96px 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.founder-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.founder-header-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.founder-header-inner>span {
    font-family: Urbanist, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7280;
}

.founder-header-inner>h2 {
    width: 70%;
    font-family: Urbanist, sans-serif;
    font-size: 2.617em;
    font-weight: 500;
    line-height: 1.2;
}

.founder-content {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #979797;
    padding: 32px 0;
}

.founder-content>h3 {
    width: 40%;
    font-family: Urbanist, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
}

.founder-content-description {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.founder-content-description>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.founder-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 32px;
}

.founder-col {
    width: auto;
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 24px;
    border-radius: 20px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.founder-col:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.12);
    background-color: #ffffff;
}

.founder-image>img {
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 16px;
}

.founder-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 12px;
}

.founder-meta>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
}

.founder-meta>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

@media screen and (max-width:768px) {

    .founders-container {
        padding: 64px 0;
        gap: 32px;
    }

    .founder-header-inner>h2 {
        width: 100%;
    }

    .founder-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .founder-content>h3 {
        width: 100%;
    }

    .founder-content-description {
        width: 100%;
    }

    .founder-row {
        display: flex;
        gap: 24px;
    }

    .founder-col {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 24px 20px;
    }

    .founder-meta {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

}

@media screen and (max-width:430px) {

    .founders-container {
        padding: 64px 0;
        gap: 16px;
    }

    .founder-header-inner>h2 {
        width: 100%;
        font-size: 2.617rem;
    }

    .founder-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px 0;
    }

    .founder-content>h3 {
        width: 100%;
    }

    .founder-content-description {
        width: 100%;
    }

    .founder-col {
        flex: 1 1 100%;
    }
}

/* Awards and Accolades */
.awards {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px 50px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.awards-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.awards-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.awards-header>p {
    width: 60%;
    margin: 0 auto;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    letter-spacing: -0.02em;
    text-align: center;
}

.awards-row {
    display: flex;
    gap: 16px;
}

.award {
    border-left: 1px solid #979797;
    padding: 50px 32px;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 32px;
}

.award:nth-child(1) {
    border-left: none;
}

.award-icon {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.award-icon>span {
    font-family: Urbanist;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

span::after {
    content: '';
    border-bottom: 1px solid #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.award-content>h3 {
    font-family: Urbanist;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.award-image {
    margin-top: 24px;
}

@media screen and (max-width:768px) {
    .awards {
        padding: 64px 32px;
        gap: 32px;
    }

    .awards-header>h2 {
        text-align: left;
    }

    .awards-header>p {
        width: 100%;
        text-align: left;
    }

    .awards-row {
        flex-direction: column;
    }

    .award {
        padding: 32px;
        border-left: none;
        border-top: 1px solid #979797;
        padding: 40px 16px;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .award:nth-child(1) {
        border-left: none;
        border-top: none;
    }

    .award-icon {
        gap: 8px;
    }
}

@media screen and (max-width:430px) {
    .awards {
        padding: 64px 20px;
    }


}


/* CSR Section */
.csr {
    background-color: #0f52ba09;
}

.csr-section-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px 50px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.csr-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.csr-header>h2 {
    width: 50%;
    font-family: Urbanist;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.csr-header>p {
    width: 50%;
    font-family: Plus Jakarta Sans;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    letter-spacing: -0.02em;
}

.csr-body {
    display: flex;
    justify-content: space-between;
}

.csr-container {
    padding: 40px;
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-left: 1px solid #979797;
}

.csr-container-header>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.csr-container-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.csr-container-body>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    letter-spacing: -0.02em;
}

.navigation-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Urbanist, sans-serif;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.618;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: #003366;
}

@media screen and (max-width:768px) {
    .csr {
        padding: 40px;
    }

    .csr-header {
        flex-direction: column;
    }

    .csr-header>h2,
    .csr-header>p {
        width: 100%;
    }

    .csr-body {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
        justify-content: space-between;
        align-items: center;
        width: auto;
    }

    .csr-container {
        flex: 1 1 40%;
        padding: 40px;
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 32px;
        border-left: 1px solid #979797;
    }

    .csr-container-header>h3 {
        font-family: Urbanist, sans-serif;
        font-size: 1.618rem;
        font-weight: 600;
        line-height: 1.2;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .csr-container-body {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .csr-container-body>p {
        font-family: Plus Jakarta Sans, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.618;
        letter-spacing: -0.02em;
    }
}

@media screen and (max-width:430px) {
    .csr {
        padding: 40px 20px;
    }

    .csr-header>h2 {
        font-size: 2.617rem;
    }
}