/*==== Home1 ==== */

/*--Animation-img--*/

.wdt-home1-img-animation1 .wdt-animation-wrapper .wdt-animation-item {
    margin: 15px;
}

.wdt-home1-img-animation1 .wdt-animation-wrapper .wdt-animation-item {
    padding: 30px;
    background-color: rgba(var(--wdtAccentTxtColorRgb), 0.6);
    border-radius: var(--wdtRadius_3X);
    transition: var(--wdtBaseTransition);
}

/* full section */
.wdt-section-full {
    margin: 0 -20px;
}

.wdt-home1-img-animation1 .wdt-animation-wrapper .wdt-animation-item:hover {
    box-shadow: 0px 0px 17px -10px rgba(var(--wdtSecondaryColorRgb), 0.81);
    background-color: rgba(var(--wdtAccentTxtColorRgb), 1);
    transform: translate(0, -5px);
}

/*--imgbox1--*/

.wdt-cus-home1-imgbox2 .wdt-content-item .wdt-content-media-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom:25px;
}

.wdt-cus-home1-imgbox2 .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.5rem, 1.4164rem + 0.3822vw, 1.875rem);
    /* Min-24 & Max-30 */
}

.wdt-cus-home1-imgbox2 .wdt-content-item .wdt-content-title h5,
.wdt-cus-home1-imgbox2 .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtSecondaryColor);
}

.wdt-cus-home1-imgbox2 .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    margin-bottom: 0;
}

.wdt-cus-home1-imgbox2 .wdt-content-item {
    padding: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem); /* Min-30 & Max-40 */
    border-radius: var(--wdtRadius_3X);
    transition: var(--wdtBaseTransition);
    position: relative;
    border: 1px solid rgba(var(--wdtBorderColorRgb), .5);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color:rgba(var(--wdtPrimaryColorRgb), 0.02);
    overflow:hidden;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.wdt-cus-home1-imgbox2 .wdt-content-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: inherit;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    /* opacity: 0.9; */
    transition: var(--wdtBaseTransition);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.wdt-cus-home1-imgbox2 .wdt-content-item:hover:before {
    opacity: 1;
   
}

.wdt-cus-home1-imgbox2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtSecondaryColor);
    font-size: 20px;
    transition: var(--wdtBaseTransition);
}

.wdt-cus-home1-imgbox2 .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    color: rgba(var(--wdtPrimaryColorRgb), 0.8);
}

.wdt-cus-home1-imgbox2 .wdt-content-item .wdt-content-detail-group .wdt-content-title {
    margin-bottom: 10px;
}

.wdt-cus-home1-imgbox2 .wdt-content-item .wdt-content-image a img {
    transition: var(--wdtAltTransition);
    transition-duration:0.2s;
    width:clamp(2.5rem, 2.2213rem + 1.2739vw, 3.75rem);
}

.wdt-cus-home1-imgbox2 .wdt-content-item:hover .wdt-content-image a img {
    transform: scale(1.07);
    transition: transform .4scubic-bezier(.175, .885, .32, 4.75);
}

.wdt-cus-home1-imgbox2 .wdt-content-item .wdt-content-button>a {
    font-size: 0;
    background-color: transparent;
    padding: 0;
    position: relative;
}

.wdt-cus-home1-imgbox2 .wdt-content-item .wdt-content-button>a:after {
    content: '';
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns:cc='http://creativecommons.org/ns%23' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cg transform='translate(0,-952.36218)'%3E%3Cpath d='M49.6,1000.6l0.4-48.3c-12.1,0.1-36.2,0.3-48.3,0.4l-0.1,6c10.9-0.1,25.3-0.2,38-0.3L0,998.1l4.2,4.2l39.6-39.6l-0.3,38 L49.6,1000.6L49.6,1000.6z'/%3E%3C/g%3E%3C/svg%3E");
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: var(--wdtSecondaryColor);
    transition: var(--wdtBaseTransition);
    display:none;;
}

.wdt-cus-home1-imgbox2 .wdt-content-item:hover .wdt-content-button>a:after {
    background-color: rgba(var(--wdtPrimaryColorRgb), 0.8);
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
}

.wdt-cus-home1-imgbox2 .wdt-content-item .wdt-content-detail-group .wdt-content-description p{
    margin-bottom:0;
}

