/* Navbar */
@media only screen and (max-width: 480px){
    .navbar-nav{
        background: #373b4b;
        border-radius: 5px;
        padding: 8px;
    }

    /* Speakers text */
    .speakers-text-info{
        padding: 0;
    }
}

/* End Navbar */


/* Şirket kartları */
.custom-references .reference-grid {
    background: #ffffff !important;
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    transition: transform 0.3s , box-shadow 0.3s !important;
    height: 100% !important; /* Eşit yükseklik */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom-references .reference-grid:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Resim ayarları */
.custom-references .reference-logo {
    max-width: 80% !important;
    height: 100px !important; /* Sabit yükseklik */
    object-fit: contain !important;
    margin-bottom: 10px !important;
}

/* Şirket isimleri */
.custom-references .reference-name {
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin-top: 0.5rem !important;
    color: #555 !important;
    text-align: center !important;
}

/* Responsive düzen */
@media (max-width: 991px) {
    .custom-references .col-lg-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 768px) {
    .custom-references .col-md-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 576px) {
    .custom-references .col-sm-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
