.elementor-4146 .elementor-element.elementor-element-53d720e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-00b501d *//* Preloader CSS */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    z-index: 99999;
}
#preloader {
    display: flex !important;
    opacity: 1 !important;
    z-index: 99999 !important;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent */
}

#loader {
    border: 8px solid #223958;
    border-top: 8px solid transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loading-text {
    font-size: 20px;
    font-family: 'Marcellus SC';
    margin-bottom: 10px;
    animation: blink 1s infinite;
    color: #223958;
}

#loading-progress {
    font-size: 16px;
    font-family: 'Marcellus SC';
    color: #223958;
}

@keyframes blink {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}/* End custom CSS */