@media (max-width:479px) {
    .wdt-cus-home1-imgbox2 .wdt-content-item {
        padding: 20px;
    }
}

/*--Counter--*/

.wdt-cus-home1-counter .wdt-content-item {
    display: flex;
    flex-direction: column-reverse;
    padding: clamp(1.25rem, 0.6927rem + 2.5478vw, 3.75rem);
    /*max-60px--min-20px*/
    background-color: var(--wdtTertiaryColor);
    transition: var(--wdtBaseTransition);
    border-radius: var(--wdtRadius_3X);
    border: 1px solid rgba(var(--wdtBorderColorRgb), 1);
    height: 100%;
    overflow:hidden;
}

.wdt-cus-home1-counter .wdt-content-item:hover {
   box-shadow: 0px 0px 60px -10px rgba(var(--wdtSecondaryColorRgb), 0.21);
   background-image:none;
}

.wdt-cus-home1-counter .wdt-content-item .wdt-content-counter .wdt-content-counter-number {
    margin-right: -5px;
}

.wdt-cus-home1-counter .wdt-content-item .wdt-content-counter>span {
    font-size: clamp(3.75rem, 2.9032rem + 3.871vw, 7.5rem);
    /* max-120px -- min-60px */
    font-family: var(--wdtFontTypo_H4);
    transition: var(--wdtBaseTransition);
    color: transparent;
    background-image: linear-gradient(150deg, var(--wdtSecondaryColor), var(--wdtSecondaryColor), var(--wdtPrimaryColor), var(--wdtQuaternaryColor));
    background-repeat: repeat;
    background-clip: text;
    background-size: 350% 100%;
    -webkit-background-clip: text;
    line-height: var(--wdtLineHeight_Ext)
}

.wdt-cus-home1-counter .wdt-content-item:hover .wdt-content-counter span {
    background-position: right center;
}

.wdt-cus-home1-counter .wdt-content-item .wdt-content-detail-group .wdt-content-counter-wrapper {
    margin-bottom: 10px;
}

.wdt-cus-home1-counter .wdt-content-item .wdt-content-detail-group {
    margin-bottom: 40px;
}

.wdt-cus-home1-counter .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0;
}

.wdt-cus-home1-counter .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.625rem, 1.4299rem + 0.8917vw, 2.5rem);
    /* Min-26 & Max-40 */
}

.wdt-cus-home1-counter .wdt-content-item .wdt-content-title h5,
.wdt-cus-home1-counter .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtSecondaryColor);
}

.wdt-cus-home1-counter .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 170px;
}



.wdt-cus-home1-counter .wdt-content-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color:inherit;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    opacity: 0.9;
    transition: var(--wdtBaseTransition);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.wdt-cus-home1-counter .wdt-content-item:hover:before {
    opacity: 1;
    background-color: var(--wdtAccentTxtColor);
}



/*--Filler With Animation--*/

.wdt-cus-home1-trasnsparent-header .wdt-heading-holder h3.wdt-heading-title-wrapper .wdt-heading-title {
    font-size: clamp(3.75rem, 3.1855rem + 2.5806vw, 6.25rem);
    /* Min-60 & Max-100 */
    color: rgba(var(--wdtAccentTxtColorRgb), 0.3);
    letter-spacing: -4px;
}


@keyframes shimmer-alternate {
    0% {
        background-position: -150% 0;
    }

    50% {
        background-position: 150% 0;
    }

    100% {
        background-position: -150% 0;
    }
}

