﻿.about-page {
    --about-line: rgba(29, 47, 66, 0.12);
    margin-top: clamp(1.2rem, 2.8vw, 2.4rem);
    margin-bottom: clamp(2rem, 4vw, 3rem);
}
.ceo-desc {
    padding: 0rem 1.75rem 1.5rem 1.75rem;
}
    .ceo-desc > p {
        margin-bottom: 1rem;
    }


.other-card {
    width: fit-content;
    place-self: anchor-center;
}

.about-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid var(--about-line);
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(17, 40, 62, 0.08);
    padding: 26px 50px 50px 50px;
    margin: 20px;
}

    .about-card h2 {
        margin-bottom: 1.6rem;
        font-size: clamp(1.35rem, 1.8rem, 1.95rem);
        color: #bf1e2e;
    }

    .about-card p {
        margin-bottom: 0.3rem;
        line-height: 1.2;
    }

    .about-card li {
        margin-bottom: 0.42rem;
        line-height: 1.45;
    }


.board-of-directors-box {
    min-width: 33%;
}
.board-of-directors-contents {
    background-color: lightgray;
    padding: 20px;
    border-radius: 15px;
    margin: 20px;
}

.bod-header {
    text-align: center;
    margin: 10px;
}

.center-bod {
    justify-content: center;
}

.hero {
    background-image: url("/img/AboutUs_Banner.jpg");
}

.AboutUsDescriptionContainer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.AboutUsDescription {
    padding-left: 30px;
    line-height: 2;
}

.MainHeader {
    font-size: 66px;
    font-weight: 900;
}

.BoardOfDirectorContainer {
    
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.EmployeeContainer {
    margin-top: 50px;
}

.ceo-profile {
    display: flow-root;
}

.CEO-Picture {
    float: left;
    width: min(100%, 300px);
    margin: 0 28px 20px 0;
    text-align: center;
}

.CEO-Details {
    text-align: left;
    line-height: 1.5;
}

.CEO-Title {
    font-size: larger;
    font-style: italic;
    padding-bottom: 20px;
}

.EmployeeItemTierOne {
    padding: 10px;
    width: 16.6666667%;
    text-align: center;
}

.EmployeeItem {
    padding: 20px;
    width: 20%;
    text-align: center;
}

.annual-reports-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.annual-reports-list {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid var(--about-line);
}

.annual-report-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--about-line);
    text-decoration: none;
    transition: color 160ms ease, padding-left 160ms ease;
}

.annual-report-label {
    color: #12283d;
    font-weight: 700;
    line-height: 1.35;
}

.annual-report-action {
    color: #bf1e2e;
    font-weight: 700;
    white-space: nowrap;
}

.annual-report-item:hover .annual-report-label,
.annual-report-item:focus-visible .annual-report-label {
    color: #bf1e2e;
}

.annual-report-item:hover,
.annual-report-item:focus-visible {
    padding-left: 0.5rem;
}

.annual-report-empty {
    text-align: center;
    margin: 0;
}

.CEOImage {
    width: 100%;
    display: block;
}

.CenterImages {
    justify-content: center;
}

.EmployeeImage {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    object-fit: cover;
    object-position: center 18%;
}

.text-holder {
    margin-top: 20px;
}

.AboutUsName {
    color: #000;
    font-size: 1.3em;
    margin-bottom: 15px;
}

.DirectorItem {
    font-size: larger;
    font-weight: bold;
}

.DirectorLocation {
    font-size: larger;
    color: var(--main-color);
    font-style: italic;
}

@media (max-width: 1199.98px) {
    .EmployeeItemTierOne,
    .EmployeeItem {
        width: 25%;
    }
}

@media (max-width: 991.98px) {
    .AboutUsDescription {
        padding-left: 0;
    }

    .about-card {
        padding: 1.5rem;
        margin: 0.75rem;
    }

    .EmployeeItemTierOne,
    .EmployeeItem {
        width: 33.3333%;
    }
}

@media (max-width: 767.98px) {
    .ceo-profile {
        display: block;
    }

    .CEO-Picture {
        float: none;
        width: min(100%, 320px);
        margin: 0 auto 1.5rem;
    }

    .annual-report-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
    }

    .MainHeader {
        font-size: clamp(2rem, 8.5vw, 3rem);
    }

    .ceo-desc {
        padding: 0;
    }

    .about-card,
    .other-card {
        width: 100%;
    }

    .EmployeeItemTierOne,
    .EmployeeItem {
        width: 50%;
        padding: 0.75rem;
    }
}

@media (max-width: 479.98px) {
    .EmployeeItemTierOne,
    .EmployeeItem {
        width: 100%;
    }
}
