/* Sadece yatay scroll'u engelle */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.container {
    max-width: 100%;
}