.wdt-cus-home1-trasnsparent-header .wdt-heading-holder h3.wdt-heading-title-wrapper .wdt-heading-title {
    background-image: linear-gradient(90deg,
            var(--wdtPrimaryColor) 0%,
            var(--wdtAccentTxtColor) 40%,
            var(--wdtBorderColor) 60%,
            var(--wdtPrimaryColor) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shimmer-alternate 8s linear infinite;
}

.wdt-cus-home1-trasnsparent-header .elementor-widget-container {
    transform: rotate(-90deg);
    width: 600px;
}

.wdt-cus-home1-filler-heading .wdt-heading-holder h3.wdt-heading-title-wrapper .wdt-heading-title {
    font-size: clamp(1.875rem, 1.5963rem + 1.2739vw, 3.125rem);
    /* Min-30 & Max-50 */
}

.wdt-cus-home1-filler-counter1 .wdt-content-item .wdt-content-counter {
    font-size: clamp(2.125rem, 1.6791rem + 2.0382vw, 4.125rem);
    /* Min-34 & Max-66 */
}

.wdt-cus-home1-counter2 .wdt-content-item .wdt-content-counter {
    font-size: calc(clamp(2.125rem, 1.6791rem + 2.0382vw, 4.125rem) + 3px);
    /* Min-34 & Max-69 */
    font-family: var(--wdtFontTypo_H4);
    line-height: 1;
}

.wdt-cus-home1-counter3 .wdt-content-item .wdt-content-counter {
    font-size: clamp(3.75rem, 3.1855rem + 2.5806vw, 6.25rem);
    /* Min-60 & Max-100 */
    font-family: var(--wdtFontTypo_H4);
    line-height: 1;
}

.wdt-cus-home1-counter3 .wdt-content-item .wdt-content-media-group {
    margin-bottom: 5px;
}

.overflow-col .elementor-widget-wrap {
    overflow: hidden;
}

.wdt-cus-header-info  p{
    font-family: var(--wdtFontTypo_Alt);
    text-transform: capitalize;
    font-size: var(--wdtFontSize_H6);
    transition: var(--wdtBaseTransition);
    font-weight: var(--wdtFontWeight_Alt);
}

@media (max-width:1280px) {
    .wdt-cus-home1-counter .wdt-content-item:hover {
        box-shadow: 0px 0px 30px -10px rgba(var(--wdtSecondaryColorRgb), 0.21);
    }
}

@media (max-width:1024px) {
    .wdt-cus-home1-trasnsparent-header .elementor-widget-container {
        transform: none;
        width: 600px;
    }

    .wdt-cus-home1-counter .wdt-content-item .wdt-content-detail-group {
        margin-bottom: 20px;
    }

}

@media (max-width:479px) {
    .wdt-cus-home1-counter .wdt-content-item:hover {
        box-shadow: 0px 0px 20px -10px rgba(var(--wdtSecondaryColorRgb), 0.21);
    }
}



/* Animation--*/

.wdt-home1-animation .wdt-animation-item.text-item .wdt-animation-text,
.wdt-home1-animation .wdt-animation-item.text-item {
    font-size: clamp(3.125rem, 2.4194rem + 3.2258vw, 6.25rem);
    /* Min-50 & Max-100 */
    line-height: var(--wdtLineHeight_Ext);
    font-weight: var(--wdtFontWeight_Alt);
    font-family: var(--wdtFontTypo_Alt);
    text-transform: capitalize;
}

.wdt-home1-animation .wdt-animation-item.icon-item {
    pointer-events: none;
}

.wdt-home1-animation .wdt-animation-item.icon-item i {
    color: rgba(var(--wdtAccentTxtColorRgb), 0.6);
    pointer-events: none;
    font-size: 50px;
    animation: rotate360 3s linear infinite;
}

@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wdt-home1-animation .text-item .wdt-animation-text,
.wdt-home1-animation .text-item {
    color: rgba(var(--wdtAccentTxtColorRgb), 0.3);
    transition: var(--wdtBaseTransition);
}

.wdt-cus-icon-center-img-dark {
    border: 1px solid var(--wdtPrimaryColor);
    box-shadow: 0 0 60px -10px var(--wdtPrimaryColor) !important;
}

.wdt-home1-animation .text-item .wdt-animation-text:hover,
.wdt-home1-animation .text-item:hover {
    color: rgba(var(--wdtAccentTxtColorRgb), 0.7);
}

.wdt-cus-h4-anime .text-item .wdt-animation-text,
.wdt-cus-h4-anime .text-item,
.wdt-cus-h4-anime .wdt-animation-item.icon-item i {
    color: rgba(var(--wdtHeadAltColorRgb), 0.13);
}

.wdt-home1-animation .wdt-animation-item.text-item .wdt-animation-text a {
    color: inherit;
}

.wdt-home1-animation .text-item .wdt-animation-text:hover,
.wdt-home1-animation .text-item:hover {
    color: rgba(var(--wdtAccentTxtColorRgb), 0.7);
}

.wdt-cus-h4-anime .text-item .wdt-animation-text:hover,
.wdt-cus-h4-anime .text-item:hover {
    color: rgba(var(--wdtHeadAltColorRgb), 0.3);
}

.wdt-home1-animation .wdt-animation-item.text-item .wdt-animation-text a {
    color: inherit;
}

.wdt-home1-animation .wdt-animation-item.text-item .wdt-animation-text a:hover {
    color: inherit;
}

.wdt-home1-animation .elementor-widget-container {
    background: linear-gradient(to right, rgba(var(--wdtPrimaryColorRgb), 1), rgba(var(--wdtPrimaryColorRgb), 0.5), rgba(var(--wdtPrimaryColorRgb), 0.15), rgba(var(--wdtPrimaryColorRgb), 0.75));
    background-color: inherit !important;
}

.wdt-home3-animation .elementor-widget-container {
    background: transparent;
}

.wdt-home1-animation .wdt-animation-wrapper .wdt-animation-item {
    padding: 0 clamp(0.625rem, 0.4839rem + 0.6452vw, 1.25rem);
}

.wdt-home1-animation .wdt-animation-item.icon-item i {
    font-size: clamp(2.1875rem, 1.9758rem + 0.9677vw, 3.125rem);
    /* Min-35 & Max-50 */
}

/* Animation2--*/
.wdt-dark-bg.wdt-cus-home1-animation2 .wdt-animation-text {
    background: rgba(var(--wdtTertiaryColorRgb), 0.5);
}

.wdt-cus-home1-animation2 .wdt-animation-item,
.wdt-cus-home1-animation2 .wdt-animation-item.text-item .wdt-animation-text {
    font-size: clamp(1.125rem, 0.875rem + 0.8333vw, 1.875rem);
    /* Min-18 & Max-30 */
}

.wdt-cus-home1-animation2 .text-item .wdt-animation-text,
.wdt-cus-home1-animation2 .text-item {
    color: rgba(var(--wdtSecondaryColorRgb), 0.6);
    transition: var(--wdtBaseTransition);
}

.wdt-cus-home1-animation2 .wdt-animation-wrapper .wdt-animation-item {
    padding: 0 20px;
}

.wdt-cus-home1-animation2 .wdt-animation-text {
    background-color: var(--wdtTertiaryColor);
    padding: 20px 30px;
    border: 2px solid rgba(var(--wdtQuaternaryColorRgb), .45);
    border-radius: var(--wdtRadius_2X);
    transition: var(--wdtBaseTransition);
    box-shadow: 0 3px 20px -10px rgba(var(--wdtSecondaryColorRgb), 0.45);
    transition: var(--wdtBaseTransition);
}

.wdt-cus-home1-animation2 .wdt-animation-item.text-item .wdt-animation-text a {
    color: var(--wdtSecondaryColor);
    transition: var(--wdtBaseTransition);
}

.wdt-cus-home1-animation2 .wdt-animation-item.text-item .wdt-animation-text a:hover {
    color: var(--wdtPrimaryColor);
}

.wdt-cus-home1-animation2 .text-item .wdt-animation-text:hover,
.wdt-cus-home1-animation2 .text-item:hover {
    color: var(--wdtPrimaryColor);
}

.wdt-cus-home1-animation2 .wdt-animation-text:hover {
    border-color: rgba(var(--wdtPrimaryColorRgb), .65);
}

.wdt-cus-home1-animation2 .wdt-animation-wrapper {
    mask-image: none;
    -webkit-mask-image: none;
}

.wdt-dark-bg.wdt-cus-home1-animation2 .wdt-animation-item.text-item .wdt-animation-text a {
    color: var(--wdtAccentTxtColor);
}
.wdt-dark-bg.wdt-cus-home1-animation2 .wdt-animation-item.text-item .wdt-animation-text a:hover {
    color: var(--wdtPrimaryColor);
}

/* Interactive-Section--*/

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: row-reverse;
    margin: 0;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after {
    content: none;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before {
    content: none;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-content-group {
    display: flex;
    align-items: flex-start;
    font-family: var(--wdtFontTypo_Alt);
    flex-direction: column;
    margin-bottom: calc(-1 * var(--description-height));
    transition: var(--wdtBaseTransition);
}

.wdt-cus-home1-interactive-section1 li.wdt-interactive-showcase-active .wdt-interactive-showcase-content-group {
    margin-bottom: 0;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-title-prefix {
    font-size: clamp(3.125rem, 2.4194rem + 3.2258vw, 6.25rem);
    /* Min-50 & Max-100 */
    font-weight: var(--wdtFontWeight_H5);
    line-height: var(--wdtLineHeight_Ext);
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--wdtPrimaryColorRgb), .10);
    height: 86px;
    /* overflow: hidden; */
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    /* -webkit-text-fill-color: var(--wdtTertiaryColor); */
    background-image: linear-gradient(150deg, var(--wdtTertiaryColor), var(--wdtTertiaryColor), var(--wdtPrimaryColor), var(--wdtQuaternaryColor));
    background-repeat: no-repeat;
    background-clip: text;
    background-size: 550% 100%;
    -webkit-background-clip: text;
    position: relative;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-interactive-showcase-title-prefix,
.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-title-prefix {
    background-position: right center;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    font-size: clamp(1.375rem, 1.1242rem + 1.1465vw, 2.5rem);
    /* Min-22 & Max-40 */
    line-height: var(--wdtLineHeight_Alt);
    pointer-events: none;
    padding: 10px 0;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    padding: 0;
    margin-bottom: 0;
    position: relative;
    justify-content: inherit;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
    max-width: 100%;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    padding: 0 0 0 70px;
    order: 2;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    padding: 0;
    margin-right: 30px;
    order: 1;
    overflow: hidden;
}

.wdt-cus-home1-interactive-section1.wdt-glossy-image-b img {
    border: 1px solid var(--wdtAccentTxtColor);
    padding: 25px;
    border-radius: calc(var(--wdtRadius_3X)* 2);
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    position: relative;
    width: 100%;
}

/* .wdt-cus-home1-interactive-section1  .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-title-wrapper:after{
    content: "";
    position: absolute;
    top:auto;
    bottom:0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--wdtPrimaryColorRgb), .10);
    visibility:visible;
    transform: none;
} */
.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li  .wdt-interactive-showcase-title-wrapper:after,
.wdt-cus-home1-interactive-section1.wdt-cus-interActive-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-title-wrapper .wdt-interactive-showcase-title-prefix:after {
    content: "";
    position: absolute;
    bottom: -5.5px;
    right: 0;
    width: 14px;
    height: 14px;
    /* background-image: linear-gradient(150deg, var(--wdtPrimaryColor) 0%, var(--wdtPrimaryColor) 10%, var(--wdtQuaternaryColor) 35%, var(--wdtQuaternaryColor) 0%, var(--wdtQuaternaryColor) 0%, var(--wdtPrimaryColor) 100%); */
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
    transform: translateX(50%);
    opacity: 0;
    transition: var(--wdt-Ad-Transition);
    z-index:2;
    background-color: rgb(var(--wdtPrimaryColorRgb), .9);
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-interactive-showcase-title-wrapper:after,
.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-title-wrapper:after,
.wdt-cus-home1-interactive-section1.wdt-cus-interActive-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-interactive-showcase-title-wrapper .wdt-interactive-showcase-title-prefix:after,
.wdt-cus-home1-interactive-section1.wdt-cus-interActive-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-title-wrapper .wdt-interactive-showcase-title-prefix:after {
    opacity: 1;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li  .wdt-interactive-showcase-title-wrapper:before,
.wdt-cus-home1-interactive-section1.wdt-cus-interActive-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-title-wrapper .wdt-interactive-showcase-title-prefix:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(270deg, rgb(var(--wdtPrimaryColorRgb), .7) 50%, rgb(var(--wdtPrimaryColorRgb), .1) 50%);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 201% 2px;
    transition: var(--wdt-Ad-Transition);
    transition-duration: 0.6s;
    z-index: 2;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover  .wdt-interactive-showcase-title-wrapper:before,
.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active  .wdt-interactive-showcase-title-wrapper:before,
.wdt-cus-home1-interactive-section1.wdt-cus-interActive-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover  .wdt-interactive-showcase-title-wrapper .wdt-interactive-showcase-title-prefix:before {
    background-repeat: no-repeat;
    background-position: bottom right;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a {
    position: static;
    width: 100%;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
    grid-area: 1 / -1;
    transform: translateY(30px);
    transition: var(--wdtBaseTransition);
    transform-origin: bottom;
    opacity: 0;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {
    transform: translateY(0px);
    opacity: 1;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-interactive-showcase-title-wrapper {
    display: flex;
    gap: clamp(1.25rem, 1.1107rem + 0.6369vw, 1.875rem);/*20-30px*/
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    padding: 20px 0;
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-description {
    transform: translateY(30px);
    opacity: 0;
    transition-duration: 0.1s;
    padding-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: var(--wdtBaseTransition);
}

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-content-group .wdt-content-description {
    transform: translateY(0px);
    opacity: 1;
    padding-top: 20px;
}

@media (max-width:1540px){
.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    padding: 0 0 0 60px;
}
}


@media (max-width:1280px) {
.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    padding: 0 0 0 40px;
    }

.wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        margin-right: 15px;
    }
}

@media (max-width:1024px) {
    .wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        margin-right: 0px;
    }
}

@media (max-width:479px) {
    .wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group {
        gap: 0;
    }
    .wdt-cus-home1-interactive-section1 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        padding: 0;
    }
}

/* Home2--*/

/* Testimonial--*/

.wdt-cus-home2-testimonial .wdt-content-item {
    display: flex;
    padding: 15px;
    gap: 20px;
    align-items: center;
}

.wdt-cus-home2-testimonial .wdt-cotent-item .wdt-content-detail-group .wdt-rating-container {
    margin-bottom: 20px;
}

.wdt-cus-home2-testimonial .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.25rem, 1.2221rem + 0.1274vw, 1.375rem);
    /* Min-20 & Max-22 */
}

.wdt-cus-home2-testimonial .wdt-content-item .wdt-content-image>span>img,
.wdt-cus-home2-testimonial .wdt-content-item .wdt-content-image>a>img {
    width: clamp(3.75rem, 3.4677rem + 1.2903vw, 5rem);
    /* Min-60 & Max-80 */
    height: clamp(3.75rem, 3.4677rem + 1.2903vw, 5rem);
    /* Min-60 & Max-80 */
    align-self: center;

}

.wdt-cus-home2-testimonial .wdt-content-item .wdt-content-image>a {
    width: clamp(7.5rem, 7.0766rem + 1.9355vw, 9.375rem);
    /* Min-120 & Max-150 */
    height: clamp(7.5rem, 7.0766rem + 1.9355vw, 9.375rem);
    /* Min-120 & Max-150 */
    background-color: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_3X);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdt-cus-home2-testimonial .wdt-content-item .wdt-content-detail-group>.wdt-content-title {
    margin-bottom: 14px;
}
.wdt-cus-home2-testimonial .wdt-content-item .wdt-content-detail-group > .wdt-content-description p{
    margin-bottom:0;
}

.wdt-cus-home2-testimonial .wdt-content-item .wdt-content-title h5,
.wdt-cus-home2-testimonial .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtSecondaryColor);
}

