.page-header {
    display: none;
}

/* Milestone Tab */
.ec-milestone-tab .elementor-tab-title {
    cursor: pointer;
}

.ec-milestone-tab .elementor-tab-content {
    max-width: 900px;
    margin: 0 auto;
}

.ec-milestone-tab .elementor-tab-content:not(.elementor-active) {
    display: none;
}

.ec-milestone-tab .elementor-tab-content img {
    margin-bottom: 40px;
    border: 7px solid #ffffff;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

/* Content Tab Slider */
.ec-content-slider__title.elementor-heading-title {
    margin-bottom: 40px;
}

.ec-content-slider-tab__wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -30px;
}

.ec-content-slider-tab__col {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 30px;
}

.ec-content-slider-tab__item {
    cursor: pointer;
}

img.ec-content-slider-tab__image {
    border-radius: 10px;
}

.ec-content-slider-tab__title {
    margin: 0;
    text-align: center;
}

.ec-content-slider-tab__big-content-item:not(.ec-active) {
    display: none;
}

.ec-content-slider-tab__big-image {
    margin-bottom: 20px;
}

.ec-content-slider-tab__big-content-wrapper {
    text-align: center;
}

/* Swiper pagination */
.ec-content-slider-tab__wrapper .swiper-pagination{
    position: relative;
    top: 0;
    margin-top: 10px;
}
.ec-content-slider-tab__wrapper .swiper-pagination .swiper-pagination-bullet{
    background: var(--e-global-color-primary);
}

@media only screen and (max-width: 800px) {
    .ec-content-slider-tab__wrapper {
        margin: 0;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .ec-content-slider-tab__col {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
}