.elementor-kit-6{--e-global-color-primary:#F4671F;--e-global-color-secondary:#EA4228;--e-global-color-text:#231A33;--e-global-color-accent:#3A1F6E;--e-global-color-66c3921:#1C1033;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 */span.ax-sp-text {
    color: #f4671f;
}

/* ====================================================
   Gravity Form ID 1: Custom Styling
==================================================== */

/* 1. Main Form Card & Hide Defaults */
#gform_wrapper_1 {
    /*background-color: #ffffff;*/
    /*border-radius: 20px;*/
    /*padding: 40px;*/
    margin: 0 auto;
}

/* Hide the default Gravity Forms header and required legend */
#gform_wrapper_1 .gform_heading {
    display: none;
}

/* 2. Form Field Containers */
#gform_wrapper_1 .gfield {
    margin-bottom: 14px;
}

/* 3. Labels */
#gform_wrapper_1 .gfield_label {
    color: #1a1040; /* Deep navy/purple from your design */
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

/* Hide the required asterisk to match the clean design */
#gform_wrapper_1 .gfield_required {
    display: none;
}

/* 4. Input Fields & Textarea */
#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 textarea {
    width: 100%;
    padding: 14px 16px;
    background-color: #faf9fc; /* Very faint purple/grey tint */
    border: 1px solid #dfd8ec; /* Light lilac border */
    border-radius: 10px;
    color: #333333;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

/* Placeholder Text */
#gform_wrapper_1 input::placeholder,
#gform_wrapper_1 textarea::placeholder {
    color: #8c859d;
}

/* Input Focus States */
#gform_wrapper_1 input[type="text"]:focus,
#gform_wrapper_1 input[type="email"]:focus,
#gform_wrapper_1 textarea:focus {
    outline: none;
    border-color: #1a1040;
    box-shadow: 0 0 0 2px rgba(26, 16, 64, 0.1);
}

/* 5. Submit Button */
#gform_wrapper_1 .gform_footer {
    padding: 10px 0 0 0;
    margin: 0;
    border: none;
}

#gform_wrapper_1 .gform_button {
    width: 100%;
    background: linear-gradient(135deg, #f4671f 0%, #ea4228 100%); /* Your orange gradient */
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 24px;
    border: none;
    border-radius: 50px; /* Pill shape */
    cursor: pointer;
    box-shadow: 0 10px 24px -10px #ee4228a6; /* Your soft orange glow */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#gform_wrapper_1 .gform_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -10px #ee4228a6; /* Slightly larger glow on hover */
}

#gform_wrapper_1 .gform_footer {
    padding: 0px 0 0 0;
    margin: 0;
    border: none;
}

/* ====================================================
   Gravity Form ID 1: Confirmation Message
==================================================== */

#gform_confirmation_message_1 {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 60px 40px; /* Slightly taller padding to feel spacious and deliberate */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Matches the form's soft shadow */
    margin: 0 auto;
    text-align: center;
    color: #1a1040; /* Your deep navy text */
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    border-top: 4px solid #f4671f; /* A subtle pop of your brand orange at the top */
}


.grecaptcha-badge {
    z-index: 2;
}/* End custom CSS */