
.wdt-showcase-container { display: flex; flex-wrap: nowrap; --inter-gap:0px; gap: var(--inter-gap);  flex-direction: row-reverse;}

.wdt-showcase-container > .wdt-showcase-list-wrapper { flex: 0 0 calc(55% - calc(var(--inter-gap) / 2)); 
	width: calc(55% - calc(var(--inter-gap) / 2)); align-self:center; padding-left:70px; }
.wdt-showcase-container > .wdt-showcase-list-wrapper ul { margin: 0px; padding: 0px; list-style-type: none; position: sticky; top: 50px; display: flex; flex-wrap: wrap; gap: clamp(0.9375rem, 0.6259rem + 1.0409vw, 1.875rem)/*30-15*/; }
.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li { line-height: var(--wdtLineHeight_Base); cursor: pointer; }

.wdt-showcase-container .wdt-image-box-holder.wdt-rc-template-review-block  .wdt-content-item .wdt-content-image > a > img{
	object-fit:cover;
	height:450px;
}

.wdt-showcase-container > .wdt-showcase-content-wrapper { flex: 0 0 calc(45% - calc(var(--inter-gap) / 2)); position: relative; 
	width: calc(45% - calc(var(--inter-gap) / 2)); position:sticky; top:0px;}

.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-"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
   opacity: 0;
  visibility: hidden;
   transition:
    opacity 0.6s ease-in-out,
    visibility 0s linear 0.6s; 
}

.wdt-showcase-container > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"].wdt-active {
  opacity: 1;
  visibility: visible;
   transition:
    opacity 0.6s ease-in-out,
    visibility 0s linear 0s; 

	 z-index: 2;
}

.wdt-showcase-container > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"] .wdt-content-image-wrapper,
.wdt-showcase-container > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"] .wdt-content-image-wrapper .wdt-content-image,
.wdt-showcase-container > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"] .wdt-content-image-wrapper .wdt-content-image span,
.wdt-showcase-container > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"] .wdt-content-image-wrapper .wdt-content-image span img {height: inherit; display: block; object-fit: cover;object-position: center; border-radius: var(--wdtRadius_2X); width: 100%;}
@media(max-width: 1024px){
	.wdt-showcase-container > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"] .wdt-content-image-wrapper .wdt-content-image span img{
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
	}
	.wdt-showcase-container > .wdt-showcase-list-wrapper{
		padding-left:30px;
	}
}

/** 
    Icon Style
*/

.wdt-full-height{
	height:100%;
}

.wdt-showcase-container .wdt-content-icon span { display:flex; padding: 5px; align-items: center; justify-content: center;
    color: rgba(var(--wdtSecondaryColorRgb),1); 
    font-size: 26px; height:30px; width:30px; -webkit-border-radius: 50%; border-radius: 50%; transition:var(--wdt-Ad-Transition); }
    
.wdt-showcase-container li.wdt-active .wdt-content-icon span,.wdt-showcase-container li:hover .wdt-content-icon span{
    color:var(--wdtLinkHoverColor);
}

/** 
	Title Group - Style
*/

.wdt-showcase-title-group .wdt-content-title { display: inline; position: relative; margin: 0px; color: rgba(var(--wdtSecondaryColorRgb),1); font-size: clamp(1.25rem, 1.1669rem + 0.2776vw, 1.5rem); /* Min-20 & Max-24 */ transition:var(--wdt-Ad-Transition); line-height:var(--wdtLineHeight_H5); }
.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li.wdt-active .wdt-showcase-title-group .wdt-content-title,
.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li:hover .wdt-showcase-title-group .wdt-content-title{ color:var(--wdtPrimaryColor); }
.wdt-showcase-title-group .wdt-showcase-title-prefix { width: fit-content; display: inline-flex; font-size: 20px; 
	font-weight: 500; color: var(--wdtPrimaryColor); position: relative; margin-right: 10px; padding-right: 10px; line-height: 1; }

