/* Custom CSS Settings */
html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}

/* Safe area for mobile devices at the bottom to prevent overlapping with sticky bar */
.pb-safe {
    padding-bottom: env(safe-area-inset-bottom, 1rem);
}

/* Swiper Pagination Dokunma Hedeflerini Büyütme (SEO & UX Optimizasyonu) */
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 8px !important; /* Noktalar arası boşluğu aç */
    position: relative;
}

/* Görünmez Tıklama Alanını (Hit Area) Büyüt (Google Standardı: 48x48px) */
.swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: -18px;
    bottom: -18px;
    left: -18px;
    right: -18px;
}
