/* ============= Main Header ============= */

/* Header Menu Animation */

.wdt-header-menu ul li.menu-item a span { position: relative; }

.wdt-header-menu ul li.menu-item a span:before
/* .no-header-menu ul li a:after, .wdt-header-menu ul li.menu-item a span:after */ { 
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    left: 0;
    pointer-events: none;
}

.wdt-header-menu ul li.menu-item a span:before{
    top: 100%;
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
    -webkit-transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

/* .no-header-menu ul li a:after, .wdt-header-menu ul li.menu-item a span:after{
    top: calc(100% + 4px);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
    -webkit-transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
} */

.wdt-header-menu ul li.menu-item a:hover span:before{
    transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform: scale3d(1, 2, 1);
    -webkit-transform: scale3d(1, 2, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

/* .no-header-menu ul li a:hover:after, .wdt-header-menu ul li.menu-item a:hover span:after{
    transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
} */

/* Social Icon */

.wdt-custom-header-socialicon .elementor-widget-container .elementor-icon-list-items {
    display: flex;
    align-items: center;
}

.wdt-custom-header-socialicon .elementor-widget-container .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon i { width: fit-content; }

.wdt-custom-header-socialicon .elementor-widget-container .elementor-icon-list-items li:not(:last-child) { padding-right: 15px; }

/* Sidenav Icon */

.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item.wdt-popup-box-trigger-icon { line-height: 1; }

.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item i svg g .header-icon-sidenav-1,
.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item i svg g .header-icon-sidenav-2,
.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item i svg g .header-icon-sidenav-3,
.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item i svg g .header-icon-sidenav-4,
.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item i svg g .header-icon-sidenav-5,
.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item i svg g .header-icon-sidenav-6 {
    transition: 0.5s cubic-bezier(.79,.14,.15,.86);
    -webkit-transition: 0.5s cubic-bezier(.79,.14,.15,.86);
}

.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item i svg g .header-icon-sidenav-3,
.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item i svg g .header-icon-sidenav-1,
.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item i svg g .header-icon-sidenav-5 { clip-path: inset(0); }

.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item:hover i svg g .header-icon-sidenav-3 { clip-path: inset(0 100% 0 0); }
.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item:hover i svg g .header-icon-sidenav-4 { transform: translateX(-70px); -webkit-transform: translateX(-70px); }

.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item:hover i svg g .header-icon-sidenav-1 { clip-path: inset(0 0 0 100%); }
.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item:hover i svg g .header-icon-sidenav-2 { transform: translateX(40px); -webkit-transform: translateX(40px); }

.wdt-custom-popup-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item:hover i svg g .header-icon-sidenav-5 { clip-path: inset(0 100% 0 0); }

/* ============= Header 2 ============= */

/* .wdt-custom-home2-header-icons .wdt-header-icons-list-item .wdt-search-menu-icon a { width: 30px; } */

.wdt-custom-header-2 .wdt-header-menu ul li.current-menu-ancestor > a span:before { transform: scale3d(1, 2, 1); -webkit-transform: scale3d(1, 2, 1); }

.wdt-custom-home2-header-icons .wdt-header-icons-list-item .wdt-search-menu-icon a span i { max-height: 30px; max-width: 30px; min-height: 30px; min-width: 30px; width: 30px; }

.wdt-custom-home2-header-icons .wdt-header-icons-list-item .wdt-search-menu-icon a span i svg { width: 30px; height: 30px; }

.wdt-custom-home2-header-menu .mobile-nav-container .menu-trigger { color: var(--wdtAccentTxtColor); }

.wdt-custom-home2-header-menu .mobile-nav-container .menu-trigger>i:before,
.wdt-custom-home2-header-menu .mobile-nav-container .menu-trigger>i:after { height: 1px; }

.wdt-custom-home2-header-menu .mobile-nav-container .menu-trigger>i { height: 1px; }



/* ============= Main Footer ============= */


/* Menu */

.wdt-custom-footer-menu .elementor-widget-container ul.elementor-icon-list-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wdt-custom-footer-menu .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) a span:after {
    position: relative;
    content: '/';
    margin: 0 10px;
    color: var(--wdtAccentTxtColor);
}

/* Mailchimp */

.wdt-custom-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon input{
    border: 1px solid var(--wdtAccentTxtColor);
    background: var(--wdtAccentTxtColor);
    padding: var(--wdtInputPadding);
    padding-right: 40px;
    margin-bottom: 10px;
}

.wdt-custom-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon input:focus{ border: 1px solid var(--wdtSecondaryColor); }

.wdt-custom-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
    height: fit-content;
    margin: 0;
}

.wdt-custom-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon .wdt-mailchimp-subscription-button-holder button { height: 45px; width: 50px; border: 0; }

.wdt-custom-footer-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] i { font-size: 22px; }

.wdt-custom-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form span.wdt-terms-condition-lbl{
    color: var(--wdtAccentTxtColor);
    font-size: calc(var(--wdtFontSize_Base) - 2px);
    padding-left: 10px;
}

.wdt-custom-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input.wdt-terms-and-conditions { margin: 0; }

.wdt-custom-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon input[type="checkbox"]{
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    transform: translateY(-0.075em);
    display: inline-grid;
    place-content: center;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.wdt-custom-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon input[type="checkbox"]:before{
    content: "";
    width: 10px;
    height: 10px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--wdtPrimaryColor);
}

.wdt-custom-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon input[type="checkbox"]:checked:before { transform: scale(1); -webkit-transform: scale(1); }

/* Social Icons */

.wdt-custom-footer-social-icons .elementor-widget-container ul.elementor-icon-list-items { display: flex; align-items: center; }

.wdt-custom-footer-social-icons .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item,
.wdt-custom-footer-social-icons .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a,
.wdt-custom-footer-social-icons .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a span.elementor-icon-list-icon{
    width: 32px;
    height: 32px;
}

.wdt-custom-footer-social-icons .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a { display: inline-block; }

.wdt-custom-footer-social-icons .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.wdt-custom-footer-social-icons .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon:after{
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    left: 0;
    top: 0;
    transition: 0.5s cubic-bezier(.68,-0.55,.27,1.55);
    -webkit-transition: 0.5s cubic-bezier(.68,-0.55,.27,1.55);
    border: 1px solid var(--wdtAccentTxtColor);
}

.wdt-custom-footer-social-icons .elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) { margin-right: 20px; }

/* CopyRight */

.wdt-custom-footer-copyright .elementor-widget-container a { color: var(--wdtAccentTxtColor) !important; transition: var(--wdtBaseTransition); -webkit-transition: var(--wdtBaseTransition); }

.wdt-custom-footer-copyright .elementor-widget-container a:hover { color: var(--wdtTertiaryColor) !important; }

/* ===================== Blog Detail ===================== */

.wdt-custom-blog-dt-icon-list .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text:before{
    position: relative;
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    background: var(--wdtSecondaryColor);
    border-radius: var(--wdtRadius_Full);
    top: -3px;
    margin-right: 8px;
}

.woocommerce .product-loop-sorting .product-loop-sorting-item .select2-container { width: 230px !important; }

.woocommerce .widget_price_filter .price_slider_amount .button { font-size: var(--wdtFontSize_Base); margin: 0 !important; }

.woocommerce .widget_price_filter .price_slider.ui-slider span.ui-slider-handle:last-child {
    transform: rotate(180deg);
    top: -7px;
    margin-left: -0.6em;
}

/* Icon List */

.wdt-custom-blog-single-iconlist .elementor-widget-container .elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0;
    width: auto;
    margin: -8px -20px;
}

.wdt-custom-blog-single-iconlist .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item { align-items: first baseline; width: 100%; padding: 8px 20px; }

.wdt-custom-blog-single-iconlist .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon { margin-top: 5px; }

/* ===================== Shop Listing ===================== */

.woocommerce span.price .amount, .woocommerce .product-price .amount .woocommerce-Price-currencySymbol { margin-right: 5px; }

/* Overall Input Focus */

input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="range"]:focus, input[type="range"]:active, input[type="date"]:focus, input[type="date"]:active, textarea:focus, textarea:active, input.text:focus, input.text:active, input[type="search"]:focus, input[type="search"]:active { border-color: var(--wdtPrimaryColor); }

/* Wishlist */

.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{
    font-family: "puravi-shop-icons" !important;
    content: '\e802';
    font-size: 30px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    content: "\e908" !important;
    font-family: tinvwl-webfont !important;
}   

.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons .wcct_btn_wrapper,
.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons .wcwl_btn_wrapper {
    position: relative;
    transition: 0.5s cubic-bezier(.68,-0.55,.27,1.55) !important;
    -webkit-transition: 0.5s cubic-bezier(.68,-0.55,.27,1.55) !important;
}

.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons .wcct_btn_wrapper { left: -60px; }

.woocommerce ul.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons .wcwl_btn_wrapper { right: -60px; }

.woocommerce ul.products li.product:hover .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons .wcct_btn_wrapper { left: 0; }
.woocommerce ul.products li.product:hover .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons .wcwl_btn_wrapper { right: 0; }

.woocommerce ul.products li.product .product-wrapper .tinvwl-loop-button-wrapper { display: none; }

/* Wishlist Page */

.tinv-wishlist.woocommerce button.button {
    padding: var(--wdtPadding_Btn);
    border-radius: 0 0 0 20px;
    background: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    font-weight: var(--wdtFontWeight_Base);
    line-height: var(--wdtLineHeight_Base);
}

.tinv-wishlist.woocommerce button.button:hover { background: var(--wdtSecondaryColor);}

.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right { margin: 0; }

.tinv-wishlist.woocommerce .select2-container.select2-container--default .select2-selection--single { line-height: 45px; }

.tinvwl-input-group .form-control { height: 45px; }

.tinv-wishlist tfoot .tinvwl-to-right>* { margin-top: 0; }

.tinv-wishlist .social-buttons>span { margin-right: 0; }

.tinv-wishlist .social-buttons li { margin: 0; padding: 0; }

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button { line-height: var(--wdtLineHeight_Base); }

.ftinvwl-heart-o:before { font-family: "puravi-shop-icons" !important; content: '\e802'; }

.tinv-wishlist .tinv-header h2 { font-size: var(--wdtFontSize_H3); margin: 0; }

.tinv-wishlist .product-remove button {
    width: 20px;
    height: 20px;
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    padding: 0;
}

.tinv-wishlist .product-remove button:hover { background: var(--wdtSecondaryColor); }

.tinv-wishlist .product-stock span { display: inline-flex; line-height: 1; }

.tinv-wishlist .product-stock p { display: block; }

/* ===================== Shop Detail ===================== */

.woocommerce div.product .summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart button.single_add_to_cart_button { padding: 13px 26px; margin-right: 20px !important; }

.woocommerce div.product .wdt-product-summary form.cart .woocommerce-variation-add-to-cart .woocommerce.tinv-wishlist a {
    width: 45px;
    height: 45px;
    padding: 0;
    opacity: 1 !important;
    background: var(--wdtAccentTxtColor);
    color: var(--wdtSecondaryColor);
}

.woocommerce div.product .wdt-product-summary form.cart .woocommerce-variation-add-to-cart .woocommerce.tinv-wishlist a:before{
    width: 45px;
    height: 45px;
    padding: 0;
    opacity: 1 !important;
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.woocommerce div.product .wdt-product-summary form.cart .woocommerce-variation-add-to-cart .woocommerce.tinv-wishlist a:hover:before { color: var(--wdtPrimaryColor); }

.tinv-wishlist tfoot .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button { margin-left: 20px; }

.tinv-wishlist .product-stock i { margin-right: 10px; }

.tinv-overlay { opacity: 1 !important; background: rgba(0,0,0, 0.5) !important; backdrop-filter: blur(2px) !important; }

.tinv-wishlist .tinv-modal .tinv-modal-inner { padding: 35px 40px 40px 40px; }

/* ==================== Service ==================== */

.wdt-custom-service .dt-sc-service-item.type1 .service-details > h6,
.wdt-custom-service .dt-sc-service-item.type1 .service-details > span.dt-sc-service-price { display: none; }

.wdt-custom-service .elementor-widget-container .dt-sc-service-items-container.swiper { overflow: visible; clip-path: inset(-100% -100% 0 0); }

/* ==================== Service Detail Pagination ==================== */

.wdt-custom-service-pagination .entry-post-navigation .nav-title-wrap h3 { margin: 0; font-size: var(--wdtFontSize_H5); }

.wdt-custom-service-pagination .entry-post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 70px;
    margin-top: 50px;
    border-top: 2px solid #C5C5C5;
}

.wdt-custom-service-pagination .entry-post-navigation .nav-title-wrap{
    font-size: var(--wdtFontSize_H5);
    font-family: var(--wdtFontTypo_Alt);
    line-height: 1;
}

.wdt-custom-service-pagination .entry-post-navigation .nav-title-wrap p { margin: 0; }

.wdt-custom-service-pagination .entry-post-navigation .post-prev-link .nav-title-wrap p a:before{
    position: relative;
    content: '\e803';
    font-family: "puravi-shop-icons";
    font-size: 20px;
    margin-right: 15px;
}

.wdt-custom-service-pagination .entry-post-navigation .post-next-link .nav-title-wrap p a:after{
    position: relative;
    content: '\e804';
    font-family: "puravi-shop-icons";
    font-size: 20px;
    margin-left: 15px;
}

/* ==================== Horse Detail ==================== */

.wdt-custom-horse-detail-left-col { margin-right: 50px; }

/* Booking Unwanted Design Removed */

