
.wdt-interactive-showcase-container a.wdt-interactive-showcase-element:empty { display: none; }
.wdt-interactive-showcase-container a { color: var(--wdtLinkColor); }
.wdt-interactive-showcase-container a:hover { color: var(--wdtLinkHoverColor); }

.wdt-interactive-showcase-container { display: flex; will-change: flex; flex-wrap: wrap; margin: -20px; width: auto; align-items: center; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { flex: 1; padding: 20px; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { padding: 0; margin: 0 auto 0 0; width: 100%; max-width: 680px;  }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { list-style-type: none; padding: 20px 30px; position: relative; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) { margin-bottom: 5px; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > * { position: relative; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title { 
    font-size:clamp(1.875rem, 1.775rem + 0.5vw, 2.375rem); line-height: normal;font-weight: var(--wdtFontWeight_Alt); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before { display: none; }

.custom-interact-image-box-style .wdt-image-box-holder .wdt-content-item .wdt-content-button { flex: none; }
.custom-interact-image-box-style .wdt-image-box-holder .wdt-content-item .wdt-content-button > a {
    font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem); font-weight: 500; padding: clamp(1.125rem, 1.0096rem + 0.5128vw, 1.625rem); 
    line-height: 1; background-color: rgba(var(--wdtPrimaryColorRgb),0.7); border: none; border-radius: 50%; aspect-ratio: 1; font-weight: normal;
    display: flex; align-items: center; justify-content: center; text-decoration: underline !important; text-decoration-skip-ink: none; margin: 0; }

.custom-interact-image-box-style .wdt-image-box-holder .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { 
    opacity: 1 !important; visibility: visible !important; }
.custom-interact-image-box-style .wdt-image-box-holder .wdt-content-item .wdt-content-button > a {
    transition: background .3s ease, color .3s ease, opacity .3s ease, transform var(--wdt-transform-transition-duration);
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); transform-origin: 50px 50px; }
.custom-interact-image-box-style .wdt-image-box-holder .wdt-content-item .wdt-content-button > a:hover {
    color: var(--wdtAccentTxtColor); background-color: var(--wdtPrimaryColor);
    transform: perspective(var(--wdt-transform-perspective)) rotateX(var(--wdt-transform-rotateX)) rotateY(var(--wdt-transform-rotateY)) 
    scaleX(var(--wdt-transform-scale)) scaleY(var(--wdt-transform-scale)); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group { 
    display: block; grid-template-columns: 112px 1fr; gap: 40px; align-items: center; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group a.wdt-interactive-showcase-element {
    grid-column: 1/3; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image img { 
    width: 110px; height: 110px; border-radius: 50%; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { position: relative; display: grid; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { 
    grid-area: 1/-1; visibility: hidden; 
    /* transition: transform .2s ease .25s ,visibility 03s ease;  */
    position: relative; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {  
    visibility: visible; z-index: 1; }

/* Content Active Animation - New */

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .elementor-widget-text-editor,
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .elementor-widget-icon-list { 
    -webkit-transition: 400ms cubic-bezier(0.7, 0, 0.3, 1); transition: 400ms cubic-bezier(0.7, 0, 0.3, 1);
    display: block; text-align: start; position: relative; translate: none; rotate: none; scale: none;
    transform-origin: left top; transform: translate3d(0px, 49.2404px, -41.3176px) rotateX(-80deg); opacity: 0; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .elementor-widget-text-editor,
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .elementor-widget-icon-list {
    -webkit-transition: 600ms cubic-bezier(0.7, 0, 0.3, 1); transition: 600ms cubic-bezier(0.7, 0, 0.3, 1); 
    display: block; text-align: start; position: relative; translate: none; rotate: none; scale: none;
    transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; }

/* .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { overflow: hidden; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .custom-interact-image-box-style { 
    -webkit-transition: 0.5s; transition: 0.5s; -webkit-transform: translatex(50%) scalex(2); transform: translatex(50%) scalex(2); opacity: 0; -webkit-filter: blur(10px); filter: blur(10px);}
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .custom-interact-image-box-style { 
    -webkit-transform: translatex(0) scalex(1); transform: translatex(0) scalex(1); opacity: 1; -webkit-filter: blur(0); filter: blur(0); } */

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .custom-interact-image-box-style {
    width: 100%; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: bottom right; transform-origin: bottom right;
    -webkit-transition: transform 0.25s ease-out; transition: transform 0.25s ease-out; }   
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .custom-interact-image-box-style {
-webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: bottom left; transform-origin: bottom left; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-heading-holder,
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-hotspot-items-holder {
    opacity: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .wdt-heading-holder,
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .wdt-hotspot-items-holder
{
    opacity: 1;
}


/* Home-3 intersctive showcase */

.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-element .wdt-interactive-showcase-content-group {
    display: block; position: relative; }
 .wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    padding: clamp(0.625rem, 0.3942rem + 1.0256vw, 1.625rem) 0px; margin: 0px; display: block; width: fit-content; }

.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-title-prefix,
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    font-size: clamp(1.375rem, 1.2019rem + 0.7692vw, 2.125rem); font-weight: 600; line-height: normal; display: inline; }
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-title-prefix {
    padding: 0 35px 0 0; position: relative; }
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-title-prefix:after {
    content: ""; background: currentColor; height: 70%; width: 2px; position: absolute; transform: rotate(22deg); bottom: 0; 
    left: 35px; right: 0; top: 0; margin: auto; transition: var(--wdtBaseTransition); }

.wdt-custom-interactive-showcase .wdt-interactive-showcase-container { margin: -50px; flex-direction: row-reverse; }
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { flex: 1; padding: 50px; }

.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li[id*="wdt-interactive-showcase-"] .wdt-interactive-showcase-title-prefix,
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li[id*="wdt-interactive-showcase-"] .wdt-content-title { 
    background-image: linear-gradient(180deg, var(--wdtPrimaryColor) 0%, var(--wdtPrimaryColor) 100%); -webkit-transition: background-size .5s cubic-bezier(.47,1.21,.47,1.21),color .25s ease-in;
    background-repeat: no-repeat; background-position: 0 100%; background-size: 0 2px; 
    -webkit-transition: background-size 375ms ease, color 500ms ease 0s; transition: background-size 375ms ease, color 500ms ease 0s; }
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .wdt-interactive-showcase-title-prefix,
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .wdt-content-title { 
    -webkit-transition: background-size 500ms ease, color 500ms ease 0s; transition: background-size 500ms ease, color 500ms ease 0s; color: var(--wdtPrimaryColor);
    background-size: 100% 2px; }

.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li[id*="wdt-interactive-showcase-"] .wdt-interactive-showcase-title-prefix { 
    -webkit-transition: background-size 375ms ease 500ms, color 500ms ease 0s; transition: background-size 375ms ease 500ms, color 500ms ease 0s; }
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li[id*="wdt-interactive-showcase-"] .wdt-content-title {
    -webkit-transition: background-size 375ms ease 0ms, color 500ms ease 0s; transition: background-size 375ms ease 0ms, color 500ms ease 0s; }

.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .wdt-interactive-showcase-title-prefix {
    -webkit-transition: background-size 500ms ease 0ms, color 500ms ease 0s; transition: background-size 500ms ease 0ms, color 500ms ease 0s; }
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .wdt-content-title {
    -webkit-transition: background-size 500ms ease 500ms, color 500ms ease 0s; transition: background-size 500ms ease 500ms, color 500ms ease 0s; }

.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    flex: 1; padding: 20px;
}
.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    padding: 0;
}
.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {
    margin-bottom: 26px;
}
.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    font-family: var(--wdtFontTypo_Alt); font-size: 1.5rem; text-transform: uppercase;
    font-weight: 600; display: inline-flex; flex-flow: row nowrap; align-items: center; line-height: 1.2; padding-left: 20px;
}
.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    flex: 3; padding: 20px;
}
.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper > div[id*="wdt-interactive-showcase-"] {
    grid-area: 1/-1; visibility: hidden;
    opacity: 0; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; z-index: 0;
}
.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper > div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {
    opacity: 1; -webkit-filter: none; filter: none; visibility: visible; z-index: 1;
}
.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title:before {
    content: ''; position: absolute; width: 10px; height: 10px; background: currentColor; left: 0px; border-radius: var(--wdtRadius_Full);
}
.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title:after {
    content: ""; position: relative; width: 0; height: 1px; background-color: var(--wdtHeadAltColor); display: block; margin: auto 20px;
    -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; top: 0; right: 0; bottom: 0; 
}
.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title:after {
    width: 90px;}

.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group {display: block;}

/*Home-1 interactive section*/
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container {display: grid; grid-template-columns:70% 30%; grid-auto-flow: dense; align-items: flex-start;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { grid-column: 2; justify-self: center; }
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { grid-column: 1; }
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper, .wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { padding: 0px; }
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title { font-size: clamp(1.25rem, 1.1635rem + 0.3846vw, 1.625rem);transition: var(--wdtBaseTransition);padding-right: 20px;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { padding: 18px 30px;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title {color: var(--wdtLinkHoverColor);}


.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title:before {content: ' ';position: absolute;right: 0px;top: 0;bottom: 0;margin: auto;background: var(--wdtPrimaryColor);width: 8px;height: 8px;transition: var(--wdtBaseTransition);-webkit-transition: var(--wdtBaseTransition);border-radius: 50%;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title:after {content: '';position: absolute;right: 20px;top: 0;bottom: 0;margin: auto;opacity: 0;transition: var(--wdtBaseTransition);-webkit-transition: var(--wdtBaseTransition);background: var(--wdtPrimaryColor);height: 1px;width: 0;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a:hover .wdt-content-title, .wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title {padding-right: 70px;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a:hover .wdt-content-title:after, .wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title:after {width: 40px;opacity: 1;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{justify-self: flex-end;margin-right: 22%;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{text-align: right;}

/* Slider Showcase */

.wdt-fullwidth-showcase .wdt-interactive-showcase-container {position: relative;height: 950px;overflow: hidden;display: block;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{padding: 0;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{position: absolute;display: block;width: 100%;height: 100%;top: 0;left: 0;z-index: 10;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper
/* .wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list */
{position: relative;table-layout: fixed;height: 100%;width: 100%;z-index: 30;max-width: 100%;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{max-width: 100%;display: flex;height: 100%;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > div{opacity: 0;transform: translateY(100px);-webkit-transform: translateY(100px);max-width: 350px;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active > div{opacity: 1;transform: translateY(0px);-webkit-transform: translateY(0px);}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > div a i svg{transition: transform 0.4s ease-out;-webkit-transition: transform 0.4s ease-out;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > div a .wdt-content-title{transition: transform 0.5s ease-out;-webkit-transition: transform 0.5s ease-out;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > div a .wdt-content-description{transition: transform 0.6s ease-out;-webkit-transition: transform 0.6s ease-out;margin-bottom: 20px;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > div a .wdt-interactive-showcase-button{transition: transform 0.7s ease-out;-webkit-transition: transform 0.7s ease-out;}

.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{width: 25%;-webkit-transition: var(--wdtBaseTransition);-o-transition: var(--wdtBaseTransition);transition: var(--wdtBaseTransition);padding: 40px;display: flex;align-items: flex-end;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child){border-right: 1px solid rgba(var(--wdtHeadAltColorRgb),0.2);}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"]{background-size: cover;position: absolute;display: block;width: 100%;height: 100%;top: 0;left: 0;z-index: 12;visibility: visible;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active{z-index: 6;}

.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"]{-webkit-animation: slide-animation-out-up 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;animation: slide-animation-out-up 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active{-webkit-animation: slide-animation-in-up 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;animation: slide-animation-in-up 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;}
/* .wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"]:nth-child(even){-webkit-animation: slide-animation-out-down 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;animation: slide-animation-out-down 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active:nth-child(even){-webkit-animation: slide-animation-in-down 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;animation: slide-animation-in-down 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;} */
.wdt-fullwidth-showcase .wdt-interactive-showcase-container a {color: var(--wdtAccentTxtColor);}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active{background: rgba(var(--wdtHeadAltColorRgb),0.45);}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group{display: block;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group a.wdt-interactive-showcase-element i {font-size: 80px;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title{margin-bottom: 15px;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group a .wdt-interactive-showcase-button-link {font-size: var(--wdtFontSize_Base);font-weight: 500;margin-top: 10px;display: inline-block;position: relative;transition: var(--wdtBaseTransition);line-height: normal;padding-left: 56px;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group a:hover .wdt-interactive-showcase-button-link {padding-left: 0;padding-right: 56px;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group a .wdt-interactive-showcase-button-link:after {content: '';position: absolute;left: 0;width: 50px;height: 1px;background: var(--wdtAccentTxtColor);top: -1px;bottom: 0;margin: auto;transition: var(--wdtBaseTransition);}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group a .wdt-interactive-showcase-button-link:before {content: '';display: inline-block;background: currentcolor;width: 8px;height: 8px;border-radius: 50%;margin-right: 5px;transform: translateY(-2px);}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group a:hover .wdt-interactive-showcase-button-link:after {width: 0;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-interactive-showcase-media-group .wdt-content-image-wrapper .wdt-content-image span img {width: 100%;height: 100%;object-fit: cover;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-interactive-showcase-media-group,
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-interactive-showcase-media-group .wdt-content-image-wrapper,
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-interactive-showcase-media-group .wdt-content-image{height: 100%;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {margin-bottom: 0;}

.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group a .wdt-interactive-showcase-button-link{transition: transform 0.7s ease-out;-webkit-transition: transform 0.7s ease-out;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list div i svg, 
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list div .wdt-content-title, 
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list div .wdt-content-description, 
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group a .wdt-interactive-showcase-button-link
{
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active > div i svg, 
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active > div .wdt-content-title, 
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active > div .wdt-content-description, 
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active > .wdt-interactive-showcase-content-group a .wdt-interactive-showcase-button-link
{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}


@keyframes slide-animation-in-up
{
    0% {
        clip-path: inset(100% 0 0 0);
        -webkit-clip-path: inset(100% 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@-webkit-keyframes slide-animation-in-up
{
    0% {
        clip-path: inset(100% 0 0 0);
        -webkit-clip-path: inset(100% 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@keyframes slide-animation-out-up
{
    0% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 100% 0);
        -webkit-clip-path: inset(0 0 100% 0);
    }
}
@-webkit-keyframes slide-animation-out-up
{
    0% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 100% 0);
        -webkit-clip-path: inset(0 0 100% 0);
    }
}

@keyframes slide-animation-in-down
{
    0% {
        clip-path: inset(0 0 100% 0);
        -webkit-clip-path: inset(0 0 100% 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@-webkit-keyframes slide-animation-in-down
{
    0% {
        clip-path: inset(0 0 100% 0);
        -webkit-clip-path: inset(0 0 100% 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@keyframes slide-animation-out-down
{
    0% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(100% 0 0 0);
        -webkit-clip-path: inset(100% 0 0 0);
    }
}
@-webkit-keyframes slide-animation-out-down
{
    0% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(100% 0 0 0);
        -webkit-clip-path: inset(100% 0 0 0);
    }
}



/* Home-3 slide menu */

.wdt-custom-side-menu-temp .elementor-widget-container > .wdt-interactive-showcase-container { display: flex; flex-direction: row-reverse; height: 100vh; }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before,
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after { display: none; }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { z-index: 1;}
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper { width: 100%; max-width: 44%; padding: 0; margin: auto 0 auto -130px; z-index: 2; transition: all 450ms cubic-bezier(0.77, 0, 0.175, 1); -webkit-transition: all 450ms cubic-bezier(0.77, 0, 0.175, 1); }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { width: auto; margin: 0; }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { width: fit-content; padding: 0; }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active { -webkit-transition: all .5s ease; transition: all .5s ease; }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(2) { -webkit-transform: translateX(50px); transform: translateX(50px); }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(3) { -webkit-transform: translateX(50px); transform: translateX(100px); }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(4) { -webkit-transform: translateX(50px); transform: translateX(50px); }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group { display: block; }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a .wdt-content-title { font-size: calc(var(--wdtFontSize_H1) + 20px); font-weight: 900; line-height: var(--wdtLineHeight_Alt); text-transform: uppercase; letter-spacing: 6px; 
    /* -webkit-text-stroke: 1.5px var(--wdtAccentTxtColor);  */
    color: var(--wdtTertiaryColor);text-shadow: 0 0 2px var(--wdtHeadAltColor); -webkit-transition: all .5s ease; transition: all .5s ease; }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active a .wdt-content-title { color: var(--wdtPrimaryColor); -webkit-text-stroke: 1.5px transparent; -webkit-transition: all .5s ease; transition: all .5s ease; letter-spacing: 10px;text-shadow: 0 0 1px var(--wdtPrimaryColor); }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { opacity: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transform-origin: center; }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active { opacity: 1; -webkit-transform: translateX(0%); transform: translateX(0%); }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-content-image-wrapper .wdt-content-image { width: 100%; max-width: 80%; margin: auto; }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-content-image-wrapper .wdt-content-image span > img { width: 100%; height: 100%; -webkit-animation: blobbing 5s ease-in-out infinite; animation: blobbing 5s ease-in-out infinite; }

@-webkit-keyframes blobbing { 0%{ border-radius: 58% 53% 24% 75% / 61% 76% 24% 47%; } 25%{ border-radius: 57% 43% 20% 80% / 57% 83% 17% 43% } 50%{ border-radius: 79% 21% 44% 56% / 37% 23% 77% 63% } 75%{ border-radius: 35% 65% 75% 25% / 76% 55% 45% 24% } 100%{ border-radius: 58% 53% 24% 75% / 61% 76% 24% 47%; } }

@keyframes blobbing { 0%{ border-radius: 58% 53% 24% 75% / 61% 76% 24% 47%; } 25%{ border-radius: 57% 43% 20% 80% / 57% 83% 17% 43% } 50%{ border-radius: 79% 21% 44% 56% / 37% 23% 77% 63% } 75%{ border-radius: 35% 65% 75% 25% / 76% 55% 45% 24% } 100%{ border-radius: 58% 53% 24% 75% / 61% 76% 24% 47%; } }

.wdt-custom-side-menu-temp .wdt-interactive-showcase-list-wrapper { z-index: 1; }


.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-custom-interactive-image {
    opacity: 0;
    /* transform: translate3d(0,-15%,0) rotate3d(0,0,1,-9deg); */
    transition: var(--wdtAltTransition);
}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .wdt-custom-interactive-image {
    opacity: 1;
    /* transform: translate3d(0,0,0) rotate3d(0,0,0,0deg); */
    /* transition: opacity .45s ease-out,transform .8s cubic-bezier(.22,.61,.36,1); */
}

.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image img { 
    border-radius: 100px; width: 100%; height: 80px; object-fit: cover; filter: grayscale(1); transition: var(--wdtBaseTransition); -webkit-transition: var(--wdtBaseTransition); 
}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image { width: 100%; height: 80px; }
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover > .wdt-interactive-showcase-content-group .wdt-content-image img,
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-content-group .wdt-content-image img { filter: grayscale(0); }
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group { display:grid;grid-template-columns: 1fr 2fr 1.5fr;  gap: 30px;  align-items: flex-end; }
.wdt-custom-interactive-service .wdt-interactive-showcase-container { flex-direction: row-reverse; }
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { max-width: 100%; }
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { flex: 1.45; }
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group { grid-column: 3/3; grid-row: 1; position: relative;}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-interactive-showcase-content-group { grid-column: 1 / 2; grid-row: 1;}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group .wdt-content-icon-wrapper {     
    position: absolute; right: 10px; top: 50%; transform: translateY(-50%); opacity: 0; transform: translateY(-50%) scale(0.5); -webkit-transform: translateY(-50%) scale(0.5); transition: var(--wdtBaseTransition); -webkit-transition: var(--wdtBaseTransition); z-index: 1;
}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover > .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group .wdt-content-icon-wrapper,
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active > .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group .wdt-content-icon-wrapper {     
    opacity: 1; transform: translateY(-50%) scale(1); -webkit-transform: translateY(-50%) scale(1);
}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: var(--wdtFontSize_H5); background: var(--wdtSecondaryColor); color: var(--wdtAccentTxtColor);
    width: 60px; height: 60px; border-radius: 50%; padding-bottom: 6px;
    display: flex; align-items: center; justify-content: center;
}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-interactive-showcase-content-group .wdt-interactive-showcase-title-prefix { 
    font-size: var(--wdtFontSize_Base); background: var(--wdtSecondaryColor);
    width: 45px; height: 45px; line-height: 47px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--wdtAccentTxtColor); margin-bottom: 10px;
    font-weight: calc(var(--wdtFontWeight_Base) + 200);
}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title { color: var(--wdtHeadAltColor); font-weight: var(--wdtFontWeight_Alt); cursor: pointer; transition: var(--wdtBaseTransition);}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title:hover {color: var(--wdtSecondaryColor);}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { padding: 20px 20px;}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) { 
    margin-bottom: 30px;
}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child):after { 
    content: ''; position: absolute; width: 100%; height: 1px; background: rgba(var(--wdtBorderColorRgb), 0.2); left: 0px; bottom: -15px;
}


.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-content-image-wrapper .wdt-content-image span > img {
    animation: unset !important;
    -webkit-animation: unset !important;
}

.wdt-custom-side-menu-temp .elementor-widget-container > .wdt-interactive-showcase-container {
    height: 100% !important;
}

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper {
    margin: auto !important;
}

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
    margin-right: auto!important;
}

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(2),
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(3),
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(4) {
    transform: unset;
    -webkit-transform: unset !important;
}

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    margin-left: auto ;
}

/* Responsive */


@media(max-width: 1540px) {
    .wdt-custom-interactive-showcase .wdt-interactive-showcase-container { margin: -40px; }
    .wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
    .wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { padding: 40px; }
    .wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{justify-self: self-start;margin-left: 20px;}
}

@media(max-width: 1280px) {
    .wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { flex: 1; }
    .wdt-custom-interactive-service .wdt-interactive-showcase-container { flex-direction: column; } 
    .wdt-custom-interactive-showcase .wdt-interactive-showcase-container { margin: -36px; }
    .wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
    .wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { padding: 36px; }
    .wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{flex: 2;}
}
@media (min-width: 1025px) and (max-width: 1280px)
{
    .wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {padding: 18px 0px;}
    /* .wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title:before{width: 30px;} */
    .wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{margin-right: 18%;}
    .wdt-fullwidth-showcase .wdt-interactive-showcase-container{height: 800px;}
}

@media only screen and (max-width:1024px)
{
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-interactive-showcase-media-group, .wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-interactive-showcase-media-group .wdt-content-image-wrapper, .wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-interactive-showcase-media-group .wdt-content-image-wrapper .wdt-content-image, .wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-interactive-showcase-media-group .wdt-content-image-wrapper .wdt-content-image span {height: 100%;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-interactive-showcase-media-group .wdt-content-image-wrapper .wdt-content-image span img {width: 100%;height: 100%;object-fit: cover;object-position: center;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container{height: 100%;margin: 0;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {display: flex;flex-wrap: wrap;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{flex: 1 1 50%;height: auto;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > *{opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {border-right: none;border-bottom: 1px solid rgba(var(--wdtHeadAltColorRgb),0.85);}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(1n+1){border-right: 1px solid rgba(var(--wdtHeadAltColorRgb),0.85);}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:first-child, .wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(2) {padding-top: 200px;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] 
.wdt-interactive-showcase-media-group .wdt-content-image-wrapper .wdt-content-image span:before {content: '';width: 100%;height: 100%;background: rgba(var(--wdtHeadAltColorRgb),0.5);left: 0;top: 0;position: absolute;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"],
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active,
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active:nth-child(odd),
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"]:nth-child(odd),
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active:nth-child(even),
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"]:nth-child(even)
{-webkit-animation: unset;animation: unset;}
/* .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group{display: unset;} */

.wdt-custom-side-menu-temp .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{flex: 1 1 20%;}
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper{width: 100%;}
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a .wdt-content-title{font-size: var(--wdtFontSize_H3);letter-spacing: 0;}
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {justify-content: start;}
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active a .wdt-content-title{letter-spacing: 1px;}
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(3) {-webkit-transform: translateX(50px);transform: translateX(50px);}
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(2),
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(4) {-webkit-transform: translateX(25px);transform: translateX(25px);}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { flex: 1 1 100%; padding: 20px; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { position: relative; } 
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container { margin: -30px; }
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { padding: 30px; }
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container {grid-template-columns: repeat(1, 1fr); grid-auto-flow: unset;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper, .wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { grid-column: unset; justify-self: flex-start; }
/* .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{display: flex;flex-wrap: wrap;max-width: 100%;justify-content: center;} */
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {padding: 8px 20px;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{margin-left: 0;margin-bottom: 50px;margin-top: 20px;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title:after{display: none;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{width: 100%;    justify-self: center;margin-right: 0;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{max-width: 100%;display: flex;flex-wrap: wrap;justify-content: left;}
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a:hover .wdt-content-title, .wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title{padding-right: 14px;}
}
@media only screen and (max-width:767px)
{
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 20px;}
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a .wdt-content-title{font-size: var(--wdtFontSize_H4);}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group { grid-column: 1/4; grid-row: 3;}
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-description { grid-column: 1 / 4; grid-row: 2; }
.wdt-custom-interactive-service .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-interactive-showcase-content-group { grid-column: 1/4; grid-row: 1; }
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container { margin: -20px; }
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { padding: 20px; }
.wdt-custom-interactive-showcase-countries .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 8px 20px 8px 10px;}
}
@media only screen and (max-width:480px)
{
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {flex: 1 1 100%;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:first-child, .wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(2) {padding-top: 20px;}
.wdt-fullwidth-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:first-child{padding-top: 240px;}
.wdt-custom-side-menu-temp .elementor-widget-container > .wdt-interactive-showcase-container{display: block;}
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper {width: 100%;margin: 0;max-width: 100%;}
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {flex: 1 1 100%;}
.wdt-custom-side-menu-temp .elementor-widget-container > .wdt-interactive-showcase-container{display: block;margin: auto;transform: translateY(20%);top: 50%;position: relative;}
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(2), 
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(4),
.wdt-custom-side-menu-temp .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(5){-webkit-transform: translateX(0px);transform: translateX(0px);}
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group {display: grid; grid-template-columns: 1fr; gap: 10px; align-items: center; }
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container { margin: -15px; flex-direction: column; }
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-custom-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { padding: 15px; }
.wdt-custom-interactive-portfolio .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title:after { margin: auto 10px; }
}

