﻿.product-gallery {
    text-align: center;
}

.product-image img {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.download-section a {
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 5px;
}

    .download-section a:hover {
        background-color: #0056b3;
    }
.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    border: 1px solid #e8e6e6;
    border-radius: 10px;
}

.swiper-button-next {
    color: #000048;
}
.swiper-button-prev {
    color: #000048;
}