.wdt-showcase-title-group .wdt-showcase-title-prefix:after { content: ""; position: absolute; right: 0; top: 50%;
	width: 1px; height: 80%; display: inline-block; background: currentColor; transform: rotate(20deg) translate(-200%, -50%); }

/** 
	The Content - Style
*/

/** 
	@New Style
*/

.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li { flex: 0 0 calc(50% - calc(30px / 2)); position: relative; padding-bottom:0; }

.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li .wdt-showcase-content-group{
    display:flex; gap:15px; align-items:top; padding-bottom:10px; width:fit-content; position: relative; }


/* Awards template style */
.wdt-showcase-container.award { display: grid; min-height: 600px; }
.wdt-showcase-container.award > div { grid-area: 1/-1; width: 100%; }
.wdt-showcase-container.award > .wdt-showcase-list-wrapper { z-index: 2; height: 100%;
    width: 100%; padding: clamp(1.5625rem, 1.1513rem + 1.6447vw, 3.125rem); /* Min-25 & Max-50 */ display: flex; align-items: center; }
.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul { display: flex; flex-flow: row wrap; height: 100%;
	align-items: center; justify-content: center; position: relative; width: 100%; gap: 20px; top: 0; }
.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li { flex: 1 1 320px; min-width: 300px; padding: 0; height: 100%; position: relative;
	display: flex; justify-content: inherit; opacity: .5; -webkit-transition: var(--wdtAltTransition); transition: var(--wdtAltTransition); align-items: inherit; }
.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li:not(:last-child):after { content: ''; position: absolute; right: -10px; 
	top: calc(-1 * clamp(1.5625rem, 1.1513rem + 1.6447vw, 3.125rem)); bottom: calc(-1 * clamp(1.5625rem, 1.1513rem + 1.6447vw, 3.125rem)); 
	width: 1px; border-right: 1px solid Rgba(var(--wdtAccentTxtColorRgb),.15); }
.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li.wdt-active,
.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li:hover { opacity: 1; }

.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li .wdt-showcase-content-group { padding: 0; pointer-events: all; max-width: 430px; }

/* Content Style */
.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li .wdt-content-title { 
	font-size: clamp(2.25rem, 1.9713rem + 1.2739vw, 3.5rem); /* Min-36 & Max-56 */ color: var(--wdtAccentTxtColor); }
.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li.wdt-active .wdt-content-title,
.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li:hover .wdt-content-title { color: var(--wdtAccentTxtColor); }

.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li .wdt-content-sub-title { font-size: var(--wdtFontSize_Ext);
    font-family: var(--wdtFontTypo_Base); font-weight: var(--wdtFontWeight_Ext); line-height: var(--wdtLineHeight_Base); position: relative;
	letter-spacing: var(--wdtLetterSpacing_2X); text-transform: uppercase; color: var(--wdtAccentTxtColor); margin-top: 0; }
.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li .wdt-content-sub-title::before { 
	content: ''; position: relative; width: 1.5em; height: 1.5em; display: inline-block; vertical-align: baseline; top: 0.2em; margin-right: .5em;
	mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><path d="M42.4,5c0,0-22.8,14-11.3,37.9C31.1,42.9,55.1,36.9,42.4,5z M10.4,28.2c0,0-17.3,23.1,3.7,42.4 C14.1,70.6,35.8,55.1,10.4,28.2z M79.4,53.7c0,0-16.7-17.7-36.9-7.2c4.4-4.8,9.5-9.3,15.1-13.1c4,4.3,17.4,15.1,38.7-4.3 c0,0-18.6-9.7-39.9,0.3C42.5,36.5,22.8,55,10.6,93.9c0,0,1.2,2.4,4.8,0c0,0,2-6.6,6.3-15.7c4,5.6,16.3,17.4,40.9,1.2 c0,0-17.4-18.5-38.2-6.5c3.5-6.7,8-14.1,13.7-21.2C41.5,56.8,53.8,70.6,79.4,53.7z"></path></svg>'); 
	mask-size: 1.5em; background-color: currentColor; mask-position: center; }

