.elementor-kit-6{--e-global-color-primary:#111111;--e-global-color-secondary:#54595F;--e-global-color-text:#333333;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:1.5;}.elementor-kit-6 a{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-6 h1{font-size:48px;font-weight:600;}.elementor-kit-6 h2{font-family:"Montserrat", Sans-serif;font-size:32px;font-weight:500;}.elementor-kit-6 h3{font-size:24px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*BUTTON HOVER EFFECTS*/
.cod-button  {
    width: auto;
}
.cod-stacked-cards .ue_sc_button,
.cod-button .elementor-button {
    position: relative;
    display: inline-block;
    width: auto;
	letter-spacing: 0.05rem;
	font-weight: 600;
	font-size: 16px;
	border-radius: 24px;
	padding: 15px 42px;
	overflow: hidden;
	color: #000;
	border: 0;
	background: #12daee !important;
}

.cod-button.outline .elementor-button{
    background: none !important;
    color: #fff;
    border: 1px solid #fff;
}
.cod-button.outline .elementor-button:hover {
    background: #12daee;
    color: #000;
    border: 1px solid #000;
}

.cod-button.outline .elementor-button:before {
    display: none !important;
    background: none;
}

.cod-button.outline .elementor-button:after {
    background: #12daee;
    z-index: 0;
}

.cod-button.secondary .elementor-button::before {
    background: #12daee;
}
.cod-button.secondary .elementor-button {
    color: #333;
    background: #fff;
}

.cod-button.secondary .elementor-button:hover {
    color: #fff !important;
    background: #333 !important;
}

.cod-stacked-cards .ue_sc_button span,
.cod-button .elementor-button-text {
	position: relative;
	z-index: 1;
	/*mix-blend-mode: difference;*/
}

.cod-stacked-cards .ue_sc_button::before,
.cod-button .elementor-button::before,
.cod-stacked-cards .ue_sc_button::after,
.cod-button .elementor-button::after {
    position: absolute;
    top: 0;
    height: 100%;
	content: '';
	width: 120%;
	transform: skew(30deg);
	transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.cod-stacked-cards .ue_sc_button::before,
.cod-button .elementor-button::before {
    background: #fff;
	left: -10%;
}

.cod-stacked-cards .ue_sc_button::after,
.cod-button .elementor-button::after {
    background: #12daee;
	left: -140%;
	z-index: -1;
}

.cod-stacked-cards .ue_sc_button::after {
    background: #333;
}

.cod-stacked-cards .ue_sc_button:hover::after,
.cod-button .elementor-button:hover::after,
.cod-stacked-cards .ue_sc_button:hover::before,
.cod-button .elementor-button:hover::before {
	transform: translate3d(100%,0,0);
}


/*FADE IN UP ANIMATION OVERRIDES*/
@keyframes fadeInUpCustom {
from {
opacity: 0;
transform: translate3d(0, 30px, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
animation-name: fadeInUpCustom !important;
animation-duration: 0.8s; /* Adjust duration as needed */
animation-fill-mode: both;
}

.fadeInUp:nth-child(1) {animation-duration: 0.8s; }
.fadeInUp:nth-child(2) {animation-duration: 0.9s; animation-delay: 0.1s; }
.fadeInUp:nth-child(3) {animation-duration: 1s; animation-delay: 0.2s; }
.fadeInUp:nth-child(4) {animation-duration: 1.1s; animation-delay: 0.3s; }
.fadeInUp:nth-child(5) {animation-duration: 1.1s; animation-delay: 0.4s; }


/*GRADIENT TEXT*/
.gradient-text {
    background: linear-gradient(to right, #131313, #02AABB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


/*Animated Gradient text */

.animated-gradient-text {
    background: linear-gradient(270deg, #6dbae5, #0d4a50, #0d4a50);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientTitleAnimation 5s ease infinite;
}

@keyframes gradientTitleAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


/*.ue-grid-item-meta-data:has(+.ue-grid-item-meta-data--one) {*/
/*    display: none;*/
/*}*//* End custom CSS */