
/* --------- 
Home 1 countdown 
------------- */

.wdt-cus-countdown-style .wdt-countdown-holder {
    justify-content: center;
}

.wdt-cus-countdown-style .wdt-countdown-holder p.wdt-countdown-label,
.wdt-cus-countdown-style .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper:not(:last-child)::after {
    display: none;
}

.wdt-cus-countdown-style .wdt-countdown-holder .wdt-downcount {
    margin: -10px;
}

.wdt-cus-countdown-style .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper {
    padding: 10px;
}

.wdt-cus-countdown-style .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
    flex-direction: column;
    padding: 0;
}

.wdt-cus-countdown-style .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper .wdt-counter-icon-wrapper .wdt-counter-number {
    font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);  /* 36px - 20px */
    font-weight: var(--wdtFontWeight_H3);
    line-height: normal;
}

.wdt-cus-countdown-style .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper h3.title {
    font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem); /* 12px - 10px */
    font-weight: var(--wdtFontWeight_Ext);
    text-transform: uppercase;
    letter-spacing: var(--wdtLetterSpacing_3X);
    line-height: normal;

    padding: 30px 30px 0;
    margin-top: 24px;
    border-top: 1px solid var(--wdtSecondaryColor);
}

/* home 2 countdown boxed style */


.wdt-cus-countdown-style.with-boxed .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
    padding: 26px 14px;
    background: rgb(var(--wdtAccentTxtColorRgb),0.9);
    min-width: clamp(3.75rem, 2rem + 8.75vw, 12.5rem);
    min-height: clamp(3.75rem, 2rem + 8.75vw, 12.5rem);
    justify-content: center;
    align-items: center;
}

.wdt-cus-countdown-style.with-boxed .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper .wdt-counter-icon-wrapper .wdt-counter-number {
    font-size: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
    font-weight: var(--wdtFontWeight_H1);
    line-height: var(--wdtLineHeight_Alt);
}

.wdt-cus-countdown-style.with-boxed .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper h3.title {
    border-top-width: clamp(0.125rem, 0.1125rem + 0.0625vw, 0.1875rem);
}


/* responsive */

@media (max-width:1280px) {
    .wdt-cus-countdown-style .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper h3.title {
        padding: 20px 20px 0;
        margin-top: 14px;
    }
}

@media (max-width:768px) {

    /* boxed style */
    .wdt-cus-countdown-style.with-boxed .wdt-countdown-holder .wdt-downcount {
        margin: -6px;
    }
    .wdt-cus-countdown-style.with-boxed .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper {
        padding: 6px;
    }
    .wdt-cus-countdown-style.with-boxed .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
        padding: 26px 10px;
    }
}

@media (max-width:480px) {
    .wdt-cus-countdown-style .wdt-countdown-holder .wdt-downcount {
        margin: -6px;
    }
    .wdt-cus-countdown-style .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper {
        padding: 6px;
    }
    .wdt-cus-countdown-style .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper h3.title {
        padding: 14px 12px 0;
        margin-top: 10px;
    }

    /* boxed style */
    .wdt-cus-countdown-style.with-boxed .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
        padding: 20px 5px;
    }
    .wdt-cus-countdown-style.with-boxed .wdt-countdown-holder .wdt-downcount {
        margin: -4px;
    }
    .wdt-cus-countdown-style.with-boxed .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper {
        padding: 4px;
    }
    .wdt-cus-countdown-style.with-boxed .wdt-countdown-holder .wdt-downcount .wdt-counter-wrapper h3.title {
        padding: 14px 8px 0;
    }
}

/* --------- 
Home 1 countdown Style 1 
------------- */



/* --------- 
Home 1 Testimonial 
----------------- */

.wdt-cus-testimonial-style1 .wdt-content-item {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    margin-right: 0;
    padding-right: 5rem;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-media-group {
    order: 1;
    margin-top: 26px;
    display: flex;
    align-items: center;
    width: 100%;
}

.wdt-cus-testimonial-style1 .wdt-content-item > div:not(:last-child),
.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-media-group > div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-media-group .wdt-content-title-group {
    width: calc(100% - 80px);
    margin-left: 14px;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-image-wrapper {width: auto;}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-image > span, 
.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-image > a {
    border-radius: var(--wdtRadius_Full);
    width: 66px;
    height: 100%;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-title-group.below span {
    display: none;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-title h5 {
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    font-weight: var(--wdtFontWeight_H6);
    text-transform: capitalize;
    line-height: normal;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-subtitle {
    text-transform: capitalize;
    line-height: normal;
    font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
    font-weight: var(--wdtFontWeight_Base);
    letter-spacing: 0;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child) {
    margin-bottom: 5px;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-description {
    font-size: var(--wdtFontSize_Base);
    line-height: 1.88;
    text-transform: capitalize;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: 14px;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-rating li {
    padding: 0;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-rating li span {
    color:rgba(255, 195, 0, 1);
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-rating li span.fas::before {
    content: "\e806";
    font-family: "Koka Icons";
    font-style: normal;
    font-weight: normal;
}

.wdt-cus-testimonial-style1 .wdt-content-item .wdt-rating li span.far::before {
    content: "\e807";
    font-family: "Koka Icons";
    font-style: normal;
    font-weight: normal;
}

/* pagination arrow */

.wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    margin: -8px;
    position: absolute;
    top: 0;
    right: 10%;
}

.wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div {
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: var(--wdtRadius_Full);
    color: var(--wdtSecondaryColor);
    margin: 8px;
}

.wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div span {
    font-size: 0;
}

.wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div::before {
    background: transparent;
    border: 2px solid var(--wdtSecondaryColor);
}

.wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover::before,
.wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div[tabindex="-1"]:hover:before {
    background: var(--wdtSecondaryColor);
    border-color: var(--wdtSecondaryColor);
}

.wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div[tabindex="-1"] {
    color: var(--wdtBorderColor);
    cursor: not-allowed;
}

.wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div[tabindex="-1"]:before {
    border-color: var(--wdtBorderColor);;
}

/* responsive */

@media (min-width:1921px) 
{
    .wdt-cus-testimonial-style1 .wdt-content-item .wdt-content-description{max-width: 420px;}
}

@media (max-width:1540px) {
    .wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        right: 30px;
    }
}

@media (max-width:1280px) {
    .wdt-cus-testimonial-style1 .wdt-content-item {
        padding-right: 3rem;
    }
}

@media (max-width:1024px) {
    .wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        right: 20px;
    }
}

@media (max-width:768px) {
    .wdt-cus-testimonial-style1 .wdt-content-item {
        margin-right: 0;
    }
}

@media (max-width:480px) {
    .wdt-cus-testimonial-style1 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        position: relative;
        right: 0;
        top: 0;
    }
    .wdt-cus-testimonial-style1 .wdt-content-item {
        padding-top: 0;
        padding-bottom: 50px;
        padding-right: 0;
    }
}

/* --------- 
Home 1 Testimonial
 ----------------- */



/* ------- 
Home 3 Video Banner
 ------------------- */

.wdt-cus-advanced-video-banner .wdt-advanced-video-container .wdt-play-button {
    width: 100px;
    height: 100px;
    border: 2px solid var(--wdtAccentTxtColor);
}

.wdt-cus-advanced-video-banner .wdt-advanced-video-container .wdt-play-button span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    background: none;
    border-radius: var(--wdtRadius_Full);
}

.wdt-cus-advanced-video-banner .wdt-advanced-video-container .wdt-advanced-video video.advanced-video {
    border-radius: var(--wdtRadius_Zero);
}

/* ------- 
Home 3 Video Banner
 ------------------- */



/* ------------------ 
Home 4 Grid Banner 
--------------- */

/* title */

.wdt-cus-offer-banner-content-01 .elementor-heading-title {
    font-size: clamp(1.875rem, 1.125rem + 3.75vw, 5.625rem);
    text-transform: capitalize;
    line-height: normal;
    margin: 0;
}

.wdt-cus-offer-banner-content-02 .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    font-size: 18px;
    font-weight: var(--wdtFontWeight_Ext);
    text-transform: capitalize;
    text-decoration: underline;
}

/* ------------------ 
Home 4 Grid Banner
 --------------- */




/* -----------
Home 4 Testimonial 
------------------- */

.wdt-cus-testimonial-style2 .wdt-content-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.wdt-cus-testimonial-style2 .wdt-content-item .wdt-content-media-group {
    display: inherit;
}

.wdt-cus-testimonial-style2 .wdt-content-item > div:not(:last-child),
.wdt-cus-testimonial-style2 .wdt-content-item .wdt-content-elements-group > div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-testimonial-style2.wdt-dark-bg .wdt-content-item .wdt-content-title h5,
.wdt-cus-testimonial-style2.wdt-dark-bg .wdt-content-item .wdt-content-subtitle {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-testimonial-style2 .wdt-content-item .wdt-content-detail-group {
    background-color: var(--wdtSecondaryColor);
    display: inherit;
    align-items: center;
    padding: 10%;
}

.wdt-cus-testimonial-style2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(3.125rem, 2.75rem + 1.875vw, 5rem);  /* 80 - 50 */
    color: rgba(255, 195, 0, 1);
    margin-bottom: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);  /* 30 - 20 */
}

.wdt-cus-testimonial-style2 .wdt-content-item .wdt-content-description {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); /* 20 - 16 */
    line-height: 40px;
    text-transform: capitalize;
}

.wdt-cus-testimonial-style2 .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem); /* 32 - 20 */
    text-transform: capitalize;
    line-height: normal;
    margin-top: clamp(1.875rem, 1.6rem + 1.375vw, 3.25rem);  /* 52 / 30 */
    margin-bottom: 12px;
}

.wdt-cus-testimonial-style2 .wdt-content-item .wdt-content-subtitle {
    font-size: 16px;
    font-weight: var(--wdtFontWeight_Alt);
    text-transform: capitalize;
    letter-spacing: 0;
}

.wdt-cus-testimonial-style2 .wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle {
    margin-top: 0;
}

.wdt-cus-testimonial-style2 .wdt-content-item .wdt-content-image > span > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* animation */

