/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2025 | 12:42:49 */
.custom-carousel-wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.custom-carousel-container {
    position: relative;
    width: 100%;
}

.custom-carousel-slide {
    display: none;
    text-align: center;
}

.custom-carousel-slide img {
    max-width: 100%;
    height: auto;
}

.custom-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
}

.custom-carousel-prev {
    left: 10px;
	color: #333;
}

.custom-carousel-next {
    right: 10px;
	color: #333;
}

.custom-carousel-dots {
    text-align: center;
    margin-top: 10px;
}

.custom-carousel-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.custom-carousel-dot.active {
    background: #333;
}


.visadocscarousel .custom-carousel-slide img {
	display:inline-block;
	margin: 0 auto;
    max-width: 25% !important;
    max-height: 500px;
    height: auto;
    object-fit: contain;
}

