
/*===== 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(--wdtAccentTxtColor); color: var(--wdtHeadAltColor); font-size: var(--wdtFontSize_H3); 
    height: 80px; width: 80px; -webkit-border-radius: var(--wdtRadius_Full); border-radius: var(--wdtRadius_Full); }

.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(--wdtPrimaryColor); color: var(--wdtAccentTxtColor); }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group { 
    padding-bottom: 30px; border-bottom: 1px solid var(--wdtBorderColor);}

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item > div:not(:last-child){ margin-bottom: 25px; }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { margin-bottom: 20px; }

.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5 { 
    font-size: clamp(1.25rem, 1.2055rem + 0.2454vw, 1.5rem); /* Min-20 & Max-24 */ }


/*===== Standard Template =====*/

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { 
  display: inline-flex; align-items: center; justify-content: center; background-color: var(--wdtAccentTxtColor);
  width: clamp(5rem, 4.75rem + 1.25vw, 6.25rem)/* Min-80 & Max-100 */;
  height: clamp(5rem, 4.75rem + 1.25vw, 6.25rem)/* Min-80 & Max-100 */; 
  -webkit-border-radius: var(--wdtRadius_4X); border-radius: var(--wdtRadius_4X); }

  .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group { background-color: var(--wdtPrimaryColor); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item > div:not(:last-child) { 
    margin-bottom: clamp(1.25rem, 1.1388rem + 0.6135vw, 1.875rem); /*20px - 30px*/ }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-subtitle { 
  font-size: clamp(1.875rem, 1.7638rem + 0.6135vw, 2.5rem); /* Min-30 & Max-40 */ 
  color: var(--wdtPrimaryColor); font-weight: var(--wdtFontWeight_Alt); 
  line-height: 1; text-transform: capitalize;
  -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-subtitle { 
    color: var(--wdtAccentTxtColor); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item > div[class*="group"] > .wdt-content-title,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item > div[class*="group"] > .wdt-content-subtitle { width: auto; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { 
    margin-bottom: 18px; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5 { 
    font-size: clamp(1.25rem, 1.2055rem + 0.2454vw, 1.5rem); /*20px - 24px*/ 
    font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; color: var(--wdtHeadAltColor); }

.wdt-image-box-holder.wdt-rc-template-standard .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:before,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:before {
    top: 0; bottom: 0; content: ""; position: absolute; display: block; left: auto; right: -210px; width: 150px; 
    margin: auto; background-image: linear-gradient(90deg, var(--wdtPrimaryColor) 50%, transparent 50%); 
    background-size: 20px 2px; background-color: transparent; height: 1px; pointer-events: none; z-index: 1; 
    animation: wdt-move-line 1s infinite linear; }

@keyframes wdt-move-line { 
    0% { background-position: -20px 0, 0 0, 100% -20px, 0 100%; } 100% { background-position: 0 -20px, 0 0, 100% 0, -20px 100%; } }

.wdt-image-box-holder.wdt-rc-template-standard .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:after,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after {
    top:0; bottom: 0; content: ""; position: absolute; display: block; left: auto; 
    right: -215px; width: 10px; margin: auto; background-color: var(--wdtPrimaryColor);
    -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M74.1,54.4c2.4-2.4,2.4-6.4,0-8.8L34.6,6.1c-2.4-2.4-6.4-2.4-8.8,0c-2.4,2.4-2.4,6.4,0,8.8L61,50L25.9,85.1 c-2.4,2.4-2.4,6.4,0,8.8c2.4,2.4,6.4,2.4,8.8,0L74.1,54.4z'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M74.1,54.4c2.4-2.4,2.4-6.4,0-8.8L34.6,6.1c-2.4-2.4-6.4-2.4-8.8,0c-2.4,2.4-2.4,6.4,0,8.8L61,50L25.9,85.1 c-2.4,2.4-2.4,6.4,0,8.8c2.4,2.4,6.4,2.4,8.8,0L74.1,54.4z'/%3E%3C/svg%3E%0A");
    -webkit-mask-size: cover; mask-size: cover; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; 
    -webkit-mask-position: center; mask-position: center; height: 10px; pointer-events: none; z-index: 1; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5, 
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5 > a { 
    color: var(--wdt-elementor-color-white); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5 > a:hover { 
    color: var(--wdt-elementor-color-black); }


/*===== Icon With Content =====*/

.wdt-image-box-holder.wdt-rc-template-contact-infobox .wdt-content-item {
    display: flex; align-items: center; }

.wdt-image-box-holder.wdt-rc-template-contact-infobox .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-infobox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
   width: 50px;
    height: 50px;
    font-size: var(--wdtFontSize_H6);
    background-color: var(--wdtHeadAltColor);
    color: var(--wdtAccentTxtColor);
    -webkit-border-radius: var(--wdtRadius_Part);
    border-radius: var(--wdtRadius_Part);
    -webkit-transition: var(--wdt-Safe-Transition);
    transition: var(--wdt-Safe-Transition); }

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-contact-infobox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    background-color: rgba(var(--wdtTertiaryColorRgb), 0.3); color: var(--wdtAccentTxtColor); border: 1px solid rgba(var(--wdtBorderColorRgb), 0.3); }

.wdt-image-box-holder.wdt-rc-template-contact-infobox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    display: flex; align-items: center; justify-content: center; }

.wdt-image-box-holder.wdt-rc-template-contact-infobox .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { 
    margin-bottom: 8px; }

.wdt-image-box-holder.wdt-rc-template-contact-infobox .wdt-content-item .wdt-content-subtitle {
   font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: var(--wdtLineHeight_Alt);
    text-transform: capitalize;
    color: var(--wdtBodyTxtColor);}

.wdt-image-box-holder.wdt-rc-template-contact-infobox .wdt-content-item > div[class*="group"] .wdt-content-subtitle + .wdt-content-title { 
    margin-top: 0; }

.wdt-image-box-holder.wdt-rc-template-contact-infobox .wdt-content-title a{position: relative;}
.wdt-image-box-holder.wdt-rc-template-contact-infobox .wdt-content-title a::before{
    content: ''; position: absolute; width: 100%; height: 1px; background-color: currentColor; 
        top: auto; left: 0; right: 0; bottom: 0; -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-infobox .wdt-content-title a:hover::before{ -webkit-transform: scaleX(1); transform: scaleX(1); opacity: 1; }
.wdt-image-box-holder.wdt-rc-template-contact-infobox .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Alt);
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Ext);
    text-transform: capitalize;}

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-contact-infobox .wdt-content-item .wdt-content-title h5 a { 
    color: var(--wdtPrimaryColor); }

.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-contact-infobox .wdt-content-item .wdt-content-title h5 a:hover { 
    color: var(--wdtAccentTxtColor); }


/*===== Client Reviews Template =====*/

.wdt-image-box-holder.wdt-rc-template-client-reviews .wdt-content-item { 
    display: flex; align-items: center; }

.wdt-image-box-holder.wdt-rc-template-client-reviews .wdt-content-item .wdt-content-media-group { display: flex; }

.wdt-image-box-holder.wdt-rc-template-client-reviews .wdt-content-item > div:not(:last-child) { 
    margin-bottom: 0; margin-right: clamp(0.625rem, 0.55rem + 0.375vw, 1rem); /* Min-10 & Max-16 */ }

.wdt-image-box-holder.wdt-rc-template-client-reviews .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { margin-bottom: 18px; }

.wdt-image-box-holder.wdt-rc-template-client-reviews .wdt-content-item .wdt-content-image > span > img,
.wdt-image-box-holder.wdt-rc-template-client-reviews .wdt-content-item .wdt-content-image > a > img { 
    width: clamp(7.5rem, 7.125rem + 1.875vw, 9.375rem); /* Min-120 & Max-150 */ }

.wdt-image-box-holder.wdt-rc-template-client-reviews .wdt-content-item .wdt-content-title h5 { 
    font-size: clamp(1.5rem, 1.4333rem + 0.3681vw, 1.875rem); /* Min-24 & Max-30 */ }

.wdt-image-box-holder.wdt-rc-template-client-reviews .wdt-content-item .wdt-content-subtitle { 
    font-weight: var(--wdtFontWeight_Base); line-height: normal; }


/*===== Info Box Template =====*/

.wdt-image-box-holder.wdt-rc-template-info-box .wdt-content-item {
    padding: clamp(1.25rem, 1.1388rem + 0.6135vw, 1.875rem); /*30px - 20px*/ padding-left: 20px; background-color: #252525; 
    display: flex; align-items: flex-start; -webkit-border-radius: var(--wdtRadius_4X); border-radius: var(--wdtRadius_4X); }

.wdt-image-box-holder.wdt-rc-template-info-box .wdt-content-item > div:not(:last-child) { margin-bottom: 0; margin-right: 15px; }

.wdt-image-box-holder.wdt-rc-template-info-box .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-info-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    display: flex; align-items: center; justify-content: center; }

.wdt-image-box-holder.wdt-rc-template-info-box .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.25rem, 1.2055rem + 0.2454vw, 1.5rem); /*24px - 20px*/ 
    font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; }


