.elementor-5264 .elementor-element.elementor-element-45b4d88{--display:flex;}.elementor-5264 .elementor-element.elementor-element-404d88c4{color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-404d88c4 */.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;
}

/* Mobile Screen Adjustment */
@media only screen and (max-width: 767px) {
    .ramadan-cta-container {
        flex-direction: column; /* Stacks the text and button */
        text-align: center;
        padding: 15px;
    }

    .cta-text {
        margin-bottom: 15px; /* Adds space above the button */
    }

    .cta-button {
        width: 100%;
        margin-left: 0 !important; /* Forces the 180px margin to disappear */
    }

    .cta-button a {
        display: block; /* Makes button full width for easy tapping */
        text-align: center;
    }
}/* End custom CSS */