/* Image Style */
.wdt-showcase-container.award > div.wdt-showcase-content-wrapper { position: relative; z-index: 1; top: 0; }
.wdt-showcase-container.award > div.wdt-showcase-content-wrapper:before { content: ''; position: absolute; z-index: 3;
    width: 100%; top: 0; height: 100%; left: 0; pointer-events: none; background-color: var(--wdtQuaternaryColor); opacity: .55; }
.wdt-showcase-container.award > div.wdt-showcase-content-wrapper > div { z-index: 0; top: 0; }

.wdt-showcase-container.award > .wdt-showcase-content-wrapper > div[id*="wdt-showcase-"] .wdt-content-image-wrapper .wdt-content-image span img { border-radius: var(--wdtRadius_Zero); }

@media(min-width: 1025px) {
	.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li { 
		flex: 1 1 clamp(15.625rem, 11.4329rem + 6.0976vw, 18.75rem); /* Min-250 & Max-300 */ 
		min-width: clamp(15.625rem, 11.4329rem + 6.0976vw, 18.75rem); /* Min-250 & Max-300 */ }
}
@media(max-width: 1024px) {
	.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li { flex: 1 1 300px; min-width: 300px; height: fit-content; }
	.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li:not(:last-child):after { display: none; }
}

@media(max-width:767px){
.wdt-showcase-container > .wdt-showcase-list-wrapper{
	flex:0 0 100%;
    width: calc(100% - calc(var(--inter-gap) / 2));
}
.wdt-showcase-container{ flex-wrap:wrap; row-gap:30px; }

.wdt-showcase-container > .wdt-showcase-content-wrapper{
	flex:0 0 100%; width: calc(100% - calc(var(--inter-gap) / 2)); }

.wdt-showcase-container .wdt-image-box-holder.wdt-rc-template-review-block  .wdt-content-item .wdt-content-image > a > img{ height:370px; }
.wdt-showcase-container > .wdt-showcase-list-wrapper{ padding-left:0px; }

}
@media(max-width:479px){
.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li  {flex: 0 0 100%;}
.wdt-showcase-container{ gap:40px; --inter-gap:0px; }
.wdt-showcase-container .wdt-image-box-holder.wdt-rc-template-review-block  .wdt-content-item .wdt-content-image > a > img{ height:275px; }
.wdt-showcase-container{ row-gap:20px; }
.wdt-showcase-container.award > .wdt-showcase-list-wrapper ul > li { min-width: 100%; }
}



/* modern-template */

.wdt-showcase-container.modern > .wdt-showcase-list-wrapper ul{
	flex-direction:column;
}
.wdt-showcase-container.modern .wdt-showcase-title-group .wdt-content-title,
.wdt-showcase-container.modern .wdt-showcase-title-group .wdt-showcase-title-prefix{
	color:var(--wdtAccentTxtColor);
	font-size: clamp(1.625rem, 1.4172rem + 0.694vw, 2.25rem); /* Min-26 & Max-36 */
	transition:var(--wdtBaseTransition);
}

.wdt-showcase-container.modern .wdt-showcase-title-group .wdt-showcase-title-prefix:after{
	transform:none;
	border-radius:var(--wdtRadius_Full);
	width:5px;
	height:5px;
	transition:var(--wdtBaseTransition);
}
.wdt-showcase-container.modern li.wdt-active .wdt-showcase-title-group .wdt-showcase-title-prefix:after,
.wdt-showcase-container.modern li:hover .wdt-showcase-title-group .wdt-showcase-title-prefix:after{
    color:var(--wdtPrimaryColor);
}
.wdt-showcase-container.modern li.wdt-active .wdt-showcase-title-group .wdt-showcase-title-prefix,
.wdt-showcase-container.modern li:hover .wdt-showcase-title-group .wdt-showcase-title-prefix{
    color:var(--wdtPrimaryColor);
}
.wdt-showcase-container.modern li{
	position: relative;
	transition:var(--wdtBaseTransition);
}
.wdt-showcase-container.modern li:after{
	content: "";
	bottom:0;
	left:0;
	position:absolute;
	width:100%;
	height:1px;
	background-color:Rgba(var(--wdtAccentTxtColorRgb),.3);
	transition:var(--wdtBaseTransition);
}
.wdt-showcase-container.modern li:before{
	content: "";
	bottom:0;
	left:0;
	position:absolute;
	width:0;
	height:1px;
	background-color:Rgba(var(--wdtPrimaryColorRgb),.6);
	transition:var(--wdtBaseTransition);
	z-index:2;
}
.wdt-showcase-container.modern li.wdt-active:before,
.wdt-showcase-container.modern li:hover:before{
	width:100%;
}

