.elementor-kit-2579{--e-global-color-primary:#000000;--e-global-color-secondary:#00A651;--e-global-color-text:#e48e45;--e-global-color-accent:#5081f5;--e-global-color-1c02b22:#00A651;--e-global-color-3b41b4e:#00A651D1;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-2579 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.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);}@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 *//* Contact Form 7 Submit Button Styling */
.wpcf7-submit {
    background-color: #00A651 !important;
    border: none !important;
    color: white !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Hover effect */
.wpcf7-submit:hover {
    background-color: #008a45 !important;
    transform: translateY(-2px) !important;
}

/* Focus state for accessibility */
.wpcf7-submit:focus {
    outline: 2px solid #00A651 !important;
    outline-offset: 2px !important;
}

/* Active/pressed state */
.wpcf7-submit:active {
    background-color: #007a3d !important;
    transform: translateY(0px) !important;
}/* End custom CSS */