.reference-section {
    padding: 40px 0;
    background-color: #ffffff; 
    margin-top: 80px;
}

.section-title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #333;
    letter-spacing: 1px;
    font-size: 24px;
}

.reference-slider-container {
    margin-bottom: 50px;
    padding: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.reference-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}

.ref-col {
    margin-bottom: 30px;
    display: flex; 
    padding-left: 15px; 
    padding-right: 15px;
    justify-content: center;
}

.ref-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
    width: 100%;
}

.ref-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    width: 364px;
    height: 194px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.ref-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    border-color: #ccc;
}

.ref-img-box {
    width: 322px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.ref-img-box img {
    width: 322px;
    height: 100px;
    object-fit: contain;
    display: block;
}

.ref-title {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    width: 100%;
    letter-spacing: 0.5px;
}
