/** 
    Common 
*/

.wdt-service-item { border-color: transparent; border-style: solid; border-width: 0; position: relative; z-index: 0; }

.wdt-service-item, 
.wdt-service-item .wdt-service-image > a, 
.wdt-service-item .wdt-service-image img, 
.wdt-service-item .wdt-service-type-icon, 
.wdt-service-item .wdt-service-type-icon:before, 
.wdt-service-item a, 
.wdt-service-item .wdt-service-title h5, 
.wdt-service-item .wdt-service-title h5 > a, 
.wdt-service-item .wdt-service-description { 
    -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); }

.wdt-service-item > div:empty { display: none; }

.wdt-service-item > div:not(:last-child),
.wdt-service-item .wdt-service-media-group > div:not(:last-child),
.wdt-service-item .wdt-service-detail-group > div:not(:last-child) { margin-bottom: 14px; }


/** 
    Image Element 
*/

.wdt-service-item .wdt-service-media-group { position: relative; }

.wdt-service-item .wdt-service-image,
.wdt-service-item .wdt-service-image > a { display: inline-flex; width:100%; height:100%; overflow:hidden; }

.wdt-service-item .wdt-service-image > a > img { 
    height: inherit; align-self: start; -webkit-border-radius: inherit; border-radius: inherit; object-fit:cover;
    transform:var(--wdtImage-transform);
}
.wdt-active.wdt-service-item .wdt-service-image > a > img ,
.wdt-service-item:hover .wdt-service-image > a > img {
    transform:var(--wdtImageHover-transform);
}

/** 
    Icon Element 
*/

.wdt-service-item .wdt-service-type-icon { display: inline-flex; justify-content: center; align-items: center; 
    font-size:clamp(4.375rem, 4.166rem + 0.9554vw, 5.3125rem); /* Min-70 & Max-85 */   height: 1em; line-height: 1; position: relative; text-align: center; 
    vertical-align: top; width: 1em; z-index: 0; color:rgb(var(--wdtHeadAltColorRgb),0.6);  height: 1em; width: 1em; transition:var(--wdt-Ad-Transition); }

.wdt-service-item .wdt-service-type-icon svg { fill: currentColor; height: 1em; width: 1em; }
.wdt-service-item .wdt-service-type-icon img { object-fit: contain; object-position: center center; height: 1em; width: 1em; }

/** 
    Title & Title Element Group 
*/

.wdt-service-item .wdt-service-title h5 { display: block;  font-size: clamp(1.5rem, 1.2928rem + 0.6935vw, 2.125rem); /* Min-24 & Max-34 */ font-weight: var(--wdtFontWeight_H3); 
 line-height:var(--wdtLineHeight_H3);   margin-top: 0px; margin-bottom: 0; text-transform: none; transition:var(--wdt-Ad-Transition); }

.wdt-service-item .wdt-service-title h5, 
.wdt-service-item .wdt-service-title h5 a { color: var(--wdt-elementor-color-primary); }
.wdt-service-item .wdt-service-title h5 a:hover { color: var(--wdt-elementor-color-accent); }

.wdt-dark-bg .wdt-service-item .wdt-service-title h5, 
.wdt-dark-bg .wdt-service-item .wdt-service-title h5 a:not(:hover) { color: var(--wdt-elementor-color-white);  }


/** 
    Content & Description Element 
*/

.wdt-service-item .wdt-service-detail-group { position: relative; }
.wdt-service-item .wdt-service-description { position: relative; z-index: 0; }

/** 
    Button Element 
*/

.wdt-service-item .wdt-service-button { position: relative; z-index: 0; }

.wdt-service-item .wdt-service-button > a { border: 1px solid transparent; background-color: var(--wdt-elementor-color-accent); 
    color: var(--wdt-elementor-color-white); fill: var(--wdt-elementor-color-white); display: inline-block; line-height: 1; 
    font-size: 1em; padding: 0.75em 1.5em; text-align: center; -webkit-border-radius: var(--wdtRadius_Zero); border-radius: var(--wdtRadius_Zero); }

.wdt-service-item .wdt-service-button > a:hover { background-color: var(--wdtSecondaryColor); }


/** 
    Pagination Element
*/

.wdt-services-holder .wdt-pagination { flex: 0 0 100%; margin: 40px 0 0; text-align: center; }
.wdt-services-holder .wdt-pagination ul { list-style-type: none; padding: 0; margin: 0; display: inline-flex; }
.wdt-services-holder .wdt-pagination ul li { margin: 5px; padding: 0px; }
.wdt-services-holder .wdt-pagination ul li a, 
.wdt-services-holder .wdt-pagination ul li span { width: 40px; height: 40px; padding: 5px;
  background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white);
  display: inline-flex; align-items: center; justify-content: center; }
  
.wdt-services-holder .wdt-pagination ul li a.current, .wdt-services-holder .wdt-pagination ul li span.current,
.wdt-services-holder .wdt-pagination ul li a:hover, .wdt-services-holder .wdt-pagination ul li span:hover {
  background-color: var(--wdtSecondaryColor, var(--wdt-elementor-color-primary)); color: var(--wdt-elementor-color-white); }


/** 
    Type-1 Style
*/



/** 
    Type-2 Style
*/

.wdt-service-item.wdt-type-2 { padding: 20px; text-align: left; border-radius: 20px; }

