/* =========================================================== */
/* 00. Droplet Content Carousel
/* =========================================================== */
.elementor-widget-pds_droplet_content_carousel .droplet-content-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-wrapper {
    position: relative;
    text-align: center;
}

.elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-wrapper .droplet-content-carousel-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-wrapper .droplet-content-carousel-image img {
    position: relative;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-main {
    position: relative;
    padding-top: 20px;
    z-index: 999;
    width: 100%;
}

.elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-title {
    margin: 0 0 12px;
}

.elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-subtitle,
.elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-subtitle .droplet-heading-tagline,
.elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-desc {
    margin: 0;
}

.droplet-content-carousel-wrapper.droplet-carousel-content-text-align-left {
    text-align: left;
}

.droplet-content-carousel-wrapper.droplet-carousel-content-text-align-right {
    text-align: right;
}

.droplet-content-carousel-wrapper.droplet-carousel-content-text-align-center {
    text-align: center;
}

@media (min-width: 768px) {
    .elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-wrapper.droplet-image-position-left,
    .elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-wrapper.droplet-image-position-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-wrapper.droplet-image-position-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .elementor-widget-pds_droplet_content_carousel .droplet-image-position-right .droplet-content-carousel-main {
        padding-top: 0;
        padding-right: 30px;
    }

    .elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-wrapper.droplet-image-position-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .elementor-widget-pds_droplet_content_carousel .droplet-image-position-left .droplet-content-carousel-main {
        padding-top: 0;
        padding-left: 30px;
    }

    .elementor-widget-pds_droplet_content_carousel .droplet-image-position-top .droplet-content-carousel-image {
        margin: auto;
    }

    .elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-wrapper.droplet-content-vertial-alignment-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-wrapper.droplet-content-vertial-alignment-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-wrapper.droplet-content-vertial-alignment-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .elementor-widget-pds_droplet_content_carousel .droplet-content-carousel-image {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
