/* news Tarzı Özel Küçük Dokunuşlar */
body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #f8f9fa; }
.fs-7 { font-size: 0.85rem; }
.flex-basis-0 {
  flex-basis: 0 !important;
}
.fs-7-5 { font-size: .75rem !important; }
.fw-500 {
  font-weight: 500 !important;
}
.ls-1px {
  letter-spacing: 1px;
}
.block-title { border-bottom: 2px solid #000; position: relative; margin-bottom: 20px; }
.block-title span { background: #000; color: #fff; padding: 5px 15px; display: inline-block; text-transform: uppercase; font-weight: bold; font-size: 0.9rem; }
.news-card-img { height: 200px; object-fit: cover; background-color: #e9ecef; }

/* Slider ve Öne Çıkan Resim Boyutları */
.hero-large-img { height: 450px; object-fit: cover; width: 100%; }
.hero-small-img { height: 217px; object-fit: cover; width: 100%; }

.sidebar-ad { background: #e9ecef; height: 250px; display: flex; align-items: center; justify-content: center; border: 1px dashed #ced4da; }
.header-ad { background: #e9ecef; height: 90px; display: flex; align-items: center; justify-content: center; border: 1px dashed #ced4da; }

/* news Tarzı Slider Karartma Gölgesi (Okunabilirlik için) */
.carousel-caption-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.85) 90%);
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    color: white;
}
.carousel-indicators [data-bs-target] {
    width: 8px; height: 8px; border-radius: 50%; margin: 0 5px;
}
/* news SLIDER VE KART KARARTMA GRADYANI (Yazıların Okunabilirliği İçin) */
.news-gradient-overlay {
    background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.85) 100%);
}
.carousel-indicators [data-bs-target] {
    width: 8px; height: 8px; border-radius: 50%; margin: 0 5px;
}

/* HEADER */

.header-logo-text {
    font-weight: 900; 
    letter-spacing: -1px; 
    font-size: 2.5rem; 
    font-family: sans-serif;
}
.header-mobile-logo-text {
    font-weight: 900; 
    letter-spacing: -1px; 
    font-size: 1.85rem; 
    font-family: sans-serif;
}
.py-2_5 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}

.offcanvas-width {
    width: 300px;
}

.offcanvas-menu-close {
    z-index: 10;
}

.offcanvas-menu-search-input {
    background-color: #f9f9f9;
}

.news-mobile-menu .nav-link {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #f1f1f1;
}
.news-mobile-menu .news-mobile-hover {
    transition: color 0.2s ease, padding-left 0.2s ease;
}
.news-mobile-menu .news-mobile-hover:hover {
    color: #ec1c24 !important;
    padding-left: 6px !important; 
}

