/* Ankara Fotokopi - Özel CSS Düzenlemeleri */

/* Slider yüksekliğini küçült */
.th-hero-wrapper {
    min-height: 500px !important;
    max-height: 600px !important;
}

@media (max-width: 991px) {
    .th-hero-wrapper {
        min-height: 400px !important;
        max-height: 500px !important;
    }
}

@media (max-width: 767px) {
    .th-hero-wrapper {
        min-height: 350px !important;
        max-height: 450px !important;
    }
}

/* Menü sabitleme ve taşma düzeltme - ZORLAYICI */
.th-header.header-layout5 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}
.menu-area {
    overflow-x: auto !important;
    white-space: nowrap !important;
}
body {
    padding-top: 140px !important;
}
@media (max-width: 991px) {
    body {
        padding-top: 90px !important;
    }
    .th-header.header-layout5 {
        position: static !important;
        box-shadow: none !important;
    }
}

/* Ana sayfa widget küçültme */
.space, .overflow-hidden.space {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.title-area {
    margin-bottom: 15px !important;
}
.sec-title {
    font-size: 32px !important;
    margin-bottom: 10px !important;
}
@media (max-width: 991px) {
    .sec-title {
        font-size: 24px !important;
    }
    .space, .overflow-hidden.space {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}
