.elementor-2395 .elementor-element.elementor-element-c6efbe9{--display:flex;--border-radius:25px 25px 25px 25px;--padding-top:50px;--padding-bottom:50px;--padding-left:30px;--padding-right:30px;}.elementor-2395 .elementor-element.elementor-element-c6efbe9:not(.elementor-motion-effects-element-type-background), .elementor-2395 .elementor-element.elementor-element-c6efbe9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2395 .elementor-element.elementor-element-7f459d9{text-align:center;}.elementor-2395 .elementor-element.elementor-element-7f459d9 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );color:#1D0E47;}#elementor-popup-modal-2395 .dialog-widget-content{animation-duration:0.6s;border-radius:25px 25px 25px 25px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2395{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2395 .dialog-message{width:868px;height:auto;}#elementor-popup-modal-2395 .dialog-close-button{display:flex;}#elementor-popup-modal-2395 .dialog-close-button i{color:#1D0E47;}#elementor-popup-modal-2395 .dialog-close-button svg{fill:#1D0E47;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-2395 .elementor-element.elementor-element-7f459d9 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );}#elementor-popup-modal-2395 .dialog-message{width:719px;}}@media(min-width:768px){.elementor-2395 .elementor-element.elementor-element-c6efbe9{--width:100%;}}@media(max-width:767px){.elementor-2395 .elementor-element.elementor-element-c6efbe9{--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-2395 .elementor-element.elementor-element-7f459d9 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );}#elementor-popup-modal-2395 .dialog-message{width:332px;}}/* Start custom CSS for shortcode, class: .elementor-element-7a8a458 *//* Target the Brevo form container table */
#sib_signup_form_2 > div.sib_signup_box_inside_2 table,
#sib_signup_form_2 > div.sib_signup_box_inside_2 table tr,
#sib_signup_form_2 > div.sib_signup_box_inside_2 table td {
    border: none !important;
    background: none !important;
    padding: 10 !important;
    margin: 0 !important;
}

/* Optional: remove any box-shadow Brevo might add */
#sib_signup_form_2 > div.sib_signup_box_inside_2 {
    background: none !important;
    box-shadow: none !important;
}

/* Inputs */
#sib_signup_form_2 input[type="text"],
#sib_signup_form_2 input[type="email"] {
    border: 4px solid #1D0E47 !important;
    border-radius: 30px !important;
    font-family: 'Paytone One', sans-serif !important;
    font-size: 16px !important;
    padding: 8px 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    outline: none !important;
    background: #fff !important;
    color: #000 !important;

}

/* Submit button */
#sib_signup_form_2 input[type="submit"] {
    border: 4px solid #1D0E47 !important;
    border-radius: 30px !important;
    font-family: 'Paytone One', sans-serif !important;
    font-size: 16px !important;
    padding: 8px 20px !important;
    background-color: #1D0E47 !important;
    color: #fff !important;
    cursor: pointer !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#sib_signup_form_2 input[type="submit"]:hover {
    background-color: #f3f3f3 !important;
    border-color: #2E1A6F !important;
    color:#1D0E47 !important;
}

/* Table spacing for desktop (horizontal layout) */
#sib_signup_form_2 > div.sib_signup_box_inside_2 table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

/* Mobile stacking */
@media screen and (max-width: 768px) {
    #sib_signup_form_2 > div.sib_signup_box_inside_2 table,/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-02e0480 *//* Inputs */
#FIRSTNAME,
#email {
    border: 4px solid #1D0E47;
    border-radius: 30px;
    font-family: 'Paytone One', sans-serif;
    font-size: 16px;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #fff;
    color: #000;
    margin-bottom: 10px
}

/* Button */
#submit-btn {
    border: 4px solid #1D0E47;
    border-radius: 30px;
    font-family: 'Paytone One', sans-serif;
    font-size: 16px;
    padding: 8px 10px;
    background-color: #1D0E47;
    color: #fff;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

#submit-btn:hover {
    background-color: #f3f3f3;
    border-color: #2E1A6F;
    color: #1D0E47 !important; }

/* Form spacing is handled via flex column gap */
.sib-mobile-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}/* End custom CSS */