.wdt-cus-testimonial-style2 .wdt-testimonial-holder .swiper-wrapper .swiper-slide .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group > * {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.wdt-cus-testimonial-style2 .wdt-testimonial-holder .swiper-wrapper .swiper-slide-active .wdt-content-item .wdt-content-detail-group 
.wdt-content-elements-group > * {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.wdt-cus-testimonial-style2 .wdt-testimonial-holder .swiper-wrapper .swiper-slide .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group .wdt-content-icon-wrapper,
.wdt-cus-testimonial-style2 .wdt-testimonial-holder .swiper-wrapper .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group .wdt-content-subtitle {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.wdt-cus-testimonial-style2 .wdt-testimonial-holder .swiper-wrapper .swiper-slide .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group .wdt-content-description,
.wdt-cus-testimonial-style2 .wdt-testimonial-holder .swiper-wrapper .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group .wdt-content-title {
    transition-delay: 0.3s;
}

.wdt-cus-testimonial-style2 .wdt-testimonial-holder .swiper-wrapper .swiper-slide .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group .wdt-content-title,
.wdt-cus-testimonial-style2 .wdt-testimonial-holder .swiper-wrapper .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group .wdt-content-description {
    transition-delay: 0.2s;
}

.wdt-cus-testimonial-style2 .wdt-testimonial-holder .swiper-wrapper .swiper-slide .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group .wdt-content-subtitle,
.wdt-cus-testimonial-style2 .wdt-testimonial-holder .swiper-wrapper .swiper-slide-active .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group .wdt-content-icon-wrapper {
    transition-delay: 0.1s;
}

/* responsive */

@media (max-width:768px) {
    .wdt-cus-testimonial-style2 .wdt-content-item {
        grid-template-columns: 1fr;
        /* gap: 0; */
    }
    .wdt-cus-testimonial-style2 .wdt-content-item .wdt-content-detail-group {
        padding: 60px 10%;
    }
}

@media (max-width:480px) {
    .wdt-cus-testimonial-style2 .wdt-content-item .wdt-content-detail-group {
        padding: 50px 10%;
    }
}

/* -----------
Home 4 Testimonial
 ------------------- */




/* ----------- 
Home 5 Video Banner 
--------------- */

.wdt-cus-video-banner-01 .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon {
    width: clamp(5rem, 4.625rem + 1.875vw, 6.875rem);
    height: clamp(5rem, 4.625rem + 1.875vw, 6.875rem);
    border: 2px solid var(--wdtSecondaryColor);
    border-radius: var(--wdtRadius_Full);
    align-items: center;
    justify-content: center;
}

.wdt-cus-video-banner-01 .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:hover {
    color: var(--wdtPrimaryColor);
    border-color: var(--wdtPrimaryColor);
}

/* ----------- 
Home 5 Video Banner 
--------------- */



/* ---------------
Home 5 Team 
------------------ */

/* img */

/* .wdt-cus-team-box-type .wdt-content-item .wdt-content-image > span, 
.wdt-cus-team-box-type .wdt-content-item .wdt-content-image > a {
    border-radius: var(--wdtRadius_Full);
} */

.wdt-cus-team-box-type .wdt-content-item .wdt-content-image > span > img, 
.wdt-cus-team-box-type .wdt-content-item .wdt-content-image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;

    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    clip-path: circle(90px at center 150px);
    -webkit-clip-path: circle(90px at center 150px);
}

.wdt-cus-team-box-type .wdt-content-item:hover .wdt-content-image > span > img, 
.wdt-cus-team-box-type .wdt-content-item:hover .wdt-content-image > a > img {
    clip-path: circle(100% at center 100px);
    -webkit-clip-path: circle(100% at center 100px);
    
}


/* content item */

.wdt-cus-team-box-type .wdt-content-item {
    border: 1px solid var(--wdtBorderColor);
}

.wdt-cus-team-box-type .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container {
    padding: 50px;
}

/* typography */

.wdt-cus-team-box-type .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.375rem, 1.3173rem + 0.2564vw, 1.625rem);  /* 30 - 26 */
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.wdt-cus-team-box-type .wdt-content-item .wdt-content-subtitle {
    font-size: var(--wdtFontSize_Base);
    letter-spacing: 0;
    line-height: normal;
    text-transform: capitalize;
}

.wdt-cus-team-box-type .wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle {
    margin-top: -10px;
}


/* social icons */

.wdt-cus-team-box-type .wdt-content-item .wdt-social-icons-list li a {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}

.wdt-cus-team-box-type .wdt-content-item .wdt-social-icons-list li {
    margin: 10px;
}

.wdt-cus-team-box-type .wdt-content-item .wdt-social-icons-list {
    margin:  0 -10px;
}

.wdt-cus-team-box-type .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a {
    color: var(--wdtSecondaryColor);
}

.elementor-element.wdt-cus-team-box-type .wdt-team-holder.wdt-rc-template-custom-template .wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a {
    color: var(--wdtAccentTxtColor);
}
.elementor-element.wdt-cus-team-box-type .wdt-team-holder.wdt-rc-template-custom-template .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a:after {
    content: '';
    background: var(--wdtAccentTxtColor);
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    transition: var(--wdtBaseTransition);
}
.elementor-element.wdt-cus-team-box-type .wdt-team-holder.wdt-rc-template-custom-template .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a:hover:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.elementor-element.wdt-cus-team-box-type .wdt-team-holder.wdt-rc-template-custom-template .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a {
    position: relative;
}

.elementor-element.wdt-cus-team-box-type .wdt-team-holder.wdt-rc-template-custom-template .wdt-content-item .wdt-content-title h5 a:hover{color: var(--wdtPrimaryColor);}


.wdt-cus-team-box-type .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::after {
    display: none;
}

.wdt-cus-team-box-type .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::before {
    background-image: none;
    background-color: var(--wdtSecondaryColor);
    opacity: 0;
    z-index: 1;
}

.wdt-cus-team-box-type .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper::before {
    opacity: 0.3;
}

/* bullets */

.wdt-cus-team-box-type .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 3px;
    width: clamp(0.625rem, 0.25rem + 1.875vw, 2.5rem);
}

.wdt-cus-team-box-type .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
    background: var(--wdtBorderColor);
}

.wdt-cus-team-box-type .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover::before, 
.wdt-cus-team-box-type .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::before {
    background: var(--wdtSecondaryColor);
}

.wdt-cus-team-box-type .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
    margin-top: clamp(2.5rem, 1.9231rem + 2.5641vw, 5rem);
}

/* responsive */

@media (min-width:1281px) and (max-width:1540px) {
    .wdt-cus-team-box-type .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container {
        padding: clamp(1.25rem, -8.0236rem + 11.583vw, 3.125rem);
    }
    .wdt-cus-team-box-type .wdt-content-item .wdt-content-image > span > img, 
    .wdt-cus-team-box-type .wdt-content-item .wdt-content-image > a > img {
        clip-path: circle(80px at center clamp(6.875rem, 3.7838rem + 3.861vw, 7.5rem));
        -webkit-clip-path: circle(80px at center clamp(6.875rem, 3.7838rem + 3.861vw, 7.5rem));
    }
}

@media (min-width:1025px) and (max-width:1280px) {
    .wdt-cus-team-box-type .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container {
        padding: clamp(1.25rem, -6.2868rem + 11.7647vw, 3.125rem);
    }
    .wdt-cus-team-box-type .wdt-content-item .wdt-content-image > span > img, 
    .wdt-cus-team-box-type .wdt-content-item .wdt-content-image > a > img {
        clip-path: circle(clamp(5rem, 2.4877rem + 3.9216vw, 5.625rem) at center clamp(7.5rem, -0.0368rem + 11.7647vw, 9.375rem));
        -webkit-clip-path: circle(clamp(5rem, 2.4877rem + 3.9216vw, 5.625rem) at center clamp(7.5rem, -0.0368rem + 11.7647vw, 9.375rem));
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .wdt-cus-team-box-type .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container {
        padding: clamp(1.25rem, -4.4044rem + 11.7647vw, 3.125rem);
    }
    .wdt-cus-team-box-type .wdt-content-item .wdt-content-image > span > img, 
    .wdt-cus-team-box-type .wdt-content-item .wdt-content-image > a > img {
        clip-path: circle(clamp(6.25rem, 0.5956rem + 11.7647vw, 8.125rem) at center clamp(9.375rem, 1.8358rem + 15.6863vw, 11.875rem));
    -webkit-clip-path: circle(clamp(6.25rem, 0.5956rem + 11.7647vw, 8.125rem) at center clamp(9.375rem, 1.8358rem + 15.6863vw, 11.875rem));
    }
}

@media (min-width:481px) and (max-width:768px) {
    .wdt-cus-team-box-type .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container {
        padding: clamp(1.25rem, -6.2868rem + 11.7647vw, 3.125rem);
    }
    .wdt-cus-team-box-type .wdt-content-item .wdt-content-image > span > img, 
    .wdt-cus-team-box-type .wdt-content-item .wdt-content-image > a > img {
        clip-path: circle(clamp(3.125rem, -1.0649rem + 13.9373vw, 5.625rem) at center clamp(4.375rem, -4.0048rem + 27.8746vw, 9.375rem));
        -webkit-clip-path: circle(clamp(3.125rem, -1.0649rem + 13.9373vw, 5.625rem) at center clamp(4.375rem, -4.0048rem + 27.8746vw, 9.375rem));
    }
}

@media (max-width:480px) {
    .wdt-cus-team-box-type .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container {
        padding: clamp(1.25rem, -2.5rem + 18.75vw, 3.125rem);
    } 
    .wdt-cus-team-box-type .wdt-content-item .wdt-content-image > span > img, 
    .wdt-cus-team-box-type .wdt-content-item .wdt-content-image > a > img {
        clip-path: circle(clamp(5rem, 0rem + 25vw, 7.5rem) at center clamp(6.875rem, 0.625rem + 31.25vw, 10rem));
        -webkit-clip-path: circle(clamp(5rem, 0rem + 25vw, 7.5rem) at center clamp(6.875rem, 0.625rem + 31.25vw, 10rem));
    }
}


/* ---------------
Home 5 Team 
------------------ */



/* ----------------
Simple Type Faq Style
--------------------- */

.wdt-template-classic.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
    height: fit-content;
    margin: clamp(0.375rem, 0.275rem + 0.5vw, 0.875rem) 0 auto 0;
}

.wdt-template-classic.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon > div {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: var(--wdtRadius_Zero);
    align-items: flex-start;
}

.wdt-template-classic.wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper {
    border-radius: 0;
    border: 0;
    height: fit-content;
    border: 1px solid var(--wdtBorderColor);
}

.wdt-template-classic.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
    padding: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem) clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    border: 0px solid var(--wdtBorderColor);
}

