/*===== Default Template =====*/

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item { text-align: center; }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span, 
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a { 
    -webkit-border-radius: 1em; border-radius: 1em; }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { 
    margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper + .wdt-content-icon-wrapper { 
    display: block; font-size: 60px; line-height: 0; margin-top: -8px; margin-bottom: -0.4em; 
    -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { 
    background-color: var(--wdt-elementor-color-white); color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); 
    font-size: 24px; height: 60px; width: 60px; -webkit-border-radius: 50%; border-radius: 50%; 
    -webkit-box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); 
    box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { 
    background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: clamp(0.625rem, 0.5805rem + 0.2454vw, 0.875rem); /*14px - 10px*/ }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Alt); font-size: clamp(1.5rem, 1.4333rem + 0.3681vw, 1.875rem); /*30px - 24px*/ 
    font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; }


/*===== Title With Description =====*/

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item {
    display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; }

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:not(:last-child) {
    border-bottom: 1px solid var(--wdtBorderColor); padding-bottom: clamp(1.25rem, 1.0832rem + 0.9202vw, 2.1875rem); /*35px - 20px*/ 
    margin-bottom: clamp(1.25rem, 1.0832rem + 0.9202vw, 2.1875rem); /*35px - 20px*/ }

.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; margin-right: clamp(1.25rem, 1.1388rem + 0.6135vw, 1.875rem); /*30px - 20px*/ }

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-media-group {
    display: flex; align-items: center; justify-content: flex-start; }

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {     
    background-image: linear-gradient(45deg, var(--wdtPrimaryColor) 50%, var(--wdtSecondaryColor) 50%) !important;
    background-size: 300%; background-repeat: no-repeat; backface-visibility: hidden; color: var(--wdtAccentTxtColor); 
    background-position: right -1px top 0px; -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); border-radius: var(--wdtRadius_1X); }

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span { 
    background-position: left 0px bottom 0px; color: var(--wdtAccentTxtColor); }

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Alt); font-size: clamp(1.5rem, 1.4333rem + 0.3681vw, 1.875rem); /*30px - 24px*/ 
    font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; }


/*===== Icon With Title =====*/

.wdt-image-box-holder.wdt-rc-template-icons_title .wdt-content-item {
    display: flex; align-items: center; }

.wdt-image-box-holder.wdt-rc-template-icons_title .wdt-content-item > div:not(:last-child) {
    margin-right: 20px; margin-bottom: 0px; }

.wdt-image-box-holder.wdt-rc-template-icons_title .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    position: relative; z-index: 1; backface-visibility: hidden; color: var(--wdtHeadAltColor);
    -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); }
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-icons_title .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtAccentTxtColor); }
.wdt-image-box-holder.wdt-rc-template-icons_title .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span:before { transform: scale(1); opacity: 1; }


.wdt-image-box-holder.wdt-rc-template-icons_title .wdt-content-item .wdt-content-detail-group {
    padding-right: clamp(1.25rem, -6.3737rem + 7.9156vw, 3.125rem); /*50px - 20px - For Labtop*/ }

.wdt-image-box-holder.wdt-rc-template-icons_title .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Base); font-size: calc(var(--wdtFontSize_H6) + 2px); 
    font-weight: var(--wdtFontWeight_Base); line-height: 1.4; text-transform: capitalize; }

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-icons_title .wdt-content-item .wdt-content-title h5 a { 
    color: var(--wdtAccentTxtColor); }
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-icons_title .wdt-content-item .wdt-content-title h5 a:hover { 
    color: var(--wdtLinkHoverColor); }


/*===== Icon With Content =====*/

.wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item {
    display: flex; align-items: center; }

.wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item:not(:last-child) {
    border-bottom: 1px solid rgba(var(--wdtHeadAltColorRgb),0.1); 
    padding-bottom: clamp(1.5625rem, 1.3957rem + 0.9202vw, 2.5rem); /*40px - 25px*/ 
    margin-bottom: clamp(1.5625rem, 1.3957rem + 0.9202vw, 2.5rem); /*40px - 25px*/ }

.wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item > div:not(:last-child) {
    margin-right: clamp(1.5625rem, 1.5069rem + 0.3067vw, 1.875rem); /*30px - 25px*/ margin-bottom: 0px; }

.wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    background-color: var(--wdtSecondaryColor); position: relative; z-index: 1; backface-visibility: hidden; color: var(--wdtAccentTxtColor);
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><path d="M5.3,57.2c-0.8,2.7-0.1,5.5,1.8,7.5c0.7,0.8,1.6,1.5,2.7,1.9c-0.4,1-0.6,2.1-0.5,3.3c0,2.8,1.6,5.3,4,6.6c1.7,0.9,3.8,2.1,11.2-1.1c-3.1,7.4-2,9.5-1.1,11.2v0c1.3,2.4,3.8,4,6.6,4c1.1,0.1,2.2-0.1,3.3-0.5c0.4,1,1.1,1.9,1.9,2.7c2,1.9,4.9,2.6,7.5,1.8c1.9-0.6,4.2-1.3,7.2-8.7c3,7.4,5.3,8.1,7.2,8.7c2.7,0.8,5.5,0.1,7.5-1.8c0.8-0.7,1.5-1.6,1.9-2.7c1,0.4,2.1,0.6,3.3,0.5c2.8,0,5.3-1.6,6.6-4c0.9-1.7,2.1-3.8-1.1-11.2c7.4,3.1,9.5,2,11.2,1.1l0,0c2.4-1.3,4-3.8,4-6.6c0.1-1.1-0.1-2.2-0.5-3.3c1-0.4,1.9-1.1,2.7-1.9c1.9-2,2.6-4.9,1.8-7.5C94.1,55.3,93.4,53,86,50c7.4-3,8.1-5.3,8.7-7.2h0c0.8-2.7,0.1-5.5-1.8-7.5c-0.7-0.8-1.6-1.5-2.7-1.9c0.4-1,0.6-2.1,0.5-3.3c0-2.8-1.6-5.3-4-6.6c-1.7-0.9-3.8-2.1-11.2,1.1c3.1-7.4,2-9.5,1.1-11.2h0c-1.3-2.4-3.8-4-6.6-4c-1.1-0.1-2.2,0.1-3.3,0.5c-0.4-1-1.1-1.9-1.9-2.7c-2-1.9-4.9-2.6-7.5-1.8C55.3,5.9,53,6.6,50,14c-3-7.4-5.3-8.1-7.2-8.7c-2.7-0.8-5.5-0.1-7.5,1.8c-0.8,0.7-1.5,1.6-1.9,2.7c-1-0.4-2.1-0.6-3.3-0.5c-2.8,0-5.3,1.6-6.6,4c-0.9,1.7-2.1,3.8,1.1,11.2c-7.4-3.1-9.5-2-11.2-1.1c-2.4,1.3-4,3.8-4,6.6c-0.1,1.1,0.1,2.2,0.5,3.3c-1,0.4-1.9,1.1-2.7,1.9c-1.9,2-2.6,4.9-1.8,7.5C5.9,44.7,6.6,47,14,50C6.6,53,5.9,55.3,5.3,57.2z"/></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><path d="M5.3,57.2c-0.8,2.7-0.1,5.5,1.8,7.5c0.7,0.8,1.6,1.5,2.7,1.9c-0.4,1-0.6,2.1-0.5,3.3c0,2.8,1.6,5.3,4,6.6c1.7,0.9,3.8,2.1,11.2-1.1c-3.1,7.4-2,9.5-1.1,11.2v0c1.3,2.4,3.8,4,6.6,4c1.1,0.1,2.2-0.1,3.3-0.5c0.4,1,1.1,1.9,1.9,2.7c2,1.9,4.9,2.6,7.5,1.8c1.9-0.6,4.2-1.3,7.2-8.7c3,7.4,5.3,8.1,7.2,8.7c2.7,0.8,5.5,0.1,7.5-1.8c0.8-0.7,1.5-1.6,1.9-2.7c1,0.4,2.1,0.6,3.3,0.5c2.8,0,5.3-1.6,6.6-4c0.9-1.7,2.1-3.8-1.1-11.2c7.4,3.1,9.5,2,11.2,1.1l0,0c2.4-1.3,4-3.8,4-6.6c0.1-1.1-0.1-2.2-0.5-3.3c1-0.4,1.9-1.1,2.7-1.9c1.9-2,2.6-4.9,1.8-7.5C94.1,55.3,93.4,53,86,50c7.4-3,8.1-5.3,8.7-7.2h0c0.8-2.7,0.1-5.5-1.8-7.5c-0.7-0.8-1.6-1.5-2.7-1.9c0.4-1,0.6-2.1,0.5-3.3c0-2.8-1.6-5.3-4-6.6c-1.7-0.9-3.8-2.1-11.2,1.1c3.1-7.4,2-9.5,1.1-11.2h0c-1.3-2.4-3.8-4-6.6-4c-1.1-0.1-2.2,0.1-3.3,0.5c-0.4-1-1.1-1.9-1.9-2.7c-2-1.9-4.9-2.6-7.5-1.8C55.3,5.9,53,6.6,50,14c-3-7.4-5.3-8.1-7.2-8.7c-2.7-0.8-5.5-0.1-7.5,1.8c-0.8,0.7-1.5,1.6-1.9,2.7c-1-0.4-2.1-0.6-3.3-0.5c-2.8,0-5.3,1.6-6.6,4c-0.9,1.7-2.1,3.8,1.1,11.2c-7.4-3.1-9.5-2-11.2-1.1c-2.4,1.3-4,3.8-4,6.6c-0.1,1.1,0.1,2.2,0.5,3.3c-1,0.4-1.9,1.1-2.7,1.9c-1.9,2-2.6,4.9-1.8,7.5C5.9,44.7,6.6,47,14,50C6.6,53,5.9,55.3,5.3,57.2z"/></svg>');
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; -webkit-mask-position: center; mask-position: center;
    -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); }

.wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:before { z-index: -1;
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--wdtPrimaryColor); transform: scale(0.5);
    border-radius: var(--wdtRadius_Full); opacity: 0; -webkit-transition: transform .35s ease-in, opacity .25s ease-out; transition: transform .35s ease-in, opacity .25s ease-out; }
.wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span:before { transform: scale(1); opacity: 1; }

.wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdtSecondaryColor); color: var(--wdtAccentTxtColor); }

.wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { 
    margin-bottom: 8px; }

.wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Alt); font-size: var(--wdtFontSize_H4); /*30px - 24px*/ 
    font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; }

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item .wdt-content-title h5 a { 
    color: var(--wdtAccentTxtColor); }
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item .wdt-content-title h5 a:hover { 
    color: var(--wdtLinkHoverColor); }

.wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item .wdt-content-description {
    width: 100%; max-width: 600px; }


/* Alter Style */

.wdt-rc-template-icon_content-new .wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item {
    display: flex; flex-direction: column; align-items: center; }

.wdt-rc-template-icon_content-new .wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item > div:not(:last-child) {
    margin-right: 0; margin-bottom: clamp(1.25rem, 1.0832rem + 0.9202vw, 2.1875rem); /*35px - 20px*/ }

.wdt-rc-template-icon_content-new .wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { 
    margin-bottom: clamp(0.625rem, 0.5694rem + 0.3067vw, 0.9375rem); /*15px - 10px*/ }

.wdt-rc-template-icon_content-new  .wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item .wdt-content-description { 
    width: 100%; max-width: 100%; }


/*===== Icon With Content Alter =====*/

.wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item {
    position: relative;
    overflow: visible;
    display: flex;
    align-items: flex-start;
    }
.wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item > div:not(:last-child) {
    margin-right: 30px; margin-bottom: 0px; }
.wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    /* background-color: var(--wdtSecondaryColor); */
    backface-visibility: hidden;
    color: var(--wdtSecondaryColor);
    -webkit-transition: var(--wdt-Ad-Transition);
    transition: var(--wdt-Ad-Transition);
    }
.wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child) .wdt-content-detail-group { 
    padding-bottom: 0px; }
.wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { 
    margin-bottom: 8px; }
.wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Alt); font-size: var(--wdtFontSize_H4);
    font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; }
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item .wdt-content-title h5 a { 
    color: var(--wdtAccentTxtColor); }
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item .wdt-content-title h5 a:hover { 
    color: var(--wdtLinkHoverColor); }
.wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item .wdt-content-description {
    width: 100%; max-width: 600px; }

/*===== Standard Template =====*/

.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column { z-index: 0; }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column.wdt-active { z-index: 1; }
.wdt-image-box-holder.wdt-rc-template-standard {
    border: 1px solid rgba(var(--wdtBorderColorRgb), 0.3);
    border-radius: var(--wdtRadius_2X);
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item { 
    display: grid; gap: 40px; grid-template-columns: 1fr 0.3fr; align-items: center;
    border: 0; background-color: rgba(var(--wdtSecondaryColorRgb), 0); 
    -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition);
    padding: clamp(1.25rem, 0.9164rem + 1.8405vw, 3.125rem); /* 50px - 20px */ }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column:not(:last-child) .wdt-content-item { 
    border-bottom: 1px solid rgba(var(--wdtBorderColorRgb), 0.3); }

.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-media-group {
    display: flex; align-items: center; gap: 40px; /*30px - 20px*/ margin: 0; }


