/* cursor grab */
.swiper .swiper-wrapper .swiper-slide { cursor: grab; }

.swiper:has(.swiper-pagination-lock) .swiper-wrapper .swiper-slide,
.wdt-carousel-holder:has(.swiper-pagination-lock) .swiper-wrapper .swiper-slide { cursor: auto; }

.wdt-carousel-holder { position: relative; }

.wdt-carousel-holder .swiper.swiper-vertical .swiper-wrapper .swiper-slide { overflow: hidden; }

/* Pagination */

.wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    text-align: center;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
    position: static;
}

.wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
    margin-top: 60px;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination:empty {
    display: none;
}

.swiper-button-lock,
.swiper-pagination-lock {
    display: none !important;
}


/* Arrows */

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    display: block;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock) {
    background-color: transparent !important;
    background-image: none !important;
    place-items: center;
    letter-spacing: 0;
    margin: 0 clamp(0.375rem, 0.35rem + 0.125vw, 0.5rem); /*8px - 6px*/
    margin-top: 60px;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    -webkit-transition: var(--wdt-Ad-Transition);
    transition: var(--wdt-Ad-Transition);
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    width: 50px;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    color: var(--wdtAccentTxtColor);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock):hover {
    color: var(--wdtHeadAltColor);
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div[aria-disabled="true"] {
    opacity: 1;
    cursor: not-allowed;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div > i {
    color: inherit;
    display: inline-flex;
    place-content: center;
    place-items: center;
    font-size: inherit;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    -webkit-transition: inherit;
    transition: inherit;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:before {
    background: var(--wdtLinkColor);
    content: "";
    height: auto;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: inherit;
    transition: inherit;

    box-shadow: 0 0 0 1px var(--wdtHeadAltColor) inset, 0 0 0 3px var(--wdtAccentTxtColor) inset;
    -webkit-box-shadow: 0 0 0 1px var(--wdtHeadAltColor) inset, 0 0 0 3px var(--wdtAccentTxtColor) inset;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover:before {
    background-color: var(--wdtPrimaryColor);

    box-shadow: 0 0 0 1px var(--wdtPrimaryColor) inset, 0 0 0 3px var(--wdtPrimaryColor) inset;
    -webkit-box-shadow: 0 0 0 1px var(--wdtPrimaryColor) inset, 0 0 0 3px var(--wdtPrimaryColor) inset;
}

.wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    margin-left: 10px;
    margin-right: 10px;
}

.wdt-dark-bg .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock) {
    color: var(--wdtHeadAltColor);
}

.wdt-dark-bg .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:before {
    background-color: var(--wdtPrimaryColor);
    box-shadow: 0 0 0 1px var(--wdtPrimaryColor) inset, 0 0 0 3px var(--wdtHeadAltColor) inset;
    -webkit-box-shadow: 0 0 0 1px var(--wdtPrimaryColor) inset, 0 0 0 3px var(--wdtHeadAltColor) inset;
}

.wdt-dark-bg .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock):hover {
    color: var(--wdtHeadAltColor);
}

.wdt-dark-bg .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover:before {
    background-color: var(--wdtAccentTxtColor);
    box-shadow: 0 0 0 1px var(--wdtAccentTxtColor) inset, 0 0 0 3px var(--wdtAccentTxtColor) inset;
    -webkit-box-shadow: 0 0 0 1px var(--wdtAccentTxtColor) inset, 0 0 0 3px var(--wdtAccentTxtColor) inset;
}



/* Pagination - Dots or Bullets */

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-lock) {
    display: inline-flex;
    place-content: center;
    place-items: center;
    width: auto;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: transparent !important;
    background-image: none !important;
    display: inline-flex;
    place-content: center;
    place-items: center;
    letter-spacing: 0;
    height: 16px;
    width: 16px;
    line-height: normal;
    margin: 0 5px;
    opacity: 1;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    z-index: 1;
    -webkit-border-radius: var(--wdtRadius_Full);
    border-radius: var(--wdtRadius_Full);
    -webkit-transition: var(--wdt-Ad-Transition);
    transition: var(--wdt-Ad-Transition);

    box-shadow: none;
    -webkit-box-shadow: none;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    background: rgba(var(--wdtLinkColorRgb),0.2);
    content: "";
    height: auto;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: inherit;
    transition: inherit;

    border: none;

    box-shadow: none;
    -webkit-box-shadow: none;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    background-color: var(--wdtLinkColor);
}

.wdt-carousel-holder .swiper+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets {
    margin-left: 5px;
    margin-right: 5px;
}

.wdt-dark-bg .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: rgba(var(--wdtAccentTxtColorRgb),0.3);
}

.wdt-dark-bg .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-dark-bg .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    background-color: var(--wdtPrimaryColor);
}


/* Pagination - Fraction */

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-fraction {
    background: var(--wdt-elementor-color-primary);
    color: var(--wdt-elementor-color-white);
    display: inline-flex;
    place-items: center;
    height: 30px;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    width: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-fraction>* {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}


/* Pagination - ScrollBar */

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar {
    float: left;
    height: 6px;
    margin: 20px 0 0;
    opacity: 1 !important;
    position: relative;
    width: 100%;
    z-index: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:after {
    content: "";
    height: 100%;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:after {
    height: auto;
    margin: 0;
    width: 100%;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar .swiper-scrollbar-drag {
    background-color: currentColor;
    color: var(--wdt-elementor-color-accent);
    border-radius: inherit;
}


.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar {
    height: 100%;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: 8px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}

.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:before,
.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:after {
    height: 100%;
    margin: 0;
    width: auto;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}

.wdt-carousel-holder .swiper.swiper-vertical[data-settings*="scrollbar"] {
    padding-right: 10px;
}

.wdt-carousel-holder .swiper.swiper-vertical[data-settings*="scrollbar"]+.wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar {
    left: auto;
    right: 0;
}


/* Pagination - Progress */

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar {
    float: left;
    height: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:after {
    content: "";
    height: 100%;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:after {
    height: auto;
    margin: 0;
    width: 100%;
}


.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .swiper-pagination-progressbar {
    height: 100%;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: 8px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}

.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:before,
.wdt-carousel-holder .swiper.swiper-vertical+.wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:after {
    height: 100%;
    margin: 0;
    width: auto;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: currentColor;
    color: var(--wdt-elementor-color-accent);
    border-radius: inherit;
}


.wdt-carousel-holder .swiper.swiper-vertical[data-settings*="progressbar"] {
    padding-right: 10px;
}

.wdt-carousel-holder .swiper.swiper-vertical[data-settings*="progressbar"]+.wdt-carousel-pagination-wrapper .swiper-pagination-progressbar {
    left: auto;
    right: 0;
}

@media only screen and (max-width:1280px) and (min-width:768px) {
    .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock) {
        margin-top: 45px;
    }

    .wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
        margin-top: 45px;
    }
}

@media only screen and (max-width:767px) {
    .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock) {
        margin-top: 35px;
    }

    .wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
        margin-top: 35px;
    }
}