.elementor-kit-7{--e-global-color-primary:#EBA94C;--e-global-color-secondary:#FDF6ED;--e-global-color-text:#262626;--e-global-color-accent:#2F4858;--e-global-typography-primary-font-family:"Questrial";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.6em;--e-global-typography-secondary-font-family:"Questrial";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.6em;--e-global-typography-text-font-family:"Questrial";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Questrial";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.6em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#ECAA4D;text-decoration:none;}.elementor-kit-7 a:hover{text-decoration:none;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{padding:12px 24px 12px 24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (min-width:1023px) {
    a#menu-blurbs {
    min-height: 30vh !important;
}
}

@media (max-width:1022px) {
    a#menu-blurbs {
    min-height: 50vh !important;
}
}

@media (max-width:767px) {
    a#menu-blurbs {
    min-height: 100vh !important;
}
}

body, html {
	overflow-x:hidden;
}

/* Make the slide movement linear (no easing) */
.logos-smooth .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Optional: keep slides tight and consistent */
.logos-smooth .swiper-slide {
  width: auto !important;           /* lets many logos flow in one row */
  display: flex; align-items: center;
}

.curved-gradient .elementor-cta__content-wrapper {
    background: linear-gradient(135deg, #af002d, #af002d);
    border-radius: 20px; /* curved corners */
    overflow: hidden; /* ensures inner content follows curve */
    display: flex;
    flex-direction: column;
    height: 100%; /* makes all CTAs equal height */
}

.curved-gradient .elementor-cta__button-wrapper {
    margin-top: auto; /* keeps buttons at the bottom */
}

.curved-gradient .elementor-cta__content-wrapper * {
    color: #ffffff; /* ensures text is readable */
}/* End custom CSS */