.elementor-custom-tabs .tabs {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.elementor-custom-tabs .tabs li {
    padding: 10px 44px;
    background-color: #fff;
    border: 2px solid #fff000;
    color: #000;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;

    &.active {
        background-color: #fff000;
    }
}

.elementor-custom-tabs .tab-content {
    display: none;
    margin-top: 10px;
}

.elementor-custom-tabs .tab-content > div {
    width: 50%;

    @media (max-width: 1280px) {
        &.tab-content__image {
            width: 85%;
        }

        &.tab-content__container {
            width: 100%;
        }
    }
}

.elementor-custom-tabs .tab-content__image {
    width: 45%;
    position: relative;
    padding-bottom: 100px;
    min-height: 600px;

    @media (max-width: 680px) {
        padding-bottom: 50px;
        min-height: 350px;
    }
}

.elementor-custom-tabs .tab-content__image::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='899' height='327' viewBox='0 0 899 327' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-16.3435 0C184.095 260.208 815.92 53.3037 873.437 107.695C930.954 162.086 873.437 327 873.437 327H-22L-16.3435 0Z' fill='%2382FFFF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: 1;
}

.elementor-custom-tabs .tab-content img {
    width: 75%;
    height: 100%;
    object-fit: cover;
    border-radius: 75% 11% 11% 75% / 0% 50% 50% 0%;
}

.elementor-custom-tabs .tab-content.active {
    display: flex;
    flex-direction: row;
}

.elementor-custom-tabs .tab-content__container {
    padding: 50px;
    position: relative;
    z-index: 10;
}

.elementor-custom-tabs .tab-content__button {
    background-color: #5dcbc0;
    color: #ffffff;
    text-decoration: none;
    padding: 8px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    max-width: fit-content;

    &:hover {
        background-color: #4baea1;
    }
}

.elementor-custom-tabs .tabs-content {
    position: relative;
    margin-top: 50px;
}



@media (max-width: 1280px) {
    .elementor-custom-tabs .tabs {
        gap: 20px;
        flex-direction: column;
    }


    .elementor-custom-tabs .tab-content img {
        min-width: 90%;
    }


    .elementor-custom-tabs .tab-content.active {
        flex-direction: column-reverse;
    }


}
