/* === Who We Are Page === */
@font-face {
    font-family: 'Poppins';
    src: url('../Font/Poppins/Poppins-Light.ttf') format('truetype'), url('../Font/Poppins/Poppins-Italic.ttf') format('truetype'), url('../Font/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body.page-whoweare {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body.page-whoweare *,
body.page-whoweare *::before,
body.page-whoweare *::after {
    box-sizing: border-box;
}

body.page-whoweare a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

body.page-whoweare ul {
    list-style: none;
    padding-left: 0;
}



body.page-whoweare .ArkonlogoImg img {
    height: 35px;
    margin: 0;
}

/* Navbar — align exactly with index */
.custom-navbar {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1000;
    width: 100%;
    top: 0;
}

.custom-navbar .nav-link {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.65);
    padding: 10px 15px;
    font-size: 16px;
}

.custom-navbar .nav-link:hover {
    color: #1f8b4c;
}

@media (max-width: 768px) {
    .custom-navbar {
        padding: 8px 16px;
        margin-bottom: 0;
    }
    .custom-navbar .ArkonlogoImg {
        margin-bottom: 0;
    }
    .custom-navbar .nav-link {
        padding: 8px 10px;
        font-size: 16px;
    }
}

body.page-whoweare .banner-section {
    width: 100%;
    height: 60vh;
    position: relative;
    overflow: hidden;
}

body.page-whoweare .banner-slide {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 100%;
    transition: left 0.5s ease;
}

body.page-whoweare .banner-slide.active {
    left: 0;
}

body.page-whoweare .banner-slide.prev {
    left: -100%;
}

body.page-whoweare .banner-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

body.page-whoweare .dot {
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

body.page-whoweare .dot.active {
    background: #1f8b4c;
}

body.page-whoweare .who-banner-slide {
    background-image: url('../Banner_Home/WHO WE ARE.webp');
}

body.page-whoweare .mobile-scroll {
    width: 100%;
}

body.page-whoweare .scroll-container {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 12px 12px;
    scroll-snap-type: x mandatory;
}

body.page-whoweare .scroll-container::-webkit-scrollbar {
    display: none;
}

body.page-whoweare .scroll-item {
    flex: 0 0 100%;
    scroll-snap-align: start;
}

body.page-whoweare .scroll-item img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    body.page-whoweare .banner-section {
        height: auto;
    }
    body.page-whoweare .banner-slide {
        display: none;
    }
    body.page-whoweare .banner-controls {
        display: none;
    }
}

body.page-whoweare .persontext {
    color: #203e80;
    font-size: 25px;
    line-height: 1.6;
    font-weight: 800;
}

body.page-whoweare .parentstext {
    color: #203e80;
    font-size: 16px;
    font-weight: 200;
    text-align: justify;
}

body.page-whoweare .MeetText {
    color: #203e80;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
}

body.page-whoweare .blockquote-brand {
    border-color: #203e80;
}

body.page-whoweare .custom-compliance-btn {
    background-color: #203e80 !important;
    border-color: #203e80 !important;
}

body.page-whoweare .text-success {
    color: #203e80 !important;
}

body.page-whoweare .leftcolumn {
    margin-left: 0;
}

body.page-whoweare .rightimagebox {
    margin-left: 0;
}

@media (min-width: 1200px) {
    body.page-whoweare .leftcolumn {
        margin-left: -220px;
    }
    body.page-whoweare .rightimagebox {
        margin-left: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.page-whoweare .leftcolumn {
        margin-left: 0;
    }
    body.page-whoweare .rightimagebox {
        margin-left: 20px;
    }
}

@media (max-width: 767.98px) {
    body.page-whoweare .leftcolumn {
        margin-left: 0 !important;
    }
    body.page-whoweare .rightimagebox {
        margin-left: 0 !important;
        margin-top: 24px;
        text-align: center;
        padding-left: 0;
    }
    body.page-whoweare .rightimagebox img {
        width: 100%;
        max-width: 520px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    body.page-whoweare .Namebox,
    body.page-whoweare .Teamsection,
    body.page-whoweare .container.businessbox,
    body.page-whoweare .col-lg-6.teamabout {
        margin-top: 0;
    }
    body.page-whoweare .Teamsection {
        padding-top: 20px;
    }
}

body.page-whoweare .who-section-gap {
    margin-top: 100px;
}

body.page-whoweare .certification-section {
    background-color: #f5f7fa;
}

body.page-whoweare .certification-logo {
    max-height: 80px;
    object-fit: contain;
}

body.page-whoweare .img-fit-400 {
    max-height: 400px;
    object-fit: cover;
}

body.page-whoweare .team-avatar {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

body.page-whoweare .footer-section {
    background-color: #203e80;
}

body.page-whoweare .footer-logo {
    max-width: 120px;
}
