/* ========== Main Header ========== */

.wdt-custom-main-header-link-line p a {
    color: var(--wdtAccentTxtColor);
    position: relative;
}

.wdt-custom-main-header-link-line p a:hover {
    color: var(--wdtLinkHoverColor);
}

.wdt-custom-main-header-link-line 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-main-header-link-line p a:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.wdt-custom-header-1-menu .wdt-header-menu ul li.has-mega-menu>ul>li.menu-item {
    background: var(--wdtTertiaryColor);
}

.wdt-custom-header-1-menu .wdt-header-menu .wdt-primary-nav li>a {
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-header-1-menu .wdt-header-menu .wdt-primary-nav li a:hover,
.wdt-custom-header-1-menu .wdt-header-menu .wdt-primary-nav li.current-menu-item>a {
    color: var(--wdtLinkHoverColor);
}

.wdt-custom-header-1-menu .wdt-header-menu ul li ul {
    background: var(--wdtSecondaryColor);
}

.wdt-header-icons-list .wdt-header-icons-list-item>div a span.icotype-label,
.wdt-header-icons-list .wdt-header-icons-list-item>div a span.wdt-search-text,
.wdt-header-icons-list .wdt-header-icons-list-item>div a span.wdt-cart-text {
    display: none;
}

/* ========== Header ii ========== */

.wdt-custom-header-ii-header-icons .wdt-header-icons-list-item span {
    color: var(--wdtSecondaryColor);
    margin: 0;
}

.wdt-custom-header-ii-header-icons .wdt-header-icons-list-item div[class*="menu-icon"]>a .icotype-label:hover,
.wdt-custom-header-ii-header-icons .wdt-header-icons-list-item .wdt-shop-menu-icon a:hover .wdt-cart-text {
    color: var(--wdtLinkHoverColor);
}

.wdt-custom-header-ii-header-icons .wdt-shop-menu-icon .wdt-shop-menu-cart-number {
    color: var(--wdtLinkColor);
}

.wdt-custom-header-ii-header-icons .wdt-header-icons-list-item {
    flex-direction: column;
}

.wdt-custom-header-ii-header-icons .wdt-header-icons-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wdt-custom-header-ii-header-icons .wdt-header-icons-list-item.search-item.search-default {
    order: -1;
}

.wdt-custom-header-ii-header-icons .wdt-header-icons-list-item.search-item.search-default .wdt-search-menu-icon .wdt-search-text {
    font-size: 0;
}

.wdt-custom-header-ii-header-icons .wdt-search-form-container #searchform {
    width: 360px;
}

.wdt-custom-header-ii-header-icons .wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"] {
    background: #f5f5f6;
    padding: 0;
    padding-left: 20px;
    padding-right: 60px;
    margin: 0;
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
    border: 1px solid #f5f5f6;
}

.wdt-custom-header-ii-header-icons .wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"]:focus {
    border: 1px solid var(--wdtLinkHoverColor);
}

.wdt-custom-header-ii-header-icons #searchform input[type="submit"] {
    -webkit-mask-size: 1em auto;
    mask-size: 1em auto;
}

.wdt-custom-header-ii-header-icons .wdt-search-form-container #searchform input[type="submit"] {
    padding: var(--wdtInputPadding);
}

.wdt-custom-header-ii-header-icons .wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"] {
    min-height: 40px;
}

.wdt-custom-header-ii-header-menu .mobile-nav-container .menu-trigger {
    color: var(--wdtSecondaryColor);
}

.wdt-custom-header-ii-header-icons .wdt-header-icons-list-item.search-item::after {
    background: transparent;
}

.wdt-custom-header-icon-clr .wdt-header-icons-list .wdt-user-authlink-menu-icon a span i svg .st0 {
    fill: none !important;
}

/* Animation */

.wdt-custom-header-ii-animation .wdt-animation-item .wdt-animation-text a {
    font-weight: var(--wdtFontWeight_Ext);
    text-transform: uppercase;
    letter-spacing: .1em;
}

.wdt-custom-header-ii-animation .wdt-animation-item .wdt-animation-text a:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--wdtPrimaryColor);
    right: -60px;
    position: relative;
    top: -3px;
}

/* ========== Header iii ========== */

.wdt-custom-home-iii-header-line .elementor-widget-container p a,
.wdt-custom-home-iii-header-supp .elementor-widget-container p a {
    position: relative;
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-home-iii-header-line .elementor-widget-container p a:hover,
.wdt-custom-home-iii-header-supp .elementor-widget-container p a:hover {
    color: var(--wdtLinkHoverColor);
}

.wdt-custom-home-iii-header-line .elementor-widget-container p a:after {
    position: absolute;
    content: "|";
    color: var(--wdtBorderColor);
    margin-left: 10px;
}

.wdt-custom-home-iii-ph ul.elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-text:after {
    position: absolute;
    content: "|";
    color: var(--wdtBorderColor);
    margin-left: 10px;
}

.wdt-custom-home-iii-header-icon .elementor-widget-container .elementor-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdt-custom-header-3-searchbar .wdt-search-form-container #searchform {
    width: 250px;
}

.wdt-custom-header-3-searchbar .wdt-header-icons-list {
    justify-content: flex-start;
}

.wdt-custom-header-3-searchbar .wdt-header-icons-list-item.search-item.search-default {
    padding: 0;
}

.wdt-custom-header-3-menu .mobile-nav-container .menu-trigger {
    color: var(--wdtSecondaryColor);
}

.wdt-header-icons-black-line .wdt-header-icons-list-item::after {
    background-color: var(--wdtLinkColor);
}

/* ========== Mega Menu ========== */

.wdt-custom-printme-megamenu-img-bx-1 .wdt-image-box-wrapper .wdt-content-item {
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
}

.wdt-custom-printme-megamenu-img-bx-1 .wdt-image-box-wrapper .wdt-content-item .wdt-content-media-group {
    display: grid;
}

.wdt-custom-printme-megamenu-img-bx-1 .wdt-image-box-wrapper .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-custom-printme-megamenu-img-bx-1 .wdt-image-box-wrapper .wdt-content-item .wdt-content-media-group .wdt-content-elements-group {
    grid-column: 1/2;
    grid-row: 1/span 100;
}

.wdt-custom-printme-megamenu-img-bx-1 .wdt-image-box-wrapper .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    margin: 0;
}

.wdt-custom-printme-megamenu-img-bx-1 .wdt-image-box-wrapper .wdt-content-item {
    overflow: hidden;
}

.wdt-custom-printme-megamenu-img-bx-1 .wdt-image-box-wrapper .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-printme-megamenu-img-bx-1 .wdt-image-box-wrapper .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image a img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.wdt-custom-printme-megamenu-img-bx-1 .wdt-image-box-wrapper .wdt-content-item .wdt-content-media-group .wdt-content-elements-group {
    margin-top: auto;
    margin-bottom: 30px;
}

.wdt-custom-printme-megamenu-img-bx-1 .wdt-image-box-wrapper .wdt-content-item .wdt-content-media-group .wdt-content-elements-group .wdt-content-button a .wdt-button-text span {
    text-transform: uppercase;
    letter-spacing: 1.24px;
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Ext);
}

.wdt-custom-printme-megamenu-img-bx-1 .wdt-content-item .wdt-content-media-group .wdt-content-elements-group .wdt-content-button a {
    width: fit-content;
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-megamenu-btn-icon .wdt-button-holder.wdt-button-icon-after .wdt-button .wdt-button-icon {
    line-height: 1.25;
}

.wdt-custom-home4-btn .wdt-button-holder.wdt-button-icon-after .wdt-button .wdt-button-icon {
    line-height: 0.9;
}

/* ========== Main Footer ========== */

/* ============= Insta ============== */

.wdt-custom-insta .wdt-content-item .wdt-content-media-group .wdt-content-elements-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon {
    position: relative;
}

.wdt-custom-insta .wdt-content-item .wdt-content-media-group .wdt-content-elements-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon:before {
    position: absolute;
    content: '';
    width: 145px;
    height: 122px;
    left: 6px;
    top: 20px;
    background-color: var(--wdtAccentTxtColor);
    mask-image: url('../images/Insta-Mask-Icon.svg');
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('../images/Insta-Mask-Icon.svg');
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    clip-path: circle(0);
    transition: 0.6s cubic-bezier(.65, .05, .36, 1);
    -webkit-transition: 0.6s cubic-bezier(.65, .05, .36, 1);
}

.wdt-custom-insta .wdt-content-item:hover .wdt-content-media-group .wdt-content-elements-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon:before {
    clip-path: circle(100%);
}

.wdt-custom-insta .wdt-content-item .wdt-content-media-group .wdt-content-elements-group .wdt-media-image-overlay-container:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--wdtPrimaryColor), var(--wdtTertiaryColor));
    z-index: -1;
    opacity: 0.7;
    left: 0;
    top: 0;
}

/* Social Icons */

.wdt-custom-footer-social-icons .elementor-icon-list-items,
.wdt-custom-footer-social-icons .elementor-icon-list-items li.elementor-icon-list-item a .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 {
    justify-content: flex-start;
}

.wdt-custom-footer-social-icons .elementor-icon-list-items li.elementor-icon-list-item {
    margin-bottom: 10px;
}

.wdt-custom-footer-social-icons .elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) {
    margin-right: 25px;
}

.wdt-custom-footer-social-icons .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon {
    width: 34px;
    height: 34px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdt-custom-footer-social-icons .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon:after,
.wdt-custom-footer-social-icons .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    background: var(--wdtAccentTxtColor);
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
    -webkit-transition: 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
}

.wdt-custom-footer-social-icons .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon:before {
    background: var(--wdtTertiaryColor);
    transform: scale(0);
    -webkit-transform: scale(0);
}

.wdt-custom-footer-social-icons .elementor-icon-list-items li.elementor-icon-list-item a:hover .elementor-icon-list-icon:after {
    transform: scale(0);
    -webkit-transform: scale(0);
}

.wdt-custom-footer-social-icons .elementor-icon-list-items li.elementor-icon-list-item a:hover .elementor-icon-list-icon:before {
    transform: scale(1);
    -webkit-transform: scale(1);
}

/* Btn */

.wdt-custom-footer-big-btn a.wdt-button {
    color: var(--wdtBodyTxtColor) !important;
}

.wdt-custom-footer-big-btn a.wdt-button:hover {
    color: var(--wdtAccentTxtColor) !important;
}

/* Copyright */

.wdt-custom-footer-terms-condts .elementor-icon-list-items {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdt-custom-footer-terms-condts .elementor-icon-list-items .elementor-icon-list-item:not(:last-child) {
    margin: 0 20px;
}

.wdt-custom-footer-terms-condts .elementor-icon-list-items .elementor-icon-list-item:after {
    right: -10px !important;
    left: auto !important;
}

.wdt-custom-footer-1-copyright .elementor-widget-container a {
    color: var(--wdtAccentTxtColor) !important;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-footer-1-copyright .elementor-widget-container a:hover {
    color: var(--wdtSecondaryColor) !important;
}

/* ========== Footer 2 ========== */

/* Mailchimp */

.wdt-custom-mailchimp-01 .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input:focus {
    box-shadow: unset;
    border-color: var(--wdtLinkHoverColor);
}

.wdt-custom-mailchimp-01 .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon .wdt-mailchimp-subscription-button-holder button {
    padding: 1.8rem;
    margin-bottom: -25px;
    transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    border-radius: 50%;
    font-size: 32px;
}

.wdt-custom-mailchimp-01 .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input {
    height: fit-content;
    margin-top: 10px;
}

.wdt-custom-home-ii-footer-mail-checkbox p {
    opacity: 0.5;
}

/* Payment */

.wdt-custom-footer-2-payment .wdt-image-box-holder .wdt-content-item .wdt-content-media-group {
    display: flex;
    align-items: center;
}

.wdt-custom-footer-2-payment .wdt-image-box-holder .wdt-content-item:not(:last-child) {
    margin-bottom: 13px;
}

/* Stores */

.wdt-custom-stores .elementor-icon-list-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wdt-custom-stores .elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) {
    padding-right: 30px;
}

.wdt-custom-stores .elementor-icon-list-items li.elementor-icon-list-item:not(:last-child):after {
    position: relative;
    content: '';
    background: var(--wdtPrimaryColor);
    width: 3px;
    height: 3px;
    left: 15px;
}

/* Social Icons */

.wdt-custom-footer-ii-social .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon:after {
    background: #82b2a0;
}

.wdt-custom-footer-ii-social .elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) {
    margin-right: 5px;
}

.wdt-custom-main-footer-social .elementor-icon-list-items {
    flex-direction: column;
    align-items: flex-start;
}

.wdt-custom-main-footer-social .elementor-icon-list-items .elementor-icon-list-item {
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

.wdt-custom-main-footer-social .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-text {
    padding-left: 10px;
}

/* Copyright */

.wdt-custom-footer-2-copyright .elementor-widget-container a {
    color: var(--wdtSecondaryColor) !important;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-footer-2-copyright .elementor-widget-container a:hover {
    color: var(--wdtLinkHoverColor) !important;
}

/* ========== Footer 3 ========== */

/* Icon List */

.wdt-custom-footer-3-iconlist .elementor-icon-list-items .elementor-icon-list-item a span.elementor-icon-list-text {
    display: flex;
    align-items: center;
}

.wdt-custom-footer-3-iconlist .elementor-icon-list-items .elementor-icon-list-item a span:before {
    position: relative;
    content: '';
    width: 10px;
    height: 1px;
    display: inline-block;
    background: var(--wdtBorderColor);
    margin-right: 5px;
    transition: 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
    -webkit-transition: 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
}

.wdt-custom-footer-3-iconlist .elementor-icon-list-items .elementor-icon-list-item a:hover span:before {
    width: 0;
}

/* Gradient Bg Btn */

.wdt-custom-gr-bg-btn .wdt-button-holder a.wdt-button:after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

.wdt-custom-gr-bg-btn .wdt-button-holder a.wdt-button:hover:after {
    opacity: 1;
}

/* ===================================== Home 1 ===================================== */

/* ============= Slider ============= */

/* Heading */

.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder h1.wdt-heading-title-wrapper {
    line-height: 1;
}

.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle {
    width: fit-content;
    position: relative;
}

.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-deco-inner {
    position: absolute;
    right: -110px;
    bottom: -20px;
}

.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-1,
.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-2,
.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-3,
.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-4,
.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-5,
.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-6,
.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-7 {
    animation: bulb-blink 1s linear infinite;
    -webkit-animation: bulb-blink 1s linear infinite;
}

.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-3 {
    animation-delay: -0.2s;
    -webkit-animation-delay: -0.2s;
}

.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-5 {
    animation-delay: -0.4s;
    -webkit-animation-delay: -0.4s;
}

.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-1 {
    animation-delay: -0.6s;
    -webkit-animation-delay: -0.6s;
}

.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-4 {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-2 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-content-icon span i svg g .home-1-slider-bulb-blink-6 {
    animation-delay: -1.2s;
    -webkit-animation-delay: -1.2s;
}

@keyframes bulb-blink {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes bulb-blink {
    50% {
        opacity: 0;
    }
}

.wdt-custom-slider-iconlist .elementor-icon-list-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wdt-custom-slider-iconlist .elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) {
    margin-right: 30px;
}

.wdt-custom-slider-social-icons .elementor-icon-list-items {
    flex-direction: column;
}

.wdt-custom-slider-social-icons .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon:before,
.wdt-custom-slider-social-icons .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon:after,
.wdt-custom-slider-social-icons .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon {
    width: 40px;
    height: 40px;
}

.wdt-custom-slider-social-icons .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon:before {
    background: var(--wdtAccentTxtColor);
}

.wdt-custom-slider-social-icons .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-icon:after {
    background: var(--wdtSecondaryColor);
}

.wdt-custom-slider-social-icons .elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) {
    margin-right: 0;
}

.wdt-custom-slider-social-icons .elementor-icon-list-items li.elementor-icon-list-item {
    margin-bottom: 30px;
}

.wdt-custom-slider-scroll .wdt-button-text {
    writing-mode: vertical-rl;
}

.wdt-custom-slider-scroll .wdt-button-text span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    flex-direction: row-reverse;
}

.wdt-custom-slider-scroll .wdt-button-text span:after {
    content: "";
    position: relative;
    display: block;
    width: 2px;
    height: 50px;
    margin: auto;
    margin-bottom: 10px;
    background: linear-gradient(to bottom, var(--wdtSecondaryColor) 50%, rgba(var(--wdtSecondaryColorRgb), .0) 50%);
    background-position: 0 -50px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
    transition: all 0.3s linear;
}

@keyframes scrolldown {
    0% {
        background-position: 0 50px;
    }

    75% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -50px;
    }
}

