.elementor-5015 .elementor-element.elementor-element-b29021d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:40px;--padding-left:15px;--padding-right:15px;}.elementor-5015 .elementor-element.elementor-element-b29021d:not(.elementor-motion-effects-element-type-background), .elementor-5015 .elementor-element.elementor-element-b29021d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EAF6F6;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5015 .elementor-element.elementor-element-c56c84f{text-align:center;}.elementor-5015 .elementor-element.elementor-element-c56c84f .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:34px;color:#222222;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5015 .elementor-element.elementor-element-d9d4da3{text-align:center;font-family:"Roboto", Sans-serif;font-size:17px;font-weight:400;color:#3A3A3A;}.elementor-5015 .elementor-element.elementor-element-d9d4da3 p{margin-block-end:0px;}#elementor-popup-modal-5015{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5015 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-5015 .dialog-close-button{display:flex;}#elementor-popup-modal-5015 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-240fe78 */.mailerlite-form-title {
    display: none;
}

/* ===== MailerLite Form Styling ===== */

.mailerlite-form-inputs {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/* Input Field */
.mailerlite-form-field input {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-size: 16px;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Input Hover + Focus */
.mailerlite-form-field input:focus {
    border-color: #008c7a;
    box-shadow: 0 0 0 3px rgba(0,140,122,0.15);
    outline: none;
}

/* Button Container */
.mailerlite-subscribe-button-container {
    margin-top: 15px;
    text-align: center;
}

/* Subscribe Button */
.mailerlite-subscribe-submit {
    background: #008c7a;
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Button Hover */
.mailerlite-subscribe-submit:hover {
    background: #006f61;
    transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .mailerlite-form-inputs {
        max-width: 100%;
    }

    .mailerlite-subscribe-submit {
        width: 100%;
        padding: 14px 20px;
    }
}/* End custom CSS */