.wdt-template-classic.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover, 
.wdt-template-classic.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active {
    background: var(--wdtTertiaryColor) !important;
    border-color: var(--wdtBorderColor);
}

.wdt-template-classic.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
    font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
    line-height: 1.5;
}

.wdt-template-classic.wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    line-height: 30px;
    padding: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem) clamp(1.25rem, 1rem + 1.25vw, 2.5rem); 
    background: none;
}

.wdt-template-classic.wdt-accordion-toggle-holder .wdt-accordion-toggle-description > b {
    font-weight: var(--wdtFontWeight_Alt);
}

/* .wdt-template-classic.wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:last-child) {
    margin-bottom: 0;
} */

/* .wdt-cus-faq-grid-style .wdt-accordion-toggle-holder {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px 50px;
} */

/* responsive */

/* @media (max-width:1280px) {
    .wdt-cus-faq-grid-style .wdt-accordion-toggle-holder {
        grid-template-columns: 1fr;
    }
} */


/* ----------------
Simple Type Faq Style
--------------------- */



/* --------------------------
Contact Page
------------------------------ */


/* ---------------- contact Page tab with img ----------- */

.wdt-cus-title-with-img-tab .ui-widget.ui-widget-content {
    border: unset;
    border-radius: 0;
    padding: 0;
}

.wdt-cus-title-with-img-tab .ui-widget-header {
    background: none;
    border: unset;
    border-radius: 0;
}

.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list > li {
    flex: 1;
}

.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list li:not(:last-child) {
    margin: 0;
}

.wdt-cus-title-with-img-tab .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin: 0;
    padding: 0;
}

.wdt-cus-title-with-img-tab .ui-tabs .ui-tabs-nav li {
    margin: 0;
}

.wdt-cus-title-with-img-tab .ui-state-default, 
.wdt-cus-title-with-img-tab .ui-widget-content .ui-state-default, 
.wdt-cus-title-with-img-tab .ui-widget-header .ui-state-default {
    border: none;
    background: none;
}

.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor {
    display: grid;
    font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
    font-family: var(--wdtFontTypo_Alt);
    line-height: normal;
    text-transform: capitalize;
    font-weight: var(--wdtFontWeight_Alt);
    padding: 0;
    border: 1px solid rgb(var(--wdtBorderColorRgb),0.6);
    background-color: var(--wdtTertiaryColor);
    color: var(--wdtSecondaryColor);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);   
}

.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor, 
.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor {
    background-color: rgb(var(--wdtSecondaryColorRgb),0.4);
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor > div {
    grid-area: 1/1;
}

.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title  {
    z-index: 1;
}

.wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active a 
.wdt-content-title,
.wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list.wdt-expanded 
li a .wdt-content-title {
    z-index: 1;
}

.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor:after,
.wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    pointer-events: none;
}

.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-content-wrapper {
    margin-top: 50px;
    background: none;
    padding: 0;
}

.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-content-wrapper .wdt-tabs-content {
    padding: 0;
}

.wdt-cus-title-with-img-tab .wdt-template-default.wdt-layout-horizontal {
    display: flex;
    flex-wrap: wrap;
    background: none;
}

.wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-content-wrapper {
    background-color: transparent;
}

.wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list li a 
.wdt-content-image-wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: -1; */
}

.wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list li {
    background: var(--wdtTertiaryColor);
}

.wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active,
.wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list li:hover {
    background-color: rgb(var(--wdtSecondaryColorRgb),0.8);
}
.wdt-cus-title-with-img-tab .ui-tabs .ui-tabs-nav li .wdt-advanced-video-container .wdt-play-button{display: none;}

.wdt-cus-title-with-img-tab .wdt-advanced-video-container .wdt-advanced-video video.advanced-video{border-radius: 0;}