@-webkit-keyframes scrolldown {

    0% {
        background-position: 0 50px;
    }

    75% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -50px;
    }

}

.wdt-custom-slider-spacer .elementor-widget-container {
    border-radius: 50%;
}

.wdt-custom-slider-spacer {
    transform: matrix(0.85, -0.53, 0.53, 0.85, 0, 0);
    -webkit-transform: matrix(0.85, -0.53, 0.53, 0.85, 0, 0);
}

/* Search Form */

.wdt-custom-home-search .wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"] {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.wdt-custom-home-search .wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"] {
    background: var(--wdtAccentTxtColor);
    margin: 0;
    border: 0;
}

.wdt-custom-home-search .wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"]:focus {
    border: 0;
}

.wdt-custom-home-search .wdt-search-form-container #searchform input[type="submit"] {
    -webkit-mask-image: none;
    mask-image: none;
    color: var(--wdtAccentTxtColor);
    background: var(--wdtSecondaryColor);
    font-size: var(--wdtFontSize_Base);
    text-indent: 0;
    right: 0;
}

.wdt-custom-home-search .wdt-search-form-container #searchform input[type="submit"]:hover {
    background: var(--wdtLinkHoverColor);
}

.wdt-custom-home-search .wdt-header-icons-list .wdt-header-icons-list-item.search-item,
.wdt-custom-home-search .wdt-header-icons-list .wdt-header-icons-list-item.search-item .wdt-search-menu-icon,
.wdt-custom-home-search .wdt-header-icons-list .wdt-header-icons-list-item.search-item .wdt-search-menu-icon .wdt-search-form-container {
    width: 100%;
}

/* Icon List */

.wdt-custom-home-1-form-iconlist .elementor-widget-container .elementor-icon-list-items {
    display: flex;
    align-items: center;
}

.wdt-custom-home-1-form-iconlist .elementor-widget-container .elementor-icon-list-items li.elementor-icon-list-item {
    margin-bottom: 20px;
}

.wdt-custom-home-1-form-iconlist .elementor-widget-container .elementor-icon-list-items li.elementor-icon-list-item:not(:last-child) {
    margin-right: 30px;
}

/* Icon Box */

.wdt-custom-home-icon-section .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    width: 64px;
    height: 64px;
}

.wdt-custom-home-icon-section .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    width: inherit;
    height: inherit;
}

.wdt-custom-home-icon-section .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg {
    width: inherit;
    height: inherit;
}

.wdt-custom-home-icon-section .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtSecondaryColor);
    text-transform: uppercase;
    font-size: clamp(var(--wdtFontSize_Base), 0.9423rem + 0.2564vw, var(--wdtFontSize_H6));
}

.wdt-custom-home-icon-section .wdt-content-item .wdt-content-title h5 a:hover {
    color: var(--wdtPrimaryColor);
}

.wdt-custom-home-icon-section .wdt-content-item .wdt-content-detail-group>div:not(:last-child) {
    margin-bottom: 12px;
}

.wdt-custom-home-icon-section .wdt-content-item {
    padding: 0 50px;
}

/* Service */

.wdt-custom-home-image-box .wdt-column .wdt-content-item {
    display: flex;
    flex-direction: column;
}

.wdt-custom-home-image-box .wdt-column:nth-child(odd) .wdt-content-item {
    text-align: start;
}

.wdt-custom-home-image-box .wdt-column:nth-child(even) .wdt-content-item {
    text-align: end;
    flex-direction: column-reverse;
    margin-top: 80px;
}

.wdt-custom-home-image-box .wdt-column:nth-child(even) .wdt-content-item .wdt-content-media-group {
    margin: 0;
    margin-top: 60px;
}

.wdt-custom-home-image-box .wdt-column:nth-child(odd) .wdt-content-item .wdt-content-media-group {
    margin: 0;
    margin-bottom: 50px;
}

.wdt-custom-home-image-box .wdt-content-item .wdt-content-title h5,
.wdt-custom-home-image-box .wdt-content-item .wdt-content-title h5 a {
    font-size: clamp(var(--wdtFontSize_Base), 0.9rem + 0.5vw, calc(var(--wdtFontSize_H5) - 2px));
    font-weight: var(--wdtFontWeight_Alt);
    margin: 0;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.wdt-custom-home-image-box .wdt-content-item .wdt-content-button>a {
    padding: 0;
    background: transparent;
    font-size: var(--wdtFontSize_Ext);
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Alt);
    letter-spacing: 0.7px;
}

.wdt-custom-home-image-box .wdt-content-item .wdt-content-image-wrapper .wdt-content-image {
    overflow: hidden;
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
}

.wdt-custom-home-image-box .wdt-content-item .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.wdt-custom-home-image-box .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 200px;
    -webkit-border-radius: 200px;
}

.wdt-custom-home-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-button a .wdt-button-text span {
    position: relative;
    display: flex;
    align-items: center;
}

.wdt-custom-home-image-box .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-Icon.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-image: url(../images/Btn-Arrow-Icon.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: currentColor;
    margin-left: 10px;
}

/* About Sec */

.wdt-about-title .wdt-heading-holder .wdt-heading-title-wrapper {
    text-transform: uppercase;
    color: var(--wdtAccentTxtColor);
    font-size: clamp(var(--wdtFontSize_H4), 1.4423rem + 1.9231vw, var(--wdtFontSize_H1));
}

.wdt-about-title .wdt-heading-holder .wdt-heading-content-wrapper {
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-button .wdt-button .wdt-button-text {
    text-transform: uppercase;
    letter-spacing: 1.28px;
    font-size: var(--wdtFontSize_Base);
}

.wdt-custom-button .wdt-button-holder .wdt-button {
    background-color: var(--wdtSecondaryColor);
}

.wdt-custom-button .wdt-button-holder .wdt-button:hover {
    background-color: var(--wdtTertiaryColor);
}

.wdt-about-background {
    position: relative;
}

.wdt-about-experience .wdt-heading-holder>*:not(:last-child) {
    margin-bottom: 0;
}

.wdt-about-experience .wdt-heading-holder {
    display: flex;
    align-items: center;
    padding: clamp(1.25rem, 0.625rem + 0.7813vw, 1.5625rem);
    ;
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    border-radius: 0 10px 0 10px;
}

.wdt-about-experience .wdt-heading-holder .wdt-heading-content-wrapper {
    margin-left: 20px;
    color: var(--wdtAccentTxtColor);
}

.wdt-about-experience .wdt-heading-holder .wdt-heading-title-wrapper {
    color: var(--wdtAccentTxtColor);
    font-size: clamp(1.125rem, 0.25rem + 1.0938vw, 1.5625rem);
}

.wdt-about-experience .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title span {
    font-weight: var(--wdtFontWeight_H2);
    font-size: clamp(1.125rem, 0.25rem + 1.0938vw, 1.5625rem);
}

/* .wdt-custom-app-inner-sec { margin: 0 50px; } */

.wdt-custom-app-ratings-iconlist .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon,
.wdt-custom-app-ratings-iconlist .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon svg {
    height: 20px;
    margin-right: 5px;
}

/* Contact Us */

.wdt-custom-conatact-box .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle {
    font-size: calc(var(--wdtFontSize_Ext) + 2px);
    margin-bottom: 2px;
}

.wdt-custom-conatact-box .wdt-icon-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-title {
    margin-top: 0;
}

.wdt-custom-conatact-box .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    overflow: visible;
}

.wdt-custom-conatact-box .wdt-content-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wdt-custom-conatact-box .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Base);
    font-size: calc(var(--wdtFontSize_Base) - 2px);
    font-weight: var(--wdtFontWeight_Ext);
    margin-top: 0;
}

.wdt-custom-conatact-box .wdt-icon-box-holder .wdt-content-item .wdt-content-media-group {
    margin: 7px;
}

.wdt-custom-conatact-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: var(--wdtFontSize_H6);
    color: var(--wdtAccentTxtColor);
    width: 40px;
    height: 40px;
    line-height: 0;
    background-color: var(--wdtSecondaryColor);
    border-radius: var(--wdtRadius_Full);
}

.wdt-custom-app-icon .elementor-icon-wrapper .elementor-icon {
    position: relative;
}

.wdt-custom-app-icon .elementor-icon-wrapper .elementor-icon:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    background: var(--wdtSecondaryColor);
    border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    left: -14px;
    top: -15px;
    z-index: -1;
}

/* Img Box Counter */

.wdt-custom-counter-01 .elementor-widget-wrap .wdt-counter-holder .wdt-column-wrapper .wdt-column .wdt-content-item {
    background: var(--wdtBodyBGColor);
    border-radius: var(--wdtRadius_3X);
    position: relative;
    overflow: hidden;
}

.wdt-custom-counter-01 .elementor-widget-wrap .wdt-counter-holder .wdt-column-wrapper .wdt-column .wdt-content-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-counter-01 .elementor-widget-wrap .wdt-counter-holder .wdt-column-wrapper .wdt-column .wdt-content-item:hover:before {
    opacity: 1;
}

.wdt-custom-company-icons .wdt-content-icon-wrapper .wdt-content-icon span {
    line-height: 0 !important;
}

.wdt-custom-counter-01 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    -webkit-mask-image: url('https://wdtprintme.wpengine.com/wp-content/uploads/2023/08/icon-bg.png');
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url('https://wdtprintme.wpengine.com/wp-content/uploads/2023/08/icon-bg.png');
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: cover;
    background: linear-gradient(180deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    position: absolute;
    top: -20px;
    right: -20px;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-counter-01 .wdt-content-item .wdt-content-media-group {
    margin: 0;
}

.wdt-custom-counter-01 .wdt-content-item .wdt-content-counter {
    font-size: var(--wdtFontSize_Alt);
    font-weight: calc(var(--wdtFontWeight_Base) - 300);
    line-height: var(--wdtLineHeight_Ext);
}

.wdt-custom-counter-01 .wdt-content-item .wdt-content-title h5,
.wdt-custom-counter-01 .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtBodyTxtColor);
    font-size: var(--wdtFontSize_H6);
}

.wdt-custom-counter-01 .wdt-content-item>div[class*="group"]>.wdt-content-title {
    margin: 0;
}

.wdt-custom-counter-01 .elementor-widget-wrap:hover .wdt-content-item .wdt-content-counter,
.wdt-custom-counter-01 .elementor-widget-wrap:hover .wdt-content-item .wdt-content-title h5,
.wdt-custom-counter-01 .elementor-widget-wrap:hover .wdt-content-item .wdt-content-title h5 a,
.wdt-custom-counter-01 .elementor-widget-wrap:hover .wdt-content-item .wdt-content-description {
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-counter-01 .elementor-widget-wrap:hover .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    background: var(--wdtAccentTxtColor);
    color: var(--wdtBodyTxtColor);
}

.wdt-custom-last-col-center {
    margin: 0 auto;
}

/*background image and circle*/

.wdt-custom-bg-001::before {
    content: '';
    background: url('https://wdtprintme.wpengine.com/wp-content/uploads/2023/08/Home-01-bg-1.png');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: -18%;
    left: 0%;
    width: 40%;
    height: 80%;
}

.wdt-custom-bg-001::after {
    content: '';
    width: 320px;
    height: 320px;
    background: linear-gradient(125deg, rgba(var(--wdtPrimaryColorRgb), 0), rgba(var(--wdtPrimaryColorRgb), 0.4));
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1;
    animation: circle-move 5s linear infinite;
}

@keyframes circle-move {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(60px, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes circle-move {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(60px, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* Portfolio */

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle {
    text-transform: uppercase;
}

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H6);
    text-transform: uppercase;
}

.wdt-custom-portfolio-image-box .wdt-content-item {
    display: grid;
    overflow: hidden;
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
}

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-content-media-group {
    margin: 0;
    grid-area: 1 / -1;
}

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-content-detail-group {
    grid-area: 1 / -1;
    align-self: end;
    padding: 35px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .95) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: 0.5s cubic-bezier(.9, .03, .69, .22);
    -webkit-transition: 0.5s cubic-bezier(.9, .03, .69, .22);
}

.wdt-custom-portfolio-image-box .wdt-content-item:hover .wdt-content-detail-group {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    display: flex;
}

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-media-image-overlay>.wdt-media-image-overlay-container {
    padding: 0;
}

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before {
    content: none;
}

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-media-image-overlay>.wdt-media-image-overlay-container {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon {
    position: relative;
}

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(var(--wdtPrimaryColorRgb), 1), rgba(var(--wdtTertiaryColorRgb), 1));
    border-radius: 50%;
    width: 120%;
    height: 120%;
    left: -8px;
    top: -8px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: 0.5s cubic-bezier(.65, .05, .36, 1);
    -webkit-transition: 0.5s cubic-bezier(.65, .05, .36, 1);
}

.wdt-custom-portfolio-image-box .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon:before {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: 0.5s cubic-bezier(.65, .05, .36, 1);
    -webkit-transition: 0.5s cubic-bezier(.65, .05, .36, 1);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.wdt-custom-portfolio-image-box .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.wdt-custom-portfolio-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle {
    margin-bottom: 15px;
}

/* Portfolio Contact Button */

.wdt-custom-portfolio-contact {
    margin: 0 !important;
}

.wdt-custom-portfolio-contact p a {
    color: var(--wdtLinkColor);
    position: relative;
}

.wdt-custom-portfolio-contact 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-portfolio-contact p a:hover {
    color: var(--wdtLinkHoverColor);
}

.wdt-custom-portfolio-contact p a:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

/*Icon list*/

.wdt-custom-icon-list-0021 .elementor-icon-list-text {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_H6);
}

