/** Common */
.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(--wdtAltTransition);
    transition: var(--wdtAltTransition);
}

.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;
}


/* Item */
.wdt-service-item {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    position: relative;
    z-index: 0;
}


/** Image Element */
.wdt-service-item .wdt-service-media-group {
    position: relative;
    display: inline-flex;
}

.wdt-service-item .wdt-service-image,
.wdt-service-item .wdt-service-image>a {
    display: inline-flex;
    height: 100%;
}

.wdt-service-item .wdt-service-image>a>img {
    height: inherit;
    align-self: start;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    object-fit: cover;
}


/** Icon Element */
.wdt-service-item .wdt-service-type-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    height: 1em;
    line-height: 1;
    padding: 5px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 1em;
    z-index: 0;
    color: inherit;
    font-size: inherit;
    height: 1em;
    width: 1em;
}

.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.25rem, 1.1943rem + 0.2548vw, 1.5rem);
    font-weight: var(--wdtFontWeight_Ext);
    margin-top: 0px;
    margin-bottom: 0;
}

.wdt-service-item .wdt-service-title h5,
.wdt-service-item .wdt-service-title h5 a {
    color: var(--wdtLinkColor);
}

.wdt-service-item .wdt-service-title h5 a:hover {
    color: var(--wdtLinkHoverColor);
}

.wdt-dark-bg .wdt-service-item .wdt-service-title h5,
.wdt-dark-bg .wdt-service-item .wdt-service-title h5 a,
.wdt-dark-bg .wdt-service-item .wdt-service-description,
.wdt-dark-bg .wdt-service-item.wdt-type-2 .wdt-service-description,
.wdt-dark-bg .wdt-service-item.wdt-type-2 .wdt-service-button>a,
.wdt-dark-bg .wdt-service-item.wdt-type-2 .wdt-service-detail-group .wdt-service-type-icon {
    color: var(--wdtAccentTxtColor);
}

.wdt-dark-bg .wdt-service-item .wdt-service-title h5 a:hover,
.wdt-dark-bg .wdt-service-item.wdt-type-2 .wdt-service-button>a:hover {
    color: rgb(var(--wdtAccentTxtColorRgb), .6);
}


/** 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; display: flex; justify-content: inherit;
}

.wdt-service-item .wdt-service-button>a {
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    fill: var(--wdtAccentTxtColor);
    display: inline-flex;
    align-items: center;
    font-size: var(--wdtFontSize_Ext);
    padding: var(--wdt-btn-icon-padd-after);
    font-weight: var(--wdtFontWeight_Ext);
    border-radius: var(--wdtRadius_Part);
}

.wdt-service-item .wdt-service-button>a:hover {
    background-color: var(--wdtSecondaryColor);
}


/** --------------------------------------------------------------------Type-1 Style----------------------------------------------------------------------- */

.wdt-service-item.wdt-type-1 {
    padding: clamp(1.5rem, 0.7521rem + 2.4983vw, 3.75rem) clamp(0rem, -0.6233rem + 2.0819vw, 1.875rem);
    /*60-30*/
    /*30-0*/
    border-bottom: 1px solid var(--wdtBorderColor);
    overflow: hidden;
}

.wdt-default-item:first-child .wdt-service-item.wdt-type-1 {
    border-top: 1px solid var(--wdtBorderColor);
}

.wdt-service-item.wdt-type-1 .wdt-service-title h5 {
    font-size: clamp(1.375rem, 1.1257rem + 0.8328vw, 2.125rem);
    /* Min-22 & Max-34 */
    line-height: var(--wdtLineHeight_Alt);
}

