/* Özel Haber Sitesi Scrollbar Tasarımı */
 .custom-scrollbar::-webkit-scrollbar { width: 4px; }
    .custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
    .custom-scrollbar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
    .custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
 
    .manset-pagination {
        position: absolute;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        display: flex;
        justify-content: flex-start;
        z-index: 30;
        background: #fff;
        border-bottom: 2px solid #dc2626;
        gap: 0 !important;
        
    }

    .manset-pagination .swiper-pagination-bullet {
        width: 72px;
        height: 38px;
        background: #242424;
        backdrop-filter: blur(8px);
        color: #fff;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 900;
        border: none;
        transition: all .25s ease;
        cursor: pointer;
        border-right: 1px solid #353535;
        position: relative;
        border-radius: 0 !important;
        margin: 0 !important;
        flex: 1;
    }

    .manset-pagination .swiper-pagination-bullet:hover {
        background: #dc2626;
        color: #fff;
        border-color: #dc2626;
    }

    .manset-pagination .swiper-pagination-bullet-active {
        background: #dc2626;
        color: #fff;
        border-radius: 0 !important;
        border-right-color: rgba(255,255,255,.25);
    }


.manset-pagination .swiper-pagination-bullet:last-child {
    border-right: none;
}

.manset-pagination .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dc2626;
    z-index: 20;
}

    .manset-arrow {
        width: 30px !important;
        height: 44px !important;
   
        background: rgba(15,23,42,.25);
        backdrop-filter: blur(8px);
        border: none;
        color: #fff !important;
        transition: all .25s ease;
        opacity: 0;
    }

    .manset-arrow:hover {
        background: #00000082;
        opacity: 1;
       
       
    }

    .mansetSwiper:hover .manset-arrow {
        opacity: 1;
    }

    .manset-arrow::after {
        font-size: 20px !important;
        font-weight: 900;
    }

    .manset-arrow-prev {
        left: 0!important;
    }

    .manset-arrow-next {
        right: 0 !important;
    }

    @media (max-width: 768px) {
        .manset-arrow {
            display:none !important;
        }

        .manset-pagination .swiper-pagination-bullet {
            width: 36px;
            height: 32px;
            font-size: 12px;
        }
    }
 

    .newspaper-pagination {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center;
    }

    .newspaper-pagination .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background: #cbd5e1 !important;
        opacity: 1 !important;
        margin: 0 6px !important;
        transition: all .3s ease;
           border-radius: 0 !important;
    }

    .newspaper-pagination .swiper-pagination-bullet:hover {
        background: #dc2626 !important;
   
    }

    .newspaper-pagination .swiper-pagination-bullet-active {
        width: 36px !important;
        border-radius: 0 !important;
        background: #dc2626 !important;
       transition: all .3s ease;
    }

 .authors-pagination .swiper-pagination-bullet {
     border-radius: 0 !important;
    }   
 .authors-pagination .swiper-pagination-bullet-active {
    width: 36px !important;
    transition: all .3s ease;
        background: #dc2626 !important;
    }
 
    .photo-gallery-pagination {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center;
    }

    .photo-gallery-pagination .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background: #cbd5e1 !important;
        opacity: 1 !important;
        margin: 0 6px !important;
        transition: all .3s ease;
           border-radius: 0 !important;
    }

    .photo-gallery-pagination .swiper-pagination-bullet:hover {
        background: #dc2626 !important;
   
    }

    .photo-gallery-pagination .swiper-pagination-bullet-active {
        width: 36px !important;
        border-radius: 0 !important;
        background: #dc2626 !important;
      
    }
 

/* WordPress Custom Logo Standartları */
.custom-logo {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}
.custom-logo-link {
    display: flex;
    align-items: center;
}

/* Piyasalar Barı Kaydırma Çubuğu Gizleme */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* Masaüstü Menü Link Giydirmesi */
.desktop-nav li{
    position:relative;
}

.desktop-nav li > a{
    position:relative;
    display:flex;
    align-items:center;
    padding:10px 12px;
    transition:color .25s ease;
}

.desktop-nav li::after{
    content:'';
    position:absolute;
    left:12px;
    right:12px;
    bottom:-2px;
    height:2px;
    background:#dc2626;
    transform:scaleX(0);
    transform-origin:center;
    transition:transform .25s ease;
    z-index:10;
}

.desktop-nav li:hover::after,
.desktop-nav li.current-menu-item::after,
.desktop-nav li.current-menu-ancestor::after{
    transform:scaleX(1);
}

.desktop-nav li:hover > a,
.desktop-nav li.current-menu-item > a,
.desktop-nav li.current-menu-ancestor > a{
    color:#dc2626;
}

/* Akıllı Tıklat-Aç Arama Alanı Tasarımı */
#interactiveSearchWrapper.search-active {
    width: 280px; /* Butona basılınca açılacağı genişlik */
    opacity: 1;
    overflow: visible;
}
@media (max-width: 640px) {
    #interactiveSearchWrapper.search-active {
        width: calc(100vw - 110px); /* Mobilde ekran genişliğine göre esner */
    }
}
#interactiveSearchWrapper form {
    display: flex;
    width: 100%;
    height: 100%;
}
#interactiveSearchWrapper input[type="search"] {
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: 2px solid #dc2626; /* Haber sitelerine yakışan kırmızı vurgu */
    border-radius: 0.75rem;
    padding: 0 2.5rem 0 2.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    outline: none;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