.wdt-custom-icon-list-0021.elementor-widget .elementor-icon-list-icon i {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdt-custom-icon-list-0021.elementor-widget .elementor-icon-list-icon i::after {
    content: '';
    -webkit-mask-image: url(../images/Portfolio-Hd-Icon-Bg-Mask.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../images/Portfolio-Hd-Icon-Bg-Mask.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    position: absolute;
    width: 180%;
    height: 180%;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(var(--wdtPrimaryColorRgb), 0.15);
    transform: translate(-25%, -20%);
    -webkit-transform: translate(-25%, -20%);
}

.wdt-custom-icon-list-0021.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: visible;
}

/* Contact Carousel */

.wdt-custom-contact-carousel-image-box .wdt-image-box-holder .wdt-image-box-container {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-right: 100px;
    border-radius: 200px;
}

.wdt-custom-contact-carousel-image-box .wdt-image-box-holder .wdt-image-box-container .swiper-slide {
    opacity: 0;
    transition-property: opacity;
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

.wdt-custom-contact-carousel-image-box .wdt-image-box-holder .wdt-image-box-container .swiper-slide-active,
.wdt-custom-contact-carousel-image-box .wdt-image-box-holder .wdt-image-box-container .swiper-slide-next,
.wdt-custom-contact-carousel-image-box .wdt-image-box-holder .wdt-image-box-container .swiper-slide-prev {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.wdt-custom-contact-carousel-image-box .wdt-image-box-holder .wdt-image-box-container .swiper-slide .wdt-content-item {
    margin-right: -90px;
}

.wdt-custom-contact-carousel-image-box .wdt-image-box-holder .wdt-image-box-container .swiper-slide .wdt-content-item .wdt-content-image {
    border: 8px solid var(--wdtAccentTxtColor);
    border-radius: 50%;
}

.wdt-carousel-image-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:after {
    position: relative;
}

.wdt-carousel-image-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    border-radius: var(--wdtRadius_Full);
    top: 0;
    left: -25px;
    right: auto;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.wdt-carousel-image-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination:hover>div>i {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
}

/* Pagination */

.wdt-custom-contact-carousel-image-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    position: absolute;
    top: 0;
    left: auto;
    right: 30px;
    bottom: 0;
    margin: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wdt-custom-contact-carousel-image-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    position: relative;
}

.wdt-custom-contact-carousel-image-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    background: linear-gradient(133deg, #FDB179 0%, #FE7E5F 100%) 0% 0%;
    border-radius: var(--wdtRadius_Part);
    top: 0;
    left: -25px;
    right: auto;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.wdt-custom-contact-carousel-image-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
    margin: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.wdt-custom-contact-carousel-image-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination:hover>div {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.wdt-carousel-image-box .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination:hover>div>i {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
}

/* Tabs */

.wdt-tab-carousel .elementor-widget-container .wdt-tabs-container {
    display: flex;
    flex-direction: column-reverse;
}

.wdt-tab-carousel .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list {
    justify-content: center;
}

.wdt-tab-carousel .wdt-tabs-container .wdt-tabs-list li {
    margin: 10px;
}

.wdt-tab-carousel .wdt-tabs-container .wdt-tabs-content-wrapper {
    background: none;
}

.wdt-tab-carousel .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title {
    font-size: clamp(calc(var(--wdtFontSize_H6) - 2px), 0.9423rem + 0.2564vw, var(--wdtFontSize_H6));
    text-transform: capitalize;
    font-weight: var(--wdtFontWeight_H3);
}

.wdt-tab-carousel .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor {
    color: var(--wdtSecondaryColor);
}

.wdt-tab-carousel .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor,
.wdt-tab-carousel .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li.ui-tabs-active .ui-tabs-anchor {
    color: var(--wdtAccentTxtColor);
}

.wdt-tab-carousel a:not(.btn):not(.button):not(.wdt-button):focus {
    text-decoration: none;
}

.wdt-tab-carousel .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li .ui-tabs-anchor {
    background-color: rgb(var(--wdtBorderColorRgb), .08);
    border-radius: 31px;
    padding: 20px 30px;
}

.wdt-tab-carousel .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li .ui-tabs-anchor:before {
    content: "";
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 31px;
    z-index: -1;
    opacity: 0;
    transition: var(--wdtBaseTransition);
}

.wdt-tab-carousel .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:before,
.wdt-tab-carousel .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li.ui-tabs-active .ui-tabs-anchor:before {
    opacity: 1;
}

.wdt-tab-heading .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle {
    text-transform: uppercase;
    font-size: calc(var(--wdtFontSize_Base) + 2px);
}

.wdt-tab-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: clamp(var(--wdtFontSize_H4), 1.5865rem + 1.2821vw, var(--wdtFontSize_H2));
}

.wdt-tab-carousel .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-content-wrapper {
    background-color: transparent;
}

.wdt-tab-heading .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle {
    text-transform: uppercase;
    font-size: calc(var(--wdtFontSize_Base) + 2px);
}

.wdt-tab-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: clamp(var(--wdtFontSize_H4), 1.5865rem + 1.2821vw, var(--wdtFontSize_H2));
}

.wdt-tab-carousel .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-content-wrapper {
    background-color: transparent;
}


/* Video Popup */

.wdt-video-popup .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon i .rotate {
    animation: rotation 10s linear infinite;
    -webkit-animation: rotation 10s linear infinite;
    transform-origin: center;
    -webkit-transform-origin: center;
}

.wdt-video-popup .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon i:hover .rotate {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

}

.wdt-client-logos .wdt-icon-box-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i,
.wdt-client-logos .wdt-icon-box-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg {
    height: inherit;
    width: inherit;
}

.wdt-client-logos .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtAccentTxtColor);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    width: clamp(9.375rem, -1.25rem + 13.2813vw, 14.6875rem);
    height: 65px;
}

.wdt-client-logos .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtSecondaryColor);
}

/* Testimonial */

.wdt-custom-teastmonial-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: var(--wdtRadius_3X);
}

.wdt-custom-teastmonial-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 50px;
}

/* Testmonial Content Style */

.wdt-custom-testmonial .elementor-widget-wrap {
    background: rgba(var(--wdtPrimaryColorRgb), 0.09);
    backdrop-filter: blur(20px);
    overflow: hidden;
    border-radius: var(--wdtRadius_3X);
    position: relative;
    text-align: start;
}

.wdt-custom-testmonial .elementor-widget-wrap::before {
    content: '';
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    opacity: 0;
}

.wdt-custom-testmonial .elementor-widget-wrap:hover::before {
    opacity: 1;
}

.wdt-custom-testmonial .wdt-content-item .wdt-content-icon-wrapper {
    position: absolute;
    top: -5px;
    right: -5px;
}

.wdt-custom-testmonial .wdt-content-item .wdt-content-media-group {
    display: flex;
    align-items: center;
}

.wdt-custom-testmonial .wdt-column-wrapper .wdt-content-item .wdt-content-elements-group,
.wdt-custom-testmonial .wdt-column-wrapper .wdt-content-item .wdt-content-elements-group .wdt-content-title,
.wdt-custom-testmonial .wdt-column-wrapper .wdt-content-item .wdt-content-elements-group .wdt-content-subtitle,
.wdt-custom-testmonial .wdt-content-item .wdt-content-title h5 {
    margin: 0;
}

.wdt-custom-testmonial .wdt-column-wrapper .wdt-content-item .wdt-content-image-wrapper {
    margin-right: 25px;
    margin-bottom: 0;
}

.wdt-custom-testmonial .wdt-content-item .wdt-content-description {
    font-size: calc(var(--wdtFontSize_Base) + 2px);
}

.wdt-custom-testmonial .wdt-content-item .wdt-content-title h5,
.wdt-custom-testmonial .wdt-content-item .wdt-content-title h5 a {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_Ext);
}

.wdt-custom-testmonial .elementor-heading-title {
    font-size: var(--wdtFontSize_Ext);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-testmonial .wdt-content-item .wdt-content-subtitle {
    font-size: var(--wdtFontSize_Ext);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-testmonial .elementor-widget-wrap:hover .wdt-content-item .wdt-content-title h5,
.wdt-custom-testmonial .elementor-widget-wrap:hover .wdt-content-item .wdt-content-title h5 a,
.wdt-custom-testmonial .elementor-widget-wrap:hover .elementor-heading-title,
.wdt-custom-testmonial .elementor-widget-wrap:hover .wdt-content-item .wdt-content-subtitle,
.wdt-custom-testmonial .elementor-widget-wrap:hover .wdt-content-item .wdt-content-description,
.wdt-custom-testmonial .elementor-widget-wrap:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtAccentTxtColor) !important;
}

.wdt-custom-testmonial .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

/* Home Blog */

.wdt-custom-sec-half-bg:after {
    position: absolute;
    content: '';
    background: rgba(var(--wdtPrimaryColorRgb), 0.09);
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    z-index: -999;
}

/* Form Sec */

/*Form heading*/

.wdt-custom-form-heading .wdt-heading-holder .wdt-heading-title-wrapper {
    font-weight: var(--wdtFontWeight_Alt);
}

.wdt-custom-form-heading .wdt-heading-holder .wdt-heading-background-text-wrapper {
    top: 0%;
    right: 0;
    left: unset;
}

.wdt-custom-form-heading .wdt-heading-holder .wdt-heading-background-text-wrapper .wdt-heading-background-text {
    font-size: clamp(calc(var(--wdtFontSize_Alt) - 10px), 2.25rem + 5.9375vw, calc(var(--wdtFontSize_Alt) * 2.6));
}

/*Form Style*/

.wdt-custom-form input,
.wdt-custom-form textarea {
    border-radius: 0;
    padding: 18px 24px;
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Alt);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--wdtBodyTxtColor);
    line-height: var(--wdtLineHeight_Ext);
    border: 1px solid var(--wdtBorderColor);
}

.wdt-custom-form textarea {
    min-height: 180px;
}

.wdt-custom-form input:focus,
.wdt-custom-form textarea:focus {
    box-shadow: none;
    border-color: var(--wdtLinkHoverColor);
}

.wdt-custom-form p {
    margin-bottom: 15px;
}

.wdt-custom-form .form-btn input {
    border: none;
    color: var(--wdtAccentTxtColor);
    padding: 20px 40px;
}

/*Custom icon box*/

.wdt-custom-icon-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    display: flex;
}

.wdt-custom-icon-box .elementor-widget-container {
    margin-bottom: -20px;
}

/* Percentage Sec */

.wdt-offer-heading .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-offer-heading .wdt-heading-holder .wdt-heading-content-wrapper {
    color: var(--wdtAccentTxtColor);
}

.wdt-offer-heading .wdt-heading-holder .wdt-heading-title-wrapper {
    font-size: clamp(var(--wdtFontSize_H4), 1.7308rem + 0.641vw, var(--wdtFontSize_H3));
    font-weight: var(--wdtFontWeight_Ext);
}

.wdt-offer-box .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle,
.wdt-offer-box .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title,
.wdt-offer-box .wdt-heading-holder .wdt-heading-content-wrapper {
    color: var(--wdtAccentTxtColor);
    text-transform: uppercase;
}

.wdt-offer-box .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: clamp(var(--wdtFontSize_H4), 1.226rem + 2.8846vw, calc(var(--wdtFontSize_H1) + 15px));
    line-height: var(--wdtLineHeight_Ext);
}

.wdt-offer-box .wdt-heading-holder .wdt-heading-content-wrapper {
    font-size: calc(var(--wdtFontSize_H6) - 1px);
}

.wdt-offer-box .wdt-heading-holder {
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    padding: 35px 40px;
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
}

.wdt-offer-box .wdt-heading-holder>*:not(:last-child) {
    margin-bottom: 0px;
}

.wdt-offer-gradient-btn .wdt-button-holder.wdt-button-size-lg .wdt-button {
    font-size: clamp(var(--wdtFontSize_Base), 0.9423rem + 0.2564vw, var(--wdtFontSize_H6));
    font-weight: var(--wdtFontWeight_H6);
    text-transform: uppercase;
    background: linear-gradient(270deg, var(--wdtTertiaryColor) 0%, var(--wdtPrimaryColor) 100%);
}

.wdt-offer-gradient-btn .wdt-button-holder.wdt-button-size-lg .wdt-button:before {
    content: "";
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    opacity: 0;
    width: 100%;
    height: 100%;
}

.wdt-offer-gradient-btn .wdt-button-holder.wdt-button-size-lg .wdt-button:hover:before {
    opacity: 1;
}

/* Image Hover Animation Sec */

.wdt-custom-flex-banner .elementor-widget-container .wdt-flex-banner-options .wdt-flex-banner-option {
    margin: 0;
}

.wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
    padding: 50px;
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon,
.wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title,
.wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content,
.wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
    padding: 0;
}

.wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-title {
    flex: 1;
    font-size: clamp(var(--wdtFontSize_H6), -0.4rem + 1.875vw, var(--wdtFontSize_H2));
    text-transform: uppercase;
}

.wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
    padding: 0 0 40px 20px;
    flex: 0;
}

.wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a {
    padding: var(--wdtPadding_MiniBtn);
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Alt);
    letter-spacing: 1.2px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option:before {
    background: rgba(var(--wdtSecondaryColorRgb), 0.3);
}

.wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a:after {
    position: relative;
    content: '';
    mask-image: url('../images/Btn-Arrow-Icon.svg');
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center center;
    -webkit-mask-image: url('../images/Btn-Arrow-Icon.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    background-color: currentColor;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
}

/* Pricing Tabs */

.wdt-custom-heading-002 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-weight: var(--wdtFontWeight_Alt);
}

.wdt-custom-heading-002 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle {
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    text-transform: uppercase;
}

.wdt-custom-toggle-btn .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--wdtFontSize_H6);
}

.wdt-custom-toggle-btn input.wdt-advanced-checkbox-toggle {
    width: 50px !important;
    height: 25px;
    margin: 0 15px;
}

.wdt-custom-toggle-btn input.wdt-advanced-checkbox-toggle:checked {
    padding-left: 24px;
}

.wdt-custom-toggle-btn input.wdt-advanced-checkbox-toggle:before {
    height: 19px;
    width: 19px;
}

.wdt-custom-secondary-tab .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container {
    display: none;
}

.wdt-custom-text-002 p {
    line-height: var(--wdtLineHeight_Base);
    font-size: calc(var(--wdtFontSize_Base) + 2px);
}

/* Pricing Table Data */

/* Toggle Content */

.wdt-custom-pricing .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H3);
    font-weight: calc(var(--wdtFontWeight_Alt) - 100);
}

.wdt-custom-pricing .wdt-pricing-table-pricing-prefix,
.wdt-custom-pricing .wdt-pricing-table-pricing-sale-price {
    font-size: var(--wdtFontSize_Alt);
    font-weight: calc(var(--wdtFontWeight_Alt) - 100);
}

.wdt-custom-pricing .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle {
    font-size: calc(var(--wdtFontSize_H5) - 2px);
    font-weight: calc(var(--wdtFontWeight_Alt) - 100);
    letter-spacing: 0;
}

.wdt-custom-pricing .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle::before {
    content: '';
    border-bottom: 2px solid;
    border-color: var(--wdtHeadAltColor);
    width: 100%;
    display: flex;
    margin: 40px 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-pricing .wdt-pricing-table-holder:hover div[class*='-table-header'] .wdt-content-subtitle::before {
    border-color: var(--wdtAccentTxtColor);
}

.wdt-custom-pricing .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list .wdt-pricing-table-features-list-text {
    font-size: var(--wdtFontSize_H6);
    line-height: 1.5;
}

.wdt-custom-pricing .wdt-pricing-table-holder .wdt-pricing-table-media {
    position: absolute;
    right: 50px;
    top: 50px;
    margin: 0;
}

.wdt-custom-pricing .wdt-pricing-table-holder {
    background: rgba(var(--wdtPrimaryColorRgb), 0.25);
    border-radius: calc(var(--wdtRadius_3X) * 2);
    position: relative;
    overflow: hidden;
}

.wdt-custom-pricing .wdt-pricing-table-holder::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--wdtPrimaryColor), var(--wdtTertiaryColor));
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    z-index: -2;
}

