﻿.single-service-box {
    height: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* üstten başla */
    text-align: center;
    transition: box-shadow 0.3s ease;
}
    .single-service-box .icon {
        width: 100%;
        height: 150px; /* sabit yükseklik */
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-bottom: 15px;
    }

        .single-service-box .icon img {
            height: 100%;
            width: auto;
            object-fit: cover;
        }

.read-more-link {
    margin-top: auto; /* kartın sonuna it */
    color: #007bff;
    font-weight: 500;
}

.equal-height > div {
    display: flex;
    flex-direction: column;
}
