.elementor-kit-6{--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;background-color:#FAFAFA;overscroll-behavior:none;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding .site-logo img{width:0px;max-width:0px;}.site-footer .copyright p{color:#FFFFFF;}@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 *//* Form Container */
.ascend-contact-form {
    max-width: 700px;
    margin: 0 auto;
}

/* Inputs + Textarea */
.ascend-contact-form input[type="text"],
.ascend-contact-form input[type="email"],
.ascend-contact-form input[type="tel"],
.ascend-contact-form textarea {
    width: 100%;
    background: #ffffff;
    border: 2px solid #d9d9d9;
    border-radius: 10px;
    padding: 16px 20px;
    font-size: 16px;
    font-family: inherit;
    color: #1d2d44;
    transition: all 0.3s ease;
    margin-bottom: 18px;
    box-sizing: border-box;
}

/* Focus State */
.ascend-contact-form input:focus,
.ascend-contact-form textarea:focus {
    border-color: #c8a24a;
    box-shadow: 0 0 10px rgba(200,162,74,0.2);
    outline: none;
}

/* Placeholder Text */
.ascend-contact-form ::placeholder {
    color: #8a8a8a;
}

/* Textarea */
.ascend-contact-form textarea,
.ascend-contact-form .wpcf7-textarea {
    height: 90px !important;
    min-height: 90px !important;
    max-height: 90px;
}

/* Submit Button */
.ascend-contact-form input[type="submit"] {
    background: #ffffff;
    color: #294487;
    border: 2px solid #294487;
    padding: 16px 36px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
}

/* Hover */
.ascend-contact-form input[type="submit"]:hover {
    background: #294487;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Hover */
.ascend-contact-form input[type="submit"]:hover {
    background: #1d2d44;
    transform: translateY(-2px);
}

/* CF7 Spinner Alignment */
.ascend-contact-form .wpcf7-spinner {
    display: block;
    margin-top: 10px;
}


/* Force header contact items stay on one line */
header .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

header .elementor-icon-box-content {
    white-space: nowrap;
}

/* Contact Form Validation message styling */
.wpcf7-response-output {
    color: #d62828 !important;
    border: 1px solid #d62828 !important;
    background: rgba(214, 40, 40, 0.08);
    border-radius: 8px;
    padding: 12px 16px !important;
    font-weight: 500;
}

/* Show home button after contact form submission */
.wpcf7 form.sent .wpcf7-response-output {
    color: #294487 !important;
    border: 1px solid #294487 !important;
    background: #ffffff;
    border-radius: 8px;
    padding: 18px !important;
}

.cf7-home-button {
    display: inline-block;
    margin-top: 10px;
    background: #ffffff;
    color: #294487 !important;
    border: 2px solid #294487;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cf7-home-button:hover {
    background: #294487;
    color: #ffffff !important;
}/* End custom CSS */