/* =========== Button Style 1 =========== */

/* Btn Text Style */

.wdt-custom-btn .wdt-button-holder a.wdt-button {
    background: transparent;
    color: var(--wdtPrimaryColor);
    padding: 0;
}

.wdt-custom-btn .wdt-button-holder a.wdt-button:hover {
    background: transparent;
    color: var(--wdtLinkHoverColor);
}

/* Btn Icon Style */

.wdt-custom-btn .wdt-button-holder a.wdt-button .wdt-button-icon {
    position: relative;
    transform: rotate(0deg);
    width: clamp(2.5rem, 2rem + 2.5vw, 5rem);
    height: clamp(2.5rem, 2rem + 2.5vw, 5rem);
    /* min-40px & 80px */
    font-size: var(--wdtFontSize_H5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
    -webkit-transform: rotate(0deg);
    transition: 0.5s cubic-bezier(.58, -0.28, .27, 1.55);
    -webkit-transition: 0.5s cubic-bezier(.58, -0.28, .27, 1.55);
}

.wdt-custom-btn .wdt-button-holder a.wdt-button:hover .wdt-button-icon {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: var(--wdtLinkColor);
}

.wdt-custom-btn .wdt-button-holder.wdt-button-icon-before .wdt-button .wdt-button-icon {
    margin-right: 20px;
}

.wdt-custom-btn .wdt-button-holder.wdt-button-icon-after .wdt-button .wdt-button-icon {
    margin-left: 20px;
}

/* Btn Icon Bg  */

.wdt-custom-btn .wdt-button-holder a.wdt-button .wdt-button-icon:after,
.wdt-custom-btn .wdt-button-holder a.wdt-button .wdt-button-icon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    transition: 0.5s cubic-bezier(.58, -0.28, .27, 1.55);
    -webkit-transition: 0.5s cubic-bezier(.58, -0.28, .27, 1.55);
}

.wdt-custom-btn .wdt-button-holder a.wdt-button .wdt-button-icon:before {
    background: var(--wdtPrimaryColor);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.wdt-custom-btn .wdt-button-holder a.wdt-button .wdt-button-icon:after {
    background: var(--wdtSecondaryColor);
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0;
}

.wdt-custom-btn .wdt-button-holder a.wdt-button:hover .wdt-button-icon:before {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0;
}

.wdt-custom-btn .wdt-button-holder a.wdt-button:hover .wdt-button-icon:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

/* End */

/* =========== Button Style 2 =========== */

.wdt-custom-btn-2 .wdt-button-holder a.wdt-button .wdt-button-icon {
    font-size: var(--wdtFontSize_H6);
    transition: none;
    -webkit-transition: none;
}

/* End */

/* =========== Home 1 Header =========== */

.wdt-cst-hdr-sidepop-light .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:hover svg { color: var(--wdtBodyTxtColor) !important; }

.wdt-custom-home-1-header-link .elementor-widget-container p a { color: var(--wdtAccentTxtColor); position: relative; }
.wdt-custom-home-1-header-link .elementor-widget-container p a:hover { color: var(--wdtSecondaryColor); }

.wdt-custom-home-1-header-link .elementor-widget-container p a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .48s cubic-bezier(.77,0,.175,1);
    transition: transform .48s cubic-bezier(.77,0,.175,1);
}

.wdt-custom-home-1-header-link .elementor-widget-container p a:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.wdt-custom-home-1-header-menu-icon .mobile-nav-container .menu-trigger { color: var(--wdtPrimaryColor); }

/* =========== Home 1 =========== */

/* === Slider === */

.wdt-custom-home-1-slider-hd .wdt-heading-holder .wdt-heading-title-wrapper span.wdt-custom-slider-hd-img img {
    display: inline-flex;
    width: 100%;
    height: 100%;
    max-width: clamp(5.3125rem, 1.7785rem + 7.3721vw, 10.625rem);
}

