.elementor-748 .elementor-element.elementor-element-9edae4a{--display:flex;--min-height:400px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-748 .elementor-element.elementor-element-ec2ffba img{width:100%;}.elementor-748 .elementor-element.elementor-element-7304c8c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;overflow:visible;}.elementor-748 .elementor-element.elementor-element-7304c8c:not(.elementor-motion-effects-element-type-background), .elementor-748 .elementor-element.elementor-element-7304c8c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2C4264;}.elementor-748 .elementor-element.elementor-element-39b0a64{--display:flex;overflow:visible;}.elementor-748 .elementor-element.elementor-element-2aeb658{width:var( --container-widget-width, 33.482% );max-width:33.482%;--container-widget-width:33.482%;--container-widget-flex-grow:0;}.elementor-748 .elementor-element.elementor-element-2aeb658.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-748 .elementor-element.elementor-element-2aeb658{width:var( --container-widget-width, 333.656px );max-width:333.656px;--container-widget-width:333.656px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-748 .elementor-element.elementor-element-9edae4a{--min-height:169px;}.elementor-748 .elementor-element.elementor-element-7304c8c{--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-748 .elementor-element.elementor-element-2aeb658{width:var( --container-widget-width, 411.141px );max-width:411.141px;padding:0px 0px 0px 0px;--container-widget-width:411.141px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-2aeb658 *//* MAIN WRAPPER */
.team-flip-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0px 0px;
}

/* CARD */
.team-flip-card{
    width:320px;
    height:550px;
    perspective:1000px;
}

/* BOTH SIDES */
.team-front,
.team-back{
    position:absolute;
    width:100%;
    height:100%;
    border-radius:25px;
    overflow:hidden;
    backface-visibility:hidden;
    transition:0.8s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

/* FRONT SIDE */
.team-front{
    background:#fff;
}

.team-front img{
    width:100%;
    height:450px;
    object-fit:cover;
}

.team-front-content{
    padding:20px;
    text-align:left;
}

.team-front-content h3{
    font-size:24px;
    margin-bottom:5px;
    color:#111;
    font-weight:700;
}

.team-front-content span{
    color:#131d32;
    font-size:15px;
    font-weight:600;
}

/* BACK SIDE */
.team-back{
    background:linear-gradient(135deg,#131d32,#131d32);
    color:#fff;
    padding:30px;
    transform:rotateY(180deg);
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.team-back h3{
    font-size:28px;
    margin-bottom:10px;
    font-weight:700;
}

.team-back h4{
    font-size:16px;
    margin-bottom:20px;
    color:#fffff;
}

.team-back p{
    font-size:15px;
    line-height:1.8;
    margin-bottom:25px;
}

/* SOCIAL ICONS */
.team-social{
    display:flex;
    gap:15px;
}

.team-social a{
    width:42px;
    height:42px;
    background:#ffffff20;
    border:1px solid #ffffff40;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    transition:0.3s;
    text-decoration:none;
}

.team-social a:hover{
    background:#fff;
    color:#d91d1d;
}

/* FLIP EFFECT */
.team-flip-card:hover .team-front{
    transform:rotateY(180deg);
}

.team-flip-card:hover .team-back{
    transform:rotateY(0deg);
}

/* MOBILE */
@media(max-width:767px){

    .team-flip-card{
        width:100%;
        height:530px;
        padding: 0px;
    }

    .team-front img{
        height:400px;
    }

}/* End custom CSS */