
.wdt-showcase-container { display: flex; flex-wrap: nowrap; --inter-gap:clamp(1.875rem, 0.0052rem + 6.2457vw, 7.5rem);  gap: var(--inter-gap); flex-direction: row-reverse;}

.wdt-showcase-container > .wdt-showcase-list-wrapper {flex: 0 0 calc(40% - calc(var(--inter-gap) / 2));padding: 0;z-index: 3 !important;}
.wdt-showcase-container > .wdt-showcase-list-wrapper ul { margin: 0px; padding: clamp(3.125rem, -0.4539rem + 5.5866vw, 6.25rem) 0px; list-style-type: none; position: sticky; top: 50px; }
.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li { line-height: var(--wdtLineHeight_Base); cursor: pointer; }

.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li:not(:last-child) { margin-bottom: clamp(1.875rem, 0.8362rem + 3.4698vw, 5rem); padding: 0; }

.wdt-showcase-container > .wdt-showcase-content-wrapper {flex: 0 0 calc(60% - calc(var(--inter-gap) / 2));position: sticky;top: 0;height: fit-content;}

.wdt-showcase-container > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"]:first-child { position: relative; }
.wdt-showcase-container > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"] {
	position: absolute; left: 0; top: 0; opacity: 0; visibility: hidden; transition: all .5s ease; }

.wdt-showcase-container > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"] {
	opacity: 0; transform: scale(1) translateX(0); transition: opacity .7s,transform .45s ease-in-out; transform-origin: right; }

.wdt-showcase-container > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"].wdt-active {
	opacity: 1; transform: scale(1) translateX(0); z-index: 2;  visibility: visible; }

.wdt-showcase-content-wrapper,
.wdt-showcase-content-wrapper > div,
.wdt-showcase-content-wrapper > div * {
    height:100%;
}
.wdt-showcase-container > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"] .wdt-content-image span{
    border-top-right-radius: var(--wdtRadius_2X);
}
/** 
    Icon Style
*/

 .wdt-showcase-container .wdt-content-icon span { display: inline-flex; align-items: center; justify-content: center; color: var(--wdtPrimaryColor); font-size: var(--wdtFontSize_H4); } 

/** 
	Title Group - Style
*/

.wdt-showcase-container .wdt-showcase-content-group .wdt-showcase-title-group{
	margin-bottom: clamp(0.75rem, 0.5838rem + 0.5552vw, 1.25rem);
}

.wdt-showcase-title-group .wdt-content-title {
    display: inline;
    position: relative;
    margin: 0px; 
    font-size: clamp(1.25rem, 1.1943rem + 0.2548vw, 1.5rem);
    color: var(--wdtBodyTxtColor); transition: var(--wdt-Ad-Transition);
}

.wdt-showcase-title-group .wdt-showcase-title-prefix {
    width: fit-content;
    display: flex;
    font-size: clamp(1.875rem, 1.5406rem + 1.5287vw, 3.375rem);
    font-weight: var(--wdtFontWeight_Ext);
    color: var(--wdt-elementor-color-text);
    margin-bottom: clamp(0.75rem, 0.5838rem + 0.5552vw, 1.25rem); transition: var(--wdt-Ad-Transition);
    line-height: 1; font-family: var(--wdtFontTypo_Alt);
}

.wdt-showcase-title-group .wdt-showcase-title-prefix:before {
    content: "#";
    display: inline-block;
    color: currentColor;
    width: auto;
    height: 100%;
    font-size: inherit;
}

.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li.wdt-active .wdt-showcase-title-group .wdt-content-title{color: var(--wdtHeadAltColor);}

.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li.wdt-active .wdt-showcase-title-group .wdt-showcase-title-prefix {
    color: var(--wdt-elementor-color-accent);
}

/** 
	The Content - Style
*/

.wdt-showcase-content-group > div:not(:last-child) { margin-bottom: 12px; }
.wdt-showcase-content-wrapper .wdt-content-image span img{border-radius:0 var(--wdtRadius_2X) 0 0; opacity: 0; filter: blur(10px); transition: var(--wdt-Ad-Transition);}

.wdt-showcase-content-wrapper .wdt-active .wdt-content-image span img{opacity: 1; filter: blur(0px); }


/* ------------------------------------------ */

/* Responsive */

@media only screen and (max-width:1024px){
	.wdt-showcase-container {
		display:grid;
	}
	.wdt-showcase-container > div{
		grid-area:1/1 !important;
		display:grid;
		z-index: 0 !important;
	}
	.wdt-showcase-container .wdt-showcase-content-wrapper{
		height: 100% !important;
		max-height: 100% !important;
		padding-bottom:0 !important;
		width:100%;
		display: flex;
		position: relative;
		opacity:0.2;
		border-radius:20px;
		overflow: hidden;
		transition: var(--wdt-Ad-Transition);
	}

	.wdt-showcase-content-wrapper .wdt-content-image span img{border-radius:var(--wdtRadius_2X);}
    .wdt-showcase-container > .wdt-showcase-list-wrapper {padding: 50px;}
    .wdt-showcase-container > .wdt-showcase-list-wrapper ul{padding: 0;}
}

@media only screen and (max-width:767px){
	.wdt-showcase-container > .wdt-showcase-list-wrapper {padding: 30px;}
}

@media only screen and (max-width:479px){
	.wdt-showcase-container > .wdt-showcase-list-wrapper .wdt-content-description{
		display:none;
	}
}