.slider-section {
    /*width: 90%;*/
    max-width: 1100px;
    position: relative;
}

.logo-card {
    background: #fff;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    margin: 10px; /* ჩრდილები რომ არ გაიჭრას */
}

.logo-card img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

/* ისრების სტილი (თქვენი სურათის მიხედვით) */
.nav-btn {
    cursor: pointer;
    font-size: 24px;
    color: #333;
    padding: 10px;
    user-select: none;
    transition: 0.3s;
}
.nav-btn:hover { color: #007bff; }

.controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