.wdt-custom-pricing .wdt-pricing-table-holder:hover::before {
    opacity: 0.85;
}

.wdt-custom-pricing .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button>a {
    padding: var(--wdtPadding_MaxiBtn);
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Ext);
    letter-spacing: 1px;
}

.wdt-custom-pricing .wdt-pricing-table-holder .wdt-pricing-table-features .wdt-pricing-table-features-list-icon .wdt-content-icon span {
    font-size: calc(var(--wdtFontSize_Base) - 2px);
    margin-right: 10px;
    position: relative;
}

.wdt-custom-pricing .wdt-pricing-table-holder .wdt-pricing-table-features ul.wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-inner {
    display: flex;
    align-items: baseline;
}

/* Active */

.wdt-custom-pricing.wdt-custom-pricing-active-1 .wdt-pricing-table-holder::after,
.wdt-custom-pricing.wdt-custom-pricing-active-2 .wdt-pricing-table-holder::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -3;
    opacity: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-pricing.wdt-custom-pricing-active-1 .wdt-pricing-table-holder::after,
.wdt-custom-pricing.wdt-custom-pricing-active-2 .wdt-pricing-table-holder::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -3;
    opacity: 0;
}

.wdt-custom-pricing.wdt-custom-pricing-active-1 .wdt-pricing-table-holder::after {
    background: url('../images/pricing-table-bg.jpg');
}

.wdt-custom-pricing.wdt-custom-pricing-active-2 .wdt-pricing-table-holder::after {
    background: url(../images/home-two-pricing-table-image-2.jpg);
}

.wdt-custom-pricing.wdt-custom-pricing-active-1 .wdt-pricing-table-holder::after,
.wdt-custom-pricing.wdt-custom-pricing-active-2 .wdt-pricing-table-holder::after {
    opacity: 1;
}

.wdt-custom-pricing.wdt-custom-pricing-active-1 .wdt-pricing-table-holder::before,
.wdt-custom-pricing.wdt-custom-pricing-active-2 .wdt-pricing-table-holder::before {
    opacity: 0.85;
}

.wdt-custom-pricing.wdt-custom-pricing-active-1 .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle::before,
.wdt-custom-pricing.wdt-custom-pricing-active-2 .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle::before {
    border-color: var(--wdtAccentTxtColor);
}

/* Team Sec */

.wdt-home-team-section .wdt-content-item {
    padding: 0 20px;
}

.wdt-home-team-section .wdt-column:nth-child(even) .wdt-content-item .wdt-content-media-group {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.wdt-home-team-section .wdt-content-item>div[class*="group"] .wdt-content-title+.wdt-content-subtitle,
.wdt-home-team-section .wdt-content-item>div[class*="group"] .wdt-content-subtitle+.wdt-content-title,
.wdt-home-team-section .wdt-content-item>div[class*="group"] .wdt-content-separator+.wdt-content-subtitle,
.wdt-home-team-section .wdt-content-item>div[class*="group"] .wdt-rating-container+.wdt-content-title {
    margin-top: 0px;
}

.wdt-home-team-section .wdt-content-item .wdt-content-elements-group .wdt-social-icons-container {
    opacity: 0;
    transition: var(--wdtBaseTransition);
    -webkittransition: var(--wdtBaseTransition);
}

.wdt-home-team-section .wdt-content-item:hover .wdt-content-elements-group .wdt-social-icons-container {
    opacity: 1;
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
}

.wdt-home-team-section .wdt-content-item .wdt-content-subtitle {
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-home-team-section .wdt-content-item:hover .wdt-content-subtitle {
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.wdt-home-team-section .wdt-content-item>div:not(:last-child),
.wdt-home-team-section .wdt-content-item .wdt-content-media-group>div:not(:last-child),
.wdt-home-team-section .wdt-content-item .wdt-content-detail-group>div:not(:last-child),
.wdt-home-team-section .wdt-content-item .wdt-content-elements-group>div:not(:last-child) {
    margin-bottom: 0px;
}

.wdt-home-team-section .wdt-column:nth-child(odd) .wdt-content-item .wdt-content-image-wrapper .wdt-content-image {
    margin: 0 0 20px 0;
}

.wdt-home-team-section .wdt-column:nth-child(even) .wdt-content-item .wdt-content-image-wrapper .wdt-content-image {
    margin: 10px 0 0 0;
}

.wdt-home-team-section .wdt-content-item .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.wdt-home-team-section .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 200px;
    -webkit-border-radius: 200px;
}

.wdt-home-team-section .wdt-content-item .wdt-content-image-wrapper .wdt-content-image {
    overflow: hidden;
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
}

.wdt-home-team-section .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtBodyTxtColor);
    text-transform: capitalize;
    font-weight: var(--wdtFontWeight_H5);
}

.wdt-home-team-section .wdt-content-item .wdt-content-title h5 a:hover {
    color: var(--wdtPrimaryColor);
}

.wdt-home-team-section .wdt-content-item .wdt-social-icons-list li {
    margin: 0;
    padding: 0 20px;
    position: relative;
}

.wdt-home-team-section .wdt-content-item .wdt-social-icons-list li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    -webkit-transform: translateY(-50%) rotate(15deg);
    background-color: var(--wdtPrimaryColor);
}

.wdt-home-team-section .wdt-content-item .wdt-social-icons-list li a:hover {
    color: var(--wdtTertiaryColor);
}

/* Counter Sec */

/*custom text*/

.wdt-custom-text-02 {
    line-height: calc(var(--wdtLineHeight_Base) + 0.4);
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    letter-spacing: 0;
}

/* FAQ Sec */

.wdt-faq-question .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    letter-spacing: 0;
    font-size: calc(var(--wdtFontSize_H5) - 1px);
    color: var(--wdtBorderColor);
}

.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper {
    margin-bottom: 25px;
}

.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
    font-size: calc(var(--wdtFontSize_H5) - 2px);
    font-weight: var(--wdtFontWeight_Ext);
    z-index: 1;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    line-height: var(--wdtLineHeight_Ext);
}

.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder:hover .wdt-accordion-toggle-title,
.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-title,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder:hover .wdt-accordion-toggle-icon {
    color: var(--wdtAccentTxtColor);
}

.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    opacity: 0;
}

.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder:hover:before,
.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active:before {
    opacity: 1;
}

.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    padding: 0 20px 20px 20px;
    border-width: 0px 0px 0px 0px;
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    color: var(--wdtAccentTxtColor);
}

.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
    border-width: 0px 0px 0px 0px;
    padding: 20px;
    background: var(--wdtBodyBGColor);
}

.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper {
    box-shadow: 0 0 0 2px var(--wdtPrimaryColor);
    -webkit-box-shadow: 0 0 0 2px var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
    overflow: hidden;
    transition: var(--wdtBaseTransition);
}

.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:hover {
    border-color: var(--wdtPrimaryColor);
}

.wdt-faq-get-in-touch {
    background: var(--wdtBodyBGColor);
    border-radius: var(--wdtRadius_3X);
    margin: 20px;
}

.wdt-get-in-touch-faq .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: calc(var(--wdtFontSize_H5) - 2px);
    font-weight: var(--wdtFontWeight_Ext);
}

/*--Offer box--*/

.wdt-common-button .wdt-button-holder .wdt-button {
    background-color: var(--wdtPrimaryColor);
}

.wdt-common-button .wdt-button-holder .wdt-button:hover {
    background-color: var(--wdtSecondaryColor);
}

.wdt-common-button .wdt-button .wdt-button-text {
    text-transform: uppercase;
    letter-spacing: 1.28px;
    font-size: var(--wdtFontSize_Base);
}

.wdt-offer-sale .wdt-heading-holder {
    border-radius: var(--wdtRadius_Full);
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    width: 300px;
    height: 300px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    outline: 1px solid var(--wdtBodyBGColor);
    outline-offset: -15px;
}

.wdt-offer-sale .wdt-heading-holder>*:not(:last-child) {
    margin-bottom: 0px;
}

.wdt-offer-sale .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle,
.wdt-offer-sale .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title,
.wdt-offer-sale .wdt-heading-holder .wdt-heading-content-wrapper {
    color: var(--wdtAccentTxtColor);
    text-transform: uppercase;
}

.wdt-offer-sale .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: clamp(var(--wdtFontSize_H4), 1.226rem + 2.8846vw, calc(var(--wdtFontSize_H1) + 15px));
    line-height: var(--wdtLineHeight_Ext);
}

.wdt-offer-sale .wdt-heading-holder .wdt-heading-content-wrapper {
    font-size: calc(var(--wdtFontSize_H6) - 1px);
}

/* Video Testimonial */

.wdt-custom-video-testmonial [role="button"] {
    margin: 0;
}

.wdt-custom-video-testmonial.elementor-widget-video .elementor-custom-embed-play svg {
    background: #000;
    opacity: 1;
    transform: translateY(100%);
    opacity: 0;
}

.wdt-custom-video-testmonial.elementor-widget-video .elementor-custom-embed-play::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
}

.wdt-custom-video-testmonial.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play svg {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.wdt-custom-vid-testimonial .wdt-click-element-image-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon {
    top: 15px;
    right: 20px;
    left: auto;
    bottom: auto;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 30px;
}

.wdt-custom-vid-testimonial .wdt-popup-box-trigger-element img {
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

.wdt-custom-vid-testimonial .wdt-popup-box-trigger-element {
    position: relative;
}

.wdt-custom-vid-testimonial .wdt-popup-box-trigger-element:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    opacity: 1;
    visibility: visible;
    background-image: linear-gradient(180deg, rgba(var(--wdtPrimaryColorRgb), .1) 60%, rgba(var(--wdtHeadAltColorRgb), .8) 100%);
}

.wdt-custom-vid-testimonial-ratings .wdt-icon-box-holder .wdt-content-item .wdt-content-media-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: fit-content;
}

.wdt-custom-vid-testimonial-ratings .wdt-icon-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-title {
    margin: 0;
    text-align: left;
}

/* Image with Contact Form */

/* Icon Box */

.wdt-custom-contact-icon-box .wdt-icon-box-holder .wdt-content-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.wdt-custom-contact-icon-box .wdt-icon-box-holder .wdt-content-item .wdt-content-media-group {
    margin: 0;
}

.wdt-custom-contact-icon-box .wdt-icon-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle {
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdtFontWeight_Base);
    text-transform: capitalize;
}

.wdt-custom-contact-icon-box .wdt-icon-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
}

/* Form */

.wdt-custom-contact-page-form input[type='text'],
.wdt-custom-contact-page-form input[type="email"],
.wdt-custom-contact-page-form input[type="submit"],
.wdt-custom-contact-page-form textarea,
.wdt-custom-contact-page-form p {
    margin: 0;
}

.wdt-custom-contact-page-form .col-1 p,
.wdt-custom-contact-page-form .col-2 p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.wdt-custom-contact-page-form .col-1,
.wdt-custom-contact-page-form .col-2,
.wdt-custom-contact-page-form .col-3 {
    margin-bottom: 20px;
}

.wdt-custom-contact-page-form .contact-btn p span.wpcf7-spinner {
    top: 10px;
}



/* ===================================== Home 2 ===================================== */

/* Slider */

.wdt-custom-home-2-slider-hd-bulb-icon .wdt-heading-holder h1.wdt-heading-title-wrapper {
    line-height: 1;
}

.wdt-custom-home-2-banner {
    overflow: hidden !important;
}

.wdt-custom-home-2-slider-hd .elementor-widget-container .wdt-heading-holder {
    display: flex;
    align-items: center;
}

