.elementor-kit-10{--e-global-color-primary:#F59E0B;--e-global-color-secondary:#0EA5E9;--e-global-color-text:#9CA3AF;--e-global-color-accent:#0B1120;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:700;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-family:"Poppins", Sans-serif;font-size:48px;}.elementor-kit-10 h2{font-family:"Poppins", Sans-serif;font-size:36px;}.elementor-kit-10 h3{font-family:"Poppins", Sans-serif;font-size:43px;}.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 .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-kit-10 h1{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* LMH Solutions — bottom wave animation */
@keyframes lmhWave1 {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes lmhWave2 {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* LMH Solutions — Global Scroll Animations */
[data-aos] {
    transition: transform 0.7s ease, opacity 0.7s ease;
}

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Global link transition */
a { transition: color 0.25s ease, opacity 0.25s ease; }

/* Elementor Motion Effects enhancement */
.elementor-motion-effects-container {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* All section headings fade-up */
.elementor-heading-title {
    animation: fadeUp 0.6s ease both;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}/* End custom CSS */