/* Elements Group Style */

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-media-group {
    width: calc(40% - 20px); display: flex; align-items: center; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-elements-group > div:not(:last-child) { 
    margin-right: clamp(1.25rem, 0.9164rem + 1.8405vw, 3.125rem); /*50px - 20px*/ margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-media-group > div.wdt-content-subtitle {
    width: 100%; max-width: fit-content; min-width: clamp(1.875rem, 1.0966rem + 4.2945vw, 6.25rem); /*100px - 30px*/ font-family: var(--wdtFontTypo_Ext); }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-media-group .wdt-content-icon{
    width:70px; height:70px; font-size:70px; display:inline-block; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-description-group { 
    display: grid; justify-items: center; width: calc(60% - 20px); align-items: center; }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-description-group > div { grid-area: 1/-1; }

/* Image Group Style */

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-content-image-wrapper {
    position: relative; width: 100%; max-width: 300px; padding: 0 60px; backface-visibility: hidden; isolation: isolate; will-change: transform; clear: both; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-content-image-wrapper .wdt-content-image img {
    position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-border-radius: var(--wdtRadius_2X); border-radius: var(--wdtRadius_2X);
    -webkit-transform: translateY(60px) skewX(3deg) skewY(3deg) rotate(3deg) scaleY(1.15); 
    transform: translateY(60px) skewX(3deg) skewY(3deg) rotate(3deg) scaleY(1.15); opacity: 0; 
    -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); 
    backface-visibility: hidden; isolation: isolate; will-change: transform; clear: both; margin: auto; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column .wdt-content-item:hover 
.wdt-content-media-group div.wdt-content-image-wrapper .wdt-content-image img,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column.wdt-active .wdt-content-item 
.wdt-content-media-group div.wdt-content-image-wrapper .wdt-content-image img {
    -webkit-transform: translateY(0px) skewX(0deg) skewY(0deg) rotate(-10deg) scaleY(1);
    transform: translateY(0px) skewX(0deg) skewY(0deg) rotate(-10deg) scaleY(1); opacity: 1; }


/* Sub Title Style */

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-subtitle {
    font-family: var(--wdtFontTypo_Alt); font-size: clamp(2.125rem, 1.7247rem + 2.2086vw, 4.375rem); /* Min-34 & Max-70 */ 
    font-weight: var(--wdtFontWeight_Alt); line-height: var(--wdtLineHeight_Alt); letter-spacing: 0; 
    color: var(--wdtHeadAltColor); text-transform: uppercase;
    -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); } 

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-subtitle {
    color: var(--wdtAccentTxtColor); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-subtitle,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column.wdt-active .wdt-content-item .wdt-content-subtitle {
    color: var(--wdtLinkHoverColor); }


/* Title Style */

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item > div[class*="group"] .wdt-content-subtitle + .wdt-content-title {
    margin-top: 0; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Alt); font-size: clamp(1.5rem, 1.25rem + 0.5208vw, 1.875rem); /*30px - 24px / To Tab Screen*/
    font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; 
    -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); }

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtAccentTxtColor); }
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5 a:hover {
    color: var(--wdtLinkHoverColor); }


