/* =====================
Default Template
======================= */

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    background-color: var(--wdtTertiaryColor);
    color: var(--wdtLinkColor);
    font-size: clamp(3.125rem, 2.5rem + 3.125vw, 6.25rem); /* max - 100; min - 50; */
    height: clamp(6.25rem, 5rem + 6.25vw, 12.5rem); /* max - 200; min - 100; */
    width: clamp(9.375rem, 7.5rem + 9.375vw, 18.75rem); /* max - 300; min - 150; */
    border-radius: var(--wdtRadius_Part);
    -webkit-border-radius: var(--wdtRadius_Part);
    border: 1px solid rgba(var(--wdtBorderColorRgb), 0.9);
}
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
     background-color: var(--wdtPrimaryColor);
}

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item > div:not(:last-child){
   margin-bottom: 30px;
}

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span a { 
    color: var(--wdtLinkColor); 
}

.elementor-element.elementor-widget-text-editor a {
    background: linear-gradient(currentColor,currentColor) no-repeat bottom center / 100% 1px;
    color: inherit;
}

.elementor-element.elementor-widget-text-editor a:hover {
    background-size: 0% 1px;
}

@media only screen and (max-width:1540px) and (min-width:1281px) {
    .wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        width: 240px;
    }
}

@media only screen and (max-width:1280px) and (min-width:1025px) {
    .wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        width: 200px;
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) {
    .wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        width: 200px;
    }
}

@media only screen and (max-width:767px) {
    .wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        width: 190px;
    }
}

/* =====================
Default Template
======================= */


/* ==============
Standard Template
=================== */

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item > div:not(:last-child),
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div:not(:last-child) { 
    margin-bottom: 0; 
}

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 70px;
    margin-bottom: 20px;
}

/* .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtPrimaryColor);
} */

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { 
    padding-bottom: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem); /* 30 - 40 */
    align-items: end;
}

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group { 
    padding-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem); /* 30 - 40 */
    border-top: 1px solid var(--wdtBorderColor);
    align-items: start;
}

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: 20px;

    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    
    background: var(--wdtPrimaryColor);
    
    box-shadow: inset 0 0 0 6px var(--wdtHeadAltColor);
    -webkit-box-shadow: inset 0 0 0 6px var(--wdtHeadAltColor);
}

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
    opacity: 1;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item > div {
    /* height: 50%; */
    display: grid;
    grid-template-rows: 1fr;
    justify-content: inherit;
    padding-right: clamp(1.25rem, 1rem + 1.25vw, 2.5rem); /* 20 - 40 */
    padding-left: 20px;
    position: relative;
}

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover,
.wdt-image-box-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item {
    opacity: 1;
}

.wdt-image-box-holder.wdt-carousel-holder.wdt-rc-template-standard .wdt-content-item {
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
    opacity: 1;
}
/* .wdt-image-box-holder.wdt-carousel-holder.wdt-rc-template-standard:hover .wdt-content-item {
    opacity: 0.5;
}

.wdt-image-box-holder.wdt-carousel-holder.wdt-rc-template-standard:hover .wdt-content-item:hover {
    opacity: 1;
} */


/* ==============
Standard Template
=================== */



/* --------------------
Instagram Block
-------------------- */

.wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item { 
    border-radius: var(--wdtRadius_2X); 
    -webkit-border-radius: var(--wdtRadius_2X); 
    overflow: hidden; 
}


.wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item > div:not(:last-child){margin-bottom: 0;}
.wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item .wdt-content-media-group{display: flex;}

/* media group */
.wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item .wdt-content-media-group .wdt-content-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--wdtPrimaryColorRgb), 0.5);
    transform: scaleX(0);
    transform-origin: center center; 
    transition: var(--wdt-Ad-Transition);
    z-index: 0;
    pointer-events: none;
    top: 0;
    left: 0;
}
.wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item:hover .wdt-content-image::before {
    transform: scaleX(1);
}


/* detail group */
.wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item .wdt-content-detail-group {
    position: absolute;
    z-index: 1;
    inset: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    pointer-events: none;
}

/* span transition */
.wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(1rem, 0.875rem + 0.625vw, 1.625rem);
    height: clamp(2.1875rem, 2rem + 0.9375vw, 3.125rem);
    width: clamp(2.1875rem, 2rem + 0.9375vw, 3.125rem);
    background-color: var(--wdtLinkColor); 
    display: flex;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    opacity: 0;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
}

