.elementor-kit-28{--e-global-color-primary:#34495E;--e-global-color-secondary:#7F8C8D;--e-global-color-text:#2C3E50;--e-global-color-accent:#3498DB;--e-global-color-b888628:#F39C12;--e-global-color-f57d808:#1ABC9C;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-28 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){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);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:1px;}.site-header .header-inner{width:0px;max-width:100%;}.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 *//* --- Global Minimal Reset --- */
body {
    background-color: #ffffff;
    color: #2c3e50;
}

/* --- Link Styling --- */
/* Removes default underline, adds it only on hover for a clean look */
a {
    color: #f39c12;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #1abc9c; /* The Accent Color 2 */
}

/* --- Minimal Buttons --- */
/* Overrides Elementor default button styles for a flat look */
.elementor-button {
    border-radius: 0px !important; /* Sharp edges for minimalism */
    padding: 12px 24px !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: 600 !important;
    background-color: #f39c12 !important;
}

.elementor-button:hover {
    background-color: #1abc9c !important;
}

/* --- Clean Up Form Fields (for Contact Page) --- */
.elementor-field-textual {
    border: none !important;
    border-bottom: 2px solid #7f8c8d !important; /* Bottom border only */
    background: transparent !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
}

.elementor-field-textual:focus {
    border-bottom: 2px solid #f39c12 !important;
}

/* --- Blog Loop Cleanup --- */
/* If you use the 'Posts' widget, this cleans up the meta data */
.elementor-post__meta-data {
    font-size: 0.85rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}/* End custom CSS */