.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor:before {
    content: '';
    background: rgba(var(--wdtSecondaryColorRgb), 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor:after {
    background: var(--wdtTertiaryColor);
    transition: var(--wdtBaseTransition);
}
.wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:after, .wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:after {
    width: 0;
}


/* responsive */

@media (max-width:767px) {
    .wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-content-wrapper {
        padding: 0;
    }
    .wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list li a {
        font-size: var(--wdtFontSize_H6);
        line-height: normal;
        text-transform: capitalize;
        font-weight: var(--wdtFontWeight_Base);
        color: var(--wdtSecondaryColor);
        transition: var(--wdtBaseTransition);
        -webkit-transition: var(--wdtBaseTransition);

        justify-content: center;
    }
    .wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list {
        box-shadow: unset;
    }
    .wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list::before, 
    .wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list::after {
        top: 70%;
    }
    .wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-content-wrapper {
        margin-top: 50px;
        margin-bottom: 0;
    }
}

@media (max-width:480px) {
    .wdt-cus-title-with-img-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper {
        width: 100%;
    }
    .wdt-cus-title-with-img-tab .wdt-tabs-container .wdt-tabs-content-wrapper {
        margin-top: 40px;
    }
}

/* end */




/* -----------Contact Page Form -------------- */

.wdt-cus-contact-page-form label {
    line-height: normal;
    color: var(--wdtHeadAltColor);
    font-weight: var(--wdtFontWeight_Base);
    text-transform: capitalize;
    font-family: var(--wdtFontTypo_Base);
    font-size: var(--wdtFontSize_Base);
  }
  
  .wdt-cus-contact-page-form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
  .wpcf7-form.wdt-cus-contact-page-form .wpcf7-form-control-wrap .wpcf7-form-control[class*="wpcf7-date"] {
      padding-top: 17px;
      padding-bottom: 17px;
      padding-left: 24px;
      line-height: normal;
      font-size: var(--wdtFontSize_Ext);
      text-transform: capitalize;
      color: rgb(var(--wdtHeadAltColorRgb),0.5);
      font-size: var(--wdtFontSize_Base);
      background: transparent;
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-form-grid-align .wpcf7-form-control-wrap {
      margin-top: 10px;
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-form-grid-align P {
      margin-bottom: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px 30px;
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-form-grid-align P label:last-child {
      grid-area: 2/1/2/3;
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wpcf7-form-control-wrap .wpcf7-form-control[class*="wpcf7-date"] {
    line-height: 1;
  }

  .wpcf7-form.wdt-cus-contact-page-form .wpcf7-form-control-wrap .wpcf7-form-control[class*="wpcf7-date"]:focus {
    border-color: var(--wdtSecondaryColor);
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-checkbox h6 {
      margin: 0 0 30px;
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-checkbox p {
      margin-bottom: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-checkbox p .wpcf7-form-control-wrap[data-name="checkbox"] .wpcf7-checkbox {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-checkbox p .wpcf7-form-control-wrap[data-name="checkbox"] .wpcf7-checkbox 
  .wpcf7-list-item {
      margin: 0;
      font-size: var(--wdtFontSize_Base);
      font-family: var(--wdtFontTypo_Base);
      font-weight: var(--wdtFontWeight_Base);
      line-height: normal;
      color: var(--wdtSecondaryColor);
      text-transform: capitalize;
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-checkbox p .wpcf7-form-control-wrap[data-name="checkbox"] .wpcf7-checkbox .wpcf7-list-item [type="checkbox"] {
      appearance: none;
      -webkit-appearance: none;
      width: 20px;
      height: 20px;
      border: 1px solid var(--wdtSecondaryColor);
      margin-right: 10px;
      position: relative;
      cursor: pointer;
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-checkbox p .wpcf7-form-control-wrap[data-name="checkbox"] .wpcf7-checkbox .wpcf7-list-item [type="checkbox"]:after {
      content: "";
      position: absolute;
      top: -8px;
      left: 2px;
      margin: auto;
      width: 9px;
      height: 18px;
      border-width: 0 1px 1px 0;
      border-color: var(--wdtSecondaryColor);
      border-style: solid;
      z-index: 1;
      transform: rotate(36deg) scale(0);
      -webkit-transform: rotate(36deg) scale(0);
      -webkit-transition: all .2s cubic-bezier(0.7, 0, 0.3, 1);
      transition: all .2s cubic-bezier(0.7, 0, 0.3, 1);
      transform-origin: center bottom;
      -webkit-transform-origin: center bottom;
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-checkbox p .wpcf7-form-control-wrap[data-name="checkbox"] .wpcf7-checkbox .wpcf7-list-item [type="checkbox"]:checked:after{
      transform: rotate(36deg) scale(1);
    -webkit-transform: rotate(36deg) scale(1);
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-checkbox p .wpcf7-form-control-wrap[data-name="checkbox"] .wpcf7-checkbox .wpcf7-list-item [type="checkbox"]:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 12px;
      height: 12px;
      background-color: var(--wdtTertiaryColor);
      transform: translate(6px, -6px);
      -webkit-transform: translate(6px, -6px);
      opacity: 0;
      -webkit-transition: all .2s cubic-bezier(0.7, 0, 0.3, 1);
      transition: all .2s cubic-bezier(0.7, 0, 0.3, 1);
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-checkbox p .wpcf7-form-control-wrap[data-name="checkbox"] .wpcf7-checkbox .wpcf7-list-item [type="checkbox"]:checked:before {
      opacity: 1;
  }

  .wpcf7-form.wdt-cus-contact-page-form .select2-container {
        min-width: 100%;
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-form-btn p {
      margin-bottom: 0;
      width: 100%;
  }
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-form-btn p input[type="submit"],
  .wpcf7-form.wdt-cus-home-2-form input[type="submit"] {
      margin-top: 0;
      width: 100%;
      background-color: var(--wdtSecondaryColor);
      color: var(--wdtAccentTxtColor);
  }

  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-form-btn p input[type="submit"]:hover,
  .wpcf7-form.wdt-cus-home-2-form input[type="submit"]:hover,
  
  .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-form-btn p input[type="submit"]:focus,
  .wpcf7-form.wdt-cus-home-2-form input[type="submit"]:focus{ 
    background-color: var(--wdtPrimaryColor); 
}
  
  /* Responsive */
  
  @media (max-width:600px) {
      .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-form-grid-align P {
          grid-template-columns: 1fr;
          gap: 30px;
      }
      .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-form-grid-align P label:last-child {
          grid-area: 3/1/3/1;
      } 
  }
  
  @media (max-width:480px) {
      .wpcf7-form.wdt-cus-contact-page-form .wdt-cus-checkbox p .wpcf7-form-control-wrap[data-name="checkbox"] .wpcf7-checkbox {
          grid-template-columns: 1fr;
          gap: 30px;
      }
  }


/* contact page contact list */

.wdt-cus-contact-list .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group {
    padding: 0;
}

.wdt-cus-contact-list .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: 10px;
}

.wdt-cus-contact-list .wdt-content-item .wdt-advanced-slider-block .wdt-image-icon-group .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: var(--wdtFontSize_H3);
}

.wdt-cus-contact-list .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_Alt);
    text-transform: capitalize;
    line-height: normal;
    margin: 0;
}

.wdt-cus-contact-list .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-description {
    max-width: 350px; 
    font-family: var(--wdtFontTypo_Base); 
    font-size: var(--wdtFontSize_Base);
}
.wdt-cus-contact-list .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button { width: 100%; }
.wdt-cus-contact-list .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button .wdt-button-text{
    text-transform: lowercase; font-family: var(--wdtFontTypo_Base);
}

.wdt-cus-contact-list .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button:not(:last-child) {
    margin-bottom: 5px;
}

.wdt-cus-contact-list .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group 
.wdt-content-button-group,
.wdt-cus-contact-list .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group 
.wdt-content-button-group .wdt-content-button {
    margin: 0;
}

.wdt-cus-contact-list .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group 
.wdt-content-button a {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    line-height: normal;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    color: var(--wdtLinkColor);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-contact-list .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button a:hover {
    color: var(--wdtLinkHoverColor);
}

.wdt-cus-contact-list .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button + .wdt-content-button > a {
    background-color: transparent;
}

.wdt-cus-contact-list .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button + .wdt-content-button > a:hover {
    background-color: transparent;
}

.wdt-cus-contact-list .wdt-content-item .wdt-advanced-slider-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.wdt-cus-contact-list .wdt-content-item .wdt-advanced-slider-block .wdt-image-icon-group {
    margin-right: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem);
}

.wdt-cus-contact-list .wdt-specifications-holder>div:not(:last-child) {
    margin-bottom: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
}

.wdt-cus-contact-list .wdt-content-item .wdt-content-button > a::after {
    display: none;
}


/* --------------------------
Contact Page
------------------------------ */


/* ---------------
instagram
---------------- */

.wdt-cus-instagram-sec .wdt-content-item {
    background-color: var(--wdtTertiaryColor);
}

.wdt-cus-instagram-sec .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 48px;
    padding: 0;
    line-height: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0;
}

.wdt-cus-instagram-sec .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.wdt-cus-instagram-sec .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span:hover {
    color: var(--wdtPrimaryColor);
}

.wdt-cus-instagram-sec .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::before {
    opacity: 0;
}

.wdt-cus-instagram-sec .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::after {
    background-color: var(--wdtTertiaryColor);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;

    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    left: 0;
    top: 0;
    -webkit-border-radius: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
}

.wdt-cus-instagram-sec .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper::after {
    opacity: 0.8;
    transform: scale(1);
    -webkit-transform: scale(1);

    width: 100%;
    padding: 0;
    border-radius: 0;
}

.wdt-cus-instagram-sec .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container {
    /* pointer-events: none; */
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 0;
    grid-area: unset;
    cursor: pointer;
}

.wdt-cus-instagram-sec .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon:hover span {color: var(--wdtPrimaryColor) !important;}

/* type 2 */

.wdt-cus-instagram-sec.type-2 .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::after {
    background-color: var(--wdtSecondaryColor);
}

.wdt-cus-instagram-sec.type-2 .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper::after {
    opacity: 0.4;
}

/* ---------------
instagram
---------------- */


/* -------------------------
Support Block
-------------------------- */

.wdt-cus-support-block .wdt-content-item .wdt-content-description {
    letter-spacing: var(--wdtLetterSpacing_3X);
    font-weight: var(--wdtFontWeight_Alt);
    font-size: var(--wdtFontSize_Base);
    line-height: 30px;
    text-transform: uppercase;
    max-width: 400px;
    margin: 0 auto;
}

.wdt-cus-support-block .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    padding: 0;
    width: 70px;
    height: 70px;
    font-size: 100%;
}

.wdt-cus-support-block .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-support-block .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i,
.wdt-cus-support-block .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i svg {
    width: inherit;
    height: inherit;
}

.wdt-cus-support-block .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top:0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: var(--wdtRadius_Full);
    background-color: var(--wdtTertiaryColor);
    pointer-events: none;
    z-index: -1;

    transform: translate(20px,20px) scale(1);
    -webkit-transform: translate(20px,20px) scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.wdt-cus-support-block .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span:after {
    background: var(--wdtPrimaryColor);
    transform: translate(0) scale(2.4);
    -webkit-transform: translate(0) scale(2.4);
}


.wdt-cus-support-block .wdt-content-item > div:not(:last-child) {
    margin-bottom: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem);
}

.wdt-cus-support-block .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination {
    margin-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.wdt-cus-support-block .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button {
    margin: 0 6px;
    font-size: 0;
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    border-radius: var(--wdtRadius_Full);
    border: 2px solid var(--wdtBorderColor);
    background-color: transparent;
    position: relative;
}

.wdt-cus-support-block .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button:hover {
    border-color: var(--wdtSecondaryColor);
}

.wdt-cus-support-block .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button:hover:after {
    background: var(--wdtSecondaryColor);
}

.wdt-cus-support-block .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 20px;
    background: var(--wdtBorderColor);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    transition: inherit;
    -webkit-transition: inherit;
}

.wdt-cus-support-block .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button.wdt-pagination-prev:after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54.6 100' style='enable-background:new 0 0 54.6 100;' xml:space='preserve'%3E%3Cpath d='M50,100c-1.2,0-2.3-0.4-3.2-1.3L1.3,53.2c-1.8-1.8-1.8-4.7,0-6.4L46.8,1.3c1.8-1.8,4.7-1.8,6.4,0 C55,3.1,55,6,53.2,7.7L11,50l42.2,42.2c1.8,1.8,1.8,4.7,0,6.4C52.3,99.5,51.2,100,50,100L50,100z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54.6 100' style='enable-background:new 0 0 54.6 100;' xml:space='preserve'%3E%3Cpath d='M50,100c-1.2,0-2.3-0.4-3.2-1.3L1.3,53.2c-1.8-1.8-1.8-4.7,0-6.4L46.8,1.3c1.8-1.8,4.7-1.8,6.4,0 C55,3.1,55,6,53.2,7.7L11,50l42.2,42.2c1.8,1.8,1.8,4.7,0,6.4C52.3,99.5,51.2,100,50,100L50,100z'/%3E%3C/svg%3E");
}

.wdt-cus-support-block .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button.wdt-pagination-next:after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54.6 100' style='enable-background:new 0 0 54.6 100;' xml:space='preserve'%3E%3Cpath d='M4.5,100c-1.2,0-2.3-0.4-3.2-1.3c-1.8-1.8-1.8-4.7,0-6.4L43.6,50L1.3,7.7c-1.8-1.8-1.8-4.7,0-6.4 c1.8-1.8,4.7-1.8,6.4,0l45.5,45.5c1.8,1.8,1.8,4.7,0,6.4L7.8,98.7C6.9,99.6,5.7,100,4.5,100L4.5,100z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54.6 100' style='enable-background:new 0 0 54.6 100;' xml:space='preserve'%3E%3Cpath d='M4.5,100c-1.2,0-2.3-0.4-3.2-1.3c-1.8-1.8-1.8-4.7,0-6.4L43.6,50L1.3,7.7c-1.8-1.8-1.8-4.7,0-6.4 c1.8-1.8,4.7-1.8,6.4,0l45.5,45.5c1.8,1.8,1.8,4.7,0,6.4L7.8,98.7C6.9,99.6,5.7,100,4.5,100L4.5,100z'/%3E%3C/svg%3E");
}


/* -------------------------
Support Block
-------------------------- */




/* ------------------
Footer
-------------------- */

/* newsletter title */

.wdt-cus-footer-newsletter-title .wdt-heading-holder .wdt-heading-title .wdt-heading-colored-elements {
    font-style: italic;
    font-weight: var(--wdtFontWeight_Base);
}

.wdt-cus-footer-newsletter-title .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-cus-footer-coomon-title .wdt-heading-holder .wdt-heading-content-wrapper {
    line-height: 30px;
}

.wdt-cus-footer-newsletter-title .wdt-heading-holder > :not(:last-child),
.wdt-cus-footer-coomon-title .wdt-heading-holder > :not(:last-child) {
    margin-bottom: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
}

/* common title */

.wdt-cus-footer-coomon-title .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-weight: var(--wdtFontWeight_Alt);
    letter-spacing: var(--wdtLetterSpacing_3X);
    text-transform: uppercase;
    line-height: normal;
}

/* mailchamp */

.wdt-cus-footer-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form, 
.wdt-cus-footer-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type="submit"] {
    border-radius: var(--wdtRadius_Zero);
}

.wdt-cus-footer-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
    margin: 0;
}

.wdt-cus-footer-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type="submit"] {
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--wdtSecondaryColor);

    font-size: var(--wdtFontSize_Ext);
    text-transform: uppercase;
    letter-spacing: var(--wdtLetterSpacing_3X);
    font-weight: var(--wdtFontWeight_Alt);
    line-height: normal;
}

.wdt-cus-footer-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
.wdt-mailchimp-subscription-button-holder button[type="submit"]:hover {
    background-color: var(--wdtPrimaryColor);
}

.wdt-cus-footer-mailchamp .wdt-mailchimp-holder .wdt-mailchimp-wrapper input {
    border: 1px solid var(--wdtBodyBGColor);
}

.wdt-cus-footer-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input {
    margin: 0;
    background-color: var(--wdtTertiaryColor);
}

.wdt-input-bg-white.wdt-cus-footer-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input {
    background-color: var(--wdtBodyBGColor);
}

.wdt-cus-footer-mailchamp .wdt-mailchimp-holder .wdt-mailchimp-wrapper input:focus {
    border-color: var(--wdtSecondaryColor);
}


/* payment icons */

.wdt-cus-footer-payment-icons ul.elementor-icon-list-items {
    margin: -3px;
}

.wdt-cus-footer-payment-icons ul.elementor-icon-list-items li.elementor-icon-list-item {
    margin-top: 3px;
    margin-bottom: 3px;
}

.wdt-cus-footer-payment-icons ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon svg {
    margin: 0;
    height: auto;
}

.wdt-cus-footer-payment-icons ul.elementor-icon-list-items li.elementor-icon-list-item a {
    padding: 5px;
    background: var(--wdtTertiaryColor);
}

.wdt-dark-bg.wdt-cus-footer-payment-icons ul.elementor-icon-list-items li.elementor-icon-list-item a {
    background: var(--wdtBodyBGColor);
}

.border-type.wdt-cus-footer-payment-icons ul.elementor-icon-list-items li.elementor-icon-list-item a {
    background: none;
    border: 1px solid var(--wdtBorderColor);
}

/* footer toogle style menu */

#footer .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper {
    border: 0;
    border-radius: var(--wdtRadius_Zero);
}

