/* Preloader — centered like auth login logo */
#preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader .preloader-wrap {
    position: static;
    top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
}

#preloader .preloader-wrap .preloader-logo,
#preloader .preloader-wrap > img {
    max-height: 56px;
    width: auto;
    margin: 0 auto 1.25rem;
    display: block;
    object-fit: contain;
}

#preloader .preloader-wrap .thecube {
    margin: 0 auto;
}

.footer-trust-badges {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fb-trust-badge-swiper {
    padding: 8px 0 28px;
}

.fb-trust-badge-swiper .swiper-slide {
    width: auto;
}

.fb-trust-badge-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.fb-trust-badge-item img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.fb-trust-badge-pagination {
    position: relative;
    margin-top: 10px;
}

.fb-trust-badge-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
}

.fb-trust-badge-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.fb-footer-social .fb-social-icon-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.background-color.social-hover-2 li a.telegram,
.background-color.social-hover-2 li:hover a.telegram {
    background: #0088cc;
    color: #fff;
}

.background-color.social-hover-2 li a.whatsapp,
.background-color.social-hover-2 li:hover a.whatsapp {
    background: #25d366;
    color: #fff;
}

.background-color.social-hover-2 li a.aparat,
.background-color.social-hover-2 li:hover a.aparat {
    background: #ea1d5d;
    color: #fff;
}

.background-color.social-hover-2 li a.social-default,
.background-color.social-hover-2 li:hover a.social-default {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Homepage banner carousel — full banners, no phone frame */
.screenshot-wrap .screenshot-frame {
    display: none !important;
    background: none !important;
}

.screenshot-wrap .screen-carousel .owl-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: none !important;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.screenshot-wrap .screen-carousel .owl-item a {
    display: block;
}

@media (max-width: 767px) {
    .screenshot-wrap .screen-carousel .owl-item img {
        width: 100% !important;
        margin: 0;
    }
}
