﻿.fx-insidepage__wrapper {
    padding-top: 0 !important;
}

    .fx-insidepage__wrapper:has(.about-us-page) {
        margin-bottom: 0 !important;
    }

.about-us-page p {
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    text-align: justify;
}

.aboutus-hero-wrapper {
    background: linear-gradient(180deg, #FFFFFF 0%, #D5EEE9 100%);
    position: relative;
    overflow: visible;
}

    .aboutus-hero-wrapper .row {
        position: relative;
    }

.aboutus-hero-title {
    font-size: 46px;
    line-height: 50px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.aboutus-hero-image {
    position: relative;
    margin-bottom: -70px;
}

    .aboutus-hero-image img {
        width: 85%;
        height: auto;
        display: block;
        margin-inline: auto;
    }

.aboutus-section-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #2356C2;
    margin: 0 0 24px 0;
}

.aboutus-text {
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    margin: 0 0 20px 0;
}

.mission-card {
    border: 1px solid #5A5A5A;
    border-radius: 32px;
    padding: 44px 36px 60px;
    margin: 0px 60px;
    width: 90%;
    text-align: center;
    height: 100%;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.mission-card-icon {
    margin-bottom: 24px;
}

    .mission-card-icon img {
        width: 160px;
        height: 160px;
        object-fit: contain;
    }

.mission-card-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.mission-card-text {
    font-size: 22px;
    text-align: center !important;
    line-height: 1.4 !important;
    color: #000000;
    margin: 0;
    max-width: 480px;
}

.bg-gray {
    background: rgba(247, 247, 247, 1);
}

.bg-light-blue {
    background: #EAF2FF;
}

.bg-dark-blue {
    background: #30356C;
}

.platform-image {
    text-align: center;
}

    .platform-image img {
        width: 90%;
        height: auto;
        margin: 0px 0px 0px 60px;
    }

.impact-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 18px 0;
}

.about-us-page .impact-subtitle {
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    margin: 0 0 30px 0;
}

.impact-card {
    background: #FFFFFF;
    border-radius: 20px 20px 20px 0px;
    padding: 30px;
    height: 90%;
    margin: 10px 15px;
}

p.impact-card-title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 12px 0;
    text-align: left;
}

.impact-card-text {
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    margin: 0;
}

p.impact-card-text {
    text-align: left;
}

.value-item {
    margin-bottom: 24px;
}

.value-title {
    font-size: 22px;
    font-weight: 700 !important;
    color: #000000;
    margin: 0;
}

.value-text {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin: 0;
}

.culture-section {
    position: relative;
    background-image: url('//media-gwp.emailer-images.com/image/upload/f_auto,q_90,c_fill,w_1920,dpr_2/greatwork-perks/ourcultureimage_hiaksk.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.culture-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(13, 39, 115, 0.10);
    opacity: 0.55;
}

.culture-section .container-fluid {
    position: relative;
    z-index: 2;
}

.culture-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    max-width: 550px;
    margin: 0 auto 50px;
}


.about-us-page .culture-section .culture-text {
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    max-width: 580px;
    margin: 0 auto;
}

.scroll-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.scroll-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: logo-scroll 70s linear infinite;
    will-change: transform;
}

    .scroll-track img {
        height: 130px;
        width: auto;
        margin: 0 40px;
        object-fit: contain;
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }

        .scroll-track img:hover {
            transform: scale(1.05);
        }

@keyframes logo-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.scroll-wrapper:hover .scroll-track {
    animation-play-state: paused;
}


/*.partners-slider .slick-slide {
    pointer-events: auto;
}

.partners-slider {
    opacity: 0;
    visibility: hidden;
}

    .partners-slider.slick-initialized {
        opacity: 1;
        visibility: visible;
    }

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 20px 0;
}

.partner-logo img {
        max-width: 160%;
        height: auto;
        width: 100%;
        object-fit: contain;
        filter: grayscale(0);
        transition: filter 0.3s ease;
 }

        .partner-logo img:hover {
            transform: scale(1.03);
        }*/

.bg-faq {
    background: #EAF2FF;
}

.faq-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #0D2773;
    margin: 0 0 20px 0;
}

.faq-subtitle {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 20px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 44px;
    overflow: hidden;
    transition: background 0.25s ease, border-radius 0.25s ease;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 44px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.faq-question h3 {
    flex: 1;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #000000;
}

.faq-question:hover {
        background: #E1E7F2;
}

.faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0D2773;
    color: #FFFFFF;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px;
    font-weight: 400;
    flex-shrink: 0;
    margin-left: 16px;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: #FFFFFF;
    color: #0D2773;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 44px;
    transition: max-height 0.28s ease-out, padding 0.25s ease-out;
}

.faq-answer a {
    color: #FFFFFF;
    text-decoration: underline;
}

.faq-item.active {
    background: #0D2773;
    border-radius: 20px;
}

    .faq-item.active .faq-question {
        background: #0D2773;
    }

    .faq-item.active .faq-question h3 {
            color: #FFFFFF;
    }


    .faq-item.active .faq-answer {
        max-height: 400px;
        padding: 0 44px 36px 44px;

    }

.faq-answer p {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
}


.mt-40 {
    margin-top: 40px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1650px) {
    .about-us-page h3.aboutus-section-title,
    .about-us-page h2.aboutus-section-title,
    .about-us-page h2.impact-title,
    .about-us-page h2.faq-title,
    .about-us-page h2.culture-title {
        font-size: 36px !important;
        line-height: 42px;
    }
}