#footer .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
    font-weight: var(--wdtFontWeight_Alt);
    font-size: var(--wdtFontSize_Base);
    letter-spacing: var(--wdtLetterSpacing_3X);
    text-transform: uppercase;
}

#footer .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon > div {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: var(--wdtRadius_Zero);
    font-size: 16px;
}

/* logo grop shadow */

.wdt-cus-drop-shadow-logo .wdt-logo-container img {
    filter: drop-shadow(6px 6px 4px rgb(var(--wdtHeadAltColorRgb),0.2));
    -webkit-filter: drop-shadow(6px 6px 4px rgb(var(--wdtHeadAltColorRgb),0.2));
}

/* responsive */

@media (max-width:480px) {
    .wdt-cus-footer-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
    .wdt-mailchimp-subscription-button-holder {
        margin: 10px 0 0 0;
        position: relative;
        width: 100%;
    }
    .wdt-cus-footer-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type="submit"] {
        padding: var(--wdtPadding_Btn);
        width: 100%;
        justify-content: center;
        min-height: 54px;
    }
    .wdt-cus-footer-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input {
        padding: var(--wdtInputPadding);
    }
}

/* ------------------
Footer
-------------------- */



/* ------------------
Brand Logo
------------------- */

.wdt-cus-brand-logo .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    width: 180px;
    height: 130px;
    padding: 0;
    color: rgb(var(--wdtHeadAltColorRgb),0.4);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* .wdt-cus-brand-logo  .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:hover, */
.wdt-cus-brand-logo .wdt-content-item .wdt-content-icon-wrapper:nth-child(2) .wdt-content-icon span {
    color: rgb(var(--wdtHeadAltColorRgb),1);
}

.wdt-cus-brand-logo .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i,
.wdt-cus-brand-logo .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i svg {
    width: inherit;
    height: inherit;
}

.wdt-cus-brand-logo .wdt-content-item .wdt-content-media-group {
    display: grid;
    align-items: center;
    justify-content: center;
}

.wdt-cus-brand-logo .wdt-content-item .wdt-content-media-group > div {
    grid-area: 1/-1;
}

.wdt-cus-brand-logo .wdt-icon-box-wrapper .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0 !important;
}

.wdt-cus-brand-logo .wdt-content-item .wdt-content-media-group > div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-brand-logo  .wdt-content-item .wdt-content-icon-wrapper:nth-child(2) .wdt-content-icon span {
    transform: translateX(50%);
    opacity:0;
}

.wdt-cus-brand-logo  .wdt-content-item:hover .wdt-content-icon-wrapper:nth-child(2) .wdt-content-icon span,
.wdt-cus-brand-logo  .wdt-content-item .wdt-content-icon-wrapper:nth-child(1) .wdt-content-icon span {
    transform: translateX(0);
    opacity:1;
}


.wdt-cus-brand-logo  .wdt-content-item:hover .wdt-content-icon-wrapper:nth-child(1) .wdt-content-icon span {
    transform: translateX(-50%);
    opacity:0;
}

/* ------------------
Brand Logo
------------------- */



/* --------------
Brand gird img box
--------------- */

.wdt-cus-brand-list .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::after {
    display: none;
}

.wdt-cus-brand-list .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::before {
    background-image: unset;
    opacity: 0.3;
    background-color: var(--wdtSecondaryColor);
    z-index: 1;
}

.wdt-cus-brand-list .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);

    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-brand-list .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1);
    -webkity-transform: scale(1);
}

.wdt-cus-brand-list .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.625rem, 1.5rem + 0.625vw, 2.25rem);   /* 36px - 26px */
    /* font-size: var(--wdtFontSize_H3); */
    text-transform: capitalize;
    line-height: var(--wdtLineHeight_H3);
    pointer-events: none;
    font-weight: var(--wdtFontWeight_H3);
}

.wdt-cus-brand-list .wdt-content-item .wdt-content-subtitle {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
}

.wdt-cus-brand-list .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > :not(:last-child) {
    margin-bottom: 40px;
}

.wdt-cus-brand-list .wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle {
    margin-top: -24px;
}

.wdt-cus-brand-list .wdt-content-item .wdt-content-button {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
}

.wdt-cus-brand-list .wdt-content-item:hover .wdt-content-button {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.wdt-cus-brand-list .wdt-content-item .wdt-content-button > a {
    border: 0;
    background-color: transparent;
    padding: 0;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: var(--wdtLetterSpacing_3X);
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Ext);
    /* background-image: linear-gradient(90deg, rgba(var(--wdtAccentTxtColorRgb), 0.5) 100%, rgba(var(--wdtAccentTxtColorRgb), 0.5) 100% );
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: bottom center; */
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.wdt-cus-brand-list .wdt-content-item .wdt-content-button > a:hover {
    background-color: transparent;
    /* background-size: 0 2px; */
}

.wdt-cus-brand-list .wdt-image-box-holder .wdt-column-wrapper:hover .wdt-column .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img {
    filter: blur(4px);
    -webkit-filter: blur(4px);

    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-brand-list .wdt-image-box-holder .wdt-column-wrapper:hover .wdt-column .wdt-content-item:hover .wdt-media-image-cover 
.wdt-content-image-wrapper .wdt-content-image img {
    filter: blur(0);
    -webkit-filter: blur(0);
}


.wdt-cus-brand-list .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination {
    margin-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.wdt-cus-brand-list .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button {
    margin: 0 6px;
    font-size: 0;
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    border-radius: var(--wdtRadius_Full);
    border: 2px solid var(--wdtBorderColor);
    background-color: transparent;
    position: relative;
}

.wdt-cus-brand-list .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button:hover {
    border-color: var(--wdtSecondaryColor);
}

.wdt-cus-brand-list .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button:hover:after {
    background: var(--wdtSecondaryColor);
}

.wdt-cus-brand-list .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 20px;
    background: var(--wdtBorderColor);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    transition: inherit;
    -webkit-transition: inherit;
}

.wdt-cus-brand-list .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button.wdt-pagination-prev:after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54.6 100' style='enable-background:new 0 0 54.6 100;' xml:space='preserve'%3E%3Cpath d='M50,100c-1.2,0-2.3-0.4-3.2-1.3L1.3,53.2c-1.8-1.8-1.8-4.7,0-6.4L46.8,1.3c1.8-1.8,4.7-1.8,6.4,0 C55,3.1,55,6,53.2,7.7L11,50l42.2,42.2c1.8,1.8,1.8,4.7,0,6.4C52.3,99.5,51.2,100,50,100L50,100z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54.6 100' style='enable-background:new 0 0 54.6 100;' xml:space='preserve'%3E%3Cpath d='M50,100c-1.2,0-2.3-0.4-3.2-1.3L1.3,53.2c-1.8-1.8-1.8-4.7,0-6.4L46.8,1.3c1.8-1.8,4.7-1.8,6.4,0 C55,3.1,55,6,53.2,7.7L11,50l42.2,42.2c1.8,1.8,1.8,4.7,0,6.4C52.3,99.5,51.2,100,50,100L50,100z'/%3E%3C/svg%3E");
}

.wdt-cus-brand-list .wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button.wdt-pagination-next:after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54.6 100' style='enable-background:new 0 0 54.6 100;' xml:space='preserve'%3E%3Cpath d='M4.5,100c-1.2,0-2.3-0.4-3.2-1.3c-1.8-1.8-1.8-4.7,0-6.4L43.6,50L1.3,7.7c-1.8-1.8-1.8-4.7,0-6.4 c1.8-1.8,4.7-1.8,6.4,0l45.5,45.5c1.8,1.8,1.8,4.7,0,6.4L7.8,98.7C6.9,99.6,5.7,100,4.5,100L4.5,100z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54.6 100' style='enable-background:new 0 0 54.6 100;' xml:space='preserve'%3E%3Cpath d='M4.5,100c-1.2,0-2.3-0.4-3.2-1.3c-1.8-1.8-1.8-4.7,0-6.4L43.6,50L1.3,7.7c-1.8-1.8-1.8-4.7,0-6.4 c1.8-1.8,4.7-1.8,6.4,0l45.5,45.5c1.8,1.8,1.8,4.7,0,6.4L7.8,98.7C6.9,99.6,5.7,100,4.5,100L4.5,100z'/%3E%3C/svg%3E");
}

.wdt-cus-brand-list .wdt-content-item .wdt-content-title{transform: translateY(50px);-webkit-transform: translateY(50px);transition: transform 0.5s ease-out;-webkit-transition: transform 0.5s ease-out;}
.wdt-cus-brand-list .wdt-content-item .wdt-content-subtitle{transform: translateY(50px);-webkit-transform: translateY(50px);transition: transform 0.5s ease-out;-webkit-transition: transform 0.5s ease-out;}

.wdt-cus-brand-list .wdt-content-item:hover .wdt-content-title{transform: translateY(0px);-webkit-transform: translateY(0px);}
.wdt-cus-brand-list .wdt-content-item:hover .wdt-content-subtitle{transform: translateY(0px);-webkit-transform: translateY(0px);}



/* responsive */

@media (max-width:600px) {
    .wdt-cus-brand-list .wdt-column-wrapper.wdt-snap-scroll-enabled .wdt-column {
        flex: 0 0 100% !important;
    }
}

/* --------------
Brand gird img box
--------------- */




/* ----------------------------
Newsletter
------------------------------- */

.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form, 
.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type="submit"] {
    border-radius: var(--wdtRadius_Zero);
}

.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
    margin: 0;
}

.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type="submit"] {
    height: 54px;
    right: 0;
    top: 0;
    background-color: var(--wdtSecondaryColor);

    font-size: var(--wdtFontSize_Ext);
    text-transform: uppercase;
    letter-spacing: var(--wdtLetterSpacing_3X);
    font-weight: var(--wdtFontWeight_Alt);
    line-height: normal;

    padding: var(--wdtPadding_Btn);
}

