.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer{padding-inline-end:4%;padding-inline-start:4%;}@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 *//* Style the menu items as buttons */
#menu-header .menu-item a {
    background-color: #CC3232; /* Button background color */
    color: white; /* Button text color */
    padding: 10px 20px; /* Padding around the button */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline from links */
    font-size: 16px; /* Font size */
    font-weight: bold; /* Bold text */
    margin-right: 10px; /* Space between buttons */
    display: inline-block; /* Ensure the button behaves as a block */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

/* Hover effect for the buttons */
#menu-header .menu-item a:hover {
    background-color: #005bb5; /* Darker blue on hover */
}

/* Reset Gravity Forms to inherit site-wide font styles */
.gform_wrapper,
.gform_wrapper .gfield_label,
.gform_wrapper .gfield_sublabel,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea,
.gform_wrapper select,
.gform_wrapper .gfield_description,
.gform_wrapper .instruction {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

/* Style the input fields */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea,
.gform_wrapper select {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333333;
    margin-bottom: 15px;
}

/* Center the submit button */
.gform_wrapper .gform_footer {
    text-align: center; /* Center the submit button */
}

.gform_wrapper .gform_footer input[type="submit"] {
    background-color: #0073e6;
    color: #ffffff;
    font-size: inherit; /* Inherit font size from site */
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

/* Adjust the hover state for the submit button */
.gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #005bb5;
}

/* Optional: Add some padding around the form */
.gform_wrapper {
    padding: 20px;
}

/* Specifically target the first field to ensure consistency */
.gform_wrapper .gfield:first-child .gfield_label {
    text-align: left !important;
    display: block;
}

/* Style placeholder text */
.gform_wrapper ::placeholder {
    color: #000;
}

/* Ensure other text elements within Gravity Forms inherit site styles */
.gform_wrapper .gfield_description,
.gform_wrapper .instruction {
    color: inherit;
}

#transform-it .gform_wrapper .gform_footer {
    text-align: center !important;
}

#transform-it .gform_wrapper .gform_footer input[type="submit"] {
    margin: 0 auto;
    display: inline-block;
}/* End custom CSS */