/*===== Service-detail Info Box  =====*/

.wdt-image-box-holder.wdt-rc-template-service-detail .wdt-content-item .wdt-content-media-group { display: flex; align-items: center; }

.wdt-image-box-holder.wdt-rc-template-service-detail .wdt-content-item > div:not(:last-child) { 
    margin-bottom: clamp(0.9375rem, 0.8819rem + 0.3067vw, 1.25rem); /* Min-15 & Max-20 */ }

.wdt-image-box-holder.wdt-rc-template-service-detail .wdt-content-item .wdt-content-media-group > div:not(:last-child) { 
    margin-bottom: 0; margin-right: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); /* Min-16 & Max-20 */ }

.wdt-image-box-holder.wdt-rc-template-service-detail .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    padding: 0; font-size: var(--wdtFontSize_H4); color: var(--wdtPrimaryColor); }

.wdt-image-box-holder.wdt-rc-template-service-detail .wdt-content-item .wdt-content-title h5 { 
    font-size: clamp(1.25rem, 1.2055rem + 0.2454vw, 1.5rem); /* Min-20 & Max-24 */ }


/*===== Brand Icons  =====*/

.wdt-image-box-holder.wdt-rc-template-icons .wdt-content-item { 
    display: flex; padding: 30px; border-width: 0 1px 1px 0; border-style: solid; border-color: var(--wdtBorderColor); }

