/* Preloader Full Screen */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0f373ef9; /* Your theme color */
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    timeline-scope: 10;
}

/* Loader Size */
.loader img{
    width: 280px;   /* Change as needed */
    height: 280px;  /* Change as needed */
    object-fit: contain;
}