.wdt-service-item.wdt-type-1 .wdt-service-button>a {
    background-color: transparent;
    color: var(--wdtSecondaryColor);
    fill: var(--wdtSecondaryColor);
    font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
    /*20-14*/
    padding: 0;
    line-height: 1;
    width: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
    /*60-30*/
    height: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
    /*60-30*/
    -webkit-border-radius: var(--wdtRadius_Full);
    border-radius: var(--wdtRadius_Full);
    border-color: var(--wdtSecondaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    transform: rotate(0deg);
}

.wdt-service-item.wdt-type-1 .wdt-service-button>a .wdt-service-button-text {
    font-size: 0;
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-1 .wdt-service-button>a {
    color: var(--wdtAccentTxtColor);
    fill: var(--wdtAccentTxtColor);
    border-color: var(--wdtLinkHoverColor);
    transform: rotate(-45deg);
    transition: var(--wdtAltTransition);
    background-color: var(--wdtLinkHoverColor);
}

.wdt-service-item.wdt-type-1 .wdt-service-content-wrapper {
    display: flex;
    justify-content: space-between;
    gap: clamp(1.25rem, 0.6267rem + 2.0819vw, 3.125rem);
    align-items: center;
}

.wdt-service-item.wdt-type-1 .wdt-service-features {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.25rem, 0.832rem + 1.9108vw, 3.125rem);
    /*50-20*/
    opacity: 0;
    transform: translateY(30px);
    transition: var(--wdtAltTransition);
    justify-content: inherit;
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-1 .wdt-service-features {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .1s;
}

.wdt-service-item.wdt-type-1 .wdt-service-description-wrapper {
    padding-left: clamp(3.75rem, 3.332rem + 1.9108vw, 5.625rem);/*90-60*/
    opacity: 0;
    height: calc(var(--desc-height) * 0);
    justify-content: inherit;
    transition: var(--wdtAltTransition);
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-1 .wdt-service-description-wrapper {
    height: var(--desc-height);
    opacity: 1;
}

.wdt-service-item.wdt-type-1 .wdt-service-features .wdt-service-feature {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
}

.wdt-service-item.wdt-type-1 .wdt-service-features .wdt-service-feature .wdt-feature-description {
    font-size: clamp(1.125rem, 1.0834rem + 0.1388vw, 1.25rem);/* Min-18 & Max-20 */ 
    font-weight: var(--wdtFontWeight_Alt); color: var(--wdtSecondaryColor); font-family: var(--wdtFontTypo_Ext); }

.wdt-service-item.wdt-type-1 .wdt-service-features .wdt-service-feature .wdt-feature-icon {
    width: clamp(1.5rem, 1.2715rem + 0.7634vw, 2.1875rem); /*35-24*/ height: clamp(1.5rem, 1.2715rem + 0.7634vw, 2.1875rem); /*35-24*/
    color: var(--wdtPrimaryColor); font-size: var(--wdtFontSize_H5); display: inline-flex; margin-block: 1px; }


.wdt-service-item.wdt-type-1 .wdt-service-description {
    padding: clamp(1.25rem, 1.0422rem + 0.694vw, 1.875rem) 45% clamp(1.25rem, 0.8345rem + 1.3879vw, 2.5rem) 0;
    opacity: 0;
    transform: translateY(30px);
    transition: var(--wdtAltTransition);
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-1 .wdt-service-description {
    opacity: 1;
    transform: translateY(0px);
}

.wdt-service-item.wdt-type-1>div:not(:last-child),
.wdt-service-item.wdt-type-1 .wdt-service-media-group>div:not(:last-child),
.wdt-service-item.wdt-type-1 .wdt-service-detail-group>div:not(:last-child) {
    margin-bottom: 0px;
}

.wdt-service-item.wdt-type-1 .wdt-service-content-wrapper .wdt-service-counter {
    /* padding-top: 8px; */
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_Ext);
    color: var(--wdtSecondaryColor);
    transition: var(--wdtAltTransition);
    line-height: 1;
    margin-block: 5px;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.wdt-service-item.wdt-type-1 .wdt-service-content-wrapper .wdt-service-counter::before { content: "("; margin: 0 1px; }
 
.wdt-service-item.wdt-type-1 .wdt-service-content-wrapper .wdt-service-counter::after { content: ")"; margin: 0 1px; }

.wdt-service-item.wdt-type-1 .wdt-service-detail-group {
    width: 100%;
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-1 .wdt-service-content-wrapper .wdt-service-counter,
.wdt-default-item.wdt-active .wdt-service-item.wdt-type-1 .wdt-service-title h5 a {
    color: var(--wdtLinkHoverColor);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.wdt-default-item:not(.wdt-active) .wdt-service-item.wdt-type-1 {
    cursor: pointer;
}
.wdt-service-item.wdt-type-1:hover .wdt-service-content-wrapper .wdt-service-counter, 
.wdt-service-item.wdt-type-1:hover .wdt-service-title h5 a { color: var(--wdtLinkHoverColor); }



/** -----------------------------------------------------------------------Type-2 Style------------------------------------ */

.wdt-service-item.wdt-type-2 {
    text-align: left;
    display: grid;
    border-radius: var(--wdtRadius_3X);
    overflow: hidden;
}

.wdt-service-item.wdt-type-2 .wdt-service-detail-group .wdt-service-type-icon {
    font-size: clamp(3.125rem, 2.707rem + 1.9108vw, 5rem);
    /*80-80*/
    height: auto;
    width: auto;
    color: var(--wdtPrimaryColor);
    padding: 0;
    margin-bottom: 24px;
}

.wdt-service-item.wdt-type-2 .wdt-service-media-group,
.wdt-service-item.wdt-type-2 .wdt-service-detail-group-wrapper {
    grid-area: 1/1;
}

.wdt-service-item.wdt-type-2 .wdt-service-detail-group-wrapper {
    padding: clamp(1.25rem, 0.8345rem + 1.3879vw, 2.5rem) clamp(1.25rem, 1.0422rem + 0.694vw, 1.875rem);
    /*40-20*/
    /*30-20*/
    transition: var(--wdtAltTransition);
    /*border-right: 1px solid rgb(var(--wdtSecondaryColorRgb), .2);*/  position: relative;
    z-index: 10;
}

.wdt-service-item.wdt-type-2:hover .wdt-service-detail-group-wrapper {
    border-color: var(--wdtSecondaryColor);
}

.wdt-services-wrapper .wdt-service-item.wdt-type-2 .wdt-service-media-group {
    margin: 0;
    pointer-events: none;
    height: 100%;
}

.wdt-services-wrapper .wdt-service-item.wdt-type-2 .wdt-service-media-group::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    pointer-events: none;
    background-color: var(--wdtTertiaryColor);
    transition: var(--wdtAltTransition);
}
.wdt-services-wrapper .wdt-service-item.wdt-type-2:hover .wdt-service-media-group::before{
    background-color: rgb(var(--wdtSecondaryColorRgb), .85);
}

.wdt-dark-bg .wdt-services-wrapper .wdt-service-item.wdt-type-2 .wdt-service-media-group::before {
    background-color: rgb(var(--wdtSecondaryColorRgb), .1);
}

.wdt-service-item.wdt-type-2 .wdt-service-media-group .wdt-service-image,
.wdt-service-item.wdt-type-2 .wdt-service-media-group .wdt-service-image a {
    height: inherit;
}

.wdt-service-item.wdt-type-2 .wdt-service-media-group .wdt-service-image a img {
    height: inherit;
    object-fit: cover;
}

.wdt-service-item.wdt-type-2>div:not(:last-child),
.wdt-service-item.wdt-type-2 .wdt-service-media-group>div:not(:last-child),
.wdt-service-item.wdt-type-2 .wdt-service-detail-group>div:not(:last-child),
.wdt-service-item.wdt-type-2 .wdt-service-detail-group {
    margin-bottom: clamp(0.9375rem, 0.7505rem + 0.6246vw, 1.5rem) /*24px - 15px*/;
}

.wdt-service-item.wdt-type-2 .wdt-service-button>a {
    gap: 10px;
    font-weight: var(--wdtFontWeight_Ext);
    border: 0;
    padding: 0;
    color: var(--wdtSecondaryColor);
    display: flex;
    background: transparent;
    border-radius: var(--wdtRadius_Zero);
    align-items: center;
    background-image: linear-gradient(0deg, currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
}

.wdt-service-item.wdt-type-2 .wdt-service-button>a:hover {
    background-size: 0% 1px;
}

.wdt-service-item.wdt-type-2 .wdt-service-button>a .wdt-service-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: transform 0.3s ease-in-out , color 0s; transform: rotate(0deg);
}

.wdt-service-item.wdt-type-2 .wdt-service-button>a:hover .wdt-service-button-icon {
    transform: rotate(-45deg);
}

.wdt-dark-bg .wdt-service-item.wdt-type-2 .wdt-service-button>a .wdt-service-button-icon {
    background-color: var(--wdtAccentTxtColor);
    color: var(--wdtSecondaryColor);
}

.wdt-dark-bg .wdt-service-item.wdt-type-2 .wdt-service-button>a:hover .wdt-service-button-icon {
    background-color: var(--wdtAccentTxtColor);
}

.wdt-service-item.wdt-type-2 .wdt-service-description {
    color: var(--wdtSecondaryColor);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;   
    -webkit-line-clamp: 2;
    line-clamp: 2; 
}

.wdt-service-item.wdt-type-2 .wdt-service-counter {
    font-size: clamp(2.25rem, 1.7484rem + 2.293vw, 4.5rem) /*72px - 36px*/;
    font-weight: var(--wdtFontWeight_Alt);
    font-family: var(--wdtFontTypo_Alt);
    color: rgb(var(--wdtBodyTxtColorRgb), .5);
    padding-bottom: clamp(3.75rem, 2.078rem + 7.6433vw, 11.25rem);
    /*180-60*/
    transition: var(--wdtAltTransition);
    line-height: var(--wdtLineHeight_Ext);
}

.wdt-service-item.wdt-type-2:hover .wdt-service-counter,
.wdt-service-item.wdt-type-2:hover .wdt-service-detail-group .wdt-service-type-icon,
.wdt-service-item.wdt-type-2:hover .wdt-service-title h5, 
.wdt-service-item.wdt-type-2:hover .wdt-service-title h5 a,
.wdt-service-item.wdt-type-2:hover .wdt-service-description,
.wdt-service-item.wdt-type-2:hover .wdt-service-button>a {
    color: var(--wdtAccentTxtColor);
}


.wdt-service-item.wdt-type-2  .wdt-service-title h5 a:hover {
    color: rgb(var(--wdtAccentTxtColorRgb), .5);
}

.wdt-dark-bg .wdt-service-item.wdt-type-2 .wdt-service-counter{
        color: rgb(var(--wdtAccentTxtColorRgb), .1);
}

.wdt-dark-bg .wdt-service-item.wdt-type-2:hover .wdt-service-counter{
        color: rgb(var(--wdtAccentTxtColorRgb), .3);
}





@media (min-width:1025px) {

    .wdt-services-wrapper .wdt-service-item.wdt-type-2:hover .wdt-service-media-group::before,
    .wdt-service-item.wdt-type-2:hover .wdt-service-media-group .wdt-service-image a {
        opacity: 1;
        background-color: rgb(var(--wdtSecondaryColorRgb), .85);
    }

    .wdt-service-item.wdt-type-2 .wdt-service-detail-group-wrapper .wdt-service-button-group {
        opacity: 0;
        transition: var(--wdtAltTransition);
        transform: translateY(20px);
    }

    .wdt-service-item.wdt-type-2 .wdt-service-detail-group-wrapper .wdt-service-detail-group {
        transform: translateY(60px);
        transition: var(--wdtAltTransition);
    }

    .wdt-service-item.wdt-type-2:hover .wdt-service-detail-group-wrapper .wdt-service-button-group,
    .wdt-service-item.wdt-type-2:hover .wdt-service-detail-group-wrapper .wdt-service-detail-group {
        opacity: 1;
        transform: translateY(0px);
    }

    .wdt-service-item.wdt-type-2:hover .wdt-service-detail-group-wrapper .wdt-service-button-group {
        transition-delay: .2s;
    }
}










/** --------------------------------------------------Type-3 Style-------------------------------------- */

.wdt-service-item.wdt-type-3 {
    padding: clamp(1.25rem, 0.9017rem + 1.5924vw, 2.8125rem) 0;
    /*45-20*/
    border-bottom: 1px solid var(--wdtBorderColor);
    display: flex;
    gap: clamp(0.625rem, 0.0017rem + 2.0819vw, 2.5rem) /*40px - 10px*/;
    overflow: hidden;
    transition: var(--wdtAltTransition);
}

.wdt-default-item:first-child .wdt-service-item.wdt-type-3 {
    border-top: 1px solid var(--wdtBorderColor);
}

.wdt-service-item.wdt-type-3 .wdt-service-title h5 {
    font-size: clamp(1.625rem, 1.4299rem + 0.8917vw, 2.5rem); /* Min-26 & Max-40 */
    line-height: var(--wdtLineHeight_Ext);
}

.wdt-service-item.wdt-type-3 .wdt-service-title-content-wrapper>.wdt-service-title h5 {
    transform: translateY(0px);
    transition: var(--wdtAltTransition);
    /* margin-bottom: -72px; */
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-3 .wdt-service-title-content-wrapper>.wdt-service-title h5 {
    transform: translateY(30px);
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-3 .wdt-service-title-content-wrapper>.wdt-service-title h5 {
    opacity: 0;
    transition: var(--wdtAltTransition);
}

.wdt-service-item.wdt-type-3 .wdt-service-content-wrapper {
    display: flex;
    height: calc(var(--content-height) * 0);
    transition: var(--wdtAltTransition);
    opacity: 0;
    align-items: center;
    gap: clamp(1.875rem, 1.2517rem + 2.0819vw, 3.75rem);
    /*60-30*/
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-3 .wdt-service-content-wrapper {
    height: calc(var(--content-height) * 1);
    opacity: 1;
    transition-delay: 0.2s;
    grid-area: 1/1;
}

.wdt-service-item.wdt-type-3 .wdt-service-button-group .wdt-service-button>a::before {
    content: '\e801';
    font-size: inherit;
    font-family: "extra-icons";
    font-weight: var(--wdtFontWeight_Base);
}

.wdt-service-item.wdt-type-3 .wdt-service-button-group .wdt-service-button>a {
    background-color: transparent;
    color: var(--wdtSecondaryColor);
    fill: var(--wdtSecondaryColor);
    font-size: clamp(0.875rem, 0.7503rem + 0.4164vw, 1.25rem);
    /*20-14*/
    padding: 0;
    width: clamp(2.1875rem, 1.6681rem + 1.7349vw, 3.75rem);
    /*60-35*/
    height: clamp(2.1875rem, 1.6681rem + 1.7349vw, 3.75rem);
    /*60-35*/
    -webkit-border-radius: var(--wdtRadius_Full);
    border-radius: var(--wdtRadius_Full);
    border-color: var(--wdtSecondaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    transform: rotate(0deg);
    transition: var(--wdtAltTransition);
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-3 .wdt-service-button-group .wdt-service-button>a {
    background-color: var(--wdtLinkHoverColor);
    color: var(--wdtAccentTxtColor);
    fill: var(--wdtAccentTxtColor);
    border-color: var(--wdtLinkHoverColor);
    transform: rotate(-45deg);
}

.wdt-service-item.wdt-type-3 .wdt-service-title-content-wrapper {
    margin: 0;
    display: grid;
    position: relative;
}

.wdt-service-item.wdt-type-3 .wdt-service-title-content-wrapper .wdt-service-title {
    grid-area: 1/1;
}

.wdt-service-item.wdt-type-3 .wdt-service-title-content-wrapper>.wdt-service-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wdt-service-item.wdt-type-3 .wdt-service-image>a {
    border-radius: var(--wdtRadius_1X);
    /* transform: scaleY(1.1) translateY(30px);
    -webkit-transform: scaleY(1.1) translateY(30px);*/
     clip-path: inset(0 0 100% 0); 
    opacity: 0;
    transition: 0.65s cubic-bezier(.79, .14, .15, .86);
    -webkit-transition: 0.65s cubic-bezier(.79, .14, .15, .86);
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-3 .wdt-service-image>a {
    /* transform: scaleY(1) translateY(0px);
    -webkit-transform: scaleY(1) translateY(0px);*/
    clip-path: inset(0 0 0 0); 
    opacity: 1; 
}

.wdt-service-item.wdt-type-3 .wdt-service-detail-group .wdt-service-button>a {
    gap: 10px;
    font-weight: var(--wdtFontWeight_Ext);
    border: 0;
    padding: 0;
    color: var(--wdtSecondaryColor);
    display: flex;
    background: transparent;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
}
.wdt-service-item.wdt-type-3 .wdt-service-media-group { width: 44%; height: 100%; }

.wdt-service-item.wdt-type-3 .wdt-service-detail-group { width: 56%; transition: var(--wdtAltTransition); }

.wdt-service-item.wdt-type-3 .wdt-service-detail-group .wdt-service-description { margin-bottom: 0; /*60-30*/ max-width: 80%; }

.wdt-service-item.wdt-type-3 .wdt-service-detail-group .wdt-service-button>a .wdt-service-button-icon {
    width: 30px; min-width: 30px; height: 30px; border-radius: var(--wdtRadius_Full); background-color: var(--wdtSecondaryColor);
    color: var(--wdtAccentTxtColor); display: flex; align-items: center; justify-content: center; font-size: 12px;
    transition: var(--wdtAltTransition); transform: rotate(0deg); }

.wdt-service-item.wdt-type-3 .wdt-service-detail-group .wdt-service-button>a:hover .wdt-service-button-icon { transform: rotate(-45deg); background-color: var(--wdtLinkHoverColor); }

.wdt-service-item.wdt-type-3 .wdt-service-detail-group .wdt-service-button>a:hover,
.wdt-service-item.wdt-type-3 .wdt-service-detail-group .wdt-service-title h5 a:hover { color: var(--wdtLinkHoverColor); }

.wdt-default-item:not(.wdt-active) .wdt-service-item.wdt-type-3 { cursor: pointer; }



/* ----- */


.wdt-default-item .wdt-service-item.wdt-type-3 .wdt-service-content-wrapper .wdt-service-detail-group .wdt-service-title h5,
.wdt-default-item .wdt-service-item.wdt-type-3 .wdt-service-detail-group .wdt-service-description,
.wdt-default-item .wdt-service-item.wdt-type-3 .wdt-service-detail-group .wdt-service-button {
    transform: translateY(-30px);
    transition: var(--wdtAltTransition);
    opacity: 0;
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-3 .wdt-service-content-wrapper .wdt-service-detail-group .wdt-service-title h5 {
    transform: translateY(0px);
    transition-delay: 0.3s;
    opacity: 1;
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-3 .wdt-service-detail-group .wdt-service-description {
    transform: translateY(0px);
    transition-delay: 0.4s;
    opacity: 1;
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-3 .wdt-service-detail-group .wdt-service-button {
    transform: translateY(0px);
    transition-delay: 0.5s;
    opacity: 1;
}

.wdt-default-item .wdt-service-item.wdt-type-3 .wdt-service-content-wrapper .wdt-service-detail-group .wdt-service-title {
    pointer-events: none;
}

.wdt-default-item.wdt-active .wdt-service-item.wdt-type-3 .wdt-service-content-wrapper .wdt-service-detail-group .wdt-service-title {
    pointer-events: auto;
    margin-bottom: clamp(0.875rem, 0.7503rem + 0.4164vw, 1.25rem) /*20px - 14px*/;
}

/** --------------------------------------------------------------------------Type-4 Style--------------------------------------------------------------- */

.wdt-service-item.wdt-type-4 {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    border-radius: var(--wdtRadius_2X);
    overflow: hidden;
    height: 100%;
}

.wdt-service-item.wdt-type-4 .wdt-service-media-group {
    margin: 0;
    display: flex;
}

.wdt-service-item.wdt-type-4 .wdt-service-content-wrapper {
    padding: 30px;
    width: 50%;
    background-color: rgb(var(--wdtAccentTxtColorRgb), .8);
    position: relative;
    transition: var(--wdtAltTransition); justify-content: inherit;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.wdt-service-item.wdt-type-4 .wdt-service-content-wrapper .wdt-service-description-wrapper{justify-content: inherit;}
.wdt-service-item.wdt-type-4:hover .wdt-service-content-wrapper {
    background-color: var(--wdtPrimaryColor);
}


.wdt-service-item.wdt-type-4 .wdt-service-button>a {
    gap: 8px;
    font-weight: var(--wdtFontWeight_Ext);
    border: 0;
    padding: 0;
    color: var(--wdtSecondaryColor);
    border-radius: var(--wdtRadius_Zero);
    display: flex;
    background: transparent;
    align-items: center;
    background-image: linear-gradient(0deg, currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
    line-height: var(--wdtLineHeight_Alt);
}

.wdt-service-item.wdt-type-4 .wdt-service-button>a:hover {
    background-size: 0% 1px;
}

.wdt-service-item.wdt-type-4 .wdt-service-button>a .wdt-service-button-icon {
    border-radius: var(--wdtRadius_Zero);
    color: currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out , color 0s;
    font-size: 12px; transform:rotate(0deg);
}

.wdt-service-item.wdt-type-4 .wdt-service-button>a:hover .wdt-service-button-icon {
     transform:rotate(-45deg);
}

.wdt-service-item.wdt-type-4 .wdt-service-content-wrapper .wdt-service-type-icon {
    font-size: clamp(3.125rem, 2.7095rem + 1.3879vw, 4.375rem);
    /*70-50*/
    height: auto;
    width: auto;
    color: var(--wdtSecondaryColor);
    margin: 0 0 auto;
}

.wdt-service-item.wdt-type-4:hover .wdt-service-content-wrapper .wdt-service-type-icon {
    color: var(--wdtAccentTxtColor);  
}

.wdt-service-item.wdt-type-4 .wdt-service-description {
    margin: 15px 0;
}


.wdt-service-item.wdt-type-4:hover .wdt-service-button>a,
.wdt-service-item.wdt-type-4:hover .wdt-service-title h5 a,
.wdt-service-item.wdt-type-4:hover .wdt-service-description {
    color: var(--wdtAccentTxtColor);
}

.wdt-service-item.wdt-type-4:hover .wdt-service-title h5 a:hover {
    color: rgb(var(--wdtAccentTxtColorRgb), .7);
}


/** -------------------------------------------------------------------------------Type-5 Style ---------------------------------------------------------------------*/

.wdt-service-item.wdt-type-5 {
    display: flex;
    border: 1px solid var(--wdtBorderColor);
    border-radius: clamp(1.875rem, 1.2517rem + 2.0819vw, 3.75rem);
    /*60-30*/
    overflow: hidden;
}

.wdt-services-holder .wdt-service-filters {
    margin-bottom: clamp(1.875rem, 1.2517rem + 2.0819vw, 3.75rem);
    /*60-30*/
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.wdt-service-item.wdt-type-5 .wdt-service-content-wrapper {
    padding: clamp(2.5rem, 1.0457rem + 4.8577vw, 6.875rem) clamp(1.875rem, 0.4207rem + 4.8577vw, 6.25rem) clamp(2.5rem, 1.0457rem + 4.8577vw, 6.875rem) clamp(1.875rem, 1.2517rem + 2.0819vw, 3.75rem);
    /*110-40*/
    text-align: left;
    width: 40%;
}

.wdt-service-item.wdt-type-5 .wdt-service-title h5 {
    font-size: clamp(1.5rem, 1.375rem + 0.625vw, 2.125rem);
    /* Min-24 & Max-34 */
}


.wdt-service-item.wdt-type-5 .wdt-service-description {
    margin: 20px 0 0 0;
}

.wdt-service-item.wdt-type-5 .wdt-service-features .wdt-service-feature {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.wdt-service-item.wdt-type-5 .wdt-service-features .wdt-service-feature:not(:last-child) {
    margin-bottom: 20px;
}

.wdt-service-item.wdt-type-5 .wdt-service-features .wdt-service-feature .wdt-feature-description {
    color: var(--wdtBodyTxtColor);
    font-weight: var(--wdtFontWeight_Ext);
}

.wdt-service-item.wdt-type-5 .wdt-service-features .wdt-service-feature .wdt-feature-icon {
    color: var(--wdtPrimaryColor);
    font-size: 1.5em;
    display: flex;
}

.wdt-service-item.wdt-type-5 .wdt-service-media-group {
    width: 60%;
    display: flex;
    margin: 0;
    border-right: 1px solid var(--wdtBorderColor);
}

.wdt-services-holder .wdt-service-filters .filter-btn {
    background-color: transparent;
    border: 1px solid var(--wdtBorderColor);
    color: var(--wdtSecondaryColor);
    fill: var(--wdtSecondaryColor);
    padding: var(--wdtPadding_Btn);
    font-size: var(--wdtFontSize_Base);
    text-transform: capitalize;
    font-weight: var(--wdtFontWeight_Alt);
    margin: 0;
    line-height: var(--wdtLineHeight_Alt);
    font-family: var(--wdtFontTypo_Alt);
}

.wdt-services-holder .wdt-service-filters .filter-btn:has(img) {
    padding: 6px;
    padding-left: 16px;
    display: flex;
    align-items: center;
}

.wdt-services-holder .wdt-service-filters .filter-btn.wdt-active,
.wdt-services-holder .wdt-service-filters .filter-btn:hover {
    background-color: var(--wdtLinkHoverColor);
    border: 1px solid var(--wdtLinkHoverColor);
    color: var(--wdtAccentTxtColor);
    fill: var(--wdtAccentTxtColor);
}


.wdt-services-holder .wdt-default-item:has(.wdt-service-item.wdt-type-5) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(30px);
    transition: var(--wdtAltTransition);
}

.wdt-services-holder .wdt-service-filters:has(.filter-btn.wdt-active)~.wdt-default-item:has(.wdt-service-item.wdt-active) {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
}

.wdt-service-item.wdt-type-5 .wdt-service-features{
    margin: 30px 0;
}

.wdt-service-item.wdt-type-5 .wdt-service-button>a {
    justify-content: center;
    padding: var(--wdtPadding_Btn);
    line-height: 1;
    background: transparent;
    border: 1px solid var(--wdtSecondaryColor);
    color: var(--wdtLinkColor);
}

.wdt-service-item.wdt-type-5 .wdt-service-button>a:hover { background-color: var(--wdtSecondaryColor); color: var(--wdtAccentTxtColor); }

.wdt-service-item.wdt-type-5 .wdt-service-button>a .wdt-service-button-icon {
    margin-left: 8px;
    color: currentcolor;
    transition: var(--wdt-Ad-Transition);
}

.wdt-service-item.wdt-type-5 .wdt-service-button>a:hover .wdt-service-button-icon {
    rotate: -45deg;
}

.wdt-services-holder .wdt-service-filters .filter-btn img {
    width: 40px;
    height: 40px;
    border-radius: var(--wdtRadius_Full);
    margin-left: 10px;
}

/* ---------------------------------------------------------------Type-6------------------------------------------ */
.wdt-default-item:has(.wdt-service-item.wdt-type-6):not(:last-child) {
    margin-bottom: 15px;
}


.wdt-service-item.wdt-type-6 .wdt-service-title h5 {
    font-size: 1.25em;
    font-weight: var(--wdtFontWeight_Ext);
    text-transform: capitalize;
}

.wdt-service-item.wdt-type-6:hover .wdt-service-title h5 a,
.wdt-service-item.wdt-type-6.dt-service-active .wdt-service-title h5 a {
    color: var(--wdtAccentTxtColor);
}

.wdt-service-item.wdt-type-6 .wdt-service-button a .wdt-service-button-text {
    font-size: 0;
    visibility: hidden;
}

.wdt-service-item.wdt-type-6 .wdt-service-button>a {
    background-color: transparent;
    color: var(--wdtSecondaryColor);
    fill: var(--wdtSecondaryColor);
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    padding: 0;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: var(--wdtRadius_Full);
    justify-content: center;
    border: 1px solid var(--wdtSecondaryColor);
}

.wdt-service-item.wdt-type-6 .wdt-service-detail-group .wdt-service-title {
    margin: 0;
}

.wdt-service-item.wdt-type-6 .wdt-service-detail-group .wdt-service-title h5 a {
    margin: 0;
    border: 1px solid var(--wdtBorderColor);
    border-radius: var(--wdtRadius_1X);
    transition: var(--wdtAltTransition);
    padding: 18px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: var(--wdtLineHeight_Ext); gap: 10px;
}

.wdt-service-item.wdt-type-6:hover .wdt-service-detail-group .wdt-service-title h5 a,
.wdt-service-item.wdt-type-6.dt-service-active .wdt-service-detail-group .wdt-service-title h5 a  {
    background-color: var(--wdtPrimaryColor);
}

.wdt-service-item.wdt-type-6 .wdt-service-detail-group .wdt-service-title h5 a:after {
    content: '\e801';
    font-family: 'extra-icons';
    color: var(--wdtSecondaryColor);
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    width: 30px; min-width: 30px;
    height: 30px;
    border-radius: var(--wdtRadius_Full);
    justify-content: center;
    border: 1px solid var(--wdtSecondaryColor);
    font-weight: var(--wdtFontWeight_Base); transition: var(--wdtAltTransition);     transform: rotate(0deg);
    transform-origin: center;
    transform-style: preserve-3d;
    will-change: transform;
}

.wdt-service-item.wdt-type-6 .wdt-service-detail-group .wdt-service-title h5 a:hover:after,
.wdt-service-item.wdt-type-6.dt-service-active .wdt-service-detail-group .wdt-service-title h5 a:after {
    border-color: var(--wdtAccentTxtColor);
    background-color: var(--wdtAccentTxtColor); transform: rotate(-45deg);
}














/* ----Responsive---- */

@media (max-width: 1540px) {
    .wdt-service-item.wdt-type-4 .wdt-service-content-wrapper {
        width: 54%;
    }
}

@media (min-width:1281px) {
    .wdt-service-item.wdt-type-4 {
        display: grid;
    }

    .wdt-service-item.wdt-type-4 .wdt-service-media-group,
    .wdt-service-item.wdt-type-4 .wdt-service-content-wrapper {
        grid-area: 1/1;
    }

    .wdt-service-item.wdt-type-4 .wdt-service-content-wrapper .wdt-service-description-wrapper {
        transform: translateY(calc(var(--desc-height) * 1));
        opacity: 0;
        transition: var(--wdtAltTransition);
    }

    .wdt-service-item.wdt-type-4:hover .wdt-service-content-wrapper .wdt-service-description-wrapper {
        transform: translateY(calc(var(--desc-height) * 0));
        opacity: 1;
    }

    .wdt-service-item.wdt-type-4 .wdt-service-content-wrapper .wdt-service-title {
        transform: translateY(calc(var(--desc-height) * 1 + 5px));
        transition: var(--wdtAltTransition);
    }

    .wdt-service-item.wdt-type-4:hover .wdt-service-content-wrapper .wdt-service-title {
        transform: translateY(calc(var(--desc-height) * 0));
    }

    .wdt-services-holder:has(.wdt-service-item.wdt-type-4) {
        display: grid;
        align-items: center;
    }
    .wdt-services-holder:has(.wdt-service-item.wdt-type-4) > div:first-child{
        width: calc(100% - calc(clamp(2.5rem, 2.3607rem + 0.6369vw, 3.125rem) + 60px));
        margin: 0 auto;
    }

    .wdt-services-holder:has(.wdt-service-item.wdt-type-4) .wdt-column-wrapper,
    .wdt-services-holder:has(.wdt-service-item.wdt-type-4) .wdt-column-pagination.wdt-snap-scroll-pagination {
        grid-area: 1/1;
    }

    .wdt-services-holder:has(.wdt-service-item.wdt-type-4) .wdt-column-pagination.wdt-snap-scroll-pagination {
        margin: 0;
        position: relative;
        z-index: 1;
        pointer-events: none;
        display: flex;
        justify-content: space-between;
    }

    .wdt-services-holder:has(.wdt-service-item.wdt-type-4) .wdt-column-pagination.wdt-snap-scroll-pagination button { pointer-events: all; }

    .wdt-services-holder:has(.wdt-service-item.wdt-type-4) .wdt-column-pagination.wdt-snap-scroll-pagination button,
    .wdt-services-holder:has(.wdt-service-item.wdt-type-4) .wdt-column-pagination.wdt-snap-scroll-pagination button.disabled:hover {
        background-color: var(--wdtAccentTxtColor);
        border-color: inherit;
    }

    .wdt-services-holder:has(.wdt-service-item.wdt-type-4) .wdt-column-pagination.wdt-snap-scroll-pagination button:hover {
        background-color: var(--wdtLinkHoverColor);
        border-color: var(--wdtLinkHoverColor);
    }

    .wdt-service-item.wdt-type-4 .wdt-service-media-group img {
  border-radius: calc(var(--wdtRadius_2X) + 2px) var(--wdtRadius_2X) var(--wdtRadius_2X) calc(var(--wdtRadius_2X) + 2px);
}


}

@media (max-width: 1280px) {
    .wdt-service-item.wdt-type-1 .wdt-service-description {
        padding-right: 20%;
    }

    .wdt-service-item.wdt-type-5 .wdt-service-media-group,
    .wdt-service-item.wdt-type-5 .wdt-service-content-wrapper {
        width: 50%;
    }

    .wdt-service-item.wdt-type-4 .wdt-service-content-wrapper {
        width: 100%;
    }

    .wdt-service-item.wdt-type-4 .wdt-service-content-wrapper .wdt-service-type-icon {
        padding-bottom: clamp(1.875rem, 0.7537rem + 3.7453vw, 3.75rem);
        /*60-30*/
    }

    .wdt-service-item.wdt-type-4 .wdt-service-media-group {
        height: 100%;
    }

    .wdt-service-item.wdt-type-4 .wdt-service-content-wrapper {
        background-color: var(--wdtPrimaryColor);
    }

    .wdt-service-item.wdt-type-4 .wdt-service-button>a,
    .wdt-service-item.wdt-type-4 .wdt-service-title h5 a,
    .wdt-service-item.wdt-type-4 .wdt-service-description {
        color: var(--wdtAccentTxtColor);
    }

    .wdt-service-item.wdt-type-4 .wdt-service-content-wrapper .wdt-service-type-icon {
        color: var(--wdtAccentTxtColor);
    }

}

@media (max-width: 1024px) {
    .wdt-service-item.wdt-type-1 .wdt-service-description {
        padding-right: 10%;
    }

    .wdt-service-item.wdt-type-5 {
        flex-direction: column;
    }

    .wdt-service-item.wdt-type-5 .wdt-service-media-group,
    .wdt-service-item.wdt-type-5 .wdt-service-content-wrapper {
        width: 100%;
    }

    .wdt-service-item.wdt-type-5 .wdt-service-media-group {
        border-right: 0;
    }

    .wdt-default-item.wdt-active .wdt-service-item.wdt-type-1 .wdt-service-content-wrapper .wdt-service-counter, 
    .wdt-default-item.wdt-active .wdt-service-item.wdt-type-1 .wdt-service-title h5 a { transform: scale(1.2); -webkit-transform: scale(1.2); }

}

@media (max-width: 767px) {
    .wdt-service-item.wdt-type-1 .wdt-service-description {
        padding-right: 6%;
    }
    .wdt-services-holder .wdt-service-filters .filter-btn{
        font-size: var(--wdtFontSize_Base);
    }
    .wdt-service-item.wdt-type-5 .wdt-service-media-group {
        height: 300px;
    }

    .wdt-service-item.wdt-type-3 .wdt-service-content-wrapper {
        flex-direction: column;
    }

    .wdt-service-item.wdt-type-3 .wdt-service-media-group,
    .wdt-service-item.wdt-type-3 .wdt-service-detail-group {
        width: 100%;
    }

    .wdt-service-item.wdt-type-3 .wdt-service-detail-group .wdt-service-description {
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    .wdt-service-item.wdt-type-1 .wdt-service-description {
        padding-right: 0;
    }

    .wdt-service-item.wdt-type-3 .wdt-service-image>a {
        min-height: 150px;
    }
}


@media only screen and (max-width:767px)
{
    /* .wdt-services-holder .wdt-service-filters { position: relative; display: inline-flex; 
        align-items: center; flex-wrap: wrap; justify-content: center; width: 100%; }

    .wdt-services-holder .wdt-service-filters .wdt-tabs-list-wrapper { position: relative; 
        display: block; width: 100%; height: 3em; margin: 0 auto clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem); 40 - 50  z-index: 1; } */
    .wdt-services-holder .wdt-service-filters .filter-btn{border: transparent;}
    .wdt-services-holder .wdt-service-filters .filter-btn:not(:last-child){border-color: transparent; border-width: 0 0 1px;}
    .wdt-services-holder .wdt-service-filters .filter-btn.wdt-expanded:not(:last-child){border-color:var(--wdtBorderColor);}

    .wdt-services-holder .wdt-service-filters .filter-btn img{display: none;}
    .wdt-services-holder .wdt-service-filters .filter-btn:has(img){padding: 16px;}

    .wdt-services-holder .wdt-service-filters { line-height: normal; position: unset; 
        display: grid; justify-content: center; width: 100%; border: none; grid-template-columns: 1fr; 
        box-shadow:none; padding-left: 0; padding-right: 0; gap: 0; border: 1px solid var(--wdtBorderColor);transition: var(--wdtAltTransition);}

    .wdt-services-holder .wdt-service-filters .filter-btn { order: 1; margin: 0; border-radius: var(--wdtRadius_Zero);}
        .wdt-services-holder .wdt-service-filters.wdt-expanded .filter-btn:last-child{
            border: 1px solid transparent;
        }

    .wdt-services-holder .wdt-service-filters .filter-btn:not(.wdt-active) { opacity: 0; }
    .wdt-services-holder .wdt-service-filters.wdt-expanded .filter-btn { opacity: 1; }

    .wdt-services-holder .wdt-service-filters.wdt-expanded .filter-btn:not(:last-child),
    .wdt-services-holder .wdt-service-filters.wdt-expanded .filter-btn.wdt-active { 
        border-bottom: 1px solid var(--wdtBorderColor); overflow:hidden;}

    .wdt-services-holder .wdt-service-filters .filter-btn.wdt-active { z-index: 1; order: 0; }

    .wdt-services-holder .wdt-service-filters:before,
    .wdt-services-holder .wdt-service-filters:after { position: absolute; 
        z-index: 2; display: inline-block; width: 2px; height: 12px; content: '';top: 24px;background-color: var(--wdtAccentTxtColor); transition: var(--wdtAltTransition); }

    .wdt-services-holder .wdt-service-filters:before { right: 26px; 
        -webkit-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); }

    .wdt-services-holder .wdt-service-filters:after { right: 25px; 
        -webkit-transform: rotate(-45deg) translateY(-50%); transform: rotate(-45deg) translateY(-50%); }

    .wdt-services-holder .wdt-service-filters.wdt-expanded:before { right: 36px; }

    .wdt-services-holder .wdt-service-filters.wdt-expanded:after { right: 20px;}

    .wdt-services-holder .wdt-service-filters .filter-btn:not(.wdt-active) { position: absolute; top: 0; }

    .wdt-services-holder .wdt-service-filters.wdt-expanded .filter-btn:not(.wdt-active) { position: relative; top: auto; }

    /* .wdt-services-holder .wdt-service-filters .filter-btn a { 
        font-size: var(--wdtFontSize_Base);
        font-weight: var(--wdtFontWeight_Ext);
        position: relative;
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 18px 40px 18px 20px;
        letter-spacing: normal;
        text-transform: capitalize;
        overflow:hidden;
        border-radius: var(--wdtRadius_2X); 
        -webkit-border-radius: var(--wdtRadius_2X);
        transition: border-radius 100ms ease-in-out;
    } */

    /* .wdt-services-holder .wdt-service-filters.wdt-expanded .filter-btn a {
        border-radius: var(--wdtRadius_Zero); 
        -webkit-border-radius: var(--wdtRadius_Zero);
    } */

    .wdt-services-holder .wdt-service-filters .filter-btn a,
    .wdt-services-holder .wdt-service-filters .filter-btn a .wdt-content-icon-wrapper,
    .wdt-services-holder .wdt-service-filters .filter-btn a .wdt-content-icon { line-height: 1; }

    .wdt-services-holder .wdt-service-filters .filter-btn a .wdt-content-icon { margin: 0 10px 0 0; }

    .wdt-services-holder .wdt-service-filters .wdt-tabs-content-wrapper { width: 100%; padding: 0; }
}