.wdt-showcase-container.modern > .wdt-showcase-list-wrapper {
    flex: 0 0 calc(35% - calc(var(--inter-gap) / 2));
    width: calc(35% - calc(var(--inter-gap) / 2));}

.wdt-showcase-container.modern > .wdt-showcase-content-wrapper {
    flex: 0 0 calc(65% - calc(var(--inter-gap) / 2));
    position: relative;
	top:0;
    width: calc(65% - calc(var(--inter-gap) / 2));}
.wdt-showcase-container.modern > .wdt-showcase-list-wrapper{
	padding-left: clamp(1.875rem, 0.2083rem + 3.4722vw, 4.375rem);
}

@media (max-width:1280px){
	.wdt-showcase-container.modern > .wdt-showcase-content-wrapper {
		flex: 0 0 calc(60% - calc(var(--inter-gap) / 2));
		width: calc(60% - calc(var(--inter-gap) / 2));
	}
	.wdt-showcase-container.modern > .wdt-showcase-list-wrapper {
		flex: 0 0 calc(40% - calc(var(--inter-gap) / 2));
		width: calc(40% - calc(var(--inter-gap) / 2));
	}
}
@media (max-width:1024px){
.wdt-showcase-container.modern > .wdt-showcase-list-wrapper {
    flex: 0 0 calc(50% - calc(var(--inter-gap) / 2));
    width: calc(50% - calc(var(--inter-gap) / 2));}
.wdt-showcase-container.modern > .wdt-showcase-content-wrapper{
	flex: 0 0 calc(50% - calc(var(--inter-gap) / 2));
	width: calc(50% - calc(var(--inter-gap) / 2));}

}


@media (max-width: 767px) {
	.wdt-showcase-container.modern > .wdt-showcase-list-wrapper {
		flex: 0 0 90%;
        width: calc(100% - calc(var(--inter-gap) / 2));
    }
	.wdt-showcase-container.modern {
		justify-content: center;
	}
	.wdt-showcase-container.modern > .wdt-showcase-content-wrapper {
		flex: 0 0 100%;
        width: calc(100% - calc(var(--inter-gap) / 2));
    }
	.wdt-showcase-container.modern {
        gap: 30px;
        --inter-gap: 0px;
    }
	.wdt-showcase-container.modern > .wdt-showcase-list-wrapper{
		padding: 0px;
	}
	.wdt-showcase-container.modern>.wdt-showcase-content-wrapper>div[id*="wdt-showcase-"] .wdt-content-image-wrapper .wdt-content-image span img {
		position: relative;
	}	
	.wdt-showcase-container.modern>.wdt-showcase-content-wrapper>div[id*="wdt-showcase-"] .wdt-content-image-wrapper {
		max-width: 90%;
		margin: 0 auto;
	}
	}
@media (max-width: 479px) {
	.wdt-showcase-container.modern>.wdt-showcase-list-wrapper {
		flex: 0 0 100%;
		width: calc(100% - calc(var(--inter-gap) / 2));
	}
	.wdt-showcase-container.modern>.wdt-showcase-content-wrapper>div[id*="wdt-showcase-"] .wdt-content-image-wrapper {
		max-width: 100%;

	}
}

/* Classic */

.wdt-showcase-container.classic > .wdt-showcase-list-wrapper { flex: 0 0 60%;}
.wdt-showcase-container.classic > .wdt-showcase-content-wrapper{ flex: 0 0 40%; }