#footer .wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
}

/* a transition inside span */
.wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span a {
    color: var(--wdtAccentTxtColor);
    display: flex;
}

/* hover effects */
.wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

#footer .wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
}

.wdt-image-box-holder.wdt-rc-template-instagram-block .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span a:hover {
    color: var(--wdtPrimaryColor);
}


/* =================
Image aside title
===================== */

.wdt-image-box-holder.wdt-rc-template-image-aside-title.wdt-content-item-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 80px;
    justify-content: center;
}

.wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item > div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-media-group {
    display: flex;
}

.wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H5);
}

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-title h5 a:not(:hover) { 
    color: rgba(var(--wdtAccentTxtColorRgb),0.3); 
}

.wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-image > span, 
.wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-image > a {
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
}

.wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-image > span > img, 
.wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-image > a > img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    object-fit: cover;
}

@media only screen and (max-width:1280px) {

    .wdt-image-box-holder.wdt-rc-template-image-aside-title.wdt-content-item-holder {
        gap: 50px 50px;
    }
    .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-title h5 {
        font-size: calc(var(--wdtFontSize_H5) - 4px);
    }
    /* .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item {
        gap: 30px;
    } */
    /* .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-image > span > img, 
    .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-image > a > img {
        width: 125px;
    } */

}

@media only screen and (max-width:1024px) {

    .wdt-image-box-holder.wdt-rc-template-image-aside-title.wdt-content-item-holder {
        gap: 50px 40px;
    }
    /* .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item {
        gap: 25px;
    } */
    /* .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-image > span > img, 
    .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-image > a > img {
        width: 105px;
    } */

}

@media only screen and (max-width:767px) {

    .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-title h5 {
        font-size: var(--wdtFontSize_H6);
    }
    .wdt-image-box-holder.wdt-rc-template-image-aside-title.wdt-content-item-holder {
        gap: 40px 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    /* .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item {
        gap: 20px;
    } */
    /* .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-image > span > img, 
    .wdt-image-box-holder.wdt-rc-template-image-aside-title .wdt-content-item .wdt-content-image > a > img {
        width: 100px;
        min-width: 100px;
    } */

}

@media only screen and (max-width:479px) {
    
    .wdt-image-box-holder.wdt-rc-template-image-aside-title.wdt-content-item-holder {
        grid-template-columns: 1fr;
        gap: 35px 20px;
    }

}

/* =================
Image aside title
===================== */


/* =================
Brand Logo
=================== */

.wdt-image-box-holder.wdt-rc-template-brand-logo .swiper-wrapper {
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    transition-duration: 8000ms !important;
    -webkit-transition-duration: 8000ms !important;
    transform-style: preserve-3d;
    will-change: transform;
    cursor:auto;
}
.wdt-image-box-holder.wdt-rc-template-brand-logo .swiper-wrapper .swiper-slide{
    cursor:auto;
}

.wdt-image-box-holder.wdt-rc-template-brand-logo .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 100%; width: clamp(12.5rem, 11.875rem + 3.125vw, 15.625rem);/* max-250px min-200px */  height: auto;
}


.wdt-image-box-holder.wdt-rc-template-brand-logo .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span > svg {
    height: inherit; width: inherit;
}

.wdt-image-box-holder.wdt-rc-template-brand-logo .wdt-content-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.wdt-image-box-holder.wdt-rc-template-brand-logo .wdt-content-item .wdt-content-media-group {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}

.wdt-image-box-holder.wdt-rc-template-brand-logo .wdt-content-item .wdt-content-detail-group {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}

.wdt-image-box-holder.wdt-rc-template-brand-logo .wdt-content-item:hover .wdt-content-media-group {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.wdt-image-box-holder.wdt-rc-template-brand-logo .wdt-content-item:hover .wdt-content-detail-group {
    transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
}

/* =================
Brand Logo
=================== */




/* =================
Icon aside content
===================== */

.wdt-image-box-holder.wdt-rc-template-icon-aside-content .wdt-content-item{
    display: flex;
}
.wdt-image-box-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-icon-wrapper {
    padding-right: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); /* max-20px min-16px */
}
.wdt-image-box-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-media-group {
    display: flex;
    height: fit-content;
}

