/* Layout Shift Fixes */
.as-hakkimizda-metin img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.as-hizmet-gorsel {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    overflow: hidden;
}

.as-hizmet-gorsel-oval{
    aspect-ratio: 16/16 !important;
}

.as-hizmet-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-sag {
    position: static;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-width: 200px;
}

/* Ensure social media icons have consistent width */
.menu-sag-sm {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fix counter numbers container */
.sayi {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sayi-simge {
    width: 94px;
    height: 64px;
    margin: 0 auto;
}

.sayi-simge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayac-sayi {
    text-align: center;
    margin-top: 10px;
}

.sayac-sayi:before {
    content: '';
    display: block;
    width: 100%;
}