.elementor-kit-217{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-217 e-page-transition{background-color:#FFBC7D;}.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 *//* --- 1. GLOBAL TYPOGRAPHY & READABILITY --- */

/* Ensure the main body text (p tags) is highly readable (Dark Gray #333333) */
body p {
    font-size: 1.125rem; /* Larger font size for easy reading (18px) */
    line-height: 1.8; /* Increased line height for high readability */
    color: #333333; 
    font-family: 'Georgia', serif; /* Use a classic serif font for body text for authority */
}

/* Enforce high-contrast headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif; /* Use a clean sans-serif font for structure */
    color: #333333;
}

/* --- 2. ACCENT COLOR FOCUS (Buttons & Links) --- */

/* Style all primary links and anchor tags with the brand gold */
a, a:hover {
    color: #FFCA3D; 
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    text-decoration: underline;
}

/* Global button styling (Primary Call to Action) */
.elementor-button, .eicon-button {
    background-color: #FFCA3D !important;
    color: #333333 !important; /* Dark text on bright background for readability */
    border: none !important;
    border-radius: 8px !important;
    padding: 15px 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
    transition: all 0.3s ease;
}

/* Button Hover State: Slightly darker gold, subtle lift effect */
.elementor-button:hover, .eicon-button:hover {
    background-color: #e6b234 !important; /* Slightly darker gold */
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(51, 51, 51, 0.2);
}

/* --- 3. SECTION DESIGN & CLUTTER REDUCTION --- */

/* Add subtle separation to main containers/sections for a clean visual flow */
.elementor-section {
    padding-top: 60px;
    padding-bottom: 60px;
    /* Optional: Add a subtle, light separator line if needed */
    /* border-bottom: 1px solid #f0f0f0; */
}

/* --- 4. ACCESSIBILITY & FOCUS (Elite Detail) --- */

/* Ensure keyboard focus indicators use the brand color for professionalism */
*:focus {
    outline: 2px solid #FFCA3D !important;
    outline-offset: 2px !important;
    border-radius: 4px;
}/* End custom CSS */