.wdt-cus-home2-testimonial .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0;
}

.wdt-cus-home2-testimonial .wdt-content-item .wdt-content-detail-group .wdt-rating-container {
    margin-bottom:22px;
}

.wdt-cus-home2-testimonial .wdt-content-item {
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    position:relative;
    border:1px solid var(--wdtBorderColor);
  
}


.wdt-cus-home2-testimonial .swiper-slide{
    cursor:grab;
}



@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }
}

/* Apply animation when scrolling */
.wdt-cus-iconBox-1 .wdt-content-item {
    animation: shake 0.6s ease-in-out;
    animation-timeline: scroll();
    /* Works in modern browsers with experimental flags */
}

@media (max-width:1024px) {
    .wdt-cus-home2-testimonial .wdt-content-item .wdt-content-detail-group>.wdt-content-title {
        font-size: var(--wdtFontSize_H6);
    }
}

@media (max-width:767px) {
    .wdt-cus-home2-testimonial .wdt-content-item {
        flex-direction: column;
        padding: 30px;
    }
}

@media (max-width:479px) {
    .wdt-cus-home2-testimonial .wdt-content-item {
        padding: 30px;
    }
}

/*home2-filler--*/

.wdt-cus-home2-trasnsparent-header .elementor-widget-container {
    transform: rotate(0deg);
    width: 100%;
}

