  @media (max-width: 768px) {
          .ni-header .ni-header__hero {
                content: url('/public/assets/media/internet-siniri-yok-mobile.png');
            }  
        }
        .select2-container {
            width: auto!important;
        }
        .select2-container--default .select2-selection--single {
            height: 45px !important;
            padding: 10px !important;
        }
        .select2-container--default .select2-selection--single .select2-selection__arrow {
            top: 10px!important;
        }
        .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
            background-color: rgb(0, 128, 215)!important;
        }
        .options-title{
            top: -200px!important;
        }
        .tum-paketler{
                padding-top: 0!important;
            } 
        .owl-carousel .slide {
            display: grid;
            grid-template-columns: repeat(3, 1fr); /* 3 sütun */
            grid-auto-rows: auto;
            gap: 10px;
            }
        .pricing-switcher .fieldset {
            background-color:rgb(0, 128, 215)!important;
        }
        .tac-icon {
        position: absolute;
        top: -246px;
        left: -160px;
        display: none!important;
        }
        footer{
                margin-top: -210px;
            }
        .owl-stage-outer{
            padding-top: 20px;
        }
        .altyapi-label{
            margin-bottom: 5px;
            font-weight: 500;
            font-size: 18px;
        }
        .view-campaign{
            background: #068bdb;
            color: white;
        }
        .view-campaign:hover{
            background-color: #0689dbbd;
            color: white;
        }
        .slide .grid-item:nth-child(3n+2) .packages {
            background: radial-gradient(
            circle at center,
            #003973 10%,   
            #003973 30%,  
            #005173 100%  
            );
            
            }
               /* === Responsive hero (koru) === */
        @media (max-width: 768px) {
            .ni-header .ni-header__hero {
                content: url('/public/assets/media/internet-siniri-yok-mobile.png');
            }
        }

        /* Select2 küçük düzeltme */
        .select2-container { width: auto !important; }
        .select2-container--default .select2-selection--single { height: 45px !important; padding: 10px !important; }
        .select2-container--default .select2-selection--single .select2-selection__arrow { top: 10px !important; }

        /* Genel düzen: container ve çizgi boşlukları korunsun */
        .blue-line img { max-height: 2400px; }

        /* ---------- SOL FİLTRE KARTI ---------- */
        aside .card.p-3 {
            border-radius: 12px;
            box-shadow: 0 12px 30px rgba(9,30,66,0.06);
            background: #fff;
            padding: 18px;
            position: relative;
            border: none;
        }
        aside .card.p-3 h6 {
            margin-bottom: 12px;
            font-size: 16px;
            font-weight: 700;
            color: #111827;
        }
        .form-check { margin-bottom: 12px; }
        .form-check-label { cursor: pointer; color: #374151; font-size: 14px; }
        .form-check-input {
            width: 18px; height: 18px;
            margin-top: 3px;
            accent-color: #068bdb;
            border-radius: 50%;
            box-shadow: none;
        }

        /* Sol filtre kutusunun iç gölgesi ve köşe */
        aside .card.p-3::after {
            content: "";
            position: absolute;
            left: -24px;
            top: 40%;
            width: 140px;
            height: 140px;
            background: transparent;
            pointer-events: none;
        }

        /* ---------- PAKET IZGARASI ---------- */
        .paket-grid { padding-top: 6px; }
        .paket-card-item { display: flex; justify-content: center; }

        /* Kart gövde - temel */
        .packages {
            width: 100%;
            max-width: 360px;
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 10px 30px rgba(9,30,66,0.06);
            transition: transform .18s ease, box-shadow .18s ease;
            display: flex;
            flex-direction: column;
            min-height: 320px;
        }
        .packages:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(9,30,66,0.08); }

        /* Kart üst kısmı (mavi degradé) */
        .packages > .p-3:first-child,
        .packages .paket-header {
            padding: 20px 18px;
            color: #fff;
            background: linear-gradient(135deg,#00A2FF 0%, #0066B3 100%);
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }
        .fber { font-weight:700; font-size:18px; margin-top:6px; color: #fff; display:block; }
        .badge-fiber {
            display:inline-block;
            font-size:12px;
            padding:6px 10px;
            border-radius:8px;
            background: rgba(255,255,255,0.12);
            color: #fff;
            font-weight:600;
        }

        /* Kart içerik (body) */
        .packages > .p-3:nth-child(2),
        .packages .paket-body {
            padding: 18px;
            background: #fff;
            color: #374151;
            flex: 1 1 auto;
        }
        .packages ul { list-style: none; padding: 0; margin: 0; }
  

        /* Kart alt (fiyat + buton) - görünüm orijinale yakın */
        .packages .paket-footer,
        .packages .d-flex.justify-content-between {
            padding: 14px 18px;
            background: #fff;
            border-top: 1px solid rgba(0,0,0,0.04);
            align-items: center;
        }
        .aylik { 
            font-size: 24px;
            line-height: 32px;
            display: flex;
            font-family: Poppins;
            color: #1e293b;
            font-weight: 700;
            display: flex;
            justify-content: center;
            align-items: end;
            height: auto!important;
         }
         .aylik-thin{
            font-size: 14px;
            font-family: Poppins;
            color: #1e293b;
            font-weight: 600!important;
            margin-left: 5px;
         }
         
        .paket-incele {
            position: relative;
            font-size: 16px;
            line-height: 24px;
            display: flex;
            font-family: Poppins;
            color: #057bc3;
        }

        /* "paket-incele" link tarzı (sağ alt) */
        .packages .paket-incele {
            color: #068bdb;
            font-weight:600;
            text-decoration:none;
            font-size:13px;
        }

        /* Kart içi aralıkları orijinale yakınlaştırma */
        .packages .mbps-download-12-container { margin-top: 6px; }
        .packages .mbps-download-12-mbps-upload-k li { margin-bottom: 8px; }

        /* GRID responsive */
        @media (min-width: 1200px) {
            .paket-grid .col-lg-4 { padding-left: 10px; padding-right: 10px; }
        }
        @media (max-width: 991px) {
            aside.col-lg-3 { order: 2; margin-top: 18px; }
            section.col-lg-9 { order: 1; }
            .paket-card-item { justify-content: flex-start; }
            .packages { max-width: 100%; min-height: auto; }
            .paket-grid .col-md-6 { padding-left: 8px; padding-right: 8px; }
        }
        @media (max-width: 576px) {
            .packages > .p-3:first-child { padding: 14px; }
            .fber { font-size: 16px; }
            .packages .mbps-download { font-size: 12px; }
        }

        /* küçük stil düzeltmeleri */
        .form-check + .form-check { margin-top: 6px; }
        .tac-icon { display:none!important; }
        .nternet-altyaps {
            width: 100%;
            position: relative;
            box-shadow: 0px 0px 3.9px rgba(0, 0, 0, 0.07);
            border-radius: 8px;
            background-color: #fff;
            text-align: left;
            font-size: 16px;
            color: #334155;
            font-family: Poppins;
            padding: 24px;
            margin-bottom: 20px;
        }
        .hz {
            width: 100%;
            position: relative;
            box-shadow: 0px 0px 3.4px rgba(0, 0, 0, 0.13);
            border-radius: 8px;
            background-color: #fff;
            text-align: left;
            font-size: 16px;
            color: #334155;
            font-family: Poppins;
             padding: 24px;
        }
        .form-check-input:checked{
            background-color: #068bdb;
            border-color: #068bdb;
        }
        .form-check-input[type="checkbox"]{
            border-radius: 1.25em;
        }
        .badge-fiber{
            height: 24px;
            position: relative;
            border-radius: 6px;
            background-color: #00629d;
            text-align: left;
            font-size: 12px;
            color: #fff;
            font-family: Poppins;
        }
        .packages-header{
            height: 172px;
            position: relative;
            background: linear-gradient(135deg, #3b82f6, #2fb1ff);
            text-align: left;
            font-size: 12px;
            color: #fff;
            font-family: Poppins;
        }
        .mbps-download {
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            font-family: Poppins;
            color: #fff;
            text-align: left;
            display: flex;
            align-items: center;
        }
        .mbps-upload {
            font-size: 14px;
            line-height: 20px;
            font-family: Poppins;
            color: #dbeafe;
            text-align: left;
            display: flex;
            align-items: center;
        }
        .package-li {
            font-size: 14px;
            line-height: 20px;
            font-weight: 500;
            font-family: Poppins;
            color: #334155;
            text-align: left;
            display: flex;
            align-items: center;
        }
        .selected-filters { margin-bottom: 8px; }
        .filter-chip {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #f1f5f9;
            color: #0f172a;
            padding: 6px 10px;
            border-radius: 999px;
            font-size: 13px;
            box-shadow: 0 4px 10px rgba(2,6,23,0.03);
        }
        .filter-chip .remove-chip {
            width: 18px; height: 18px;
            display: inline-grid; place-items: center;
            border-radius: 50%;
            background: rgba(0,0,0,0.06);
            cursor: pointer;
            font-weight:700;
            line-height:1;
        }
        .filter-chip .remove-chip:hover { background: rgba(0,0,0,0.10); }
        @media (max-width: 576px) {
            .filter-chip { font-size: 12px; padding: 5px 8px; }
        }
@media (max-width: 768px) {
    .filter-accordion-content {
         display: none;
         padding-left: 10px;
         margin-bottom: 10px;
         max-height: auto!important;
     }
     .filter-accordion-header {
         cursor: pointer;
         padding: 10px;
         background: #fff;
         border-radius: 8px;
         display: flex;
         justify-content: space-between;
         align-items: center;
     }
     .filter-accordion-header::after {
         content: "▼";
         font-size: 14px;
         transition: 0.3s;
     }
     .filter-accordion-header.active::after {
         transform: rotate(180deg);
     }
     .hz,.nternet-altyaps{
        padding: 5px;
     }
     h6{
        margin-bottom: 0!important;
     }
     .package-li{
        font-size: 12px;
        margin-bottom: 8px;
     }
     .packages ul{
        margin-bottom: 0!important;
     }
}