.wdt-showcase-container.classic > .wdt-showcase-content-wrapper{
	height: fit-content;
}
.wdt-showcase-container.classic > .wdt-showcase-list-wrapper ul > li  {
	flex: 0 0 100%;
	padding: 30px	;
	background-color: var(--wdtAccentTxtColor);
	border-radius: var(--wdtRadius_2X);
	border: 1px solid var(--wdtBorderColor);
	transition: var(--wdtAltTransition);
}

.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li .wdt-showcase-content-group {
	padding-bottom: 0;
	align-items: center;
	gap: clamp(1.25rem, 1.1107rem + 0.6369vw, 1.875rem);
	width: 100%;
}

.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li .wdt-showcase-content-group .wdt-content-sub-title {
	font-size: var(--wdtFontSize_Base);
	font-family: var(--wdtFontTypo_Base);
	font-weight: var(--wdtFontWeight_Base);
	line-height: var(--wdtLineHeight_Base);
	margin: 10px 0 0 ;
	max-width: 380px;
	width: 100%;
}
.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li .wdt-showcase-content-group .wdt-showcase-title-group{
	display: flex;
	flex-direction: column-reverse;
}

.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li .wdt-showcase-content-group .wdt-content-description strong{
	font-size: clamp(2.25rem, 1.9713rem + 1.2739vw, 3.5rem);
	line-height: var(--wdtLineHeight_H1);
}
.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li .wdt-showcase-content-group .wdt-content-description p{
	margin: 0;
	font-size: clamp(1.25rem, 1.1669rem + 0.2776vw, 1.5rem);
	display: inline-flex;
	align-items: end;
}

.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li .wdt-showcase-content-group .wdt-content-description{
	margin-left: auto;
	color: var(--wdtSecondaryColor);
}
.wdt-showcase-container.classic li .wdt-content-icon, 
.wdt-showcase-container.classic li .wdt-content-icon-wrapper{
	display: inline-flex;
}
.wdt-showcase-container.classic li .wdt-content-icon span {
	color: transparent;
	border: 1px solid var(--wdtSecondaryColor);
	border-radius: var(--wdtRadius_Full);
	padding: 4px;
	transition: var(--wdtAltTransition);
}
.wdt-showcase-container.classic li.wdt-active .wdt-content-icon span{
	color: var(--wdtSecondaryColor);
}

.wdt-showcase-container.classic > .wdt-showcase-list-wrapper {
	padding-left: clamp(0.9375rem, 0.6259rem + 1.0409vw, 1.875rem)/*30-15*/;
}
.wdt-showcase-container.classic > .wdt-showcase-list-wrapper ul > li.wdt-active{
	background-color: var(--wdtPrimaryColor);
}

.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li:hover .wdt-showcase-title-group .wdt-content-title{
	color: var(--wdtSecondaryColor);
}
.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li.wdt-active .wdt-showcase-title-group .wdt-content-title,
.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li:hover .wdt-showcase-title-group .wdt-content-title{
	color: var(--wdtSecondaryColor);
}

@media screen and (max-width:1024px) {
	.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li .wdt-showcase-content-group{
		flex-wrap: wrap;
	}
	.wdt-showcase-container.classic > .wdt-showcase-list-wrapper ul > li {
		padding: 25px;
	}
	.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li .wdt-showcase-content-group .wdt-content-description{
		margin-left: 0;
	}
	.wdt-showcase-container.classic > .wdt-showcase-list-wrapper { flex: 0 0 50%;}
	.wdt-showcase-container.classic > .wdt-showcase-content-wrapper{ flex: 0 0 50%; }
}
@media screen and (max-width:767px) {
	.wdt-showcase-container.classic > .wdt-showcase-list-wrapper{
		padding: 0;
	}
	.wdt-showcase-container.classic > .wdt-showcase-list-wrapper { flex: 0 0 100%;}
	.wdt-showcase-container.classic > .wdt-showcase-content-wrapper{ flex: 0 0 100%; }
	.wdt-showcase-container.classic  > .wdt-showcase-list-wrapper ul > li .wdt-showcase-content-group .wdt-content-sub-title {
		max-width: 100%;
	}
}