.wdt-cus-home2-trasnsparent-header .wdt-heading-holder .wdt-heading-title-wrapper {
    line-height: 0.9;
}

.wdt-cus-home2-trasnsparent-header .wdt-heading-holder h3.wdt-heading-title-wrapper .wdt-heading-title {
    background-image: linear-gradient(90deg,
            rgba(var(--wdtAccentTxtColorRgb), 0.4) 0%,
            rgba(var(--wdtAccentTxtColorRgb), 0.15) 20%,
            rgba(var(--wdtBorderColorRgb), 0.4) 40%,
            rgba(var(--wdtQuaternaryColorRgb), 0.4) 60%,
            rgba(var(--wdtAccentTxtColorRgb), 0.15) 80%,
            rgba(var(--wdtAccentTxtColorRgb), 0.4) 100%);
    background-size: 200% auto;
    animation: shimmer-alternate 5s linear infinite;
}

.wdt-cus-home2-filler-iconbox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon {
    position: relative;
    width: clamp(6.25rem, 6rem + 1.25vw, 7.5rem);
    height: clamp(6.25rem, 6rem + 1.25vw, 7.5rem);
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,
            rgba(var(--wdtPrimaryColorRgb), 0.8) 10%,
            rgba(var(--wdtPrimaryColorRgb), 0.1) 100%);
    border-radius: var(--wdtRadius_Full);
    box-shadow: inset 0 0 0 1px rgb(var(--wdtPrimaryColorRgb));
    display: flex;
}


