.ita-container-886e3af2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 500px; /* default, controlled by Elementor */
    gap: 15px;
    overflow: hidden;
}

.ita-item-886e3af2 {
    position: relative;
    flex: 1;
    transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    background: #f9f9f9;
}

.ita-item-886e3af2.is-active {
    flex: 4;
}

.ita-content-886e3af2 {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: width 0.6s ease, opacity 0.4s ease 0.2s;
    display: flex;
    align-items: center;
}

.ita-content-inner-886e3af2 {
    padding: 30px;
    min-width: 250px;
}

.ita-item-886e3af2.is-active .ita-content-886e3af2 {
    width: 350px;
    opacity: 1;
}

.ita-image-wrap-886e3af2 {
    flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ita-image-886e3af2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.6s ease-in-out;
}

.ita-item-886e3af2.is-active .ita-image-886e3af2 {
    filter: grayscale(0%);
}

.ita-name-886e3af2 {
    margin: 0 0 5px 0;
}

.ita-job-886e3af2 {
    margin: 0 0 15px 0;
    font-weight: 500;
    opacity: 0.8;
}

.ita-bio-886e3af2 {
    margin-bottom: 20px;
}

.ita-socials-886e3af2 a {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .ita-container-886e3af2 {
        flex-direction: column;
        height: auto;
        min-height: 800px;
    }
    
    .ita-item-886e3af2 {
        flex-direction: column-reverse;
    }
    
    .ita-item-886e3af2.is-active {
        flex: 5;
    }

    .ita-content-886e3af2 {
        width: 100%;
        height: 0;
        transition: height 0.6s ease, opacity 0.4s ease 0.2s;
        align-items: flex-start;
    }

    .ita-item-886e3af2.is-active .ita-content-886e3af2 {
        height: auto;
        width: 100%;
    }
    
    .ita-content-inner-886e3af2 {
        min-width: unset;
        width: 100%;
        padding: 20px;
    }
}
