/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2026 | 12:08:00 */
.custom-slider .swiper-autoheight .swiper-wrapper {
	align-items: center !important;
}

.custom-slider .swiper-slide, 
.custom-slider .swiper-slide * {
	max-height: 70px !important;
}

.custom-slider .swiper-slide img {
	height: 100% !important;
	object-fit: contain !important;
}

        .logo-grid {
            display: grid;
           grid-template-columns: repeat(7, 1fr);
            gap: 20px;
            align-items: center;
        }
        .logo-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 70px;
        }
		.logo-wrapper img {
			height: 100%;
			object-fit: contain;
		}
        .fade-logo {
            max-width: 100%;
            height: auto;
            transition: opacity 0.8s ease-in-out;
            opacity: 1;
        }
		.fade-logo {
            transition: opacity 0.8s ease-in-out;
            opacity: 1;
        }
        .fade-logo.fade-out {
            opacity: 0;
        }
        .fade-out { opacity: 0; }

	.carousel {
		display: flex !important;
	}
	.grid__logos {
		display: none !important;
	}


@media(min-width: 1024px) {
	.carousel {
		display: none !important;
	}
	.grid__logos {
		display: grid !important;
	}
}
