.team-carousel-wrapper-b047a7df {
    position: relative;
    width: 100%;
    padding: 20px 30px; /* space for arrows */
}
.team-card-b047a7df {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.team-card-b047a7df:hover {
    transform: translateY(-5px);
}
.team-photo-b047a7df {
    /* width and height are controlled via Elementor settings now */
    /* width: 150px; 
    height: 150px; */
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
}
.team-name-b047a7df {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #333;
}
.team-designation-b047a7df {
    font-size: 14px;
    color: #0073e6;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.team-desc-b047a7df {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Base Social Icon Styles */
.team-social-b047a7df {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; /* Default gap */
}
.team-social-b047a7df a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #333;
    background-color: #f0f0f0;
    transition: all 0.3s;
    text-decoration: none;
    border: 1px solid transparent;
}
.team-social-b047a7df a:hover {
    background-color: #0073e6;
    color: #fff;
    border-color: #0073e6;
}
.team-social-b047a7df a svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: fill 0.3s;
}
.team-social-b047a7df a i {
    font-size: 16px;
    transition: color 0.3s;
}

/* Social Icon Shapes */
.social-shape-b047a7df-circle .team-social-b047a7df a {
    border-radius: 50%;
}
.social-shape-b047a7df-rounded .team-social-b047a7df a {
    border-radius: 6px;
}
.social-shape-b047a7df-square .team-social-b047a7df a {
    border-radius: 0;
}
.social-shape-b047a7df-minimal .team-social-b047a7df a {
    background: transparent !important;
    border-color: transparent !important;
    width: auto !important;
    height: auto !important;
    padding: 5px;
}
.social-shape-b047a7df-minimal .team-social-b047a7df a:hover {
    background: transparent !important;
    opacity: 0.8;
}
.social-shape-b047a7df-outline .team-social-b047a7df a {
    background: transparent !important;
    border-color: currentColor;
    border-radius: 50%; /* Default to circle for outline */
}
.social-shape-b047a7df-outline .team-social-b047a7df a:hover {
    background: transparent !important;
}

/* Minimal Arrows */
.swiper-btn-b047a7df {
    color: #333 !important;
    width: 24px !important;
    height: 24px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-top: -12px !important; /* Center vertically */
    transition: all 0.3s ease;
}
.swiper-btn-b047a7df::after {
    font-size: 10px !important; /* extremely small arrow icon */
    font-weight: 900;
}
.swiper-btn-b047a7df:hover {
    background: #f8f8f8;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}
.swiper-button-prev.swiper-btn-b047a7df {
    left: 0 !important;
}
.swiper-button-next.swiper-btn-b047a7df {
    right: 0 !important;
}