.wdt-custom-home-2-slider-hd .elementor-widget-container .wdt-heading-holder .wdt-heading-title-wrapper {
    margin: 0;
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    margin-bottom: 0;
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group {
    display: grid;
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-elements-group {
    grid-column: 1/2;
    grid-row: 1/span 100;
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-elements-group {
    margin-top: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 20px;
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-elements-group .wdt-content-title {
    margin: 0;
    margin-right: 10px;
}

/* Img Hover */

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item {
    overflow: hidden;
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image a img {
    transition: transform 0.75s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-20px, 0, 0) scale(1.12);
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image a img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Img Bg */

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image:before,
.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
    opacity: 1;
    transition: var(--wdtAltTransition);
    -webkit-transition: var(--wdtAltTransition);
    visibility: visible;
    pointer-events: none;
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image {
    z-index: 0;
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image:before {
    background-image: linear-gradient(180deg, rgba(var(--wdtPrimaryColorRgb), .1) 70%, rgba(var(--wdtHeadAltColorRgb), .9) 100%);
    z-index: 1;
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image:after {
    opacity: 0;
    visibility: hidden;
    background-image: linear-gradient(180deg, rgba(var(--wdtHeadAltColorRgb), .1) 60%, rgba(var(--wdtPrimaryColorRgb), .8) 100%);
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image:before {
    opacity: 0;
    visibility: hidden;
}

.wdt-custom-home-ii-banner .wdt-image-box-holder .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image:after {
    opacity: 1;
    visibility: visible;
}

/* Client Animation Logo */

.wdt-custom-animation-client-logo {
    overflow: hidden;
}

.wdt-custom-animation-client-logo .wdt-animation-holder {
    min-height: 90px;
}

.wdt-custom-animation-client-logo .wdt-animation-item {
    overflow: visible;
    padding: 10px 0;
    min-height: 70px;
}

.wdt-custom-animation-client-logo .wdt-animation-item img {
    margin: auto;
}

/* Tab Sec */

.wdt-custom-tab .wdt-tabs-list-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdt-custom-tab .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list {
    background: rgb(var(--wdtBorderColorRgb), .08);
    backdrop-filter: blur(20px);
    border-radius: var(--wdtRadius_3X);
    padding: 5px;
}

.wdt-custom-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor {
    padding: 20px 35px;
    text-transform: none;
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_Ext);
    letter-spacing: 0;
    background: transparent;
}

.wdt-custom-tab .wdt-tabs-container:not([class*="-template-hunch-back-icon"]) .wdt-tabs-list li.ui-state-active .ui-tabs-anchor {
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    border-radius: calc(var(--wdtRadius_3X) - 3px);
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-tab .wdt-tabs-container:not([class*="-template-hunch-back-icon"]) .wdt-tabs-list .ui-state-hover .ui-tabs-anchor {
    background: rgba(var(--wdtBodyBGColorRgb), 0.4);
    border-radius: calc(var(--wdtRadius_3X) - 3px)
}

/* Tab Content stylee */

/* Heading Style */

.wdt-custom-heading-01 .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    letter-spacing: 1.5px;
    font-weight: var(--wdtFontWeight_Base);
}

.wdt-custom-heading-01 .wdt-heading-holder .wdt-heading-title-wrapper {
    text-transform: capitalize;
    font-weight: calc(var(--wdtFontWeight_Base) + 300);
}

/* Icon list ( Icon Box ) */

.wdt-custom-list-tab-01 .elementor-icon-box-title {
    font-size: calc(var(--wdtFontSize_H5) - 2px);
    font-weight: calc(var(--wdtFontWeight_H5) + 200);
    line-height: var(--wdtLineHeight_H5);
    margin: 0;
    margin-bottom: 10px
}

.wdt-custom-list-tab-01 .elementor-icon-box-description {
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    line-height: var(--wdtLineHeight_Base);
}

.wdt-custom-list-tab-01 .elementor-icon-box-icon {
    margin-top: 12px;
}

/* Icon list 2 Address */

.wdt-custom-icon-list-02 .elementor-icon-list-item>.elementor-icon-list-text,
.wdt-custom-icon-list-02 .elementor-icon-list-item>a {
    line-height: var(--wdtLineHeight_Base);
    font-size: var(--wdtFontSize_Base);
    font-weight: calc(var(--wdtFontWeight_Base) + 100);
}

.wdt-custom-icon-list-02 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-top: 25px;
}

/*custom button*/

.wdt-custom-btn-01 .wdt-button-holder.wdt-button-size-lg .wdt-button {
    font-size: var(--wdtFontSize_Base);
    text-transform: uppercase;
    font-weight: calc(var(--wdtFontWeight_Base) + 200);
    letter-spacing: 1.28px;
    padding: var(--wdtPadding_MaxiBtn);
}

/* Pricing */

.wdt-custom-pricing-col-sticky {
    position: sticky;
    top: 0;
    padding-top: 50px;
}

/* Hotspot */

.wdt-custom-hotsport-style .wdt-hotspot-items-holder .wdt-hotspot-item-icon .wdt-content-icon span {
    display: inline-block;
    line-height: 0;
    color: var(--wdtPrimaryColor);
}

.wdt-custom-hotsport-style .wdt-hotspot-items-holder .wdt-hotspot-item-trigger {
    border-radius: 50%;
    background-color: rgba(var(--wdtAccentTxtColorRgb));
    width: 36px;
    height: 36px;
}

.wdt-custom-hotsport-style .wdt-hotspot-items-holder .wdt-hotspot-item-trigger.wdt-hotspot-ripple:before {
    border-width: 1px;
}

.wdt-custom-hotsport-style .wdt-hotspot-holder div .tippy-box {
    max-width: 160px !important;
    padding: 10px;
    background-color: rgba(var(--wdtAccentTxtColorRgb));
    border-radius: 6px;
    pointer-events: all;
    cursor: pointer;
    box-shadow: 0 0 5px #e1e1e1;
    -webkit-box-shadow: 0 0 5px #e1e1e1;
}

.wdt-custom-hotsport-style .wdt-hotspot-holder div .tippy-box .tippy-content {
    padding: 0;
}

.wdt-custom-hotsport-style .wdt-hotspot-holder div .tippy-box .tippy-content h5 {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_Alt);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-hotsport-style .wdt-hotspot-holder div .tippy-box .tippy-content h5:hover {
    color: var(--wdtLinkHoverColor);
}

.wdt-custom-hotsport-style .wdt-hotspot-holder div .tippy-box .tippy-content .wdt-hotspot-image .wdt-content-image-wrapper {
    background-color: rgba(var(--wdtTertiaryColorRgb));
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.wdt-custom-hotsport-style .wdt-hotspot-holder div .tippy-box .tippy-content .wdt-hotspot-image .wdt-content-image-wrapper img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.wdt-custom-hotsport-style .wdt-hotspot-holder img {
    border-radius: 10px;
}

/* Image Box */

.wdt-custom-image-box-style-7 .wdt-content-item,
.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group,
.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.wdt-custom-image-box-style-7 .wdt-content-item {
    width: 100%;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-image>a>img {
    width: 80px;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group {
    column-gap: 20px;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdtFontWeight_Ext);
    margin-top: 0;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group .wdt-content-separator,
.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group,
.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-media-group,
.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-title {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle {
    font-size: clamp(3.75rem, 2.8846rem + 3.8462vw, 5.5rem);
    font-weight: calc(var(--wdtFontWeight_Alt) + 100);
    background: -webkit-linear-gradient(195deg, rgb(254, 201, 131) 50%, transparent 99%, transparent 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inherit;
    position: absolute;
    left: 0;
    margin: 0;
    transform: translateX(-12%);
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wdt-custom-image-box-style-7 .wdt-content-item>div[class*="group"] .wdt-content-title+.wdt-content-subtitle,
.wdt-custom-image-box-style-7 .wdt-content-item>div[class*="group"] .wdt-content-subtitle+.wdt-content-title {
    margin-top: 0;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-media-group {
    flex: 0 0 20%;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group {
    flex: 0 0 80%;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group {
    flex: 0 0 80%;
    column-gap: 10px;
    overflow: hidden;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-description {
    flex: 0 0 auto;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-title {
    flex: 0 0 80%;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 {
    display: table;
    white-space: nowrap;
    overflow: hidden;
}

.wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-title h5:after {
    content: "";
    position: relative;
    top: 0.7em;
    left: 1em;
    display: table-cell;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, rgb(32, 32, 32) 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 15px 1px;
}

/* FAQ */

.wdt-custom-home-ii-get-in-touch {
    background: rgba(var(--wdtPrimaryColorRgb), 0.09);
    margin: 0;
}

/* ============= Blog Detail ============== */

.wdt-custom-blog-detail-iconlist .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    padding-top: 10px;
}

/* ============= Service Page ============== */

.wdt-custom-service-number .elementor-heading-title {
    font-size: calc(var(--wdtFontSize_Alt) + 10px);
    font-weight: var(--wdtFontWeight_Base);
    line-height: 1;
    margin-bottom: 20px;
    font-size: clamp(var(--wdtFontSize_H3), 2.125rem + 1.875vw, calc(var(--wdtFontSize_Alt) + 10px));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: var(--wdtBodyBGColor);
}

.wdt-custom-service-heading .wdt-heading-holder .wdt-heading-title-wrapper {
    letter-spacing: 4px;
}

/* Popup Video */

.wdt-custom-service-popup-vid .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.wdt-custom-service-popup-vid .wdt-popup-box-trigger-holder.wdt-click-element-label-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-label+.wdt-popup-box-trigger-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 25px;
}

.wdt-custom-service-popup-vid .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon>i {
    position: relative;
    background-color: var(--wdtPrimaryColor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--wdtRadius_Part);
}

.wdt-custom-service-popup-vid .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon>i:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(--wdtRadius_Part);
    background-color: rgba(var(--wdtPrimaryColorRgb), 1);
    border: 1px solid rgba(var(--wdtPrimaryColorRgb), 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    -webkit-animation: boom 2000ms infinite;
    animation: boom 2000ms infinite;
}

@keyframes boom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        box-shadow: inset 0px 0px 10px 3px rgba(var(--wdtPrimaryColorRgb), 1), 0px 0px 10px 3px rgba(var(--wdtPrimaryColorRgb), 0.2);
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
        box-shadow: none;
    }
}

@-webkit-keyframes boom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        box-shadow: inset 0px 0px 10px 3px rgba(var(--wdtPrimaryColorRgb), 1), 0px 0px 15px 8px rgba(var(--wdtPrimaryColorRgb), 0.2);
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
        box-shadow: none;
    }
}

/* ============= Service Detail Page ============== */

.wdt-custom-text-02 p {
    line-height: var(--wdtLineHeight_Base);
    font-size: calc(var(--wdtFontSize_Base) + 2px);
}

.wdt-custom-heading-03 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-weight: calc(var(--wdtFontWeight_Base) + 300);
}

.wdt-custom-heading-04 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-weight: calc(var(--wdtFontWeight_Base) + 200);
}

.wdt-custom-heading-04 .wdt-heading-content-wrapper {
    font-size: calc(var(--wdtFontSize_Base) + 2px);
}

.wdt-custom-icon-box-01 .wdt-content-item {
    background: rgba(var(--wdtSecondaryColorRgb), 0.05);
    backdrop-filter: blur(20px);
    position: relative;
}

.wdt-custom-icon-box-01 #wdt-icon-box-a5427c2 .wdt-column {
    width: 45%;
}

.wdt-custom-icon-box-01 #wdt-icon-box-a5427c2 .wdt-column:nth-child(4) {
    width: 55%;
}

.wdt-custom-icon-box-01 #wdt-icon-box-a5427c2 .wdt-column:nth-child(1) {
    width: 55%;
}

.wdt-custom-icon-box-01 .wdt-content-item .wdt-content-media-group {
    margin-bottom: 12px;
}

.wdt-custom-icon-box-01 .wdt-content-item .wdt-content-title h5 {
    font-weight: var(--wdtFontWeight_H5);
}

.wdt-custom-icon-box-01 .wdt-content-item .wdt-content-detail-group {
    font-size: var(--wdtFontSize_Ext);
}

.wdt-custom-icon-box-01 .wdt-content-item::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    opacity: 0;
}

.wdt-custom-icon-box-01 .wdt-content-item:hover::before {
    opacity: 1;
}

.wdt-custom-icon-box-01 .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5,
.wdt-custom-icon-box-01 .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5>a,
.wdt-custom-icon-box-01 .wdt-content-item:hover .wdt-content-description,
.wdt-custom-icon-box-01 .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon {
    color: var(--wdtAccentTxtColor);
}

/* Counter Box */

.wdt-custom-service-dt-counterbx .elementor-widget-wrap .wdt-counter-holder .wdt-column-wrapper .wdt-column .wdt-content-item {
    background: #f2f2f2;
}

/* ============= FAQ Page ============== */

.wdt-faq-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
    display: none;
}

.wdt-faq-question .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    letter-spacing: 0;
    font-size: calc(var(--wdtFontSize_H5) - 1px);
    color: var(--wdtBorderColor);
}

/* ============= Contact Page ============== */

/* Hotspot */

.wdt-custom-couter-home2 .wdt-content-item .wdt-content-media-group {
    display: flex;
    align-items: baseline;
    align-items: center;
    justify-content: center;
}

.wdt-custom-couter-home2 .wdt-content-item .wdt-content-title h5 {
    margin-top: 0;
}

.wdt-custom-couter-home2 .wdt-content-item .wdt-content-media-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-custom-couter-home2 .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_Base);
    text-transform: uppercase;
    max-width: 125px;
    padding-left: 20px;
}

.wdt-custom-couter-home2 .wdt-content-item .wdt-content-counter {
    font-size: var(--wdtFontSize_H1);
    width: 112px;
    height: 112px;
    position: relative;
}

.wdt-custom-couter-home2 .wdt-content-item .wdt-content-counter:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-mask-image: url(../images/Contact-Pg-Counter-Bg.png);
    mask-image: url(../images/Contact-Pg-Counter-Bg.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: currentColor;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-couter-home2 .wdt-content-item:hover .wdt-content-counter:after {
    background: var(--wdtLinkHoverColor);
}

.wdt-custom-subtitle .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle>span {
    color: var(--wdtLinkColor);
}

.wdt-custom-subtitle .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle {
    font-weight: var(--wdtFontWeight_Alt);
}

.wdt-custom-hotspot .wdt-hotspot-holder .tippy-box .tippy-content {
    width: 150px;
    max-width: 150px;
    background: linear-gradient(45deg, var(--wdtPrimaryColor), var(--wdtTertiaryColor));
    border-radius: var(--wdtRadius_2X);
    padding: 15px;
    text-align: center;
}

.wdt-custom-hotspot .wdt-hotspot-holder .tippy-box .tippy-content h5 {
    margin: 0 0 5px;
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    color: var(--wdtAccentTxtColor);
    text-transform: uppercase;
}

.wdt-custom-hotspot .tippy-arrow {
    color: var(--wdtPrimaryColor);
}

.wdt-custom-hotspot .wdt-hotspot-item-trigger,
.wdt-custom-hotspot .wdt-hotspot-item-active .wdt-hotspot-item-trigger {
    background: none;
}

/* Contact us */

.wdt-cus-contact-icon-box .wdt-content-item .wdt-content-detail-group {
    width: 100%;
    max-width: 280px;
}

.wdt-cus-contact-icon-box .wdt-content-item .wdt-content-media-group {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
    opacity: 0.3;
}

.wdt-cus-contact-icon-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 80px;
}

.wdt-cus-contact-icon-box .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(var(--wdtFontSize_H6), 1.15rem + 0.5vw, calc(var(--wdtFontSize_H5) + 2px));
    font-weight: var(--wdtFontWeight_Ext);
}

.wdt-cus-contact-icon-box .wdt-content-item .wdt-content-title h5 a,
.wdt-cus-contact-icon-box .wdt-content-item .wdt-content-description,
.wdt-cus-contact-icon-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtLinkColor);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-contact-icon-box .wdt-content-item:hover .wdt-content-title h5 a,
.wdt-cus-contact-icon-box .wdt-content-item:hover .wdt-content-description,
.wdt-cus-contact-icon-box .wdt-content-item:hover .wdt-content-button>a,
.wdt-cus-contact-icon-box .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-contact-icon-box .wdt-content-item .wdt-content-title {
    margin-bottom: 20px;
}

.wdt-cus-contact-icon-box .wdt-content-item .wdt-content-description {
    font-size: clamp(var(--wdtFontSize_Ext), 0.825rem + 0.25vw, calc(var(--wdtFontSize_Base) + 2px));
}

.wdt-cus-contact-icon-box .wdt-content-item {
    padding: 50px;
    border-radius: calc(var(--wdtRadius_3X) + 10px);
    -webkit-border-radius: calc(var(--wdtRadius_3X) + 10px);
}

.wdt-cus-contact-icon-box .wdt-content-item {
    position: relative;
}

.wdt-cus-contact-icon-box .wdt-content-item:before {
    content: '';
    background: linear-gradient(270deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    width: 100%;
    height: 100%;
    border-radius: calc(var(--wdtRadius_3X) + 10px);
    -webkit-border-radius: calc(var(--wdtRadius_3X) + 10px);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    opacity: 0;
}

.wdt-cus-contact-icon-box .wdt-content-item:hover:before {
    opacity: 1;
}

/* ================== Home 3 ================== */

/* Slider */

.wdt-custom-blob-bg-ani {
    position: relative;
}

.wdt-custom-blob-bg-ani:after {
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #f2c8cf;
    animation: slider-blog 50s ease-in-out infinite both alternate;
    -webkit-animation: slider-blog 50s ease-in-out infinite both alternate;
}

@keyframes slider-blog {
    0% {
        border-radius: 26% 0% 0% 39% / 54% 0% 0% 46%;
    }

    10% {
        border-radius: 74% 0% 0% 53% / 68% 0% 0% 32%;
    }

    20% {
        border-radius: 48% 0% 0% 70% / 27% 0% 0% 73%;
    }

    30% {
        border-radius: 73% 0% 0% 43% / 28% 0% 0% 72%;
    }

    40% {
        border-radius: 63% 0% 0% 44% / 25% 0% 0% 75%;
    }

    50% {
        border-radius: 39% 0% 0% 30% / 61% 0% 0% 39%;
    }

    60% {
        border-radius: 27% 0% 0% 71% / 73% 0% 0% 27%;
    }

    70% {
        border-radius: 39% 0% 0% 35% / 74% 0% 0% 26%;
    }

    80% {
        border-radius: 55% 0% 0% 63% / 38% 0% 0% 62%;
    }

    90% {
        border-radius: 25% 0% 0% 30% / 39% 0% 0% 61%;
    }

    100% {
        border-radius: 66% 0% 0% 67% / 65% 0% 0% 35%;
    }
}

@-webkit-keyframes slider-blog {
    0% {
        border-radius: 26% 0% 0% 39% / 54% 0% 0% 46%;
    }

    10% {
        border-radius: 74% 0% 0% 53% / 68% 0% 0% 32%;
    }

    20% {
        border-radius: 48% 0% 0% 70% / 27% 0% 0% 73%;
    }

    30% {
        border-radius: 73% 0% 0% 43% / 28% 0% 0% 72%;
    }

    40% {
        border-radius: 63% 0% 0% 44% / 25% 0% 0% 75%;
    }

    50% {
        border-radius: 39% 0% 0% 30% / 61% 0% 0% 39%;
    }

    60% {
        border-radius: 27% 0% 0% 71% / 73% 0% 0% 27%;
    }

    70% {
        border-radius: 39% 0% 0% 35% / 74% 0% 0% 26%;
    }

    80% {
        border-radius: 55% 0% 0% 63% / 38% 0% 0% 62%;
    }

    90% {
        border-radius: 25% 0% 0% 30% / 39% 0% 0% 61%;
    }

    100% {
        border-radius: 66% 0% 0% 67% / 65% 0% 0% 35%;
    }
}

.wdt-custom-home-3-slider-hd .elementor-widget-container .wdt-heading-holder h1.wdt-heading-title-wrapper {
    line-height: 1;
}

/* Slider Pagination */

/* .wdt-custom-home-3-slider .wdt-carousel-pagination-wrapper { position: absolute; top: 80%; left: 115px; } */

.wdt-custom-home-3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    background: var(--wdtSecondaryColor);
}

