
/* Default Template */
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item { text-align: center; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span, .wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a { -webkit-border-radius: 1em; border-radius: 1em; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper + .wdt-content-icon-wrapper { display: block; font-size: 60px; line-height: 0; margin-top: -8px; margin-bottom: -0.4em; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-white); color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); font-size: 24px; height: 60px; width: 60px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); }

/* Standard Template */
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; -webkit-box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { background-color: #f5f5f5; margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group { padding: 20px; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span { min-width: 100px; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span { height: 100px; padding: 0; width: 100px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group { background-color: var(--wdt-elementor-color-accent); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5, .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5 > a { color: var(--wdt-elementor-color-white); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5 > a:hover { color: var(--wdt-elementor-color-black); }


/* ---------------- */
/* Custom Style  */
/* ---------------- */

.wdt-custom-image-with-slide .wdt-content-item > div:not(:last-child), 
.wdt-custom-image-with-slide .wdt-content-item .wdt-content-media-group > div:not(:last-child), 
.wdt-custom-image-with-slide .wdt-content-item .wdt-content-detail-group > div:not(:last-child), 
.wdt-custom-image-with-slide .wdt-content-item .wdt-content-elements-group > div:not(:last-child) { margin: 0; }

.wdt-custom-image-with-slide .wdt-content-item { display: inline-flex; flex-wrap: wrap; height: 100%; }
.wdt-custom-image-with-slide .wdt-content-item .wdt-content-media-group { display: inherit; width: 100%; }

.wdt-custom-image-with-slide .wdt-content-item .wdt-content-detail-group { background: var(--wdtTertiaryColor);
    width: calc(100% - 160px); margin-left: auto; margin-right: 0; padding: 20px 50px; box-shadow: 0 0 0 100vmax var(--wdtTertiaryColor);
    -webkit-clip-path: inset(0 -100vmax -100vmax); clip-path: inset(0 -100vmax -100vmax); min-height: 82px; }
.wdt-custom-image-with-slide .wdt-content-item .wdt-content-detail-group:before { width: 2px;
    content: ""; position: absolute; top: -100%; left: 0; bottom: -100%; background-color: var(--wdtSecondaryColor); }


.wdt-custom-image-with-slide .swiper-slide .wdt-content-item .wdt-content-media-group { animation: clip-animation 1s ease .05s forwards; }
.wdt-custom-image-with-slide .swiper-slide .wdt-content-item .wdt-content-detail-group { right: 0; bottom: 0; display: flex; align-items: center; }
.wdt-custom-image-with-slide .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-media-group {
    clip-path: polygon(100% 0,100% 0,100% 120%,100% 120%); opacity: 1; transition: opacity .8s; animation: clipshow .8s ease .36s forwards; }

.wdt-custom-image-with-slide .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination,
.wdt-custom-image-with-slide .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div,
.wdt-custom-image-with-slide .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination { margin: 0; }

.wdt-custom-image-with-slide .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination { 
    position: absolute; left: 0; bottom: 6px; width: 160px; display: flex; align-items: center; justify-content: center; z-index: 2; }
.wdt-custom-image-with-slide .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div > span { display: none; }
.wdt-custom-image-with-slide .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div > i { font-size: 24px; }
.wdt-custom-image-with-slide .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div { flex: 1; height: 80px; text-transform: uppercase; }

@-webkit-keyframes clipshow {
    to { clip-path: polygon(0 0,100% 0,100% 120%,0 120%) }
}
@keyframes clipshow {
    to { clip-path: polygon(0 0,100% 0,100% 120%,0 120%) }
}

@-webkit-keyframes clip-animation {
    0% { clip-path: polygon(-6% 0,114% 0,114% 120%,-6% 120%) }
    41% { clip-path: polygon(-6% 0,-6% 0,-6% 120%,-6% 120%) }
    41.01%,48% { clip-path: polygon(114% 0,114% 0,114% 120%,114% 120%) }
    100% { clip-path: polygon(-6% 0,114% 0,114% 120%,-6% 120%) }
}
@keyframes clip-animation {
    0% { clip-path: polygon(-6% 0,114% 0,114% 120%,-6% 120%) }
    41% { clip-path: polygon(-6% 0,-6% 0,-6% 120%,-6% 120%) }
    41.01%,48% { clip-path: polygon(114% 0,114% 0,114% 120%,114% 120%) }
    100% { clip-path: polygon(-6% 0,114% 0,114% 120%,-6% 120%) }
}

/* .wdt-custom-image-with-slide,
.wdt-custom-image-with-slide .elementor-widget-container,
.wdt-custom-image-with-slide .elementor-widget-container .wdt-image-box-holder,
.wdt-custom-image-with-slide .elementor-widget-container .wdt-image-box-holder .wdt-image-box-container { height: 100%; }

.wdt-custom-image-with-slide .swiper-slide .wdt-content-item .wdt-content-image > span > img, 
.wdt-custom-image-with-slide .swiper-slide .wdt-content-item .wdt-content-image > a > img { 
    height: 100%; width: 100%; object-fit: cover; object-position: center center;} */

@media ( max-width: 1280px) {
    .wdt-custom-image-with-slide .wdt-content-item .wdt-content-detail-group { padding: 20px 30px; }
}

@media ( max-width: 1540px) {
    .wdt-custom-image-with-slide .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination { width: 120px; }
    .wdt-custom-image-with-slide .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div { height: 60px; }
    .wdt-custom-image-with-slide .wdt-content-item .wdt-content-detail-group { width: 100%; min-height: 0; }
    .wdt-custom-image-with-slide .wdt-content-item .wdt-content-detail-group::before { display: none; }

    .wdt-custom-image-with-slide .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination { 
        background-color: rgba(var(--wdtTertiaryColorRgb),0.8); top: 0; right: 0; left: auto; bottom: auto; }
}