﻿.meet-us h3 {
    max-width: 650px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.meet-us p {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.nav-link {
    white-space: unset;
}

.nav-item {
    max-width: 140px;
    text-align: center;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    /* margin-bottom: 72px; */
}

.team-card {
    border-radius: 10px;
    border: 1px solid rgba(45, 49, 63, 0.10);
    background: var(--Base-White, #FFF);
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .team-card:hover {
        transform: translateY(-4px);
    }

.team-image {
    aspect-ratio: 4.1/2.3;
    background: var(--Base-Grey, #F5F7FB);
    overflow: hidden;
}

    .team-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.team-info {
    padding: 20px;
}

.position {
    color: var(--Secondary-Text-Secondary_v2, #4B5881);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
    margin-top: 6px;
    margin-bottom: 0;
}

.name {
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 0px;
    margin-bottom: 0;
}

#what-they-said {
    background: var(--Base-Grey, #F5F7FB);
}

.testimonial-card {
    background: #FFF;
}

.black-background {
    background: var(--Base-Dark, #060414);
}

    .black-background .header-text h3,
    .black-background .header-text p,
    .black-background .testimonial-card-content p {
        color: var(--Base-Grey, #F5F7FB);
    }

.see-more-button {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

    .see-more-button .direct-link a {
        color: var(--Base-White, #FFF);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-decoration: none;
        /* 24px */
    }

.swiper-pagination {
    max-width: 405px;
}


.swiper-pagination-bullet-active {
    background: var(--Gradient-Pembe-Mor, linear-gradient(285deg, #2841FF -3.22%, #B300AC 100.13%));
}



@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 46.8px */
        letter-spacing: 0.72px;
    }

    .hero-section {
        height: 240px;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }
}