.wdt-custom-home-3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-custom-home-3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    background: var(--wdtLinkHoverColor);
}

.wdt-custom-home-3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: -7px;
    top: -7px;
    transform: scale(0);
    background: transparent;
    border: 1px solid var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_Full);
    transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}

.wdt-custom-home-3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:after,
.wdt-custom-home-3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    transform: scale(1);
}

/* About Sec */

.wdt-custom-timeline .wdt-content-item .wdt-content-subtitle {
    width: 40px;
    height: 40px;
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Ext);
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 0 8px var(--wdtBodyBGColor);
    -webkit-box-shadow: 0 0 0 8px var(--wdtBodyBGColor);
    z-index: 1;
    background: linear-gradient(180deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    line-height: calc(var(--wdtLineHeight_Base) - 0.5);
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-timeline .wdt-content-item .wdt-content-elements-group {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wdt-custom-timeline .wdt-content-item .wdt-content-detail-group .wdt-content-description {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.wdt-custom-timeline .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 120px;
    background: rgba(var(--wdtBorderColorRgb), 0.5);
    right: -120px;
    bottom: 20px;
}

.wdt-custom-timeline .wdt-content-item .wdt-content-image-wrapper .wdt-content-image {
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.wdt-custom-timeline .wdt-content-item .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.wdt-custom-timeline .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

/* Counter Sec */

/* Popup Icon */

.wdt-custom-popup-video .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon,
.wdt-custom-popup-video .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon i {
    display: flex;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.wdt-custom-popup-video .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon i {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wdt-custom-popup-video .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 rgb(255, 0, 10, 0.3), 0 0 0 10px rgb(255, 0, 10, 0.3), 0 0 0 20px rgb(255, 0, 10, 0.3);
    background-color: var(--wdtPrimaryColor);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: var(--wdtBaseTransition);
    transition: var(--wdtBaseTransition);
    -webkit-animation: vid-icon-wave 1s linear infinite;
    animation: vid-icon-wave 1s linear infinite;
}

.wdt-custom-popup-video .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:hover:after {
    animation-play-state: paused;
}

@-webkit-keyframes vid-icon-wave {
    to {
        box-shadow: 0 0 0 10px rgb(255, 0, 10, 0.3), 0 0 0 20px rgb(255, 0, 10, 0.3);
    }
}

@keyframes vid-icon-wave {
    to {
        box-shadow: 0 0 0 10px rgb(255, 0, 10, 0.3), 0 0 0 20px rgb(255, 0, 10, 0.3);
    }
}

/* Counter */

.wdt-custom-counter-typo .wdt-content-item .wdt-content-elements-group {
    display: flex;
    align-items: center;
}

.wdt-custom-counter-typo .wdt-content-item .wdt-content-counter-wrapper {
    margin-bottom: 0px !important;
}

.wdt-custom-counter-typo .wdt-content-item .wdt-content-counter {
    font-family: var(--wdtFontTypo_Alt);
    font-size: var(--wdtFontSize_H1);
}

.wdt-custom-counter-typo .wdt-content-item .wdt-content-subtitle {
    font-size: calc(var(--wdtFontSize_Ext) - 2px);
    text-transform: uppercase;
    text-align: left;
    font-weight: var(--wdtFontWeight_Ext);
    letter-spacing: 0px;
    padding-left: 15px;
    width: 40%;
}

.wdt-custom-counter-typo .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after,
.wdt-custom-counter-typo .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    background: rgba(var(--wdtAccentTxtColorRgb), 0.3);
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.wdt-custom-counter-typo .wdt-counter-holder.wdt-content-item-holder.wdt-carousel-holder.wdt-rc-template-custom-template .wdt-counter-container.swiper {
    overflow: hidden;
}

.wdt-custom-counter-typo .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:after {
    right: -1px;
}

.wdt-custom-counter-typo .swiper-slide .wdt-content-item .wdt-content-elements-group {
    justify-content: center;
}

/* Service Sec */

.wdt-custom-service-heading-0110 .wdt-heading-holder .wdt-heading-background-text-wrapper .wdt-heading-background-text {
    font-size: clamp(calc(var(--wdtFontSize_H4) + 4px), 1.05rem + 5.375vw, calc(var(--wdtFontSize_Alt) * 2));
    white-space: nowrap;
}

.wdt-heading-holder .wdt-heading-background-text-wrapper {
    top: 0;
}

.wdt-custom-service-image-box .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container {
    padding: 0;
}

.wdt-custom-service-image-box .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container>*:not(.wdt-content-icon-wrapper) {
    flex: inherit;
    margin-bottom: 40px;
    width: calc(100% - clamp(1.5625rem, -6.5816rem + 10.1721vw, 5.625rem));
}

.wdt-custom-service-image-box .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_Ext);
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 0;
    font-weight: var(--wdtFontWeight_Ext);
    position: relative;
    z-index: 1;
}

.wdt-custom-service-image-box .wdt-content-item:hover .wdt-media-image-cover>.wdt-media-image-cover-container>div:not(.wdt-content-button) a {
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-service-image-box .wdt-content-item .wdt-content-title h5::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(var(--wdtPrimaryColorRgb), 0.8), rgba(var(--wdtTertiaryColorRgb), 0.8));
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-service-image-box .wdt-content-item .wdt-content-title h5::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(var(--wdtPrimaryColorRgb), 0.8), rgba(var(--wdtTertiaryColorRgb), 0.8));
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-custom-service-image-box .wdt-content-item:hover .wdt-content-title h5::after {
    opacity: 1;
}

.wdt-custom-service-image-box .wdt-content-item:hover .wdt-content-title h5::before {
    opacity: 0;
}

.wdt-custom-service-image-box .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:after,
.wdt-custom-service-image-box .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before {
    content: none;
}

.wdt-custom-service-image-box .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* Counter Sec */

.wdt-custom-counter .wdt-content-item .wdt-content-media-group {
    display: flex;
    align-items: center;
}

.wdt-custom-counter .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper {
    margin-bottom: 0;
    margin-right: 20px;
}

.wdt-custom-counter .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-custom-counter .wdt-content-item .wdt-content-counter {
    line-height: var(--wdtLineHeight_Ext);
    font-weight: var(--wdtFontWeight_Alt);
    text-transform: uppercase;
    font-size: clamp(var(--wdtFontSize_H3), 2.375rem + 0.625vw, var(--wdtFontSize_H2));
}

.wdt-custom-counter .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Alt);
    text-transform: uppercase;
}

.wdt-custom-bg-030 .elementor-container::before {
    content: '';
    width: 300px;
    height: 300px;
    background: -webkit-linear-gradient(45deg, rgba(var(--wdtPrimaryColorRgb), 0.4) 25%, rgba(var(--wdtTertiaryColorRgb), 0.4));
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    animation: bg-move linear 10s infinite;
    -webkit-animation: bg-move linear 10s infinite;
}

@keyframes bg-move {
    0% {
        transform: translate(-30%, 0);
        -webkit-transform: translate(-30%, 0);
    }

    50% {
        transform: translate(-100%, 30%);
        -webkit-transform: translate(-100%, 30%);
    }

    100% {
        transform: translate(-30%, 0);
        -webkit-transform: translate(-30%, 0);
    }
}

@-webkit-keyframes bg-move {
    0% {
        transform: translate(-30%, 0);
        -webkit-transform: translate(-30%, 0);
    }

    50% {
        transform: translate(-100%, 30%);
        -webkit-transform: translate(-100%, 30%);
    }

    100% {
        transform: translate(-30%, 0);
        -webkit-transform: translate(-30%, 0);
    }
}

.wdt-custom-counter-img-bx .wdt-image-box-holder .wdt-column-wrapper .wdt-column .wdt-content-item .wdt-content-media-group {
    display: grid;
}

.wdt-custom-counter-img-bx .wdt-image-box-holder .wdt-column-wrapper .wdt-column .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-custom-counter-img-bx .wdt-image-box-holder .wdt-column-wrapper .wdt-column .wdt-content-item .wdt-content-media-group .wdt-content-elements-group {
    grid-column: 1/2;
    grid-row: 1/span 100;
}

.wdt-custom-counter-img-bx .wdt-image-box-holder .wdt-column-wrapper .wdt-column .wdt-content-item .wdt-content-media-group .wdt-content-elements-group {
    margin-left: auto;
    margin-right: 20px;
    margin-top: 20px;
    height: fit-content;
    background: var(--wdtPrimaryColor);
    padding: 8px 12px;
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
}

/* Portfolio Home 3 */

/* Title */

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    flex: 1;
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    flex: 3;
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before,
.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after {
    content: none;
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    width: fit-content;
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    font-size: var(--wdtFontSize_H4);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: var(--wdtLineHeight_Ext);
    position: relative;
    padding: 12px 20px;
    width: fit-content;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    background: transparent;
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title {
    background: rgba(var(--wdtPrimaryColorRgb), 0.9);
    box-shadow: 0 0 15px rgba(var(--wdtBodyBGColorRgb), 0.3);
    -webkit-box-shadow: 0 0 15px rgba(var(--wdtBodyBGColorRgb), 0.3);
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title::after {
    content: '';
    height: 2px;
    width: 80px;
    background: rgba(var(--wdtSecondaryColorRgb), 0.5);
    position: absolute;
    top: 50%;
    right: -70px;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: left;
    -webkit-transform-origin: left;
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title::after {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    padding: 0;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    background: transparent;
    box-shadow: 0 0 5px transparent;
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {
    margin-bottom: 10px;
}

/* Countdown */

.wdt-custom-countdown-sec .wdt-countdown-holder p.wdt-countdown-label {
    display: none;
}

.wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

.wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper:not(:last-child) {
    margin-right: 60px;
}

.wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
}

.wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper:not(:last-child):after {
    position: absolute;
    content: ':';
    right: -35px;
    font-size: var(--wdtFontSize_H3);
    line-height: 1;
    top: 40px;
}

.wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper h3.title {
    margin: 0;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: calmp(var(--wdtFontSize_Base), 0.9rem + 0.5vw, calc(var(--wdtFontSize_H5) - 2px));
    font-weight: var(--wdtFontWeight_Alt);
}

.wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper .wdt-counter-icon-wrapper {
    font-size: var(--wdtFontSize_H3);
    font-weight: var(--wdtFontWeight_H3);
    background: var(--wdtBodyBGColor);
    line-height: 1;
    margin-bottom: 10px;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* content */

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-content-button>a {
    padding: 0px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-transform: capitalize;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) translateY(-30%);
    -webkit-transform: scale(0) translateY(-30%);
    transition: var(--wdtAltTransition);
    -webkit-transition: var(--wdtAltTransition);
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-content-button>a:hover {
    box-shadow: 0 0 0 60px rgba(var(--wdtSecondaryColorRgb), 0.1) inset;
    -webkit-box-shadow: 0 0 0 60px rgba(var(--wdtSecondaryColorRgb), 0.1) inset;
}

.wdt-custom-portfolio-showcase .wdt-content-item .wdt-media-image-overlay>.wdt-media-image-overlay-container {
    opacity: 1;
}

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item:hover .wdt-content-button>a {
    transform: scale(1) translateY(-30%);
    -webkit-transform: scale(1) translateY(-30%);
}

.wdt-custom-portfolio-showcase .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0;
}

.wdt-custom-portfolio-showcase .wdt-content-item {
    overflow: hidden;
}

.wdt-custom-portfolio-showcase .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before {
    content: none;
}

.wdt-custom-portfolio-showcase .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

.wdt-custom-portfolio-showcase .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

/* Animation */

.wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {
    opacity: 1;
}

/* Testimonial */

.wdt-customm-testmonial .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0;
    width: fit-content;
    position: absolute;
    left: -60px;
    top: 45px;
}

.wdt-customm-testmonial .wdt-content-item .wdt-content-image>a>img {
    width: 100px;
    height: 100px;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
}

.wdt-customm-testmonial .wdt-content-item {
    box-shadow: 0px 0px 40px 0px rgba(var(--wdtSecondaryColorRgb), 0.1);
    padding: 30px 60px 30px 70px;
    background: var(--wdtBodyBGColor);
}

.wdt-customm-testmonial .wdt-content-item .wdt-content-icon-wrapper {
    position: absolute;
    bottom: -10px;
    right: -35px;
}

.wdt-customm-testmonial .wdt-content-item .wdt-content-detail-group .wdt-content-title-group {
    margin-bottom: 0;
}

.wdt-customm-testmonial .wdt-column:nth-child(2) .wdt-content-item {
    transform: translateX(-75px);
    -webkit-transform: translateX(-75px);
}

.wdt-customm-testmonial .wdt-content-item .wdt-content-description {
    font-size: calc(var(--wdtFontSize_Base) + 2px);
}

.wdt-customm-testmonial .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_Ext);
}

.wdt-customm-testmonial .wdt-content-item .wdt-content-subtitle {
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    font-weight: var(--wdtFontWeight_H3);
    text-transform: uppercase;
}

/* Animation Brand Logos */

.wdt-custom-brands .wdt-animation-item a img {
    background: #fff;
    -webkit-mask-image: url(../images/Home-3-Brand-Logo-Mask-Bg.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../images/Home-3-Brand-Logo-Mask-Bg.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
}

/* Icon Box Video */

/* Icon Box */

.wdt-custom-icon-box-012 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    display: flex;
    transition: var(--wdtBaseTransition);
    transition-delay: 0.2s;
}

.wdt-custom-icon-box-012 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    box-shadow: 0 0 0 0px rgba(var(--wdtPrimaryColorRgb), 0.8) inset;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}

.wdt-custom-icon-box-012 .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    box-shadow: 0 0 0 65px rgba(var(--wdtPrimaryColorRgb), 0.8) inset;
    -webkit-box-shadow: 0 0 0 65px rgba(var(--wdtPrimaryColorRgb), 0.8) inset;
}

.wdt-custom-icon-box-012 .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H6);
    letter-spacing: 0;
    font-weight: var(--wdtFontWeight_Ext);
}

/* Title with images */

.wdt-custom-title-with-images.elementor-element.elementor-widget.elementor-widget-heading .elementor-heading-title {
    font-size: clamp(1.875rem, 1.5865rem + 1.2821vw, 3.125rem);
}

.wdt-custom-title-with-images h2.elementor-heading-title span.image-1 {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 60px;
    bottom: 40px;
}

.wdt-custom-title-with-images h2.elementor-heading-title span.image-2 {
    position: relative;
    display: inline-block;
    width: 160px;
    max-width: 100%;
}

