@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
    /* Renk Paleti - Kurumsal & Modern Teknoloji Tonları */
    --primary-color: #148393;
    --primary-light: #00bcd5;
    --primary-dark: #0e5c67;
    --accent-glow: rgba(0, 188, 213, 0.35);
    
    --bg-dark-1: #0d1017;
    --bg-dark-2: #161a26;
    --bg-card: rgba(26, 31, 46, 0.75);
    --bg-glass: rgba(22, 26, 38, 0.85);
    
    --text-main: #f8fafc;
    --text-muted: #cbd5e1;
    --border-color: rgba(255, 255, 255, 0.08);
    --border-hover: rgba(0, 188, 213, 0.4);
    
    /* Ödeme Butonu Gradient Tonları */
    --pay-grad-1: #ff334b;
    --pay-grad-2: #e00028;
    --pay-glow: rgba(255, 51, 75, 0.45);
    
    --transition-smooth: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    --shadow-premium: 0 15px 35px rgba(0, 0, 0, 0.45);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 85px;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-dark-1);
    color: var(--text-main);
    line-height: 1.65;
    overflow-x: hidden;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff;
}

/* Global Yüksek Kontrast Metin ve Kart Ayarları */
.text-muted {
    color: var(--text-muted) !important;
}

.about-feature-card p,
.about-feature-card span,
.about-feature-card li,
.glass-card p,
.glass-card span,
.glass-card li {
    color: #cbd5e1 !important;
    font-size: 0.96rem;
    line-height: 1.6;
}

.about-feature-card h4,
.glass-card h3,
.glass-card h4 {
    color: #ffffff !important;
}

/* Glassmorphism Navbar */
.navbar-custom {
    background: var(--bg-glass) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    padding: 10px 0;
    transition: var(--transition-smooth);
    z-index: 1050;
}

.navbar-custom.navbar-scrolled {
    padding: 8px 0;
    background: rgba(13, 16, 23, 0.95) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 188, 213, 0.2);
}

.navbar-brand img {
    height: 60px;
    width: auto;
    transition: var(--transition-smooth);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.navbar-nav .nav-link {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-main) !important;
    margin: 0 6px;
    padding: 8px 14px !important;
    border-radius: 8px;
    transition: var(--transition-smooth);
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-light) !important;
    background: rgba(0, 188, 213, 0.1);
}

/* Belirgin Ödeme ve İşlem Linki (Kurumsal Zümrüt & Teal Güven Butonu) */
.btn-payment-custom {
    background: linear-gradient(135deg, #0d9488, #047857);
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 10px 22px !important;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(13, 148, 136, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition-smooth);
    animation: pulse-payment 3s infinite;
}

.btn-payment-custom i {
    font-size: 1.15rem;
    transition: transform 0.3s ease;
}

.btn-payment-custom:hover {
    background: linear-gradient(135deg, #10b981, #059669);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.45);
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.4);
}

.btn-payment-custom:hover i {
    transform: rotate(-12deg) scale(1.15);
}

@keyframes pulse-payment {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 148, 136, 0.45);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(13, 148, 136, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(13, 148, 136, 0);
    }
}

/* Hero Section */
.hero-section {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 145px !important;
    padding-bottom: 80px;
    background: radial-gradient(circle at 80% 20%, rgba(20, 131, 147, 0.25) 0%, transparent 45%),
                radial-gradient(circle at 15% 80%, rgba(0, 188, 213, 0.15) 0%, transparent 50%),
                var(--bg-dark-1);
    overflow: hidden;
}

.hero-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(0, 188, 213, 0.12);
    border: 1px solid rgba(0, 188, 213, 0.35);
    border-radius: 30px;
    color: var(--primary-light);
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
}

