
.wdt-interactive-showcase-container a.wdt-interactive-showcase-element:empty { display: none; }

.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.25rem, 1.0192rem + 1.0256vw, 2.25rem); font-weight: 600; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img { width: 100vw; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { padding: 0; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-content-button > a { display: inline-flex; align-items: center;
    text-transform: uppercase; letter-spacing: var(--wdtLetterspacing_2x); padding: clamp(1.25rem, 0.5288rem + 3.2051vw, 4.375rem) clamp(1.5rem, 0.6923rem + 3.5897vw, 5rem); }

.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: 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-"] { /*position: absolute; bottom: 0;*/
    grid-area: 1/-1; visibility: hidden; transform: scaleX(0); transform-origin: 0 50%; transition: transform .2s ease .25s ,visibility 03s ease; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active { 
    transform: scaleX(1); visibility: visible; }


.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before {
   content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--wdtPrimaryColor);
   visibility: hidden; transform: scaleX(0); transform-origin: 0 50%; z-index: 0; transition: transform .2s ease .25s,visibility 03s ease; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:before,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:before {
   transform: scaleX(1); visibility: visible;  }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after {
   content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--wdtSecondaryColor); visibility: hidden; transform: scaleY(0); 
   transform-origin: 50% 0; z-index: 1; transition: transform .2s ease, visibility .3s ease; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:after,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:after {
   visibility: visible; transform: scaleY(1); }

@media ( max-width: 1024px) {
    .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; } 
}

@media (max-width: 480px) {
    .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; }
}


/* ---------------------------------------------------------------- custom style starts ----------------------------------------------------------------------- */

/* interactive-showcase-style 1 */
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-content-button > a { letter-spacing: 1.44px; padding: 12px 34px; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before,
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after { display: none; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a > div { display: inline-flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; width: 100%; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a > div .wdt-interactive-showcase-content-group { display: inline-flex; align-items: center; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) { margin-bottom: 0; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container { display: grid; margin: 0; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { grid-area: 1/-1; position: relative; padding: 0; height: 100%; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { z-index: 1; padding: 80px; pointer-events: none; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { background-color: rgba(var(--wdtBodyTxtColorRgb),0.9); margin: 0 0 0 auto; padding: 35px 40px 48px; max-width: 535px; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a { color: var(--wdtAccentTxtColor); }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a:hover,
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active a { color: var(--wdtSecondaryColor); }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-title-prefix.number,
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title { font-size: clamp(var(--wdtFontSize_H6), 1.1058rem + 0.641vw, calc(var(--wdtFontSize_H4) + 2px)); font-weight: var(--wdtFontWeight_H4); }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-title-prefix.number { margin-right: 20px; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-title-prefix.number:after { content: '.'; padding-left: 2px; } 
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a .wdt-content-icon span { font-size: clamp(0.875rem, 0.7308rem + 0.641vw, var(--wdtFontSize_H5)); }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { padding: 12px 0; border: 0; border-bottom: 1px solid var(--wdtAccentTxtColor); pointer-events: painted; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:last-child{ border-bottom: none; padding-bottom: 0; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { transform: inherit; transform-origin: inherit; opacity: 0; transition: opacity .3s ease .25s ,visibility 03s ease; }
.wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active { transform: inherit; opacity: 1; visibility: visible; }

/* interactive-showcase-style 2 */
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before,
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after { display: none; }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { padding: 0; border: 0; border-bottom: 1px solid rgba(var(--wdtBorderColorRgb),0.5 ); }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:last-child { border-bottom: none;}
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { margin-bottom: 0; }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title { font-size: clamp(var(--wdtFontSize_Ext), 1.0673rem + 0.2564vw, calc(var(--wdtFontSize_H6) + 2px)); font-weight: var(--wdtFontWeight_Ext); letter-spacing: 0px; line-height: var(--wdtLineHeight_Ext); }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a .wdt-content-icon span { font-size: clamp(2.25rem, 1.9615rem + 1.2821vw, 3.5rem); margin-right: clamp(1.25rem, 0.9615rem + 1.2821vw, 2.5rem); line-height: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active a .wdt-content-icon span,
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active a { color: var(--wdtSecondaryColor); }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { max-width: 535px; }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a .wdt-interactive-showcase-content-group { display: inline-flex; align-items: center; width: 100%; }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a::after { content: ""; position: relative; display: inline-block; width: 15px; height: 15px; margin-left: 10px; background-color: currentcolor; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.7 21.7' style='enable-background:new 0 0 21.7 21.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .righttop%7Bfill:currentcolor;%7D %3C/style%3E%3Cpath class='righttop' d='M8.3,0.6l0,2.4L17,3L0.6,19.4l1.7,1.7L18.7,4.7l0,8.7l2.4,0l0-12.8L8.3,0.6z'/%3E%3C/svg%3E%0A"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.7 21.7' style='enable-background:new 0 0 21.7 21.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .righttop%7Bfill:currentcolor;%7D %3C/style%3E%3Cpath class='righttop' d='M8.3,0.6l0,2.4L17,3L0.6,19.4l1.7,1.7L18.7,4.7l0,8.7l2.4,0l0-12.8L8.3,0.6z'/%3E%3C/svg%3E%0A"); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: cover; mask-size: cover; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; transform: rotate(45deg); }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active a::after { background-color: var(--wdtSecondaryColor);}
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a { color: var(--wdtLinkColor); position: relative; display: inline-flex; align-items: center; width: 100%; padding: 20px 0; }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) { margin-bottom: 0; }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { position: absolute; top: 0; right: 0; padding: 0; width: calc(100% - 40%); }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-content-button > a { padding: 1em; }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { transform: inherit; transform-origin: inherit; opacity: 0; transition: opacity .3s ease .25s ,visibility 03s ease; }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active { transform: inherit; opacity: 1; visibility: visible; }
.wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container{pointer-events: none;}
.wdt-interactive-showcase-content-group-2 .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img{transform: scale(1.2);-webkit-transform: scale(1.2);}
.wdt-interactive-showcase-content-group-2 .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img{transform: scale(1);-webkit-transform: scale(1);}



/* interactive showcase responsive */

@media screen and (max-width: 1700px) {
    .wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { width: calc(100% - 48%); }
}

@media screen and (max-width: 1280px) {
    .wdt-interactive-showcase-content-group-2 { order: 3; }
    .wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { position: unset; padding: 20px; }
    .wdt-interactive-showcase-container { align-items: flex-start; }
    .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { padding: 0 20px; }
}

@media screen and (min-width: 1025px) {
    .wdt-custom-section-style .elementor-column .elementor-widget-wrap .wdt-interactive-showcase-content-group-2 { position: static; }
}

@media screen and (max-width:1024px) {
    .wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { margin: auto; }
    .wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { max-width: 100%; margin: 0; }
}

@media screen and (max-width: 768px) {
    .wdt-interactive-showcase-content-group-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { margin: 0; }
    .wdt-custom-heading-style-2 .wdt-heading-holder .wdt-heading-deco-wrapper>span .wdt-heading-deco-inner[class*='-left-part'] { display: none; }
    .wdt-custom-heading-style-2 .wdt-heading-holder .wdt-heading-title-wrapper { margin-left: 0; }
}
@media screen and (max-width:767px) {
    .wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { max-width: 100%; }
    .wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { padding: 0; }
    .wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
    .wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { grid-area: inherit; }
}
@media(max-width: 479px) {
    .wdt-custom-interactive-showcase-style-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { padding: 30px 20px 30px; }
}

/* ------------------------------------------------------------------ custom style ends --------------------------------------------------------------------- */