.elementor-1082 .elementor-element.elementor-element-d060ac5{--display:flex;}.elementor-1082 .elementor-element.elementor-element-cd25f91{--spacer-size:80px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-56fb779 *//* Full maintenance overlay */
#maintenance-overlay {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    padding: 20px;
}

/* Text */
#maintenance-overlay h1 {
    font-size: 38px;
    margin: 0;
    color: #000000;
    font-weight: 700;
}
#maintenance-overlay p {
    font-size: 22px;
    margin: 0;
    color: #000000;
}

/* Pulsing dot loader */
.loader {
    width: 14px;
    height: 14px;
    background: #000000;
    border-radius: 50%;
    animation: pulse 0.8s ease-in-out infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.6); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}/* End custom CSS */