/* Description Style */

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-content-description {
    color: var(--wdtAccentTxtColor); }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-content-description p { margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-content-description {
    -webkit-transform: translateY(0px) skewX(0deg) skewY(0deg) rotate(0deg) scaleY(1); overflow: hidden;
    transform: translateY(0px) skewX(0deg) skewY(0deg) rotate(0deg) scaleY(1); opacity: 1;
    -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); 
    backface-visibility: hidden; isolation: isolate; will-change: transform; clear: both; margin: auto; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column .wdt-content-item:hover 
.wdt-content-media-group div.wdt-content-description,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column.wdt-active .wdt-content-item 
.wdt-content-media-group div.wdt-content-description {
    -webkit-transform: translateY(-30px) skewX(-1deg) skewY(-1deg) rotate(-1deg) scaleY(1.15); 
    transform: translateY(-30px) skewX(-1deg) skewY(-1deg) rotate(-1deg) scaleY(1.15); opacity: 0; }

/* Button Style */
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button { text-align: right; }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button > a { padding: 0; background-color: transparent; position: relative; padding-bottom: 2px; }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button > a:hover { color: rgba(var(--wdtAccentTxtColorRgb), 0.8); }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button > a:before { content: '';
    position: absolute; width: 100%; height: 1px; background-color: currentColor; top: auto; left: 0;
    right: 0; bottom: 0px; -webkit-transform: scaleX(1); transform: scaleX(1); transform-origin: left bottom; 
    -webkit-transition: all .3s ease; transition: all .3s ease; margin: auto; }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button > a:hover:before { -webkit-transform: scaleX(0); transform: scaleX(0); }


/*===== Social Icons =====*/

.wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-social-icons-container ul.wdt-social-icons-list li a {
    width: 35px; height: 35px; background-color: var(--wdtPrimaryColor); color: var(--wdtAccentTxtColor);-webkit-border-radius: var(--wdtRadius_1X);border-radius: var(--wdtRadius_1X); }

.wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-social-icons-container ul.wdt-social-icons-list li a:hover {
    background-color: var(--wdtHeadAltColor); color: var(--wdtAccentTxtColor); }

.wdt-dark-bg .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-social-icons-container ul.wdt-social-icons-list li a {
    background-color: var(--wdtAccentTxtColor); color: var(--wdtHeadAltColor); }

.wdt-dark-bg .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-social-icons-container ul.wdt-social-icons-list li a:hover {
    background-color: var(--wdtPrimaryColor); color: var(--wdtAccentTxtColor); }


/*===== Modern Template =====*/

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item {
    position: relative; overflow: hidden; 
    background-color: rgba(var(--wdtTertiaryColorRgb), 0.95); 
    padding: clamp(1.5625rem, 1.2845rem + 1.5337vw, 3.125rem); /*50px - 25px*/ 
    -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); }

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item { 
    background-color: rgba(var(--wdtPrimaryColorRgb), 0.95); }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item::before {
    content: ''; position: absolute; pointer-events: none; width: calc(100% + 10px); height: calc(100% + 10px); 
    background-color: inherit; top: -10px; right: -10px; bottom: -10px; left: -10px; z-index: -1; margin: auto; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group > div:not(:last-child) { 
    margin-bottom: 10px; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-subtitle {
    font-family: var(--wdtFontTypo_Alt); font-size: clamp(2rem, 1.8221rem + 0.9816vw, 3rem); /* Min-32 & Max-48 */ 
    font-weight: var(--wdtFontWeight_Alt); line-height: 1.1; letter-spacing: 0; 
    text-transform: capitalize; color: var(--wdtHeadAltColor); }

.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 > div[class*="group"] .wdt-content-subtitle + .wdt-content-title a{ 
    pointer-events:none; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Alt); font-size: clamp(1.5rem, 1.4333rem + 0.3681vw, 1.875rem); /*30px - 24px*/
    font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group > div.wdt-content-description { 
    margin-bottom: 18px; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-button a > .wdt-button-text {
    display: inline-flex; align-items: center; -webkit-transform: translateX(12px); transform: translateX(12px); transform-origin: center;
    backface-visibility: hidden; isolation: isolate; will-change: transform; -webkit-transition: var(--wdt-Ad-Transition); 
    transition: var(--wdt-Ad-Transition); }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-button a:hover > .wdt-button-text {
    -webkit-transform: translateX(0); transform: translateX(0); }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-button a > .wdt-button-text::after {
    content: '';-webkit-transform: translateX(14px); transform: translateX(14px); transform-origin: center;
    backface-visibility: hidden; isolation: isolate; will-change: transform; -webkit-transition: var(--wdt-Ad-Transition); 
    transition: var(--wdt-Ad-Transition); opacity: 0; margin-left: 8px;-webkit-mask-image: url("data:image/svg+xml,%3Csvg 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'%3E%3Cpath d='M98.4,49.5c-54-41.2-77.1-3.4-77.1-3.4l49.9,3.4C49.6,49.3,12,49,4.4,50.6c-5.9,1.2-1.4,5.2,2.5,4.3 c3.7-0.9,8.6-1.4,14.2-1.7C73,92.6,98.4,49.5,98.4,49.5z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg 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'%3E%3Cpath d='M98.4,49.5c-54-41.2-77.1-3.4-77.1-3.4l49.9,3.4C49.6,49.3,12,49,4.4,50.6c-5.9,1.2-1.4,5.2,2.5,4.3 c3.7-0.9,8.6-1.4,14.2-1.7C73,92.6,98.4,49.5,98.4,49.5z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;mask-position: center center;mask-size: 100%;background: currentColor;width: 24px;height: 20px; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-button a:hover > .wdt-button-text::after {
    -webkit-transform: translateX(0px); transform: translateX(0px); opacity: 1; }


/* Colors */

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-subtitle,
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-title h5 a,
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-description{
    color: var(--wdtAccentTxtColor); }

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-title h5 a:hover {
    color: rgba(var(--wdtAccentTxtColorRgb), 0.8); }


/*===== Instagram Template =====*/

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item {display: grid; overflow: hidden; will-change: transform; }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item > div { 
    grid-area: 1/-1;place-self: center; }
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-media-group {
    margin: 0;
    display: flex;
}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-detail-group{
    display: flex;
    align-items: center;
    padding: 20px;
  width: fit-content;
  height: fit-content;
  gap: 5px;
  background-color: rgba(var(--wdtSecondaryColorRgb), 0.2);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(var(--wdtBodyBGColorRgb),0.15);
  border-radius: var(--wdtRadius_1X);
  opacity: 0;
  transform: scale(0);
   -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition);
   pointer-events: none;
}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item:hover .wdt-content-detail-group{
    opacity: 1;
  transform: scale(1);
}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-detail-group > div.wdt-content-icon-wrapper{
    margin-bottom: -1px;
}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-icon span { 
    font-size: var(--wdtFontSize_H4); 
    color: var(--wdtAccentTxtColor); padding: 0; 
}

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-title h5 {
  font-size: var(--wdtFontSize_Base);
  line-height: 1;
}    
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-title h5 a {
  color: var(--wdtAccentTxtColor);
}

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-image > span,
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-image > a{
    position: relative; 
    overflow: hidden;
    -webkit-border-radius: var(--wdtRadius_2X);
    border-radius: var(--wdtRadius_2X);
    will-change: transform;
}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-media-group .wdt-content-image img {
    position: relative; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1); 
    transform: scale(1); backface-visibility: hidden; will-change: transform; isolation: isolate; clear: both; 
    -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item:hover .wdt-content-media-group .wdt-content-image img {
    -webkit-transform: scale(1.15); transform: scale(1.15); }


/*===== Contact Information Temp =====*/

.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item {
    display: flex; align-items: center; }

.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item > div:not(:last-child) {
    margin-right: clamp(0.9375rem, 0.8819rem + 0.3067vw, 1.25rem); /*20px - 15px*/ margin-bottom: 0px; }

.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    background: var(--wdtPrimaryColor);
    background-size: 300%; background-repeat: no-repeat; backface-visibility: hidden; color: var(--wdtAccentTxtColor); 
    background-position: right -1px top 0px; -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); border-radius: var(--wdtRadius_Part); }

.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span { 
    background-position: left 0px bottom 0px; color: var(--wdtAccentTxtColor); }

.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { 
    margin-bottom: 7px; }

.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-subtitle {
    font-family: var(--wdtFontTypo_Alt); font-size: var(--wdtFontSize_H6); font-weight: var(--wdtFontWeight_Alt); 
    line-height: var(--wdtLineHeight_Alt); letter-spacing: 0; text-transform: capitalize; color: var(--wdtHeadAltColor); }

.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item > div[class*="group"] .wdt-content-subtitle + .wdt-content-title { margin-top: 0; }

.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Base); font-size: var(--wdtFontSize_Base); 
    font-weight: var(--wdtFontWeight_Base); text-transform: capitalize; }

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-subtitle,
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-title h5 a { 
    color: var(--wdtAccentTxtColor); }
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-title h5 a:hover { 
    color: rgba(var(--wdtAccentTxtColorRgb), 0.75); }
