.elementor-kit-6133{--e-global-color-primary:#416CAA;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#416CAA;--e-global-typography-primary-font-family:"niveau-grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"niveau-grotesk-small-caps";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"niveau-grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"niveau-grotesk";--e-global-typography-accent-font-weight:500;}.elementor-kit-6133 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    overflow-x: hidden !important;
}

/* =========================================
   GLOBAL BRAND OVERRIDE (KILL THE PINK)
   ========================================= */

/* 1. TEXT SELECTION (Highlighting) */
::selection {
    background: #416CAA !important; /* Pool Life Blue */
    color: #ffffff !important;
}
::-moz-selection {
    background: #416CAA !important;
    color: #ffffff !important;
}

/* 2. DEFAULT LINKS (The ones Elementor missed) */
a {
    color: #416CAA;
    transition: color 0.3s ease;
}
a:hover {
    color: #0a0a0a; /* Black on hover */
}

/* 3. FORM FOCUS RINGS (Input borders) */
input:focus, textarea:focus, select:focus {
    border-color: #416CAA !important;
    outline: none !important;
}

/* 4. BUTTON FOCUS (Accessibility Rings) */
button:focus, a:focus {
    outline-color: #416CAA !important;
}

/* 5. WORDPRESS DEFAULT ELEMENTS */
.elementor-button {
    background-color: #416CAA;
}/* End custom CSS */