.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
.wdt-mailchimp-subscription-button-holder button[type="submit"]:hover {
    background-color: var(--wdtPrimaryColor);
}

.wdt-cus-mailchamp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type="email"] {
    border-color: var(--wdtAccentTxtColor);
    border-style: solid;
    border-width: 1px;
    padding: var(--wdtInputPadding);
}

.wdt-cus-mailchamp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type="email"]:focus {
    border-color: var(--wdtSecondaryColor);
}

.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input[type="email"] {
    margin: 0;
    background-color: var(--wdtAccentTxtColor);
    text-transform: none;
}

.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form div a span.wdt-privacy-policy-lbl {
    text-decoration: underline;
    font-weight: var(--wdtFontWeight_Alt);
    top: 2px;
    position: relative;
    color: var(--wdtAccentTxtColor);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form div a:hover span.wdt-privacy-policy-lbl {
    color: var(--wdtPrimaryColor);
}

.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input[type="checkbox"] {
    position: relative;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    background:none;
    width:18px;
    height: 18px;
    border: 0 solid var(--wdtAccentTxtColor);
    -webkit-transition: .2s; 
	transition: .2s;
    cursor: pointer;
}

.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input[type="checkbox"]:after {
    content: "";
    position: absolute;
    width:18px;
    height: 18px;
    border: 1px solid var(--wdtAccentTxtColor);
    transition: inherit;
    -webkit-transition: inherit;
}

.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input[type="checkbox"]:checked:after {
    border-bottom: 2px solid var(--wdtAccentTxtColor); 
    border-left: 1px solid transparent; 
    border-right: 2px solid var(--wdtAccentTxtColor); 
    border-top: 1px solid transparent; 
    height: 18px; 
    width: 9px;
    transform: rotate(40deg); 
    -webkit-transform: rotate(40deg); 
    transform-origin: 100% 100%; 
    -webkit-transform-origin: 100% 100%; 
}

.wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder + div .wdt-terms-condition-lbl {
    padding-left: 8px;
    color: var(--wdtAccentTxtColor);
    top: 2px;
    position: relative;
}

/* responsive */

@media (min-width:481px) {
    .wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input[type="email"] {
        padding-right: 12em;
    }
}

@media (max-width:480px) {
    .wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form 
    .wdt-mailchimp-subscription-button-holder {
        margin: 10px 0 0 0;
        position: relative;
        width: 100%;
    }
    .wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type="submit"] {
        width: 100%;
        justify-content: center;
        min-height: 54px;
    }
    .wdt-cus-mailchamp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type="email"] {
        border-width: 1px;
    }
    .wdt-cus-mailchamp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input {
        padding-right: 25px;
    }
}

/* ----------------------------
Newsletter
------------------------------- */



/* ---------------------
Marquee
---------------------- */

.wdt-cus-discount-block-marquee .wdt-animation-text {
    font-size: clamp(1.625rem, 1.55rem + 0.375vw, 2rem);  /* 32px - 26px */
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Alt);
    line-height: normal;
}

.wdt-cus-discount-block-marquee .wdt-animation-item.icon-item i {
    font-size: 100%;
    width: clamp(3.125rem, 2.8rem + 1.625vw, 4.75rem);   /* 76px - 50px */
    height: clamp(3.125rem, 2.8rem + 1.625vw, 4.75rem);  /* 76px - 50px */
}

.wdt-cus-discount-block-marquee .wdt-animation-item.icon-item i svg {
    width: inherit;
    height: inherit;
}

.wdt-cus-discount-block-marquee .wdt-animation-wrapper .wdt-animation-item {
    padding: 0 clamp(1.25rem, 1rem + 1.25vw, 2.5rem);  /* 40px - 20px */
}

.wdt-cus-discount-block-marquee .wdt-animation-item.text-item .wdt-animation-text a:hover {
    color: var(--wdtPrimaryColor);
    -webkit-text-stroke: unset;
}


/* ---------------------
Marquee
---------------------- */




/* -------------------
Home 4 Banner
------------------- */

.wdt-cus-banner-quotes .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title,
.wdt-cus-banner-quotes .elementor-heading-title {
    font-size: clamp(2rem, 0.775rem + 6.125vw, 8.125rem); /* 130px - 32px */
    line-height: normal;
    text-transform: uppercase;
}

.wdt-cus-banner-quotes .elementor-heading-title {
    color: rgba(255, 195, 0, 1);
    margin: 0;
}

.wdt-cus-banner-quotes .elementor-heading-title:hover {
    color: var(--wdtAccentTxtColor);
}

/* -------------------
Home 4 Banner
------------------- */


/* --------------------------
Home 5 Collection Image Box
---------------------------- */

.wdt-cus-product-collection-image-box .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::after,
.wdt-cus-product-collection-image-box .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper::before {
    display: none;
}

.wdt-cus-product-collection-image-box .wdt-content-item {
    background-color: var(--wdtTertiaryColor);
}

.wdt-cus-product-collection-image-box .wdt-content-item .wdt-media-image-cover {
    align-items: flex-end;
}

.wdt-cus-product-collection-image-box .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container {
    height: fit-content;
    width: auto;
    background-color: rgb(var(--wdtAccentTxtColorRgb),0.9);
    padding: 40px 20px;
    margin: 10px !important;

    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

/* .wdt-cus-product-collection-image-box .wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container, */
.wdt-cus-product-collection-image-box .wdt-active .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container {
    background-color: rgb(var(--wdtAccentTxtColorRgb),1);
}

.wdt-cus-product-collection-image-box .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.625rem, 1.5rem + 0.625vw, 2.25rem);
    line-height: normal;
    text-transform: capitalize;
    font-weight: var(--wdtFontWeight_H3);
    max-width: 70%;
    margin: auto;
}

.wdt-cus-product-collection-image-box .wdt-content-item .wdt-content-title h5 a:hover {
    color: var(--wdtPrimaryColor) !important;
}

.wdt-cus-product-collection-image-box .wdt-content-item .wdt-content-button > a {
    padding: var(--wdtPadding_Btn);
    letter-spacing: var(--wdtLetterSpacing_3X);
    text-transform: uppercase;
    line-height: normal;
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Ext);
    background-color: var(--wdtSecondaryColor);
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-product-collection-image-box .wdt-content-item .wdt-content-button > a:hover {
    background-color: var(--wdtPrimaryColor);
}

.wdt-cus-product-collection-image-box .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > :not(:last-child) {
    margin-bottom: 0;
}



.wdt-cus-product-collection-image-box .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container .wdt-content-title {
    margin-bottom: -50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* .wdt-cus-product-collection-image-box .wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container .wdt-content-title, */
.wdt-cus-product-collection-image-box .wdt-active .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container .wdt-content-title {
   margin-bottom: 20px;
}

.wdt-cus-product-collection-image-box .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container .wdt-content-button {
    transform: translateY(85px);
    -webkit-transform: translateY(85px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* .wdt-cus-product-collection-image-box .wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container .wdt-content-button, */
.wdt-cus-product-collection-image-box .wdt-active .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container .wdt-content-button {
   transform: translateY(0);
   -webkit-transform: translateY(0);
   transition-delay: 0.02s;
   -webkit-transition-delay: 0.02s;
}

.wdt-cus-product-collection-image-box .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform-origin: top center;
    -webkit-transform-origin: top center;

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

/* .wdt-cus-product-collection-image-box .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img, */
.wdt-cus-product-collection-image-box .wdt-active .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

/* responsive */

/* @media (max-width:1280px) {
    .wdt-cus-product-collection-image-box .wdt-content-item .wdt-content-title h5 {
        max-width: 100%;
    }
} */


/* --------------------------
Home 5 Collection Image Box
---------------------------- */




/* ------------------
Image Only Carousel
---------------------- */

.wdt-cus-product-list-style-aside-carousel .wdt-content-item .wdt-content-media-group {
    display: flex;
    justify-content: center;
}

.wdt-cus-product-list-style-aside-carousel .wdt-advanced-carousel-holder {
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--wdtTertiaryColor) 100%, var(--wdtTertiaryColor) 100%);
    background-repeat: no-repeat;
    background-size: 92% 82%;
    background-position: bottom center;
}

/* ------------------
Image Only Carousel
---------------------- */


/* ------------------------
Product list Style Carousel
---------------------------- */

.wdt-cus-product-list-style-carousel.woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper) {
    gap: 0;
    grid-template-columns: 1fr;
}

.wdt-cus-product-list-style-carousel ul.products li:not(:last-child) {
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid var(--wdtBorderColor);
}   

.wdt-cus-product-list-style-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div {
    width: 50px;
    height: 50px;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    color: var(--wdtSecondaryColor);
    margin: 5px;
}

.wdt-cus-product-list-style-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-product-list-style-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div::before {
    background: transparent;
    border: 1px solid var(--wdtSecondaryColor);
}

.wdt-cus-product-list-style-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover::before {
    border-color: var(--wdtPrimaryColor);
}



.wdt-cus-product-list-style-carousel .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    margin: -5px 0;
}



/* title */

.wdt-cus-title-aisde-line .wdt-heading-holder > :not(:last-child) {
    margin-bottom: 0;
}


/* responsive */

@media (max-width:1024px) {
    .wdt-cus-procuct-list-style-carousel-section .elementor-container .elementor-column:nth-child(2) {
        order: 2;
    }
}

@media (max-width:767px) {
    .wdt-cus-product-list-style-carousel ul.products li:not(:last-child) {
        margin-bottom: 50px !important;
    }
}

@media (min-width:481px) {

    /* title */
    .wdt-cus-title-aisde-line .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
        background: var(--wdtBodyBGColor);
        width: fit-content;
    }
    
    .wdt-cus-title-aisde-line .wdt-heading-holder .wdt-heading-separator-wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
        z-index: -1;
    }
    
    .wdt-cus-title-aisde-line .wdt-heading-holder .wdt-heading-separator-wrapper .wdt-heading-separator.with-line .wdt-separator-line {
        width: 100%;
        height: 1px;
        background-color: var(--wdtBorderColor);
    }

    /* vertical align text */
    .wdt-cus-vertical-align-text .wdt-heading-holder .wdt-heading-subtitle-wrapper {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    /* carousel */
    .wdt-cus-product-list-style-carousel .wdt-advanced-carousel-holder {
        padding-top: 120px;
        margin-top: -120px;
    }
    .wdt-cus-product-list-style-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        position: absolute;
        top: 0;
        right: 0;
        background: var(--wdtBodyBGColor);
    }
}

