.elementor-3604 .elementor-element.elementor-element-72442839.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-3604 .elementor-element.elementor-element-f47e1b2{width:var( --container-widget-width, 71% );max-width:71%;--container-widget-width:71%;--container-widget-flex-grow:0;align-self:center;}/* Start custom CSS for html, class: .elementor-element-f47e1b2 *//* Form Container Styling */
#hsForm_22321379-6d6c-4ba4-84de-384fff23893a {
    padding: 10px;
    width: 100%; /* Adjust width if needed */
    margin: 0 auto;
    box-sizing: border-box;
}

/* Form Field Styling */
.hs-form-field {
    margin-bottom: 20px;
}

.hs-form-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.hs-form-field input,
.hs-form-field textarea {
    width: 100% !important;
    padding: 10px 5px !important;
    border: none !important;
    border-bottom: 2px solid #ccc !important;
    font-size: 16px !important;
    background: transparent !important;
    outline: none !important;
}

.hs-form-field input:focus,
.hs-form-field textarea:focus {
    border-bottom: 2px solid #054973;
}

/* Checkbox Group Styling */
#hsForm_22321379-6d6c-4ba4-84de-384fff23893a .hs-form-checkbox-group {
    display: flex !important; /* Ensure checkboxes align horizontally */
    justify-content: flex-start !important; /* Align to the left */
    align-items: center !important; /* Vertical alignment */
    gap: 20px !important; /* Space between checkboxes */
    margin: 20px 0;
    padding: 0;
    flex-wrap: nowrap !important; /* Prevent wrapping to a new row */
    overflow-x: auto !important; /* Allow horizontal scrolling if necessary */
    white-space: nowrap; /* Prevent line breaks in labels */
}

/* Checkbox Styling */
.hs-form-checkbox {
    display: flex !important;
    align-items: center !important;
}

.hs-form-checkbox input[type="checkbox"] {
    margin-right: 10px !important;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    cursor: pointer !important;
}

/* Checkbox Label Styling */
.hs-form-checkbox span {
    font-size: 16px !important;
    color: #333 !important;
}

/* Button Styling */
.hs-button {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background-color: #032A42;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.hs-button:hover {
    background-color: #054973;
}

/* Debugging: Ensure Specificity */
#hsForm_22321379-6d6c-4ba4-84de-384fff23893a .hs-form-checkbox-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
}

#hsForm_22321379-6d6c-4ba4-84de-384fff23893a .hs-form-checkbox input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #ccc !important;
}

/* Debugging: Force Custom Styling */
.custom-form-wrapper .hs-form-checkbox-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
}

body .g-recaptcha,
body #buttonizer-widget {
    display: none !important;
}

/* Hide Buttonizer */
#buttonizer-widget {
    display: none !important;
}

/* Hide reCAPTCHA */
.g-recaptcha {
    display: none !important;
}

/* Additional class-based rules if needed (optional) */
div[class*="grecaptcha-badge"] {
    display: none !important;
}/* End custom CSS */