.elementor-kit-7{--e-global-color-primary:#164321;--e-global-color-secondary:#5BBE98;--e-global-color-text:#164321;--e-global-color-accent:#F3F1EE;--e-global-typography-primary-font-family:"sofia-pro";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"sofia-pro";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"sofia-pro";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"sofia-pro";--e-global-typography-accent-font-weight:300;color:var( --e-global-color-primary );font-family:"sofia-pro", Sans-serif;font-size:20px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );font-size:20px;font-weight:600;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"sofia-pro", Sans-serif;font-size:59.72px;font-weight:900;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"sofia-pro", Sans-serif;font-size:49.77px;font-weight:700;}.elementor-kit-7 h3{color:var( --e-global-color-secondary );font-family:"sofia-pro", Sans-serif;font-size:41.47px;font-weight:700;}.elementor-kit-7 label{color:var( --e-global-color-text );font-family:"sofia-pro", Sans-serif;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.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{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 *//* General Input Fields */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea,
.gform_wrapper select {
    background-color: #f3f1ee !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
    padding: 10px !important;
    font-size: 17px !important;
    border-radius: 5px !important;
        height: 50px !important;
}

/* Placeholder Text */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #bbb !important;
    font-size: 17px !important;
    opacity: 1 !important;
}

/* Field Labels */
.gform_wrapper .gfield_label,
.gform_wrapper .gform-field-label {
    color: #99e729 !important;
    font-size: 17px !important;
    font-weight: bold !important;
}

/* Field Descriptions and Choices */
.gform_wrapper .gfield_description,
.gform_wrapper .gchoice label {
    color: #13431f !important;
    font-size: 17px !important;
}
.gform_wrapper select {
    height: 50px !important;
}
/* Submit Button */
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"] {
    background-color: #99e729 !important;
    color: #13431f !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    padding: 15px 30px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease-in-out !important;
}

/* Submit Button Hover Effect */
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper button[type="submit"]:hover {
    background-color: #7ac71c !important;
}

/* Gravity Forms Theme Overrides */
.gform-theme--orbital {
    display: block !important;
}

.gform-theme--framework .gform_required_legend .gfield_required {
    color: #009b60 !important;
}

p.gform_required_legend {
    color: #fff;
    font-size: 12px;
}

.gform-theme--framework * {
    box-sizing: border-box;
    color: #fff !important;
}
.gchoice {
    z-index: 1 !important;
    position: relative !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    height: 50px !important;
    width: 100% !important;
}
input.gfield-choice-input {
    z-index: 2 !important;
    appearance: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-radius: 5px !important;
    height: 100% !important;
    background: white !important;
    transition: .3s all ease-in-out !important;
    position: absolute !important;
    background: #fff !important;
}
input.gfield-choice-input:hover,
.gchoice label:hover {
    cursor: pointer !important;
}
input.gfield-choice-input:checked {
    background: #b4e074 !important;
}
input.gfield-choice-input:checked + label {
    color: #13431f !important;
}
.gchoice label {
    z-index: 3 !important;
    font-weight: 700 !important;
    color: #141c25 !important;
    display: block !important;
    position: absolute !important;
    padding: 0 0 0 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    overflow: visible !important;
}
input.gfield-choice-input + label:after {
    content: "" !important;
    position: absolute !important;
    right: 22px !important; /* Adjusted the right position */
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    border: 2px solid #c5c9d2 !important;
    z-index: 2 !important;
    top: 50% !important;
    transition: .3s all ease-in-out !important;
    color: white !important;
    font-size: 25px !important;
    text-align: center !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    box-sizing: border-box !important; /* Ensures padding and borders don't affect width */
}
input[type="checkbox"].gfield-choice-input + label:after { 
    border-radius: 5px !important;
}
input[type="radio"].gfield-choice-input + label:after {
    border-radius: 50px !important;
}
input.gfield-choice-input:checked + label:after {
    font-family: "gform-icons-orbital" !important;
    content: "\e900" !important;
    border: 2px solid white !important;
}
/* Focus state with higher specificity */
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper textarea:focus {
    border: 2px solid #DCE4E5 !important;
    outline: none !important;
    transition: all 0.3s ease-in-out !important;
box-shadow: 0 0 10px rgba(220, 228, 229, 0.5) !important;
}

/* Focus State for gfield-choice-input */
.gform_wrapper input.gfield-choice-input:focus {
    border: 2px solid #DCE4E5 !important;
    outline: none !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0 0 10px rgba(50, 50, 50, 0.7) !important; /* Darker shadow */
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before, .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
    opacity: 0 !important;
}
 .gform_next_button {
    font-size: 17px !important;
    width: 48% !important;
    color: #99e729 !important;
    border: 2px solid #99e729 !important;
    background-color: transparent !important;
        height: 50px !important;
}
 .gform_previous_button {
    font-size: 17px !important;
    width: 48% !important;
    color: #99e729 !important;
    border: 2px solid #99e729 !important;
    background-color: transparent !important;
        height: 50px !important;
}

/* Apply padding-right: 45% specifically on mobile devices */
@media only screen and (max-width: 768px) {
    .gform-theme--framework .gform-field-label--type-inline {
        padding-right: 20% !important;
        line-height: 1.2em !important;
    }
}/* End custom CSS */