/* Heading */ 
.wdt-image-box-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.25rem, 1.225rem + 0.125vw, 1.375rem); /* 22 - 20 */
    font-weight: var(--wdtFontWeight_H5);
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    pointer-events: none;
}

.wdt-content-item .wdt-content-title h5 a:hover { color: rgba(var(--wdtLinkColorRgb),0.7); }

.wdt-dark-bg .wdt-content-item .wdt-content-title h5,
.wdt-dark-bg .wdt-content-item .wdt-content-title h5 a { color: var(--wdtAccentTxtColor); }

.wdt-dark-bg .wdt-content-item .wdt-content-title h5 a:hover { color: var(--wdtPrimaryColor); }


/* Icon */
.wdt-image-box-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 40px;
    pointer-events: none;
}

.wdt-image-box-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-button > a { 
    font-size: var(--wdtFontSize_Base);
}

.wdt-image-box-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: 6px;
}

/* =================
Icon aside content
===================== */
 


/* ========================
Icon Aside Title Template
========================= */

.wdt-image-box-holder.wdt-rc-template-icon-aside-title .wdt-content-item {
    display: flex;
    padding: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem); /* Min-20 & Max-30 */
    background: rgb(var(--wdtAccentTxtColorRgb),0.12);
    border: 1px solid rgb(var(--wdtAccentTxtColorRgb),0.2);
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
    backdrop-filter: blur(14px);
}

.wdt-image-box-holder.wdt-rc-template-icon-aside-title .wdt-content-item > div:not(:last-child) { margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-icon-aside-title .wdt-content-item .wdt-content-media-group { line-height: 0; }

.wdt-image-box-holder.wdt-rc-template-icon-aside-title .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(3.125rem, 2.625rem + 2.5vw, 5.625rem); /* Min-50 & Max-90 */
    padding: 0;
    margin-right: clamp(0.875rem, 0.675rem + 1vw, 1.875rem); /* Min-14 & Max-30 */
    color: var(--wdtPrimaryColor);
}

.wdt-image-box-holder.wdt-rc-template-icon-aside-title .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-icon-aside-title .wdt-content-item .wdt-content-title h5 a { color: var(--wdtAccentTxtColor); }

.wdt-image-box-holder.wdt-rc-template-icon-aside-title .wdt-content-item .wdt-content-title h5 a:hover { color: var(--wdtLinkHoverColor); }

.wdt-image-box-holder.wdt-rc-template-icon-aside-title .wdt-content-item .wdt-content-detail-group { align-self: center; }


/* ==========================
Image Overlap content Template
=========================== */

.wdt-image-box-holder.wdt-rc-template-icon-below-content:has( > .wdt-column-gap-no),
.wdt-image-box-holder.wdt-rc-template-icon-below-content > .wdt-column-gap-no {
    height: 100%;
}

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item > div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item {
    display: grid;
    align-items: center;
    height: 100%;
    border: 1px solid var(--wdtBorderColor);
    background-color: var(--wdtTertiaryColor);
}

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item:hover {
    background-color: rgb(var(--wdtPrimaryColorRgb),0.9);
}

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item > div{
    grid-area: 1/-1;
    height: 100%;
}

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: 10px;
}

/* media Group */
.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-media-group {
    line-height: 0;
}

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-media-group * {
    height: 100%;
}

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-media-group img {
    object-fit: cover;
    object-position: center center;
}

/* content group */
.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-detail-group {
    padding: clamp(1.875rem, -0.6407rem + 12.5786vw, 3.125rem) clamp(1.25rem, -2.5236rem + 18.8679vw, 3.125rem);  /* Min-20 & Max-50 */  /* Min-30 & Max-50 */
    align-content: center;
    background-color: inherit;
}

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item:hover .wdt-content-detail-group:hover {
    background-color: inherit;
}

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-detail-group > * {
    position: relative;
    z-index: 1;
}

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-detail-group > div.wdt-content-icon-wrapper {
    margin-bottom: 25px;
}

/* icon */
.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    padding: 0;
    font-size: clamp(3.125rem, -0.6486rem + 18.8679vw, 5rem); /* Min-50 & Max-80 */
}
.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span a {
    pointer-events: none;
}

