
/*===== 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-Livi-Transition); transition: var(--wdt-Livi-Transition); }

.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 {
    background-image: linear-gradient(45deg, var(--wdtPrimaryColor) 50%, var(--wdtAccentTxtColor) 50%) !important;
    background-size: 300%; background-repeat: no-repeat; backface-visibility: hidden; color: var(--wdtHeadAltColor); 
    background-position: right -1px top 0px; -webkit-transition: var(--wdt-Livi-Transition); transition: var(--wdt-Livi-Transition); }

.wdt-image-box-holder.wdt-rc-template-icons_title .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-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_Alt); font-size: var(--wdtFontSize_H5); 
    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 var(--wdtBorderColor); 
    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-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-Livi-Transition); transition: var(--wdt-Livi-Transition); }

.wdt-image-box-holder.wdt-rc-template-icon_content .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-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: hidden; 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-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-Livi-Transition); transition: var(--wdt-Livi-Transition); }

.wdt-image-box-holder.wdt-rc-template-icon_content_alter .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-icon_content_alter .wdt-content-item:not(:last-child) .wdt-content-detail-group { 
    padding-bottom: 80px; }

.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; }


/* Border With Icon Works */

.wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child)::before {
    content: ''; position: absolute; pointer-events: none; width: 1px; height: 100vh; 
    background-color: var(--wdtBorderColor); top: 50%; right: auto; bottom: 0; left: 48px; z-index: -1; margin: auto; }

.wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child) .wdt-content-detail-group::after {
    content: ''; position: absolute; pointer-events: none; width: 100vmax; height: 1px; 
    background-color: var(--wdtBorderColor); top: auto; right: auto; bottom: 40px; 
    left: -78px; z-index: -1; margin: auto; }

.wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child)::after {
    content: ''; position: absolute; pointer-events: none; width: 20px; height: 20px; font-size: var(--wdtFontSize_H5); 
    background-color: var(--wdtHeadAltColor); top: auto; right: auto; bottom: 32px; left: 39px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M12,41.5v25.8l38,30.1l38-30V41.5L50,71.7L12,41.5z'/%3E%3Cpath d='M12,28.3l38,30.1l38-30.1V2.5L50,32.6L12,2.5V28.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M12,41.5v25.8l38,30.1l38-30V41.5L50,71.7L12,41.5z'/%3E%3Cpath d='M12,28.3l38,30.1l38-30.1V2.5L50,32.6L12,2.5V28.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; 
    -webkit-mask-size: cover; mask-size: cover; display: flex; align-items: center; justify-content: center; 
    backface-visibility: hidden; animation: movement-top-bottom 1s infinite; z-index: 1; margin: auto; }

@-webkit-keyframes movement-top-bottom {
    0% { transform: translateY(0px); } 50% { transform: translateY(3px); } 100% { transform: translateY(0px); } }
@keyframes movement-top-bottom {
    0% { transform: translateY(0px); } 50% { transform: translateY(3px); } 100% { transform: translateY(0px); } }


/*===== 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 .wdt-content-item { 
    border: 1px solid rgba(var(--wdtBorderColorRgb), 0.3); background-color: rgba(var(--wdtSecondaryColorRgb), 0); 
    -webkit-transition: var(--wdt-Livi-Transition); transition: var(--wdt-Livi-Transition);
    padding: clamp(1.25rem, 1.1388rem + 0.6135vw, 1.875rem) clamp(1.25rem, 0.9164rem + 1.8405vw, 3.125rem); /*30px - 20px | 50px - 20px*/ }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column.wdt-active .wdt-content-item,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover { 
    background-color: rgba(var(--wdtSecondaryColorRgb), 0.5); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-column-wrapper .wdt-column:not(:last-child) .wdt-content-item { 
    border-bottom-width: 0; }

.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*/ }


/* Elements Group Style */

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-media-group {
    width: 40%; 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*/ }


/* 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: 20%; 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-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-Livi-Transition); transition: var(--wdt-Livi-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(0deg) scaleY(1);
    transform: translateY(0px) skewX(0deg) skewY(0deg) rotate(0deg) 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-Livi-Transition); transition: var(--wdt-Livi-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-Livi-Transition); transition: var(--wdt-Livi-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-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-content-description { 
    width: 40%; padding-left: clamp(1.875rem, 0.625rem + 2.6042vw, 3.75rem); /*60px - 30px*/ }

.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); }