.ui-widget-header, .ui-widget-content, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: transparent;
    color: currentColor;
    font-family: var(--wdtFontTypo_Alt);
    font-weight: normal;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active { padding: 0; }

/* ============== Home 1 ============== */

/* Contact Form Sec */

.wdt-custom-home-1-contact-link .elementor-widget-container p a { color: var(--wdtAccentTxtColor); transition: var(--wdtBaseTransition); -webkit-transition: var(--wdtBaseTransition); position: relative; }

.wdt-custom-home-1-contact-link .elementor-widget-container p a:hover { color: var(--wdtPrimaryColor); }

.wdt-custom-home-1-contact-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-contact-link .elementor-widget-container p a:hover:before{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

/* Home 1 Contact Form */

.wdt-home-1-contact-form > p { margin: 0; }

.wdt-home-1-contact-form .col-1 p,
.wdt-home-1-contact-form .col-2 p{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.wdt-home-1-contact-form p .wpcf7-form-control.wpcf7-submit { margin-top: 20px; padding: 14px 22px; }

/* ===================== Home 2 ===================== */

/* Banner */

.wdt-custom-banner-hd .wdt-content-item .wdt-content-button { margin-top: 50px; }

.wdt-custom-banner-hd .wdt-content-item .wdt-content-button a .wdt-button-text span:after{
    position: relative;
    content: '';
    mask-image: url(../images/Btn-Arrow.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center center;
    -webkit-mask-image: url(../images/Btn-Arrow.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    width: 16px;
    height: 10px;
    right: 0;
    top: 0;
    background: currentColor;
    display: inline-block;
    margin-left: 10px;
}

.wdt-custom-banner-hd .wdt-content-item .wdt-content-button a .wdt-button-text span { display: flex; align-items: center; transition: none; -webkit-transition: none; }

.wdt-custom-banner-hd .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before { background-color: var(--wdtAccentTxtColor); }

.wdt-custom-banner-hd .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-custom-banner-hd .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before { background-color: var(--wdtAccentTxtColor); }

.wdt-custom-banner-hd .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after { border: 1px solid var(--wdtAccentTxtColor); }


/* Heading Animation */

/* Heading */

.wdt-custom-banner-hd .swiper-slide { cursor: grab; }

.wdt-custom-banner-hd .swiper-slide .wdt-content-item .wdt-content-detail-group .wdt-content-icon-wrapper,
.wdt-custom-banner-hd .swiper-slide .wdt-content-item .wdt-content-detail-group .wdt-content-title,
.wdt-custom-banner-hd .swiper-slide .wdt-content-item .wdt-content-detail-group .wdt-content-description,
.wdt-custom-banner-hd .swiper-slide .wdt-content-item .wdt-content-detail-group .wdt-content-button{
    -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

.wdt-custom-banner-hd .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-icon-wrapper,
.wdt-custom-banner-hd .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-title,
.wdt-custom-banner-hd .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-description,
.wdt-custom-banner-hd .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-button{
    -webkit-transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
}

/* Prev */

.wdt-custom-banner-hd .swiper-slide-prev .wdt-content-item .wdt-content-detail-group .wdt-content-icon-wrapper{
    transition-delay: 80ms;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.wdt-custom-banner-hd .swiper-slide-prev .wdt-content-item .wdt-content-detail-group .wdt-content-title{
    transition-delay: 60ms;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}
.wdt-custom-banner-hd .swiper-slide-prev .wdt-content-item .wdt-content-detail-group .wdt-content-description{
    transition-delay: 40ms;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}
.wdt-custom-banner-hd .swiper-slide-prev .wdt-content-item .wdt-content-detail-group .wdt-content-button{
    transition-delay: 20ms;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

/* Next */

.wdt-custom-banner-hd .swiper-slide-next .wdt-content-item .wdt-content-detail-group .wdt-content-icon-wrapper{
    transition-delay: 80ms;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.wdt-custom-banner-hd .swiper-slide-next .wdt-content-item .wdt-content-detail-group .wdt-content-title{
    transition-delay: 60ms;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}
.wdt-custom-banner-hd .swiper-slide-next .wdt-content-item .wdt-content-detail-group .wdt-content-description{
    transition-delay: 40ms;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}
.wdt-custom-banner-hd .swiper-slide-next .wdt-content-item .wdt-content-detail-group .wdt-content-button{
    transition-delay: 20ms;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

/* Active */

.wdt-custom-banner-hd .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-icon-wrapper{
    transition-delay: 300ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.wdt-custom-banner-hd .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-title{
    transition-delay: 600ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.wdt-custom-banner-hd .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-description{
    transition-delay: 900ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.wdt-custom-banner-hd .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-button{
    transition-delay: 1200ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.wdt-custom-banner-hd .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination { margin-top: 50px; }

/* ------------------- */

.wdt-custom-home2-imgbx .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { margin-bottom: 10px; }

.wdt-custom-home2-imgbx .wdt-content-item { overflow: hidden; cursor: grab; }

.wdt-custom-home2-imgbx .wdt-content-item .wdt-content-media-group .wdt-content-image a img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-home2-imgbx .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image { overflow: hidden; }

.wdt-custom-home2-imgbx .wdt-content-item:hover .wdt-content-media-group .wdt-content-image a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.wdt-custom-home2-imgbx .wdt-content-item .wdt-content-media-group:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: linear-gradient(0deg, var(--wdtSecondaryColor), transparent);
    z-index: 1;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-home2-imgbx .wdt-content-item:hover .wdt-content-media-group:after{
    opacity: 0.85;
    height: 100%;
}

/* Button */

.wdt-custom-home2-imgbx .wdt-content-item .wdt-content-detail-group .wdt-content-button a .wdt-button-text span:after{
    position: relative;
    content: '';
    mask-image: url(../images/Btn-Arrow.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center center;
    -webkit-mask-image: url(../images/Btn-Arrow.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    width: 16px;
    height: 10px;
    right: 0;
    top: 0;
    background: currentColor;
    display: inline-block;
    margin-left: 10px;
}

.wdt-custom-home2-imgbx .wdt-content-item .wdt-content-detail-group .wdt-content-button a {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: 0.3s cubic-bezier(.79,.14,.15,.86);
    -webkit-transition: 0.3s cubic-bezier(.79,.14,.15,.86);
}

.wdt-custom-home2-imgbx .wdt-content-item:hover .wdt-content-detail-group .wdt-content-button a { transform: translateX(0); -webkit-transform: translateX(0); }

/* Pagination */

.wdt-custom-home2-imgbx .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 10px; border-radius: var(--wdtRadius_Full); -webkit-border-radius: var(--wdtRadius_Full); }

.wdt-custom-home2-imgbx .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before { background: var(--wdtAccentTxtColor); }

.wdt-custom-home2-imgbx .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-custom-home2-imgbx .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before { box-shadow: 0 0 0 4px var(--wdtSecondaryColor) , 0 0 0 5px rgb(var(--wdtTertiaryColorRgb),1); -webkit-box-shadow: 0 0 0 4px var(--wdtSecondaryColor) , 0 0 0 5px rgb(var(--wdtTertiaryColorRgb),1); background-color: var(--wdtAccentTxtColor); }

.wdt-custom-home2-imgbx .wdt-carousel-holder .swiper + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets,
.wdt-custom-home2-imgbx .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets { margin: 60px 0 0 0; }

.wdt-custom-home2-imgbx .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after { border: 1px solid var(--wdtAccentTxtColor); }

/* ================= 404 ================= */

.wdt-custom-404-btn .wdt-button-holder a.wdt-button { display: flex; align-items: baseline; letter-spacing: 0; }

/* Unit Test */

.wp-block-button__link { background-color: var(--wdtPrimaryColor); }

.wp-block-cover .wp-block-cover__inner-container { color: var(--wdtAccentTxtColor); }

.has-background p, .wp-block-group.has-background p { margin-bottom: 0; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx { padding: 0; }

.comment-respond.wp-block-post-comments-form{
    background: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    padding: 50px;
    margin: 20px 0;
}

.blog-single-entry.tag-alignment-2.tag-image .commententries { padding: 0; background: transparent; }

.blog-single-entry .single-entry-body > *:last-child > img[class*="align"]:only-child { clear: both; }

/* Local Test */

.wdt-simple-style.wdt-post-entry.entry-grid-layout .product.product-grid-view.blog-entry .entry-meta-group,
.wdt-simple-style.wdt-post-entry.entry-grid-layout .product.product-grid-view.blog-entry .entry-button { display: none; }

.woocommerce div.product.product-type-variable .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button { margin-top: 0; }

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before { font-size: 20px; }

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before { font-family: "puravi-shop-icons" !important; content: '\e802'; }

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
    width: 45px;
    height: 45px;
}

.wpcf7-not-valid-tip { position: absolute; right: 0; }


/* =================== Ajith Style =============== */

/* Team Aside icon box */

.wdt-custom-team-aside-iconbox-h2 .wdt-content-item > div:not(:last-child), 
.wdt-custom-team-aside-iconbox-h2 .wdt-content-item .wdt-content-media-group > div:not(:last-child), 
.wdt-custom-team-aside-iconbox-h2 .wdt-content-item .wdt-content-elements-group > div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-custom-team-aside-iconbox-h2 .wdt-content-item .wdt-content-image > span > img, 
.wdt-custom-team-aside-iconbox-h2 .wdt-content-item .wdt-content-image > a > img {
    width: clamp(5rem, 4.875rem + 0.625vw, 5.625rem); /* max-90 min-80px */
    border-radius: var(--wdtRadius_Full);
}

.wdt-custom-team-aside-iconbox-h2 .wdt-content-item { display: flex; align-items: center; }

.wdt-custom-team-aside-iconbox-h2 .wdt-content-item .wdt-content-media-group, 
.wdt-custom-team-aside-iconbox-h2 .wdt-content-item .wdt-content-detail-group {
    display: flex;
    flex-direction: column;
}

.wdt-custom-team-aside-iconbox-h2 .wdt-content-item .wdt-content-detail-group { margin-left: 25px; }

.wdt-custom-team-aside-iconbox-h2 .wdt-content-item .wdt-content-title h5 {
    margin-top: 0;
    font-size: var(--wdtFontSize_H6);
    font-weight: calc(var(--wdtFontWeight_H6) + 200);
    font-family: var(--wdtFontTypo_Base);
    line-height: var(--wdtLineHeight_H6);
    text-transform: capitalize;
}

.wdt-custom-team-aside-iconbox-h2 .wdt-content-item .wdt-content-subtitle { font-size: calc(var(--wdtFontSize_Base) - 2px); opacity: 0.7; }

/* Skills Icon Box */

.wdt-custom-icon-box-skills-h2 .wdt-content-item > div:not(:last-child), 
.wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-media-group > div:not(:last-child), 
.wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-detail-group > div:not(:last-child), 
.wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-elements-group > div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-custom-icon-box-skills-h2 .wdt-content-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
}

.wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-media-group {
    max-height: 100px;
    height: 100%;
    border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    overflow: hidden;
}

.wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-detail-group {
    height: 100px;
    display: flex;
    align-items: center;
    background: var(--wdtTertiaryColor);
    border-radius: 100px 0 0 100px;
    -webkit-border-radius: 100px 0 0 100px;
    padding: 0 30px;
    border-right: 1px solid var(--wdtBorderColor);
}

.wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-elements-group {
    height: 100px;
}

.wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container {
    opacity: 1;
    visibility: visible;
    padding: 0 30px;
    background: rgba(var(--wdtTertiaryColorRgb),1);
}

.wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i { display: inline-flex; }

.wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { font-size: calc(var(--wdtFontSize_Alt) + 40px); color: var(--wdtBodyTxtColor); }

.wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-title h5 {
    margin-top: 0;
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem); /* max-24 min-18px */
    font-weight: var(--wdtFontWeight_Base);
    font-family: var(--wdtFontTypo_H5);
    text-transform: capitalize;
}

.wdt-custom-icon-box-skills-h2 .wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div:not(.wdt-content-button) a, 
.wdt-custom-icon-box-skills-h2 .wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5, 
.wdt-custom-icon-box-skills-h2 .wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5 a {
    color: var(--wdtBodyTxtColor);
}

.wdt-custom-icon-box-skills-h2 .wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container { background: rgba(var(--wdtTertiaryColorRgb),0.85); }

.wdt-custom-icon-box-skills-h2 .wdt-content-item:hover .wdt-content-detail-group { background: var(--wdtPrimaryColor); }

.wdt-custom-icon-box-skills-h2 .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span { color: var(--wdtAccentTxtColor); }

/* Dark bg style icon box & FAQ */

.wdt-custom-testimonial-h2.wdt-custom-testimonial-dark-bg .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
    border-color: var(--wdtAccentTxtColor);
}

.wdt-custom-icon-box-skills-h2.wdt-custom-icon-box-skills-h2-light-bg .wdt-content-item .wdt-content-detail-group { background: var(--wdtBodyTxtColor); }

.wdt-custom-icon-box-skills-h2.wdt-custom-icon-box-skills-h2-light-bg .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { color: var(--wdtAccentTxtColor); }

.wdt-custom-icon-box-skills-h2.wdt-custom-icon-box-skills-h2-light-bg .wdt-content-item:hover .wdt-content-detail-group { background: var(--wdtPrimaryColor); }

.wdt-cus-faq-dark-bg.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon { background: var(--wdtPrimaryColor) }

.wdt-cus-faq-dark-bg.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover { color: var(--wdtPrimaryColor); }

.wdt-cus-faq-dark-bg .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon-expand,
.wdt-cus-faq-dark-bg .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon-collapse { color: var(--wdtAccentTxtColor) !important; }


/* ================= Hariharan Style ================= */

/* ===================== Slider 1 Style ===================== */

.wdt-custom-slider-column-bg-style { background: rgba(233, 233, 233, 0.60); backdrop-filter: blur(15px); padding-left: clamp(1.875rem, -25.9868rem + 28.9474vw, 8.75rem); }

.wdt-custom-profile-img-style .elementor-widget-container .wdt-image-box-holder { display: flex; align-items: center; }
.wdt-custom-profile-img-style .elementor-widget-container .wdt-image-box-holder > div:not(:first-child) { margin-left: -10px; }
.wdt-custom-profile-img-style .wdt-content-item .wdt-content-media-group .wdt-content-image { border: 2px solid var(--wdtAccentTxtColor); border-radius: var(--wdtRadius_Full); overflow: hidden; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
.wdt-custom-profile-img-style .wdt-content-item .wdt-content-media-group .wdt-content-image img { width: 40px; height: 40px; }
.wdt-slider-min-content-style .elementor-widget-container p { font-size: 12px; line-height: var(--wdtLineHeight_H6); }
.wdt-custom-slider-iconlist-style .elementor-widget-container ul li a .elementor-icon-list-icon { background-color: var(--wdtPrimaryColor); width: 40px; height: 40px; border-radius: var(--wdtRadius_Full); justify-content: center; align-items: center; margin-right: 6px; }
.wdt-custom-slider-iconlist-style .elementor-widget-container ul li a .elementor-icon-list-icon svg { margin: 0; }
.wdt-custom-slider-style-1 .elementor-widget-container .wdt-heading-holder h2.wdt-heading-title-wrapper { font-size: clamp(1.875rem, 1.3846rem + 2.1795vw, 4rem); }

.wdt-custom-slider-style-1 { cursor: grab; }

/* Slider Animation */

.wdt-custom-slider-style-1 .swiper-slide .elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-custom-slider-style-1 .swiper-slide .elementor-widget-container .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-custom-slider-style-1 .swiper-slide .elementor-widget-container .wdt-heading-holder h2,
.wdt-custom-slider-style-1 .swiper-slide .elementor-widget-container .wdt-button-holder,
.wdt-custom-slider-style-1 .swiper-slide .elementor-inner-section .elementor-container > div:last-child { opacity: 0; -webkit-transform: translate(0, 50px); transform: translate(0, 50px); transition: all 0.3s cubic-bezier(0, 0, 1, 1); }

/* Slider Active */

.wdt-custom-slider-style-1 .swiper-slide.swiper-slide-active .elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-custom-slider-style-1 .swiper-slide.swiper-slide-active .elementor-widget-container .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-custom-slider-style-1 .swiper-slide.swiper-slide-active .elementor-widget-container .wdt-heading-holder h2,
.wdt-custom-slider-style-1 .swiper-slide.swiper-slide-active .elementor-widget-container .wdt-button-holder,
.wdt-custom-slider-style-1 .swiper-slide.swiper-slide-active .elementor-inner-section .elementor-container > div:last-child { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

/* Transition Delay */

.wdt-custom-slider-style-1 .swiper-slide .elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle-wrapper { transition-delay: 100ms; }
.wdt-custom-slider-style-1 .swiper-slide .elementor-widget-container .wdt-heading-holder h2 { transition-delay: 300ms; }
.wdt-custom-slider-style-1 .swiper-slide .elementor-widget-container .wdt-heading-holder .wdt-heading-content-wrapper { transition-delay: 600ms; }
.wdt-custom-slider-style-1 .swiper-slide .elementor-widget-container .wdt-button-holder { transition-delay: 900ms; }
.wdt-custom-slider-style-1 .swiper-slide .elementor-inner-section .elementor-container > div:last-child { transition-delay: 1500ms; }

/* Scroll Down Icon Animation */

.wdt-custom-banner-scroll-dwn-icon .elementor-icon-wrapper .elementor-icon svg g .scroll-down-arrow-1,
.wdt-custom-banner-scroll-dwn-icon .elementor-icon-wrapper .elementor-icon svg g .scroll-down-arrow-2,
.wdt-custom-banner-scroll-dwn-icon .elementor-icon-wrapper .elementor-icon svg g .scroll-down-arrow-3{
    animation: drop-down 2s infinite;
    -webkit-animation: drop-down 2s infinite;
}

.wdt-custom-banner-scroll-dwn-icon .elementor-icon-wrapper .elementor-icon svg g .scroll-down-arrow-1{
    animation-delay: -0.2s;
    -webkit-animation-delay: -0.2s;
}

.wdt-custom-banner-scroll-dwn-icon .elementor-icon-wrapper .elementor-icon svg g .scroll-down-arrow-2{
    animation-delay: -0.4s;
    -webkit-animation-delay: -0.4s;
}

.wdt-custom-banner-scroll-dwn-icon .elementor-icon-wrapper .elementor-icon svg g .scroll-down-arrow-3{
    animation-delay: -0.6s;
    -webkit-animation-delay: -0.6s;
}

@keyframes drop-down{
	
	0%{
		opacity: 0;
        transform: translateY(-10px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
        transform: translateY(10px);
	}
}

@-webkit-keyframes drop-down{
	
	0%{
		opacity: 0;
        transform: translateY(-10px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
        transform: translateY(10px);
	}
}

/* ===================== Slider 1 Ends ===================== */

/* ================= Jeyfin Style ================= */

/* ---------- home 1 counter --------- */

.wdt-cus-counter .wdt-content-item .wdt-content-counter {
    font-size: var(--wdtFontSize_Alt);
    line-height: 1;
    font-weight: var(--wdtFontWeight_Base);
}

.wdt-cus-counter .wdt-content-item .wdt-content-counter {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-counter .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H6);
    text-transform: capitalize;
    line-height: normal;
    font-weight: var(--wdtFontWeight_Base);
    max-width: 180px;
    margin: 0 auto;
}

.wdt-cus-counter .wdt-content-item .wdt-content-title h5,
.wdt-cus-counter .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-counter .wdt-content-item .wdt-content-media-group > div:not(:last-child) {
    margin-bottom: 5px;
}

.wdt-cus-counter .wdt-content-item {
    padding: 40px;
    height: 100%;
}


/* type 1 */

.wdt-cus-counter-type-1 .wdt-counter-holder .wdt-column:nth-child(3n+1) { background-color: var(--wdtAccentTxtColor); }

.wdt-cus-counter-type-1 .wdt-counter-holder .wdt-column:nth-child(3n+1) .wdt-content-item .wdt-content-title h5,
.wdt-cus-counter-type-1 .wdt-counter-holder .wdt-column:nth-child(3n+1) .wdt-content-item .wdt-content-counter { color: var(--wdtSecondaryColor); }

/* type 2 */

.wdt-cus-counter-type-2 .wdt-counter-holder .wdt-column-wrapper .wdt-column:last-child .wdt-content-item {
    border-right: 0;
}

.wdt-cus-counter-type-2 .wdt-content-item {
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: rgb(var(--wdtBorderColorRgb),1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-image: linear-gradient(0deg, rgb(var(--wdtTertiaryColorRgb),0.1) 100%, rgb(var(--wdtTertiaryColorRgb),0.1) 100%);
    background-size:100% 0;
    background-position: top center;
    background-repeat: no-repeat;
    transition: var(--wdtBaseTransition);
}

.wdt-cus-counter-type-2 .wdt-content-item:hover {
    background-size: 100% 100%;
}



/* --------- text path ----------- */

.wdt-cus-text-path {
    font-size: var(--wdtFontSize_H4);
    line-height: normal;
    font-weight: var(--wdtFontWeight_H4);
    letter-spacing: 24px;
}

.wdt-cus-text-path .e-text-path svg {
    overflow: visible;
}

.wdt-cus-text-path svg {
    animation: wdt-text-path-animation 30s linear infinite;
    -webkit-animation: wdt-text-path-animation 30s linear infinite;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

.wdt-cus-text-path svg:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes wdt-text-path-animation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes wdt-text-path-animation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.wdt-cus-text-path:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background-color: rgb(var(--wdtAccentTxtColorRgb),0.6);
    border-radius: var(--wdtRadius_Full);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    pointer-events: none;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.wdt-cus-text-path:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M22.3,29.8c0.2-1.7-1-3.2-2.4-3.9c-0.8,1.7-2.7,8.1-1.3,8.9c-0.7,1.2-1.7,3.4-2.9,6.1L2.6,37l11.6,8.1 c-2.9,7.4-5.5,16-3.7,18.2c1.7,2.2,3.5,3,4,3c1-0.2,4.5-1.3,4.5-2.4c-0.2-1.3-0.7-2.2,0-2.9c0.5-0.5,6.6-6.4,6.6-6.4 c7.7-2.5,8.6-8.1,6.4-15c0,0,3.5,3,2.7,8.1c7.2,3.4,10.1,6.6,12.1,10.4c3.2,1,6.6,0.8,6.9,5.2c0,0-0.5-1-1.7-2 c-1.2-1.2-4-1.3-5.2-1.5c0,0-11.8-4-12.9-3.9c-1.2,0.2-5,2.9-4.7,4.7C30.8,68.9,32,80,41.9,81c1.5-3,2-4.5,1.3-8.1 c-0.3,0-0.7,0-1.3,0c-5.2-0.2-5.4-6.7-4.7-6.9c0.5-0.2,4.7,0.8,7.7,2.7c3,1.9,7.9,5.6,9.4,5.7c6.6,1,1.7-14.5,21.2-14.5l5.4-9.9 h-24L53,44.1h30.8l5.4-9.9H62.1l-3.7-5.2h33.8l5.2-9.9H61.8C50.3,19,29.2,19.2,22.3,29.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M22.3,29.8c0.2-1.7-1-3.2-2.4-3.9c-0.8,1.7-2.7,8.1-1.3,8.9c-0.7,1.2-1.7,3.4-2.9,6.1L2.6,37l11.6,8.1 c-2.9,7.4-5.5,16-3.7,18.2c1.7,2.2,3.5,3,4,3c1-0.2,4.5-1.3,4.5-2.4c-0.2-1.3-0.7-2.2,0-2.9c0.5-0.5,6.6-6.4,6.6-6.4 c7.7-2.5,8.6-8.1,6.4-15c0,0,3.5,3,2.7,8.1c7.2,3.4,10.1,6.6,12.1,10.4c3.2,1,6.6,0.8,6.9,5.2c0,0-0.5-1-1.7-2 c-1.2-1.2-4-1.3-5.2-1.5c0,0-11.8-4-12.9-3.9c-1.2,0.2-5,2.9-4.7,4.7C30.8,68.9,32,80,41.9,81c1.5-3,2-4.5,1.3-8.1 c-0.3,0-0.7,0-1.3,0c-5.2-0.2-5.4-6.7-4.7-6.9c0.5-0.2,4.7,0.8,7.7,2.7c3,1.9,7.9,5.6,9.4,5.7c6.6,1,1.7-14.5,21.2-14.5l5.4-9.9 h-24L53,44.1h30.8l5.4-9.9H62.1l-3.7-5.2h33.8l5.2-9.9H61.8C50.3,19,29.2,19.2,22.3,29.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--wdtAccentTxtColor);
    left: 0px;
    top: 105px;
    bottom: 0;
    right: 0;
    margin: auto;
}

/* responsive */

@media (max-width:1540px) {
    .wdt-cus-counter .wdt-content-item .wdt-content-counter {
        font-size: var(--wdtFontSize_H2);
    }
    .wdt-cus-counter .wdt-content-item .wdt-content-title h5 {
        font-size: var(--wdtFontSize_Ext);
    }
}

/* @media (max-width:1024px) {
    .wdt-cus-counter-type-1 .wdt-content-item .wdt-content-counter {
        font-size: var(--wdtFontSize_H3);
    }
    .wdt-cus-counter-type-1 .wdt-content-item .wdt-content-title h5 {
        font-size: var(--wdtFontSize_Ext);
    }
} */

@media (max-width:479px) {
    .wdt-cus-counter .wdt-counter-holder .wdt-column-wrapper .wdt-column {
        width: 50% !important;
    }
    .wdt-cus-counter .wdt-content-item {
        padding: 20px;
    }
    .wdt-cus-counter .wdt-content-item .wdt-content-counter {
        font-size: var(--wdtFontSize_H3);
    }
    .wdt-cus-counter .wdt-content-item .wdt-content-title h5 {
        font-size: var(--wdtFontSize_Base);
    }
}


/* ---------- Home 1 About End------------- */



/* ---------- Team ----------- */

.wdt-cus-team-box { cursor: grab; }

.wdt-cus-team-box .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    line-height: normal;
    font-weight: var(--wdtFontWeight_Base);
    margin-top: 0;
}

.wdt-cus-team-box .wdt-content-item .wdt-content-title h5,
.wdt-cus-team-box .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtSecondaryColor);
}

.wdt-cus-team-box .wdt-content-item .wdt-content-title h5 a:hover {
    color: var(--wdtLinkColor);
}

.wdt-cus-team-box .wdt-content-item .wdt-content-subtitle {
    letter-spacing: 0;
    line-height: normal;
    font-weight: var(--wdtFontWeight_Base);
    font-size: calc(var(--wdtFontSize_Base) - 2px );
    color: var(--wdtPrimaryColor);
}

.wdt-cus-team-box .wdt-content-item .wdt-content-media-group > div:not(:last-child) {
    margin-bottom: 30px;
}

.wdt-cus-team-box .wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle {
    margin-top: -20px;
}

.wdt-cus-team-box .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image > a {
    border-radius: 0 0 0 50%;
}

.wdt-cus-team-box .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::before {
    opacity: 0;
}

/* .wdt-cus-team-box .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::after {
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    background-color: var(--wdtPrimaryColor);
    width: 0;
    height: 100%;
    transform: translate(0,0) scaleX(0.1);
    -webkit-transform: translate(0,0) scaleX(0.1);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    opacity: 0.5;
    transform-origin: right;
} */

.wdt-cus-team-box .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper::after {
    opacity: 0;
    width: 100%;
    padding-top: 0;
    /* border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    transform: translate(100%,0) scaleX(0.1);
    -webkit-transform: translate(100%,0) scaleX(0.1);
    transform-origin: left; */
}

/* carousel bullet */

.wdt-cus-team-box .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
    margin-top: clamp(3.125rem, 2.5rem + 3.125vw, 6.25rem);
}

.wdt-cus-team-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: var(--wdtRadius_Full);
    margin: 10px;
    box-shadow: 0 0 0 4px var(--wdtTertiaryColor) , 0 0 0 5px rgb(var(--wdtPrimaryColorRgb),0);
}

.wdt-cus-team-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets 
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    box-shadow: 0 0 0 4px var(--wdtTertiaryColor) , 0 0 0 5px rgb(var(--wdtPrimaryColorRgb),1);
}

.wdt-cus-team-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover::before, 
.wdt-cus-team-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::before {
    background-color: var(--wdtPrimaryColor);
}


/* social icon */

.wdt-cus-team-box .wdt-content-item .wdt-social-icons-list {
    background-color: var(--wdtPrimaryColor);
    flex-direction: column;
    margin: 0;
    padding: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-team-box .wdt-content-item:hover .wdt-social-icons-list {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.wdt-cus-team-box .wdt-content-item .wdt-social-icons-list li {
    margin: 0;
}

.wdt-cus-team-box .wdt-content-item .wdt-social-icons-list li:not(:last-child) {
    margin-bottom: 10px;
}

.wdt-cus-team-box .wdt-content-item .wdt-social-icons-list li a {
    padding: 14px;
    border: 1px solid var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
}

.wdt-cus-team-box .wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li,
.wdt-cus-team-box .wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a,
.wdt-cus-team-box .wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div:not(.wdt-content-button) a {
    color: var(--wdtAccentTxtColor);
}

/* End */



/* ---------- Horse Detail -------------  */


/* icon list */

.wdt-cus-horse-detail-list .elementor-icon-list-item > .elementor-icon-list-text,
.wdt-cus-horse-detail-list .elementor-icon-list-item > a {
    font-size: var(--wdtFontSize_H6);
}

.wdt-cus-horse-detail-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    width: 70px;
    height: 70px;
    background-color: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
}

.wdt-cus-horse-detail-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
    margin: auto;
}

.elementor-widget.wdt-cus-horse-detail-list .elementor-icon-list-icon + .elementor-icon-list-text {
    padding-left: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}

/* pagination arrow */

.wdt-cus-horse-detail-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    position: absolute;
    left: 0;
    bottom: 10%;
  }

.wdt-cus-horse-detail-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div {
    width: clamp(3.75rem, 1.25rem + 5.2083vw, 7.5rem);
    height: clamp(3.75rem, 1.25rem + 5.2083vw, 7.5rem);
    border-radius: var(--wdtRadius_Full);
    font-size: var(--wdtFontSize_H6);
    color: var(--wdtPrimaryColor);
    margin-top: 0;
    flex-direction: column-reverse;
}

.wdt-cus-horse-detail-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div span {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    line-height: normal;
}

.wdt-cus-horse-detail-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div::before {
    background-color: rgb(var(--wdtTertiaryColorRgb),0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

/* .wdt-cus-horse-detail-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover::before {

} */

.wdt-cus-horse-detail-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div > i {
    height: auto;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination:empty {
    display: none
} 


/* animation */

/* img */

.wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper {
    overflow: visible;
}

.wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-content-item .elementor-widget-image img {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    opacity: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide-active .wdt-content-item 
.elementor-widget-image img {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

/* list */

.wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-content-item 
.wdt-cus-horse-detail-list .elementor-icon-list-items .elementor-icon-list-item,
.wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-content-item 
.elementor-widget-wdt-button .wdt-button-holder {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}


.wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-content-item 
.wdt-cus-horse-detail-list .elementor-icon-list-items .elementor-icon-list-item:nth-child(1) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-content-item 
.wdt-cus-horse-detail-list .elementor-icon-list-items .elementor-icon-list-item:nth-child(2) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-content-item 
.wdt-cus-horse-detail-list .elementor-icon-list-items .elementor-icon-list-item:nth-child(3) {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}

.wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-content-item 
.elementor-widget-wdt-button .wdt-button-holder {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide-active .wdt-content-item 
.wdt-cus-horse-detail-list .elementor-icon-list-items .elementor-icon-list-item,
.wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide-active .wdt-content-item 
.elementor-widget-wdt-button .wdt-button-holder {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}



/* responsive */


@media (max-width:1024px) {
    .wdt-cus-horse-detail-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        position: relative;
        left: 0;
        bottom: 0;
        width: fit-content;
    }
    .wdt-cus-horse-detail-slider .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        margin-left: 0;
        margin-right: auto;
    }
    .wdt-cus-horse-detail-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div {
        margin-top: 50px;
    }
}

@media (max-width:479px) {
    .wdt-cus-horse-detail-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
        width: 60px;
        height: 60px;
    }
}

/* End */



/* -------------- Interactive Showcase ---------------- */


.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container {
    display: grid;
    margin: 0;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper, 
.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    grid-area: 1/1;
    padding: 0;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    height: 100%;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
    margin: 0 0 0 auto;
    max-width: clamp(15.625rem, 4.8883rem + 16.7598vw, 25rem);
    height: 100%;
    display: grid;
    grid-template-rows: repeat(4,1fr);
    z-index: 1;
    position: relative;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before {
    background-color: rgb(var(--wdtTertiaryColorRgb),0);
    right: 0;
    left: auto;
    transform-origin: center;
    -webkit-transform-origin: center;
    transform: scaleX(1);
    visibility: visible;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:before {
    background-color: rgb(var(--wdtTertiaryColorRgb),0.1);
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgb(var(--wdtTertiaryColorRgb),0);
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: rgb(var(--wdtBorderColorRgb),0.5);
    padding: 20px;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:last-child {
    border-width: 0 1px 0 1px;
}


.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a {
    color: var(--wdtAccentTxtColor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    font-weight: var(--wdtFontWeight_H4);
    text-transform: capitalize;
    font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
    line-height: normal;
    font-family: var(--wdtFontTypo_Alt);
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after {
    width: 0;
    height: 0;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper 
ul.wdt-interactive-showcase-list li:hover:after, 
.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper 
ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:after {
    visibility: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {
    margin-bottom: 0;
}


/* animation */

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
    visibility: hidden;
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    transition-property: transform;
    -webkit-transition-property: transform;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}



.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .elementor-widget-wdt-heading .wdt-heading-holder .wdt-heading-subtitle,
.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .elementor-widget-wdt-heading .wdt-heading-holder .wdt-heading-title,
.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .elementor-widget-text-editor p {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .elementor-widget-wdt-heading .wdt-heading-holder .wdt-heading-subtitle {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .elementor-widget-wdt-heading .wdt-heading-holder .wdt-heading-title {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .elementor-widget-text-editor p {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .elementor-widget-wdt-heading .wdt-heading-holder 
.wdt-heading-subtitle,
.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .elementor-widget-wdt-heading .wdt-heading-holder 
.wdt-heading-title,
.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .elementor-widget-text-editor p  {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}



.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] .elementor-widget-wdt-popup-box.wdt-cus-play-icon-with-bg .wdt-popup-box-trigger-holder {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s linear 0.4s;
    -webkit-transition: all 0.3s linear 0.4s;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

.wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active .elementor-widget-wdt-popup-box.wdt-cus-play-icon-with-bg 
.wdt-popup-box-trigger-holder {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}



/* responsive */

@media ( max-width: 1024px) {

    .wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
        margin: 0 auto auto auto;
        max-width: 100%;
        height: auto;
        grid-template-columns: repeat(4,1fr);
    }
    .wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        border-width: 0 1px 1px 0;
    }
    .wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:last-child {
        border-width: 0 1px 1px 0;
    }
}

@media (max-width: 767px) {

    .wdt-cus-interactive-showcase-style .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
        grid-template-columns: repeat(2,1fr);
    }
}

/* End */


/* ---------- play icon --------------- */

.wdt-cus-play-icon-with-bg .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon {
    width: clamp(3.125rem, 2.875rem + 1.25vw, 4.375rem);
    height: clamp(3.125rem, 2.875rem + 1.25vw, 4.375rem);
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: var(--wdtRadius_Full);
    background-color: rgb(var(--wdtTertiaryColorRgb),0.3);
    color: var(--wdtAccentTxtColor);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-play-icon-with-bg .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:hover {
    background-color: rgb(var(--wdtAccentTxtColorRgb),1);
    color: var(--wdtPrimaryColor);
}

.wdt-cus-play-icon-with-bg .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon {
    line-height: 0;
}

.wdt-cus-play-icon-with-bg .wdt-popup-box-trigger-holder.wdt-click-element-icon .wdt-popup-box-trigger-element {
    width: clamp(11.25rem, 11rem + 1.25vw, 12.5rem);
    height: clamp(11.25rem, 11rem + 1.25vw, 12.5rem);
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(var(--wdtAccentTxtColorRgb),0.11);
    border-radius: var(--wdtRadius_Full);
}

.wdt-cus-play-icon-with-bg .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:before {
    content: "";
    position: absolute;
    width: clamp(5.625rem, 5.375rem + 1.25vw, 6.875rem);
    height: clamp(5.625rem, 5.375rem + 1.25vw, 6.875rem);
    border-radius: inherit;
    border: 2px solid rgb(var(--wdtAccentTxtColorRgb),0.45);
    border-right-color: transparent;
    animation: wdt-animation-rotation1 3s infinite linear;
    -webkit-animation: wdt-animation-rotation1 3s infinite linear;
}


@keyframes wdt-animation-rotation1 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes wdt-animation-rotation1 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}

.wdt-cus-play-icon-with-bg .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:after {
    content: "";
    position: absolute;
    width: clamp(8.125rem, 7.875rem + 1.25vw, 9.375rem);
    height: clamp(8.125rem, 7.875rem + 1.25vw, 9.375rem);
    border-radius: inherit;
    border: 2px solid rgb(var(--wdtAccentTxtColorRgb),0.45);
    border-right-color: transparent;
    animation: wdt-animation-rotation 4s infinite linear;
    -webkit-animation: wdt-animation-rotation 4s infinite linear;
}

@keyframes wdt-animation-rotation {
    from {
        transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes wdt-animation-rotation {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}

.wdt-cus-play-icon-with-bg .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:hover:before,
.wdt-cus-play-icon-with-bg .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:hover:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}


/* End */



/* ---------- Boxed Type testimonial ----------- */

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-media-group { 
    display: grid; 
    grid-template-columns: 1fr auto; 
    align-items: center; 
    order: 1; 
    margin-bottom: 0; 
} 

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-media-group > div:not(:last-child) { 
    margin-bottom: 0;
}

 .wdt-cus-column-type-testimonial .wdt-content-item {
     padding: clamp(5rem, 1.625rem + 16.875vw, 21.875rem) clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem) clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem) clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
     display: flex; 
     flex-wrap: wrap; 
     border-color: rgb(var(--wdtBorderColorRgb),0.7); 
     border-width: 0 1px 1px 0; 
     border-style: solid; 
     backdrop-filter: blur(0); 
     -webkit-backdrop-filter: blur(0); 
     height: 100%; 
     transition: all 0.4s ease;
     -webkit-transition: all 0.4s ease;
    }
 
.wdt-cus-column-type-testimonial .wdt-active .wdt-content-item { 
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(5px); 
}

 
.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-title h5 a { 
    color: var(--wdtAccentTxtColor); 
}

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-title h5 { 
    font-size: var(--wdtFontSize_H6); 
    font-weight: var(--wdtFontWeight_H6);
    line-height: normal; 
    text-transform: capitalize; 
    margin-top: 0; 
}

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-subtitle { 
    letter-spacing: 0; 
    font-size: calc(var(var(--wdtFontSize_Base)) - 2px ); 
    font-weight: var(--wdtFontWeight_Base);
    text-transform: capitalize; 
    color: var(--wdtAccentTxtColor); 
}

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { 
    margin-bottom: 0; 
}

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-elements-group > div:not(:last-child) { 
    margin-bottom: 6px; 
}

/*img*/

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-image { 
    padding-right: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem); 
}

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-image > a,
.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-image img { 
    overflow: hidden;
    width: clamp(3.75rem, 3.4615rem + 1.2821vw, 5rem); 
    height: clamp(3.75rem, 3.4615rem + 1.2821vw, 5rem); 
    border-radius: var(--wdtRadius_Full);  
}

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-separator.separator-1 span {
    width: 100%; 
    height: 1px; 
    background-color: rgb(var(--wdtBorderColorRgb),0.3); 
    margin: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem) 0; 
    transition: var(--wdtBaseTransition); 
    -webkit-transition: var(--wdtBaseTransition); 
}

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-description { 
    font-size: clamp(var(--wdtFontSize_Base), 0.95rem + 0.25vw, var(--wdtFontSize_H6)); 
    color: var(--wdtAccentTxtColor); 
    /* font-style: italic; 
    transition: var(--wdtBaseTransition); 
    -webkit-transition: var(--wdtBaseTransition);  */
}

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-rating {
    margin: 0 -4px;
}

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-rating li { 
    padding: 0; 
    margin: 4px;
    font-size: 12px;
}

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-rating li span { 
    color: rgba(225, 182, 72, 1);
}

.wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { 
    margin-bottom: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem); 
    /* transition: var(--wdtBaseTransition); 
    -webkit-transition: var(--wdtBaseTransition);  */
}

@media (min-width: 1025px) {
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-separator.separator-1 span,
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span,
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-description {
        opacity: 0; 
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }

    .wdt-cus-column-type-testimonial .wdt-active  .wdt-content-item .wdt-content-separator.separator-1 span,
    .wdt-cus-column-type-testimonial .wdt-active .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span,
    .wdt-cus-column-type-testimonial .wdt-active .wdt-content-item .wdt-content-description { 
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}


/* End */




/* ------------- Home 2 MailChamp --------------- */

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
    border-radius: var(--wdtRadius_Part);
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
input {
    border-color: var(--wdtSecondaryColor);
    background-color: var(--wdtSecondaryColor);
    padding: 30px 40px;
    padding-right: 100px;
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper input {
    color: var(--wdtAccentTxtColor);
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    line-height: normal;
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
input:focus {
    background-color: var(--wdtPrimaryColor);
    border-color: var(--wdtPrimaryColor);
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper input::placeholder {
    opacity: 1;
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
.wdt-mailchimp-subscription-button-holder {
    border-radius: 0;
    height: 30px;
    margin: 27px 40px 27px 0;
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
.wdt-mailchimp-subscription-button-holder button[type="submit"] {
    background-color: transparent;
    padding: 0;
    display: grid;
}


.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
.wdt-mailchimp-subscription-button-holder button[type="submit"] i {
    width: 60px;
    height: 30px;
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
.wdt-mailchimp-subscription-button-holder button[type="submit"] i svg {
    width: inherit;
    height: inherit;
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
.wdt-mailchimp-subscription-button-holder button[type="submit"] > * {
    grid-area: -1/1;
}



.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input ~ .wdt-mailchimp-subscription-button-holder button[type="submit"] span {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input:focus ~ .wdt-mailchimp-subscription-button-holder button[type="submit"] span {
    opacity: 1;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}



.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input ~ .wdt-mailchimp-subscription-button-holder button[type="submit"] i {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input:focus ~ .wdt-mailchimp-subscription-button-holder button[type="submit"] i {
    transform: scale(0);
    -webkit-transform: scale(0);
}


/* check box */

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input.wdt-terms-and-conditions {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: var(--wdtSecondaryColor);
    padding: 0;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input.wdt-terms-and-conditions:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 5px;
    right: 8px;
    margin: auto;
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: var(--wdtAccentTxtColor);
    transform: rotate(40deg)  scale(0);
    -webkit-transform: rotate(40deg) scale(0);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input.wdt-terms-and-conditions:checked:before {
    transform: rotate(40deg)  scale(1);
    -webkit-transform: rotate(40deg) scale(1);
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form span.wdt-terms-condition-lbl {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    line-height: normal;
}

.wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input ~ .wdt-mailchimp-subscription-button-holder ~ div {
    margin-top: 25px;
    margin-left: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}


/* Responsiive */

@media (max-width:1024px) {
    .wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type="email"] {
        padding: 25px 30px;
        padding-right: 90px;
    }
    .wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
    .wdt-mailchimp-subscription-button-holder {
        margin: 24px 30px 24px 0;
        height: 25px;
    }
    .wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type="submit"] i {
        width: 50px;
        height: 25px;
    }
}

@media (max-width:479px) {
    .wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type="email"] {
        padding: 20px;
    }
    .wdt-cus-mailchamp-with-icon-btn .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper 
    .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
        margin: 18px 20px 18px 0;
    }
}


/* End */


/* ------------ Instagram ------------- */

.wdt-cus-intagram-section .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 50px;
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
}

.wdt-cus-intagram-section .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.wdt-cus-intagram-section .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::before {
    background-color: rgb(var(--wdtSecondaryColorRgb),1);
    opacity: 0;
}

.wdt-cus-intagram-section .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper::before {
    opacity: 0.3;
}

.wdt-cus-intagram-section .wdt-content-item .wdt-content-elements-group {
    pointer-events: none;
}

.wdt-cus-intagram-section .wdt-content-item .wdt-content-elements-group .wdt-content-image-wrapper  {
    pointer-events: all;
}

.wdt-cus-intagram-section .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper::after {
    opacity: 0;
    padding-top: 0;
    width: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
} 


/* End */


/* ------------Contact page Form ------------- */

.wdt-cus-contact-page-form p {
    margin-bottom: 0;
}

.wdt-cus-contact-page-form p > .wpcf7-form-control-wrap {
    margin-bottom: 20px;
}

.wdt-cus-contact-page-form p > .wpcf7-form-control-wrap[data-name="textarea"] {
    margin-bottom: 30px;
}

.wdt-cus-contact-page-form p > .wpcf7-form-control-wrap .wpcf7-form-control {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 1) ;
    color: var(--wdtBodyTxtColor);
    padding: 22px 34px;
}

.wdt-cus-contact-page-form p > .wpcf7-form-control-wrap .wpcf7-form-control:focus {
    border-color: var(--wdtPrimaryColor);
}

.wdt-cus-contact-page-form p > .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    opacity: 1;
}

.wdt-cus-contact-page-form p > .wpcf7-form-control-wrap textarea {
    height: 190px;
}

/* end */



/* ---------- contact Lit ---------- */


.wdt-cus-contact-list .wdt-content-item .wdt-specification-block .wdt-content-detail-group {
    padding: 0;
}

.wdt-cus-contact-list .wdt-content-item .wdt-specification-block .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: 10px;
}

.wdt-cus-contact-list .wdt-content-item .wdt-specification-block .wdt-image-icon-group .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
    color: var(--wdtSecondaryColor);
}

.wdt-cus-contact-list .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_Ext);
    text-transform: capitalize;
    line-height: normal;
    margin: 0;
    color: var(--wdtSecondaryColor);
}

.wdt-cus-contact-list .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-description {
    max-width: 350px;
}

.wdt-cus-contact-list .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group 
.wdt-content-button {
    width: 100%;
}

.wdt-cus-contact-list .wdt-specifications-holder .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button:not(:last-child) {
    margin-bottom: 5px;
}

.wdt-cus-contact-list .wdt-specifications-holder .wdt-content-item .wdt-specification-block .wdt-content-detail-group 
.wdt-content-button-group,
.wdt-cus-contact-list .wdt-specifications-holder .wdt-content-item .wdt-specification-block .wdt-content-detail-group 
.wdt-content-button-group .wdt-content-button {
    margin: 0;
}

.wdt-cus-contact-list .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group 
.wdt-content-button a {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    line-height: normal;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    color: var(--wdtSecondaryColor);
}

.wdt-cus-contact-list .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button a:hover {
    color: var(--wdtLinkHoverColor);
}

.wdt-cus-contact-list .wdt-specifications-holder .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button + .wdt-content-button > a {
    background-color: transparent;
}

.wdt-cus-contact-list .wdt-specifications-holder .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button + .wdt-content-button > a:hover {
    background-color: transparent;
}

.wdt-cus-contact-list .wdt-content-item .wdt-specification-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.wdt-cus-contact-list .wdt-content-item .wdt-specification-block .wdt-image-icon-group {
    margin-right: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem);
}

.wdt-cus-contact-list .wdt-specifications-holder>div:not(:last-child) {
    margin-bottom: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

/* dark bg */

.wdt-cus-contact-list.wdt-dark-bg .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-title h5,
.wdt-cus-contact-list.wdt-dark-bg .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group 
.wdt-content-button a,
.wdt-cus-contact-list.wdt-dark-bg .wdt-content-item .wdt-specification-block .wdt-image-icon-group .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtAccentTxtColor);
}
.wdt-cus-contact-list.wdt-dark-bg .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group 
.wdt-content-button a:hover {
    color: var(--wdtTertiaryColor);
}

/* end */


/* ----------- Social icons ----------*/

.elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-icon {
    font-size: var(--icon-size);
}

/* End */


/* ------------ Heading with icon ----------- */

.wdt-cus-heading-with-icon .wdt-heading-holder {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}

.wdt-cus-heading-with-icon .wdt-heading-holder  .wdt-heading-icon-wrapper .wdt-content-icon {
    display: block;
    width: clamp(3.75rem, 3.125rem + 3.125vw, 6.875rem);
    height: clamp(3.75rem, 3.125rem + 3.125vw, 6.875rem);
    margin-right: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.wdt-cus-heading-with-icon .wdt-heading-holder  .wdt-heading-icon-wrapper .wdt-content-icon span,
.wdt-cus-heading-with-icon .wdt-heading-holder  .wdt-heading-icon-wrapper .wdt-content-icon span i,
.wdt-cus-heading-with-icon .wdt-heading-holder  .wdt-heading-icon-wrapper .wdt-content-icon span i svg {
    width: inherit;
    height: inherit;
}

.wdt-cus-heading-with-icon .wdt-heading-holder > :not(:last-child) {
    margin-bottom: 0;
}

/* description */

.wdt-cus-font-size-description.elementor-widget-text-editor {
    font-size: var(--wdtFontSize_Ext);
}


/* End */




/* ----------------
Spacer
-------------------- */

.elementor-widget-spacer .elementor-spacer .elementor-spacer-inner {
    height: var(--spacer-size);
}


/* ----------------
Spacer
-------------------- */





/* ------------ Services Detail ----------- */

/* contact Form */

.wdt-cus-services-detail-form p {
    margin-bottom: 0;
}

.wdt-cus-services-detail-form p > .wpcf7-form-control-wrap .wpcf7-form-control {
    border-width: 0 0 1px 0;
    padding-left: 0;
    background-color: transparent;
}

.wdt-cus-services-detail-form p > .wpcf7-form-control-wrap {
    margin-bottom: 40px;
}

.wdt-cus-services-detail-form p > .wpcf7-form-control-wrap[data-name="subject"] {
    margin-bottom: 50px;
}

.wdt-cus-services-detail-form p > .wpcf7-form-control-wrap textarea {
    height: 60px;
}

.wdt-cus-services-detail-form .wpcf7-spinner { background-color: var(--wdtPrimaryColor); opacity: 1; top: 6px; }

.wdt-custom-service-dt .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output { margin-bottom: 15px; }

.wdt-custom-service .dt-sc-service-items-container.swiper .swiper-slide .dt-sc-service-item .image { aspect-ratio: 1; }

.wdt-custom-service .dt-sc-service-items-container.swiper .swiper-slide .dt-sc-service-item .image .image-item img { height: 100%; object-fit: cover; }

/* dark bg */

.wdt-dark-bg .wdt-cus-services-detail-form p > .wpcf7-form-control-wrap .wpcf7-form-control {
    border-color: var(--wdtAccentTxtColor);
    color: var(--wdtAccentTxtColor);
}

.wdt-dark-bg .wdt-cus-services-detail-form p > .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    opacity: 1; color: var(--wdtAccentTxtColor);
}

.wdt-dark-bg .wdt-cus-services-detail-form p > .wpcf7-form-control-wrap .wpcf7-form-control:focus {
    border-color: rgb(var(--wdtTertiaryColorRgb),0.6);
}

.wdt-dark-bg .wdt-cus-services-detail-form p > input[type="submit"]:hover { background: var(--wdtTertiaryColor); color: var(--wdtBodyTxtColor); }

/* End */


/* ------------ FAQ ------------ */

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    font-weight: var(--wdtFontWeight_H5);
    line-height: normal;
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-color: rgb(var(--wdtBorderColorRgb),1);
    padding: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
    padding-left: 0;
    position: unset;
    justify-content: flex-start;
    margin: 0;
    border-radius: var(--wdtRadius_Zero);
    -webkit-border-radius: var(--wdtRadius_Zero);
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover, 
.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active {
    color: initial;
    border-color: initial;
    background-color: initial;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover {
    color: var(--wdtPrimaryColor);
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active {
    border-color: rgb(var(--wdtBorderColorRgb),0);
    transition: border-color 0s linear 0s;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:last-child .wdt-accordion-toggle-title-holder,
.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:last-child .wdt-accordion-toggle-description {
    border-width: 0;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title, 
.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
    line-height: normal;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    border-width: 0 0 1px 0;
    border-color: rgb(var(--wdtBorderColorRgb),1);
    line-height: var(--wdtLineHeight_Base);
    padding: 0 10% clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem) 0;
    border-radius: var(--wdtRadius_Zero);
    -webkit-border-radius: var(--wdtRadius_Zero);
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
    position: absolute;
    right: 0;
    font-size: 10px;
    width: 25px;
    height: 25px;
    background-color: transparent;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon-expand { color: var(--wdtSecondaryColor); }

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon-collapse { color: var(--wdtPrimaryColor); }

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon > div {
    justify-content: center;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title .icon { color: var(--wdtPrimaryColor); }

/* responsive */

@media (max-width:767px) {
    .wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
        padding-right: 5%;
    }
}

@media (max-width:479px) {
    .wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
        padding-right: 0;
    }
    .wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder,
    .wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
        width: calc(100% - 50px);
    }
}

/* End */


/* ------------ Advance Video Banner ---------- */


.wdt-cus-video-banner .wdt-advanced-video-container .wdt-play-button {
    width: clamp(3.75rem, 2.875rem + 4.375vw, 8.125rem);
    height: clamp(3.75rem, 2.875rem + 4.375vw, 8.125rem);
    border: 0;
    background-color: rgb(var(--wdtSecondaryColorRgb),0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.wdt-cus-video-banner .wdt-advanced-video-container .wdt-play-button span.wdt-control-icons {
    width: 100%;
    height: 100%;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
}

.wdt-cus-video-banner .wdt-advanced-video-container .wdt-play-button span i::before {
    font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
}

/* End */


/* -------------- Home 2 Slider Banner ------------- */

/* Heading cus size */

.wdt-cus-banner-heading-size .elementor-widget-container .wdt-heading-holder h2.wdt-heading-title-wrapper {
    font-size: clamp(2.75rem, 2.05rem + 3.5vw, 6.25rem);
    /* 100px to 44px */
}

.wdt-cus-banner-heading-size .wdt-heading-holder .wdt-heading-content-wrapper {
    padding: 0 10%;
}


/* scroll text */

.wdt-cus-scroll-text .elementor-icon-list-items .elementor-icon-list-item a {
    font-size: var(--wdtFontSize_H5);
    margin-top: 14px;
}

.wdt-cus-scroll-text .elementor-icon-list-items .elementor-icon-list-item {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    writing-mode: vertical-lr;
    flex-direction: row-reverse;
}

.wdt-cus-scroll-text .elementor-icon-list-items .elementor-icon-list-item:after {
    content: "";
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 2px;
    height: 50px;
    background-color: var(--wdtAccentTxtColor);
    animation: wdt-cus-scroll-down-animation 3s linear infinite;
    -webkit-animation: wdt-cus-scroll-down-animation 3s linear infinite;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-scroll-text .elementor-icon-list-items .elementor-icon-list-item:hover:after {
    background-color: var(--wdtPrimaryColor);
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes wdt-cus-scroll-down-animation {
    0% {
        transform: scaleY(0);
    }
    50% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0);
    }
}

@-webkit-keyframes wdt-cus-scroll-down-animation {
    0% {
        transform: scaleY(0);
    }
    50% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0);
    }
}





/* Hariharan Sections */


/* ------------ commen heading style (H) ---------- */
/* h2 */
.elementor-widget-container .wdt-heading-holder h2.wdt-heading-title-wrapper { font-size: clamp(var(--wdtFontSize_H4), 1.5288rem + 1.5385vw, var(--wdtFontSize_H2)); text-transform: capitalize; }
.elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle-wrapper { font-size: var(--wdtFontSize_Ext); margin-bottom: 17px; }
/* End */


/* ------------ Service Image box style (H) ---------- */
.wdt-custom-service-img-box-style .wdt-content-item .wdt-content-media-group { margin-bottom: 30px; }
.wdt-custom-service-img-box-style .wdt-content-item .wdt-content-detail-group { padding-right: 8%; }
.wdt-custom-service-img-box-style .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 { font-size: var(--wdtFontSize_H5); font-weight: var(--wdtFontWeight_H5); margin-top: 0; }
.wdt-custom-service-img-box-style .wdt-content-item .wdt-content-detail-group .wdt-content-title { margin-bottom: 10px; }
.wdt-custom-service-img-box-style .wdt-content-item .wdt-content-detail-group .wdt-content-button a { font-weight: var(--wdtFontWeight_Ext); background-color: transparent; position: relative; padding: 0; overflow: hidden; }
.wdt-custom-service-img-box-style .wdt-content-item .wdt-content-detail-group .wdt-content-button a .wdt-button-text>span { margin-right: 15px; }
.wdt-custom-service-img-box-style .wdt-content-item .wdt-content-detail-group .wdt-content-button a .wdt-button-text { -webkit-transform: translate(-92px, 0px); transform: translate(-92px, 0px); -webkit-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); }
.wdt-custom-service-img-box-style .wdt-content-item:hover .wdt-content-detail-group .wdt-content-button a .wdt-button-text { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.wdt-custom-service-img-box-style .wdt-content-item .wdt-content-detail-group .wdt-content-button a .wdt-button-text:after { content: ""; position: relative; display: inline-block; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M38.9,14.7L78.4,14L2.8,89.7l7.6,7.6L86,21.6l-0.7,39.6l10.9-0.2l1.1-58.2L39.1,3.8L38.9,14.7z'/%3E%3C/svg%3E%0A"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M38.9,14.7L78.4,14L2.8,89.7l7.6,7.6L86,21.6l-0.7,39.6l10.9-0.2l1.1-58.2L39.1,3.8L38.9,14.7z'/%3E%3C/svg%3E%0A"); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: cover; mask-size: cover; top: 3px; width: 16px; height: 16px; background-color: currentColor; }
.wdt-custom-service-img-box-style .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-media-group .wdt-content-image img,
.wdt-custom-service-img-box-style .wdt-content-item:hover .wdt-content-media-group .wdt-content-image img { border-radius: 0 0 0 200px; }

/* bullet style */
.wdt-custom-service-img-box-style .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet { margin: 10px; }
.wdt-custom-service-img-box-style .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before { border-radius: var(--wdtRadius_Full); outline: 1px solid var(--wdtTertiaryColor); outline-offset: 0px; }
.wdt-custom-service-img-box-style .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before { outline-offset: 4px; }
.wdt-custom-service-img-box-style .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination { margin-top: 0; }
.wdt-custom-service-img-box-style .wdt-carousel-holder .wdt-carousel-pagination-wrapper { position: absolute; right: 0; top: -140px; }
/* End */

/* ------------ Branding Image box style (H) ---------- */
.wdt-custom-branding-style .wdt-content-item .wdt-content-media-group .wdt-media-image-cover-container .wdt-content-icon span { font-size: clamp(7.5rem, 6.9231rem + 2.5641vw, 10rem); line-height: 0; }
.wdt-custom-branding-style .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::before,
.wdt-custom-branding-style .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::after { background-color: var(--wdtTertiaryColor); background-image: none; -webkit-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); }
.wdt-custom-branding-style .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::before { opacity: 1; }
.wdt-custom-branding-style .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper::before { opacity: 0.85; }
.wdt-custom-branding-style .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::after { width: 100%; height: 100%; left: 0; top: 0; opacity: 0; padding-top: 0; -webkit-border-radius: inherit; border-radius: inherit; -webkit-transform: inherit; transform: inherit; }
.wdt-custom-branding-style .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper::after { opacity: 0.85; padding-top: 0; width: 0; -webkit-border-radius: inherit; border-radius: inherit; }
/* End */


/* ------------ Testimonial style (H) ---------- */
.wdt-custom-testimonial-style { cursor: grab; }
.wdt-custom-testimonial-style .wdt-content-item { display: inline-flex; flex-direction: column-reverse; }
.wdt-custom-testimonial-style .wdt-content-item > div:last-child { margin-bottom: 35px; }
.wdt-custom-testimonial-style .wdt-content-item > div:first-child,
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-title,
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-title-group.below,
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group .wdt-content-title,
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group span { margin-bottom: 0 !important; }
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-title-group.below > * { display: inline-block; }
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-title-group.below span { margin: 0 10px; width: auto; }
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-title-group.below span:before { background-color: var(--wdtPrimaryColor); height: 1px; width: 5px; }
.wdt-custom-testimonial-style .swiper-slide .wdt-content-item .wdt-content-media-group .wdt-content-image img { width: 100px; -webkit-transform: scale(0.6); transform: scale(0.6); border-radius: var(--wdtRadius_Full); }
.wdt-custom-testimonial-style .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-media-group .wdt-content-image img { -webkit-transform: scale(1); transform: scale(1); }
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group > * { z-index: 1; }
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-description { font-size: clamp(var(--wdtFontSize_H6), 1.1923rem + 0.2564vw, var(--wdtFontSize_H5)); margin-bottom: 25px; }
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 { font-size: clamp(1rem, 0.9423rem + 0.2564vw, var(--wdtFontSize_H6)); margin-top: 0; }
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle { font-size: clamp(1rem, 0.9423rem + 0.2564vw, var(--wdtFontSize_H6)); }
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-icon-wrapper { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; opacity: 0.08; pointer-events: none; }
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-detail-group .wdt-content-icon-wrapper .wdt-content-icon span { font-size: 130px; line-height: 0; }
.wdt-custom-testimonial-style .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 30px; }
.wdt-custom-testimonial-style .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div { font-size: 40px; }
.wdt-custom-testimonial-style .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div span { font-size: 0; }
.wdt-custom-testimonial-style .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:focus { -webkit-box-shadow: none; box-shadow: none; }
.wdt-custom-testimonial-style .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; margin: 0; }
.wdt-custom-testimonial-style .wdt-carousel-holder .wdt-carousel-pagination-wrapper { position: absolute; left: 0; right: 0; bottom: 50%; margin: auto; }
.wdt-custom-testimonial-style .swiper-slide .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { opacity: 0; transform: translateY(20px); transition: var(--wdtBaseTransition); }
.wdt-custom-testimonial-style .swiper-slide .wdt-content-item .wdt-content-detail-group > div:nth-child(1) { transition-delay: 150ms; }
.wdt-custom-testimonial-style .swiper-slide .wdt-content-item .wdt-content-detail-group > div:nth-child(2) { transition-delay: 250ms; }
.wdt-custom-testimonial-style .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { opacity: 1; transform: translateY(0); }
/* End */

@media screen and (max-width:767px) {
    /* ------------ Service Image box style (H) ---------- */
    /* bullet style */
    .wdt-custom-service-img-box-style .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination { margin-top: 60px; }
    .wdt-custom-service-img-box-style .wdt-carousel-holder .wdt-carousel-pagination-wrapper { position: relative; right: inherit; top: inherit; }
    /* End */

    /* ------------ Testimonial style (H) ---------- */
    .wdt-custom-testimonial-style .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div { margin: 30px 10px; }
    .wdt-custom-testimonial-style .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination { display: inline-block;}
    .wdt-custom-testimonial-style .wdt-carousel-holder .wdt-carousel-pagination-wrapper { position: relative; left: inherit; right: inherit; bottom: inherit; }
    /* End */
}



/* Hariharan Sections end */



/* ajith sections */


/* ------------ section 1 ---------- */
.wdt-custom-support-icon-box-h1 .wdt-content-item {
    padding: 50px;
    overflow: hidden;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item::before,
.wdt-custom-support-icon-box-h1 .wdt-content-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item::after {
    background: var(--wdtTertiaryColor);
    opacity: 1;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item::before {
    background: var(--wdtPrimaryColor);
    opacity: 0.9;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-media-group>div:not(:last-child),
.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-detail-group>div:not(:last-child),
.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-elements-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-media-group {
    display: flex;
    align-items: center;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    display: inline-flex;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: calc(var(--wdtFontSize_Alt) + 15px);
    color: var(--wdtSecondaryColor);
    margin-right: 26px;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-title h5 {
    margin: 0;
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdtFontWeight_H5);
    line-height: var(--wdtLineHeight_H5);
}

.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-title h5,
.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtBodyTxtColor);
}

.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-description {
    font-size: var(--wdtFontSize_Ext);
    color: var(--wdtBodyTxtColor);
    margin-top: 30px;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-button>a {
    padding: 0;
    background: transparent;
    color: var(--wdtBodyTxtColor);
    text-transform: capitalize;
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Base);
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin-top: 30px;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-button>a::after {
    content: '';
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    padding-right: 10px;
    background: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M60.76,23.11l21.5,22.15H1.54V53.9H82.26L60.76,76.05l5.93,6.11L98.3,49.58,66.69,17Z'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M60.76,23.11l21.5,22.15H1.54V53.9H82.26L60.76,76.05l5.93,6.11L98.3,49.58,66.69,17Z'/%3E%3C/svg%3E");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-button>a>div {
    width: 0;
    overflow: hidden;
    margin-right: 6px;
    transition-delay: 0s !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-button>a:hover {
    background: transparent;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item:hover .wdt-content-button>a {
    padding-left: 30px;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item:hover .wdt-content-button>a div {
    width: 100%;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item:hover {
    border-radius: 0 0 0 150px;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item:hover::after {
    opacity: 0;
}

.wdt-custom-support-icon-box-h1 .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-custom-support-icon-box-h1 .wdt-content-item:hover .wdt-content-title h5,
.wdt-custom-support-icon-box-h1 .wdt-content-item:hover .wdt-content-title h5 a,
.wdt-custom-support-icon-box-h1 .wdt-content-item:hover .wdt-content-description,
.wdt-custom-support-icon-box-h1 .wdt-content-item:hover .wdt-content-button>a {
    color: var(--wdtAccentTxtColor);
}


.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span .hores-rotate {
    animation: hores-rotate 20s linear infinite;
    transform-origin: center;
    -webkit-animation: hores-rotate 20s linear infinite;
    -webkit-transform-origin: center;
}

@keyframes hores-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes hores-rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}


@media only screen and (max-width:1540px) and (min-width: 1281px) {
    .wdt-custom-support-icon-box-h1 .wdt-content-item {
        padding: 50px 30px;
    }

    .wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        margin-right: 10px;
    }
}

@media only screen and (max-width:767px) {
    .wdt-custom-support-icon-box-h1 .wdt-content-item {
        padding: 40px;
    }

    .wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-description {
        margin-top: 20px;
    }

    .wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-button>a {
        margin-top: 20px;
    }

    .wdt-custom-support-icon-box-h1 .wdt-content-item:hover {
        border-radius: 0 0 0 100px;
    }
}

@media only screen and (max-width:479px) {
    .wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-title h5 {
        font-size: var(--wdtFontSize_H6);
    }

    .wdt-custom-support-icon-box-h1 .wdt-content-item {
        padding: 30px;
    }

    .wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        margin-right: 15px;
    }

    .wdt-custom-support-icon-box-h1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        font-size: calc(var(--wdtFontSize_Alt) + 5px);
    }
}

/* ------------ Section 2 ---------- */
.wdt-custom-heading-image.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(1.75rem, 1.55rem + 1vw, 2.75rem);
    /* max-44 min-28px */
}

.wdt-custom-heading-image .elementor-heading-title img {
    height: clamp(3.125rem, 3rem + 0.625vw, 3.75rem);
    /* max-60 min-50px */
    margin-top: -3px;
}

.wdt-custom-heading-image .elementor-heading-title .heading-video-1 [class^="wdticon-"]:before {
    background: var(--wdtPrimaryColor);
    width: 12px;
    height: 12px;
    content: '';
    margin: 0;
    margin-left: 2px;
    -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 50 51' style='enable-background:new 0 0 50 51;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M15.8,49.4l27.4-16.3c5.8-3.4,5.8-11.7,0-15.1L15.8,1.6C9.9-1.9,2.5,2.3,2.5,9.2v32.8C2.5,48.7,9.9,52.9,15.8,49.4z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    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 50 51' style='enable-background:new 0 0 50 51;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M15.8,49.4l27.4-16.3c5.8-3.4,5.8-11.7,0-15.1L15.8,1.6C9.9-1.9,2.5,2.3,2.5,9.2v32.8C2.5,48.7,9.9,52.9,15.8,49.4z'/%3E%3C/g%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.wdt-custom-heading-image .elementor-heading-title .heading-video-1 a,
.wdt-custom-heading-image .elementor-heading-title .heading-video-1 i {
    display: inline-flex;
}

.wdt-custom-heading-image .elementor-heading-title .heading-video-1 a {
    display: inline-flex;
    width: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
    /* max-50 min-40px */
    height: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
    /* max-50 min-40px */
    top: -4px;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: var(--wdtRadius_Full);
    border: clamp(0.6875rem, 0.65rem + 0.1875vw, 0.875rem) solid var(--wdtPrimaryColor);
    /* max-14 min-11px */
}

.wdt-custom-heading-image .elementor-heading-title .heading-video-1 a::before {
    content: '';
    position: absolute;
    width: 180%;
    height: 180%;
    border: 2px solid var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
}

.wdt-custom-title-for-name .wdt-heading-holder>*:not(:last-child) {
    margin-bottom: 0;
}

.wdt-custom-title-for-name .wdt-heading-holder {
    display: flex;
    align-items: center;
}

.wdt-custom-title-for-name .wdt-heading-holder .wdt-heading-title-wrapper {
    font-size: var(--wdtFontSize_Ext);
    line-height: var(--wdtLineHeight_Alt);
    color: var(--wdtBodyTxtColor);
    margin-right: 6px;
}

.wdt-custom-title-for-name .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    font-size: var(--wdtFontSize_Base);
    line-height: var(--wdtLineHeight_Alt);
    opacity: 0.7;
    color: var(--wdtBodyTxtColor);
    margin: 0;
}
/* End */

/* ------------ Section 3 ---------- */

.wdt-custom-award-h1 { cursor: grab; }
.wdt-custom-award-h1 .wdt-content-item>div:not(:last-child),
.wdt-custom-award-h1 .wdt-content-item .wdt-content-media-group>div:not(:last-child),
.wdt-custom-award-h1 .wdt-content-item .wdt-content-detail-group>div:not(:last-child),
.wdt-custom-award-h1 .wdt-content-item .wdt-content-elements-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-custom-award-h1 .wdt-content-item {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    margin: -30px 0;
}

.wdt-custom-award-h1 .swiper-slide:nth-child(even) .wdt-content-item {
    flex-direction: column-reverse;
}

.wdt-custom-award-h1 .wdt-content-item .wdt-content-detail-group {
    display: flex;
    flex-direction: column;
}

.wdt-custom-award-h1 .swiper-slide:nth-child(even) .wdt-content-item .wdt-content-detail-group {
    flex-direction: column-reverse;
}

.wdt-custom-award-h1 .wdt-content-item .wdt-content-detail-group,
.wdt-custom-award-h1 .wdt-content-item .wdt-content-media-group {
    padding: 30px 0;
    min-height: 250px;
    display: inherit;
    align-items: flex-end;
}

.wdt-custom-award-h1 .swiper-slide:nth-child(even) .wdt-content-item .wdt-content-detail-group,
.wdt-custom-award-h1 .swiper-slide:nth-child(even) .wdt-content-item .wdt-content-media-group {
    align-items: flex-start;
}

.wdt-custom-award-h1 .wdt-content-item .wdt-content-detail-group::before {
    content: '';
    top: -0.5px;
    bottom: auto;
    position: absolute;
    right: -100px;
    left: -100px;
    height: 1px;
    pointer-events: none;
}

.wdt-custom-award-h1 .swiper-slide:nth-child(even) .wdt-content-item .wdt-content-detail-group::before {
    top: auto;
    bottom: -0.5px;
}

.wdt-custom-award-h1 .wdt-content-item .wdt-content-title h5::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    top: -36px;
    right: -6px;
    bottom: auto;
}

.wdt-custom-award-h1 .swiper-slide:nth-child(even) .wdt-content-item .wdt-content-title h5::before {
    top: auto;
    bottom: -36px;
}

.wdt-custom-award-h1 .wdt-content-item .wdt-content-title h5::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    border-right: 1px solid;
    top: -30px;
    bottom: auto;
    height: clamp(3.75rem, 3.375rem + 1.875vw, 5.625rem);
    /* max-90 min-60px */
}

.wdt-custom-award-h1 .swiper-slide:nth-child(even) .wdt-content-item .wdt-content-title h5::after {
    top: auto;
    bottom: -30px;
}

.wdt-custom-award-h1 .wdt-content-item .wdt-content-title {
    padding-bottom: 20px;
}

.wdt-custom-award-h1 .swiper-slide:nth-child(even) .wdt-content-item .wdt-content-title {
    padding-bottom: 0px;
    padding-top: 20px;
    ;
}

.wdt-custom-award-h1 .wdt-content-item .wdt-content-title h5 {
    margin: 0;
    font-size: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
    /* max-60 min-30px */
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_Alt);
    padding-right: 1rem;
    position: relative;
    display: inline-block;
}

.wdt-custom-award-h1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(7.5rem, 6.75rem + 3.75vw, 11.25rem);
    /*max-180 min-120px */
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-award-h1 .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtPrimaryColor)
}

.wdt-custom-award-h1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    display: inline-flex;
}

/*.wdt-custom-award-h1 .wdt-content-item .wdt-content-title h5, .wdt-custom-award-h1 .wdt-content-item .wdt-content-title h5 a {*/
/*    color: #fff;*/
/*}*/

.wdt-custom-award-h1 .wdt-content-item .wdt-content-description {
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-award-h1 .wdt-content-item .wdt-content-detail-group::before,
.wdt-custom-award-h1 .wdt-content-item .wdt-content-title h5::before,
.wdt-custom-award-h1 .wdt-content-item .wdt-content-title h5::after {
    background: var(--wdtPrimaryColor);
    border-color: var(--wdtPrimaryColor);
}

@media screen and (max-width:1540px) {

    .wdt-custom-award-h1 .wdt-content-item .wdt-content-detail-group,
    .wdt-custom-award-h1 .wdt-content-item .wdt-content-media-group {
        min-height: 0;
    }

    .wdt-custom-award-h1 .wdt-content-item {
        border-right: 1px solid var(--wdtPrimaryColor);
        overflow: hidden;
        padding: 0 30px;
    }
}

@media screen and (max-width:479px) {

    .wdt-custom-award-h1 .wdt-content-item .wdt-content-title h5::before,
    .wdt-custom-award-h1 .wdt-content-item .wdt-content-title h5::after {
        content: none;
    }

    .wdt-custom-award-h1 .wdt-content-item {
        padding: 0 20px;
        margin: -20px 0;
    }

    .wdt-custom-award-h1 .wdt-content-item .wdt-content-detail-group,
    .wdt-custom-award-h1 .wdt-content-item .wdt-content-media-group {
        padding: 20px 0;
    }
}

/* End */


/* ------------ Section 3 ---------- */

/* Pricing Table style Home - 02 */
.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder {
    padding: 35px 25px 70px;
    background: var(--wdtAccentTxtColor);
    border-radius: 300px;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span:before {
    background: none;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(8.125rem, 7.5rem + 3.125vw, 11.25rem);
    /* max-180 min-130px */
    color: var(--wdtBodyTxtColor);
    width: auto;
    height: auto;
    display: inline-flex;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder .wdt-pricing-table-pricing {
    padding-bottom: 25px;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder .wdt-pricing-table-pricing::after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--wdtPrimaryColor);
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale {
    font-size: clamp(2.75rem, 2.5rem + 1.25vw, 4rem);
    /*max-64 min-44px */
    font-family: var(--wdtFontTypo_Alt);
    color: var(--wdtBodyTxtColor);
    font-weight: var(--wdtFontWeight_Base);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix {
    font-size: var(--wdtFontSize_H6);
    font-family: var(--wdtFontTypo_Base);
    padding-left: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem);
    /* max-15 min-10px */
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix {
    padding: 0;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 {
    font-size: calc(var(--wdtFontSize_H4) + 4px);
    text-transform: capitalize;
    font-weight: var(--wdtFontWeight_Base);
    margin-top: clamp(1.5625rem, 1.25rem + 1.5625vw, 3.125rem);
    /* max-50 min-25px */
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5,
.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a {
    color: var(--wdtBodyTxtColor);
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button:not(.fullwidth) {
    margin: 0;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button>a {
    padding: var(--wdtPadding_MiniBtn);
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    line-height: var(--wdtLineHeight_Ext);
    text-transform: capitalize;
    font-size: calc(var(--wdtFontSize_Base) - 2px);
    border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    display: inline-flex;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button>a:hover {
    background: var(--wdtLinkHoverColor)
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button>a::after {
    content: '';
    background: currentColor;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M60.76,23.11l21.5,22.15H1.54V53.9H82.26L60.76,76.05l5.93,6.11L98.3,49.58,66.69,17Z'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M60.76,23.11l21.5,22.15H1.54V53.9H82.26L60.76,76.05l5.93,6.11L98.3,49.58,66.69,17Z'/%3E%3C/svg%3E");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list {
    width: fit-content;
    text-align: start;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder .wdt-pricing-table-features {
    display: flex;
    justify-content: center;
    padding: clamp(0rem, -0.25rem + 1.25vw, 1.25rem) 0 clamp(0.9375rem, 0.6875rem + 1.25vw, 2.1875rem);
    /* max-20&35 min-0&15px */
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_Base);
    font-family: var(--wdtFontTypo_Base);
    line-height: var(--wdtLineHeight_Base);
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after {
    content: none;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child) {
    margin-bottom: 12px;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li[class*='-feature-excluded'] {
    opacity: 1;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded .wdt-pricing-table-features-list-icon,
.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-icon {
    color: currentColor;
    margin-right: 5px;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder div[class*='-table-badge'].type1 {
    top: 20px;
    left: 20px;
    background: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    font-size: var(--wdtFontSize_Base);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--wdtRadius_Full);
    padding: 0;
    letter-spacing: .8px;
    text-transform: uppercase;
}


.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder:hover,
.wdt-custom-pricing-table-h2.wdt-custom-pricing-table-h2-active .wdt-pricing-table-holder {
    background: var(--wdtTertiaryColor);
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder:hover div[class*='-table-header'] .wdt-content-title h5,
.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder:hover div[class*='-table-header'] .wdt-content-title h5 a,
.wdt-custom-pricing-table-h2.wdt-custom-pricing-table-h2-active .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5,
.wdt-custom-pricing-table-h2.wdt-custom-pricing-table-h2-active .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a {
    color: var(--wdtPrimaryColor);
}

.wdt-custom-pricing-table-h2.wdt-custom-pricing-table-h2-active .wdt-pricing-table-holder:hover .wdt-pricing-table-pricing::after {
    animation: none;
    -webkit-animation: none;
}

.wdt-custom-pricing-table-h2 .wdt-pricing-table-holder:hover .wdt-pricing-table-pricing::after {
    animation: pricing-after 0.7s linear;
    -webkit-animation: pricing-after 0.7s linear;
}

@keyframes pricing-after {
    0% {
        width: 100%;
        right: 0;
    }

    50% {
        width: 0;
        right: 0;
    }

    100% {
        width: 100%;
        left: 0;
    }
}

@-webkit-keyframes pricing-after {
    0% {
        width: 100%;
        right: 0;
    }

    50% {
        width: 0;
        right: 0;
    }

    100% {
        width: 100%;
        left: 0;
    }
}



/* Pricing Tab Home - 02 */
.wdt-custom-pricing-tabs .wdt-tabs-container .wdt-tabs-content-wrapper {
    background: transparent;
    padding: 0;
    padding-top: clamp(3.125rem, 3rem + 0.625vw, 3.75rem);
    /* max-60 min-50px */
}

.wdt-custom-pricing-tabs .wdt-tabs-container .wdt-tabs-list li:not(:last-child) {
    margin-right: 30px;
}

.wdt-custom-pricing-tabs .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor {
    background: transparent;
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_Base);
    text-transform: uppercase;
    border: 1px solid var(--wdtBorderColor);
    padding: var(--wdtPadding_MaxiBtn);
    color: var(--wdtBodyTxtColor);
}

.wdt-custom-pricing-tabs .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.wdt-custom-pricing-tabs .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor {
    background: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    border-color: var(--wdtPrimaryColor);
    border-radius: 0 0 0 30px;
}


@media only screen and (max-width:767px) {
    .wdt-custom-pricing-tabs .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list {
        box-shadow: none;
    }

    .wdt-custom-pricing-tabs .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-content-wrapper {
        padding: 0;
        background: transparent;
        padding-top: 20px;
    }

    .wdt-custom-pricing-tabs .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper {
        max-width: 480px;
    }
}

@media only screen and (max-width:479px) {
    .wdt-custom-pricing-tabs .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-content-wrapper {
        padding: 0;
    }
}
/* End */


/* Gallery Style */

.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before, 
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container {
    opacity: 1;
    visibility: visible;
}
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-button a { pointer-events: none; }
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before {
    content: none;
}
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-button > a {
    width: 80px;
    height: 80px;
    background: var(--wdtPrimaryColor);
    padding: 0;
    border: none;
    position: relative;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    margin-top: 5px;
    transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-button > a div {
    display: none;
}
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-button > a::before, 
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-button > a::after {
    content: '';
    width: 3px;
    height: 25px;
    background: var(--wdtAccentTxtColor);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(0deg);
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-button > a::before {
    transform: translate(-50%,-50%) rotate(0deg);
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
}
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-button > a::after {
    transform: translate(-50%,-50%) rotate(90deg);
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
}
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image, 
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image img {
    transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.wdt-custom-gallery-image-box-h1 .wdt-content-item:hover .wdt-content-button > a {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    background: var(--wdtPrimaryColor);
}
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-button > a:hover::before {
    transform: translate(-50%,-50%) rotate(180deg);
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
}
.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-button > a:hover::after {
    transform: translate(-50%,-50%) rotate(-90deg);
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
}
.wdt-custom-gallery-image-box-h1 .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image { opacity: 0.7; }

.wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image img{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.5s cubic-bezier(.79,.14,.15,.86);
    -webkit-transition: 0.5s cubic-bezier(.79,.14,.15,.86);
}

.wdt-custom-gallery-image-box-h1 .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

@media only screen and (max-width:767px) and (min-width:480px) {
    .wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-button > a {
        width: 60px;
        height: 60px;
    }
    .wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-button > a::before, .wdt-custom-gallery-image-box-h1 .wdt-content-item .wdt-content-button > a::after {
        width: 2px;
        height: 20px;
    }
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer !important; }

/* App Section */

/* Icon Box */

.wdt-custom-app-sec-icon-box .wdt-icon-box-holder .wdt-content-item { display: flex; align-items: flex-start; }

.wdt-custom-app-sec-icon-box .wdt-icon-box-holder .wdt-content-item .wdt-content-media-group { margin: 2px 10px 0 0; display: flex; }

.wdt-custom-app-sec-icon-box .wdt-icon-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 { margin: 0; line-height: 1; }

/* Home-01 Footer Above Timeline section */

.wdt-custom-timeline-path {
    counter-reset: path-count;
}
.wdt-custom-timeline-path .elementor-column {
    width: 100%;
    position: relative;
    counter-increment: path-count;
}
.wdt-custom-timeline-path .elementor-column::before {
    content: "0" counter(path-count);
    font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem); /* max-30  min-20px */
    font-family: var(--wdtFontTypo_Alt);
    line-height: var(--wdtLineHeight_Alt);
    border: 1px solid var(--wdtPrimaryColor);
    width: 60px;
    height: 60px;
    border-radius: var(--wdtRadius_Full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wdtPrimaryColor);
    transform: translateY(-5px);
    position: absolute;
    left: -100px;
    top: 0;
    box-shadow: 0 0 0 15px var(--wdtTertiaryColor);
    background: var(--wdtTertiaryColor);
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}
.wdt-custom-timeline-path .elementor-column:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 100%;
    background: var(--wdtPrimaryColor);
    position: absolute;
    left: -70px;
    top: 0%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}
@media screen and (max-width:767px) {
    .wdt-custom-timeline-path .elementor-column::before {
        width: 50px;
        height: 50px;
        left: -70px;
    }
    .wdt-custom-timeline-path .elementor-column:not(:last-child)::after {
        left: -45px
    }
}
/* Home-02 Testimonial */
.wdt-custom-testimonial-h2 .swiper-slide {
    opacity: 1 !important;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-media-group {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    left: 1px;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-image-wrapper, 
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-image-wrapper .wdt-content-image, 
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-image > span, 
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-image > a, 
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-image > span > img, 
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-image > a > img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-image > span > img, 
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-image > a {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-detail-group {
    padding: clamp(1.5625rem, 1.25rem + 1.5625vw, 3.125rem); /* max-50 min-25px */
    padding-top: clamp(2.1875rem, 1.875rem + 1.5625vw, 3.75rem); /* max-60  min-35px */
    background: var(--wdtAccentTxtColor);
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-elements-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-elements-group > div:not(:last-child) {
    margin-bottom: 0;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-title-group.below span {
    display: none;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child) {
    margin-bottom: 5px;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-rating li {
    padding: 0;
    font-size: var(--wdtFontSize_Base);
    margin-right: 12px;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-rating li span {
    color: #E1B648;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-rating li span.far {
    color: var(--wdtBodyTxtColor);
    opacity: 1;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-rating li span.fas::before, 
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-rating li span.far::before {
    content: '';
    background: currentColor;
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M80.82,61.36a6.48,6.48,0,0,0-1.92,5.88l3.83,22.29a6.64,6.64,0,0,1-9.59,7L53.11,86a6.88,6.88,0,0,0-6.22,0l-20,10.58a6.64,6.64,0,0,1-9.59-7L21.1,67.24a6.48,6.48,0,0,0-1.92-5.88L3,45.56A6.61,6.61,0,0,1,6.69,34.31L29,31.07a6.84,6.84,0,0,0,5-3.63l10-20.31a6.62,6.62,0,0,1,11.9,0l10,20.31a6.84,6.84,0,0,0,5,3.63l22.35,3.24A6.61,6.61,0,0,1,97,45.56Z'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M80.82,61.36a6.48,6.48,0,0,0-1.92,5.88l3.83,22.29a6.64,6.64,0,0,1-9.59,7L53.11,86a6.88,6.88,0,0,0-6.22,0l-20,10.58a6.64,6.64,0,0,1-9.59-7L21.1,67.24a6.48,6.48,0,0,0-1.92-5.88L3,45.56A6.61,6.61,0,0,1,6.69,34.31L29,31.07a6.84,6.84,0,0,0,5-3.63l10-20.31a6.62,6.62,0,0,1,11.9,0l10,20.31a6.84,6.84,0,0,0,5,3.63l22.35,3.24A6.61,6.61,0,0,1,97,45.56Z'/%3E%3C/svg%3E");
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-description {
    margin-bottom: clamp(0.9375rem, 0.5rem + 2.1875vw, 3.125rem) !important; /* max-50  min-15px */
    margin-top: clamp(-0.625rem, -0.75rem + 0.625vw, 0rem); /* max-0 min-(-10)px */
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-title h5 {
    margin-top: 0;
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_H6);
    line-height: var(--wdtLineHeight_H6);
    text-transform: capitalize;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-subtitle {
    font-size: calc(var(--wdtFontSize_Base) - 2px);
    font-weight: var(--wdtFontWeight_Base);
    text-transform: capitalize;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    display: flex;
}
.wdt-custom-testimonial-h2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: calc(var(--wdtFontSize_Alt) + 10px);
    font-size: clamp(3.125rem, 2.875rem + 1.25vw, 4.375rem); /* max-70  min-50px */
    transform: translate(40px,70px);
    -webkit-transform: translate(40px,70px);
    color: var(--wdtPrimaryColor);
    opacity: 0;
}
.wdt-custom-testimonial-h2 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    width: 12px;
    height: 12px
}
.wdt-custom-testimonial-h2 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before, 
.wdt-custom-testimonial-h2 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    background: var(--wdtPrimaryColor);
}
.wdt-custom-testimonial-h2 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid var(--wdtPrimaryColor);
    position: absolute;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}
.wdt-custom-testimonial-h2 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover::after, 
.wdt-custom-testimonial-h2 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.wdt-custom-testimonial-h2 .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
    margin-top: clamp(2.5rem, 2rem + 2.5vw, 5rem); /* max-80  min-40px */
}
.wdt-custom-testimonial-h2 .swiper-slide-active .wdt-content-item .wdt-content-image > span > img, 
.wdt-custom-testimonial-h2 .swiper-slide-active .wdt-content-item .wdt-content-image > a, 
.wdt-custom-testimonial-h2 .wdt-content-item:hover .wdt-content-image > span > img, 
.wdt-custom-testimonial-h2 .wdt-content-item:hover .wdt-content-image > a {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.wdt-custom-testimonial-h2 .swiper-slide-active .wdt-content-item .wdt-content-detail-group, 
.wdt-custom-testimonial-h2 .wdt-content-item:hover .wdt-content-detail-group {
    background: rgba(var(--wdtAccentTxtColorRgb), 0.9);
}
.wdt-custom-testimonial-h2 .swiper-slide-active .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span, 
.wdt-custom-testimonial-h2 .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    opacity: 1;
    transform: translate(clamp(0.3125rem, 0.125rem + 0.9375vw, 1.25rem), clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem)); /* max-(20,30)  min-(5,15)px */
    -webkit-transform: translate(clamp(0.3125rem, 0.125rem + 0.9375vw, 1.25rem), clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem)); /* max-(20,30)  min-(5,15)px */ 
}

/* End */



/* =========== Responsive =========== */

@media only screen and (min-width: 1921px){

    .wdt-custom-faq-bg-sec .elementor-background-overlay { background-position: 100% 100% !important; }

}

@media only screen and (max-width: 1540px){

    .wdt-custom-service .elementor-widget-container .dt-sc-service-items-container.swiper { overflow: hidden; }

}

@media only screen and (max-width: 1280px){

    .wdt-custom-home2-header-icons .wdt-header-icons-list-item .wdt-search-menu-icon a span i svg { width: 25px; height: 25px; }

    .wdt-custom-blog-single-iconlist .elementor-widget-container .elementor-icon-list-items { grid-template-columns: repeat(1, 1fr) }

}

@media only screen and (max-width: 1024px){

    .wdt-custom-slider-column-bg-style { padding-left: 0; }

    .tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right { margin-top: 20px; }

}

@media only screen and (max-width: 769px){

    .tinv-wishlist .tinv-header h2 { font-size: 34px; }

    .tinv-wishlist .tinv-header { text-align: center; }

}

@media only screen and (max-width: 767px){

    .wdt-custom-icon-box-skills-h2 .wdt-content-item {
        margin-bottom: 20px;
    }
    .wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        font-size: calc(var(--wdtFontSize_Alt) + 20px);
    }
    .wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-detail-group, 
    .wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-media-group, 
    .wdt-custom-icon-box-skills-h2 .wdt-content-item .wdt-content-elements-group {
        height: 80px;
    }

    .wdt-custom-service-pagination .entry-post-navigation { padding-top: 50px; margin-top: 30px; }

    .wdt-custom-horse-detail-left-col { margin-right: 0; margin-bottom: 20px; }

    .wdt-home-1-contact-form .col-1 p, .wdt-home-1-contact-form .col-2 p { grid-template-columns: repeat(1, 1fr); }

    .wdt-custom-table-events table.dataTable tbody.wdt-table-body td.wdt-table-body-cell:not(:last-child) { padding-right: 0; padding-bottom: 10px; }

}

@media only screen and (max-width: 479px){

    .wdt-custom-service-pagination .entry-post-navigation { flex-direction: column; }

    .wdt-custom-service-pagination .entry-post-navigation .post-prev-link { margin-bottom: 20px; }

    .wdt-custom-iconlist-border .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after { border: 0 !important; }

}
















/* Column Width Adjusment */

@media (min-width: 1281px) {
    .wdt-section-space-between > .elementor-container,
    .wdt-section-space-between > .elementor-container { justify-content: space-between; }
}


/* Layout Responsive */

body .container, body .wdt-elementor-container-fluid .elementor-section.elementor-section-boxed:not(.wdt-no-full-section) > .elementor-container { padding: 0 30px; }

@media (max-width: 1540px) {
    body .container, body .wdt-elementor-container-fluid .elementor-section.elementor-section-boxed:not(.wdt-no-full-section) > .elementor-container { padding: 0 30px; width: 100%; max-width: 100%; }
    body .container .elementor-section.elementor-section-boxed > .elementor-container { padding: 0; }
}

@media (min-width: 1025px) {
    body .container, body .wdt-elementor-container-fluid .elementor-section.elementor-section-boxed:not(.wdt-no-full-section) > .elementor-container { padding: 0 30px; }
    body .container .elementor-section.elementor-section-boxed > .elementor-container { padding: 0; }
}

@media (max-width: 1024px) {
    body .container, body .wdt-elementor-container-fluid .elementor-section.elementor-section-boxed:not(.wdt-no-full-section) > .elementor-container { padding: 0 20px; }
    body .container .elementor-section.elementor-section-boxed > .elementor-container { padding: 0; }
}