.news-drawer-socials a { transition: opacity 0.2s ease; }
.news-drawer-socials a:hover { opacity: 0.8; }
.news-drawer-socials .fb-color { color: #3b5998 !important; }
.news-drawer-socials .x-color { color: #666666 !important; }
.news-drawer-socials .ins-color { color: #ea4c89 !important; }
.news-drawer-socials .yt-color { color: #dd4b39 !important; }
.news-drawer-socials .rss-color { color: #ff5722 !important; }

.news-close-btn { transition: transform 0.2s ease; }
.news-close-btn:hover { transform: scale(1.1); }

.news-drawer-copyright a { color: inherit; }
/* HEADER */

/* FOOTER */
.news-footer-widget-title::after {
    content: ""; position: absolute; bottom: 0; left: 0; width: 45px; height: 2px; background-color: #ec1c24;
}
@media (max-width: 991.98px) {
    .news-footer-widget-title::after { left: 50%; transform: translateX(-50%); }
}

.news-footer-links .font-size-xs {
    font-size: 0.65rem !important;
    opacity: 0.4;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.news-footer-links .nav-link:hover .font-size-xs {
    transform: translateX(3px); 
    opacity: 0.9;
}

.news-footer-links .nav-link {
    font-size: 0.88rem !important; color: #999999 !important; transition: color 0.2s ease !important;
}
.news-footer-links .nav-link:hover { color: #ffffff !important; }

.news-footer-input {
    border: 1px solid #333333 !important;
    color: #ffffff !important;
    font-size: 0.85rem !important;
    padding: 10px 14px !important;
}
.news-footer-input::placeholder { color: #555555 !important; }
.news-footer-input:focus { border-color: #555555 !important; color: #ffffff !important; }

.news-footer-submit-btn {
    background-color: #ec1c24 !important;
    border-color: #ec1c24 !important;
    color: #ffffff !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.5px !important;
    transition: background-color 0.2s ease !important;
}
.news-footer-submit-btn:hover { background-color: #bfa1a3 !important; border-color: #bfa1a3 !important; color: #111111 !important; }

.news-footer-socials a { color: #555555 !important; transition: color 0.2s ease; }
.news-footer-socials a:hover.fb { color: #3b5998 !important; }
.news-footer-socials a:hover.tw { color: #ffffff !important; }
.news-footer-socials a:hover.ins { color: #ea4c89 !important; }
.news-footer-socials a:hover.yt { color: #dd4b39 !important; }

.news-footer-sub-menu a { transition: color 0.2s ease; }
.news-footer-sub-menu a:hover { color: #ffffff !important; }
.news-footer-copyright a { color: inherit; }
/* FOOTER */

/* SLIDER */
.news-custom-carousel .carousel-indicators {
    left: auto;
    right: auto;
    bottom: auto;
    justify-content: space-between;
}

.news-custom-carousel .carousel-indicators [data-bs-target] {
    box-sizing: border-box;
    flex: 1 1 0%; 
    width: auto;
    height: 65px;
    text-indent: 0; 
    cursor: pointer;
    background-color: transparent;
    opacity: 0.6; 
    transition: opacity 0.3s ease;
    position: relative;
    overflow: visible;
}

.news-custom-carousel .carousel-indicators [data-bs-target]:hover,
.news-custom-carousel .carousel-indicators .active {
    opacity: 1;
}

.news-custom-carousel .carousel-indicators .active::before {
    content: '';
    position: absolute;
    top: -8px; 
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent; 
    z-index: 5;
}

.news-custom-carousel .carousel-indicators img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.navigation-stack .btn {
    transition: background-color 0.2s ease;
}
.navigation-stack .btn:hover {
    opacity: 0.9;
}

/* SLIDER */

/* SIDEBAR TABS */
.news-sidebar-tabs {
    background-color: #ffffff;
    border-color: #e9ecef !important;
}
.news-sidebar-tabs .nav-item {
    margin-bottom: -1px;
}
.news-sidebar-tabs .nav-link {
    color: #333333;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 12px 6px;
    border: none !important;
    background: transparent;
    border-bottom: 2px solid transparent !important;
    transition: all 0.2s ease-in-out;
}

.news-sidebar-tabs .nav-link.active {
    color: #000000 !important;
    background-color: transparent !important;
    border-bottom: 2px solid #ec1c24 !important; 
}

.news-title-link {
    transition: color 0.2s ease;
}
.news-title-link:hover {
    color: #ec1c24 !important; 
}

.text-primary {
    color: #999999 !important; 
}
/* SIDEBAR TABS */

/* FEATURED NEWS */
.news-absolute-badge {
    position: absolute !important;
    width: auto !important;          
    height: auto !important;        
    display: inline-block !important;
    padding: 5px 11px !important;   
    color: #ffffff !important;
    font-size: 0.68rem !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 0px !important;   
    z-index: 5 !important;           
    line-height: 1.2 !important;
}

.news-absolute-badge.top-badge {
    top: 0 !important;
    left: 0 !important;
}

.news-absolute-badge.bottom-badge {
    bottom: 0 !important;
    left: 0 !important;
}

.news-title-hover {
    transition: color 0.2s ease-in-out;
}
.news-title-hover:hover {
    color: #ec1c24 !important;
}
.news-zoom-effect {
    transition: transform 0.4s ease;
}
.position-relative:hover .news-zoom-effect {
    transform: scale(1.04);
}
.text-muted-dot {
    color: #dddddd !important;
}

.news-load-more-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.news-load-more-container::before,
.news-load-more-container::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #eeeeee; 
}

.news-load-more-btn {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #eeeeee !important;
    border-radius: 0px !important; 
    padding: 9px 35px !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 20px; 
    transition: all 0.2s ease-in-out !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.news-load-more-btn:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
    border-color: #222222 !important;
}
/* FEATURED NEWS */

/* MINIMAL SLIDER */
.news-minimal-carousel .news-square-nav {
    width: 38px !important;
    height: 38px !important;
    top: auto !important; 
    bottom: 25px !important;
    opacity: 0.85 !important;
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important; 
    border-radius: 0px !important; 
    padding: 0 !important;
    transition: all 0.2s ease-in-out;
}

.news-minimal-carousel .carousel-control-prev.news-square-nav {
    left: 25px !important;
}

.news-minimal-carousel .carousel-control-next.news-square-nav {
    right: 25px !important;
}

.news-minimal-carousel .news-square-nav i {
    color: #ffffff !important;
    font-size: 1.15rem !important;
    font-weight: bold !important;
    line-height: 1;
}

.news-minimal-carousel .news-square-nav:hover {
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: #ffffff !important;
}

.news-title-link {
    transition: opacity 0.2s ease;
}
.news-title-link:hover {
    opacity: 0.9;
}
/* MINIMAL SLIDER */

/* NEWSLETTER BOX */
.news-newsletter-box .news-input-field {
    background-color: #ffffff !important;
    border: 1px solid #dddddd !important;
    color: #333333 !important;
    font-size: 0.9rem !important;
    padding: 11px 15px !important;
}

.news-newsletter-box .news-input-field:focus {
    border-color: #cccccc !important;
}

.news-newsletter-box .news-input-field::placeholder {
    color: #888888 !important;
    opacity: 1;
}

.news-newsletter-box .news-submit-btn {
    background-color: #f70d28 !important;
    border-color: #f70d28 !important;
    color: #ffffff !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.5px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out !important;
}

.news-newsletter-box .news-submit-btn:hover {
    background-color: #111111 !important;
    border-color: #111111 !important;
}
/* NEWSLETTER BOX */

/* CATEGORY NEWS BLOCK */
.news-cat-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ec1c24;
    z-index: 2;
}

.news-cat-filters .nav-link {
    background: none !important;
    border: none !important;
    padding: 0 0 2px 0 !important;
    color: #999999 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
    white-space: nowrap !important; 
    flex-shrink: 0 !important; 
}

.news-cat-filters .nav-link:hover,
.news-cat-filters .nav-link.active {
    color: #000000 !important;
}

.news-cat-filters {
    -webkit-overflow-scrolling: touch; 
    max-width: 60%;
}

.news-cat-filters::-webkit-scrollbar {
    display: none;
}
    
.news-overlay-title { transition: opacity 0.2s ease; }
.news-overlay-title:hover { opacity: 0.9; }

.news-text-title { transition: color 0.2s ease-in-out; }
.news-text-title:hover { color: #ec1c24 !important; }

.news-zoom { transition: transform 0.4s ease; }
.card:hover .news-zoom,
.news-list-item:hover .news-zoom {
    transform: scale(1.05);
}

.text-primary-custom {
    color: #55acee !important;
}

.news-pagination {
    display: flex;
    gap: 6px;
    align-items: center;
}

.news-pagination .page-nav-link {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #e5e5e5 !important;
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 0px !important;
    transition: all 0.2s ease-in-out;
    padding: 0 !important;
}

.news-pagination .page-nav-link.active {
    background-color: #ec1c24 !important;
    color: #ffffff !important;
    border-color: #ec1c24 !important;
}

.news-pagination .page-nav-link:hover:not(.active) {
    border-color: #000000 !important;
    color: #ec1c24 !important;
}

.news-pagination .page-nav-ellipsis {
    width: 30px;
    text-align: center;
    color: #777777;
    font-weight: 600;
    font-size: 0.85rem;
}

.news-pagination .next-arrow-btn i {
    font-size: 0.8rem;
    -webkit-text-stroke: 0.5px;
}
/* CATEGORY NEWS BLOCK */

/* DARK HERO GRID MOSAIC NEWS */
.news-hero-tile-item.main-tile {
    height: 500px;
}
.news-hero-tile-item.sub-tile {
    height: 250px;
}

.news-hero-gradient-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(transparent 35%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 2;
}

.news-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 85% center; 
    transition: transform 0.7s cubic-bezier(0.15, 1, 0.3, 1), object-position 0.7s cubic-bezier(0.15, 1, 0.3, 1);
}

.news-hero-tile-item:hover .news-hero-img {
    transform: scale(1.08);
    object-position: 0% center;
}

.news-hover-meta {
    max-height: 0;
    opacity: 0;
    transform: translateY(12px);
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    overflow: hidden;
}

.news-hero-tile-item:hover .news-hover-meta {
    max-height: 30px;
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 992px) {
    .news-tile-border-lg-left { border-left: 1px solid rgba(255, 255, 255, 0.12); }
    .news-tile-border-lg-bottom { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
}

.news-hero-title-link { transition: color 0.2s ease; }
.news-hero-title-link:hover { color: #ec1c24 !important; }

@media (max-width: 991.98px) {
    
    .news-hero-tile-item.main-tile {
        height: 320px;
    }

    .news-mobile-scroll-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }
    
    .news-mobile-scroll-row::-webkit-scrollbar {
        display: none;
    }

    .news-scroll-card {
        width: 260px !important; 
        flex-shrink: 0 !important;
        scroll-snap-align: start;
        padding-right: 8px !important;
    }

    .news-hero-tile-item.sub-tile {
        height: 180px;
    }

    .news-tile-title {
        font-size: 1rem !important;
    }
}

/* DARK HERO GRID MOSAIC NEWS */

/* STAY CONNECTED */
.news-widget-main-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2.5px;
    background-color: #ec1c24;
}

.news-social-counter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}

.sc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 10px;
    text-decoration: none !important;
    background-color: #ffffff;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    transition: background-color 0.2s ease-in-out;
}

.sc-item:hover {
    background-color: #fbfbfb;
}

.sc-item i {
    font-size: 1.65rem;
    margin-bottom: 8px;
}

.sc-item .sc-num {
    font-weight: 700;
    font-size: 1.1rem;
    color: #334155;
    line-height: 1.2;
}

.sc-item .sc-label {
    font-size: 0.72rem;
    color: #94a3b8;
    margin-top: 3px;
    font-weight: 500;
}

.sc-x i { color: #71717a; }          
.sc-instagram i { color: #e1306c; }   
.sc-vk i { color: #4a76a8; }         
.sc-behance i { color: #0057ff; }     
.sc-flickr i { color: #ff0084; }      
.sc-soundcloud i { color: #ff5500; }  
.sc-rss i { color: #ff6600; }         
/* STAY CONNECTED */

/* PAGE DETAIL */
.news-breadcrumb {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
}

.news-breadcrumb .breadcrumb-item {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
}

.news-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 0.72rem !important;
    color: #bbbbbb !important;
    padding-right: 8px !important;
    display: inline-block !important;
    line-height: 1 !important;
    transform: translateY(0px) !important; 
}

.news-breadcrumb a {
    color: #111111 !important;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    font-family: sans-serif;
    line-height: 1;
}

.news-breadcrumb .breadcrumb-item.active {
    color: #999999 !important;
    font-size: 0.78rem;
    font-weight: 500;
    font-family: sans-serif;
    line-height: 1;
}

.news-input-field {
    border: 1px solid #e2e8f0 !important;
    background-color: #ffffff !important;
    padding: 10px 14px !important;
    font-size: 0.9rem !important;
    color: #333333 !important;
    transition: border-color 0.2s ease !important;
}
.news-input-field:focus {
    border-color: #cbd5e1 !important;
}

.news-form-btn {
    background-color: #ec1c24 !important;
    border-color: #ec1c24 !important;
    font-size: 0.8rem !important;
    letter-spacing: 1px !important;
    transition: background-color 0.2s ease !important;
}
.news-form-btn:hover {
    background-color: #111111 !important;
    border-color: #111111 !important;
}

.py-2_5 {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
}

/* PAGE DETAIL */

/* NEWS DETAIL */
.news-breadcrumb { display: flex !important; align-items: center !important; flex-wrap: wrap; }
.news-breadcrumb .breadcrumb-item { display: inline-flex !important; align-items: center !important; line-height: 1 !important; }
.news-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105" !important; font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important;
    font-size: 0.68rem !important; color: #bbbbbb !important; padding-right: 8px !important;
    display: inline-block !important; line-height: 1 !important; transform: translateY(1.5px) !important;
}
.news-breadcrumb a { color: #111111 !important; text-decoration: none; font-size: 0.78rem; font-weight: 700; font-family: sans-serif; }
.news-breadcrumb .breadcrumb-item.active { color: #999999 !important; font-size: 0.78rem; font-weight: 500; font-family: sans-serif; }

.py-2_5 { padding-top: 0.6rem !important; padding-bottom: 0.6rem !important; }
.fs-7 { font-size: 0.82rem !important; }
.news-author-link:hover { color: #ec1c24 !important; }

.news-video-play-btn {
    width: 65px; height: 65px; background-color: #ec1c24; border-radius: 50%;
    display: flex align-items-center justify-content-center; cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex; align-items: center; justify-content: center;
}
.news-featured-video-wrapper:hover .news-video-play-btn {
    transform: translate-middle scale(1.1); background-color: #111111;
}

.news-premium-blockquote {
    border-top: 2px solid #e2e8f0; border-bottom: 2px solid #e2e8f0;
}
.news-premium-blockquote::before {
    content: "\f10d"; font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
    background-color: #ffffff; padding: 0 15px; color: #ec1c24; font-size: 1.2rem;
}

.news-post-tags .tag-link {
    font-size: 0.75rem; color: #666666; text-decoration: none;
    padding: 5px 12px; border: 1px solid #e4e4e4; font-weight: 600; transition: all 0.2s ease;
}
.news-post-tags .tag-link:hover { border-color: #111111; color: #ec1c24; }

.news-nav-link { transition: color 0.2s ease; line-height: 1.4; display: block; }
.news-nav-link:hover { color: #ec1c24 !important; }

.news-section-widget-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 45px;
        height: 2px;
        background-color: #ec1c24;
    }

.news-title-hover { transition: color 0.2s ease; }
.news-title-hover:hover { color: #ec1c24 !important; }
.news-zoom { transition: transform 0.4s ease; }
.news-grid-card:hover .news-zoom { transform: scale(1.05); }

.news-form-input {
    border: 1px solid #e4e4e4 !important; padding: 10px 14px !important; font-size: 0.9rem !important;
}
.news-form-input:focus { border-color: #999999 !important; }
.news-submit-comment-btn {
    background-color: #ec1c24 !important; border-color: #ec1c24 !important;
    font-size: 0.8rem !important; letter-spacing: 0.5px !important; transition: background-color 0.2s ease !important;
}
.news-submit-comment-btn:hover { background-color: #111111 !important; border-color: #111111 !important; }

.news-meta-left {
    font-family: sans-serif;
    font-size: 0.85rem;
}
.news-meta-author:hover {
    text-decoration: underline !important;
}

.news-text-size-toggle {
    color: #555555 !important;
    transition: color 0.2s ease;
}
.news-text-size-toggle:hover {
    color: #ec1c24 !important;
}

.news-font-dropdown {
    position: absolute;
    top: 100%;
    right: -20px;
    margin-top: 12px;
    width: 130px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    z-index: 1050;
    display: none; 
    border-radius: 2px;
}

.news-font-dropdown.show-dropdown {
    display: block !important;
    animation: newsFadeIn 0.15s ease-out;
}

.news-font-dropdown::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 23px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 1051;
}
.news-font-dropdown::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 22px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #e2e8f0 transparent;
    z-index: 1050;
}

.news-font-dropdown button {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    transition: background-color 0.15s ease;
}
.news-font-dropdown button:hover {
    background-color: #f8f9fa;
}

@keyframes newsFadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

.py-2_5 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}



/* ================================================================= */
/* [SAYAÇ ANIMASYONLARI] Girişte Yumuşakça Yukarı Kayarak Parlama     */
/* ================================================================= */
.news-stat-animate-box {
    animation: newsStatSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
}
.news-stats-counter-group .news-stat-animate-box:nth-child(3) {
    animation-delay: 0.15s; /* İzlenme oranı biraz daha gecikmeli gelir */
}
.news-stat-slash {
    animation: newsFadeInSlash 0.5s ease forwards;
    opacity: 0;
}

@keyframes newsStatSlideUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes newsFadeInSlash {
    from { opacity: 0; }
    to { opacity: 0.25; }
}

/* İSTATİSTİK METİN BOYUTLARI */
.news-stat-num { font-size: 1.45rem !important; font-family: sans-serif; letter-spacing: -0.5px; }
.news-stat-lbl { font-size: 0.65rem !important; letter-spacing: 0.5px; display: block; margin-top: -2px; }

/* SHARE BUTTONS */
.news-share-buttons-group .btn {
    font-size: 0.6rem !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase;
    padding: 10px 16px !important;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.news-share-buttons-group .btn:hover {
    transform: translateY(-2px); /* Butonlar hover olunca şıkça hafif yükselir */
    opacity: 0.95;
}

/* İçerisinde dikey beyaz çizgi barındıran ikon yuvaları */
.news-icon-inner {
    padding-right: 12px;
    margin-right: 4px;
    border-end: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    display: flex;
    align-items: center;
}

/* Facebook Buton Rengi */
.news-btn-fb { background-color: #3b5998 !important; }
/* Twitter X Buton Rengi */
.news-btn-tw { background-color: #111111 !important; }

/* Mail Butonu (Kutulu Kare Düzen) */
.news-btn-mail {
    background-color: #e74c3c !important; /* Canlı Kırmızı/Turuncu */
    width: 44px;
    padding: 0 !important;
}
.news-btn-mail i { font-size: 1.1rem; }

/* Evrensel/Native Share Butonu (Gri Paylaşım Oku) */
.news-btn-native-share {
    background-color: #c0c0c0 !important; /* Soft Gri */
    color: #ffffff !important;
    width: 44px;
    padding: 0 !important;
}
.news-btn-native-share i { font-size: 1.05rem; }
.news-btn-native-share:hover { background-color: #a8a8a8 !important; }

/* ================================================================= */
/* [FALLBACK MODAL] Özel Paylaşım Çekmecesi CSS Mimari Yapısı        */
/* ================================================================= */
.news-custom-share-modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5); z-index: 2000;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity 0.25s ease;
}
.news-custom-share-modal-overlay.active-modal {
    opacity: 1 !important; pointer-events: auto !important;
}

.news-custom-share-modal {
    background-color: #ffffff; width: 100%; max-width: 380px;
    padding: 24px; border-radius: 4px; border-top: 3px solid #ec1c24;
    transform: scale(0.9); transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.news-custom-share-modal-overlay.active-modal .news-custom-share-modal {
    transform: scale(1) !important;
}

/* Modal Sosyal Ağ Butonları */
.news-modal-social-icons .modal-social-icon {
    flex: 1; height: 40px; display: flex; align-items: center; justify-content: center;
    color: white !important; text-decoration: none; font-size: 1.1rem; transition: opacity 0.2s;
}
.news-modal-social-icons .modal-social-icon:hover { opacity: 0.85; }
.modal-social-icon.fb { background-color: #3b5998; }
.modal-social-icon.tw { background-color: #111111; }
.modal-social-icon.ln { background-color: #0077b5; }
.modal-social-icon.wp { background-color: #25d366; }

.fs-7 { font-size: 0.82rem !important; }

/* ================================================================= */
/* [YENİ] MOBİL RESPONSIVE KARE BUTON DÖNÜŞÜMÜ (image_31969d.png)   */
/* ================================================================= --> */
@media (max-width: 767.98px) {
    /* Ana barın mobilde alt satıra taşmasını kesin olarak engeller */
    .news-share-stat-bar {
        flex-wrap: nowrap !important;
    }

    /* Mobilde "Share on..." yazı alanlarını tamamen gizler */
    .news-share-buttons-group .news-btn-text {
        display: none !important;
    }

    /* Geniş Facebook ve Twitter butonlarını Mail butonu gibi tam kareye (44px) eşitler */
    .news-share-buttons-group .news-btn-fb,
    .news-share-buttons-group .news-btn-tw {
        width: 44px !important;
        height: 40px !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    /* Buton içindeki dikey beyaz ayraç çizgisini mobilde sıfırlar ve ikonu ortalar */
    .news-share-buttons-group .news-icon-inner {
        padding-right: 0 !important;
        margin-right: 0 !important;
        border-right: none !important;
        border-end: none !important;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* SAYAÇ ANIMASYONLARI VE TEMEL METRİKLER (Masaüstü/Mobil Ortak) */
.news-stat-animate-box {
    animation: newsStatSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
}
.news-stats-counter-group .news-stat-animate-box:nth-child(3) {
    animation-delay: 0.15s;
}
@keyframes newsStatSlideUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
.news-stat-num { font-size: 1.45rem !important; font-family: sans-serif; letter-spacing: -0.5px; }
.news-stat-lbl { font-size: 0.65rem !important; letter-spacing: 0.5px; display: block; margin-top: -2px; }

/* Masaüstü Buton Tasarım Yapısı */
.news-share-buttons-group .btn {
    font-size: 0.72rem !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase;
    padding: 10px 16px !important;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.news-share-buttons-group .btn:hover { transform: translateY(-2px); opacity: 0.95; }

.news-icon-inner {
    padding-right: 12px; margin-right: 4px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%; display: flex; align-items: center;
}
.news-btn-fb { background-color: #3b5998 !important; }
.news-btn-tw { background-color: #111111 !important; }
.news-btn-mail { background-color: #e74c3c !important; width: 44px; padding: 0 !important; }
.news-btn-native-share { background-color: #c0c0c0 !important; color: #ffffff !important; width: 44px; padding: 0 !important; }

/* SHARE BUTTONS */


/* NEWS DETAIL */

/* RECENT NEWS */
/* Başlığın altındaki özgün news kırmızı şerit tasarımı */
.news-sidebar-widget-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2.5px;
    background-color: #ec1c24; /* Canlı kırmızı */
}

/* Büyük manşet kartı için alt gradyan gölgeleme mekanizması */
.news-vignette-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
}

/* Başlıkların üzerine gelindiğinde news kırmızı hover tepkisi */
.news-widget-title-hover a {
    transition: color 0.18s ease-in-out;
}
.news-widget-title-hover a:hover {
    color: #ec1c24 !important;
}

/* Premium Mikro Efekt: Görsellerin üzerine gelindiğinde hafif yakınlaşma (Zoom) */
.news-sidebar-zoom {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-feature-news-card:hover .news-sidebar-zoom,
.news-sidebar-list-item:hover .news-sidebar-zoom {
    transform: scale(1.04);
}
/* RECENT NEWS*/
/* POPULAR POSTS */
/* Başlığın altındaki özgün news kırmızı şerit tasarımı */
.news-sidebar-widget-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2.5px;
    background-color: #ec1c24;
}

/* Büyük, Kalın news Sıra Numarası Stili */
.news-post-number {
    font-size: 1.9rem;
    font-weight: 900;
    color: #e2e8f0; /* Görseldeki hafif soft gri numara rengi */
    line-height: 1;
    min-width: 40px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    transition: color 0.2s ease-in-out;
}

/* Satırın üzerine gelindiğinde numaranın news kırmızısına dönmesi reaksiyonu */
.news-numbered-item:hover .news-post-number {
    color: #ec1c24;
}

/* Başlıkların üzerine gelindiğinde news kırmızı hover tepkisi */
.news-widget-title-hover a {
    transition: color 0.18s ease-in-out;
}
.news-widget-title-hover a:hover {
    color: #ec1c24 !important;
}
/* POPULAR POSTS */
/* RELATED POSTS */
/* Başlığın altındaki özgün news kırmızı şerit tasarımı */
    .news-related-posts-widget-title::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40px;
        height: 2.5px;
        background-color: #ec1c24;
    }

    /* GÖRSELDEKİ MİNİMALİST SAYFALAMA BUTONLARI (TOGGLES) STİLİ */
    .news-related-posts-carousel-controls .news-ctrl-btn {
        width: 24px;
        height: 24px;
        background-color: #ffffff;
        border: 1px solid #e2e8f0 !important;
        color: #333333;
        font-size: 0.65rem;
        border-radius: 0 !important; /* news keskin köşeli buton yapısı */
        transition: all 0.2s ease-in-out;
        box-shadow: none !important;
        outline: none !important;
    }

    /* Butonların üzerine gelindiğinde (Hover) news Kırmızısı reaksiyonu */
    .news-related-posts-carousel-controls .news-ctrl-btn:hover {
        background-color: #ec1c24;
        border-color: #ec1c24 !important;
        color: #ffffff;
    }

    /* Başlıkların üzerine gelindiğinde news kırmızı hover tepkisi */
    .news-related-posts-widget-title-hover a {
        transition: color 0.18s ease-in-out;
    }
    .news-related-posts-widget-title-hover a:hover {
        color: #ec1c24 !important;
    }

    /* Görsellerin üzerine gelindiğinde hafif yakınlaşma efekti (Zoom) */
    .news-related-posts-zoom {
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .news-related-posts-list-item:hover .news-sidebar-zoom {
        transform: scale(1.04);
    }
/* RELATED POSTS */


/* CATEGORY DETAIL */
//* ================================================================= */
/* KATEGORİ DETAY SAYFASI CSS MİMARİSİ                               */
/* ================================================================= */

/* 1. BAŞLIK VE METİN HOVER REAKSİYONLARI */
.news-category-post-title {
    font-family: sans-serif;
    line-height: 1.3 !important;
    letter-spacing: -0.3px;
}
@media (min-width: 768px) {
    .news-category-post-title { font-size: 1.4rem !important; }
}
@media (max-width: 767.98px) {
    .news-category-post-title { font-size: 0.95rem !important; }
}
.news-category-post-title a { 
    color: #111111 !important; 
    transition: color 0.15s ease; 
}
.news-category-post-title a:hover { 
    color: #ec1c24 !important; 
}

/* 2. KATEGORİ ROZETLERİ (Bootstrap .ratio Alanının Ezilmesini Önleme) */
.news-category-img-wrapper.ratio > .news-category-badge {
    width: auto !important;
    height: auto !important;
    bottom: auto !important;
}

/* 3. RESME PÜRÜZSÜZ ZOOM YAPMA EFEKTİ (Hover Durumu) */
.news-category-zoom {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    will-change: transform;
}

/* Kullanıcı kartın veya başlığın herhangi bir yerine geldiğinde resim büyür */
.news-category-item:hover .news-category-zoom {
    transform: scale(1.05);
}

/* 4. VİDEO OYNATMA İKONU STİLİ */
.news-category-video-icon {
    width: 44px;
    height: 44px;
    background-color: rgba(236, 28, 36, 0.9);
    border: 2px solid #ffffff;
    z-index: 3;
}
@media (max-width: 767.98px) {
    .news-category-video-icon { width: 30px; height: 30px; }
    .news-category-video-icon i { font-size: 0.7rem !important; }
}

/* 5. "READ MORE" BUTON STİLİ */
.news-category-btn-more {
    color: #333333 !important;
    border-color: #e2e8f0 !important;
    transition: all 0.2s ease;
}
.news-category-btn-more:hover {
    background-color: #ec1c24 !important;
    border-color: #ec1c24 !important;
    color: #ffffff !important;
}

/* 6. JNEWS KARE KESKİN KÖŞELİ SAYFALAMA */
.news-category-pagination .page-item .page-link {
    border-radius: 0 !important;
    color: #333333;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 8px 14px;
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
    transition: all 0.15s ease-in-out;
}
.news-category-pagination .page-item .page-link:hover {
    background-color: #f8f9fa;
    color: #ec1c24;
    border-color: #ccc;
}
.news-category-pagination .page-item.active .page-link {
    background-color: #ec1c24 !important;
    border-color: #ec1c24 !important;
    color: #ffffff !important;
}
/* CATEGORY DETAIL */