.elementor-1478 .elementor-element.elementor-element-61280b4:not(.elementor-motion-effects-element-type-background), .elementor-1478 .elementor-element.elementor-element-61280b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1478 .elementor-element.elementor-element-61280b4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 0px 0px 0px;}.elementor-1478 .elementor-element.elementor-element-61280b4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1478 .elementor-element.elementor-element-d71bd5e > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1478 .elementor-element.elementor-element-d71bd5e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1478 .elementor-element.elementor-element-de31b91{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-1478 .elementor-element.elementor-element-de31b91 .elementor-heading-title{color:#05088B;}/* Start custom CSS for text-editor, class: .elementor-element-e60dc04 */.laoearth-team{
    max-width:1200px;
    margin:auto;
}

.member{
    display:flex;
    gap:40px;
    align-items:flex-start;
    margin-bottom:70px;
}

.photo{
    width:380px;
    min-width:380px;
    height:500px;
    border-radius:20px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

/* ===== Member 1 ===== */
.member:nth-child(1) .photo{
    background-image:url("https://laoearth.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-16-2026-11_32_44-AM.png");
}

/* ===== Member 2 ===== */
.member:nth-child(2) .photo{
    background-image:url("https://laoearth.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-16-2026-11_36_50-AM.png");
}
    
/* ===== Member 3 ===== */
.member:nth-child(3) .photo{
    background-image:url("https://laoearth.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-18-2026-10_59_04-AM.png");    
    
}
    
/* ===== Member 4 ===== */
.member:nth-child(4) .photo{
    background-image:url("https://laoearth.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-21-2026-11_25_37-AM-1.png");    
    
}

.content{
    flex:1;
}

.stats{
    display:flex;
    gap:20px;
    margin:30px 0;
}

.stats div{
    flex:1;
    text-align:center;
    padding:20px;
    background:#f7f7f7;
    border-radius:12px;
}

.stats h3{
    margin:0;
    color:#d94d20;
    font-size:34px;
}

.badge{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.badge{
    line-height:2;
}

/* Mobile */
@media (max-width:768px){

.member{
    display:block;
}

.photo{
    width:100%;
    min-width:100%;
    height:420px;
    margin-bottom:25px;
}

.stats{
    flex-direction:column;
}

}/* End custom CSS */