.elementor-kit-6{--e-global-color-primary:#2B2C3F;--e-global-color-secondary:#C0A06F;--e-global-color-text:#2B2C3F;--e-global-color-accent:#D5CAB8;--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;font-family:"Montserrat", Sans-serif;font-weight:400;overscroll-behavior:auto;}.elementor-kit-6 h1{font-family:"Playfair Display", Sans-serif;font-weight:400;}.elementor-kit-6 h2{font-family:"Montserrat", Sans-serif;font-weight:600;}.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;}.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 *//* Error Styles */
.elementor-error {
    border-color: #ff0000 !important;
}

.validation-message {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.validation-loading {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

/* Hide default success and error messages */
.elementor-message.elementor-message-success,
.elementor-message.elementor-message-danger {
    display: none !important;
}

/* Error Summary Styling */
.validation-summary {
    color: #ff0000;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: rgba(255, 0, 0, 0.05);
    border-left: 3px solid #ff0000;
}

.validation-error-list {
    margin: 10px 0 0 20px;
    padding: 0;
    list-style-type: disc;
}

.validation-error-list li {
    color: #ff0000;
    font-size: 12px;
    margin-bottom: 5px;
}

/* Checkbox error styling */
.elementor-field-type-acceptance.elementor-error {
    padding: 10px;
    background-color: rgba(255, 0, 0, 0.05);
    border-radius: 4px;
}

.validation-spinner svg {
    animation: spin 1s linear infinite;
}
@keyframes spin {
    100% { transform: rotate(360deg); }
}/* End custom CSS */