/* 7/24 Kesintisiz Destek Rozeti - Koyu Asil Zemin ve Neon Turkuaz Yazı Kontrastı */
.badge-support-custom {
    background: linear-gradient(135deg, #071a24, #0b2938) !important;
    color: #00e5ff !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    padding: 10px 22px !important;
    border-radius: 50px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #00bcd5 !important;
    text-transform: uppercase;
}

/* 7/24 Kesintisiz Destek'in Bulunduğu Kutu (Daha Koyu & Net Arka Plan) */
.hero-support-box {
    background: rgba(8, 12, 19, 0.96) !important;
    border: 1px solid rgba(0, 188, 213, 0.45) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}

.hero-title {
    font-size: clamp(2.6rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 22px;
}

.hero-title .text-gradient {
    background: linear-gradient(135deg, #ffffff 10%, var(--primary-light) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: var(--text-muted);
    margin-bottom: 36px;
    max-width: 600px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn-primary-custom {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 8px 25px var(--accent-glow);
    transition: var(--transition-smooth);
}

.btn-primary-custom:hover {
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 188, 213, 0.6);
    color: #ffffff;
}

.btn-outline-custom {
    background: transparent;
    color: var(--text-main);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition-smooth);
}

.btn-outline-custom:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-light);
    color: var(--primary-light);
    transform: translateY(-3px);
}

.hero-stats {
    margin-top: 55px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.stat-item h3 {
    font-size: 2.3rem;
    font-weight: 800;
    color: var(--primary-light);
    margin-bottom: 2px;
}

.stat-item p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

/* Bölüm Genel Stilleri */
.section-padding {
    padding: 110px 0;
    position: relative;
}

.section-title-wrap {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 65px auto;
}

.section-subtitle {
    display: inline-block;
    color: var(--primary-light);
    font-weight: 600;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.section-title {
    font-size: clamp(2rem, 3.8vw, 2.8rem);
    margin-bottom: 18px;
}

.section-desc {
    color: var(--text-muted);
    font-size: 1.08rem;
}

/* Kart Stilleri & Glassmorphism */
.glass-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 38px 30px;
    height: 100%;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    opacity: 0;
    transition: var(--transition-smooth);
}

.glass-card:hover {
    transform: translateY(-8px);
    border-color: var(--border-hover);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(0, 188, 213, 0.15);
}

.glass-card:hover::before {
    opacity: 1;
}

/* Çözümler Kartları */
.solution-icon {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    background: rgba(0, 188, 213, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--primary-light);
    margin-bottom: 24px;
    transition: var(--transition-smooth);
    border: 1px solid rgba(0, 188, 213, 0.2);
}

.glass-card:hover .solution-icon {
    background: var(--primary-color);
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px var(--accent-glow);
}

.solution-title {
    font-size: 1.35rem;
    margin-bottom: 14px;
}

.solution-desc {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 20px;
}

/* Hakkımızda Kartları */
.about-feature-card {
    background: rgba(22, 26, 38, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    transition: var(--transition-smooth);
}

#hakkimizda .col-lg-6 > .glass-card,
#hakkimizda .col-lg-6 > .row > .col-md-12:first-child > .about-feature-card {
    margin-top: 0 !important;
}

.about-feature-card:hover {
    background: rgba(22, 26, 38, 0.9);
    border-color: rgba(0, 188, 213, 0.3);
    transform: translateX(8px);
}

.about-feature-icon {
    min-width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
}

/* Referanslar & Çalışmalar */
.reference-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: var(--bg-dark-2);
    border: 1px solid var(--border-color);
    transition: var(--transition-smooth);
}

.reference-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-light);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.5);
}

.reference-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(0, 188, 213, 0.9);
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.reference-body {
    padding: 28px;
}

.reference-body h4 {
    font-size: 1.28rem;
    margin-bottom: 12px;
    color: #ffffff;
}

.reference-body p {
    color: var(--text-muted);
    font-size: 0.92rem;
    margin: 0;
}

/* Banka Bilgileri Tablosu & Resmi Bilgiler */
.table-custom {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.table-custom th,
.table-custom td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color);
    vertical-align: middle;
}

