/*
Theme Name: Istidama Elementor
Description: Child theme for Hello Elementor.
Author: Mohammad Almawaly
Template: hello-elementor
Version: 1.0
*/


.elementor-element .swiper .elementor-swiper-button-next {
    right: -30px;
}

.elementor-element .swiper .elementor-swiper-button-prev {
    left: -30px;
}

.swiper-slide img {
    /*opacity: 0.5;*/
    /*mix-blend-mode: multiply;*/
}

.float-image {
    margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
    .float-image {
        margin-left: 20px;
    }
}

b,
strong {
    font-weight: 600 !important;
}

@media screen and (min-width: 769px) {
    div[data-component="TeamComponent"] .e-loop-item {
        width: 30%;
    }
}



div[data-component="TeamComponent"] .elementor-grid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;

}
