.preloader-new {
    text-align: center;
    max-width: 20em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logo Preloader */
.preloader-logo-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-logo {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    animation: logoPulse 1.5s ease-in-out infinite;
    filter: drop-shadow(0 4px 8px rgba(136, 51, 184, 0.3));
}

@keyframes logoPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-subtitle{
    webkit-animation: fadeInDown 1.7s ease-in-out;
    animation: fadeInDown 1.7s ease-in-out;
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-title{
    -webkit-animation: fadeInUp 1.2s ease-in-out;
    animation: fadeInUp 1.2s ease-in-out;
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-description{
    -webkit-animation: fadeInUp 1.6s ease-in-out;
    animation: fadeInUp 1.6s ease-in-out;
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-btn2{
    -webkit-animation: fadeInUp 1.8s ease-in-out;
    animation: fadeInUp 1.8s ease-in-out;
}