.elementor-17464 .elementor-element.elementor-element-31485ec{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3fbae98 *//* Default styles */
#redirect-message {
    text-align: center;
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 500px; /* Default width */
    margin: 0 auto;
}

#countdown {
    font-weight: bold;
    color: #007bff;
}

/* Media query for screens smaller than 768px (tablets and below) */
@media screen and (max-width: 768px) {
    #redirect-message {
        width: 90%; /* Adjusting width for smaller screens */
    }
}

/* Media query for screens smaller than 576px (phones) */
@media screen and (max-width: 576px) {
    #redirect-message {
        padding: 10px; /* Adjusting padding for smaller screens */
    }
}/* End custom CSS */