.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-title h5 a { position: relative; padding: 0; -webkit-transition: 200ms cubic-bezier(0.7, 0, 0.3, 1); transition: 200ms cubic-bezier(0.7, 0, 0.3, 1); }
.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-title h5 a:before {
    content: '';position: absolute;width: 100%;height: 1px;background-color: var(--wdtAccentTxtColor);
    top: auto;left: 0;right: 0;bottom: 0px;-webkit-transform: scaleX(0);transform: scaleX(0);
    transform-origin: left bottom;-webkit-transition: all .3s ease;transition: all .3s ease;opacity: 0;margin: auto;}
.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-title h5 a:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); opacity: 0.6; }
.wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-title h5 a:before { bottom: -4px; }

/*===== Process Block Template =====*/

.wdt-image-box-holder.wdt-rc-template-process_block .wdt-content-item{
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem); /*20px - 40px*/
    padding: clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem); /*20px - 40px*/
    background: var(--wdtTertiaryColor);
    border-radius: var(--wdtRadius_2X);
}
.wdt-image-box-holder.wdt-rc-template-process_block .wdt-content-item > div.wdt-content-media-group{
    margin: 0;
    display: flex;
}
.wdt-image-box-holder.wdt-rc-template-process_block .wdt-content-item .wdt-content-image > span, 
.wdt-image-box-holder.wdt-rc-template-process_block .wdt-content-item .wdt-content-image>a {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    width: clamp(7.5rem, 5.6887rem + 8.2803vw, 15.625rem); /*120px - 250px*/
    height: clamp(7.5rem, 5.6887rem + 8.2803vw, 15.625rem); /*120px - 250px*/
}