/*===== 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: 32px; height: 32px; background-color: var(--wdtPrimaryColor); color: var(--wdtAccentTxtColor); }

.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(--wdtSecondaryColor); 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-Livi-Transition); transition: var(--wdt-Livi-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 .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: block; 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-Livi-Transition); 
    transition: var(--wdt-Livi-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: '\e800'; font-family: "common-right-arrow"; font-size: calc(100% + 10%); 
    -webkit-transform: translateX(14px); transform: translateX(14px); transform-origin: center;
    backface-visibility: hidden; isolation: isolate; will-change: transform; -webkit-transition: var(--wdt-Livi-Transition); 
    transition: var(--wdt-Livi-Transition); opacity: 0; margin-left: 8px; }

.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 { overflow: hidden; will-change: transform; }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-media-group { display: grid; }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-media-group > div { 
    grid-area: 1/-1; margin: 0px !important; }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-media-group > div.wdt-content-icon-wrapper { 
    align-self: center; justify-self: center; pointer-events: none; opacity: 0; z-index: 1; 
    -webkit-transition: var(--wdt-Livi-Transition); transition: var(--wdt-Livi-Transition); }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item:hover .wdt-content-media-group > div.wdt-content-icon-wrapper { 
    opacity: 1; }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-media-group .wdt-content-icon span { 
    width: 40px; height: 40px; font-size: var(--wdtFontSize_H5); background-color: var(--wdtPrimaryColor); 
    color: var(--wdtAccentTxtColor); padding: 0; -webkit-transform: scale(1.3); transform: scale(1.3); }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon span { 
    -webkit-transform: scale(1); transform: scale(1); }
    
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-media-group .wdt-content-image { 
    position: relative; overflow: hidden; backface-visibility: hidden; will-change: transform; isolation: isolate; clear: both; }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-media-group .wdt-content-image::before {
    content: ''; position: absolute; pointer-events: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; 
    bottom: 0; background: rgba(var(--wdtSecondaryColorRgb),0.4); -webkit-clip-path: polygon(0 0, 0 0, 0 0); 
    clip-path: polygon(0 0, 0 0, 0 0); opacity: 0; -webkit-transition: var(--wdt-Livi-Transition); 
    transition: var(--wdt-Livi-Transition); z-index: 1; }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item:hover .wdt-content-media-group .wdt-content-image::before {
    -webkit-clip-path: polygon(0 0, 0 100.5%, 100.5% 0); clip-path: polygon(0 0, 0 100.5%, 100.5% 0); opacity: 1; }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-media-group .wdt-content-image::after {
    content: ''; position: absolute; pointer-events: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; 
    bottom: 0; background: rgba(var(--wdtSecondaryColorRgb),0.6); -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 100%); 
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%); opacity: 0; -webkit-transition: var(--wdt-Livi-Transition); 
    transition: var(--wdt-Livi-Transition); z-index: 1; }

.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item:hover .wdt-content-media-group .wdt-content-image::after {
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); clip-path: polygon(100% 0, 0% 100%, 100% 100%); opacity: 1; }

.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.01); 
    transform: scale(1.01); backface-visibility: hidden; will-change: transform; isolation: isolate; clear: both; 
    -webkit-transition: var(--wdt-Livi-Transition); transition: var(--wdt-Livi-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.1); transform: scale(1.1); }


/*===== 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-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-Livi-Transition); transition: var(--wdt-Livi-Transition); }

.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_Alt); 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: var(--wdtLinkHoverColor); }

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    background-image: linear-gradient(45deg, var(--wdtAccentTxtColor) 50%, var(--wdtPrimaryColor) 50%) !important; }
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-contact .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span { 
    color: var(--wdtHeadAltColor); }


/*--------------------------------------------------------------
	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-standard .wdt-content-item .wdt-content-media-group {
        display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 10px; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-media-group {
        width: 100%; grid-column: 1 / 3; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-content-image-wrapper {
        width: 100%; grid-column: 3 / 4; grid-row: 1 / 3; padding: 0 0 0 120px; }
    .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-content-item:hover .wdt-content-media-group > div.wdt-content-image-wrapper .wdt-content-image img { position: relative; -webkit-transform: none; transform: none; opacity: 1; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-content-description {
        width: 100%; grid-column: 1 / 3; padding-left: 0; }

    .wdt-image-box-holder.wdt-rc-template-icon_content_alter .wdt-content-item:not(:last-child) .wdt-content-detail-group {
        padding-bottom: 70px; }
    .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-media-group > div.wdt-content-image-wrapper {
        padding: 0 0 0 60px; }
}

@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-standard .wdt-content-item { border: none; padding: 0; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { gap: 0; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-content-image-wrapper {
        grid-column: 1 / 4; grid-row: 1 / 2; padding: 0; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-media-group {
        grid-column: 1 / 4; margin-top: 20px; margin-bottom: 6px; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group > div.wdt-content-description {
        grid-column: 1 / 4; }
}

@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-standard .wdt-content-item .wdt-content-media-group > div.wdt-media-group {
        flex-direction: column; align-items: flex-start; margin-top: 15px; margin-bottom: 10px; }
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-elements-group > div:not(:last-child) {
        margin-right: 0; margin-bottom: 6px; }

    .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 {
        padding-bottom: 60px; }
    .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; }
}