.Our_team {
    padding: 60px 0;
    /* background-image: url('../../../../public/assets/images/about_us/certificates/certibg.png'); */
    background-size: cover;
    background-position: top;
}

.Our_team .Our_team_heading_div {
    margin-bottom: 50px;
}

.Our_team .title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
    text-align: center;
}

.Our_team .Our_team_green_text {
    color: #28a745;
}

.Our_team .Our_team_subheading {
    font-size: 22px;
    font-weight: 600;
    color: #28a745;
    margin-bottom: 20px;
}

/* =======================
   Founder Section
======================= */
.Our_team .Our_team_founder_card {
    background: #50883f;
    border-radius: 0px;
    color: #fff;
    padding: 10px;
    display: inline-block;
    max-width: 600px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.Our_team .Our_team_founder_card:hover {
    transform: translateY(-6px);
}

.Our_team .Our_team_founder_img_holder {
    width: 100%;
    height: 400px;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 4px solid #fff;
    background: #fff;
}

.Our_team .Our_team_founder_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Our_team .Our_team_founder_name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.Our_team .Our_team_founder_role {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.Our_team .Our_team_founder_description {
    font-size: 19px;
    opacity: 0.9;
    font-weight: 500;
}

/* =======================
   Team Members / Freelancers
======================= */
.Our_team .Our_team_card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
}

.Our_team .Our_team_card:hover {
    transform: translateY(-5px);
}

.Our_team .Our_team_img_holder {
    aspect-ratio: 1/1;
    margin: 0 auto 15px;
    overflow: hidden;
    border: 3px solid #28a745;
}

.Our_team .Our_team_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Our_team .Our_team_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.Our_team .Our_team_role {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 10px;
}

.Our_team .Our_team_description {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

/* =======================
   Freelancer Styling
======================= */
.Our_team .Our_team_card.freelancer {
    border: 2px dashed #28a745;
    background-color: #fefefe;
}

.Our_team .Our_team_card.freelancer:hover {
    transform: translateY(-5px);
    background-color: #f6fff9;


}


.Our_team .nav-tabs .nav-link {
    border: 1px solid #50883f;
    border-radius: 0;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}


.Our_team .nav-tabs .nav-link.active {
    background-color: #50883f;
    color: #fff;
    border: 1px solid #50883f;
}







.team-card {
    width: 100%;
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 2px 6px rgb(80 136 63);
    margin: auto;
    height: 100%;
}

.team-card .team-img-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.team-card .team-img-wrapper .team-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: contain;
    border: 4px solid #50883f;
}

.team-card .divider {
    width: 4px;
    height: 25px;
    background: #ff6b00;
    margin: 0 auto 15px;
    border-radius: 10px;
}

.team-card .team-name {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.team-card .team-desc {
    font-size: 15px;
    color: #000;
    font-style: italic;
    margin-bottom: 25px;
    padding: 0 10px;
}

.team-card .team-role {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.team-card .contact_text {
    font-size: 15px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 400;
}

.team-card .contact_text .inner_icon {
    color: #47952c;
    font-size: 17px;
    margin-right: 9px;
}

.team-card .social-icons {
    display: flex;
    justify-content: center;
    gap: 18px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.team-card .social-icons .inner_icon {
    font-size: 20px;
}

.team-card .social-icons .inner_icon:hover {
    color: #36d683;
    transition: 0.3s;
}

@media (min-width: 0px) and (max-width: 575px) {
    .Our_team .nav-tabs .nav-link {
        font-size: 14px;
        padding: 3px 2px;
    }
}



@media (min-width: 0px) and (max-width: 767.98px) {
    .team-card .team-img-wrapper .team-img {
        width: 90px;
        height: 90px;
    }

    .team-card .social-icons .inner_icon {
        font-size: 16px;
    }

    .team-card .contact_text {
        font-size: 14px;
    }

    .Our_team .title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .team-card .team-name {
        font-size: 18px;
    }

    .team-card .team-role {
        font-size: 16px;
    }

    .team-card .team-desc {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .team-card .team-img-wrapper .team-img {
        width: 100px;
        height: 100px;
    }

    .team-card .team-name {
        font-size: 17px;
    }

    .team-card .team-role {
        font-size: 16px;
    }

    .team-card .contact_text {
        font-size: 14px;
    }
}