.elementor-992559 .elementor-element.elementor-element-c434de4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-992559 .elementor-element.elementor-element-583d504 .elementor-heading-title{font-family:var( --e-global-typography-vamtam_h3-font-family ), Sans-serif;font-size:var( --e-global-typography-vamtam_h3-font-size );font-weight:var( --e-global-typography-vamtam_h3-font-weight );text-transform:var( --e-global-typography-vamtam_h3-text-transform );font-style:var( --e-global-typography-vamtam_h3-font-style );text-decoration:var( --e-global-typography-vamtam_h3-text-decoration );line-height:var( --e-global-typography-vamtam_h3-line-height );letter-spacing:var( --e-global-typography-vamtam_h3-letter-spacing );}.elementor-992559 .elementor-element.elementor-element-376d226{width:100%;max-width:100%;}#elementor-popup-modal-992559 .dialog-widget-content{animation-duration:1.2s;background-color:#FFFFFF;border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-992559{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-992559 .dialog-message{width:475px;height:auto;}#elementor-popup-modal-992559 .dialog-close-button{display:flex;top:20px;font-size:25px;}body:not(.rtl) #elementor-popup-modal-992559 .dialog-close-button{right:20px;}body.rtl #elementor-popup-modal-992559 .dialog-close-button{left:20px;}@media(max-width:1024px){.elementor-992559 .elementor-element.elementor-element-583d504 .elementor-heading-title{font-size:var( --e-global-typography-vamtam_h3-font-size );line-height:var( --e-global-typography-vamtam_h3-line-height );letter-spacing:var( --e-global-typography-vamtam_h3-letter-spacing );}}@media(max-width:767px){.elementor-992559 .elementor-element.elementor-element-583d504 .elementor-heading-title{font-size:var( --e-global-typography-vamtam_h3-font-size );line-height:var( --e-global-typography-vamtam_h3-line-height );letter-spacing:var( --e-global-typography-vamtam_h3-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-376d226 *//* --- 1. LABELS (Updated to Force Space) --- */
#my-hubspot-form .hs-form-label, 
#my-hubspot-form label {
    display: block !important;
    /* Using padding ensures the space isn't collapsed by other elements */
    padding-bottom: 10px !important; 
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    line-height: 1.2 !important;
}

/* --- 2. INPUTS (Resting State) --- */
#my-hubspot-form input[type="text"],
#my-hubspot-form input[type="email"],
#my-hubspot-form input[type="tel"],
#my-hubspot-form select,
#my-hubspot-form textarea {
    border: 1px solid #b0b0b0 !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    width: 100% !important;
    padding: 12px 15px !important;
    /* This margin separates the input from the NEXT field below it */
    margin-bottom: 20px !important; 
    color: #333333 !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-appearance: none;
}

/* --- 3. HOVER State --- */
#my-hubspot-form input:hover,
#my-hubspot-form select:hover,
#my-hubspot-form textarea:hover {
    border-color: #888888 !important;
}

/* --- 4. FOCUS State --- */
#my-hubspot-form input:focus,
#my-hubspot-form select:focus,
#my-hubspot-form textarea:focus {
    border-color: #00CBC5 !important;
    background-color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 203, 197, 0.2) !important;
}

/* --- 5. Fix Dropdown Options --- */
#my-hubspot-form select option {
    background-color: #ffffff !important;
    color: #333333 !important;
}

/* --- 6. SUBMIT BUTTON --- */
#my-hubspot-form input[type="submit"],
#my-hubspot-form .hs-button {
    width: 100% !important;
    padding: 15px !important;
    background-color: #00CBC5 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-top: 10px;
    -webkit-appearance: none;
    transition: opacity 0.3s ease !important;
}

#my-hubspot-form input[type="submit"]:hover,
#my-hubspot-form .hs-button:hover {
    opacity: 0.85;
}

/* --- FIX THANK YOU MESSAGE LINK --- */
/* Overrides Elementor Global Kit settings for links inside this form container */
#my-hubspot-form a {
    color: #007a76 !important; /* A darker, readable version of your teal */
    font-size: 18px !important; /* Much larger than the default global text */
    font-weight: 700 !important; /* Bold to stand out */
    text-decoration: underline !important; /* clearly indicates it's clickable */
    line-height: 1.5 !important;
}

#my-hubspot-form a:hover {
    color: #004d4a !important; /* Even darker on hover */
    text-decoration: none !important;
}

/* --- FIX ERROR MESSAGE STYLING --- */
/* Removes the bullet point and cleans up the red text */
#my-hubspot-form .hs-error-msgs {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#my-hubspot-form .hs-error-msgs li {
    background: none !important;
    padding-left: 0 !important;
    color: #f2545b !important; /* Standard Warning Red */
    font-size: 13px !important;
    margin-top: 4px !important;
    font-weight: 400 !important;
}

/* Optional: Hide error messages until the user actually hits submit */
/* Only use this if the double-click issue persists and is annoying */
#my-hubspot-form .hs-error-msgs {
    display: none !important;
}
/* Re-show them only if the form was submitted invalidly */
#my-hubspot-form.hs-submitted-invalid .hs-error-msgs {
    display: block !important;
}/* End custom CSS */