/* Arama Kutusu İçi Sol Büyüteç İkonu */
#interactiveSearchWrapper::before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #ef4444;
    font-size: 0.875rem;
    pointer-events: none;
    z-index: 30;
}
#interactiveSearchWrapper input[type="submit"] {
    display: none;
}

/* Mobil Menü Link Giydirmesi */
.mobile-nav-wrapper ul li a {
    display: block;
    padding: 0.75rem 1rem;
    background-color: #f8fafc;
    border-radius: 0.75rem;
    transition: all 0.2s;
}
.mobile-nav-wrapper ul li a:hover {
    background-color: #f1f5f9;
    color: #ef4444;
}
 
    /* Piyasa Bandı Ana Taşıyıcı */
.ticker-container {
    width: 100%;
    background: linear-gradient(-90deg, #982977, #1a75d6);
 
    overflow: visible;
    position: relative;
    box-sizing: border-box;
     
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

/* Sonsuz Döngü Sağlayan Animasyon Alanı */
.ticker-wrapper {
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    width: 100%;
    animation: none;
    overflow: visible;
}

/* Fareyle üzerine gelindiğinde akışı durdur */
 

/* Her Bir Piyasa Kartı */
 

/* Bilgi Alanı (İsim ve Değer) */
.ticker-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ticker-label {
    font-size: 10px;
    font-weight: 700;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ticker-value {
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
}

/* Trend Alanı (Yüzde ve Ok) */
.ticker-trend {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
}

/* Trend Renkleri (Neon Efektli) */
.ticker-card.up .ticker-trend {
    color: #00e676;
    background: rgba(0, 230, 118, 0.1);
}

.ticker-card.down .ticker-trend {
    color: #ff3d00;
    background: rgba(255, 61, 0, 0.1);
}

.ticker-card.stable .ticker-trend {
    color: #90a4ae;
    background: rgba(144, 164, 174, 0.1);
}

/* Canlı Saat Kartı */
.time-card {
    background: rgba(2, 136, 209, 0.1);
    border-radius: 4px;
    margin: 0 15px;
    padding: 6px 15px;
    border: 1px solid rgba(2, 136, 209, 0.2);
}

.time-text {
    font-size: 12px;
    font-weight: 700;
    color: #00b0ff;
    letter-spacing: 0.5px;
}

.time-dot {
    width: 6px;
    height: 6px;
    background-color: #00b0ff;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 1.5s infinite;
}

/* Animasyon Tanımlamaları */
 

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.4; }
}
 


 
.ts-wrapper{
    width:28px;
    position:relative;
    z-index:99999;
}

.ts-wrapper .ts-dropdown{
    min-width:120px !important;
    width:120px !important;
    max-height:300px;
    overflow-y:auto;
    z-index:999999 !important;
}

.ts-wrapper .ts-control{
    overflow:visible;
    width:auto;
    min-width:auto;
    height:26px;
    padding-right:14px !important;
    position:relative;
    cursor:pointer;
}

.ts-wrapper.single .ts-control > div{
    opacity:0;
    width:0;
    overflow:hidden;
}

.ts-wrapper .ts-control input{
    display:none !important;
}

.ts-wrapper .ts-control::after{
    content:"\f078";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    font-size:10px;
    color:#e5e7eb;
    position:static;
    transform:none;
    margin-left:6px;
}


 
    .ts-control {
    right: 10px;
    place-content: center;
   border:none !important;
   background:transparent !important;
   box-shadow:none !important;
}



#pharmacyResult::-webkit-scrollbar {
    width: 6px;
}

#pharmacyResult::-webkit-scrollbar-track {
    background: #f1f5f9;
}

#pharmacyResult::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 999px;
}

#pharmacyResult::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}




/* Resmin altındaki panel için sayfalama noktası stilleri */
.miniBannerPagination .swiper-pagination-bullet {
    background: #64748b !important; /* Tailwind slate-500 */
    opacity: 0.3;
    width: 6px;
    height: 6px;
    border-radius: 0px !important; /* Keskin kenar felsefesi için kare noktalar */
    transition: all 0.3s ease;
}

.miniBannerPagination .swiper-pagination-bullet-active {
    background: #dc2626 !important; /* Aktif nokta net kırmızı (red-600) */
    opacity: 1;
    width: 14px; /* Aktif noktayı dikdörtgen yaparak modern bir vurgu katma */
}


.news-category-link a {
    transition: color 0.2s;
}
.news-category-link a:hover {
    color: #1e293b; /* slate-800 */
}

/* Haber İçeriği Tipografi Ayarları (Haber Okunabilirliğini Artırır) */
.news-content-area p {
    font-size: 1rem; /* 16px */
    line-height: 1.8;
    color: #334155; /* slate-700 */
    margin-bottom: 1.5rem;
}
.news-content-area h2, .news-content-area h3 {
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.news-content-area h2 { font-size: 1.5rem; }
.news-content-area h3 { font-size: 1.25rem; }

/* Resimlerin içeriğe taşmaması ve şık durması */
.news-content-area img {

    margin: 2rem auto;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05);
}

/* WordPress Etiket Linkleri Tasarımı */
.news-tags-wrapper a {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    background-color: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
}
.news-tags-wrapper a:hover {
    background-color: #ef4444;
    color: #fff;
    border-color: #ef4444;
}


 

.reveal-item{
    opacity:1;
}



.ts-control:focus,
.ts-wrapper.focus .ts-control,
.ts-wrapper.single.input-active .ts-control,
.ts-wrapper.single.focus .ts-control{
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
    background:transparent !important;
}