.elementor-kit-1974{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#D20000;--e-global-color-9886340:#7A7A7A;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;}.elementor-kit-1974 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1974 button,.elementor-kit-1974 input[type="button"],.elementor-kit-1974 input[type="submit"],.elementor-kit-1974 .elementor-button{font-family:"Helvetica", Sans-serif;font-size:18px;}.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);}@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 *//* Target all possible Gravity Forms button .elementor-kit-1974s */
.gform_wrapper input[type="submit"],
.gform_wrapper .gform_button,
.gform_wrapper .button,
.gform_wrapper .gform_page_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="button"] {
    background-color: var(--e-global-color-accent) !important;
    color: white !important;
    font-family: var(--e-global-typography-primary-font-family) !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 25px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* Hover states */
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper .gform_button:hover,
.gform_wrapper .button:hover {
    background-color: var(--e-global-color-primary) !important;
    transform: translateY(-1px) !important;
    transition: all 0.3s ease !important;
}

/* Placeholder text styling - light gray */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #B6B8B7 !important;
    opacity: 1 !important;
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
    color: #B6B8B7 !important;
    opacity: 1 !important;
}

.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    color: #B6B8B7 !important;
    opacity: 1 !important;
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
    color: #B6B8B7 !important;
    opacity: 1 !important;
}

/* Apply styles to all Gravity Forms input fields */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="phone"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea,
.gform_wrapper select {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #B6B8B7 !important;
    border-radius: 5px;
    box-shadow: none !important;
}

/* Also target focus states to maintain consistency */
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="phone"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    background-color: transparent;
    border: 2px solid #DEE0DF !important;
    border-radius: 5px;
    outline: none;
}

.gform_wrapper .gform_fields {
    grid-row-gap: 16px !important;
    row-gap: 20px !important;
    grid-template-rows: auto !important;
}

.gform_required_legend {
    display: none;
}/* End custom CSS */