.table-custom th {
    background: rgba(20, 131, 147, 0.2);
    color: var(--primary-light);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.table-custom td {
    color: var(--text-main);
    font-size: 0.95rem;
}

.table-custom tr:last-child td {
    border-bottom: none;
}

.table-custom tr:hover td {
    background: rgba(255, 255, 255, 0.03);
}

.iban-code {
    font-family: monospace;
    font-size: 1.02rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
    border: 1px dashed rgba(0, 188, 213, 0.3);
}

.info-list-box {
    list-style: none;
    padding: 0;
}

.info-list-box li {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.info-list-box li:last-child {
    border-bottom: none;
}

.info-list-box li span.label {
    color: var(--text-muted);
    font-weight: 500;
}

.info-list-box li span.val {
    color: #ffffff;
    font-weight: 600;
}

/* İletişim Formu & Harita */
.contact-form-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 22px;
    padding: 42px;
    backdrop-filter: blur(12px);
}

.form-control-custom {
    background: rgba(13, 16, 23, 0.8);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 14px 18px;
    color: #ffffff;
    font-size: 0.95rem;
    transition: var(--transition-smooth);
    width: 100%;
}

.form-control-custom:focus {
    background: rgba(13, 16, 23, 0.95);
    border-color: var(--primary-light);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 188, 213, 0.2);
    color: #ffffff;
}

.form-control-custom::placeholder {
    color: #6a7688;
}

.map-wrapper {
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-premium);
    height: 100%;
    min-height: 440px;
    position: relative;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 440px;
    border: 0;
    display: block;
    filter: contrast(1.03) saturate(1.1);
}

/* İletişim Detay Kartları */
.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    margin-bottom: 16px;
    transition: var(--transition-smooth);
}

.contact-detail-item:hover {
    border-color: var(--primary-light);
    background: rgba(0, 188, 213, 0.05);
}

.contact-detail-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(0, 188, 213, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary-light);
    flex-shrink: 0;
}

/* Footer */
.footer-custom {
    background: #090c12;
    border-top: 1px solid var(--border-color);
    padding: 70px 0 30px 0;
}

.footer-logo {
    height: 86px;
    margin-bottom: 24px;
}

.footer-desc {
    color: var(--text-muted);
    font-size: 0.92rem;
    margin-bottom: 25px;
    max-width: 380px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition-smooth);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: var(--primary-light);
    transform: translateX(5px);
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-main);
    font-size: 1.2rem;
    text-decoration: none;
    transition: var(--transition-smooth);
    border: 1px solid var(--border-color);
}

.social-icons a:hover {
    background: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-light);
    transform: translateY(-3px);
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    color: var(--text-muted);
    font-size: 0.88rem;
}

/* Duyarlı / Responsive Ayarlar */
@media (max-width: 991px) {
    .navbar-collapse {
        background: var(--bg-dark-2);
        padding: 20px;
        border-radius: 16px;
        margin-top: 15px;
        border: 1px solid var(--border-color);
        box-shadow: var(--shadow-premium);
    }
    
    .navbar-nav .nav-link {
        margin: 4px 0;
    }
    
    .btn-payment-custom {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }
    
    .hero-section {
        padding-top: 170px;
        text-align: center;
    }
    
    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
}

/* --- Teknik Destek & Bilgi Bankası Akordiyon Stilleri --- */
.custom-accordion .accordion-item {
    background: rgba(18, 23, 35, 0.7) !important;
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    transition: all 0.3s ease;
}

.custom-accordion .accordion-item:hover {
    border-color: rgba(0, 188, 213, 0.4) !important;
    box-shadow: 0 8px 30px rgba(0, 188, 213, 0.1);
}

