/* 
.text-gradient-hover {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.common-header .common-header-ul > li > a:hover {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.nav-link-a:hover,
.nav-link-a.active {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.nav-link-b:hover {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}


a:hover:not(.btn):not(.contact-btn):not(.mobile-contact-btn):not(.learn-more):not(.Btn):not(.whatsapp-link):not(.btn-click):not(.cta-button),
a:focus:not(.btn):not(.contact-btn):not(.mobile-contact-btn):not(.learn-more):not(.Btn):not(.whatsapp-link):not(.btn-click):not(.cta-button),
a:active:not(.btn):not(.contact-btn):not(.mobile-contact-btn):not(.learn-more):not(.Btn):not(.whatsapp-link):not(.btn-click):not(.cta-button) {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-decoration: none !important;
}


.nav-link:hover:not(.btn):not(.contact-btn):not(.mobile-contact-btn),
.nav-link:focus:not(.btn):not(.contact-btn):not(.mobile-contact-btn) {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-decoration: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-decoration: none !important;
}

.btn:hover,
.btn:focus,
.btn:active,
.contact-btn:hover,
.contact-btn:focus,
.mobile-contact-btn:hover,
.mobile-contact-btn:focus,
button.learn-more:hover,
button.learn-more:focus,
button.Btn:hover,
button.Btn:focus,
.btn-click:hover,
.btn-click:focus,
.button-text:hover,
.whatsapp-link:hover,
.cta-button:hover,
.cta-button:focus,
.cta-button:active {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    color: inherit !important;
}


.common-footer2 .footer-left a:hover {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-decoration: underline !important;
}

.common-footer2 .tc-link a:hover {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-decoration: underline !important;
}


.social-ul li a:hover {
    border: 1px solid #00ED87 !important;
}

.products-card:hover em .ph.ph-arrow-up-right,
.stories-card:hover h6,
.stories-card:hover p,
.stories-card:hover a {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

a.back-btn:hover {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.dark-body .common-header-col-outer .nav-link-a:hover,
.dark-body .common-header-col-outer .nav-link-a.active {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.dark-body .menu-para .menu-para-col .nav-link-b:hover {
    background: linear-gradient(90deg, #00ED87 0%, #034EA2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
} */