/* title */
.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_Alt);
    font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem); /* 22 - 18 */
    text-transform: uppercase;
    pointer-events: none;
}

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-button > a {
    margin-top: 15px;
}

@media only screen and (max-width:767px) {
    .wdt-image-box-holder.wdt-rc-template-icon-below-content:has( > .wdt-column-gap-no),
    .wdt-image-box-holder.wdt-rc-template-icon-below-content > .wdt-column-gap-no {
        height: auto;
    }
    .wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-detail-group {
        padding: 40px 30px;
    }
}

@media only screen and (max-width:479px) {
    .wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-detail-group {
        padding: 30px 20px;
    }
}


/* ===========================
Image Overlap content Template
============================= */



/* ==================
Link Style Button
==================-- */

.wdt-image-box-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-button > a,
.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-button > a {
    position: relative;
    background: none;
    border: 0;
    padding: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    color: var(--wdtLinkColor);
}

.wdt-image-box-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-button > a:before,
.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-button > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform-origin: center;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
    pointer-events: none;
}

.wdt-image-box-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-button > a:hover:before,
.wdt-image-box-holder.wdt-rc-template-icon-aside-content .wdt-content-item .wdt-content-button > a:focus:before,

.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-button > a:hover:before,
.wdt-image-box-holder.wdt-rc-template-icon-below-content .wdt-content-item .wdt-content-button > a:focus:before {
    transform: scaleX(0); 
     -webkit-transform: scaleX(0);
}



/* ==================
Link Style Button
==================-- */



/* ==================
Icon below title
==================-- */

.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item{
    display: inline-block;
    background-color: transparent;
    border-radius: var(--wdtRadius_Part);
    border: 1px solid var(--wdtBorderColor);
    padding: 8px;
    padding-right: 30px;
}
.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item:hover{
    background-color: var(--wdtPrimaryColor);
}

.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item .wdt-content-media-group {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.wdt-image-box-holder.wdt-rc-template-icon-below-title .swiper-slide {
    min-width: 455px;
}


/* icon */
.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    background-color: var(--wdtLinkColor);
    color: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
    font-size: var(--wdtFontSize_H5);
    height: 55px;
    width: 55px;
}
.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span{
    color: var(--wdtLinkColor);
}
.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span{
     background-color: var(--wdtAccentTxtColor);
}


/* title */
.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item .wdt-content-title h5{
    display: flex; 
    font-size: var(--wdtFontSize_H6); 
    font-weight: var(--wdtFontWeight_Ext);
    white-space: nowrap;
}
.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item > div[class*="group"] > .wdt-content-title{width: auto;}
.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item .wdt-content-media-group > div:not(:last-child){
    margin-bottom: 0px;
}

/* description */
.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item .wdt-content-description:before {
    content: '';
    height: 10px;
    width: 2px;
    border: 1px solid currentColor;
    margin-right: 15px;
    right: 0;
}
.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item .wdt-content-description {
    color: rgb(var(--wdtBorderColorRgb), 1);
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}

.wdt-image-box-holder.wdt-rc-template-icon-below-title .wdt-content-item:hover .wdt-content-description {
    color: var(--wdtBodyTxtColor);
}


/* ==================
Icon below title
==================-- */


/* Tutorial Button */

.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 7px 7px 24px;
    gap: 20px;
    border: 1px solid rgba(var(--wdtHeadAltColorRgb), 0.15);
    border-radius: var(--wdtRadius_Part);
    -webkit-border-radius: var(--wdtRadius_Part);
    overflow: hidden;
    position: relative;
}
.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item .wdt-content-media-group {
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    gap: inherit;
    position: static;
}
.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item .wdt-content-media-group > div:not(:last-child) {
    margin-bottom: 0;
}
.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle {
    margin-top: 0;
}
.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item .wdt-content-title {
    position: static;
}
.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: var(--wdtLineHeight_H5);
    font-family: var(--wdtFontTypo_Base);
    text-transform: capitalize;
    position: static;
}
.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item .wdt-content-subtitle {
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: var(--wdtLineHeight_H6);
    font-family: var(--wdtFontTypo_Base);
    text-transform: capitalize;
    letter-spacing: 0;
    width: fit-content;
    background-color: rgba(var(--wdtBodyTxtColorRgb), 0.1);
    padding: 3px 12px;
    border-radius: var(--wdtRadius_Part);
    -webkit-border-radius: var(--wdtRadius_Part);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item .wdt-content-title h5 a {
    position: static;
}
.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item .wdt-content-title h5 a::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item:hover {
    background-color: var(--wdtLinkColor);
    color: var(--wdtAccentTxtColor);
}
.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item:hover .wdt-content-title h5 a {
    color: var(--wdtAccentTxtColor);
}
.wdt-image-box-holder.wdt-rc-template-tutorial_button_title .wdt-content-item:hover .wdt-content-subtitle {
    background-color: rgba(var(--wdtAccentTxtColorRgb),1);
}


/* Offer Description */

.wdt-image-box-holder.wdt-rc-template-offertext-title {
    padding: 0 20px;
}

.wdt-image-box-holder.wdt-rc-template-offertext-title .wdt-content-item .wdt-content-description {
    font-size: var(--wdtFontSize_Ext);
}

.wdt-image-box-holder.wdt-rc-template-offertext-title.wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    margin: 0;
}

