.blog-grid.style-small .blog-img {
    /*min-width: 250px !important;*/
}
.blog-grid .blog-title {
    font-size: 20px !important;
}
.service-card_icon::after {
    top: -1px;
    left: -1px;
}

.cta input {
    color: var(--title-color) !important;
}

.map-sec {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.gallery-item1 {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1; /* ⬅️ kwadratowy preview (najlepsze UX) */
    overflow: hidden;
}

.gallery-item1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* 🔥 kluczowe */
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item1:hover img {
    transform: scale(1.05);
}
