@import url(../global.css);

/* Main Section */
.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: 128px 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.hero-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-header>h1 {
    width: 60%;
    font-family: Urbanist;
    font-size: 3.14rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.hero-header>p {
    width: 50%;
    font-family: Plus Jakarta Sans;
    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: 40px;
        align-items: center;
    }

    .hero-header>h1 {
        width: 100%;
    }

    .hero-header>p {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .main-hero {
        padding: 20px;
    }

    .hero-header>h1 {
        width: 100%;
        font-size: 2.617rem;
    }

    .hero-header>p {
        font-size: 1rem;
    }
}

.service-section-main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.service-image,
.service-main-content {
    width: 50%;
}

.service-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.service-main-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-main-content>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.service-main-content>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    text-align: left;
}

.service-main-cta {
    margin-top: 16px;
    background-color: #111111;
    align-self: flex-start;
    padding: 12px;
    text-decoration: none;
    color: #fff;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    transition: all 0.3s ease;
}

@media screen and (max-width:768px) {
    .service-section-main {
        flex-direction: column;
    }

    .service-image,
    .service-main-content {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .service-section-main {
        gap: 24px;
    }

    .service-main-content>h2 {
        font-size: 2.617rem;
    }

    .service-main-content>p {
        font-size: 1rem;
    }
}


.about-links-container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 96px 0;
    display: flex;
    gap: 64px;

}

.about-links-container-header{
    width: 25%;
}

.about-links-container-header > h2{
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
}

.about-links-container-header > p{
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
}


.about-links-container-body{
    width: 70%;
}

.about-links-container-row{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}


.about-links-container-col{
    width: 30%;
    flex: 1 1 30%;
    padding: 4px 16px;
    border-left: 1px solid #979797;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-links-container-col > h3{
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
}

.about-links-container-col > p{
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
}


@media screen and (max-width:768px){
    .about-links-container{
        flex-direction: column;
    }
    .about-links-container-header, .about-links-container-body{
        width: 100%;
    }
    .about-links-container-col{
        width: 45%;
        flex: 1 1 45%;
    }
}

@media screen and (max-width:430px){
    .about-links-container{
        padding: 0;
    }
    .about-links-container-col{
        width: 100%;
        flex: 1 1 100%;
    }
}








.about-intro-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}


.about-intro-container-header>h2 {
    width: 70%;
    ;
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;

}

.about-intro-container-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-intro-container-body-row {
    display: flex;
    gap: 20px;
}

.row-reverse {
    flex-direction: row-reverse;
}

.about-intro-container-body-col {
    width: 70%;
    border-radius: 26px;
    margin: 0 auto;
    display: block;
}

.about-intro-container-body-col:nth-child(2) {
    width: 30%;
    padding: 64px 32px;
    background-color: #212121;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.about-intro-container-body-col-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 26px;
}

.cta-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    gap: 16px;
    padding: 8px 12px 8px 24px;
    border-radius: 80px;
    background-color: #fff;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.618;
    text-decoration: none;
    color: #000;
}

.inline-svg-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-color: #212121;
    border-radius: 80px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inline-svg-icon>svg {
    width: 24px;
    height: 24px;
    transform: scale(2.5);
    transform-origin: center;
}


.about-intro-container-body-col-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-intro-container-body-col-content>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.about-intro-container-body-col-content>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    color: #fff;
}



@media screen and (max-width:1024px) {
    .about-intro-container {
        margin-top: 64px;
    }

    .about-intro-container-header>h2 {
        width: 100%;
    }

    .about-intro-container-body-row {
        flex-direction: column;
    }

    .about-intro-container-body-col,
    .about-intro-container-body-col:nth-child(2) {
        width: 100%;
    }

    .about-intro-container-body-col-image>img {
        aspect-ratio: 1;
    }

}

.about-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    padding: 64px 0;
    gap: 32px;
}

.about-image-container {
    width: 30%;
}

.about-image-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.about-content-container {
    width: 70%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-content-container-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.about-content-container-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
}

.about-content-container-body>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

.about-inner-content {
    display: flex;
    gap: 24px;
}

.about-inner-content-col1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-inner-content-col1>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

.about-inner-content-col2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-inner-content-col2>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

@media screen and (max-width:768px) {
    .about-container {
        flex-direction: column-reverse;
        padding: 32px 0;
        gap: 8px;
    }

    .about-image-container {
        width: 100%;
    }

    .about-content-container {
        width: 100%;
        padding: 16px 0;
    }

    .about-content-container-header>h2 {
        font-size: 2.617rem;
    }
}

@media screen and (max-width:430px) {
    .about-inner-content {
        flex-direction: column-reverse;
    }

    .about-inner-content-col1,
    .about-inner-content-col2 {
        width: 100%;
    }
}

.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.2rem;
    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: 1.618rem;
    }

    .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%;
    }

    .vision-reverse {
        flex-direction: column-reverse;
    }
}

.video-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 128px 0;
    display: flex;
    align-items: stretch;
    height: auto;
    min-height: 100%;
}

.video {
    width: 70%;
    display: flex;
    align-items: center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.story-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

/* Custom Play Button */
.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.custom-play-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-left: 24px solid white;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.video>video {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-description {
    width: 30%;
    background-color: #000;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.video-description>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.video-description>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
}

.video-description>a {
    width: fit-content;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    text-decoration: none;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

.video-description>a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .video-container {
        flex-direction: column;
    }

    .video,
    .video-description {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .video-container {
        padding: 24px 0;
    }
}

/* Management Section */

.founders-container {
    max-width: 1440px;
    margin: 0 auto;
    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;
}

.founder-header-inner>h2 {
    width: 70%;
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
}

.founder-content {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #979797;
    padding: 32px 0;
}

.founder-content>h3 {
    width: 50%;
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    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: 500;
    line-height: 1.5;
}

.founder-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.founder-col {
    width: auto;
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.founder-image>img {
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.founder-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.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 {
        gap: 16px;
    }

    .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: 32px;
    }

    .founder-col {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .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%;
    }
}



.business-areas {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.business-areas-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
}

.business-areas-body-row {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.business-areas-body-col {
    width: 20%;
    flex: 1 1 20%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.business-area-image>img {
    width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.business-area-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.business-area-content>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
}

.business-area-content>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
}

@media screen and (max-width:768px) {
    .business-areas-body-col {
        width: 45%;
        flex: 1 1 45%;
    }
}

@media screen and (max-width:430px) {

    .business-areas-body-row {
        gap: 64px;
    }

    .business-areas-body-col {
        width: 100%;
        flex: 1 1 100%;
    }
}

/* Awards and Accolades */
.awards {
    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 {
        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;
    }

}

/* CSR Section */
.csr {
    padding: 50px;
    background-color: #0f52ba09;
    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;
    }
}