/* Mobile Responsive Fixes for Jewelry Theme */

/* Header ve Logo DÃ¼zeltmeleri */
.tf-header {
    padding: 10px 0 !important;
}

.tf-header .container {
    padding-left: 15px;
    padding-right: 15px;
}

.logo-site {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 !important;
    height: 100%;
}

.logo-site img {
    max-height: 70px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

@media (min-width: 768px) {
    .logo-site img {
        max-height: 80px !important;
    }
}

@media (min-width: 992px) {
    .logo-site img {
        max-height: 90px !important;
    }
}

@media (min-width: 1200px) {
    .logo-site img {
        max-height: 100px !important;
    }
}

/* Header row spacing dÃ¼zeltmesi */
.tf-header .row {
    margin-left: -10px;
    margin-right: -10px;
}

.tf-header .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/* Logo column geniÅŸliÄŸi - Sadece PC'de sabit geniÅŸlik */
@media (min-width: 1200px) {
    .tf-header .col-xl-2.col-md-4.col-6 {
        width: 11.666667% !important;
        flex: 0 0 11.666667%;
        max-width: 11.666667%;
    }
}

/* Mobil ve tablet'te otomatik geniÅŸlik */
@media (max-width: 1199px) {
    .tf-header .col-xl-2.col-md-4.col-6 {
        width: auto !important;
        flex: 0 0 auto;
        max-width: none;
    }
}

/* Navigation menu spacing dÃ¼zeltmesi */
.box-navigation .box-nav-menu {
    gap: 15px !important;
    padding-left: 0 !important;
}

@media (min-width: 1200px) {
    .box-navigation .box-nav-menu {
        gap: 20px !important;
    }
}

.box-navigation .item-link {
    line-height: 50px !important;
    padding: 0 4px !important;
    font-size: 14px;
}

@media (min-width: 992px) {
    .box-navigation .item-link {
        line-height: 60px !important;
    }
}

@media (min-width: 1200px) {
    .box-navigation .item-link {
        line-height: 70px !important;
        font-size: 15px;
    }
}

/* Header saÄŸ taraf boÅŸluÄŸu */
.tf-header .col-xl-2.col-md-4.col-3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Mobil menÃ¼ butonu */
.btn-mobile-menu {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Genel Mobil DÃ¼zeltmeleri */
@media (max-width: 767px) {

    /* Container padding dÃ¼zeltmesi */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Body overflow dÃ¼zeltmesi */
    body {
        overflow-x: hidden;
        width: 100%;
    }

    /* TÃ¼m section'lar iÃ§in padding dÃ¼zeltmesi */
    section {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Resimlerin responsive olmasÄ± */
    img {
        max-width: 100%;
        height: auto;
    }

    /* BaÅŸlÄ±k font boyutlarÄ± */
    h1 {
        font-size: 28px !important;
        line-height: 1.3;
    }

    h2 {
        font-size: 24px !important;
        line-height: 1.3;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    /* Butonlar iÃ§in minimum dokunma alanÄ± */
    .btn,
    button,
    a.btn {
        min-height: 44px;
        min-width: 44px;
        padding: 12px 20px;
        font-size: 16px;
    }

    /* Text overflow dÃ¼zeltmeleri */
    p,
    span,
    div {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Swiper slider dÃ¼zeltmeleri */
    .swiper {
        padding: 0 15px;
    }

    .swiper-slide {
        width: 100%;
    }

    /* Form elemanlarÄ± */
    input,
    textarea,
    select {
        font-size: 16px !important;
        /* iOS zoom Ã¶nleme */
        padding: 12px 15px;
        width: 100%;
    }

    /* Tablo responsive */
    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Hero banner mobilde */
    .hero-banner {
        padding: 20px 0;
    }

    .hero-banner .img_item {
        height: 300px;
    }

    /* Product cards mobilde */
    .card_product-wrapper {
        margin-bottom: 20px;
    }

    .product-img {
        width: 100%;
    }

    /* Banner sections mobilde */
    .banner_V07,
    .banner_V05,
    .box_image--V01 {
        margin-bottom: 20px;
    }

    .banner_V07 .image img,
    .banner_V05 .image img,
    .box_image--V01 img {
        width: 100%;
        height: auto;
    }
}

/* KÃ¼Ã§Ã¼k ekranlar iÃ§in ek dÃ¼zeltmeler */
@media (max-width: 575px) {

    /* Container daha kÃ¼Ã§Ã¼k padding */
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* BaÅŸlÄ±k boyutlarÄ± daha da kÃ¼Ã§Ã¼lt */
    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    /* Butonlar tam geniÅŸlik */
    .btn,
    .btn-primary,
    .btn-secondary {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    /* Hero banner kÃ¼Ã§Ã¼k ekranlarda */
    .hero-banner .img_item {
        height: 250px;
    }

    /* Spacing dÃ¼zeltmeleri */
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row>[class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Tablet dÃ¼zeltmeleri */
@media (min-width: 576px) and (max-width: 991px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    h1 {
        font-size: 36px !important;
    }

    h2 {
        font-size: 28px !important;
    }
}

/* Touch device iyileÅŸtirmeleri */
@media (hover: none) and (pointer: coarse) {

    /* Dokunmatik cihazlar iÃ§in buton boyutlarÄ± */
    .btn,
    button,
    a.btn {
        min-height: 48px;
        padding: 14px 24px;
    }

    /* Link'ler iÃ§in daha bÃ¼yÃ¼k tÄ±klama alanÄ± */
    a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }

    /* Menu item'lar iÃ§in daha bÃ¼yÃ¼k alan */
    .nav-link,
    .menu-item a {
        padding: 15px 20px;
        min-height: 48px;
    }

    /* Product card tÄ±klama alanÄ± */
    .card_product-wrapper a {
        min-height: 44px;
    }
}

/* Landscape orientation dÃ¼zeltmeleri */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-banner {
        padding: 15px 0;
    }

    .hero-banner .img_item {
        height: 200px;
    }

    section {
        padding: 30px 0;
    }
}

/* iOS Safari Ã¶zel dÃ¼zeltmeleri */
@supports (-webkit-touch-callout: none) {
    @media (max-width: 767px) {

        input,
        textarea,
        select {
            font-size: 16px !important;
        }

        /* iOS'ta viewport dÃ¼zeltmesi */
        body {
            -webkit-text-size-adjust: 100%;
        }
    }
}

/* Smooth scrolling mobilde */
@media (max-width: 767px) {
    html {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
}

/* Image lazy loading iÃ§in placeholder */
img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Swiper pagination mobilde daha gÃ¶rÃ¼nÃ¼r */
@media (max-width: 767px) {
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
}

/* Product grid mobilde */
@media (max-width: 767px) {

    .product-grid,
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .card_product-wrapper {
        width: 100%;
    }
}

/* Carousel mobilde */
@media (max-width: 767px) {
    .carousel-item img {
        width: 100%;
        height: auto;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
}

/* Navigation menu mobilde */
@media (max-width: 991px) {
    .navbar {
        padding: 10px 0;
    }

    .navbar-brand img {
        max-height: 40px;
    }

    .navbar-toggler {
        padding: 8px 12px;
        font-size: 18px;
    }
}

/* Footer mobilde */
@media (max-width: 767px) {
    footer {
        padding: 30px 0 20px;
    }

    .footer-section {
        margin-bottom: 30px;
    }

    .footer-links {
        flex-direction: column;
    }
}

/* Modal mobilde */
@media (max-width: 767px) {
    .modal-dialog {
        margin: 10px;
        max-width: calc(100% - 20px);
    }

    .modal-content {
        padding: 20px 15px;
    }
}

/* Product detail page mobilde */
@media (max-width: 767px) {
    .product-detail-image {
        margin-bottom: 20px;
    }

    .product-detail-info {
        padding: 20px 0;
    }

    .product-gallery {
        margin-top: 20px;
    }

    .product-gallery img {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Shopping cart mobilde */
@media (max-width: 767px) {
    .cart-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-item-image {
        width: 100%;
        margin-bottom: 15px;
    }

    .cart-item-details {
        width: 100%;
    }

    .cart-summary {
        margin-top: 20px;
    }
}

/* Checkout form mobilde */
@media (max-width: 767px) {
    .checkout-form {
        padding: 20px 15px;
    }

    .checkout-form .form-group {
        margin-bottom: 20px;
    }

    .checkout-form input,
    .checkout-form select,
    .checkout-form textarea {
        width: 100%;
        padding: 12px 15px;
    }
}

/* Search bar mobilde */
@media (max-width: 767px) {
    .search-bar {
        width: 100%;
        margin-bottom: 15px;
    }

    .search-input {
        width: 100%;
        padding: 12px 15px;
    }
}

/* Filter sidebar mobilde */
@media (max-width: 991px) {
    .filter-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: white;
        z-index: 1050;
        transition: left 0.3s ease;
        overflow-y: auto;
        padding: 20px;
    }

    .filter-sidebar.active {
        left: 0;
    }

    .filter-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1049;
    }

    .filter-overlay.active {
        display: block;
    }
}

/* Category menu mobilde */
@media (max-width: 991px) {
    .category-menu {
        display: none;
    }

    .category-menu.mobile-active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 1050;
        overflow-y: auto;
        padding: 20px;
    }
}

/* Price display mobilde */
@media (max-width: 767px) {
    .product-price {
        font-size: 20px;
    }

    .product-price-old {
        font-size: 16px;
    }
}

/* Badge ve label mobilde */
@media (max-width: 767px) {

    .badge,
    .label {
        font-size: 11px;
        padding: 4px 8px;
    }
}

/* Loading spinner mobilde */
@media (max-width: 767px) {

    .spinner,
    .loading {
        width: 40px;
        height: 40px;
    }
}

/* Toast notifications mobilde */
@media (max-width: 767px) {
    .toast {
        width: calc(100% - 30px);
        max-width: 100%;
        margin: 0 15px;
    }
}

/* Zoom functionality mobilde */
@media (max-width: 767px) {
    .zoom-container {
        touch-action: pan-x pan-y;
    }

    .zoom-image {
        max-width: 100%;
        height: auto;
    }
}

/* PhotoSwipe gallery mobilde */
@media (max-width: 767px) {
    .pswp__img {
        max-width: 100%;
        height: auto;
    }
}

/* Infinite scroll mobilde */
@media (max-width: 767px) {
    .infinite-scroll-loader {
        padding: 20px;
        text-align: center;
    }
}

/* ============================================
   ADVANCED MOBILE OPTIMIZATIONS
   ============================================ */

/* Hero Banner Mobil Ä°yileÅŸtirmeleri */
@media (max-width: 767px) {
    .hero-banner {
        padding: 30px 0 !important;
        min-height: auto !important;
    }

    .hero-banner .hero-main {
        position: relative;
        min-height: 400px;
    }

    .hero-banner .hero-content {
        padding: 20px 15px !important;
        text-align: center;
        position: relative;
        z-index: 10;
    }

    .hero-banner .hero-content .title {
        width: 100% !important;
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin: 15px auto !important;
    }

    .hero-banner .hero-content .sub {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin: 15px auto !important;
    }

    .hero-banner .hero-content .tag {
        font-size: 12px !important;
        margin-bottom: 10px;
    }

    .hero-banner .img_item {
        height: 180px !important;
        width: 45% !important;
        overflow: hidden;
    }

    .hero-banner .img_item img {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
    }

    .hero-banner .img_item.item-1,
    .hero-banner .img_item.item-4 {
        width: 45% !important;
        top: 0 !important;
    }

    .hero-banner .btn-group {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .hero-banner .btn-group .tf-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 14px;
    }
}

/* Banner Text Mobil */
@media (max-width: 767px) {
    .banner_text {
        flex-direction: column !important;
        gap: 20px !important;
        padding: 20px 15px !important;
        text-align: center !important;
    }

    .banner_text h3 {
        font-size: 18px !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }

    .banner_text .tf-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ÃœrÃ¼n Slider Mobil */
@media (max-width: 767px) {
    .blur-background-section {
        padding: 30px 0 !important;
    }

    .blur-background-section .title-left {
        margin-bottom: 20px;
    }

    .blur-background-section .title-left h2 {
        font-size: 24px !important;
        text-align: center !important;
    }

    .card_product--V01 {
        margin-bottom: 15px;
    }

    .card_product-info .name-product {
        font-size: 14px !important;
        line-height: 1.3 !important;
        min-height: 36px;
    }

    .card_product-info .price-wrap {
        margin-top: 8px;
    }

    .card_product-info .price-new {
        font-size: 16px !important;
    }
}

/* Kategori KartlarÄ± Mobil */
@media (max-width: 767px) {
    .flat-spacing-3 .row.g-4 {
        gap: 20px !important;
    }

    .flat-spacing-3 .row.g-4 .col-md-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .flat-spacing-3 .card {
        margin-bottom: 15px;
    }

    .flat-spacing-3 .card .image {
        width: 100px !important;
        height: 100px !important;
    }

    .flat-spacing-3 .card h5 {
        font-size: 18px !important;
    }

    .flat-spacing-3 .card .btn {
        width: 100%;
        padding: 12px 20px;
    }
}

/* Banner V07 Mobil */
@media (max-width: 767px) {
    .banner_V07 .bn-image-text {
        flex-direction: column;
    }

    .banner_V07 .image {
        width: 100% !important;
        height: 250px !important;
        margin-bottom: 20px;
    }

    .banner_V07 .content {
        padding: 20px 15px !important;
        text-align: center;
    }

    .banner_V07 .content .title {
        font-size: 22px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px;
    }

    .banner_V07 .tf-btn {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }
}

/* Product Grid Carousel Mobil */
@media (max-width: 767px) {
    .product-grid-carousel .tf-grid-layout {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .product-grid-carousel .card_product--V01 {
        width: 100%;
    }

    .sw-dot-default {
        margin-top: 20px !important;
    }
}

/* Marquee Mobil */
@media (max-width: 767px) {
    .tf_marquee-V01 {
        font-size: 14px !important;
        padding: 15px 0 !important;
    }

    .tf_marquee-V01 p {
        font-size: 14px !important;
    }

    .tf_marquee-V01 i {
        font-size: 16px !important;
        margin: 0 10px;
    }
}

/* Banner V05 (Store Address) Mobil */
@media (max-width: 767px) {
    .banner_V05 {
        flex-direction: column;
    }

    .banner_V05 .shape-image {
        width: 300px !important;
        height: 300px !important;
        margin: 0 auto 30px auto !important;
        position: relative;
    }

    .banner_V05 .shape-image .image {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
    }

    .banner_V05 .bn-content {
        padding: 0 15px !important;
        text-align: center;
    }

    .banner_V05 .bn-content .title {
        font-size: 22px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px;
    }

    .banner_V05 .bn-content .sub-title {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px;
    }

    .banner_V05 .tf-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Icon Box Mobil */
@media (max-width: 767px) {
    .box_icon--V01 {
        text-align: center;
        padding: 20px 15px;
    }

    .box_icon--V01 i {
        margin-bottom: 15px;
    }

    .box_icon--V01 .title {
        font-size: 16px !important;
        margin-bottom: 10px;
    }

    .box_icon--V01 .text {
        font-size: 13px !important;
        line-height: 1.5;
    }
}

/* Testimonial Mobil */
@media (max-width: 767px) {
    .flat-spacing-7 {
        padding: 40px 0 !important;
    }

    .sect-top {
        margin-bottom: 30px;
    }

    .sect-top .s-title {
        font-size: 24px !important;
        margin-bottom: 20px;
    }

    .group-btn-slider {
        margin-top: 15px;
    }

    .box_testimonial--V01 {
        padding: 20px 15px;
    }

    .box_testimonial-image {
        width: 100% !important;
        height: 200px !important;
        margin-bottom: 20px;
    }

    .box_testimonial-content .title {
        font-size: 18px !important;
        margin-bottom: 10px;
    }

    .box_testimonial-content .text {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .rate-wrap {
        justify-content: center;
        margin-bottom: 15px;
    }

    .tes-bottom {
        text-align: center;
    }
}

/* Navigation Menu Mobil Ä°yileÅŸtirmeleri */
@media (max-width: 991px) {
    .tf-header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .mobile-nav-wrap {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: white;
        z-index: 9999;
        transition: left 0.3s ease;
        overflow-y: auto;
        padding: 20px;
    }

    .mobile-nav-wrap.active {
        left: 0;
    }

    .mobile-nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
    }

    .mobile-nav-overlay.active {
        display: block;
    }

    .btn-mobile-menu {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }
}

/* Spacing DÃ¼zeltmeleri */
@media (max-width: 767px) {
    .flat-spacing-3 {
        padding: 30px 0 !important;
    }

    .flat-spacing-7 {
        padding: 40px 0 !important;
    }

    .flat-spacing-8 {
        padding: 30px 0 !important;
    }

    section {
        padding: 30px 0;
    }

    .pt-0 {
        padding-top: 0 !important;
    }
}

/* Container DÃ¼zeltmeleri */
@media (max-width: 767px) {

    .container,
    .container-2,
    .container-3,
    .container-4,
    .container-5,
    .container-6,
    .container-7 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container-full,
    .container-full-2,
    .container-full-3,
    .container-full-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* KÃ¼Ã§Ã¼k Ekranlar (iPhone SE, vb.) */
@media (max-width: 375px) {
    .hero-banner .hero-content .title {
        font-size: 24px !important;
    }

    .hero-banner .img_item {
        height: 150px !important;
    }

    .card_product-info .name-product {
        font-size: 13px !important;
    }

    .card_product-info .price-new {
        font-size: 14px !important;
    }

    .flat-spacing-3 .card h5 {
        font-size: 16px !important;
    }
}

/* Tablet Landscape Optimizasyonu */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hero-banner .img_item {
        height: 250px !important;
    }

    .hero-banner .hero-content .title {
        font-size: 36px !important;
    }

    .product-grid-carousel .tf-grid-layout {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Touch Device OptimizasyonlarÄ± */
@media (hover: none) and (pointer: coarse) {

    /* TÃ¼m tÄ±klanabilir elemanlar iÃ§in minimum boyut */
    a,
    button,
    .btn,
    input[type="submit"],
    input[type="button"] {
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* Link'ler iÃ§in padding */
    a:not(.btn) {
        padding: 8px;
    }

    /* ÃœrÃ¼n kartlarÄ± iÃ§in daha bÃ¼yÃ¼k tÄ±klama alanÄ± */
    .card_product-wrapper a {
        display: block;
        padding: 0;
    }

    /* Navigasyon linkleri */
    .nav-link,
    .menu-item a {
        padding: 15px 20px;
        min-height: 48px;
    }

    /* Form elemanlarÄ± */
    input,
    textarea,
    select,
    .form-control {
        min-height: 48px;
        font-size: 16px !important;
        padding: 12px 15px;
    }

    /* Butonlar */
    .btn,
    .tf-btn {
        min-height: 48px;
        padding: 14px 24px;
        font-size: 16px;
    }
}

/* iOS Safari Ã–zel DÃ¼zeltmeleri */
@supports (-webkit-touch-callout: none) {
    @media (max-width: 767px) {

        /* iOS'ta input zoom Ã¶nleme */
        input,
        textarea,
        select {
            font-size: 16px !important;
        }

        /* iOS'ta fixed position dÃ¼zeltmesi */
        .mobile-nav-wrap {
            position: fixed;
            -webkit-overflow-scrolling: touch;
        }

        /* iOS'ta smooth scrolling */
        body {
            -webkit-text-size-adjust: 100%;
            -webkit-overflow-scrolling: touch;
        }
    }
}

/* Performance OptimizasyonlarÄ± */
@media (max-width: 767px) {

    /* GPU acceleration */
    .hero-banner,
    .swiper,
    .card_product-wrapper,
    .mobile-nav-wrap {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    /* Lazy loading - GÃ¶rseller baÅŸtan gÃ¶rÃ¼nÃ¼r olsun, yÃ¼klendikÃ§e netleÅŸsin */
    img.lazyload {
        opacity: 0.5;
        transition: opacity 0.3s;
    }

    img.lazyloaded {
        opacity: 1;
    }

    /* AnimasyonlarÄ± mobilde hafiflet */
    .wow {
        animation-duration: 0.5s !important;
    }
}

/* Accessibility Ä°yileÅŸtirmeleri */
@media (max-width: 767px) {

    /* Focus states */
    a:focus,
    button:focus,
    input:focus,
    textarea:focus,
    select:focus {
        outline: 2px solid var(--primary);
        outline-offset: 2px;
    }

    /* Skip to content link */
    .skip-to-content {
        position: absolute;
        top: -40px;
        left: 0;
        background: var(--primary);
        color: white;
        padding: 8px 16px;
        text-decoration: none;
        z-index: 10000;
    }

    .skip-to-content:focus {
        top: 0;
    }
}

/* banner_V07 Mobil Düzeltmeleri */
@media (max-width: 767px) {
    .banner_V07 .bn-image-text .content {
        left: 0 !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 15px !important;
    }

    .banner_V07 .bn-image-text .title {
        margin-bottom: 25px !important;
        width: auto !important;
        max-width: 90% !important;
        font-size: 20px !important;
        background: rgba(0, 0, 0, 0.6) !important;
    }

    .banner_V07 .wrap {
        min-height: 450px !important;
    }
}