.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-108f5b8:#082D3F;--e-global-color-d690acd:#EB3D24;--e-global-color-b85fb44:#FFF8DE;--e-global-color-496aac9:#89A1A2;--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:1518px;}.e-con{--container-max-width:1518px;}.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:85%;}.e-con{--container-max-width:85%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* 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 CSS*/
@media (max-width: 880px) {

  /* Red outline heading → solid red */
  .red-outline-heading,
  .red-outline-heading * {
    color: #EB3D24 !important;
    -webkit-text-fill-color: #EB3D24 !important;
    text-shadow: none !important;
  }

  /* White outline heading → solid white */
  .white-outline-heading,
  .white-outline-heading * {
    color: #FFF !important;
    -webkit-text-fill-color: #FFF !important;
    text-shadow: none !important;
  }

}

.red-highlight {
    background-color: #EB3D24;
    padding-left: 10px;
    padding-right: 10px;
}

.blue-highlight {
    background-color: #082D3F;
    padding-left: 10px;
    padding-right: 10px;
}

.support-box {
    min-height: 413px;
}

.testimonial-box,
.support-page-box {
    min-height: 500px;
}

.about-box {
    min-height: 450px;
}


@media screen and (max-width: 1024px){
    .support-box,
    .testimonial-box,
    .about-box,
    .support-page-box{
        min-height: 0px;
    }
}


/*Testimonial Quote*/
.testimonial-quotes {
    position: relative;
    padding: 10px 4rem;
}

.testimonial-quotes::before,
.testimonial-quotes::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.85;
    pointer-events: none;
}


@media screen and (max-width: 767px) {
    
.testimonial-quotes::before,
.testimonial-quotes::after {
  width: 20px;
  height: 20px;
  opacity: .2;
}

/*Testimonial Quote*/
.testimonial-quotes {
    padding: 10px 1.3rem;
}

}

/* Left quote */
.testimonial-quotes::before {
    left: -.2rem;
    background-image: url("/wp-content/uploads/2025/12/quote-left.svg");
}

/* Right quote */
.testimonial-quotes::after {
    right: -.2rem;
    background-image: url("/wp-content/uploads/2025/12/quote-right.svg");
}

/*Timeline - Steps to Ownership*/
.timeline-number {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    color: #e74c3c;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    margin: 0 auto;
    z-index: 2;
}


@media (max-width: 767px) {
    .elementor-column {
        text-align: center !important;
    }

    .timeline-number {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .timeline-number {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }
}/* End custom CSS */