.wdt-image-box-holder.wdt-rc-template-icons .wdt-content-item .wdt-content-media-group { display: inline-flex; }

.wdt-image-box-holder.wdt-rc-template-icons .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(4.375rem, 4rem + 1.875vw, 6.25rem); /*70px - 100px*/ padding: 0; color: rgba(var(--wdtHeadAltColorRgb), 1); 
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-image-box-holder.wdt-rc-template-icons .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span { color: var(--wdtPrimaryColor); }


/*===== Popup-Testimonial  =====*/

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item { 
    display: grid; align-items: end; -webkit-border-radius: var(--wdtRadius_4X); 
    border-radius: var(--wdtRadius_4X); position: relative; overflow: hidden; }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item > div { grid-area: 1 / -1; pointer-events: none; }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-media-group { 
    display: flex; width: 100%; max-width: 100%; min-width: 100%; height: 100%; max-height: 100%; min-height: 100%; }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item > div:not(:last-child) { margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-image > a > img,
.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-image > span > img { 
    width: 100%; max-width: 100%; min-width: 100%; height: 100%; max-height: 100%; min-height: 100%; object-fit: cover; 
    object-position: center; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: var(--wdt-Safe-Transition); 
    transition: var(--wdt-Safe-Transition); }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item:hover .wdt-content-image > a > img,
.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item:hover .wdt-content-image > span > img { 
    -webkit-transform: scale(1.1); transform: scale(1.1); }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-image > a:after,
.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-image > span:after {
    content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, transparent 15%, var(--wdtSecondaryColor) 100%);
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-detail-group > div.wdt-content-icon-wrapper {
   display: flex; justify-content: flex-end; align-items: flex-start; 
   padding: clamp(1.25rem, 1.1388rem + 0.6135vw, 1.875rem); /*30px - 20px*/
   position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { 
    padding: 0; font-size: var(--wdtFontSize_Base); color: var(--wdtHeadAltColor); background-color: var(--wdtAccentTxtColor); 
    width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; 
    -webkit-border-radius: var(--wdtRadius_Full); border-radius: var(--wdtRadius_Full); 
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); 
    pointer-events: all; cursor: pointer; }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:hover {
    background-color: var(--wdtPrimaryColor); color: var(--wdtAccentTxtColor); }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-detail-group { 
    padding: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem); /* Min-20 & Max-30 */ padding-top: 100px; position: unset; }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-detail-group > div.wdt-content-icon-wrapper:not(:last-child) { 
    margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { margin-bottom: 10px; }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-rating  { font-size: var(--wdtFontSize_H6); }

.wdt-image-box-holder.wdt-rc-template-popup-testimonial .wdt-content-item .wdt-content-description {
    font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Ext); color: var(--wdtAccentTxtColor); }


/* ===== Modern Service Img Box  ===== */

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item {
    display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px;
    -webkit-border-radius: var(--wdtRadius_4X); border-radius: var(--wdtRadius_4X); overflow: hidden; position: relative; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item:before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--wdtBodyBGColor); border-radius: inherit;
    z-index: 0; -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item > div:not(:last-child) { margin-bottom: 0; }

/* Default Font, color and Style  */