@media (max-width:480px) {
    .wdt-cus-title-aisde-line .wdt-heading-holder .wdt-heading-separator-wrapper {
        display: none;
    }
    .wdt-cus-product-list-style-carousel .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        margin: 10px -5px -5px;
    }
    .wdt-cus-product-list-style-carousel ul.products li:not(:last-child) {
        margin-bottom: 40px !important;
        padding-bottom: 20px !important;
    }

}


/* ------------------------
Product list Style Carousel
---------------------------- */



/* ---------------------------------
Home 5 Image aside product carousel
------------------------------------- */

.wdt-cus-image-aside-contect-block .wdt-content-item {
    display: flex;
    align-items: flex-end;
    background-color: var(--wdtTertiaryColor);
}

.wdt-cus-image-aside-contect-block .wdt-content-item .wdt-content-media-group {
    display: inherit;
    flex: 2;
}

.wdt-cus-image-aside-contect-block .wdt-content-item .wdt-content-detail-group {
    padding: 0 clamp(1.25rem, -0.8973rem + 3.352vw, 3.125rem) 50px 20px;
    flex: 1;
}

.wdt-cus-image-aside-contect-block .wdt-content-item > div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-image-aside-contect-block .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.625rem, 1.55rem + 0.375vw, 2rem);  /* 32px - 26px */
    line-height: normal;
    text-transform: capitalize;
}

.wdt-cus-image-aside-contect-block .wdt-content-item .wdt-content-description {
    font-size: var(--wdtFontSize_H6);
    line-height: 2;
}

/* type 2 */

.type-2.wdt-cus-image-aside-contect-block .wdt-content-item {
    flex-direction: row-reverse;
}

.type-2.wdt-cus-image-aside-contect-block .wdt-content-item .wdt-content-detail-group {
    padding: 0 20px 50px clamp(1.25rem, -0.8973rem + 3.352vw, 3.125rem); 
}





/* responsive */

@media (max-width:1280px) {
    .wdt-cus-image-aside-contect-block .wdt-content-item,
    .type-2.wdt-cus-image-aside-contect-block .wdt-content-item {
        flex-direction: column-reverse;
    }
    .wdt-cus-image-aside-contect-block .wdt-content-item .wdt-content-detail-group,
    .type-2.wdt-cus-image-aside-contect-block .wdt-content-item .wdt-content-detail-group {
        width: 100%;
        padding: 50px clamp(1.25rem, 0.625rem + 3.125vw, 3.125rem);
    }
}


/* ---------------------------------
Home 5 Image aside product carousel
------------------------------------- */


/* -----------------------
Product Only Carousel
------------------------ */

.wdt-cus-product-only-carousel-block.woocommerce ul.products.product-content-alignment-right li.product .product-details {
    text-align: center;
}

.wdt-cus-product-only-carousel-block.woocommerce ul.products li.product .product-wrapper .product-thumb {
    background-color: transparent !important;
}

div[class*="product"] .swiper-container.wdt-cus-product-only-carousel-block div[class*="bullet-pagination"] {
    margin: 10px 0px 0px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

div[class*="product"] .swiper-container.wdt-cus-product-only-carousel-block div[class*="bullet-pagination"] .swiper-pagination-bullet {
    height: 3px;
    width: 35px;
    opacity: 1;
    margin: 5px;
    border-radius: 0;
    /* transform: scale(0.3);
    -webkit-transform: scale(0.3); */
}

div[class*="product"] .swiper-container.wdt-cus-product-only-carousel-block div[class*="bullet-pagination"] .swiper-pagination-bullet:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(var(--wdtSecondaryColorRgb),0.2);
    border: 0 solid rgb(var(--wdtSecondaryColorRgb),0);
}

div[class*="product"] .swiper-container.wdt-cus-product-only-carousel-block div[class*="bullet-pagination"] .swiper-pagination-bullet-active {
    /* transform: scale(1);
    -webkit-transform: scale(1); */
    opacity: 1;
}

div[class*="product"] .swiper-container.wdt-cus-product-only-carousel-block div[class*="bullet-pagination"] .swiper-pagination-bullet-active:before {
    background: var(--wdtSecondaryColor);
    border: 1px solid rgb(var(--wdtSecondaryColorRgb),1);
}

/* -----------------------
Product Only Carousel
------------------------ */


/* ------------------------
Store details
-------------------------- */

.wdt-cus-store-details .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
}

.wdt-cus-store-details .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(2.125rem, 1.925rem + 1vw, 3.125rem);
    padding: 0;
}

.wdt-cus-store-details .wdt-content-item .wdt-content-button > a {
    background: none;
    color: var(--wdtSecondaryColor);
    padding: 0;
    font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
    font-weight: var(--wdtFontWeight_Base);
    line-height: normal;
    text-align: left;
}

.wdt-cus-store-details .wdt-content-item .wdt-content-description {
    max-width: 250px;
    font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}

.wdt-cus-store-details .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button + .wdt-content-button > a {
    background: none;
}

.wdt-cus-store-details .wdt-content-item .wdt-content-button > a:hover,
.wdt-cus-store-details .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button + .wdt-content-button > a:hover {
    background: none;
    color: var(--wdtPrimaryColor);
}

.wdt-cus-store-details .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block > div:not(:last-child) {
    margin-bottom: clamp(1rem, 0.875rem + 0.625vw, 1.625rem);
}

.wdt-cus-store-details .wdt-content-item .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: 16px;
}

.wdt-cus-store-details .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group {
    display: block;
}

.wdt-cus-store-details .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group .wdt-content-button {
    display: block;
}

.wdt-cus-store-details .wdt-specifications-holder {
    display: flex;
}

.wdt-cus-store-details .wdt-specifications-holder > div:not(:last-child) {
    padding-right: clamp(3.125rem, 1.0371rem + 4.344vw, 6.25rem);
    margin-right: clamp(3.125rem, 1.0371rem + 4.344vw, 6.25rem);
    position: relative;
}

.wdt-cus-store-details .wdt-specifications-holder > div:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 80%;
    background-color: var(--wdtBorderColor);
    margin: auto 0;
}

.wdt-cus-store-details .wdt-content-item .wdt-content-button > a > div > span {
    transition: unset;
}

/* .wdt-cus-store-details .wdt-specifications-holder .wdt-content-item .wdt-image-icon-group .wdt-content-icon-wrapper  .wdt-content-icon a,
.wdt-cus-store-details .wdt-content-item .wdt-content-title h5 a {
    pointer-events: none;
} */


/* responsive */

@media (max-width:768px) {
    .wdt-cus-store-details .wdt-specifications-holder {
        flex-direction: column;
    }
    .wdt-cus-store-details .wdt-specifications-holder > div:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: clamp(1.25rem, 0.5357rem + 3.5714vw, 1.875rem);
        padding-bottom: clamp(1.25rem, 0.5357rem + 3.5714vw, 1.875rem);
    }
    .wdt-cus-store-details .wdt-specifications-holder > div:not(:last-child):after {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 80%;
        height: 1px;
    }
}

/* accordion */

.wdt-cus-our-store-detail-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
    font-size: clamp(1.625rem, 1.55rem + 0.375vw, 2rem);
    font-weight: var(--wdtFontWeight_Alt);
    text-transform: capitalize;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-our-store-detail-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover 
.wdt-accordion-toggle-title {
    color: var(--wdtPrimaryColor);
}

.wdt-cus-our-store-detail-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
    padding: 28px clamp(1.25rem, 1rem + 1.25vw, 2.5rem) 28px 0;
}

.wdt-cus-our-store-detail-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper {
    border-width: 0 0 1px 0;
    border-radius: var(--wdtRadius_Zero);
    border-color: var(--wdtBorderColor);
}

.wdt-cus-our-store-detail-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:last-child {
    border-width: 0 0 1px;
}

.wdt-cus-our-store-detail-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-our-store-detail-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    padding: 14px 0 58px;
}

.wdt-cus-our-store-detail-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon > div {
    width: fit-content;
    height: auto;
    border: 0;
    font-size: 20px;
    border-radius: var(--wdtRadius_Zero);
    margin: auto;
    align-items: flex-start;
    top: 6px;
}

.wdt-cus-our-store-detail-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover 
.wdt-accordion-toggle-icon > div {
    color: var(--wdtPrimaryColor);
}

.wdt-cus-our-store-detail-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
    margin-left: 30px;
    height: 100%;
}

/* type 2 */

.wdt-cus-our-store-detail-accordion.type-2 .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
    font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
    line-height: normal;
}

.wdt-cus-our-store-detail-accordion.type-2 .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    max-width: 800px;
    padding: 0 40px clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem) 0;
    line-height: 30px;
}

/* ------------------------
Store details
-------------------------- */




/* -------------
Footer
--------------- */

.elementor-widget-text-editor.wdt-cus-mailchamp-bottom-text { font-size: calc(var(--wdtFontSize_Ext) + 2px ); }
    
/* -------------
Footer
--------------- */


/* ------------
Mega Menu Ad img
-------------- */

.wdt-cus-mega-menu-ad-img { height: 100%; }

.wdt-cus-mega-menu-ad-img > div, 
.wdt-cus-mega-menu-ad-img > div, .wdt-cus-mega-menu-ad-img > div > a, 
.wdt-cus-mega-menu-ad-img > div > a img { height: inherit; }

.wdt-cus-mega-menu-ad-img > div { overflow: hidden; }

.wdt-cus-mega-menu-ad-img > div > a img {  object-fit: cover; object-position: center center; 
    transform: scale(1.07); -webkit-transform: scale(1.07); transition: var(--wdtBaseTransition); 
    -webkit-transition: var(--wdtBaseTransition); }

 .wdt-cus-mega-menu-ad-img > div > a img:hover { transform: scale(1); -webkit-transform: scale(1); }

/* ------------
Mega Menu Ad img
-------------- */


/* ----------------
Home mega menu
---------------- */

.wdt-cus-home-Mega-menu-image-box.wdt-collection-items .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image a img { transform: scale(1); -webkit-transform: scale(1); opacity: 0.5; }

.wdt-cus-home-Mega-menu-image-box.wdt-collection-items .wdt-image-box-holder .wdt-content-item:hover .wdt-content-media-group .wdt-content-image a img { opacity: 1; }

.wdt-cus-home-Mega-menu-image-box.wdt-collection-items .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image a { background-color: rgb(var(--wdtHeadAltColorRgb),1); }

