﻿.page-about {
    background-color: var(--site-bg, var(--bg));
}


/*intro section*/

    .page-about .section-intro {
        padding: 80px 0;
        position: relative;
        overflow: hidden;
        min-height: 760px;
        background: linear-gradient(180deg, #0E5577 0%, #113F56 100%);
    }


        .page-about .section-intro .intro-child {
            position: absolute;
            bottom: 0px;
            right: calc((100vw - 1200px) / 2 - 80px);
            pointer-events: none;
            user-select: none;
            max-width: none;
            z-index: 2;
        }



        .page-about .section-intro .content-container {
            height: 532px;
            padding-right: 520px;
            gap: 24px;
            display: block;
            padding-top: 200px;
            z-index: 4;
            position: relative;
        }

        .page-about .section-intro h1 {
            line-height: 1.3;
        }

        .page-about .section-intro p {
            line-height: 1.3;
            margin-top: 14px;
        }

        /*Mission*/

    .page-about .section-mission .subcols {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-top: 62px;
        margin-bottom: 62px;
    }
    .page-about .section-mission p {
        line-height: 1.4;
        margin-top: 4px;
        margin-bottom: 14px;
    }

    .page-about .section-mission h2 {
        margin-top: 6px;
        text-align: left;
    }

/*expertise*/

    .page-about .section-expertise {
        padding-top: 50px;
        position: relative;
        overflow: hidden;
        min-height: 690px;
    }

        .page-about .section-expertise .expertise-child {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            z-index: 2;
            pointer-events: none;
        }

    .page-about .title {
        text-align: center;
    }

    .page-about .section-expertise .content-container {
        padding-right: 720px;
        gap: 24px;
        display: block;
        margin-top: 50px;
        position: relative;
    }


    .page-about .section-expertise p {
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .page-about .section-expertise h4 {
        margin-top: 18px;
    }




/* =====  Awards Section ===== */
    .page-about .section-awards {
        text-align: center;
        background-image: url('/images/pages/home-awards-bg.png');
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding: 60px 0;
        position: relative;
        overflow: hidden;
    }

    .page-about .awards-items {
        display: flex;
        justify-content: center;
        gap: 60px;
        margin-top: 24px;
        flex-wrap: wrap;
    }

    .page-about .section-awards .card {
        margin-top: 40px;
        background: rgba(255, 255, 255, 0.9);
        text-align: left;
    }
    .page-about .section-awards .three-cards {
        margin: 40px auto;
    }

    .page-about .section-awards .card-image {
        height: 217px;
        width: auto;
        margin: 0 auto 20px;
    }

    .page-about .section-awards p {
        margin: 12px auto;
    }
    .page-about .section-awards h2 {
        text-align: left;
    }

    .page-about .award-item {
        text-align: center;
    }

        .page-about .award-item img {
            max-height: 56px;
            margin-bottom: 10px;
        }


    .page-about .section-awards .award-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        align-items: stretch;
        margin-top: 50px;
    }
        .page-about .section-awards .award-layout ul {
            text-align: left;
            margin: 0;
            padding-top: 5px;
            list-style: none;
            padding-left: 0;
        }

        .page-about .section-awards .award-layout li {
            display: flex; 
            align-items: center; 
            margin-bottom: 15px; 
        }
            .page-about .section-awards .award-layout li img {
                margin-right: 15px;
                flex-shrink: 0;
            }

    .page-about .section-awards .card {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 0;
        border: 4px solid rgba(27,27,27,0.06);
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(2,6,23,0.06);
    }



    /*contact*/
    .page-about .section-contact {
        padding-top: 64px;
        padding-bottom: 20px;
        background-image: url('/images/pages/how-intro-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .page-about .section-contact p {
            line-height: 1.3;
            margin-bottom: 6px;
        }

        .page-about .section-contact h2 {
            margin-top: 10px;
            margin-bottom: 14px;
       }

        .page-about .section-contact h3 {
            margin-top: 14px;
            margin-bottom: 6px;
        }


        .page-about .section-contact .two-cards {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            gap: 36px;
            text-align: left;
            margin: 40px auto;
        }
            .page-about .section-contact .two-cards ul {
                text-align: left;
                margin: 0;
                padding-top: 15px;
                list-style: none;
                padding-left: 0;
            }

            .page-about .section-contact .two-cards li {
                display: flex;
                align-items: center;
                margin-bottom: 5px;
            }

                .page-about .section-contact .two-cards li img {
                    margin-right: 15px;
                    flex-shrink: 0;
                }

            .page-about .section-contact .two-cards .card {
                display: flex;
                align-items: flex-start;
                gap: 20px;
                background: #fff;
                border: 4px solid rgba(27,27,27,0.06);
                border-radius: 16px;
                box-shadow: 0 10px 30px rgba(2,6,23,0.06);
                padding: 20px;
            }

            
            
            /*Join section*/


    .page-about .section-join {
/*        color: white;
*/        padding: 20px 0;
        position: relative;
        overflow: hidden;
        min-height: 477px;
    }



        .page-about .section-join .ready-child {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            z-index: 2;
            pointer-events: none;
        }

        .page-about .section-join .content-container {
            height: 450px;
            padding-right: 620px;
            gap: 24px;
            display: block;
            padding-top: 100px;
            position: relative;
            z-index: 3;
            text-align: left;
        }

        .page-about .section-join h1 {
            line-height: 1.3;
        }

        .page-about .section-join p {
            line-height: 1.3;
            margin-top: 14px;
        }

        .page-about .section-join .buttons-group {
            margin-top: 30px;
        }

        .page-about .section-join .btn {
            padding: 14px 50px;
            border-radius: 24px;
        }