/* Image Style */

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-image > span,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-image > a {
    min-height: 490px; position: relative; overflow: hidden; border-radius: var(--wdtRadius_4X); -webkit-border-radius: var(--wdtRadius_4X);
    width: 100%; height: 100%; -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); z-index: 0; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-image > span:before,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-image > a::before { opacity: 0;
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(var(--wdtHeadAltColorRgb), .5); 
    border-radius: inherit; -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); z-index: 1; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-image > span img,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-image > a img {
    width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0;
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-active.wdt-content-item .wdt-content-image > span,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-active.wdt-content-item .wdt-content-image > a { -webkit-transform: scale(1.15); transform: scale(1.15); }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-active.wdt-content-item .wdt-content-image > span:before,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-active.wdt-content-item .wdt-content-image > a::before { opacity: 1; }


/* Title style */

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-title h5 { 
    font-size: clamp(1.5rem, 1.4333rem + 0.3681vw, 1.875rem); /* Min-24 & Max-30 */ }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-title h5 a  { color: var(--wdtHeadAltColor); }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item div.wdt-content-title-button-group .wdt-content-title h5, 
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item div.wdt-content-title-button-group .wdt-content-title h5 a { 
    pointer-events: none; color: var(--wdtAccentTxtColor); }


/* Button style */

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-button > a {
    display: inline-block; font-size: 0; padding: 20px; /*30px - 22px*/ 
    position: relative; background-color: var(--wdtPrimaryColor); font-size: 0; font-weight: var(--wdtFontWeight_Base); 
    -webkit-border-radius: var(--wdtRadius_Full); border-radius: var(--wdtRadius_Full); color: var(--wdtAccentTxtColor);
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); border: 1px solid currentColor; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-button > a:after { display: inline-block;
    content: '\e801'; position: relative; font-size: var(--wdtFontSize_H5); font-family: "common-web-icons"; isolation: isolate;
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); backface-visibility: hidden; will-change: transform; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-button > a:hover { 
    background-color: var(--wdtAccentTxtColor); color: var(--wdtHeadAltColor); }


/* Media Group style */
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group { display: flex; align-items: center; flex: 1 1 100%; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group > div { height: 100%; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group > div:not(:last-child) { margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group > div.wdt-content-title-button-group { 
    height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; 
    display: flex; align-items: center; justify-content: center; flex-direction: column; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group > .wdt-content-title-button-group div:not(:last-child) { 
    margin-bottom: 24px; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group > .wdt-content-title-button-group div { 
    opacity: 0; visibility: hidden; -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); 
    backface-visibility: hidden; will-change: transform; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group div.wdt-content-title-button-group > div.wdt-content-title { 
    opacity: 0; visibility: hidden; transform: translateY(-50px); }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group div.wdt-content-title-button-group > div.wdt-content-button { 
    opacity: 0; visibility: hidden; transform: scale(1.1) rotate(-90deg); }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-active.wdt-content-item .wdt-content-media-group div.wdt-content-title-button-group > div.wdt-content-title { 
    opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 350ms, 300ms; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-active.wdt-content-item .wdt-content-media-group div.wdt-content-title-button-group > div.wdt-content-button { 
    opacity: 1; visibility: visible; transform: scale(1) rotate(0deg); transition-delay: 400ms, 300ms; }


/* Media Grp Button style */

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group .wdt-content-button > a { 
    -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: none; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group .wdt-content-button > a:hover { 
    -webkit-transform: rotate(0deg); transform: rotate(0deg); }


/* Content Group style */

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-detail-group { 
    padding-top: 30px; transition: margin-bottom .3s cubic-bezier(0.7, 0, 0.3, 1); display: grid; } 

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-detail-group > div { 
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); backface-visibility: hidden; } 

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { margin-bottom: 20px; } 


/* Content Grp Button style */

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-detail-group .wdt-content-button > a { 
    background-color: var(--wdtAccentTxtColor); color: var(--wdtHeadAltColor); }


/* ***Even Slide Styles*** */

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-even { padding-bottom: 2px; padding-top: 20px; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-even .wdt-content-detail-group .wdt-content-button { 
    padding-bottom: 0; padding-top: 10px; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-even .wdt-content-detail-group { 
    z-index: 1; padding-bottom: 0px; padding-top: 30px; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-even .wdt-content-detail-group .wdt-content-button { z-index: 1; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-even:before { 
    bottom: calc(0px + calc(22px + 13px)) /*30px - 22px*/; top: 0; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-even.wdt-active:before { opacity: 0; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-even.wdt-active .wdt-content-image > span,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-even.wdt-active .wdt-content-image > a { transition-delay: 100ms; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-active.wdt-slide-even.wdt-content-item .wdt-content-detail-group > div { 
    transform: translateY(50px); opacity: 0; }


/* ***odd Slide Styles*** */

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-odd { padding-bottom: 20px; padding-top: 2px; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-odd .wdt-content-detail-group .wdt-content-button { 
    padding-bottom: 20px; padding-top: 0; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-odd .wdt-content-detail-group { 
    order: -1; z-index: 1; padding-bottom: 10px; padding-top: 0; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-odd .wdt-content-detail-group .wdt-content-button { order: -10; z-index: 1; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-odd:before { 
    top: calc(0px + calc(22px + 13px)) /*30px - 22px*/; bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-odd.wdt-active:before { opacity: 0; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-odd.wdt-active .wdt-content-image > span,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item.wdt-slide-odd.wdt-active .wdt-content-image > a { transition-delay: 100ms; }

.wdt-image-box-holder.wdt-rc-template-modern .wdt-active.wdt-slide-odd.wdt-content-item .wdt-content-detail-group > div { 
    transform: translateY(-50px); opacity: 0; }


/*===== Home 1 Project Img Box  =====*/

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item { 
    display: grid; align-items: end; -webkit-border-radius: var(--wdtRadius_4X); 
    border-radius: var(--wdtRadius_4X); overflow: hidden; position: relative; }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item > div { grid-area: 1/-1; }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item > div:not(:last-child) { margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-media-group { display: flex; pointer-events: none; height: 100%; }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-detail-group { 
    padding: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem); /* Min-20 & Max-60 */ width: fit-content; position: unset; }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { 
    margin-bottom: clamp(0.875rem, 0.8305rem + 0.2454vw, 1.125rem); /*18px - 14px*/ }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-image > span > img,
.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-image > a > img {
    width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center; -webkit-transform: scale(1);
    transform: scale(1); -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item:hover .wdt-content-image > a > img,
.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item:hover .wdt-content-image > span > img { 
    -webkit-transform: scale(1.1); transform: scale(1.1); }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-image > span:after,
.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-image > a:after {
    content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;
    background: linear-gradient(200deg, transparent 0%, var(--wdtSecondaryColor) 100%);
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item > div[class*="group"] > .wdt-content-title,
.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item > div[class*="group"] > .wdt-content-subtitle { width: auto; }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-subtitle {
    display: inline-flex; font-size: var(--wdtFontSize_Ext); font-weight: var(--wdtFontWeight_Ext); line-height: 1; letter-spacing: 0; 
    text-transform: uppercase; color: var(--wdtAccentTxtColor); position: relative; overflow: hidden; padding: var(--wdtPadding_MiniBtn);
    border: 1px solid var(--wdtBorderColor); -webkit-border-radius: var(--wdtRadius_Part); border-radius: var(--wdtRadius_Part); }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-title h5 { 
    font-size: clamp(1.875rem, 1.7638rem + 0.6135vw, 2.5rem); /* Min-30 & Max-40 */ }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-title h5 a  { 
    color: var(--wdtAccentTxtColor); }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-title h5 a:hover { 
    color: rgba(var(--wdtAccentTxtColorRgb), 0.8); }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item > div[class*="group"] .wdt-content-subtitle + .wdt-content-title { 
    position: relative; margin-top: 0; z-index: 1; }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-detail-group > div.wdt-content-description:not(:last-child) { 
    margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-description { 
    font-weight: var(--wdtFontWeight_Ext); color: var(--wdtAccentTxtColor); padding-right: 25%; max-width: 750px; }


/* button style */

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-button > a {
    display: inline-block; font-size: 0; padding: clamp(1.375rem, 1.286rem + 0.4908vw, 1.875rem); margin: 0; background-color: var(--wdtPrimaryColor); 
    color: var(--wdtAccentTxtColor); -webkit-transform: scale(1.1) rotate(-45deg); transform: scale(1.1) rotate(-45deg); opacity: 0; visibility: hidden; 
    backface-visibility: hidden; will-change: transform; isolation: isolate; clear: both; -webkit-border-radius: var(--wdtRadius_Full); margin: 0; 
    border-radius: var(--wdtRadius_Full); -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item:hover .wdt-content-button > a { 
    -webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); opacity: 1; visibility: visible; }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item:hover .wdt-content-button > a:hover {
    background-color: var(--wdtBodyBGColor); color: var(--wdtHeadAltColor); 
    -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-button > a:after {
    content: '\e801'; font-family: "common-web-icons"; position: relative; display: block; 
    font-size: var(--wdtFontSize_H5); width: auto; height: auto; top: 0; left: 0; 
    right: 0; bottom: 0; background: none !important; color: currentColor; margin: 0; }

.wdt-image-box-holder.wdt-rc-template-modern-projects { --wdt-padding-top: 40px; }

.wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-column-wrapper .wdt-column {
    align-self: flex-start; position: sticky; top: calc(var(--item-index) * var(--wdt-padding-top));
    z-index: calc(100 + var(--item-index)); transition: top 0.7s ease-in-out; }


/*===== Appointment Info Box Template =====*/

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-column-wrapper { counter-reset: AD-dot-count; }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item { 
    padding: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem) /* 50px - 30 */ clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem) /* 30px - 20 */;
    background-color: var(--wdtAccentTxtColor); -webkit-border-radius: var(--wdtRadius_4X); border-radius: var(--wdtRadius_4X); }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(2.5rem, 2.3888rem + 0.6135vw, 3.125rem); /* Min-40 & Max-50 */ padding: 0; 
    color: var(--wdtHeadAltColor); height: 100px; width: 100px; background-color: var(--wdtBodyBGColor); 
    -webkit-border-radius: var(--wdtRadius_Full); border-radius: var(--wdtRadius_Full); }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item .wdt-content-media-group {
    padding-bottom: 25px; border-bottom: 1px solid var(--wdtBorderColor); }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item > div.wdt-content-media-group:not(:last-child) { margin-bottom: 25px; }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item > div.wdt-content-detail-group:not(:last-child) { margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item .wdt-content-title h5 { font-size: var(--wdtFontSize_H6); }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item .wdt-content-description { 
    font-weight: var(--wdtFontWeight_Ext); color: var(--wdtHeadAltColor); }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item .wdt-appointment-progress {
    display: flex; align-items: center; justify-content: center; margin: 0; position: absolute; 
    font-size: var(--wdtFontSize_Base); height: 40px; line-height: 1; width: 40px; z-index: 0; 
    color: var(--wdtHeadAltColor); background-color: var(--wdtAccentTxtColor); -webkit-border-radius: var(--wdtRadius_Full); 
    border-radius: var(--wdtRadius_Full); -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item .wdt-appointment-progress.wdt-progress-top {
    top: -60px; left: 16px; -webkit-transform: translateY(10px); transform: translateY(10px); opacity: 0; 
    font-size: var(--wdtFontSize_H6); color: var(--wdtAccentTxtColor); background-color: var(--wdtPrimaryColor); }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item:hover .wdt-appointment-progress.wdt-progress-top {
    -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item .wdt-appointment-progress.wdt-progress-bottom {
    bottom: -60px; left: 16px; font-weight: var(--wdtFontWeight_Alt); -webkit-transform: translateY(0); transform: translateY(0); }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item:hover .wdt-appointment-progress.wdt-progress-bottom {
    -webkit-transform: translateY(-10px); transform: translateY(-10px); opacity: 0; }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item .wdt-appointment-progress.wdt-progress-top:before {
    content: '\e813'; font-family: "SafeX Icons"; position: relative; }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item .wdt-appointment-progress.wdt-progress-bottom:after {
    pointer-events: none; counter-increment: AD-dot-count; content: "0" counter(AD-dot-count); 
    position: absolute; width: 100%; height: 100%; background-color: transparent; color: var(--wdtHeadAltColor); 
    top: 0; bottom: 0; left: 0; right: 0; opacity: 1; display: inline-flex; justify-content: center; 
    align-items: center; -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); z-index: 2; }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item:before {
    content: ""; position: absolute; top: -16px; left: 25px; width: 25px; height: 16px; 
    -webkit-clip-path: polygon(100% 100%, 0 100%, 50% 0); clip-path: polygon(100% 100%, 0 100%, 50% 0); 
    background-color: var(--wdtAccentTxtColor); -webkit-transform: translateY(16px); transform: translateY(16px); 
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); opacity: 0; z-index: -1; }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item:hover:before {
    -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item:after {
    content: ""; position: absolute; bottom: -16px; left: 25px; width: 25px; height: 16px; 
    -webkit-clip-path: polygon(0 0,50% 100%,100% 0); clip-path: polygon(0 0,50% 100%,100% 0); 
    background-color: var(--wdtAccentTxtColor); -webkit-transform: translateY(0); 
    transform: translateY(0); -webkit-transition: var(--wdt-Safe-Transition); 
    transition: var(--wdt-Safe-Transition); opacity: 1; z-index: -1; }

.wdt-image-box-holder.wdt-rc-template-appointment .wdt-content-item:hover:after {
    -webkit-transform: translateY(-16px); transform: translateY(-16px); opacity: 0; }



/* ===== Classic  ===== */

.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-detail-group {
  display: grid;
  grid-template-columns: auto 2fr auto;
  gap: clamp(1.875rem, 1.4595rem + 1.3879vw, 3.125rem);/* 30 - 50 */
  align-items: center;
  z-index: 2;
}

.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-detail-group .wdt-content-group {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  justify-content: center;
}

.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-detail-group .wdt-content-title {
  margin: 0;
  text-align: center;
  z-index: 2;
  opacity: 1;
}

.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-subtitle {
  margin: 0;
  color: var(--wdtHeadAltColor);
}

.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-title h5 {
  font-size: clamp(1.875rem, 1.4595rem + 1.3879vw, 3.125rem);/* 30 - 50 */
}

.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-description {
  color: var(--wdtHeadAltColor);
  pointer-events: none;
  width: 500px;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(30px);
  transition: max-width 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  will-change: max-width, opacity, transform;
  transition-duration: 700ms;
  height: 2lh;
}

.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-content-description,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-active .wdt-content-item .wdt-content-description {
  max-width: 500px;
  opacity: 1;
  transform: translateX(0);
}
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group{
    margin: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; left: 0;
    opacity: 0;
    transition: var(--wdt-Safe-Transition);
}
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-content-media-group,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-active .wdt-content-item .wdt-content-media-group{opacity: 1;}
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group .wdt-content-image img,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group .wdt-content-image,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group .wdt-content-image a,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group .wdt-content-image a img  {height: 100%; width: 100%; position: relative; object-position: center; object-fit: cover;}
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item{overflow: hidden;border-radius: var(--wdtRadius_4X); padding: clamp(1.875rem, 1.4595rem + 1.3879vw, 3.125rem);/* 30 - 50 */}
.wdt-image-box-holder.wdt-rc-template-classic .wdt-column{border-top: 1px solid var(--wdtBorderColor); transition: var(--wdt-Safe-Transition);}
.wdt-image-box-holder.wdt-rc-template-classic .wdt-column:hover,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-column:hover + .wdt-column,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-column.wdt-active,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-column.wdt-active + .wdt-column{border-top-color: transparent;}
.wdt-image-box-holder.wdt-rc-template-classic .wdt-column:last-child{border-bottom: 1px solid var(--wdtBorderColor); transition: var(--wdt-Safe-Transition);}
.wdt-image-box-holder.wdt-rc-template-classic .wdt-column:last-child.wdt-active,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-column:last-child:hover{border-bottom-color:transparent ;}
.wdt-image-box-holder.wdt-rc-template-classic  .wdt-content-item .wdt-content-button > a{
    height: 50px;
    width: 50px;
    border-radius: var(--wdtRadius_Full);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: transparent;
    border: 1px solid var(--wdtHeadAltColor);
    transition: var(--wdt-Safe-Transition);
    overflow: hidden;
}
 .wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper::before{
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--wdtTertiaryColor);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.65;
    z-index: 1;
 }
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-content-button > a,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-active .wdt-content-item .wdt-content-button > a{border-color: transparent; }
.wdt-image-box-holder.wdt-rc-template-classic  .wdt-content-item .wdt-content-button > a::before{
    content: '';
    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='M66,82.5H54c0-10,4.3-19.4,12-26.5H2.2V44h64C58.6,37.1,54,27.8,54,17.5h12C66,32.1,80.3,44,97.8,44l0,0v12c0,0,0,0,0,0 C89.1,56,81,58.8,75,64C69.2,69,66,75.6,66,82.5z'/%3E%3C/g%3E%3C/svg%3E");
    mask-position: center;
    mask-repeat: no-repeat;
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: var(--wdtHeadAltColor);
    transition: var(--wdt-Safe-Transition);
}
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-button > a:hover::before{
     animation-name: liviIconMoveNxt !important;
    animation-duration: 500ms !important;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1) !important;
    will-change: transform !important;
    transition: opacity .4s ease-out, transform .8s !important;
}
.wdt-image-box-holder.wdt-rc-template-classic  .wdt-content-item .wdt-content-button > a::after{
    background-image: var(--wdt-linear-gradient-nrml-bg);
    content: "";
    height: auto;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
    -webkit-border-radius: var(--wdtRadius_Zero);
    opacity: 0;
    border-radius: var(--wdtRadius_Zero);
    -webkit-transition: inherit;
    transition: inherit;
}
.wdt-image-box-holder.wdt-rc-template-classic  .wdt-content-item:hover .wdt-content-button > a::after,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-active .wdt-content-item .wdt-content-button > a::after{opacity: 1;}
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-content-button > a::before,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-active .wdt-content-item .wdt-content-button > a::before{background-color: var(--wdtAccentTxtColor);}

/* ===== With Description  ===== */

.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item{display: flex;display: flex; align-items: center; gap: 30px;padding: clamp(1.875rem, 1.6672rem + 0.694vw, 2.5rem);/* 30 - 40 */}
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-media-group{margin: 0; display: flex;}
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-title h5{  font-size: var(--wdtFontSize_H6); transition: var(--wdt-Safe-Transition);}
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:hover .wdt-content-title h5{ color: var(--wdtPrimaryColor);}
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-title{margin-bottom: 14px;}
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-image > span, 
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-image > a{ border-radius: var(--wdtRadius_Full); border: 1px solid var(--wdtHeadAltColor); padding: 5px; transition: var(--wdt-Safe-Transition); }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:hover .wdt-content-image > span, 
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:hover .wdt-content-image > a{border-color: var(--wdtPrimaryColor);}
.wdt-image-box-holder.wdt-rc-template-with-description{ background-color: rgb(var(--wdtSecondaryColorRgb), 0.10); border-radius: var(--wdtRadius_4X); overflow: hidden; }
.wdt-image-box-holder.wdt-rc-template-with-description .swiper-slide:not(:last-child) .wdt-content-item{ border-right: 2px solid rgb(var(--wdtPrimaryColorRgb), 0.10);}
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-image-box-container{margin-right: -4px;}

/* ===== Instagram  ===== */
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-icon-wrapper {position: absolute; opacity: 0; z-index: 2; transform: scale(0.6); transition: var(--wdt-Safe-Transition); pointer-events: none; top: 0; left: 0; bottom: 0; right: 0; margin: auto;height: fit-content; width: fit-content;}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item:hover .wdt-content-icon-wrapper{transform: scale(1); opacity: 1;}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-image-wrapper {margin: 0; height: 100%; width: 100%;}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item{border-radius: var(--wdtRadius_4X); width: 100%; display: flex; overflow: hidden;}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-default-item,
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-media-group,
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-image-wrapper .wdt-content-image a,
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-image-wrapper .wdt-content-image a img{display: flex; width: 100%; height: 100%;}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item .wdt-content-image-wrapper .wdt-content-image img{    -webkit-transform: scale(1); transform: scale(1); transition: var(--wdt-Safe-Transition);}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image img{ -webkit-transform: scale(1.1); transform: scale(1.1);}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-default-item:not(:last-child){margin-bottom: 30px;}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item::before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;  
    right: 0; 
    margin: auto;
    background-image: var(--wdt-linear-gradient-bg);
    z-index: 1;
    opacity: 0;
    transform: scale(0.6);
    pointer-events: none;
    border-radius: inherit;
    transition: var(--wdt-Safe-Transition);
}
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-column{display: inline-flex; }
.wdt-image-box-holder.wdt-rc-template-instagram .wdt-content-item:hover::before{ opacity: 0.7; transform: scale(1);}
.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{ font-size: var(--wdtFontSize_H2);  color: var(--wdtAccentTxtColor);}

/*===== Responsive =====*/

@media only screen and (max-width: 1540px) {
    .wdt-image-box-holder.wdt-rc-template-standard .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:before,
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:before { right: -185px; }
    .wdt-image-box-holder.wdt-rc-template-standard .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:after,
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after { right: -190px; }
}

@media (min-width: 1281px) {
    .wdt-image-box-holder.wdt-rc-template-modern .wdt-carousel-pagination-wrapper { display: none; }
}

@media only screen and (max-width: 1280px) {
    .wdt-image-box-holder.wdt-rc-template-standard .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:before,
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:before { right: -195px; }
    .wdt-image-box-holder.wdt-rc-template-standard .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:after,
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after { right: -200px; }
    .wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-description{width: 400px;}
    .wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-content-description,
.wdt-image-box-holder.wdt-rc-template-classic .wdt-active .wdt-content-item .wdt-content-description{max-width: 400px;}
.wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-detail-group .wdt-content-group{gap: 14px;}
}

@media only screen and (max-width: 1024px) {
    .wdt-image-box-holder.wdt-rc-template-standard .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:before,
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:before { right: -210px; }
    .wdt-image-box-holder.wdt-rc-template-standard .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:after,
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after { right: -215px; }
    .wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-description{width: 100%; max-width: 100%;
        opacity: 1;
    transform: translateX(0px);
    -webkit-line-clamp: none;
    height: auto;
}
    .wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-content-description,
     .wdt-image-box-holder.wdt-rc-template-classic .wdt-active .wdt-content-item .wdt-content-description{max-width: 100%;}
    .wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-detail-group .wdt-content-group{
        flex-direction: column;
        align-items: start;
    }
}

@media (min-width: 768px) {
    .wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-button {
        position: absolute; z-index: 0; top: 0; left: 0; right: 0; bottom: 0; margin: auto; 
        display: flex; justify-content: center; align-items: center; }
}

@media only screen and (max-width: 767px) {
    .wdt-image-box-holder.wdt-rc-template-standard .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:before,
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:before,
    .wdt-image-box-holder.wdt-rc-template-standard .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:after,
    .wdt-image-box-holder.wdt-rc-template-standard .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after { display: none; }

    .wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-description { padding-right: 10%; }
    .wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-button { margin-top: 30px; }
    .wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-button > a { 
        opacity: 1; visibility: visible; transform: scale(1) rotate(-45deg); }
    .wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-detail-group{grid-template-columns: 1fr; gap: 20px;}
    .wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-button > a{margin-top: 20px;}
    .wdt-image-box-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-detail-group .wdt-content-title{text-align: start;}
    .wdt-image-box-holder.wdt-rc-template-with-description .swiper-slide:not(:last-child) .wdt-content-item{border-color: transparent;}
}

@media only screen and (max-width: 479px) {
    .wdt-image-box-holder.wdt-rc-template-icons .wdt-column-wrapper:not(.wdt-snap-scroll-enabled) .wdt-column { width: 50% !important; }
    .wdt-image-box-holder.wdt-rc-template-modern-projects .wdt-content-item .wdt-content-description { padding-right: 0%; }
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item{flex-direction: column; ;}
}

/*-- ==== Simple Template =====--*/

.wdt-image-box-holder.wdt-rc-template-simple .wdt-content-item .wdt-content-image > a{ display: block; overflow: hidden; border:1px solid var(--wdtBorderColor); }
/* .wdt-image-box-holder.wdt-rc-template-simple .wdt-content-item .wdt-content-image > a{border-color: rgba(var(--wdtPrimaryColorRgb),0.5)} */
.wdt-image-box-holder.wdt-rc-template-simple .wdt-content-item .wdt-content-image > a > img{ transform: scale(1.05); transition:all 0.5s linear }
.wdt-image-box-holder.wdt-rc-template-simple .wdt-content-item:hover .wdt-content-image > a > img{ transform: scale(1); }

.has-mega-menu .wdt-image-box-holder.wdt-rc-template-simple .wdt-content-item .wdt-content-image > a > img{ transform: scale(1); }
.has-mega-menu .wdt-image-box-holder.wdt-rc-template-simple .wdt-content-item:hover .wdt-content-image > a > img{ transform: scale(1.05); }