.wdt-image-box-holder.wdt-rc-template-offertext-title.wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div {
    font-size: var(--wdtFontSize_Ext);
    margin: 0;
    position: absolute;
    color: var(--wdtHeadAltColor);
    top: 50%;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.wdt-image-box-holder.wdt-rc-template-offertext-title.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:before {
    display: none;
}

.wdt-image-box-holder.wdt-rc-template-offertext-title.wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div[class*="-prev"] {
    left: 0;
}

.wdt-image-box-holder.wdt-rc-template-offertext-title.wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div[class*="-next"] {
    right: 0;
}


/* Footer Icon list */

.wdt-image-box-holder.wdt-rc-template-footer-icon-title .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 44px;
}
.wdt-image-box-holder.wdt-rc-template-footer-icon-title .wdt-content-item .wdt-content-title h5 {
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    font-family: var(--wdtFontTypo_H6);
    font-weight: var(--wdtFontWeight_H6);
    line-height: var(--wdtLineHeight_H6);
    text-transform: capitalize;
}

@media only screen and (max-width:479px) {
    .wdt-image-box-holder.wdt-rc-template-footer-icon-title .wdt-column { width: 50% !important; }
}


/* Categories */

.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item > div:not(:last-child),
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: 0;
}
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-media-group {
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-media-group,
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-image-wrapper,
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-image-wrapper img {
    height: 100%;
    object-fit:cover;
}
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item {
    display: grid;
    align-items: end;
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
    overflow: hidden;
}
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item > div {
    grid-area: 1/1;
}
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-detail-group {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 25px;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem); /* 22 - 30 */
    font-weight: var(--wdtFontWeight_Alt);
    font-family: var(--wdtFontTypo_Alt);
    line-height: var(--wdtLineHeight_Alt);
    text-transform: capitalize;
}
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    width: 70px;
    height: 70px;
}
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span a {
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    width: inherit;
    height: inherit;
    color: var(--wdtHeadAltColor);
    background-color: var(--wdtPrimaryColor);
    position: relative;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
}
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span a:hover svg {
    animation: wdt-button-arrow 0.3s linear;
    -webkit-animation: wdt-button-arrow 0.3s linear;
}
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span a::before {
    content: '';
    position: absolute;
    inset: -6px;
    border: 1px solid var(--wdtPrimaryColor);
    border-radius: inherit;
    -webkit-border-radius: inherit;
}
#footer .wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-title h5 a,
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtAccentTxtColor);
}
#footer .wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-title h5 a:hover,
.wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-title h5 a:hover {
    color: var(--wdtLinkHoverColor);
}
.wdt-image-box-holder.wdt-rc-template-footer_category.wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    margin: 0;
}
.wdt-image-box-holder.wdt-rc-template-footer_category.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:before {
    display: none;
}
.wdt-image-box-holder.wdt-rc-template-footer_category.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock) {
    position: absolute;
    margin: 0;
    width: auto;
    height: auto;
    color: var(--wdtHeadAltColor);
    top: -60px;
    right: 0;
}
.wdt-image-box-holder.wdt-rc-template-footer_category.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock).wdt-arrow-pagination-prev {
    right: 40px;
}


