

/* Default Template */

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item > div:not(:last-child) { margin-bottom: 0; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { margin-bottom: 12px; }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item { display: grid; align-items: center; height: 100%; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item > div { grid-area: 1/1; }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group { display: flex; height: 100%; position: relative; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--wdtSecondaryColor); z-index: 1; transition: var(--wdt-Ad-Transition); -webkit-transition: var(--wdt-Ad-Transition); }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span > img, 
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a > img { filter: grayscale(1); -webkit-filter: grayscale(1); height: 100%; object-fit: cover; }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group { display: inline-flex; flex-wrap: wrap; justify-content: inherit; align-items: center; z-index: 1; padding: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem) clamp(1.25rem, 1rem + 1.25vw, 2.5rem); /* 50 - 30 */ /* 40 - 20 */ }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { font-size: clamp(3.125rem, 2.975rem + 0.75vw, 3.875rem); /* 62 - 50 */ padding: 0; margin-bottom: 8px; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5 { font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem); /* Min-20 & Max-24 */ }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-button { display: flex; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-button > a {
    font-size: clamp(3.125rem, 3rem + 0.625vw, 3.75rem); /* 60 - 50 */ line-height: 1; padding: 0; width: 1em; height: 0.75em; border: none; margin-top: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem); /* 18 - 10 */ background: currentColor; color: var(--wdtBorderColor); overflow: hidden; mask-position: center center; mask-repeat: no-repeat; mask-size: contain; -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 61'%3E%3Cpath d='M54.34714.3,54.2448.40562V10.72271l.10234.1056H64.67608l.10568-.1056V.40563L64.67608.3Z'/%3E%3Cpath d='M66.82585,12.76707l-.10235.1056V23.19326l.10235.1022H77.15478l.10569-.1022V12.87267l-.10569-.1056Z'/%3E%3Cpath d='M89.63157,25.23751H79.306l-.10567.10221V35.6602l.10567.1057H89.63157l.10568-.1057V25.33972Z'/%3E%3Cpath d='M66.82585,37.70466l-.10235.1022V48.12735l.10235.1056H77.15478l.10569-.1056V37.80686l-.10569-.1022Z'/%3E%3Cpath d='M54.34714,50.1716l-.10234.1057V60.5944l.10234.1056H64.67608l.10568-.1056V50.2773l-.10568-.1057Z'/%3E%3Cpath d='M53.69956,25.23751H.80427l-.54152.10221V35.6602l.54152.1057H53.69956l.5415-.1057V25.33972Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 61'%3E%3Cpath d='M54.34714.3,54.2448.40562V10.72271l.10234.1056H64.67608l.10568-.1056V.40563L64.67608.3Z'/%3E%3Cpath d='M66.82585,12.76707l-.10235.1056V23.19326l.10235.1022H77.15478l.10569-.1022V12.87267l-.10569-.1056Z'/%3E%3Cpath d='M89.63157,25.23751H79.306l-.10567.10221V35.6602l.10567.1057H89.63157l.10568-.1057V25.33972Z'/%3E%3Cpath d='M66.82585,37.70466l-.10235.1022V48.12735l.10235.1056H77.15478l.10569-.1056V37.80686l-.10569-.1022Z'/%3E%3Cpath d='M54.34714,50.1716l-.10234.1057V60.5944l.10234.1056H64.67608l.10568-.1056V50.2773l-.10568-.1057Z'/%3E%3Cpath d='M53.69956,25.23751H.80427l-.54152.10221V35.6602l.54152.1057H53.69956l.5415-.1057V25.33972Z'/%3E%3C/svg%3E"); }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-media-group::before { opacity: 0.6; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-button > a:hover { color: var(--wdtLinkHoverColor); }


/* Standard Template */

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item { display: flex; }
.wdt-image-box-holder.wdt-rc-template-standard,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-image-box-container,
.wdt-image-box-holder.wdt-rc-template-standard .swiper-slide,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > span > img,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > a > img { height: 100%; object-fit: cover; object-position: center center; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { display: inherit; justify-content: inherit; }
.wdt-image-box-holder.wdt-rc-template-standard.wdt-carousel-holder .swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination { position: absolute; top: 0; right: 0; left: auto; bottom: auto; margin: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem) clamp(0.625rem, 0.125rem + 2.5vw, 3.125rem) 0 0; /* 60 - 20 */ /* 50 - 10 */ }


/* With description template | Awards section */

.wdt-image-box-holder.wdt-rc-template-with-description { counter-reset: wdt-awards-count; }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item { display: flex; padding: clamp(1.875rem, 1.5625rem + 1.5625vw, 3.4375rem) 0; /* 55 - 30 */ }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-column { border-bottom: 1px solid var(--wdtBorderColor); z-index: 0; }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-column.wdt-active,
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-column:has(.wdt-content-item:hover) { z-index: 1; }

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item > div:not(:last-child), 
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-media-group > div:not(:last-child) { margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-media-group { display: grid; justify-content: space-between; align-items: center; grid-template-columns: 0.25fr 1.5fr 1fr 0.35fr 0.55fr; gap: 15px 30px; position: relative; width: 100%; }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-media-group::before { counter-increment: wdt-awards-count; content: "0" counter(wdt-awards-count); font-size: calc(var(--wdtFontSize_H6) + 2px); font-weight: var(--wdtFontWeight_Base); font-family: var(--wdtFontTypo_Alt); line-height: 1;  color: var(--wdtHeadAltColor); }

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item > div[class*="group"] > .wdt-content-title, 
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item > div[class*="group"] > .wdt-content-subtitle { width: auto; }

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-description,
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-subtitle {
    font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem); /* Min-20 & Max-32 */ font-family: var(--wdtFontTypo_Alt); font-weight: var(--wdtFontWeight_Alt); line-height: var(--wdtLineHeight_Alt); text-transform: capitalize; color: var(--wdtHeadAltColor); letter-spacing: 0;
    transform: scale(1); -webkit-transform: scale(1); transform-origin: left center; -webkit-transform-origin: left center; transition: var(--wdt-Ad-Transition); -webkit-transition: var(--wdt-Ad-Transition); }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-title h5 a { color: var(--wdtHeadAltColor); }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-description { color: rgba(var(--wdtHeadAltColorRgb), 0.5); }

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-active .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:hover .wdt-content-title h5 { transform: scale(1.7); -webkit-transform: scale(1.7); }

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-image-wrapper { z-index: -1; }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-image-wrapper .wdt-content-image { position: absolute; opacity: 0; transform: translateY(-50%) translateX(-40%); -webkit-transform: translateY(-50%) translateX(-40%);  width: 28vw; max-width: 550px; pointer-events: none; }
/* .wdt-image-box-holder.wdt-rc-template-with-description .wdt-active .wdt-content-item .wdt-content-image-wrapper .wdt-content-image, */
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image { opacity: 1; transition: var(--wdt-Ad-Transition); -webkit-transition: var(--wdt-Ad-Transition); }

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-media-group::before,
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-title h5,
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-title h5 a,
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-subtitle { color: var(--wdtSecondaryColor); }
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-description { color: rgba(var(--wdtSecondaryColorRgb), 0.5); }

@media only screen and (max-width:1280px) {

    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-active .wdt-content-item .wdt-content-title h5, 
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:hover .wdt-content-title h5 { transform: scale(1.3); -webkit-transform: scale(1.3); }

}

@media only screen and (max-width:767px) {

    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-active .wdt-content-item .wdt-content-title h5, 
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:hover .wdt-content-title h5 { transform: scale(1.06); -webkit-transform: scale(1.06); }
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-media-group { grid-template-columns: 65px 1fr; gap: 15px 20px; }
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-image-wrapper { position: absolute; right: 96px; }
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-image-wrapper .wdt-content-image { width: 160px; max-width: 160px; }

}

@media only screen and (max-width:479px) {
    
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-image-wrapper { display: none; }

}


/* Modern Template */

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item > div:not(:last-child) { margin-bottom: 0; }
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { margin-bottom: 5px; }
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item { display: flex; align-items: center; gap: 20px 30px; }
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group { display: inherit; }
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { font-size: 50px; padding: 0; color: rgba(var(--wdtHeadAltColorRgb), 0.5); }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item > div[class*="group"] .wdt-content-subtitle + .wdt-content-title { margin-top: 0; }
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-subtitle { font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem); /* Min-20 & Max-24 */ font-weight: var(--wdtFontWeight_Alt); font-family: var(--wdtFontTypo_Alt); line-height: var(--wdtLineHeight_Alt); text-transform: capitalize; letter-spacing: 0;  color: rgba(var(--wdtHeadAltColorRgb), 0.5); }
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-title h5 { font-size: var(--wdtFontSize_Base); font-family: var(--wdtFontTypo_Base); font-weight: var(--wdtFontWeight_Base); line-height: var(--wdtLineHeight_Base); text-transform: none; }
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-title h5 a { color: var(--wdtPrimaryColor); }