.wdt-service-item.wdt-type-2 .wdt-service-type-icon { 
    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-service-item.wdt-type-2:hover .wdt-service-type-icon { 
    background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); }



/* type-4-styles */
.wdt-service-item.wdt-type-4 > div:not(:last-child),
.wdt-service-item.wdt-type-4 .wdt-service-detail-group > div:not(:last-child){
    margin-bottom: 0;
}

.wdt-service-item.wdt-type-4{
    display:grid;
    min-height: clamp(25rem, 10.6844rem + 22.3464vw, 37.5rem);  /* Min-400 & Max-600 */
    margin: 0 clamp(1.875rem, 1.1607rem + 1.1161vw, 2.5rem); /* Min-30 & Max-40 */ 
    background-color: transparent;
    height: 100%;
}
.wdt-service-active-hover.wdt-service-item.wdt-type-4,
.wdt-service-item.wdt-type-4:hover{
    background-color: rgba(var(--wdtPrimaryColorRgb),1);
}
.wdt-service-item.wdt-type-4:after{
    content:"";
    height:100%;
    width:1px;
    position:absolute;
    top:0;
    right: calc(clamp(1.875rem, 1.1607rem + 1.1161vw, 2.5rem) * -1 );
    border-right:1px solid rgba(var(--wdtBorderColorRgb),1);
}
.wdt-dark-bg .wdt-service-item.wdt-type-4:after{border-right:1px solid rgba(var(--wdtBorderColorRgb),0.2);}
.wdt-service-item.wdt-type-4 .wdt-service-image > a > img{
    opacity:0;
    transition:var(--wdt-Ad-Transition);
}
.wdt-service-active-hover.wdt-service-item.wdt-type-4 .wdt-service-image > a > img,
.wdt-service-item.wdt-type-4:hover .wdt-service-image > a > img{
    opacity:0.2;
    transition:var(--wdt-Ad-Transition);
}

.wdt-service-item.wdt-type-4 > div{
    grid-area:1/-1;
}
.wdt-service-item.wdt-type-4 .wdt-service-detail-group{
    display:flex;
    flex-direction:column-reverse;
    justify-content:space-between;
    padding: clamp(1.875rem, 1.1607rem + 1.1161vw, 2.5rem); /* Min-30 & Max-40 */ 
    z-index:2;
    gap: 100px;
}
.wdt-service-item.wdt-type-4 .wdt-service-type-icon{
    margin-bottom: clamp(1.875rem, 1.2535rem + 2.0804vw, 3.75rem); /* Min-30 & Max-60 */
}
.wdt-service-item.wdt-type-4:hover .wdt-service-type-icon,
.wdt-dark-bg .wdt-service-item.wdt-type-4 .wdt-service-type-icon{
    color: var(--wdt-elementor-color-accent);
}

.wdt-service-item.wdt-type-4:hover .wdt-service-title h5,
.wdt-service-item.wdt-type-4:hover .wdt-service-title h5 a,
.wdt-service-item.wdt-type-4:hover .wdt-service-description,
.wdt-service-active-hover.wdt-service-item.wdt-type-4 .wdt-service-type-icon,
.wdt-service-active-hover.wdt-service-item.wdt-type-4 .wdt-service-title h5,
.wdt-service-active-hover.wdt-service-item.wdt-type-4 .wdt-service-title h5 a,
.wdt-service-active-hover.wdt-service-item.wdt-type-4 .wdt-service-description{ color: var(--wdt-elementor-color-white); }


.wdt-service-item.wdt-type-4:hover .wdt-service-title h5 a:hover,
.wdt-dark-bg .wdt-service-item.wdt-type-4 .wdt-service-title h5 a:hover { color: rgba(var(--wdtAccentTxtColorRgb),0.85); }



@media screen and (max-width:767px) {
    .wdt-service-item.wdt-type-4{
        margin: 0;
    }
    .wdt-service-item.wdt-type-4:after{
        display:none;
    }
}

.wdt-column-wrapper .wdt-column:has(.wdt-service-item.wdt-type-4)  {
    margin-left: 0px;
    margin-right: 0px;
}
.wdt-default-item:has(.wdt-service-item.wdt-type-4){
    margin-bottom: 50px;
}
.wdt-column-wrapper:has(.wdt-service-item.wdt-type-4)  {
    row-gap: 50px;
}

/* type-5-styles */

.wdt-service-item.wdt-type-5 .wdt-service-media-group{line-height:1; margin-bottom:35px;}
.swiper-slide .wdt-service-item.wdt-type-5 .wdt-service-title {opacity:0; transition: var(--wdt-Ad-Transition);}
.swiper-slide.swiper-slide-active .wdt-service-item.wdt-type-5 .wdt-service-title{opacity:1;}
.wdt-service-item.wdt-type-5 .wdt-service-title h5 a{color:var(--wdtHeadAltColor);}
.wdt-dark-bg .wdt-service-item.wdt-type-5 .wdt-service-title h5 a{color:var(--wdtAccentTxtColor);}

.wdt-service-item.wdt-type-5 .wdt-service-media-group .wdt-service-image img{
    aspect-ratio: 1;
    height:100%;
    width:100%;
    object-fit:cover;
}
.wdt-service-item.wdt-type-5 .wdt-service-media-group .wdt-service-video{
    width:100%;
    height:100%;
    object-fit:cover;
    aspect-ratio: 1;
}

