.custom-carousel .custom-swiper {
    overflow: hidden;
    height: 600px;
}

@media (max-width: 767px) {
    .custom-carousel .custom-swiper {
        height: 350px;
    }
}

.custom-carousel .custom-swiper-button-prev,
.custom-carousel .custom-swiper-button-next {
    border-radius: 50%;
    background: #F88600;
    padding: 5px;
    box-shadow: 5px 5px 6px 0px #0000009c;
}

.custom-carousel .custom-swiper-button-prev svg,
.custom-carousel .custom-swiper-button-next svg {
    fill: #FFFFFF;
}

.custom-carousel .swiper-slide-image {
    border-style: none;
    width: 100%;
}

.custom-carousel .elementor-image-carousel-caption {
    margin-bottom: 0;
    box-shadow: inset -5px -4px 9px 0px #0000002b;
    margin-top: 0 !important;
    padding: 17px 0;
    background: #fff;
    text-align: center;
    color: #00537A;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 900;
    font-style: normal;
    margin-block-start: 17px;
}

.custom-carousel .custom-swiper-slide.swiper-slide-next {
    transform: scale(1.1);
    z-index: 9;
}

.custom-carousel .swiper-slide-inner {
    position: relative;
    width: 100%;
    height: auto;
}

.custom-carousel .custom-swiper-button-prev,
.custom-carousel .custom-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}

.custom-carousel .custom-swiper-button-prev {
    left: 10px;
}

.custom-carousel .custom-swiper-button-next {
    right: 10px;
}

.custom-carousel .e-font-icon-svg {
    width: 24px;
    height: 24px;
}