.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#135D30;--e-global-color-e1a0841:#000000;--e-global-color-3123eff:#FFFFFF;--e-global-color-eddacaa:#FADA6B;--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-kit-5 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){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 *//* Contact Form 7 Styling */
.cf7-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

/* Section Headers */
.section-header {
    background-color: #B8CCE4;
    padding: 8px 12px;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    border: 1px solid #000000;
    margin: 0;
    text-transform: uppercase;
}

.form-section {
    border: 1px solid #000000;
    border-top: none;
    margin-bottom: 0;
}

/* Form Layout */
.form-row {
    display: flex;
    margin-bottom: 0;
    border-bottom: 1px solid #000000;
    min-height: 30px;
    align-items: stretch;
}

.form-row.full-width {
    flex-direction: column;
}

.form-group {
    flex: 1;
    padding: 6px 8px;
    border-right: 1px solid #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-group:last-child {
    border-right: none;
}

.form-group.half-width {
    flex: 0 0 50%;
}

/* Labels */
.form-group label,
.form-row > label {
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    margin-bottom: 3px;
    display: block;
}

/* Form Controls */
.form-control,
.table-input {
    border: none;
    background: transparent;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
}

.form-control:focus,
.table-input:focus {
    outline: 1px solid #4285f4;
    background-color: #f8f9ff;
}

/* Checkbox and Radio Groups */
.checkbox-group {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 3px;
}

.checkbox-group.vertical {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.checkbox-group input[type="checkbox"],
.checkbox-group input[type="radio"] {
    margin-right: 5px;
    margin-left: 0;
}

.checkbox-group label {
    display: flex !important;
    align-items: center;
    font-size: 11px !important;
    margin-bottom: 0 !important;
    cursor: pointer;
}

/* Services Table */
.services-table {
    margin: 0;
    width: 100%;
}

.table-header {
    display: flex;
    background-color: #E6E6E6;
    border-bottom: 1px solid #000000;
}

.table-header > div {
    padding: 8px;
    border-right: 1px solid #000000;
    font-weight: bold;
    font-size: 11px;
}

.table-header > div:last-child {
    border-right: none;
}

.col-service {
    flex: 3;
}

.col-frequency {
    flex: 2;
}

.col-cost {
    flex: 1;
}

.table-row {
    display: flex;
    border-bottom: 1px solid #000000;
    min-height: 40px;
}

.table-row > div {
    padding: 4px 8px;
    border-right: 1px solid #000000;
    display: flex;
    align-items: center;
}

.table-row > div:last-child {
    border-right: none;
}

.table-total {
    display: flex;
    background-color: #F2F2F2;
    font-weight: bold;
}

.total-label {
    flex: 5;
    padding: 8px;
    border-right: 1px solid #000000;
    text-align: right;
    font-size: 11px;
}

.total-value {
    flex: 1;
    padding: 8px;
    display: flex;
    align-items: center;
}

/* Submit Button */
.submit-button {
    background-color: #4285f4;
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px 0;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #3367d6;
}

/* Full width elements in form rows */
.form-row.full-width > label {
    padding: 6px 8px;
    margin-bottom: 3px;
    font-size: 11px;
}

.form-row.full-width .form-control {
    margin: 0 8px 6px 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
    
    .form-group {
        border-right: none;
        border-bottom: 1px solid #000000;
    }
    
    .form-group:last-child {
        border-bottom: none;
    }
    
    .table-header,
    .table-row {
        flex-direction: column;
    }
    
    .table-header > div,
    .table-row > div {
        border-right: none;
        border-bottom: 1px solid #000000;
    }
    
    .table-header > div:last-child,
    .table-row > div:last-child {
        border-bottom: none;
    }
    
    .total-label,
    .total-value {
        flex: none;
        border-right: none;
    }
}

/* Contact Form 7 specific overrides */
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7-not-valid-tip {
    font-size: 10px;
    color: #dc3545;
    margin-top: 2px;
}

.wpcf7-response-output {
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
}

.wpcf7-mail-sent-ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpcf7-validation-errors {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}/* End custom CSS */