@media (min-width: 1400px) and (max-width: 1649px) {
    .about-us-page h3.aboutus-section-title,
    .about-us-page h2.aboutus-section-title,
    .about-us-page h2.impact-title,
    .about-us-page h2.faq-title,
    .about-us-page h2.culture-title {
        font-size: 32px !important;
        line-height: 42px;
    }

    .culture-section {
        min-height: 450px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .about-us-page h3.aboutus-section-title,
    .about-us-page h2.aboutus-section-title,
    .about-us-page h2.impact-title,
    .about-us-page h2.faq-title,
    .about-us-page h2.culture-title {
        font-size: 32px !important;
        line-height: 42px;
    }

    .platform-text-col .aboutus-section-title {
        max-width: 580px;
    }

    p {
        font-size: 20px !important;
    }

    .culture-section {
        min-height: 410px;
    }
}

@media (max-width: 1199px) {
    .aboutus-hero-title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (min-width: 992px) {
    .aboutus-hero-row {
        display: flex;
    }

    .aboutus-hero-text-col {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .aboutus-hero-img-col {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .platform-row {
        display: flex;
    }

    .platform-text-col {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .platform-img-col {
        flex: 0 0 45%;
        max-width: 45%;
    }    
}

@media (max-width: 991px) {
    .aboutus-hero-title {
        font-size: 28px;
        line-height: 38px;
    }

    .aboutus-section-title {
        font-size: 26px;
        line-height: 36px;
    }
}


@media (max-width: 768px) {

    .container-fluid {
        max-width: 100%;
        padding-inline: 5%;
    }

    .aboutus-hero-title {
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        color: #30356C;
    }

    .aboutus-section-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .aboutus-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px;
        color: #1D1D1D !important;
    }

    .mt-40 {
        margin-top: 24px;
    }

    .bg-light-blue .aboutus-section-title {
        text-align: left;
    }

    .mission-card {
        padding: 35px 5px;
        margin: 0px 16px;
        min-height: auto;
    }

    .mission-card-icon img {
        width: 115px;
        height: 115px;
    }

    .mission-card-title {
        font-size: 22px;
        text-align: center !important;
    }

    .mission-card-text {
        font-size: 14px;
        line-height: 1.4;
        text-align: left !important;
        padding: 0px 18px;
        color: #1D1D1D !important;
    }

    .platform-text-col .aboutus-section-title {
        max-width: 320px;
        line-height: 1.4;
    }

    .about-us-page .d-md-block .aboutus-text {
        color: #1D1D1D !important;
    }


    .impact-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .about-us-page .impact-subtitle {
        font-size: 16px !important;
        line-height: 24px;
        margin-bottom: 5px !important;
        text-align: left !important;
        max-width: 280px;
    }

    .impact-card {
        padding: 20px;
        margin: 0;
        height: auto;
    }

    p.impact-card-title {
        font-size: 16px;
    }

    .impact-card-text {
        font-size: 14px;
    }

    .value-item {
        margin-bottom: 20px;
    }

    .value-title {
        font-size: 16px;
        font-weight: bold;
        color: #1D1D1D !important;
        margin-bottom: 2px;
    }

    .value-text {
        font-size: 14px;
        line-height: 22px;
        color: #1D1D1D !important;
    }


    .culture-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .culture-text {
        font-size: 13px;
        line-height: 22px;
    }

    .py-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .culture-mobile {
        width: 100%;
    }

    .culture-mobile-hero {
        position: relative;
        background-image: url('//media-gwp.emailer-images.com/image/upload/f_auto,q_90/c_scale,w_768,dpr_auto/greatwork-perks/Ourculturemobilebanner_miz8xj.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 48px 16px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .culture-mobile-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(13, 39, 115, 0.10);
            opacity: 0.55;
            z-index: 1;
        }


        .culture-mobile-hero .culture-title {
            position: relative;
            z-index: 2;
            font-size: 18px;
            line-height: 26px;
            font-weight: 700;
            color: #FFFFFF;
            margin: 0;
            max-width: 260px;
            margin: 0 auto;
            text-align: center;
        }

    .culture-mobile-content {
        background: #FFFFFF;
        padding: 24px 16px 32px;
        text-align: center;
    }

        .culture-mobile-content .culture-text {
            font-size: 14px;
            line-height: 22px;
            color: #1D1D1D;
            margin: 0;
        }

/*    .partners-slider .slick-slide {
        padding: 0 12px;
    }

    .partners-slider .slick-list {
        margin: 0 -12px;
    }*/
    .scroll-track img {
        height: 90px;
        margin: 0 24px;
    }
        
    .faq-title {
        font-size: 22px;
        line-height: 30px;
    }

    .faq-subtitle {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .faq-item {
        border-radius: 50px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
    }

    .faq-question {
        padding: 14px 16px;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .faq-question h3 {
        flex: 1;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }

    .faq-question:hover {
            background: transparent;
    }

    .faq-icon {
        width: 22px;
        height: 22px;
        font-size: 16px;
        flex-shrink: 0;
    }

    .faq-answer {
        padding: 0 16px;
    }

    .faq-item.active .faq-answer {
        padding: 0 16px 16px 16px;
        max-height: 420px;
    }

    .faq-answer p {
        font-size: 13px !important;
        line-height: 24px;
        font-weight: 400;
    }
}