.wdt-cus-home2-filler-iconbox .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon::before {
    animation: none;
}

.wdt-cus-iconBox-1.wdt-cus-home2-filler-iconbox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon {
    box-shadow: 0 0 30px -10px rgba(var(--wdtPrimaryColorRgb), 0.4);
}

.wdt-cus-iconBox-1.wdt-cus-home2-filler-iconbox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    box-shadow: 0 0 22px -10px rgba(var(--wdtPrimaryColorRgb), 0.4);
}


/* Border animation */
@keyframes running-border {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wdt-cus-home2-filler-iconbox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg {
    transition: var(--wdtBaseTransition);
}
.wdt-cus-iconBox-1.wdt-cus-home2-filler-iconbox .wdt-icon-box-holder .wdt-content-item .wdt-content-media-group {
    box-shadow: none;
}

@media(max-width:479px){
.wdt-cus-home2-filler-iconbox .wdt-icon-box-holder .wdt-content-item .wdt-content-media-group{
    align-self:center;
}
}

.wdt-dropshadow-img img {
    filter: drop-shadow(0px 4px 4px rgba(var(--wdtSecondaryColorRgb), 0.25));
}


/*home3--*/

/*iconbox-3--*/

.wdt-cus-home3-iconbox .wdt-icon-box-holder.wdt-rc-template-ico-classic .wdt-content-item .wdt-content-icon-wrapper:before {
    content: none;
}

.wdt-cus-home3-iconbox .wdt-icon-box-holder.wdt-rc-template-ico-classic .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon:before {
    content: none;
}

.wdt-cus-home3-iconbox .wdt-icon-box-holder.wdt-rc-template-ico-classic .wdt-content-item .wdt-content-icon-wrapper:after {
    content: none;
}

.wdt-cus-home3-iconbox .wdt-icon-box-holder.wdt-rc-template-ico-classic .wdt-content-item .wdt-content-media-group:after {
    content: none;
}

.wdt-cus-home3-iconbox .wdt-icon-box-holder.wdt-rc-template-ico-classic .wdt-content-item .wdt-content-media-group {
    justify-content: inherit;
}

.wdt-cus-home3-iconbox.wdt-dark-bg .wdt-icon-box-holder.wdt-rc-template-ico-classic .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon > span{
    box-shadow: 0 0 10px var(--wdtPrimaryColor);
    -webkit-box-shadow: 0 0 10px var(--wdtPrimaryColor);
}

.wdt-cus-home3-iconbox .wdt-icon-box-holder.wdt-rc-template-ico-classic .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon>span {
    font-size: var(--wdtFontSize_H3);
    width:80px;
    height:80px;
}

.wdt-dark-bg .wdt-icon-box-holder.wdt-rc-template-ico-classic .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon>span {
    background-image: linear-gradient(150deg, var(--wdtTertiaryColor), var(--wdtTertiaryColor), var(--wdtPrimaryColor), var(--wdtQuaternaryColor));
    background-color:transparent;
}


.wdt-dropshadow1 img {
    animation: runningDropShadow 2s infinite ease-in-out;
}

@keyframes runningDropShadow {
    0% {
        filter: drop-shadow(0px 0px 2px var(--wdtPrimaryColor));
    }

    25% {
        filter: drop-shadow(3px 0px 3px var(--wdtQuaternaryColor));
    }

    50% {
        filter: drop-shadow(0px 5px 4px var(--wdtPrimaryColor));
    }

    75% {
        filter: drop-shadow(-3px 0px 3px var(--wdtQuaternaryColor));
    }

    100% {
        filter: drop-shadow(0px 0px 2px var(--wdtPrimaryColor));
    }
}




.wdt-dropshadow2 img {
    animation: swing1 ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}

@keyframes swing1 {
    0% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

/* Sticky Column */
@media only screen and (min-width: 1025px) {
    body:has(.wdt-custom-inner-sticky), body:has(.wdt-custom-inner-sticky) .inner-wrapper {
        overflow: visible;
    }

    .wdt-custom-inner-sticky {
        position: sticky;
        top: 50px;
    }

    .wdt-custom-inner-sticky-2 {
        top: 150px;
    }

    .wdt-custom-iconBox-sticky {
        top: 20px;
    }

    .wdt-custom-sticky-column {
        height: 100%;
    }
}



.wdt-header1-iconbox .wdt-content-item{
    display:flex;
    align-items:center;
    gap:15px;
}
.wdt-header1-iconbox .wdt-content-item .wdt-content-title h5{
    font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem); /* Min-18 & Max-18 */
}
.wdt-header1-iconbox .wdt-content-item .wdt-content-detail-group > .wdt-content-description{
    margin-bottom:5px;
    font-size:var(--wdtFontSize_Ext);
    color:var(--wdtSecondaryColor);
    font-family: var(--wdtFontTypo_H2);
    font-weight: var(--wdtFontWeight_H6);
}
.wdt-header1-iconbox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    font-size: var(--wdtFontSize_H3);
    color:var(--wdtSecondaryColor);
    /* width:47px;
    height:47px !important; */
    padding:0;
    border-radius:var(--wdtRadius_Full);
    /* background-image: linear-gradient(140deg, rgb(64, 95, 255) 0%, rgb(64, 95, 255) 50%, rgb(171, 187, 242) 90%, rgb(171, 187, 242) 0%, rgb(171, 187, 242) 0%, rgb(64, 95, 255) 100%); */
    /* border:1px solid var(--wdtSecondaryColor); */
}
.wdt-header1-iconbox .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .wdt-cus-call-icon { color: var(--wdtPrimaryColor); }
.wdt-header1-iconbox  .wdt-content-item .wdt-content-title h5,.wdt-header1-iconbox  .wdt-content-item .wdt-content-title h5 a{
    color:var(--wdtSecondaryColor);
}
.wdt-header1-iconbox .wdt-content-item .wdt-content-media-group{
    margin-bottom:0;
    display:flex;
}
.wdt-explore-btn .wdt-button-holder.wdt-button-size-nm .wdt-button{
    font-size: clamp(1.25rem, 1.2221rem + 0.1274vw, 1.375rem); /* Min-20 & Max-22 */
}

.wdt-cus-filler-textedit-02 p {
    font-weight: var(--wdtFontWeight_Alt);
    color:rgba(var(--wdtSecondaryColorRgb), 0.7);
}

.wdt-cus-iconBox-1.wdt-cus-iconBox-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon{
    width: clamp(6.25rem, 5.9713rem + 1.2739vw, 7.5rem);
    height: clamp(6.25rem, 5.9713rem + 1.2739vw, 7.5rem);
}
.wdt-cus-iconBox-1.wdt-cus-iconBox-2 .wdt-content-item{
    align-items:center;
}
.wdt-cus-iconBox-1.wdt-cus-iconBox-2 p a{
    color:var(--wdtBodyTxtColor);
    transition:var(--wdtBaseTransition);
}
.wdt-cus-iconBox-1.wdt-cus-iconBox-2 p a:hover{
    color:var(--wdtPrimaryColor);
}
.wdt-cus-iconBox-1.wdt-cus-iconBox-2 p{
    margin-bottom:0;
}