.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), "Source Sans Pro", sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), "Source Sans Pro", sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8383 .elementor-element.elementor-element-6880577{text-align:center;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), "Source Sans Pro", sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-8383 .elementor-element.elementor-element-e61a959{--divider-border-style:solid;--divider-color:var( --e-global-color-primary );--divider-border-width:1px;margin:-43px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8383 .elementor-element.elementor-element-e61a959 .elementor-divider-separator{width:47%;margin:0 auto;margin-center:0;}.elementor-8383 .elementor-element.elementor-element-e61a959 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-8383 .elementor-element.elementor-element-c6b5553{margin:-70px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8383 .elementor-element.elementor-element-c6b5553 .premium-cf7-container .wpcf7-form label, .elementor-8383 .elementor-element.elementor-element-c6b5553 .premium-cf7-container .wpcf7-form .wpcf7-quiz-label{display:inline-block;}.elementor-8383 .elementor-element.elementor-element-c6b5553 .premium-cf-head{align-items:center;}/* Start custom CSS for premium-contact-form, class: .elementor-element-c6b5553 *//* 1. FORCE BLOCK LAYOUT - Breaks theme columns */
.wpcf7-form, 
.gerber-sms-container,
.gerber-sms-container div, 
.gerber-sms-container p, 
.gerber-sms-container span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 2. CENTER THE MAIN CONTAINER */
.gerber-sms-container {
    max-width: 500px !important;
    margin: 0 auto !important;
}

/* 3. SECTION SPACING (Space between Name, Email, etc.) */
.gerber-sms-container .form-group {
    margin-bottom: 20px !important;
}

/* 4. TIGHT LABEL SPACING (Space between Label and Box) */
.gerber-sms-container label {
    display: block !important;
    margin-bottom: 4px !important; /* Tight gap */
    font-weight: 600 !important;
    color: #333 !important;
    text-align: left !important;
}

/* 5. INPUT BOX STYLING */
.gerber-sms-container input[type="text"],
.gerber-sms-container input[type="email"],
.gerber-sms-container input[type="tel"] {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    display: block !important;
    margin-bottom: 0 !important;
}

/* 6. CHECKBOX FIX (Keeps text next to the box) */
.compliance-section .wpcf7-list-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    margin: 10px 0 !important;
}

.compliance-section input[type="checkbox"] {
    margin: 5px 12px 0 0 !important;
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
}

.compliance-section .wpcf7-list-item-label {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #444 !important;
    display: block !important;
    width: auto !important;
}

/* 7. FULL WIDTH BUTTON */
.gerber-sms-container input[type="submit"] {
    width: 100% !important;
    padding: 15px !important;
    background: #0b3022 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    margin-top: 10px !important;
}

/* 8. CENTERED FOOTER LINKS */
.form-footer-links {
    text-align: center !important;
    margin-top: 20px !important;
    display: block !important;
}

.form-footer-links a {
    color: #0b3022 !important;
    margin: 0 10px !important;
    text-decoration: underline !important;
}/* End custom CSS */