.wdt-image-box-holder.wdt-rc-template-process_block .wdt-content-item .wdt-content-image > span > img,
.wdt-image-box-holder.wdt-rc-template-process_block .wdt-content-item .wdt-content-image > a > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}    
.wdt-image-box-holder.wdt-rc-template-process_block .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Alt);
    font-size: clamp(1.5rem, 1.4333rem + 0.3681vw, 1.875rem); /*30px - 24px*/
    font-weight: var(--wdtFontWeight_Alt);
    text-transform: capitalize;
}

/* Image_block Menu */

.wdt-image-box-holder.wdt-rc-template-image_block .wdt-content-item{
    display: grid;
    overflow: hidden;
    align-items: end;
    border-radius: var(--wdtRadius_2X);
    border: 1px solid var(--wdtPrimaryColor);
}  

.wdt-image-box-holder.wdt-rc-template-image_block .wdt-content-item .wdt-content-media-group{
    grid-area: 1/1;
    display: flex;
    margin: 0;
}
.wdt-image-box-holder.wdt-rc-template-image_block .wdt-content-item .wdt-content-detail-group{
  grid-area: 1 / -1;
  align-content: end;
  color: var(--wdtAccentTxtColor);
  background: rgba(var(--wdtSecondaryColorRgb), 0.75);
  margin: 15px;
  backdrop-filter: blur(24px);
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
  border-radius: inherit;
  overflow: hidden;
  border: 1px solid rgba(var(--wdtBodyBGColorRgb),0.7);
}

.wdt-image-box-holder.wdt-rc-template-image_block .wdt-content-item .wdt-content-image > a {
  overflow: hidden;
  position: relative;
  border-radius: inherit;
}
.wdt-image-box-holder.wdt-rc-template-image_block .wdt-content-item .wdt-content-image > a img{
    height: 100%;
    width: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
}
.wdt-image-box-holder.wdt-rc-template-image_block .wdt-content-item:hover .wdt-content-image>a img {
    -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wdt-image-box-holder.wdt-rc-template-image_block .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.25rem, 1.1669rem + 0.2776vw, 1.5rem); /* Min-20 & Max-24 */
    line-height: 1;
    color: var(--wdtAccentTxtColor);
}
.wdt-image-box-holder.wdt-rc-template-image_block .wdt-content-item .wdt-content-title h5 a {
    font-size: inherit;
    color: var(--wdtAccentTxtColor);
    display: block;
    padding: clamp(1.25rem, 0.6235rem + 0.7825vw, 1.5625rem); /*20px - 25px*/
}
.wdt-image-box-holder.wdt-rc-template-image_block .wdt-content-item .wdt-content-title h5 a:hover {
       color: rgba(var(--wdtAccentTxtColorRgb),0.65);
}

/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1540px) {
    .wdt-image-box-holder.wdt-rc-template-icons_title .wdt-content-item .wdt-content-detail-group { padding-right: 0; }
}

@media only screen and (max-width: 1280px) {
    
    .wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child) .wdt-content-detail-group::after {
        bottom: 35px; }
    .wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child)::after { bottom: 27px; }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child)::before { left: 43px; }
    .wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child) .wdt-content-detail-group::after {
        left: -73px; }
    .wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child)::after { left: 34px; }

    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item { grid-template-columns: 1fr; }
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item > div:not(:last-child) {
        margin-bottom: 20px; margin-right: 0; }
}