.wdt-custom-home-1-slider-btn .wdt-button-holder a.wdt-button,
.wdt-custom-home-1-slider-btn .wdt-button-holder a.wdt-button:hover {
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-home-1-slider-btn .wdt-button-holder a.wdt-button .wdt-button-icon:before {
    background: var(--wdtAccentTxtColor);
}

.wdt-custom-home-1-slider-btn .wdt-button-holder.wdt-button-icon-before .wdt-button .wdt-button-icon {
    color: var(--wdtHeadAltColor);
}

.wdt-cus-home-1-slider-iconlist ul.elementor-icon-list-items li .elementor-icon-list-icon svg .iconlist-arrow { fill: var(--wdtHeadAltColor); }

/* Heading Animation */

.swiper-slide {
    cursor: grab;
}

.wdt-custom-home-1-adv-carousel .swiper-slide .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-custom-home-1-adv-carousel .swiper-slide .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-custom-home-1-adv-carousel .swiper-slide .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-custom-home-1-adv-carousel .swiper-slide .elementor-icon-list-items,
.wdt-custom-home-1-adv-carousel .swiper-slide .wdt-custom-home-1-slider-btn .wdt-button-holder a {
    -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-custom-home-1-adv-carousel .swiper-slide-active .elementor-icon-list-items,
.wdt-custom-home-1-adv-carousel .swiper-slide .wdt-custom-home-1-slider-btn .wdt-button-holder a {
    -webkit-transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
}

/* Prev */

.wdt-custom-home-1-adv-carousel .swiper-slide-prev .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    transition-delay: 100ms;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-prev .wdt-heading-holder .wdt-heading-title-wrapper {
    transition-delay: 80ms;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-prev .wdt-heading-holder .wdt-heading-content-wrapper {
    transition-delay: 60ms;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-prev .elementor-icon-list-items {
    transition-delay: 40ms;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-prev .wdt-custom-home-1-slider-btn .wdt-button-holder a {
    transition-delay: 20ms;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

/* Next */

.wdt-custom-home-1-adv-carousel .swiper-slide-next .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    transition-delay: 100ms;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-next .wdt-heading-holder .wdt-heading-title-wrapper {
    transition-delay: 80ms;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-next .wdt-heading-holder .wdt-heading-content-wrapper {
    transition-delay: 60ms;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-next .elementor-icon-list-items {
    transition-delay: 40ms;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-next .wdt-custom-home-1-slider-btn .wdt-button-holder a {
    transition-delay: 40ms;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

/* Active */

.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    transition-delay: 0ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-heading-holder .wdt-heading-title-wrapper {
    transition-delay: 200ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-heading-holder .wdt-heading-content-wrapper {
    transition-delay: 400ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-active .elementor-icon-list-items {
    transition-delay: 600ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-custom-home-1-slider-btn .wdt-button-holder a {
    transition-delay: 800ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* Spacer Box Animation */

.wdt-custom-home-1-adv-carousel .swiper-slide .wdt-custom-home-1-slider-box {
    transform: scale(0);
    transition: 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
    -webkit-transition: 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
    opacity: 0;
    visibility: hidden;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-custom-home-1-slider-box {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-custom-home-1-slider-box.wdt-custom-home-1-slider-box-1 {
    transition-delay: 100ms;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-custom-home-1-slider-box.wdt-custom-home-1-slider-box-2 {
    transition-delay: 200ms;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-custom-home-1-slider-box.wdt-custom-home-1-slider-box-3 {
    transition-delay: 300ms;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-custom-home-1-slider-box.wdt-custom-home-1-slider-box-4 {
    transition-delay: 400ms;
}

.wdt-custom-home-1-adv-carousel .swiper-slide-active .wdt-custom-home-1-slider-box.wdt-custom-home-1-slider-box-5 {
    transition-delay: 500ms;
}

/* Pagination */

.wdt-custom-home-1-adv-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.wdt-custom-home-1-adv-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    border-bottom: 1px solid var(--wdtAccentTxtColor);
}

.wdt-custom-home-1-adv-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    border-top: 1px solid var(--wdtAccentTxtColor);
    border-left: 1px solid var(--wdtAccentTxtColor);
}

.wdt-custom-home-1-adv-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-custom-home-1-adv-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    background: var(--wdtAccentTxtColor);
}

/* === About Us Sec Tab === */

.wdt-custom-aboutus-tab .wdt-tabs-container .wdt-tabs-content-wrapper {
    background: transparent;
    padding: 0;
}

.wdt-custom-aboutus-tab .wdt-tabs-container .wdt-tabs-list {
    width: fit-content;
    background: var(--wdtTertiaryColor) !important;
    margin-bottom: 30px !important;
}

.wdt-custom-aboutus-tab .wdt-tabs-container .wdt-tabs-list li {
    margin-bottom: 0;
}

.wdt-custom-aboutus-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor {
    padding: var(--wdtInputPadding);
    background: transparent;
    font-size: var(--wdtFontSize_Ext);
    font-weight: calc(var(--wdtFontWeight_Alt) - 100);
    letter-spacing: 0;
}

.wdt-custom-aboutus-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title {
    line-height: 1.2;
}

.wdt-custom-aboutus-tab .wdt-tabs-container .wdt-tabs-list li:not(:last-child) {
    margin-right: 5px !important;
}

.wdt-custom-aboutus-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.wdt-custom-aboutus-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor {
    background-color: var(--wdtBodyBGColor);
}

.wdt-cus-gallery-tab .elementor-image-gallery .gallery-item .gallery-icon a { margin-bottom: 0; }

/* End */

/* === Tab Image Box === */

.wdt-cus-home1-tab-imgbox .wdt-image-box-holder .wdt-content-item .wdt-content-media-group { display: flex; }

/* === Home 1 Testimonial === */

.wdt-cus-testimonial-type1 .wdt-content-item .wdt-content-media-group { display: flex; align-items: center; }

.wdt-cus-testimonial-type1 .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-right: 30px; }

.wdt-cus-testimonial-type1 .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image { width: 134px; height: 134px; }

.wdt-cus-testimonial-type1 .wdt-content-item .wdt-content-elements-group .wdt-content-title-group > span { width: 30px; text-align: center; }

.wdt-cus-testimonial-type1 .wdt-content-item .wdt-content-title-group span:before { background-color: var(--wdtHeadAltColor) !important; width: 10px !important; }

.wdt-cus-testimonial-type1 .wdt-content-item .wdt-content-title-group { display: flex; align-items: baseline; }

.wdt-cus-testimonial-type1 .wdt-content-item .wdt-content-elements-group { margin-bottom: 0 !important; }

.wdt-cus-testimonial-type1 .wdt-content-item .wdt-content-title-group { margin-bottom: 10px !important; }

.wdt-cus-testimonial-type1 .wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child) { margin-bottom: 0; }

.wdt-cus-testimonial-type1 .wdt-content-item .wdt-rating li span { color: #FFC200; }

/* === Proces Icon Box === */

/* Line Dashed Style */

.wdt-custom-process-iconbx .wdt-icon-box-holder .wdt-column-wrapper .wdt-content-item {
    position: relative;
}

.wdt-custom-process-iconbx .wdt-icon-box-holder .wdt-column-wrapper .wdt-column:not(:last-child) .wdt-content-item:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    background: linear-gradient(90deg, rgba(var(--wdtBorderColorRgb), 0.3) 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 0px 0px, 0px 0px, 0px 0px;
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    animation: moving-border 5s infinite linear;
    -webkit-animation: moving-border 10s infinite linear;
    right: -150px;
    top: 50%;
}

@keyframes moving-border {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 300px 0px, 0px 0px, 0px 0px, 0px 0px;
    }
}

@webkit-keyframes moving-border {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 300px 0px, 0px 0px, 0px 0px, 0px 0px;
    }
}

/* Icon Style */

.wdt-custom-process-iconbx .wdt-icon-box-holder .wdt-column-wrapper .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-process-iconbx .wdt-icon-box-holder .wdt-column-wrapper .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.wdt-custom-process-iconbx .wdt-icon-box-holder .wdt-column-wrapper .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(var(--wdtSecondaryColorRgb), 0.3);
    z-index: -1;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-process-iconbx .wdt-icon-box-holder .wdt-column-wrapper .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon:after {
    background-color: rgba(var(--wdtSecondaryColorRgb), 0.6);
}

/* Content Style */

.wdt-custom-process-iconbx .wdt-icon-box-holder .wdt-column-wrapper .wdt-content-item .wdt-content-detail-group .wdt-content-title {
    margin-top: 0;
    margin-bottom: 15px;
}

.wdt-custom-process-iconbx .wdt-icon-box-holder .wdt-column-wrapper .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle {
    text-transform: uppercase;
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Ext);
    margin-bottom: 10px;
}

/* === Iconlist Aside Image Box === */

.wdt-custom-aside-imgbox .wdt-image-box-holder .wdt-content-item .wdt-content-media-group {
    display: grid;
}

.wdt-custom-aside-imgbox .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-custom-aside-imgbox .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-title {
    grid-column: 1 / 2;
    grid-row: 1 / 1;
}

.wdt-custom-aside-imgbox .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    margin-bottom: 0;
}

.wdt-custom-aside-imgbox .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-title {
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    margin: auto;
    background: rgba(var(--wdtPrimaryColorRgb), 0.8);
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.4s cubic-bezier(.46, .03, .52, .96);
    -webkit-transition: 0.4s cubic-bezier(.46, .03, .52, .96);
}

.wdt-custom-aside-imgbox .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_Ext);
}

.wdt-cus-space-imgbox .wdt-image-box-holder .wdt-content-item .wdt-content-media-group { display: flex; }

/* === Interactive Showcase === */

/* Popup */

.wdt-custom-intact-popup .wdt-popup-box-trigger-element {
    display: flex;
    flex-direction: row-reverse;
}

.wdt-custom-intact-popup .wdt-popup-box-trigger-element .wdt-popup-box-trigger-label {
    color: var(--wdtPrimaryColor);
    font-weight: calc(var(--wdtFontWeight_Alt) - 100);
    text-transform: uppercase;
}

.wdt-custom-intact-popup .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon {
    position: relative;
    transform: rotate(0deg);
    width: 80px;
    height: 80px;
    font-size: var(--wdtFontSize_H5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
    -webkit-transform: rotate(0deg);
    transition: 0.5s cubic-bezier(.58, -0.28, .27, 1.55);
    -webkit-transition: 0.5s cubic-bezier(.58, -0.28, .27, 1.55);
    margin-left: 0;
    margin-right: 20px;
}

.wdt-custom-intact-popup .wdt-popup-box-trigger-element:hover .wdt-popup-box-trigger-icon {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wdt-custom-intact-popup .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:before,
.wdt-custom-intact-popup .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    transition: 0.5s cubic-bezier(.58, -0.28, .27, 1.55);
    -webkit-transition: 0.5s cubic-bezier(.58, -0.28, .27, 1.55);
}

.wdt-custom-intact-popup .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:before {
    background: var(--wdtPrimaryColor);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.wdt-custom-intact-popup .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:after {
    background: var(--wdtSecondaryColor);
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0;
}

.wdt-custom-intact-popup .wdt-popup-box-trigger-element:hover .wdt-popup-box-trigger-icon:before {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0;
}

.wdt-custom-intact-popup .wdt-popup-box-trigger-element:hover .wdt-popup-box-trigger-icon:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

/* Int Act */

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    flex: 0 0 30%;
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    flex: 0 0 70%;
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    font-size: var(--wdtFontSize_H5);
    color: var(--wdtPrimaryColor);
    line-height: 1;
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    background: rgba(var(--wdtAccentTxtColorRgb), 0.5);
    padding: 25px 30px;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover,
.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active {
    background: var(--wdtSecondaryColor);
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before,
.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after {
    display: none;
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {
    margin-bottom: 28px;
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    padding: 0 50px;
}

.wdt-custom-intact .wdt-interactive-showcase-container {
    margin: 0 -50px;
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
    transform: none;
    transform-origin: unset;
    transition: opacity .2s ease .25s, visibility 03s ease;
    opacity: 0;
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {
    transform: none;
    opacity: 1;
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a .wdt-content-icon-wrapper .wdt-content-icon {
    font-size: var(--wdtFontSize_H6);
    line-height: 1;
    /* position: absolute;
    right: 0;
    top: 1px; */
    color: var(--wdtPrimaryColor);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active a .wdt-content-icon-wrapper .wdt-content-icon {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

/* === IconBox Service === */

.wdt-custom-hm-1-ser-iconbx .wdt-icon-box-holder .wdt-content-item {
    background: var(--wdtAccentTxtColor);
    padding: 40px;
}

.wdt-custom-hm-1-ser-iconbx .wdt-icon-box-holder .wdt-content-item .wdt-content-title { margin-bottom: 12px; }

.wdt-custom-hm-1-ser-iconbx .wdt-icon-box-holder .wdt-content-item .wdt-content-title h5 a { font-size: var(--wdtFontSize_H6); }

.wdt-custom-hm-1-ser-iconbx .wdt-content-item .wdt-content-description { 
    position: relative;
    z-index: 0;
    font-size: var(--wdtFontSize_Ext);
}

/* === Contact Box === */

.wdt-custom-contact-box .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle {
    font-size: calc(var(--wdtFontSize_Ext) + 2px);
    margin-bottom: 2px;
}

.wdt-custom-contact-box .wdt-icon-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-title {
    margin-top: 0;
}

.wdt-custom-contact-box .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    overflow: visible;
}

.wdt-custom-contact-box .wdt-content-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wdt-custom-contact-box .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Base);
    font-size: calc(var(--wdtFontSize_Base) - 2px);
    font-weight: var(--wdtFontWeight_Ext);
    margin-top: 0;
}

.wdt-custom-contact-box .wdt-icon-box-holder .wdt-content-item .wdt-content-media-group {
    margin: 7px 12px 7px 7px;
}

.wdt-custom-contact-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: var(--wdtFontSize_H6);
    color: var(--wdtAccentTxtColor);
    width: 40px;
    height: 40px !important;
    line-height: 0;
    background-color: var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_Full);
}

/* === Service Image Box === */

.wdt-custom-service-imgbx .wdt-image-box-holder .swiper {
    overflow: visible;
    clip-path: inset(-100% -100% 0 0);
}

.wdt-custom-service-imgbx .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    margin-bottom: 0;
}

.wdt-custom-service-imgbx .wdt-content-item .wdt-content-media-group {
    display: grid;
}

.wdt-custom-service-imgbx .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-custom-service-imgbx .wdt-content-item .wdt-content-media-group .wdt-content-elements-group {
    grid-row: 1/1;
    grid-column: 1/2;
}

.wdt-custom-service-imgbx .wdt-content-item .wdt-content-media-group .wdt-content-elements-group {
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
}

.wdt-custom-service-imgbx .wdt-content-item {
    overflow: hidden;
}

.wdt-custom-service-imgbx .wdt-content-item .wdt-content-title {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wdtPrimaryColor);
    margin: 0 10px 10px 0;
    clip-path: inset(0 0 0 100%);
    transition: 0.5s cubic-bezier(.77, 0, .18, 1);
    -webkit-transition: 0.5s cubic-bezier(.77, 0, .18, 1);
}

.wdt-custom-service-imgbx .wdt-content-item:hover .wdt-content-title {
    clip-path: inset(0 0 0 0);
}

.wdt-custom-service-imgbx .wdt-content-item .wdt-content-title h5 {
    font-size: calc(var(--wdtFontSize_H6) - 2px);
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_H6);
}

.wdt-custom-service-imgbx .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtAccentTxtColor);
}

/* === FAQ Aside Icon List === */

.wdt-cus-faq-aside-iconlist .elementor-icon-list-items .elementor-icon-list-item{
    padding: 8px 16px;
    background: var(--wdtTertiaryColor);
    border-radius: var(--wdtRadius_Part);
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}

.wdt-cus-faq-aside-iconlist .elementor-icon-list-items .elementor-icon-list-item, .wdt-cus-faq-aside-iconlist .elementor-icon-list-items .elementor-icon-list-item a{
    font-size: clamp(0.875rem, 0.7318rem + 0.2235vw, 1rem); /*Max-16 Min-14*/
}

/* =========== Portfolio Page =========== */

.wdt-custom-portfolio-tab div[class*="-output-data-container"] div[data-applyisotope*="true"],
.wdt-custom-portfolio-tab div[class*='-output-data-container'] div[class*='-output-data-holder']>.wdt-listings-container,
.wdt-custom-portfolio-tab div[class*='-output-data-container'] div[class*='-output-data-holder']>.wdt-packages-container,
.wdt-custom-portfolio-tab div[class*="-apply-isotope"]>div[class*="-item-container"] {
    margin: 0;
}

.wdt-custom-portfolio-tab .wdt-tabs-container .wdt-tabs-content-wrapper {
    padding: 0;
    background: transparent;
}

.wdt-custom-portfolio-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor,
.wdt-custom-portfolio-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.wdt-custom-portfolio-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor {
    background: transparent;
}

.wdt-custom-portfolio-tab .wdt-tabs-container .wdt-tabs-list li,
.wdt-custom-portfolio-tab .wdt-tabs-container .wdt-tabs-list li:not(:last-child) {
    margin: 0;
}

.wdt-custom-portfolio-tab .wdt-tabs-container ul.wdt-tabs-list {
    margin-bottom: 70px;
}

.wdt-custom-portfolio-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor {
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdtFontWeight_H5);
    font-variant: all-small-caps;
    letter-spacing: 0;
    padding: 0 1em;
}

.wdt-custom-portfolio-tab .wdt-tabs-container .wdt-tabs-list li:not(:last-child) .ui-tabs-anchor:after {
    position: relative;
    content: '/';
    right: -25px;
    line-height: 1;
}

.wdt-custom-portfolio-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.wdt-custom-portfolio-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor {
    color: var(--wdtLinkHoverColor);
}

/* =========== Sticky-Popup-Form =========== */

.wdt-custom-sticky-popup-form { position: relative; }

.wdt-custom-sticky-popup-form .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-item:after {
    position: absolute;
    content: '';
    border-right: solid 80px var(--wdtPrimaryColor);
    border-bottom: solid 60px transparent;
    border-top: solid 60px transparent;
    top: -45px;
    right: 0;
    z-index: -1;
}

.wdt-custom-sticky-popup-form .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-item:before {
    position: absolute;
    content: '';
    top: -45px;
    right: 0;
    z-index: -1;
    border-right: solid 85px #fff;
    border-bottom: solid 60px transparent;
    border-top: solid 60px transparent;
}

/* Form Style */

.wdt-custom-sticky-popup-form .wdt-cus-contact-infos p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0;
}

.wdt-custom-sticky-popup-form .wdt-cus-message {
    margin-top: 20px;
}

.wdt-custom-sticky-popup-form .wdt-cus-contact-infos p span input,
.wdt-custom-sticky-popup-form p textarea {
    background: var(--wdtTertiaryColor);
    border-color: transparent;
    padding: var(--wdtInputPadding);
    color: var(--wdtPrimaryColor);
    margin: 0;
}

.wdt-custom-sticky-popup-form .select2-container.select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
    border-radius: 0;
}

.wdt-custom-sticky-popup-form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: var(--wdtTertiaryColor);
    border-color: transparent;
    border-radius: 0;
    color: var(--wdtHeadAltColor);
    line-height: normal;
}

.wdt-custom-sticky-popup-form .select2-container.select2-container--default {
    width: 100% !important;
}

.wdt-custom-sticky-popup-form .wdt-cus-submit {
    margin-top: 20px;
}

.wdt-custom-sticky-popup-form .wdt-cus-submit p input {
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Ext);
}

.wdt-custom-sticky-popup-form .wdt-cus-submit p input:hover {
    color: var(--wdtHeadAltColor);
}


/* =========== Pricing Plan =========== */

.wdt-custom-pricing-half-bg-sec .elementor-background-overlay {
    height: 60%;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder>div:not(:last-child) {
    margin-bottom: 30px;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] {
    border: 0;
    box-shadow: 0px 4px 20px 0px rgba(var(--wdtPrimaryColorRgb), 15% );
    padding: 24px;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text {
    font-size: var(--wdtFontSize_Base);
    line-height: 1;
    letter-spacing: 0;
}

.wdt-custom-pricing-plan .wdt-content-icon-wrapper,
.wdt-custom-pricing-plan .wdt-content-icon-wrapper .wdt-content-icon { display: inline-block !important; }

.wdt-custom-pricing-plan .wdt-pricing-table-holder .wdt-pricing-table-header {
    padding: 0 !important;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after {
    display: none;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded {
    opacity: 1;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder:hover .wdt-pricing-table-features .wdt-content-icon .iconlist-arrow,
.wdt-custom-pricing-plan-active .wdt-pricing-table-holder .wdt-pricing-table-features .wdt-content-icon .iconlist-arrow {
    fill: var(--wdtPrimaryColor);
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text {
    word-break: break-word;
    hyphens: auto;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5 {
    font-size: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem);
    text-transform: capitalize;
    font-weight: var(--wdtFontWeight_H4);
    padding-bottom: 30px;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle {
    font-size: calc(var(--wdtFontSize_H6) - 2px);
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 30px;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder .wdt-pricing-table-header .wdt-content-title {
    position: relative;
    margin: 0;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder .wdt-pricing-table-header .wdt-content-title:after {
    position: absolute;
    content: '';
    background: var(--wdtHeadAltColor);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale .wdt-pricing-table-pricing-prefix,
.wdt-custom-pricing-plan .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale .wdt-pricing-table-pricing-suffix {
    font-size: calc(var(--wdtFontSize_Alt) + 6px) !important;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing+.wdt-pricing-table-features {
    margin-top: 0;
    padding: 0;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-features-list-inner {
    display: flex;
    align-items: flex-start;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix {
    padding-right: 0;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix {
    padding-left: 0;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon .wdt-content-icon span {
    font-size: 6px;
    position: relative;
    top: 5px;
    padding: 0;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list {
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after {
    margin-top: 15px;
    padding-bottom: 15px;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer:last-child {
    margin: 0;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer:last-child .fullwidth {
    border: 0;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer .wdt-content-button>a {
    font-size: var(--wdtFontSize_Base);
    padding: var(--wdtPadding_MaxiBtn);
    font-family: var(--wdtFontTypo_Base);
    font-weight: calc(var(--wdtFontWeight_Alt) - 100);
    line-height: 1;
    border: 0;
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon .wdt-content-icon span svg {
    box-shadow: 0px 0px 0px 3px rgba(var(--wdtHeadAltColorRgb), 0.2);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(var(--wdtHeadAltColorRgb), 0.2);
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
}

/* Active Plan */

.wdt-custom-pricing-plan-active .wdt-pricing-table-holder .wdt-pricing-table-header .wdt-content-title:after,
.wdt-custom-pricing-plan .wdt-pricing-table-holder:hover .wdt-pricing-table-header .wdt-content-title:after {
    background: var(--wdtAccentTxtColor);
}

.wdt-custom-pricing-plan .wdt-pricing-table-holder[class*='-template-default']:hover div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon .wdt-content-icon span svg,
.wdt-custom-pricing-plan-active .wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon .wdt-content-icon span svg {
    box-shadow: 0px 0px 0px 3px rgba(var(--wdtAccentTxtColorRgb), 0.2);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(var(--wdtAccentTxtColorRgb), 0.2);
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
}

/* ============ Home 2 ============ */

/* === Counter === */

.wdt-cus-head-with-counter .wdt-heading-holder .wdt-heading-title {
    display: block;
}

.wdt-cus-head-with-counter .wdt-heading-holder .wdt-heading-colored-elements {
    padding-right: 8px;
}

.wdt-cus-head-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-counter-wrapper .wdt-content-counter {
    padding: 0;
}

.wdt-cus-head-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-media-group {
    display: block;
}

.wdt-cus-head-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-counter-wrapper .wdt-content-counter {
    font-size: clamp(2.5rem, 1.7842rem + 1.1173vw, 3.125rem);
    /*Max-50 &amp; Min-40*/
}

.wdt-cus-head-with-counter .wdt-heading-holder h3 .wdt-heading-title {
    font-size: clamp(1.5rem, 0.6411rem + 1.3408vw, 2.25rem);
    /*Max-36 &amp; Min-24*/
}

/* === Home 2 Interactive Style === */

.wdt-custom-home2-interactive .wdt-interactive-showcase-container {
    display: grid;
    margin: 0;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(var(--wdtAccentTxtColorRgb), 0.5);
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    z-index: 0;
    padding: 0;
    overflow: hidden;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
    max-width: 100%;
    display: grid;
    align-self: stretch;
    height: 100%;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a {
    display: inline-flex;
    color: var(--wdtAccentTxtColor);
    border-bottom: 1px solid rgba(var(--wdtAccentTxtColorRgb), 0.3);
    padding: 30px;
    width: 100%;
    height: 100%;
}

/* .wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:first-child {
    border-top: 1px solid rgba(var(--wdtAccentTxtColorRgb), 0.3);
} */

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before {
    background: rgba(var(--wdtSecondaryColorRgb), 0.3);
    backdrop-filter: blur(3px);
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after {
    background: var(--wdtSecondaryColor);
    width: 1px;
    left: -1px;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {
    margin: 0;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group {
    display: flex;
    align-items: center;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    font-size: var(--wdtFontSize_H4);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: 1;
    margin-left: 15px;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group .wdt-content-icon span,
.wdt-custom-home2-interactive .wdt-interactive-showcase-container ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group .wdt-content-icon span i {
    font-size: calc(var(--wdtFontSize_Alt) - 4px);
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 1;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
    transform: scaleX(1);
    transition: var(--wdtBaseTransition);
    opacity: 0;
    visibility: hidden;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {
    opacity: 1;
    visibility: visible;
}

.wdt-custom-home2-interactive .st0 {
    fill: currentColor !important;
}

/* Img Style */

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .wdt-custom-home2-interactive-sec-bg .elementor-background-overlay {
    transition: 1s cubic-bezier(.46, .03, .52, .96);
    -webkit-transition: 1s cubic-bezier(.46, .03, .52, .96);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .wdt-custom-home2-interactive-sec-bg .elementor-background-overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.3;
    visibility: visible;
}

.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .elementor-container .elementor-widget-wrap{
    opacity: 1;
    transform:translateY(0px);
}
.wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .elementor-container .elementor-widget-wrap{
    opacity: 0;
    transform:translateY(10px);
    transition:var(--wdtBaseTransition)
}

/* ============ Style 2 ============ */

/* === Counter === */

.wdt-cus-icon-counter .wdt-column-wrapper .wdt-column {
    display: flex;
    justify-content: center;
}

.wdt-cus-icon-counter .wdt-column-wrapper .wdt-column:nth-child(4n-3),
.wdt-cus-icon-counter .wdt-column-wrapper .wdt-column:nth-child(4n) {
    background: var(--wdtTertiaryColor);
}

.wdt-cus-icon-counter .wdt-rc-template-custom-template .wdt-content-item {
    padding: clamp(0.625rem, -0.8066rem + 2.2346vw, 1.875rem);
}

.wdt-cus-h1-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-icon-wrapper {
    display: block;
}

.wdt-cus-h1-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-elements-group>div:not(:last-child),
.wdt-cus-h1-counter .wdt-content-item .wdt-content-media-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-h1-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-elements-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wdt-cus-h1-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 90px;
    padding: 0;
    line-height: 0;
    margin-left: -8px;
}

.wdt-cus-h1-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-counter-wrapper .wdt-content-counter {
    font-size: clamp(1.875rem, 1.7308rem + 0.641vw, 2.5rem);
    /*Max-40 & Min-30*/
    line-height: 1;
    padding-bottom: 10px;
}

.wdt-cus-h1-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wdt-cus-counter-iconbox .wdt-rc-template-ico-content-aside .wdt-content-item .wdt-content-detail-group .wdt-content-separator,
.wdt-cus-counter-iconbox .wdt-rc-template-ico-content-aside .wdt-content-item .wdt-content-subtitle {
    display: none;
}

.wdt-cus-counter-iconbox .wdt-rc-template-ico-content-aside .wdt-content-item .wdt-content-detail-group>div:not(:last-child) {
    margin: 0;
}

.wdt-cus-counter-iconbox .wdt-icon-box-holder.wdt-rc-template-ico-content-aside .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon>span {
    width: unset;
    height: unset;
    font-size: 0;
    padding: 0;
    font-size: 45px;
    border: 0;
}

/* === Team === */

.wdt-cus-team-members .wdt-content-item .wdt-content-image-wrapper .wdt-content-image>a,
.wdt-cus-team-members .wdt-team-holder .wdt-content-item .wdt-content-image-wrapper .wdt-content-image>span {
    height: unset;
    max-width: clamp(17.5rem, 9.9824rem + 9.3897vw, 21.25rem);
    /*Max-340 & Min-280*/
    border-radius: 0;
    overflow: hidden;
}

.wdt-cus-team-members .wdt-team-holder .wdt-content-item .wdt-content-image-wrapper .wdt-content-image>a img,
.wdt-cus-team-members .wdt-team-holder .wdt-content-item .wdt-content-image-wrapper .wdt-content-image>span img {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    filter: saturate(100%);
}

.wdt-cus-team-members .wdt-team-holder .wdt-content-item:hover .wdt-content-image>a img,
.wdt-cus-team-members .wdt-team-holder .wdt-content-item:hover .wdt-content-image>span img {
    -webkit-transform: scale(1.03) translateY(-2px);
    transform: scale(1.03) translateY(-2px);
    filter: saturate(130%);
}

.wdt-cus-team-members .wdt-team-holder .wdt-content-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
}

.wdt-cus-team-members .wdt-team-holder .wdt-content-item .wdt-content-media-group {
    margin: 0;
    display: flex;
}

.wdt-cus-team-members .wdt-team-holder .wdt-content-item .wdt-content-detail-group {
    padding: 35px 40px;
    display: inline-grid;
    border: 1px solid transparent;
    border-left: 0;
    background: var(--wdtTertiaryColor);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-team-members .wdt-team-holder .wdt-content-item:hover .wdt-content-detail-group {
    background: var(--wdtAccentTxtColor);
    border: 1px solid rgba(var(--wdtBorderColorRgb), 0.1);
    border-left: 0;
}

.wdt-cus-team-members .wdt-content-item .wdt-content-description { font-size: var(--wdtFontSize_Ext); }

/* .wdt-cus-team-members .wdt-team-holder .wdt-content-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 250px;
    border: 1px solid transparent;
    background: var(--wdtTertiaryColor);
    transition: var(--wdtBaseTransition);
    box-shadow: 0 0 0px rgb(var(--wdtPrimaryColorRgb), .2);
}

.wdt-cus-team-members .wdt-team-holder .wdt-content-item:hover:before {
    background: var(--wdtAccentTxtColor);
    border: 1px solid rgba(var(--wdtBorderColorRgb), 0.1);
} */

.wdt-cus-team-members .wdt-content-item>div[class*="group"]>.wdt-content-subtitle,
.wdt-cus-team-members .wdt-content-item>div[class*="group"] .wdt-content-subtitle+.wdt-content-title {
    margin-bottom: 20px;
}

.wdt-cus-team-members .wdt-team-holder .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle {
    order: -1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: var(--wdtFontWeight_H6);
}

.wdt-cus-team-members .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem);
}

.wdt-cus-team-members .wdt-content-item .wdt-social-icons-list li:not(:last-child) {
    padding-right: 10px;
}

.wdt-cus-team-members .wdt-content-item .wdt-social-icons-list li a {
    font-size: 18px;
    color: var(--wdtHeadAltColor);
}

.wdt-cus-team-members .wdt-content-item .wdt-social-icons-list li a:hover {
    color: var(--wdtSecondaryColor)
}

/* === Booking List Aside Img === */

.wdt-cus-book-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-weight: var(--wdtFontWeight_H6)
}

.wdt-cus-book-img .elementor-widget-container:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: var(--wdtTertiaryColor);
    right: -15%;
    top: -15%;
    z-index: -1;
    animation: grow 6s infinite alternate;
    -webkit-animation: grow 6s infinite alternate;
}

@keyframes grow {
    0% {
        transform: translateX(-70%);
        -webkit-transform: translateX(-70%);
    }

    25% {
        transform: translateX(0) translateY(0px);
        -webkit-transform: translateX(0) translateY(0px);
    }

    50% {
        transform: translateX(0) translateY(25%);
        -webkit-transform: translateX(0) translateY(25%);
    }

    100% {
        transform: translateX(0) translateY(0px);
        -webkit-transform: translateX(0) translateY(0px);
    }
}

@-webkit-keyframes grow {
    0% {
        transform: translateX(-70%);
        -webkit-transform: translateX(-70%);
    }

    25% {
        transform: translateX(0) translateY(0px);
        -webkit-transform: translateX(0) translateY(0px);
    }

    50% {
        transform: translateX(0) translateY(25%);
        -webkit-transform: translateX(0) translateY(25%);
    }

    100% {
        transform: translateX(0) translateY(0px);
        -webkit-transform: translateX(0) translateY(0px);
    }
}

/* .wdt-cus-h2-filler-iconbox .wdt-column-wrapper .wdt-column { border: 1px solid rgba(var(--wdtPrimaryColorRgb), 0.1); } */

.wdt-cus-h2-filler-iconbox .wdt-column-wrapper .wdt-column:nth-child(4n-3) .wdt-content-item,
.wdt-cus-h2-filler-iconbox .wdt-column-wrapper .wdt-column:nth-child(4n) .wdt-content-item {
    background: var(--wdtTertiaryColor);
}

.wdt-cus-h2-filler-iconbox .wdt-icon-box-holder.wdt-rc-template-default .wdt-content-item>.wdt-content-media-group {
    padding: 0px !important;
}

.wdt-cus-h2-filler-iconbox .wdt-icon-box-holder .wdt-content-item:hover {
    background: transparent;
}

.wdt-cus-h2-filler-iconbox .wdt-icon-box-holder .wdt-content-item:hover .wdt-content-description,
.wdt-cus-h2-filler-iconbox .wdt-icon-box-holder .wdt-content-item:hover .wdt-content-title h5,
.wdt-cus-h2-filler-iconbox .wdt-icon-box-holder .wdt-content-item:hover .wdt-content-title h5 a,
.wdt-cus-h2-filler-iconbox .wdt-icon-box-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon>span {
    color: var(--wdtHeadAltColor)
}

.st0 { fill: currentColor !important; }

/* === Service Popup === */

.wdt-cus-service-popup .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element{
    font-size: var(--wdtFontSize_Base);
    padding: var(--wdtPadding_Btn);
    font-family: var(--wdtFontTypo_Base);
    font-weight: calc(var(--wdtFontWeight_Alt) - 100);
    line-height: 1;
    background: var(--wdtSecondaryColor);
    color: var(--wdtHeadAltColor);
}

.wdt-cus-service-popup .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element:hover {
    background: var(--wdtHeadAltColor);
    color: var(--wdtAccentTxtColor);
}

/* === Progress Bar === */

.wdt-cus-progress-bar .wdt-progressbar-container.wdt-progressbar-horizontal .wdt-progressbar-content {
    align-items: center;
}

.wdt-progressbar-container.wdt-progressbar-horizontal .wdt-progressbar-content .wdt-progressbar-title {
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_H6);
    color: var(--wdtHeadAltColor);
}

.wdt-cus-progress-bar .wdt-progressbar-container.wdt-progressbar-horizontal .wdt-progressbar svg {
    border-radius: var(--wdtRadius_Part);
    stroke-linecap: round;
}

.wdt-cus-progress-bar .wdt-progressbar-container.wdt-progressbar-horizontal .wdt-progressbar-content .wdt-progressbar-value {
    font-weight: var(--wdtFontWeight_H6);
    color: var(--wdtHeadAltColor);
}

.wdt-cus-progress-bar .wdt-progressbar-container.wdt-progressbar-horizontal .wdt-progressbar-content .wdt-progressbar-value sup {
    top: -1px;
    left: 1px;
}

/* Progress Icon Box */

.wdt-cus-progress-icon .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
    font-size: 35px;
    margin: 0;
}

.wdt-cus-progress-icon .elementor-icon-list-items .elementor-icon-list-item {
    margin-bottom: 20px
}

.wdt-cus-progress-icon .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border: 1px solid var(--wdtHeadAltColor);
    border-radius: var(--wdtRadius_Full);
}

.wdt-cus-progress-icon .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    color: var(--wdtHeadAltColor);
    font-size: clamp(1.125rem, 1.375rem + 0vw, 1.375rem);
    /*Max-22 &amp; Min-18*/
    font-weight: var(--wdtFontWeight_Ext);
    text-transform: capitalize;
    margin-left: 8px
}

/*progress-text-and-icon*/

.wdt-cus-progress-text-and-icon .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
    font-size: 50px;
}

.wdt-cus-progress-text-and-icon .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    text-transform: capitalize;
    color: var(--wdtHeadAltColor)
}

/*Left Images*/

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item {
    display: grid;
    place-items: end;
    overflow: hidden;
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item>div {
    grid-area: 1/1;
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0;
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    display: flex;
    -webkit-transform: scale(1);
    transform: scale(1.05);
    transition: var(--wdt-Ad-Transition);
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper {
    -webkit-transform: scale(1.02);
    transform: scale(1);
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    padding: clamp(1.25rem, -0.1816rem + 2.2346vw, 2.5rem);
    /*Max-40 & Min-20*/
    width: 100%;
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group>div {
    margin-bottom: 0px;
    z-index: 1;
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
    transition: 0.3s cubic-bezier(.65, .05, .36, 1);
    -webkit-transition: 0.3s cubic-bezier(.65, .05, .36, 1);
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item:hover .wdt-content-detail-group>div {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-description {
    grid-column: 1/3;
    color: var(--wdtAccentTxtColor);
    z-index: 1;
    opacity: 0;
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item:hover .wdt-content-description {
    opacity: 1;
    transition-delay: 200ms;
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, var(--wdtHeadAltColor) 100%);
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 {
    font-size: clamp(1rem, -0.0021rem + 1.5642vw, 1.875rem);
    /*Max-30 & Min-16*/
    text-transform: capitalize;
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 a {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-icon span {
    color: var(--wdtAccentTxtColor);
    font-size: 30px;
    margin-top: -8px
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-button a {
    font-size: 0;
    background: transparent;
    transition-delay: 250ms;
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item:hover .wdt-content-elements-group {
    transition-delay: 300ms
}

.wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-button a:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    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 97.7 97.8' style='enable-background:new 0 0 97.7 97.8;' xml:space='preserve'%3E%3Cpath d='M66.3,25c-1.3,1.3-1.3,3.5,0,4.8L82,45.6L4.1,45.5v6.7H82L66.3,68c-1.3,1.3-1.3,3.5,0,4.8c1.3,1.3,3.5,1.3,4.8,0l21.5-21.5 c1.3-1.3,1.3-3.5,0-4.8L71.1,25C69.7,23.6,67.6,23.7,66.3,25z'%3E%3C/path%3E%3C/svg%3E");
    top: 10%;
    background: var(--wdtAccentTxtColor);
}

/* === Form Aside Icon Box === */

.wdt-custom-home2-form-iconbox .wdt-icon-box-holder .wdt-content-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.wdt-custom-home2-form-iconbox .wdt-icon-box-holder .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0;
    margin-right: 20px;
}

.wdt-custom-home2-form-iconbox .wdt-icon-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-title {
    margin-bottom: 5px;
}

.wdt-custom-home2-form-iconbox .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H5);
}

/* Form */

.wdt-custom-contact-form-alt .wpcf7-form-control-wrap input,
.wdt-custom-contact-form-alt .wpcf7-form-control-wrap textarea,
.wdt-custom-contact-form-alt .wpcf7-form-control-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 23px 70px 23px 30px;
    background-color: var(--wdtAccentTxtColor);
    box-shadow: 0 0 2px 1px rgba(var(--wdtHeadAltColorRgb), 0);
    -webkit-box-shadow: 0 0 2px 1px rgba(var(--wdtHeadAltColorRgb), 0);
    border: 1px solid transparent;
}

.wdt-custom-contact-form-alt .wpcf7-form-control-wrap textarea {
    margin-bottom: 0;
}

.wdt-custom-contact-form-alt .wpcf7-form-control-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: auto;
    line-height: normal;
}

.wdt-custom-contact-form-alt .select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
    transition: var(--wdtBaseTransition);
}

.wdt-custom-contact-form-alt p {
    margin-bottom: 20px;
}

.wdt-custom-contact-form-alt .wdt-custom-contact-form-col-6.form-btn p {
    margin-bottom: 0;
}

.wdt-custom-contact-form-alt div.wdt-custom-contact-form-col-2,
.wdt-custom-contact-form-alt div.wdt-custom-contact-form-column3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.wdt-custom-contact-form-alt .wpcf7-form-control-wrap input:focus,
.wdt-custom-contact-form-alt .wpcf7-form-control-wrap textarea:focus,
.wdt-custom-contact-form-alt .select2-container--default.select2-container--open .select2-selection--single:focus {
    border: 1px solid rgba(var(--wdtSecondaryColorRgb), 0.5);
}

.wdt-custom-contact-form-alt textarea {
    height: 150px;
}

.wdt-custom-contact-form-alt input[type="submit"] {
    margin: 0;
}

.wdt-custom-contact-form-alt .wpcf7-spinner {
    left: 0;
    right: 0;
}

.wdt-custom-contact-form-alt .select2-container--default .select2-selection--single .select2-selection__arrow b {
    -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 17.5 10' style='enable-background:new 0 0 17.5 10;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M8.7,7l6.6-6.6c0.5-0.5,1.3-0.5,1.8,0c0,0,0,0,0,0c0.5,0.5,0.5,1.3,0,1.8 L9.6,9.6c-0.5,0.5-1.2,0.5-1.7,0L0.4,2.1c-0.5-0.5-0.5-1.3,0-1.8c0.5-0.5,1.3-0.5,1.7,0L8.7,7z'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    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 17.5 10' style='enable-background:new 0 0 17.5 10;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M8.7,7l6.6-6.6c0.5-0.5,1.3-0.5,1.8,0c0,0,0,0,0,0c0.5,0.5,0.5,1.3,0,1.8 L9.6,9.6c-0.5,0.5-1.2,0.5-1.7,0L0.4,2.1c-0.5-0.5-0.5-1.3,0-1.8c0.5-0.5,1.3-0.5,1.7,0L8.7,7z'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background: var(--wdtLinkColor);
    width: 14px;
    height: 10px;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    margin-left: -30px;
}

/* === Icon Box Video === */

/*Video Banner play icon*/

.wdt-cus-popup-icon .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span {
    color: var(--wdtAccentTxtColor);
    width: clamp(3.75rem, 2.8125rem + 4.1667vw, 7.8125rem);
    /*Max-125 & Min-60*/
    height: clamp(3.125rem, 2.5481rem + 2.5641vw, 5.625rem);
    /*Max-90 & Min-50*/
    display: grid;
    place-items: center;
    padding-left: 5px;
}

.wdt-cus-popup-icon .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--wdtHeadAltColor);
    z-index: -1;
    border-radius: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem);
    /*Max-20 & Min-10*/
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: var(--wdt-Ad-Transition);
}

.wdt-cus-popup-icon .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--wdtAccentTxtColor);
    z-index: -2;
    border-radius: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem);
    /*Max-20 & Min-10*/
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: var(--wdt-Ad-Transition);
}

.wdt-cus-popup-icon .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span i {
    transition: var(--wdt-Ad-Transition);
}

.wdt-cus-popup-icon .wdt-popup-box-trigger-holder:hover span:before {
    transform: scale(.9);
    -webkit-transform: scale(.9);
}

.wdt-cus-popup-icon .wdt-popup-box-trigger-holder:hover span:after {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.wdt-cus-popup-icon .wdt-popup-box-trigger-holder:hover span i {
    transform: scale(1.3);
    -webkit-transform: scale(1);
}

/*Video Banner Iconbox*/

.wdt-cus-popup-iconbox .wdt-icon-box-holder.wdt-rc-template-default .wdt-content-item>.wdt-content-media-group {
    padding: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem) !important; /* Max-40 Min-30 */
}

.wdt-cus-popup-iconbox .wdt-icon-box-holder.wdt-rc-template-default .wdt-content-item { height: 100%; }

.wdt-cus-popup-iconbox .wdt-content-item .wdt-content-title h5,
.wdt-cus-popup-iconbox .wdt-content-item .wdt-content-title h5 a {
    font-size: clamp(1.25rem, 1.1779rem + 0.3205vw, 1.5625rem);
    /*Max-25 & Min-20*/
    margin-bottom: 15px;
}

.wdt-cus-popup-iconbox .wdt-content-item>div:not(:last-child),
.wdt-cus-popup-iconbox .wdt-content-item .wdt-content-media-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-popup-iconbox-evenbg .wdt-column:nth-child(even) .wdt-content-item {
    background: var(--wdtTertiaryColor);
}

.wdt-cus-popup-iconbox-oddbg .wdt-column:nth-child(odd) .wdt-content-item {
    background: var(--wdtTertiaryColor);
}

/* === Mortgage Calculator === */

.wdt-mortage-calc-desp .elementor-widget-container a { text-decoration: underline; color: var(--e-global-color-text); }

.wdt-mortage-calc-desp .elementor-widget-container a:hover { color: var(--wdtPrimaryColor); }

/* === Testimonial Style 2 === */

.wdt-cus-testimonial-type2 .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    display: flex;
}

.wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-content-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 40px;
    padding: 25px;
    margin: 5px;
    border:1px solid transparent;
}

.wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-content-item:hover{
    background:var(--wdtAccentTxtColor);
    border:1px solid var(--wdtPrimaryColor);
}

.wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-content-item>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-testimonial-type2 .wdt-content-item .wdt-content-image>span>img,
.wdt-cus-testimonial-type2 .wdt-content-item .wdt-content-image>a>img {
    max-width: 140px;
}

.wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-content-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 0;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
    background: var(--wdtAccentTxtColor);
}

.wdt-cus-testimonial-type2 .wdt-content-item .wdt-content-image>span>img, .wdt-cus-testimonial-type2 .wdt-content-item .wdt-content-image>a>img {
    max-width: clamp(8.75rem, 8.25rem + 2.5vw, 11.25rem);/*Max-180 Min-140*/
}

.wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-content-item:hover:before {
    background: var(--wdtHeadAltColor);
    height: calc(100% - 100px);
    border-color: var(--wdtSecondaryColor);
}

.wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-description{
    max-width:500px;
    padding-bottom: 25px;
}

.wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-media-group {
    text-align: center;
}

.wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper {
    position: absolute;
    top: calc(0% - 100px);
    z-index: 1;
    right: 0%;
}

.wdt-cus-testimonial-type2 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
    margin-top: 0;
}

.wdt-cus-testimonial-type2 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
    width: clamp(2.5rem, 2.0625rem + 2.1875vw, 4.6875rem);
    /*Max-75 &amp; Min-40*/
    height: clamp(2.5rem, 2.0625rem + 2.1875vw, 4.6875rem);
    /*Max-75 & Min-40*/
    border-radius: var(--wdtRadius_Full);
}

.wdt-cus-testimonial-type2 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:before {
    border: 1px solid var(--wdtHeadAltColor);
    background: transparent;
}

.wdt-cus-testimonial-type2 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev {
    margin-right: 15px;
}

.wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-subtitle {
    transition: var(--wdt-Ad-Transition);
}

.wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-rating li span {
    margin-right: 3px;
    color: #FFC200
}

.wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-content-item:hover .wdt-content-detail-group .wdt-rating li span {
    color: #FFC200;
}

/* === Brand Logo Style 2 === */

.wdt-cus-brandings .wdt-rc-template-custom-template .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(11.25rem, 9.8184rem + 2.2346vw, 12.5rem);
}

.wdt-cus-brandings .wdt-rc-template-custom-template .wdt-column-wrapper {
    justify-content: center;
}

.wdt-cus-brandings .wdt-rc-template-custom-template .wdt-content-item {
    padding: 15px;
    background: var(--wdtTertiaryColor);
}

/* === Insta === */

.wdt-cus-instagram .wdt-image-box-holder .wdt-content-item {
    overflow: hidden;
}

.wdt-cus-instagram .wdt-content-item .wdt-media-image-overlay-container {
    pointer-events: none;
}

.wdt-cus-instagram .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(2.5rem, 2.3558rem + 0.641vw, 3.125rem);
    /*Max-50px & Min-40px*/
    color: var(--wdtAccentTxtColor);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.wdt-cus-instagram .wdt-content-item:hover .wdt-content-icon span {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.wdt-cus-instagram .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before {
    background: var(--wdtHeadAltColor);
    opacity: 0;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: var(--wdt-Ad-Transition);
    z-index: 1;
}

.wdt-cus-instagram .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper:before {
    opacity: .75;
    transform: scale(.9);
    -webkit-transform: scale(.9)
}

/* === Amenities === */

.wdt-cus-amenities-iconbox .wdt-rc-template-custom-template .wdt-content-item .wdt-content-media-group {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.wdt-cus-amenities-iconbox .wdt-rc-template-custom-template .wdt-content-item .wdt-content-icon-wrapper {
    display: block;
}

.wdt-cus-amenities-iconbox .wdt-rc-template-custom-template .wdt-content-item .wdt-content-media-group div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-amenities-iconbox .wdt-rc-template-custom-template .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg {
    margin-top: -8px;
}

.wdt-cus-amenities-iconbox .wdt-rc-template-custom-template .wdt-content-item .wdt-content-title h5,
.wdt-cus-amenities-iconbox .wdt-rc-template-custom-template .wdt-content-item .wdt-content-title h5 a {
    font-size: var(--wdtFontSize_Base);
    margin-left: 10px;
    font-weight: var(--wdtFontWeight_Ext);
}

/*Snap Scroll Button*/

.wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination button {
    font-size: 0;
    padding: 10px;
}

.wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination button.wdt-pagination-prev:after,
.wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination button.wdt-pagination-next:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: var(--wdtAccentTxtColor);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-repeat: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-repeat: cover;
    transition: var(--wdt-Ad-Transition);
}

.wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination button:hover:after {
    background-color: var(--wdtHeadAltColor);
}

.wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination button.wdt-pagination-next:after {
    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 97.7 97.8' style='enable-background:new 0 0 97.7 97.8;' xml:space='preserve'%3E%3Cpath d='M66.3,25c-1.3,1.3-1.3,3.5,0,4.8L82,45.6L4.1,45.5v6.7H82L66.3,68c-1.3,1.3-1.3,3.5,0,4.8c1.3,1.3,3.5,1.3,4.8,0l21.5-21.5 c1.3-1.3,1.3-3.5,0-4.8L71.1,25C69.7,23.6,67.6,23.7,66.3,25z'%3E%3C/path%3E%3C/svg%3E");
    -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 97.7 97.8' style='enable-background:new 0 0 97.7 97.8;' xml:space='preserve'%3E%3Cpath d='M66.3,25c-1.3,1.3-1.3,3.5,0,4.8L82,45.6L4.1,45.5v6.7H82L66.3,68c-1.3,1.3-1.3,3.5,0,4.8c1.3,1.3,3.5,1.3,4.8,0l21.5-21.5 c1.3-1.3,1.3-3.5,0-4.8L71.1,25C69.7,23.6,67.6,23.7,66.3,25z'%3E%3C/path%3E%3C/svg%3E");
}

.wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination button.wdt-pagination-prev:after {
    mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 97.7 97.8' style='enable-background:new 0 0 97.7 97.8;' xml:space='preserve'%3E%3Cpath d='M31.4,72.8c1.3-1.3,1.3-3.5,0-4.8L15.7,52.2l77.9,0.1v-6.7H15.7l15.7-15.8c1.3-1.3,1.3-3.5,0-4.8c-1.3-1.3-3.5-1.3-4.8,0 L5.1,46.5c-1.3,1.3-1.3,3.5,0,4.8l21.5,21.5C28,74.2,30.1,74.1,31.4,72.8z'/%3E%3C/svg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 97.7 97.8' style='enable-background:new 0 0 97.7 97.8;' xml:space='preserve'%3E%3Cpath d='M31.4,72.8c1.3-1.3,1.3-3.5,0-4.8L15.7,52.2l77.9,0.1v-6.7H15.7l15.7-15.8c1.3-1.3,1.3-3.5,0-4.8c-1.3-1.3-3.5-1.3-4.8,0 L5.1,46.5c-1.3,1.3-1.3,3.5,0,4.8l21.5,21.5C28,74.2,30.1,74.1,31.4,72.8z'/%3E%3C/svg%3E%0A");
}

/* === Contact Page === */

/* Contact Icon Box */

.wdt-cus-contact-lists-heading .wdt-heading-holder h5 .wdt-heading-title {
    font-size: calc(var(--wdtFontSize_H5) + 2px);
}

.wdt-cus-contact-info-box .wdt-cus-info-inner .elementor-container {
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-location .wdt-heading-holder>*:not(:last-child) {
    margin-bottom: 0px;
}

.wdt-cus-location .wdt-heading-holder h4 .wdt-heading-title {
    font-size: clamp(1.25rem, 0.8205rem + 0.6704vw, 1.625rem);
    text-transform: uppercase;
    margin-top: 0;
}

.wdt-cus-phone .wdt-content-item .wdt-content-media-group>div:not(:last-child) {
    margin-bottom: 30px;
}

.wdt-cus-contact-image-slide .wdt-image-box-wrapper .wdt-content-item .wdt-content-media-group {
    display: flex;
}

.wdt-cus-location .wdt-heading-holder {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0 10px;
    align-items: center;
}

.wdt-cus-location .wdt-heading-holder .wdt-content-icon-wrapper .wdt-content-icon span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--wdtHeadAltColor);
    border-radius: var(--wdtRadius_Full);
}

/*Contact Form*/

.wdt-cus-contact-us-form .wdt-cus-contact-infos p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.wdt-cus-contact-us-form .wdt-cus-message {
    margin-top: 20px;
}

.wdt-cus-contact-us-form .wdt-cus-contact-infos p span input,
.wdt-cus-contact-us-form p textarea {
    background: var(--wdtTertiaryColor);
    border-color: transparent;
    padding: var(--wdtInputPadding);
    color: var(--wdtPrimaryColor);
}

.wdt-cus-contact-us-form .wdt-cus-contact-infos p span input:focus,
.wdt-cus-contact-us-form p textarea:focus {
    border-color: rgba(var(--wdtSecondaryColorRgb), 0.5);
}

.wdt-cst-form-contact-us .select2-container.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.wdt-cst-form-contact-us .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: var(--wdtTertiaryColor);
    border-color: transparent;
    border-radius: 0;
    color: var(--wdtHeadAltColor);
}

.wdt-cus-contact-us-form .wdt-cus-submit {
    margin-top: 20px;
}

.wdt-cus-contact-us-form .wdt-cus-submit p input {
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Ext);
}

.wdt-cus-contact-us-form .wdt-cus-submit p input:hover {
    color: var(--wdtHeadAltColor);
}

.wdt-cus-contact-us-form .select2-container--default .select2-selection {
    border-color: var(--wdtTertiaryColor) !important;
    border-radius: 0 !important;
    line-height: normal;
    transition: var(--wdtAltTransition);
}

.wdt-cus-contact-us-form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: var(--wdtInputPadding);
    background: var(--wdtTertiaryColor);
    border-color: transparent;
    color: var(--wdtHeadAltColor);
}

.wdt-cus-contact-us-form .select2.select2-container--focus .select2-selection,
.wdt-cus-contact-us-form .select2.select2-container--open .select2-selection {
    border-color: rgba(var(--wdtSecondaryColorRgb), 0.7) !important;
}

/* ============ About Page ============ */

.wdt-custom-abt-counter .wdt-counter-holder .wdt-content-item {
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.wdt-custom-abt-counter .wdt-counter-holder .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0;
    margin-right: 40px;
}

.wdt-custom-abt-counter .wdt-content-item .wdt-content-counter {
    font-size: calc(var(--wdtFontSize_H2) + 4px);
    line-height: 1;
}

.wdt-custom-abt-counter .wdt-content-item .wdt-content-counter-wrapper {
    margin-bottom: 4px !important;
}

.wdt-custom-abt-counter .wdt-content-item .wdt-content-title h5 {
    font-size: calc(var(--wdtFontSize_H6) - 2px);
    font-weight: var(--wdtFontWeight_Base);
    text-transform: uppercase;
}

/* === Form Error Message === */

.wpcf7-not-valid-tip {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: calc(var(--wdtFontSize_Ext) - 2px);
    line-height: 1;
}

/* === Ameinities Page === */

/* Heading Sec With Bg */

.wdt-custom-ameinities-hd-imgbox .wdt-content-item .wdt-content-subtitle {
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.select2-container {
    width: 100% !important;
}

.iconlist-arrow { fill: var(--wdtAccentTxtColor); }

/* === Map Section === */

.wdt-cus-contact-map .wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-title{
    margin-bottom: 0;
}

.wdt-cus-contact-map .wdt-google-map .gm-style .gm-style-iw-c{
    border-radius:0;
    top: -10px;
    padding:15px 30px !important;
}

/* === Date & Time Picker === */

.xdsoft_datetimepicker .xdsoft_monthpicker { display: flex; align-items: center; justify-content: space-between; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button { margin: 0; }

.xdsoft_datetimepicker.xdsoft_noselect { background: var(--wdtTertiaryColor); border: 1px solid 1px solid var(--wdtSecondaryColor); }

.xdsoft_datetimepicker .xdsoft_label { background: var(--wdtTertiaryColor); }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th { color: var(--wdtPrimaryColor) !important; background: var(--wdtTertiaryColor) !important; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th { color: var(--wdtPrimaryColor); }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current { 
    background: var(--wdtHeadAltColor) !important;
    color: var(--wdtAccentTxtColor) !important;
    box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover { background: var(--wdtLinkHoverColor) !important; }

/* === Unit Test === */

.woocommerce ul.products li.product .product-details > div.tinv-wraper.woocommerce.tinv-wishlist { display: none; }

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt { padding: 20px; }


/* ============ Overall Responsive ============ */

@media only screen and (min-width: 1541px){

    .wdt-custom-pricing-plan .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .wdt-custom-pricing-plan .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included {
        grid-column: 1/2;
    }

    .wdt-custom-pricing-plan .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded {
        grid-column: 2/3;
        opacity: 1;
    }

}

@media only screen and (max-width: 1540px) {

    .wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
        font-size: var(--wdtFontSize_H6);
    }

    .wdt-cus-team-members .wdt-team-holder .wdt-content-item:before {
        height: 100%;
    }

    .wdt-cus-team-members .wdt-team-holder .wdt-content-item {
        align-items: center;
    }

    .wdt-cus-team-members .wdt-team-holder .wdt-content-item .wdt-content-detail-group {
        padding: 10px 20px;
    }

}

@media only screen and (min-width: 1281px) and (max-width: 1540px) {

    .wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        max-width: 500px;
    }

}

@media only screen and (max-width: 1280px) {

    .wdt-custom-process-iconbx .wdt-icon-box-holder .wdt-column-wrapper .wdt-column:nth-child(2) .wdt-content-item:after {
        display: none
    }

    .wdt-cus-h1-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-media-group {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .wdt-cus-h1-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        margin-left: -8px;
    }

    .wdt-cus-team-members .wdt-team-holder .wdt-content-item:before {
        height: 70%;
    }

    .wdt-cus-team-members .wdt-content-item .wdt-content-image-wrapper .wdt-content-image>a,
    .wdt-cus-team-members .wdt-team-holder .wdt-content-item .wdt-content-image-wrapper .wdt-content-image>span {
        max-width: 250px;
    }

    .wdt-cus-team-members .wdt-team-holder .wdt-content-item {
        grid-template-columns: 1fr;
        align-items: end;
    }

    .wdt-cus-team-members .wdt-team-holder .wdt-content-item .wdt-content-detail-group {
        padding: 25px;
    }

    .wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-description {
        max-width: 220px;
    }

    .wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group>div {
        -webkit-transform: translateY(135px);
        transform: translateY(134px);
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

    .wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        max-width: 350px;
    }

    .wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        padding: 20px;
    }

    .wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
        font-size: var(--wdtFontSize_H5);
    }

}

@media only screen and (max-width: 1024px) {

    .wdt-custom-home-1-adv-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
        position: relative;
        bottom: 15px;
        right: 0;
    }

    .wdt-custom-sticky-popup-form .wdt-cus-submit {
        text-align: center;
    }

    .wdt-cus-h1-counter .wdt-rc-template-custom-template .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        margin-left: 0px;
    }

    .wdt-cus-icon-counter .wdt-column-wrapper .wdt-column:nth-child(odd) {
        background: var(--wdtTertiaryColor);
    }

    .wdt-cus-icon-counter .wdt-column-wrapper .wdt-column:nth-child(even) {
        background: transparent;
    }

    .wdt-cus-team-members .wdt-team-holder .wdt-content-item:before {
        height: 70%;
    }

    .wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 a {
        font-size: clamp(1rem, 0.8864rem + 0.5682vw, 1.25rem);
    }

    .wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-description {
        max-width: 300px;
    }

    .wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group>div {
        -webkit-transform: translateY(120px);
        transform: translateY(100px);
    }

    .wdt-cus-progress-icon .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
        font-size: clamp(1.125rem, 1.0114rem + 0.5682vw, 1.375rem);
        /*Max-22 & Min-18*/
    }

    .wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper {
        position: relative;
    }

    .wdt-cus-testimonial-type2 .wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        margin-top: 30px;
    }

    .wdt-custom-pricing-half-bg-sec .elementor-background-overlay {
        height: 100%;
    }

    .wdt-cus-contact-us-form .wdt-cus-submit {
        text-align: center;
    }

    .wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        grid-row: 2 / 2;
    }

    .wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        max-width: 100%;
        background: var(--wdt-elementor-color-primary);
    }

}