.wdt-cus-home-Mega-menu-image-box.wdt-collection-items  .wdt-content-item { box-shadow: 0 0 10px rgb(var(--wdtHeadAltColorRgb),0.2); }

/* ----------------
Home mega menu
---------------- */





/* ---------------
Ad grid banner
---------------- */

.wdt-cus-grid-ad-banner .gallery {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}

.wdt-cus-grid-ad-banner .gallery > .gallery-item:first-child {
    grid-area: 1/1/3/2;
}

.wdt-cus-grid-ad-banner .gallery > .gallery-item > div {
    height: 100%;
    width: 100%;
}

.wdt-cus-grid-ad-banner .gallery > .gallery-item > div a,
.wdt-cus-grid-ad-banner .gallery > .gallery-item > div a img {
    width: inherit;
    height: inherit;
}

.wdt-cus-grid-ad-banner .gallery > .gallery-item > div img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: center;
}

/* responsive */

@media (max-width:1540px) {
    .wdt-cus-grid-ad-banner .gallery {
        gap: 40px;
    }
}

@media (max-width:1280px) {
    .wdt-cus-grid-ad-banner .gallery {
        gap: 30px;
    }
}

@media (max-width:1024px) {
    .wdt-cus-grid-ad-banner .gallery {
        grid-template-columns: 1fr;
    }
    .wdt-cus-grid-ad-banner .gallery > .gallery-item:first-child {
        grid-area: 1/1;
    }
}

@media (max-width:480px) {
    .wdt-cus-grid-ad-banner .gallery {
        gap: 20px;
    }
}



/* ---------------
Ad grid banner
---------------- */



/* -----------------
Category list style
------------------ */

.wdt-cus-category-list-style ul.elementor-icon-list-items {
    margin-top: -10px;
    margin-bottom: -10px;
} 

.wdt-cus-category-list-style ul.elementor-icon-list-items li.elementor-icon-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
} 

.wdt-cus-category-list-style  .elementor-icon-list-item > .elementor-icon-list-text, 
.wdt-cus-category-list-style  .elementor-icon-list-item > a {
    font-weight: var(--wdtFontWeight_H6);
    line-height: normal;
}

.wdt-cus-category-list-style  .elementor-icon-list-item > a {
    background-image: linear-gradient(90deg, var(--wdtPrimaryColor) 100%, var(--wdtPrimaryColor) 100%);
    background-repeat: no-repeat;
    background-size: 0 2px;
    background-position: bottom right;
    transition-property: background-size;
}

.wdt-cus-category-list-style  .elementor-icon-list-item > a:hover {
    background-size: 100% 2px;
    background-position: bottom left;
}



.wdt-cus-slider-aside-lists.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin: 0;
}

.wdt-cus-slider-aside-lists.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
    padding-left: 0;
}

.wdt-cus-slider-aside-lists ul.elementor-icon-list-items {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    display: flex;
    flex-direction: column;
}
.wdt-cus-slider-aside-lists ul.elementor-icon-list-items li.elementor-icon-list-item  {
    -webkit-writing-mode: vertical-lr; writing-mode: vertical-lr;
}
.wdt-cus-slider-aside-lists.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
}

.wdt-cus-slider-aside-lists ul.elementor-icon-list-items > li {
    padding: 15px 0;
    letter-spacing: 1px;
}

.wdt-cus-slider-aside-lists.contact-details ul.elementor-icon-list-items > li {
    padding: 20px 0;
}

.wdt-cus-slider-aside-lists.social-icons ul.elementor-icon-list-items > li:first-child {
    pointer-events: none;
    padding: 20px 0;
}

.wdt-cus-slider-aside-lists.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
    padding-top: 10px;
}

.wdt-cus-slider-aside-lists ul.elementor-icon-list-items > li .elementor-icon-list-icon {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.wdt-cus-slider-aside-lists.social-icons ul.elementor-icon-list-items > li:first-child:after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0;
    bottom: 2px;
    margin: 0 auto;
    width: 2px;
    height: 10px;
    background-color: var(--wdtAccentTxtColor);
}

.wdt-cus-slider-aside-lists.social-icons ul.elementor-icon-list-items > li:not(:first-child, :last-of-type):after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    background-color: var(--wdtAccentTxtColor);
}

.wdt-cus-slider-aside-lists.contact-details ul.elementor-icon-list-items > li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    background-color: var(--wdtAccentTxtColor);
}

.wdt-cus-slider-aside-lists.elementor-widget.scroll-down .elementor-icon-list-icon + .elementor-icon-list-text {
    padding-top: 50px;
}

.wdt-cus-slider-aside-lists.scroll-down ul.elementor-icon-list-items > li .elementor-icon-list-icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.wdt-cus-slider-aside-lists.scroll-down.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: 0;
}

.wdt-cus-slider-aside-lists.scroll-down ul.elementor-icon-list-items > li .elementor-icon-list-icon svg {
    animation: wdt-scroll-down-arrow 1.2s linear infinite;
    -webkit-animation: wdt-scroll-down-arrow 1.2s linear infinite;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}


.wdt-cus-slider-aside-lists.scroll-down ul.elementor-icon-list-items > li .elementor-icon-list-icon::before,
.wdt-cus-slider-aside-lists.scroll-down ul.elementor-icon-list-items > li .elementor-icon-list-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wdtSecondaryColor);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M53,75.4l46-46l-6.1-6.1L50,66.3L7.1,23.3L1,29.4l46,46C48.6,77.1,51.4,77.1,53,75.4z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M53,75.4l46-46l-6.1-6.1L50,66.3L7.1,23.3L1,29.4l46,46C48.6,77.1,51.4,77.1,53,75.4z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    animation: wdt-scroll-down-arrow 1.2s linear infinite;
    -webkit-animation: wdt-scroll-down-arrow 1.2s linear infinite;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-cus-slider-aside-lists.scroll-down ul.elementor-icon-list-items > li a:hover .elementor-icon-list-icon::before,
.wdt-cus-slider-aside-lists.scroll-down ul.elementor-icon-list-items > li a:hover .elementor-icon-list-icon::after {
    background-color: var(--wdtPrimaryColor);
}

.wdt-cus-slider-aside-lists.scroll-down ul.elementor-icon-list-items > li .elementor-icon-list-icon::before {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.wdt-cus-slider-aside-lists.scroll-down ul.elementor-icon-list-items > li .elementor-icon-list-icon::after {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

@keyframes wdt-scroll-down-arrow {
    0% {
        transform: translateY(-45px);
        -webkit-transform: translateY(-45px);
        opacity: 0.1;
    }
    25% {
        transform: translateY(-35px);
        -webkit-transform: translateY(-35px);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        opacity: 0.8;
    }
    75% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        opacity: 0.9;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 0.2;
    }
}

@-webkit-keyframes wdt-scroll-down-arrow {
    0% {
        transform: translateY(-45px);
        -webkit-transform: translateY(-45px);
        opacity: 0.1;
    }
    25% {
        transform: translateY(-35px);
        -webkit-transform: translateY(-35px);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        opacity: 0.8;
    }
    75% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        opacity: 0.9;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 0.2;
    }
}
.wdt-cus-list-style-menu div[id*="menuToggle-"] input[type="checkbox"]:not(:checked) ~ div.hamburger-menu-container {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}

.wdt-cus-list-style-menu div[id*="menuToggle-"] .wdt-trigger-item,
.wdt-cus-list-style-menu div[id*="menuToggle-"] input[type="checkbox"]{
    display: none;
}

.wdt-cus-list-style-menu div[id*="menuToggle-"] .hamburger-menu-container {
    background-image: unset;
    position: relative;
    width: 100%;
    padding: 0;
}

.wdt-cus-list-style-menu div[id*="menuToggle-"] {
    width: 100%;
}

.wdt-cus-list-style-menu div[id*="menuToggle-"] .hamburger-menu-container ul li.menu-item a.wdt-active ~ ul.sub-menu {
    z-index: 1;
}

/* -----------------
Category list style
------------------ */


/* ----------------
vertical marquee
---------------- */

.wdt-cus-animated-marquee-text .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    text-transform: uppercase;
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Alt);
    letter-spacing: 3px;
}




@keyframes wdt-moveText-animation {
	0% { 
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%); 
      }
    100% { 
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }
}

@-webkit-keyframes wdt-moveText-animation {
	0% { 
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%); 
      }
    100% { 
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }
}




@keyframes wdt-moveText-animation-horizontal {
	0% { 
        transform: translateX(100%);
        -webkit-transform: translateX(100%); 
      }
    100% { 
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wdt-moveText-animation-horizontal {
	0% { 
        transform: translateX(100%);
        -webkit-transform: translateX(100%); 
      }
    100% { 
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

/* responsive */

@media (min-width:481px) {
    .wdt-cus-animated-marquee-text {
        height: 100%;
    }
     
    .wdt-cus-animated-marquee-text > div {
        height: inherit;
    }
    
    .wdt-cus-animated-marquee-text .wdt-heading-holder {
        animation: wdt-moveText-animation linear 20s 0s forwards infinite;
        -webkit-animation: wdt-moveText-animation linear 20s 0s forwards infinite;
        height: 50%;
    }
    
    .wdt-cus-animated-marquee-text .wdt-heading-holder > :not(:last-child) {
        margin-bottom: 100px;
    }
    .wdt-cus-animated-marquee-text .wdt-heading-holder .wdt-heading-subtitle-wrapper {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
}

@media (max-width:480px) {
    .wdt-cus-animated-marquee-text .wdt-heading-holder {
        animation: wdt-moveText-animation-horizontal linear 20s 0s forwards infinite;
        -webkit-animation: wdt-moveText-animation-horizontal linear 20s 0s forwards infinite;
        display: flex;
        flex-wrap: nowrap;
    }
    .wdt-cus-animated-marquee-text .wdt-heading-holder > :not(:last-child) {
        margin-bottom: 0;
        margin-right: 50px;
    }
    .wdt-cus-animated-marquee-text .wdt-heading-holder .wdt-heading-subtitle-wrapper {
        white-space: nowrap;
    }
    div[class*="product"] .swiper-container.wdt-cus-product-only-carousel-block div[class*="bullet-pagination"]
    {
        margin-top: 0;
    }
}

@media only screen and (max-width:1024px)
{
    .wdt-cus-testimonial-style2 .wdt-content-item .wdt-content-description{line-height: var(--wdtLineHeight_Base);}
}
