.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-element .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-element .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-element .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-element .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; 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: "0" counter(my-sec-counter); counter-increment: my-sec-counter; position: absolute; top: auto; left: auto; right: -25px; bottom: -8px; width: fit-content; height: fit-content; font-size: var(--wdtFontSize_Base); line-height: 1; font-weight: var(--wdtFontWeight_Alt); color: var(--wdtPrimaryColor); transition: var(--wdtBaseTransition); -webkit-transition: var(--wdt-Ad-Transition); z-index: 1; background: transparent; transform: translateX(15px); transform-origin: center; opacity: 0; }
.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: translateX(0); opacity: 1; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after { content: ''; position: absolute; bottom: -1px; left: 0; width: 0; height: 1px; background: var(--wdtPrimaryColor); /* visibility: hidden; */ z-index: 1; transition: var(--wdt-Ad-Transition); }

.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 { width: 100%; }

/* === Accordion Descp Style === */

.wdt-interactive-showcase-container { display: grid; grid-template-columns: 38% 62%; align-items: center; justify-items: flex-start; margin: 0; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { padding: 0; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { border-top: 1px solid var(--wdtBorderColor); padding: clamp(1.25rem, 0.9615rem + 1.2821vw, 2.5rem); transition: var(--wdt-Ad-Transition); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description { transform: translateY(50px); transition: var(--wdtBaseTransition); -webkit-transition: var(--wdtBaseTransition); height: 0px; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { 
    overflow: hidden;
 }
.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-description { transform: translateY(0px); height: auto; margin-top: 20px; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:last-child { border-bottom: 1px solid var(--wdtBorderColor); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) { margin-bottom: 0; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-element .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-element .wdt-interactive-showcase-content-group .wdt-content-image img {
    width: 54px;
    height: 54px;
    margin-right: 20px;
    border-radius: var(--wdtRadius_Zero);
    -webkit-border-radius: var(--wdtRadius_Zero);
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-element .wdt-interactive-showcase-content-group { color: var(--wdtHeadAltColor); }

.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: flex; gap: 0; justify-content: flex-start; align-items: center; }


.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title { font-size: clamp(1.5rem, 1.4135rem + 0.3846vw, 1.875rem); /* 24px - 30px */ font-weight: var(--wdtFontWeight_H4); line-height: var(--wdtLineHeight_H4); transition: var(--wdt-Ad-Transition); -webkit-transition: var(--wdt-Ad-Transition); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-button a { color: var(--wdtPrimaryColor); transition: var(--wdtBaseTransition); -webkit-transition: var(--wdtBaseTransition); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-interactive-showcase-button a,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-button a { color: var(--wdtAccentTxtColor); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
    transform: none;
    transform-origin: unset;
    transition: var(--wdt-Ad-Transition);
    opacity: 0;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {
    transform: none;
    visibility: visible;
    opacity: 1;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper,
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper > div { height: 100%; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div > img { height: 100%; object-fit: cover; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active { background-color: var(--wdtSecondaryColor); border-color: transparent; border-top-color: var(--wdtPrimaryColor); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description > a { display: block; width: fit-content; line-height: var(--wdtLineHeight_Ext); margin-top: 10px; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description > a .wdt-interactive-showcase-button-link span { position: relative; overflow: hidden; display: inline-flex; }

/* .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description > a .wdt-interactive-showcase-button-link span:before,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description > a .wdt-interactive-showcase-button-link span:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--wdtBaseTransition);
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description > a .wdt-interactive-showcase-button-link span:before { transform: translateX(-120%); -webkit-transform: translateX(-120%); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description > a:hover .wdt-interactive-showcase-button-link span:before { transform: translateX(0); -webkit-transform: translateX(0); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description > a:hover .wdt-interactive-showcase-button-link span:after { transform: translateX(110%); -webkit-transform: translateX(110%); } */

/* With Custom_Class */

.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after { height: 100%; bottom: 0; }
.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:after { width: 10px; }
.wdt-h1-interactive-slider .wdt-interactive-showcase-container .wdt-custom-interactive-home-image-overlay:before {
    transform: scale(1.1);
    transition: var(--wdtAltTransition);
    transition-duration:1s;
    z-index: -1;
    opacity:0;
}

.wdt-h1-interactive-slider .wdt-interactive-showcase-container .wdt-interactive-showcase-active .wdt-custom-interactive-home-image-overlay:before {
    transform: scale(1.01);
    opacity:1;
}
.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active > .wdt-interactive-showcase-element .wdt-interactive-showcase-content-group { align-items: center; }
.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description { 
    transform: translateY(0); height: auto; margin-top: 0;
 }

.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group > div.wdt-interactive-showcase-content-group {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
 }
 .wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { width: 100%; padding: 80px 0; }

.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description > a {
    display: flex;
    margin-top: 0;
    padding: 5px;
    width: clamp(2.25rem, 2.0769rem + 0.7692vw, 3rem);
    height: clamp(2.25rem, 2.0769rem + 0.7692vw, 3rem);
    min-width: clamp(2.25rem, 2.0769rem + 0.7692vw, 3rem);
    background-color: var(--wdtSecondaryColor);
    justify-content: center;
    align-items: center;
    color: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
    transition: var(--wdt-Ad-Transition);
    margin-left: 10px;
    overflow: hidden;
    opacity: 0;
}
.wdt-custom-interactive-home-1 .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-description > a { 
    background-color: var(--wdtPrimaryColor);
    opacity: 1;
}
.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description > a .wdt-interactive-showcase-button-link span {
    font-size: 0px;
}

.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description > a:after {
    content: "";
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    background-color: var(--wdtAccentTxtColor);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M49.5,4.7c0-2.3-1.9-4.2-4.2-4.2l-38.1,0C4.9,0.5,3,2.4,3,4.7C3,7.1,4.9,9,7.2,9H41v33.8c0,2.3,1.9,4.2,4.2,4.2 c2.3,0,4.2-1.9,4.2-4.2V4.7z'%3E%3C/path%3E%3Cpolygon points='48.3,7.7 6.5,49.5 0.5,43.5 42.3,1.7 '%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
    mask-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M49.5,4.7c0-2.3-1.9-4.2-4.2-4.2l-38.1,0C4.9,0.5,3,2.4,3,4.7C3,7.1,4.9,9,7.2,9H41v33.8c0,2.3,1.9,4.2,4.2,4.2 c2.3,0,4.2-1.9,4.2-4.2V4.7z'%3E%3C/path%3E%3Cpolygon points='48.3,7.7 6.5,49.5 0.5,43.5 42.3,1.7 '%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}
.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-interactive-showcase-content-group .wdt-content-description > a:after,.wdt-custom-interactive-home-1 .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-description > a:after {
    background-color: var(--wdtSecondaryColor);
}
.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description > a:hover:after {
    color: var(--wdtSecondaryColor);
    animation-name: adIconMove;
    animation-duration: 500ms;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    will-change: transform;
    transition: opacity .4s ease-out, transform .8s;
}

.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] > .elementor,
.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] > .elementor > .elementor-element,
.wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] > .elementor > .elementor-element .elementor-widget-image{
    height:100%;
    justify-content: end;
}

.wdt-cus-interactive-popup .wdt-popup-box-trigger-holder{
    display: flex;
}
.wdt-cus-interactive-popup *{
    height:100%;
}

.wdt-cus-interactive-popup .wdt-click-element-image-n-icon .wdt-popup-box-trigger-element:before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:var(--wdtHeadAltColor);
    opacity:0.35;
}

.wdt-cus-interactive-popup .wdt-click-element-image-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: all;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    background: var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_Full);
    font-size: 14px;
}

.wdt-cus-interactive-popup .wdt-click-element-image-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:before{
    content:"";
    position: absolute;
    animation: ripple-effect 1s linear infinite;
    left: 1px;
    right: 1px;
    bottom: 1px;
    top: 1px;
    border-radius: inherit;
    transition: var(--wdt-Ad-Transition);
    opacity: 0;
    transform: scale(1.2);
}

.wdt-cus-interactive-popup .wdt-click-element-image-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:hover:before{
    transform: scale(1);
    opacity: 1;
}


/* Content Hover Clr Change */

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-content-title,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-interactive-showcase-content-group .wdt-content-description,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title,
.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-description { color: var(--wdtAccentTxtColor); }

/* Image Hover Clr Change */

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-element .wdt-interactive-showcase-content-group .wdt-content-image img { transition: var(--wdtBaseTransition); -webkit-transition: var(--wdtBaseTransition); }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover > .wdt-interactive-showcase-element .wdt-interactive-showcase-content-group .wdt-content-image img,
.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: brightness(0) invert(1);
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover > .wdt-interactive-showcase-element .wdt-interactive-showcase-content-group .wdt-content-image img,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active > .wdt-interactive-showcase-element .wdt-interactive-showcase-content-group .wdt-content-image img { filter: brightness(0) invert(1); }

@media ( max-width: 1024px) {
    .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { flex: 1 1 100%; padding: 0; }
    .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { position: relative; } 
    .wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { padding: 40px 0; }
}
@media (min-width:1025px) and ( max-width: 1280px) { 
    .wdt-custom-interactive-home-1 .wdt-interactive-showcase-container { grid-template-columns: 45% 55%; }
}
@media (min-width:768px) and ( max-width: 1024px) { 
    .wdt-custom-interactive-home-1 .wdt-interactive-showcase-container { grid-template-columns: 50% 50%; }
}
@media only screen and (max-width: 767px) {

    .wdt-interactive-showcase-container { grid-template-columns: repeat(1, 1fr); }
    .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { max-width: 100%; }
    .wdt-custom-interactive-home-1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { padding:0; }

}

@media (max-width: 480px) {
    /* .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: grid; grid-template-columns: 1fr; gap: 10px; align-items: center; } */
} 