.wdt-image-box-holder.wdt-rc-template-footer_category.wdt-carousel-holder .swiper + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets, 
.wdt-image-box-holder.wdt-rc-template-footer_category.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets {
    margin: 0;
    position: absolute;
    top: -60px;
    right: 0;
    width: fit-content;
    height: fit-content;
    left: auto;
}

@media only screen and (max-width:1540px) and (min-width:1025px) {
    .wdt-image-box-holder.wdt-rc-template-footer_category.wdt-carousel-holder .swiper + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets, 
    .wdt-image-box-holder.wdt-rc-template-footer_category.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets {
        top: auto;
        bottom: 0;
        position: relative;
        margin-top: 40px;
    }
}

@media only screen and (max-width:1280px) {
    .wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-detail-group {
        gap: 25px 30px;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:1024px) {
    .wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-title {
        display: none;
    }
    .wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-detail-group {
        align-items: center;
        justify-content: center;
        height: 100%;
        background-color: rgba(var(--wdtHeadAltColorRgb), 0.65);
        opacity: 0;
    }
    .wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item:hover .wdt-content-detail-group {
        opacity: 1;
    }
    .wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-image-wrapper img {
        aspect-ratio: 0.93;
        -webkit-aspect-ratio: 0.93;
        -moz-aspect-ratio: 0.93;
    }
    .wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        width: 55px;
        height: 55px;
    }
    .wdt-image-box-holder.wdt-rc-template-footer_category .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span a {
        font-size: calc(var(--wdtFontSize_Base) - 2px);
    }
}


/* Footer social icons */

.wdt-image-box-holder.wdt-rc-template-footer-social-icons.wdt-content-item-holder {
    display: flex;
    justify-content: start;
    gap: 20px 60px;
    flex-wrap: wrap;
}

.wdt-image-box-holder.wdt-rc-template-footer-social-icons .wdt-content-item .wdt-content-media-group > div:not(:last-child) {
    margin-bottom: 0;
}
.wdt-image-box-holder.wdt-rc-template-footer-social-icons .wdt-content-item .wdt-content-media-group {
    display: flex;
    align-items: center;
    gap: 7px;
}
.wdt-image-box-holder.wdt-rc-template-footer-social-icons .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: var(--wdtFontSize_H6);
    pointer-events: none;
}
.wdt-image-box-holder.wdt-rc-template-footer-social-icons .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_Base);
    font-family: var(--wdtFontTypo_Base);
    font-weight: var(--wdtFontWeight_Ext);
    text-transform: capitalize;
    margin-top: 2px;
    margin-bottom: -2px;
}
.wdt-image-box-holder.wdt-rc-template-footer-social-icons .wdt-content-item .wdt-content-title h5 a::after {
    content: '\e801';
    font-family: "wdt-alt-icons";
    font-size: 0.60em;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -1px;
}
.wdt-image-box-holder.wdt-rc-template-footer-social-icons .wdt-content-item .wdt-content-title h5 a::before {
    content: '';
    position: absolute;
    inset: 0;
    display: inline-block;
}
.wdt-image-box-holder.wdt-rc-template-footer-social-icons .wdt-content-item .wdt-content-title h5 a:hover::after {
    animation: wdt-social-icon-hover 0.3s linear;
    -webkit-animation: wdt-social-icon-hover 0.3s linear;
}

@keyframes wdt-social-icon-hover {
    0% {
        transform: translate(0em,0em) scale(1) rotate(-10deg);
        -webkit-transform: translate(0em,0em) scale(1) rotate(-10deg);
        opacity: 1;
    }
    49% {
        transform: translate(1em,-1em) scale(0) rotate(-10deg);
        -webkit-transform: translate(1em,-1em) scale(0) rotate(-10deg);
        opacity: 0;
    }
    50% {
        transform: translate(-1em,1em) scale(0) rotate(-10deg);
        -webkit-transform: translate(-1em,1em) scale(0) rotate(-10deg);
        opacity: 0;
    }
    100% {
        transform: translate(0em,0em) scale(1) rotate(-10deg);
        -webkit-transform: translate(0em,0em) scale(1) rotate(-10deg);
        opacity: 1;
    }
}

