/* =========================================================
   ALAD BUSINESS GROUP
   TEAM PAGE
========================================================= */

.team-hero {
    background: #ffffff;
    padding: 80px 0 70px;
}

.team-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.team-hero-content {
    max-width: 900px;
}

.team-hero h1 {
    margin: 18px 0 20px;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 700;
    color: #003f4a;
}

.team-hero h1 span {
    color: #ef3035;
}

.team-hero p {
    max-width: 850px;
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #5d7890;
}


/* =========================================================
   INTRO
========================================================= */

.team-intro {
    padding: 90px 0;
    background: #f5f7f8;
}

.team-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    align-items: start;
}

.team-intro h2 {
    margin: 20px 0 0;
    font-size: 46px;
    line-height: 1.12;
    color: #003f4a;
}

.team-intro h2 span {
    color: #ef3035;
}

.team-intro-text {
    padding-top: 35px;
}

.team-intro-text p {
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.8;
    color: #5d7890;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.team-section {
    padding: 100px 0;
    background: #ffffff;
}

.team-section-heading {
    margin-bottom: 55px;
}

.team-section-heading h2 {
    margin: 18px 0 0;
    font-size: 44px;
    line-height: 1.15;
    color: #003f4a;
}

.team-section-heading h2 span {
    color: #ef3035;
}


/* =========================================================
   TEAM GRID
========================================================= */

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


/* =========================================================
   TEAM CARD
========================================================= */

.team-card {
    background: #ffffff;
    border: 1px solid #e3e8eb;
    overflow: hidden;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 63, 74, 0.12);
}


/* =========================================================
   PHOTO
========================================================= */

.team-photo {
    position: relative;
    width: 100%;
    height: 390px;
    overflow: hidden;
    background: #eef2f3;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.team-card:hover .team-photo img {
    transform: scale(1.04);
}

.team-photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003f4a;
    font-size: 70px;
}


/* =========================================================
   LINKEDIN
========================================================= */

.team-linkedin {
    position: absolute;
    right: 20px;
    bottom: 20px;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #003f4a;
    color: #ffffff;

    text-decoration: none;

    transition: all 0.3s ease;
}

.team-linkedin:hover {
    background: #ef3035;
    color: #ffffff;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.team-card-content {
    padding: 28px 28px 30px;
}

.team-card-content h3 {
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1.2;
    color: #003f4a;
}

.team-position {
    display: block;
    margin-bottom: 18px;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    color: #ef3035;
}

.team-biography {
    margin: 0 0 22px;

    font-size: 15px;
    line-height: 1.7;

    color: #5d7890;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.team-contact {
    padding-top: 18px;
    border-top: 1px solid #e5eaec;
}

.team-contact a {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 10px;

    color: #5d7890;
    text-decoration: none;

    font-size: 14px;
}

.team-contact a:hover {
    color: #ef3035;
}

.team-contact i {
    width: 18px;
    color: #ef3035;
}


/* =========================================================
   EMPTY STATE
========================================================= */

.team-empty {
    padding: 80px 30px;
    text-align: center;

    background: #f5f7f8;
    border: 1px solid #e3e8eb;
}

.team-empty i {
    font-size: 45px;
    color: #003f4a;
    margin-bottom: 20px;
}

.team-empty h3 {
    margin: 0 0 10px;
    font-size: 28px;
    color: #003f4a;
}

.team-empty p {
    margin: 0;
    color: #5d7890;
}


/* =========================================================
   CTA
========================================================= */

.team-cta {
    padding: 75px 0;
    background: #003f4a;
}

.team-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.team-cta h2 {
    margin: 18px 0 0;
    font-size: 42px;
    line-height: 1.15;
    color: #ffffff;
}

.team-cta h2 span {
    color: #ef3035;
}

.team-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 16px 28px;

    background: #ef3035;
    color: #ffffff;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}

.team-cta-button:hover {
    background: #ffffff;
    color: #003f4a;
}


/* =========================================================
   EYEBROW
========================================================= */

.section-eyebrow {
    display: inline-block;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;

    color: #ef3035;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .team-hero {
        padding: 65px 0 55px;
    }

    .team-hero h1 {
        font-size: 46px;
    }

    .team-intro-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .team-intro-text {
        padding-top: 0;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-photo {
        height: 360px;
    }

    .team-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media (max-width: 767px) {

    .team-hero {
        padding: 55px 0 45px;
    }

    .team-hero h1 {
        font-size: 38px;
    }

    .team-hero p {
        font-size: 16px;
        line-height: 1.7;
    }

    .team-intro {
        padding: 65px 0;
    }

    .team-intro h2 {
        font-size: 36px;
    }

    .team-section {
        padding: 70px 0;
    }

    .team-section-heading h2 {
        font-size: 36px;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-photo {
        height: 420px;
    }

    .team-card-content {
        padding: 24px;
    }

    .team-cta {
        padding: 60px 0;
    }

    .team-cta h2 {
        font-size: 34px;
    }

}


@media (max-width: 480px) {

    .team-hero h1 {
        font-size: 32px;
    }

    .team-intro h2,
    .team-section-heading h2 {
        font-size: 31px;
    }

    .team-photo {
        height: 350px;
    }

    .team-cta h2 {
        font-size: 30px;
    }

    .team-cta-button {
        width: 100%;
        justify-content: center;
    }

}