.elementor-3008 .elementor-element.elementor-element-be2f5a6{--display:flex;}.elementor-3008 .elementor-element.elementor-element-489328d6{width:100%;max-width:100%;text-align:center;}.elementor-3008 .elementor-element.elementor-element-489328d6 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3008 .elementor-element.elementor-element-489328d6 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:36px;font-weight:700;color:var( --e-global-color-base3 );}.elementor-3008 .elementor-element.elementor-element-45c6b55d{width:100%;max-width:100%;text-align:center;}.elementor-3008 .elementor-element.elementor-element-45c6b55d > .elementor-widget-container{padding:0rem 0rem 0rem 0rem;}.elementor-3008 .elementor-element.elementor-element-45c6b55d.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-3008 .elementor-element.elementor-element-45c6b55d .elementor-heading-title{font-family:"Karma", Sans-serif;font-size:36px;font-weight:400;line-height:25px;color:var( --e-global-color-base3 );}.elementor-3008 .elementor-element.elementor-element-94b5b3b{width:initial;max-width:initial;text-align:center;}.elementor-3008 .elementor-element.elementor-element-94b5b3b > .elementor-widget-container{padding:0rem 0rem 0rem 0rem;}.elementor-3008 .elementor-element.elementor-element-94b5b3b.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-3008 .elementor-element.elementor-element-94b5b3b .elementor-heading-title{font-family:"Karma", Sans-serif;font-size:18px;font-weight:400;line-height:25px;color:var( --e-global-color-base2 );}.elementor-3008 .elementor-element.elementor-element-0e6386e{--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;}@media(max-width:1024px){.elementor-3008 .elementor-element.elementor-element-45c6b55d > .elementor-widget-container{margin:0px 0px 35px 0px;}.elementor-3008 .elementor-element.elementor-element-94b5b3b > .elementor-widget-container{margin:0px 0px 35px 0px;}}@media(max-width:767px){.elementor-3008 .elementor-element.elementor-element-489328d6 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3008 .elementor-element.elementor-element-489328d6 .elementor-heading-title{font-size:16px;}.elementor-3008 .elementor-element.elementor-element-45c6b55d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3008 .elementor-element.elementor-element-45c6b55d .elementor-heading-title{font-size:14px;}.elementor-3008 .elementor-element.elementor-element-94b5b3b > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3008 .elementor-element.elementor-element-94b5b3b .elementor-heading-title{font-size:12px;}}/* Start custom CSS for shortcode, class: .elementor-element-456f4e5 */#subscribe-form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 450px !important;
    margin: 0 auto !important;
}

#subscribe-form label {
    color: black !important;
    text-align: center !important;
    width: 100% !important;
}

#subscribe-form .input-field {
    text-align: center;
    width: 100% !important;
    padding: 10px 10px !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

#subscribe-form .wpcf7-acceptance {
    margin-bottom: 0px !important;
    text-align: center !important;
    display: block !important;
    font-size:12px;
}

#subscribe-form .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0 !important;
}

#subscribe-form .wpcf7-list-item-label {
    margin-left: 5px !important;
}

#subscribe-form .submit-btn {
    display: flex !important;
    justify-content: center !important;
    background-color: #ef5650 !important;
    color: white !important;
    padding: 5px 0 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    width: 100% !important;
    transition: background-color 0.3s ease !important;
    margin: 10px auto !important;
    text-transform: none !important;
}

#subscribe-form .submit-btn:hover {
    background-color: #d8433d !important;
}

@media screen and (max-width: 768px) {
    #subscribe-form .input-field {
        padding: 8px 15px !important;
        font-size: 16px !important;
    }

    #subscribe-form .submit-btn {
        padding: 12px 0 !important;
    }
}

@media screen and (max-width: 480px) {
    #subscribe-form label {
        font-size: 14px !important;
    }
}

.wpcf7-response-output {
    position: relative;
    padding-left: 45px;
    border: none !important;
    text-align: center !important;
}

.wpcf7-response-output::before {
    content: '✓';
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: -45px !important;
    color: white;
    font-weight: bold;
    font-size: 20px;
    background-color: #008B5F;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sent #subscribe-form{
    display: none !important
}/* End custom CSS */