@media only screen and (min-width: 768px) and (max-width: 1540px) {

    .wdt-custom-process-iconbx .wdt-icon-box-holder .wdt-column-wrapper .wdt-column:not(:last-child) .wdt-content-item:after {
        width: 100px;
        right: -80px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1280px) {

    .wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        flex: 0 0 45%;
    }

    .wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        flex: 0 0 55%;
    }

    .wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
    .wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        padding: 0 30px;
    }

    .wdt-custom-intact .wdt-interactive-showcase-container {
        margin: 0 -30px;
    }

}

@media only screen and (min-width: 768px) {

    .wdt-custom-aboutus-tab .wdt-tabs-container .wdt-tabs-list {
        border: 1px solid rgba(var(--wdtBorderColorRgb), 0.1) !important;
        padding: 5px !important;
    }

}

@media only screen and (max-width: 767px) {

    .wdt-custom-btn .wdt-button-holder a.wdt-button .wdt-button-icon {
        width: 70px;
        height: 70px;
        font-size: var(--wdtFontSize_H6);
    }

    .wdt-custom-aboutus-tab .wdt-tabs-container .wdt-tabs-list-wrapper .wdt-tabs-list li a {
        font-size: var(--wdtFontSize_Ext);
        font-weight: calc(var(--wdtFontWeight_Alt) - 100);
        letter-spacing: 0;
    }

    .wdt-custom-process-iconbx .wdt-icon-box-holder .wdt-column-wrapper .wdt-column .wdt-content-item:after {
        display: none;
    }

    .wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
    .wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        flex: 0 0 100%;
    }

    .wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {
        margin-bottom: 20px;
    }

    .wdt-custom-intact .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        padding-top: 20px;
    }

    .wdt-custom-sticky-popup-form .wdt-cus-contact-infos p {
        display: grid;
        grid-template-columns: 1fr;
    }

    .wdt-cus-team-members .wdt-content-item .wdt-content-image-wrapper .wdt-content-image>a,
    .wdt-cus-team-members .wdt-team-holder .wdt-content-item .wdt-content-image-wrapper .wdt-content-image>span {
        max-width: 200px;
    }

    .wdt-cus-progress-img-01 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group>div {
        -webkit-transform: translateY(95px);
        transform: translateY(95px);
    }

    .wdt-cus-testimonial-type2 .wdt-rc-template-custom-template .wdt-content-item {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wdt-cus-amenities-iconbox .wdt-rc-template-custom-template .wdt-content-item .wdt-content-media-group {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .wdt-cus-amenities-iconbox .wdt-rc-template-custom-template .wdt-content-item .wdt-content-title h5,
    .wdt-cus-amenities-iconbox .wdt-rc-template-custom-template .wdt-content-item .wdt-content-title h5 a {
        margin-left: 0px;
    }

    .wdt-cus-contact-us-form .wdt-cus-contact-infos p {
        display: grid;
        grid-template-columns: 1fr;
    }

    .wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
        font-size: var(--wdtFontSize_H5);
    }

    .wdt-custom-home2-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        padding: 20px;
    }

    .wdt-custom-contact-form-alt div.wdt-custom-contact-form-col-2,
    .wdt-custom-contact-form-alt div.wdt-custom-contact-form-column3 {
        grid-template-columns: 100%;
        grid-gap: 0;
    }

    .wdt-cus-home-1-slider-iconlist ul.elementor-icon-list-items {
        display: grid;
        place-content: center;
    }

    .wdt-custom-aside-imgbox .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-title h5 { font-size: var(--wdtFontSize_Base); }

    .wdt-cus-gallery-tab .gallery { justify-content: center; }

}

@media only screen and (max-width: 479px) {

    .wdt-custom-service-imgbx .wdt-content-item .wdt-content-title {
        width: 180px;
        height: 50px;
    }

    .wdt-custom-service-imgbx .wdt-content-item .wdt-content-title h5 {
        font-size: var(--wdtFontSize_H6);
    }

    .wdt-cus-book-img .elementor-widget-container:before {
        opacity: 0;
    }

    .wdt-cus-gallery-tab .gallery .gallery-item { max-width: calc((100% - 16px * 3) / 2); }

}



/* ============== Column Width Adjusment ============== */

@media (min-width: 1281px) {

    .wdt-section-space-between>.elementor-container,
    .wdt-section-space-between>.elementor-container>.elementor-row {
        justify-content: space-between;
    }
}