.wdt-custom-title-with-images h2 span.heading-video-1 {
    font-size: inherit;
    display: inline-grid;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    position: relative;
    bottom: 12px;
    background: var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_Full);
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 rgb(var(--wdtLinkHoverColorRgb), 0.3), 0 0 0 5px rgb(var(--wdtLinkHoverColorRgb), 0.3), 0 0 0 10px rgb(var(--wdtLinkHoverColorRgb), 0.3);
    box-shadow: 0 0 rgb(var(--wdtLinkHoverColorRgb), 0.3), 0 0 0 5px rgb(var(--wdtLinkHoverColorRgb), 0.3), 0 0 0 10px rgb(var(--wdtLinkHoverColorRgb), 0.3);
    -webkit-animation: shadow-wave 2s linear infinite;
    animation: shadow-wave 2s linear infinite;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: var(--wdtAltTransition);
    -webkit-transition: var(--wdtAltTransition);
    cursor: pointer;
}

.wdt-custom-title-with-images h2 span.heading-video-1:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.wdt-custom-title-with-images h2.elementor-heading-title span.heading-video-1 a {
    display: flex;
}

.wdt-custom-title-with-images h2.elementor-heading-title span i {
    display: flex;
    font-size: 20px;
    width: auto;
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-title-with-images h2.elementor-heading-title span.heading-video-1 a i:before {
    content: '';
    background: var(--wdtAccentTxtColor);
    display: inline-block;
    height: 16px;
    width: 16px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 6px;
    right: 0;
    bottom: 0;
    mask-image: url('../images/Btn-Arrow-Icon.svg');
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    -webkit-mask-image: url('../images/Btn-Arrow-Icon.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;

}

@keyframes shadow-wave {
    100% {
        box-shadow: 0 0 0 5px rgb(var(--wdtLinkHoverColorRgb), 0.3), 0 0 0 10px rgb(var(--wdtLinkHoverColorRgb), 0.3);
        -webkit-box-shadow: 0 0 0 5px rgb(var(--wdtLinkHoverColorRgb), 0.3), 0 0 0 10px rgb(var(--wdtLinkHoverColorRgb), 0.3);
    }
}

@-webkit-keyframes shadow-wave {
    100% {
        box-shadow: 0 0 0 5px rgb(var(--wdtLinkHoverColorRgb), 0.3), 0 0 0 10px rgb(var(--wdtLinkHoverColorRgb), 0.3);
        -webkit-box-shadow: 0 0 0 5px rgb(var(--wdtLinkHoverColorRgb), 0.3), 0 0 0 10px rgb(var(--wdtLinkHoverColorRgb), 0.3);
    }
}

/* Title for name */

.wdt-custom-title-for-name .wdt-heading-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wdt-custom-title-for-name .wdt-heading-holder .wdt-heading-title-wrapper {
    margin: 0 8px 0 0;
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    font-weight: var(--wdtFontWeight_Alt);
}

.wdt-custom-title-for-name .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    letter-spacing: 0;
    font-size: var(--wdtFontSize_Base);
    opacity: 0.5;
    margin: 0;
}

/* Breadcrumb */

.main-title-section-wrapper .main-title-section-container:after {
    position: absolute;
    content: '';
    width: 1380px;
    height: 400px;
    background: url(../images/Breadcrumb-Line-Circle.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-background: url(../images/Breadcrumb-Line-Circle.png);
    -webkit-background-repeat: no-repeat;
    -webkit-background-position: center center;
    -webkit-background-size: contain;
    right: -10px;
    bottom: -80px;
    z-index: 0;
}



/* 404 Page */

.wdt-custom-404-icon .light-head .st0 {
    fill: var(--wdtTertiaryColor);
}

.wdt-custom-404-icon .elementor-icon svg {
    overflow: visible;
}

.wdt-custom-404-icon .light-shadow {
    animation: oscillaFilo 1s ease-in-out 0s infinite alternate;
    -webkit-animation: oscillaFilo 1s ease-in-out 0s infinite alternate;
}

.wdt-custom-404-icon .light-chair .st15 {
    animation: oscillaFilo 1s ease-in-out 0s infinite alternate;
    animation-delay: 0.1s;
    -webkit-animation: oscillaFilo 1s ease-in-out 0s infinite alternate;
}

@keyframes oscillaFilo {
    from {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
    }

    to {
        transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
    }
}

@-webkit-keyframes oscillaFilo {
    from {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
    }

    to {
        transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
    }
}

body.error404 div.wrapper {
    background: transparent;
}

/* Store Locator Plugin */

.dtsl-listings-contactdetails-container .dtsl-listings-contactdetails-list li p .dtsl-listings-address-directions {
    display: none;
}

.dtsl-listings-contactdetails-container .dtsl-listings-contactdetails-list li a {
    color: var(--wdtLinkColor) !important;
}

.dtsl-listings-contactdetails-container .dtsl-listings-contactdetails-list li a:hover {
    color: var(--wdtLinkHoverColor) !important;
}

.wdt-custom-keyword .elementor-widget-container .dtsl-sf-fields-holder .dtsl-sf-field {
    padding: 19px 20px;
}

.dtsl-listings-item-wrapper.type5 .dtsl-listings-item-bottom-section-content .dtsl-listings-item-title {
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: var(--wdtLineHeight_Alt);
}

.dtsl-listing-output-data-container .dtsl-listing-output-data-holder {
    width: 100%;
    margin: 0 auto !important;
}

.dtsl-listings-item-wrapper.type5 {
    grid-template-columns: 40% 60%;
}

.dtsl-listings-item-wrapper.type5 .dtsl-listings-item-bottom-section-content .dtsl-listings-item-bottom-right-content {
    display: none;
}

.dtsl-listings-item-wrapper.type5 .dtsl-listings-item-top-section div.dtsl-listings-taxonomy-container ul.dtsl-listings-taxonomy-list li>a {
    background: linear-gradient(80deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
}

/* Shop Listing */

.woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-wrapper {
    display: grid;
}

.woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-wrapper .product-thumb {
    grid-area: 1/1;
}

.woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-wrapper .product-details {
    grid-area: 1/1;
    height: fit-content;
    margin: auto 0 0 0;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    padding: 30px;
    background: linear-gradient(90deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    align-items: center;
    border-radius: var(--wdtRadius_2X);
}

.woocommerce ul.products.product-style-default:not(.product-padding-content) li.product.product-grid-view .product-details {
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce ul.products li.product-grid-view.product .product-details .product-title a:hover {
    color: var(--wdtAccentTxtColor);
}

.woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-details .product-element-group-wrapper {
    width: 70%;
}

.woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-details .product-element-group-wrapper .product-element-group-items {
    display: block;
    width: fit-content;
}

.woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-wrapper .product-details .product-buttons-wrapper.product-icons {
    width: 30%;
    text-align: right;
}

.woocommerce ul.products.custom-template-one[class*="product-content-iconsgroup-style-bgfill"] li.product .product-details .product-buttons-wrapper.product-icons .wc_inline_buttons .wc_btn_inline {
    margin: 5px;
}

.woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-details .product-buttons-wrapper.product-icons .wc_inline_buttons>div:nth-child(1) {
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view):hover .product-details .product-buttons-wrapper.product-icons .wc_inline_buttons>div {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view):hover .product-details .product-buttons-wrapper.product-icons .wc_inline_buttons>div:nth-child(2) {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.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,
.ftinvwl-heart-o:before {
    font-family: "printme-custom-icons" !important;
    content: "\e800" !important;
    font-size: var(--wdtFontSize_Base);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    content: "\e908" !important;
    font-family: tinvwl-webfont !important;
}

.woocommerce div.product .wdt-product-summary .product-buttons-wrapper.style-simple .wc_btn_inline a {
    display: flex;
    align-items: center;
    padding: 16px 35px;
    margin: 0 !important;
    background: var(--wdtPrimaryColor) !important;
    color: var(--wdtAccentTxtColor) !important;
}

.woocommerce div.product .wdt-product-summary .product-buttons-wrapper.style-simple .wc_btn_inline a:hover {
    background: var(--wdtSecondaryColor) !important;
}

.woocommerce ul.products li.product .price {
    font-weight: var(--wdtFontWeight_H6);
    margin-bottom: 0;
    font-size: var(--wdtFontSize_H6);
    line-height: var(--wdtLineHeight_Base);
}

.woocommerce ul.products:not(.product-thumb-bg-image) li.product:hover .product-thumb a.image>div[class*="image"] img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.wdt-custom-shop-detail-img .wdt-product-image-gallery-holder .wdt-product-image img {
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
}

.woocommerce #review_form #respond {
    width: 100%;
}

.wdt-product-summary .product-buy-now a {
    margin: 0 !important;
}

.woocommerce div.product .summary .woocommerce-product-details__short-description .woocommerce-product-details__short-description {
    margin-top: 0;
}

.woocommerce div.product .summary .single_variation_wrap .tinv-wraper.woocommerce.tinv-wishlist a {
    margin: 15px 0 0 0;
}

.woocommerce div.product .summary .single_variation_wrap .tinv-wraper.woocommerce {
    display: none;
}

.woocommerce div.product .summary .product-buttons-wrapper .wc_inline_buttons {
    display: flex;
    align-items: center;
}

.woocommerce div.product .summary .product-buttons-wrapper .wc_inline_buttons .wc_btn_inline {
    margin-right: 30px;
}

.wvs-has-image-tooltip:before,
[data-wvstooltip]:before {
    background: linear-gradient(80deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);
    min-width: fit-content;
    padding-inline: 15px;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
    -webkit-transition: 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
}

.wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
    border-top-color: var(--wdtPrimaryColor);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
    -webkit-transition: 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
}

.wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
[data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.woo-variation-swatches .variable-items-wrapper li.variable-item .variable-item-contents span.variable-item-span.variable-item-span-color {
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    max-width: 25px;
    max-height: 25px;
}

.wdt-custom-shop-desp-iconlist .elementor-icon-list-items li.elementor-icon-list-item {
    display: flex;
    align-items: flex-start;
}

.wdt-custom-shop-desp-iconlist .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 8px;
}

.woocommerce form .form-row .required {
    display: none;
}

.woocommerce .wdt-header-icons-list .wdt-wishlist-count a.wishlist_products_counter span.wishlist_products_counter_text img {
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    filter: brightness(0) invert(1);
    max-width: 16px;
    max-height: 16px;
    margin: 0 !important;
}

.woocommerce .wdt-header-icons-list .wdt-wishlist-count a.wishlist_products_counter:hover span.wishlist_products_counter_text img {
    filter: invert(14%) sepia(69%) saturate(6183%) hue-rotate(352deg) brightness(100%) contrast(109%);
}

.woocommerce .wdt-header-icons-list .wdt-wishlist-count a.wishlist_products_counter span.wishlist_products_counter_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.woocommerce .wdt-header-icons-list .wdt-wishlist-count a.wishlist_products_counter {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.woocommerce .wdt-header-icons-list .wdt-wishlist-count a.wishlist_products_counter span.wishlist_products_counter_text+span.wishlist_products_counter_number {
    font-size: 12px;
    position: absolute;
    color: var(--wdtLinkColor);
    top: -6px;
    right: -5px;
    background: var(--wdtAccentTxtColor);
    width: 16px;
    height: 16px;
    border-radius: var(--wdtRadius_Full);
    text-align: center;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.woocommerce .wdt-header-icons-list .wdt-wishlist-count a.wishlist_products_counter span.wishlist_products_counter_text+span.wishlist_products_counter_number:empty {
    display: none;
}

.tinv-wishlist.woocommerce form .tinvwl-table-manage-list tr th.product-price {
    color: var(--wdtAccentTxtColor);
}

.tinv-wishlist.woocommerce form .tinvwl-table-manage-list tr th {
    font-weight: var(--wdtFontWeight_H6);
    font-size: var(--wdtFontSize_H6);
}

.tinv-wishlist .product-action {
    width: 235px;
}

.tinv-wishlist .tinvwl-table-manage-list tfoot .button {
    margin-top: 0 !important;
}

.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button:not(:last-child) {
    margin-right: 20px;
}

.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
    margin-top: 0;
}

.tinv-wishlist tfoot .tinvwl-to-left .tinvwl-input-group .tinvwl-input-group-btn .button {
    margin-left: 20px;
}

td a:hover {
    color: var(--wdtLinkHoverColor);
}

.tinv-wishlist .social-buttons li {
    padding: 0;
}

.tinv-wishlist .social-buttons>span {
    margin: 0;
}

.ftinvwl-times:before {
    background: var(--wdtLinkHoverColor);
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    color: var(--wdtAccentTxtColor);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.ftinvwl-times:hover:before {
    background: var(--wdtLinkColor);
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.wdticon-thumb-tack:before {
    line-height: 2em;
}

.wdt-no-header-builder-content .no-header .no-header-logo {
    max-width: 212px;
    width: 100%;
    height: 100%;
}

.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;
}

.ui-widget.ui-widget-content {
    padding: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0 !important;
    background: transparent !important;
}

.ui-widget-header,
.ui-widget.ui-widget-content {
    border: 0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0 !important;
    color: currentColor !important;
    background: transparent !important;
}

/* Shop Detail */

.wdt-custom-shop-single-col-bg>.elementor-widget-wrap.elementor-element-populated {
    background: rgb(var(--wdtBorderColorRgb), .08);
    backdrop-filter: blur(20px);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 25px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-size: 50%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
    display: none;
}

.tinvwl-table-manage-list .wishlist_item .product-stock p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tinvwl-table-manage-list .wishlist_item .product-stock p span:first-child {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.tinvwl-table-manage-list .wishlist_item .product-stock p span i {
    margin-right: 0;
}

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {
    font-size: var(--wdtFontSize_Base);
}

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
    top: 0;
}

.woocommerce .product-loop-sorting .product-loop-sorting-item .select2-container {
    width: 250px !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span:first-child {
    padding-left: 0;
}


.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;
}

.ftinvwl-times:before {
    background: transparent;
}

.tinvwl-input-group .form-control {
    height: 52px;
}

.elementor-slideshow__header>i {
    padding: 0;
}

.wdt-custom-contact-page-form input[type="submit"] {
    background: var(--wdtLinkColor);
}

.wdt-custom-contact-page-form input[type="submit"]:hover {
    background: var(--wdtLinkHoverColor);
}

.woo-variation-swatches.wvs-show-label .variations th label {
    margin: 0;
}

.woocommerce div.product .summary form.variations_form.cart .variations li:first-child {
    margin-left: 0;
}

/* =============== Local Test =============== */

.wdt-no-header-builder-content.wdt-no-header-printme {
    padding: 10px 0;
}

.woocommerce ul.products li.product .price ins {
    font-weight: var(--wdtFontWeight_H6);
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
    display: none;
}

.woocommerce ul.products li.product .price del {
    opacity: 1;
}

.entry-list-layout.wdt-simple-style .product.product-grid-view .entry-date,
.entry-list-layout.wdt-simple-style .product.product-grid-view .entry-button {
    display: none !important;
}

.wdt-custom-icon-list-0021.elementor-widget.elementor-align-center .elementor-inline-items li {
    margin-bottom: 30px;
}


/* ================== My Responsive ================== */

@media only screen and (max-width: 1540px) {

    .wdt-tab-carousel .wdt-tabs-container .wdt-tabs-content-wrapper {
        padding: 0;
    }

    .wdt-tab-carousel .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list {
        flex-wrap: nowrap;
    }

    .main-title-section-wrapper .main-title-section-container:after {
        width: 1000px;
        bottom: -110px;
    }

}

@media only screen and (min-width: 1281px) and (max-width: 1540px) {

    .wdt-custom-header-ii-header-icons .wdt-search-form-container #searchform {
        width: 250px;
    }

}

@media only screen and (max-width: 1280px) {

    .wdt-custom-home-image-box .wdt-column:nth-child(even) .wdt-content-item {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .wdt-custom-home-image-box .wdt-column:nth-child(even) .wdt-content-item .wdt-content-media-group {
        margin-top: 40px;
    }

    .wdt-custom-home-image-box .wdt-column:nth-child(odd) .wdt-content-item .wdt-content-media-group {
        margin-bottom: 30px;
    }

    .wdt-about-background:after {
        width: 30px;
        right: -30px;
    }

    .wdt-section-order .elementor-container .elementor-column:first-child {
        order: 2;
    }

    .wdt-section-order .elementor-container .elementor-column:nth-child(3) {
        order: 3;
    }

    .wdt-custom-icon-box-01 #wdt-icon-box-a5427c2 .wdt-column {
        width: 100%;
    }

    .wdt-custom-icon-box-01 #wdt-icon-box-a5427c2 .wdt-column:nth-child(4) {
        width: 100%;
    }

    .wdt-custom-icon-box-01 #wdt-icon-box-a5427c2 .wdt-column:nth-child(1) {
        width: 100%;
    }

    .wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title::after {
        content: none;
    }

    .main-title-section-wrapper .main-title-section-container:after {
        width: 800px;
        bottom: -120px;
    }

    .wdt-custom-counter-typo .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after {
        width: 0;
    }

    .wdt-custom-timeline .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after {
        width: 60px;
        right: -60px;
    }

    .wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
        font-size: var(--wdtFontSize_H5);
    }

    .wdt-custom-testimonial-center-col {
        margin: 0 auto;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

    .wdt-custom-header-ii-header-icons .wdt-search-form-container #searchform {
        width: 350px;
    }

    .wdt-custom-header-3-searchbar .wdt-search-form-container #searchform {
        width: 250px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .wdt-custom-sec-half-bg:after {
        height: 30%;
    }

}

@media only screen and (max-width: 1024px) {

    .wdt-custom-header-ii-header-icons .wdt-header-icons-list-item.search-item.search-default {
        display: none;
    }

    .wdt-about-background:after {
        left: 0;
        top: auto;
        right: 0;
        bottom: -30px;
        margin: auto;
        height: 30px;
        width: 45%;
        border-radius: 0 0 20px 20px;
    }

    .wdt-custom-icon-list-0021 .elementor-icon-list-text {
        font-size: calc(var(--wdtFontSize_H6) - 3px);
    }

    .wdt-offer-box {
        position: unset !important;
    }

    .wdt-custom-flex-banner .elementor-widget-container .wdt-flex-banner-options .wdt-flex-banner-option {
        margin: 5px;
        height: 100%;
        flex: 0 0 50%;
    }

    .wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option:before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
        padding: 30px;
        flex-flow: column wrap;
    }

    .wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-title {
        flex: 1 1 100%;
        writing-mode: unset;
        transform: unset;
        margin: 0;
        width: 100%;
    }

    .wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
        padding: 30px 0 10px 0;
    }

    .wdt-offer-sale .wdt-heading-holder {
        width: 250px;
        height: 250px
    }

    .wdt-custom-service-col .elementor-container {
        flex-direction: column-reverse;
    }

    .wdt-custom-hotspot .wdt-hotspot-item-trigger div[class*="wdt-hotspot-item-"] .wdt-content-image-wrapper .wdt-content-image span img {
        max-width: 80px;
    }

    .wdt-custom-blob-bg-ani:after {
        width: 100%;
        height: 60%;
    }

    .wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        flex: 3;
    }

    .wdt-custom-portfolio-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
        font-size: var(--wdtFontSize_H6);
    }

    .wdt-custom-portfolio-showcase .wdt-interactive-showcase-container {
        align-items: flex-start;
    }

    .wdt-custom-title-with-images h2.elementor-heading-title span.image-1 {
        bottom: 25px;
        max-width: 75px;
    }

    .main-title-section-wrapper .main-title-section-container:after {
        width: 600px;
        bottom: -140px;
    }

    .wdt-custom-service-number .elementor-heading-title {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .wdt-custom-timeline .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after {
        width: 40px;
        right: -40px;
    }

    .wdt-customm-testmonial .wdt-content-item .wdt-content-media-group {
        left: -40px;
        top: 30px;
    }

    .tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
        margin-top: 10px;
    }

    .wdt-custom-pricing-col-sticky {
        padding-top: 0;
    }

}

