.elementor-5398 .elementor-element.elementor-element-596ab181{--display:flex;}.elementor-5398 .elementor-element.elementor-element-19a7e9eb{color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-19a7e9eb */.ramadan-cta-container {
    background-color: #a34625;
    display: flex;
    padding: 20px;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.cta-text h4 {
    margin: 0;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.cta-text p {
    margin: 5px 0 0;
    color: #fff;
    font-size: 14px;
}

.cta-button a {
    text-align: center;
    background-color: #800000;
    color: white !important;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .ramadan-cta-container {
        flex-direction: column; 
        text-align: center;
        padding: 15px;
    }

    .cta-text {
        margin-bottom: 12px; 
    }
    .cta-text h4 {
    font-size: 14px;
    }
    
    .cta-button {
        width: 100%;
        margin-left: 0 !important; 
    }

    .cta-button a {
        display: block; 
        text-align: center;
    }
}/* End custom CSS */