@media only screen and (max-width: 1024px) {
    .wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item .wdt-content-description { 
        width: 100%; max-width: 100%; }
    
    
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image, 
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > span, 
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > a { width: 100%; height: 100%; }
    .wdt-image-box-holder.wdt-rc-template-standard { overflow: hidden; border: none; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item { grid-template-columns: 1fr; padding: 25px; overflow: hidden; z-index: 1;
        border: 1px solid rgba(var(--wdtBorderColorRgb), 0.3); -webkit-border-radius: var(--wdtRadius_2X); border-radius: var(--wdtRadius_2X); }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { gap: 20px; flex-direction: column; position: unset; margin: 0; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-media-group { width: 50%; align-self: flex-start; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-description-group { grid-template-columns: 1fr 1fr; width: 100%; gap: 20px; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-description-group > div { grid-area: 1; z-index: 1; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-content-image-wrapper { 
        order: 1; position: absolute; width: 50%; top: 0; bottom: 0px; right: 0; height: 100%; padding: 0; max-width: 100%; transform: scaleY(1.2); }
    /* .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-content-image-wrapper .wdt-content-image { 
        position: absolute; width: 100%; height: 100%; } */
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-content-image-wrapper .wdt-content-image img {
        position: relative; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: var(--wdtRadius_Zero); }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-content-description { order: 0; }

    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button { width: 50%; text-align: left; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column .wdt-content-item:hover .wdt-content-media-group div.wdt-content-image-wrapper .wdt-content-image img,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column.wdt-active .wdt-content-item .wdt-content-media-group div.wdt-content-image-wrapper .wdt-content-image img,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-content-image-wrapper .wdt-content-image img,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column .wdt-content-item:hover .wdt-content-media-group div.wdt-content-description,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column.wdt-active .wdt-content-item .wdt-content-media-group div.wdt-content-description {
    -webkit-transform: translateY(0px) skewX(0deg) skewY(0deg) rotate(0deg) scaleY(1);
    transform: translateY(0px) skewX(0deg) skewY(0deg) rotate(0deg) scaleY(1); opacity: 1; }
}

@media only screen and (min-width: 768px) {
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column { width: 100% !important; }
}

@media only screen and (max-width: 767px) {
    .wdt-image-box-holder.wdt-rc-template-process_block .wdt-content-item{flex-direction: column;}

    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item { gap: 22px; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group div.wdt-content-image-wrapper { 
        width: 100%; transform: scaleY(1.2); z-index: -3; opacity: 0.3; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-description-group { grid-template-columns: 1fr; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-media-group { flex-direction: column; width: 100%; align-self: center; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button { width: 100%; text-align: center; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-elements-group > div:not(:last-child) { margin-right: 0px; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group> div > .wdt-content-description { max-width: 380px; text-align: center; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:before { content: ''; position: absolute; backdrop-filter: blur(10px); -webkit-filter: blur(10px);
        width: 100%; height: 100%; background-color: rgba(0,0,0, 0.15); top: 0; left: 0; z-index: -1; border-radius: var(--wdtRadius_2X); pointer-events: none; }
}

@media only screen and (max-width: 480px) {
    .wdt-image-box-holder.wdt-rc-template-icons_title .wdt-content-item .wdt-content-title h5 { 
        font-size: var(--wdtFontSize_H6); line-height: 1.3; }
    .wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item {
        display: flex; flex-direction: column; align-items: flex-start; }
    .wdt-image-box-holder.wdt-rc-template-icon_content .wdt-content-item > div:not(:last-child) {
        margin-right: 0; margin-bottom: 20px; }


    .wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child)::before { left: 38px; }
    .wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child) .wdt-content-detail-group::after {
        left: -68px; bottom: 30px; }
    .wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child)::after { left: 29px; bottom: 22px; }

    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item { grid-template-columns: 1fr; }
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item > div:not(:last-child) {
        margin-bottom: 10px; margin-right: 0; }
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-media-group { flex-direction: column; }
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-media-group > div:not(:last-child) {
        margin-bottom: 20px; margin-right: 0; }
}

/*===== Image Parallax Gallery =====*/

 /* image-parallax */
.wdt-image-parallax-gallery .wdt-column { width: 100%; }
.wdt-image-parallax-gallery .wdt-content-item .wdt-content-image-wrapper,
.wdt-image-parallax-gallery .wdt-content-item .wdt-content-image { 
     --wdt-img-ratio: var(--img-width)/var(--img-height);
    position: relative; overflow: hidden; width: 100%; height: 100%; border-radius: var(--wdtRadius_2X); }

.wdt-image-parallax-gallery .wdt-content-item .wdt-content-image {
  width: 100%; height: 100%; align-items: center; justify-content: center; }

.wdt-image-parallax-gallery .wdt-content-item .wdt-content-image span {
    position: relative; width: 100%; height: 100%; padding-bottom: calc(100% / (var(--wdt-img-ratio))); overflow: hidden; }


.wdt-image-parallax-gallery .wdt-content-item .wdt-content-image > span > img, 
.wdt-image-parallax-gallery .wdt-content-item .wdt-content-image > a > img {
    position: absolute; top: -10%; left: 0; right: 0; bottom: 0; width: 100%;
    height: calc(100% + 50%); object-fit: cover; object-position: center;
    aspect-ratio: var(--wdt-img-ratio); transition: transform .5s linear; }