.elementor-kit-19464{--e-global-color-primary:#FF0000;--e-global-color-secondary:#797676;--e-global-color-text:#000000;--e-global-color-accent:#FF0000;--e-global-color-ba572a4:#FFFFFF;--e-global-color-0bacf01:#4E1751;--e-global-color-e5b46ce:#963995;--e-global-color-5fc397f:#1BA7AD;--e-global-color-2fde292:#025455;--e-global-color-b423118:#000000;--e-global-color-9795596:#DAD3E9;--e-global-color-89e927a:#DBF1F6;--e-global-color-bc4bcea:#D9D3E7;--e-global-color-8a0afbb:#FFFEF6;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-19464 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-19464 a{color:var( --e-global-color-primary );}.elementor-kit-19464 a:hover{color:var( --e-global-color-primary );}.elementor-kit-19464 h1{font-size:clamp(32px, 6vw, 70px);}.elementor-kit-19464 h2{font-size:clamp(26px, 3vw, 50px);}.elementor-kit-19464 h3{font-size:clamp(22px, 1/5vw, 30px);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1522px;}.e-con{--container-max-width:1522px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.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 */html, body {
max-width: 100%;
overflow-x: hidden;
}


/*Sticky Header Code*/
/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: #fff;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color:#fff;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

/*Custom Styles*/

/*@supports (-webkit-font-smoothing: antialiased) {*/
/*    .btn-tay-text-adjustment .elementor-button-text,*/
/*.tay-text-adjustment h4 {*/
/*        display: inline-block;*/
/*    transform: translateY(3px);*/
/*    }*/
/*}*/

.btn-tay-text-adjustment .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 6px;
}



.why-card {
    min-height: 375px;
}

@media screen and (max-width: 1024px){
    .why-card {
        min-height: 0px;
    }
}

/* 1. Setup the container to allow custom ordering */
.steps-card .elementor-image-box-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
}

/* 2. Push the Image (Illustration) to the top */
.steps-card .elementor-image-box-img {
    order: 1;
    margin-bottom: 20px;
}

/* 3. Put the Content (Title/Description) in the middle */
.steps-card .elementor-image-box-content {
    order: 2;
    display: flex;
    flex-direction: column;
}

/* 4. Force the Title (First Sip) to go AFTER the Description text */
.steps-card .elementor-image-box-title {
    order: 2;
    margin-top: 10px;
}

.steps-card .elementor-image-box-description {
    order: 1;
}

/* 5. Create/Position the Number Circle at the very bottom */
/* If you are using a specific class for the number, target it here */
.steps-card .your-number-class {
    order: 3;
    margin-top: 20px;
}/* End custom CSS */