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

.logo-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
}

.logo-card img,
.partner-logo {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
    display: block;
}

/* ისრების სტილი (თქვენი სურათის მიხედვით) */
.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;
}