.custom-accordion .accordion-button {
    background: transparent !important;
    color: #ffffff !important;
    box-shadow: none !important;
    font-size: 1.05rem;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-light) !important;
    background: rgba(0, 188, 213, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.custom-accordion .accordion-button::after {
    filter: invert(1) grayscale(100%) brightness(200%);
    transition: transform 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    filter: invert(70%) sepia(80%) saturate(1000%) hue-rotate(160deg) brightness(110%);
}

.custom-accordion .accordion-body {
    color: #cbd5e1 !important;
    font-size: 0.96rem;
    line-height: 1.7;
}

.custom-accordion code {
    background: rgba(0, 0, 0, 0.4);
    color: var(--primary-light);
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.88em;
    border: 1px solid rgba(0, 188, 213, 0.2);
}

/* --- Bizden Haberler Ticker & Manşet Şeridi --- */
.news-ticker-wrapper {
    position: relative;
    z-index: 1010;
    margin-top: 135px !important; /* Sabit Navbar'dan tamamen bağımsız, ferah ve kusursuz duruş */
    margin-bottom: 25px;
}

/* --- Bizden Haberler 3'lü Eşzamanlı Grid Manşet Paneli --- */
.news-ticker-wrapper {
    position: relative;
    z-index: 1010;
    margin-top: 135px !important; /* Sabit Navbar'dan tamamen bağımsız, ferah ve kusursuz duruş */
    margin-bottom: 25px;
}

.news-grid-card {
    background: rgba(18, 23, 35, 0.75) !important;
    backdrop-filter: blur(16px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.news-grid-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #00bcd5, #148393);
    opacity: 0.6;
    transition: width 0.3s ease, opacity 0.3s ease;
}

.news-grid-card:hover {
    transform: translateY(-5px);
    border-color: #00bcd5 !important;
    box-shadow: 0 12px 30px rgba(0, 188, 213, 0.25) !important;
    background: rgba(22, 30, 46, 0.9) !important;
}

.news-grid-card:hover::before {
    width: 6px;
    opacity: 1;
}

.news-grid-card:hover h6 {
    color: #00bcd5 !important;
    transition: color 0.2s ease;
}

.news-grid-card:hover .bi-arrow-up-right-circle-fill {
    transform: rotate(45deg) scale(1.15);
    transition: transform 0.3s ease;
}

.news-grid-card h6 {
    overflow: visible !important;
    white-space: normal !important;
    display: block !important;
    word-wrap: break-word;
}

.line-clamp-2 {
    /* Haber kartlarında kesme iptal edildi, diğer alanlar için opsiyonel saklanabilir */
    display: block;
}

/* Modal Görsel Düzenlemeleri */
#newsDetailModal1 .modal-content {
    border: 1px solid rgba(0, 188, 213, 0.45) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 188, 213, 0.15) !important;
}

#newsDetailModal1 .chat-scenario-box {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .news-ticker-wrapper {
        margin-top: 118px !important;
        margin-bottom: 20px;
    }
    .news-ticker-strip {
        border-radius: 24px !important;
        padding: 12px 16px !important;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    .news-ticker-strip .carousel {
        width: 100%;
    }
    .news-ticker-link {
        white-space: normal !important;
        font-size: 0.92rem;
    }
}

/* --- Kurumsal ve Uyumlu Haber Rozeti (Badge) --- */
.badge-news-custom {
    background: linear-gradient(135deg, #114b5f 0%, #0d6e7a 100%) !important;
    color: #ffffff !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.6px !important;
    text-transform: uppercase;
    border: 1px solid rgba(0, 188, 213, 0.5) !important;
    box-shadow: 0 4px 15px rgba(0, 188, 213, 0.25) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
    padding: 8px 16px !important;
}

.pulse-dot-white {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00e5ff;
    box-shadow: 0 0 0 0 rgba(0, 229, 255, 0.8);
    animation: pulseWhite 2s infinite;
}

@keyframes pulseWhite {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 229, 255, 0.8);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(0, 229, 255, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 229, 255, 0);
    }
}