@media screen and (min-width: 768px) {

    .wdt-custom-image-box-style-7 .wdt-content-item:hover .wdt-content-detail-group .wdt-content-subtitle {
        font-size: clamp(3.75rem, 2.6109rem + 3.0326vw, 6.25rem);
    }

}

@media only screen and (max-width: 767px) {

    .wdt-custom-image-box-style-7 .wdt-column-wrapper .wdt-column .wdt-content-item {
        text-align: left;
        justify-content: flex-start;
        justify-items: center;
    }

    .wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-media-group {
        flex: 0 0 30%;
    }

    .wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group {
        flex: 0 0 70%;
    }

    .wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-title h5:after {
        display: none;
    }

    .wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle {
        position: unset;
        transform: inherit;
        display: inline;
        line-height: 1;
        margin-bottom: 10px;
    }

    .wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group .wdt-content-title {
        margin-bottom: 12px;
    }

    .wdt-custom-mailchimp-01 .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon .wdt-mailchimp-subscription-button-holder button {
        margin-top: 10px;
        margin-bottom: -45px;
    }

    .wdt-heading-holder .wdt-heading-title-wrapper {
        font-size: var(--wdtFontSize_H4);
    }

    .wdt-custom-home-image-box .wdt-column:nth-child(even) .wdt-content-item {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .wdt-custom-home-image-box .wdt-column:nth-child(even) .wdt-content-item .wdt-content-media-group {
        margin-top: 20px;
    }

    .wdt-custom-home-image-box .wdt-column:nth-child(odd) .wdt-content-item .wdt-content-media-group {
        margin-bottom: 15px;
    }

    .wdt-about-contact .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin: calc(20px/2);
    }

    .wdt-custom-icon-list-0021.elementor-widget.elementor-align-center .elementor-inline-items {
        flex-direction: column;
    }

    .wdt-custom-portfolio-image-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon:before {
        top: -7px;
        left: -7px;
    }

    .wdt-tab-carousel .elementor-widget-container .wdt-tabs-container {
        display: flex;
        flex-direction: column;
    }

    .wdt-custom-sec-half-bg:after {
        height: 15%;
    }

    .wdt-custom-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper {
        display: block;
        margin-bottom: 0;
    }

    .wdt-custom-flex-banner .elementor-widget-container .wdt-flex-banner-options .wdt-flex-banner-option {
        flex: 0 0 90%;
    }

    .wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
        padding: 15px 0 10px 0;
    }

    .wdt-custom-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a {
        margin-top: 15px;
    }

    .wdt-custom-pricing .wdt-pricing-table-pricing-prefix,
    .wdt-custom-pricing .wdt-pricing-table-pricing-sale-price {
        font-size: calc(var(--wdtFontSize_Alt) - 10px)
    }

    .wdt-custom-hotspot .wdt-hotspot-item-trigger.wdt-hotspot-expand:before {
        animation: none;
        -webkit-animation: none;
    }

    .wdt-custom-hotspot .wdt-hotspot-item-trigger.wdt-hotspot-expand .wdt-hotspot-item-default i {
        display: none;
    }

    .wdt-custom-hotspot .wdt-hotspot-item-trigger.wdt-hotspot-expand {
        padding: 5px;
        border-radius: var(--wdtRadius_Full);
        -webkit-border-radius: var(--wdtRadius_Full);
    }

    .wdt-custom-hotspot .wdt-hotspot-item-trigger,
    .wdt-custom-hotspot .wdt-hotspot-item-active .wdt-hotspot-item-trigger {
        background: var(--wdtPrimaryColor);
        border-radius: var(--wdtRadius_Full);
        padding: 6px;
        animation: none;
        -webkit-animation: none;
    }

    .wdt-custom-hotspot .wdt-hotspot-item-trigger div[class*="wdt-hotspot-item-"] .wdt-content-image-wrapper .wdt-content-image span img {
        display: none;
    }

    .wdt-custom-couter-home2 .wdt-content-item .wdt-content-counter {
        width: 80px;
        height: 80px;
        font-size: var(--wdtFontSize_H3);
    }

    .wdt-custom-blob-bg-ani:after {
        width: 100%;
        height: 60%;
    }

    .wdt-custom-timeline .wdt-column .wdt-content-item .wdt-content-media-group .wdt-content-elements-group::before,
    .wdt-custom-timeline .wdt-column .wdt-content-item .wdt-content-media-group .wdt-content-elements-group::after {
        background: transparent;
    }

    .wdt-custom-portfolio-showcase .wdt-interactive-showcase-container {
        flex-direction: column;
    }

    .wdt-customm-testmonial .wdt-column:nth-child(2) .wdt-content-item {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    .main-title-section-wrapper .main-title-section-container:after {
        opacity: 0;
        visibility: hidden;
    }

    .wdt-custom-home-search .wdt-search-form-container #searchform input[type="submit"] {
        padding: var(--wdtInputPadding);
    }

    .wdt-custom-contact-icon-box .wdt-icon-box-holder .wdt-content-item {
        flex-direction: column;
        gap: 20px;
    }

    .wdt-custom-home-1-form-iconlist .elementor-widget-container .elementor-icon-list-items {
        flex-direction: column;
        align-items: flex-start;
    }

    .wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper .wdt-counter-icon-wrapper {
        font-size: var(--wdtFontSize_H6);
        font-weight: var(--wdtFontWeight_H6);
        width: 60px;
        height: 60px;
    }

    .wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper:not(:last-child) {
        margin-right: 30px;
    }

    .wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper:not(:last-child):after {
        right: -18px;
        top: 15px;
        font-size: var(--wdtFontSize_H5);

    }

    .wdt-custom-service-number .elementor-heading-title {
        width: 60px;
        height: 60px;
    }

    .wdt-custom-timeline .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after {
        opacity: 0;
        visibility: hidden;
    }

    .wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
        font-size: calc(var(--wdtFontSize_H5) - 4px);
    }

    .wdt-get-in-touch-faq .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
        font-size: calc(var(--wdtFontSize_H5) - 4px);
    }

    .woocommerce div.product .summary .product-buttons-wrapper.product-button.style-simple .wc_inline_buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce div.product .summary .product-buttons-wrapper .wc_inline_buttons .wc_btn_inline {
        margin: 0;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 479px) {

    .wdt-custom-home-image-box .wdt-column:nth-child(even) .wdt-content-item {
        margin-top: 0px;
        margin-bottom: 0px;
        flex-direction: column;
        text-align: center;
    }

    .wdt-custom-home-image-box .wdt-column:nth-child(odd) .wdt-content-item {
        text-align: center;
    }

    .wdt-custom-home-image-box .wdt-column:nth-child(even) .wdt-content-item .wdt-content-media-group {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .wdt-custom-home-image-box .wdt-column:nth-child(odd) .wdt-content-item .wdt-content-media-group {
        margin-bottom: 10px;
    }

    .wdt-custom-home-image-box .wdt-content-item>div[class*="group"]>.wdt-content-title {
        margin-bottom: 10px
    }

    .wdt-custom-testmonial .wdt-content-item .wdt-content-media-group {
        align-items: start;
        flex-direction: column;
    }

    .wdt-custom-testmonial .wdt-column-wrapper .wdt-content-item .wdt-content-image-wrapper {
        margin-bottom: 20px;
    }

    .wdt-custom-list-tab-01 .elementor-icon-box-icon {
        margin-top: 5px;
    }

    .wdt-custom-pricing .wdt-pricing-table-pricing-prefix,
    .wdt-custom-pricing .wdt-pricing-table-pricing-sale-price {
        font-size: calc(var(--wdtFontSize_Alt) - 20px);
    }

    .wdt-custom-pricing .wdt-pricing-table-holder .wdt-pricing-table-media {
        right: 20px;
        top: 20px;
    }

    .wdt-custom-pricing .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 {
        font-size: calc(var(--wdtFontSize_H3) - 8px);
    }

    .wdt-custom-pricing .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle::before {
        margin: 20px 0;
    }

    .wdt-home-team-section .wdt-column:nth-child(even) .wdt-content-item .wdt-content-media-group {
        display: flex;
        flex-direction: column;
    }

    .wdt-home-team-section .wdt-column:nth-child(even) .wdt-content-item .wdt-content-image-wrapper .wdt-content-image {
        margin: 0 0 20px 0;
    }

    .wdt-offer-sale .wdt-heading-holder {
        width: 200px;
        height: 200px
    }

    .wdt-content-item .wdt-social-icons-list li {
        margin: 1px;
    }

    .wdt-custom-blob-bg-ani:after {
        height: 50%;
    }

    .wdt-custom-counter .wdt-content-item .wdt-content-media-group {
        justify-content: center;
    }

    .wdt-customm-testmonial .wdt-content-item {
        padding: 20px 20px 55px 50px
    }

    .wdt-customm-testmonial .wdt-content-item .wdt-content-icon-wrapper {
        bottom: -40px;
        right: 0;
    }

    .wdt-custom-contact-page-form .col-1 p,
    .wdt-custom-contact-page-form .col-2 p {
        grid-template-columns: repeat(1, 1fr);
    }

    .wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper:not(:last-child):after {
        right: -13px;
        top: 10px;
        font-size: var(--wdtFontSize_H6);
    }

    .wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper .wdt-counter-icon-wrapper {
        font-size: var(--wdtFontSize_Base);
        font-weight: var(--wdtFontWeight_H6);
        width: 40px;
        height: 40px;
    }

    .wdt-custom-countdown-sec .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper:not(:last-child) {
        margin-right: 20px;
    }

    .wdt-customm-testmonial .wdt-content-item .wdt-content-media-group {
        position: relative;
        left: 0;
        top: 0;
    }

    .wdt-customm-testmonial .wdt-content-item {
        padding: 15px 20px 60px 20px;
    }

    .wdt-custom-home-1-slider-hd-bulb-icon .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-deco-inner {
        right: 0;
        bottom: 0;
    }

    .woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-wrapper .product-details {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-details .product-element-group-wrapper,
    .woocommerce ul.products[class*="custom-template-one"] li.product:not(.product-list-view) .product-wrapper .product-details .product-buttons-wrapper.product-icons {
        width: 100%;
        text-align: left;
    }

    .wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-media-group,
    .wdt-custom-image-box-style-7 .wdt-content-item .wdt-content-detail-group {
        flex: 0 0 100%;
    }

    .woocommerce .product form.cart .variations tr:first-child {
        margin-right: 0 !important;
    }

}

@media only screen and (max-width: 400px) {

    .tinv-wishlist .tinv-modal .tinv-modal-inner {
        margin: 0 20px;
    }

}



/* Column Width Adjusment */

@media (min-width: 1281px) {

    .wdt-section-space-between>.elementor-container,
    .wdt-section-space-between>.elementor-container>.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 130px;
    }

    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 17px;
    }

    body .container .elementor-section.elementor-section-boxed>.elementor-container {
        padding: 0;
    }
}