/*
 * ÜLKE KUTULARI İNCE NEON UÇLAR EFEKTİ
 * Gradient overlay KALDIRILDI - Sadece uçlarda neon efekt
 * DARK TEMA İÇİN
 */

/* ::after artık gradient overlay DEĞİL - TAMAMEN KALDIRILDI */
/* Tüm gradient stilleri devre dışı */
.country-plans-section .countries-grid .country-tab::after,
.countries-grid .country-tab::after,
html body .country-plans-section .countries-grid .country-tab::after,
html body .countries-grid .country-tab::after,
body .country-plans-section .countries-grid .country-tab::after,
body .countries-grid .country-tab::after {
    display: none !important;
    content: none !important;
}

/* Plans sayfası country-item için de gradient KALDIRILDI */
.countries-grid .country-item::after,
.plans-page .country-item::after,
body .countries-grid .country-item::after {
    display: none !important;
    content: none !important;
}

/* Hover durumları da KALDIRILDI */
.country-plans-section .countries-grid .country-tab:hover::after,
.countries-grid .country-tab:hover::after,
html body .country-plans-section .countries-grid .country-tab:hover::after,
html body .countries-grid .country-tab:hover::after,
body .country-plans-section .countries-grid .country-tab:hover::after,
body .countries-grid .country-tab:hover::after {
    display: none !important;
    content: none !important;
}

.countries-grid .country-item:hover::after,
.plans-page .country-item:hover::after,
body .countries-grid .country-item:hover::after {
    display: none !important;
    content: none !important;
}

/* Active state gradient KALDIRILDI */
.country-plans-section .countries-grid .country-tab.active::after,
.countries-grid .country-tab.active::after {
    display: none !important;
    content: none !important;
}

/* Light theme için gradient KALDIRILDI */
body.light-theme .country-plans-section .countries-grid .country-tab::after,
body.light-theme .countries-grid .country-tab::after,
body.light-theme .country-plans-section .countries-grid .country-tab:hover::after,
body.light-theme .countries-grid .country-tab:hover::after {
    display: none !important;
    content: none !important;
}

/* Mobil cihazlar için gradient KALDIRILDI */
@media (max-width: 768px) {
    .country-plans-section .countries-grid .country-tab::after,
    .countries-grid .country-tab::after,
    .country-plans-section .countries-grid .country-tab:hover::after,
    .countries-grid .country-tab:hover::after {
        display: none !important;
        content: none !important;
    }
}

/* Animasyonlar KALDIRILDI */
@keyframes gradientSlideUp {
    0% { opacity: 0; }
    100% { opacity: 0; }
}

/* Staggered animation KALDIRILDI */
.country-plans-section .countries-grid .country-tab:nth-child(1)::after,
.countries-grid .country-tab:nth-child(1)::after,
.country-plans-section .countries-grid .country-tab:nth-child(2)::after,
.countries-grid .country-tab:nth-child(2)::after,
.country-plans-section .countries-grid .country-tab:nth-child(3)::after,
.countries-grid .country-tab:nth-child(3)::after,
.country-plans-section .countries-grid .country-tab:nth-child(4)::after,
.countries-grid .country-tab:nth-child(4)::after,
.country-plans-section .countries-grid .country-tab:nth-child(5)::after,
.countries-grid .country-tab:nth-child(5)::after,
.country-plans-section .countries-grid .country-tab:nth-child(6)::after,
.countries-grid .country-tab:nth-child(6)::after,
.country-plans-section .countries-grid .country-tab:nth-child(7)::after,
.countries-grid .country-tab:nth-child(7)::after,
.country-plans-section .countries-grid .country-tab:nth-child(8)::after,
.countries-grid .country-tab:nth-child(8)::after,
.country-plans-section .countries-grid .country-tab:nth-child(n+9)::after,
.countries-grid .country-tab:nth-child(n+9)::after {
    display: none !important;
    content: none !important;
    animation: none !important;
}

/* Z-index ayarları korunuyor - içeriklerin doğru görünmesi için */
.country-plans-section .countries-grid .country-tab .round-flag-container,
.country-plans-section .countries-grid .country-tab .country-name,
.country-plans-section .countries-grid .country-tab .country-price,
.countries-grid .country-tab .round-flag-container,
.countries-grid .country-tab .country-name,
.countries-grid .country-tab .country-price {
    position: relative !important;
    z-index: 2 !important;
}

.countries-grid .country-item .round-flag-container,
.countries-grid .country-item .country-name,
.countries-grid .country-item .country-price,
.plans-page .country-item .round-flag-container,
.plans-page .country-item .country-name,
.plans-page .country-item .country-price,
body .countries-grid .country-item .round-flag-container,
body .countries-grid .country-item .country-name,
body .countries-grid .country-item .country-price {
    position: relative !important;
    z-index: 2 !important;
}