@media only screen and (max-width: 1024px) {
    .wdt-image-box-holder.wdt-rc-template-footer-social-icons.wdt-content-item-holder {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .wdt-image-box-holder.wdt-rc-template-footer-social-icons.wdt-content-item-holder {
        gap: 20px 40px;
    }
}


/* Popup Template */

.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item > div:not(:last-child),
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: 0;
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item {
    display: grid;
    align-items: end;
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
    overflow: hidden;
    pointer-events: none;
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item > * {
    grid-area: 1/1;
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-media-group {
    display: flex;
    height: 100%;
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-image > span > img, 
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-image > a > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-detail-group {
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: end;
    gap: 40px;
    background: linear-gradient(180deg, transparent 0%, rgba(var(--wdtHeadAltColorRgb),0.75) 75%);
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-detail-group .wdt-content-icon-wrapper {
    display: none;
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem); /* Min-22 & Max-30 */
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtAccentTxtColor);
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-title h5 a:hover {
    color: rgba(var(--wdtAccentTxtColorRgb),0.65);
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-button > a {
    font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem); /* Min-22 & Max-30 */
    line-height: var(--wdtLineHeight_H4);
    width: fit-content;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding: 0.75em;
    padding-top: 1.75em;
    box-shadow: none;
    background: transparent;
    color: var(--wdtLinkColor);
    background-color: rgba(var(--wdtAccentTxtColorRgb), 0.4);
    border: 2px solid rgba(var(--wdtAccentTxtColorRgb), 0.4);
    backdrop-filter: blur(5px);
    border-radius: calc(var(--wdtRadius_Part) + var(--wdtRadius_Part));
    -webkit-border-radius: calc(var(--wdtRadius_Part) + var(--wdtRadius_Part));
    pointer-events: all;
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-button > a::before {
    content: '\e815';
    font-family: "wdt-alt-icons";
    font-size: 0.65em;
    position: absolute;
    top: auto;
    bottom: 3.15em;
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-button > a::after {
    content: '';
    display: block;
    width: 3.4em;
    height: 3.4em;
    background-color: var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    box-shadow: 0 0 0 2px var(--wdtPrimaryColor) inset, 0 0 0 8px #000 inset;
    -webkit-box-shadow: 0 0 0 2px var(--wdtPrimaryColor) inset, 0 0 0 8px #000 inset;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-button > a:hover::after {
    box-shadow: 0 0 0 2px var(--wdtPrimaryColor) inset, 0 0 0 0px #000 inset;
    -webkit-box-shadow: 0 0 0 2px var(--wdtPrimaryColor) inset, 0 0 0 0px #000 inset;
}
.wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-button {
    align-self: center;
}

@media only screen and (max-width:1280px) {
    .wdt-image-box-holder.wdt-rc-template-video-popup .wdt-content-item .wdt-content-detail-group {
        padding: 25px;
        gap: 30px;
    }
}


/* Header Menu Block */

.wdt-image-box-holder.wdt-rc-template-header-menu-block .wdt-content-item .wdt-content-media-group {
    display: flex;
    flex-direction: column;
}
.wdt-image-box-holder.wdt-rc-template-header-menu-block .wdt-content-item .wdt-content-title h5 a,
.wdt-image-box-holder.wdt-rc-template-header-menu-block .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Base);
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem); /* 20 - 18 */
    font-weight: var(--wdtFontWeight_Ext);
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0;
}
.wdt-dark-bg .menu-item-object-wdt_mega_menus .wdt-content-item .wdt-content-title h5,
.wdt-dark-bg .menu-item-object-wdt_mega_menus .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtHeadAltColor);
}
.wdt-dark-bg .menu-item-object-wdt_mega_menus .wdt-content-item .wdt-content-title h5 a:hover {
    color: rgba(var(--wdtHeadAltColorRgb), 0.65);
}
.wdt-image-box-holder.wdt-rc-template-header-menu-block .wdt-content-item .wdt-content-media-group > div:not(:last-child) {
    margin-bottom: 15px;
}
.wdt-image-box-holder.wdt-rc-template-header-menu-block .wdt-content-item .wdt-content-image > span > img, 
.wdt-image-box-holder.wdt-rc-template-header-menu-block .wdt-content-item .wdt-content-image > a > img {
    border: 1px solid var(--wdtBorderColor);
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
}

@media only screen and (max-width:1280px) {

    .wdt-image-box-holder.wdt-rc-template-header-menu-block .wdt-content-item .wdt-content-media-group > div:not(:last-child) {
        margin-bottom: 10px;
    }

}