/* Reset and Base Styles - Performance Optimized */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    scroll-behavior: auto;
    overflow-x: hidden;
    /* Performance optimizations */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    width: 100%;
    /* Performance optimizations */
    will-change: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: white;
    overflow-x: hidden;
    width: 100%;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

/* Main Header - Haber7.com Style */
.main-header {
    background: #982831 !important;
    border-bottom: 1px solid #982831 !important;
    padding: 1rem 0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

.header-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 2rem !important;
    background: transparent !important;
    padding: 1rem 2rem !important;
    border-radius: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

/* Logo Section - Modern */
.logo-section-modern {
    flex-shrink: 0;
}

.site-logo-modern {
    text-decoration: none;
    display: block;
}

.logo-container-modern {
    display: flex;
    align-items: flex-start;
    background: transparent;
    padding: 0.5rem 0;
    border: none;
    text-decoration: none;
    position: relative;
}

.logo-container-modern:hover {
    background: transparent;
    transform: none;
    box-shadow: none;
}

.logo-number-modern {
    font-size: 3rem;
    font-weight: 900;
    color: #333;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-right: 0.3rem;
    line-height: 1;
    z-index: 2;
    position: relative;
}

.logo-text-container-modern {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    position: relative;
    margin-top: 0.2rem;
}

.logo-month-modern {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.1rem;
    letter-spacing: 0.3px;
    line-height: 1;
}

.logo-news-modern {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    background: #d32f2f;
    padding: 0.3rem 1rem;
    border-radius: 4px;
    letter-spacing: 0.5px;
    margin-left: -0.5rem;
    z-index: 1;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    min-height: 80px;
}

/* Logo Section */
.logo-section {
    flex-shrink: 0;
}

.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #d32f2f;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.logo-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    line-height: 1;
}

.logo-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-month {
    font-size: 1rem;
    font-weight: 400;
    color: white;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.logo-news {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    background: #d32f2f;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    line-height: 1;
}

/* Main Navigation */
.main-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 0 2rem;
}

.main-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
}

.nav-item-modern {
    position: relative;
}

.nav-link-modern {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.5rem 1rem;
    color: white;
    text-decoration: none;
    border-radius: 0;
    transition: none;
    font-weight: 500;
    font-size: 0.9rem;
    border: none;
    background: transparent;
    border-bottom: none;
}

.nav-link-modern:hover {
    color: white;
    background: transparent;
    border-color: transparent;
    transform: none;
    border-bottom: none;
}

.nav-link-modern.active {
    color: white;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    border-bottom: none;
    font-weight: 600;
}

.nav-link-modern.active i {
    color: white;
}

.nav-link-modern i {
    font-size: 0.8rem;
    font-weight: 600;
    font-size: 0.85rem;
    transition: none;
    position: relative;
    border-bottom: 3px solid transparent;
    min-width: 80px;
}

.nav-link i {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
    color: white;
}

.nav-link span {
    font-size: 0.75rem;
    text-align: center;
}

.nav-link:hover {
    color: white !important;
    background-color: transparent;
    border-bottom: none;
    transform: none;
    box-shadow: none;
}

.nav-link:hover i {
    color: white;
}

.nav-link.active {
    color: white !important;
    background-color: transparent;
    border-bottom: none;
    transform: none;
    box-shadow: none;
}

.nav-link.active i {
    color: white;
}

/* Dropdown Menu */
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    margin-left: 0.5rem;
    vertical-align: middle;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 250px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown-item i {
    width: 20px;
    text-align: center;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15);
}

/* Header Actions */
.header-actions {
    display: flex !important;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.search-section,
.theme-toggle-btn,
.mobile-menu-toggle {
    display: flex !important;
    align-items: center;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 999 !important;
}

/* Theme Toggle Button */
.theme-toggle-btn {
    background: #d32f2f !important;
    color: white !important;
    border: none !important;
    padding: 0.5rem !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 1rem !important;
}

.theme-toggle-btn:hover {
    background: #b71c1c !important;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    background: #d32f2f !important;
    color: white !important;
    border: none !important;
    padding: 0.5rem 1rem !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    cursor: pointer !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}

.mobile-menu-toggle:hover {
    background: #b71c1c !important;
}

.search-section {
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 1;
}

.search-box {
    display: flex !important;
    align-items: center;
    background: white !important;
    border: 1px solid #ddd !important;
    border-radius: 25px !important;
    padding: 0.5rem 1rem !important;
    gap: 0.5rem !important;
    position: relative;
    z-index: 9999 !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    box-shadow: none !important;
}

.search-box input {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    flex: 1 !important;
    font-size: 0.9rem !important;
    color: #333 !important;
    width: 200px !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0.25rem 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.search-box input::placeholder {
    color: #999 !important;
}

#searchBtn {
    background: white !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 0.9rem !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

#searchBtn:hover {
    background: #f8f9fa !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
    transform: none !important;
    box-shadow: none !important;
}

.search-box {
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #e9ecef;
    border-radius: 25px;
    padding: 0.5rem;
    transition: none;
}

.search-box:focus-within {
    border-color: #d32f2f;
    box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.1);
}

.search-box input {
    border: none;
    background: transparent;
    padding: 0.5rem 1rem;
    outline: none;
    font-size: 0.9rem;
    width: 200px;
}

.search-box button {
    background: #d32f2f;
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    transition: none;
}

.search-box button:hover {
    background: #b71c1c;
}

.mobile-menu-toggle {
    display: none;
    background: #d32f2f;
    border: none;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: none;
    align-items: center;
    gap: 0.5rem;
}

.mobile-menu-toggle:hover {
    background: #b71c1c;
}

.theme-toggle-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
}

.theme-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.theme-toggle-btn i {
    font-size: 1.1rem;
}

/* Sub Navigation */
.sub-navigation {
    background: #d32f2f;
    border-bottom: 1px solid #e9ecef;
    padding: 0.5rem 0;
}

.sub-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    justify-content: center;
    flex-wrap: wrap;
}

.sub-nav-item {
    position: relative;
}

.sub-nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: white !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    transition: none;
    border-bottom: 2px solid transparent;
}

.sub-nav-link:hover {
    color: white !important;
    background-color: transparent;
    border-bottom: none;
}

/* Responsive Navigation */
@media (max-width: 1200px) {
    .main-nav-list {
        gap: 0.5rem;
    }
    
    .nav-link {
        padding: 0.75rem 0.75rem;
        min-width: 70px;
    }
    
    .nav-link span {
        font-size: 0.7rem;
    }
}

@media (max-width: 992px) {
    .main-navigation {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .search-section {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .theme-toggle-btn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .header-actions {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        gap: 0.5rem !important;
    }
    
    .search-box input {
        width: 150px;
    }
    
    .sub-nav-list {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 0 1rem;
    }
}

@media (max-width: 768px) {
    .header-wrapper {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .logo-section {
        order: 1;
    }
    
    .header-actions {
        order: 2;
        margin-left: auto;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .search-section {
        order: 3;
        width: 100%;
        margin-top: 1rem;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .theme-toggle-btn,
    .mobile-menu-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .search-box {
        width: 100%;
    }
    
    .search-box input {
        width: 100%;
    }
}

/* Top Info Bar - Clean Haber7 Style */
.top-info-bar-modern {
    background: #7B1B22 !important;
    border-bottom: 1px solid #7B1B22 !important;
    padding: 0.75rem 0;
    font-size: 0.9rem;
    color: white;
}

.top-info-left-modern {
    display: flex;
    align-items: center;
}

.date-weather-modern {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.date-modern, .weather-modern {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: white;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.date-modern i, .weather-modern i {
    color: white !important;
    font-size: 0.9rem;
}

.top-info-right-modern {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.currency-modern {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.currency-item-modern {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    background: transparent !important;
    background-color: transparent !important;
    padding: 0.3rem 0.8rem;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    font-weight: 500;
    transition: none;
}

.currency-item-modern:hover {
    background: transparent !important;
    background-color: transparent !important;
    transform: none !important;
    border: none !important;
    box-shadow: none !important;
}

.currency-symbol {
    color: white !important;
    font-weight: bold;
}

.top-info-left,
.top-info-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.top-info-left .date-info,
.top-info-left .weather-info,
.top-info-right .prayer-time {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.top-info-left .date-info i,
.top-info-left .weather-info i,
.top-info-right .prayer-time i {
    color: #d32f2f;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.top-info-right {
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .top-info-left,
    .top-info-right {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .top-info-right {
        justify-content: center;
    }
}

/* Main Content */
.container {
    max-width: 1200px;
    width: 100%;
    overflow-x: hidden;
}

.main-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 1.5rem;
    margin: 1.5rem 0;
}

/* Currency Bar */
.currency-bar {
    background: #d32f2f;
    color: white;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.currency-rates {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.currency-item {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.currency-item i {
    color: #f39c12;
    margin-right: 0.5rem;
}

.theme-toggle .btn {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    transition: none;
}

.theme-toggle .btn:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.3);
}

/* Categories Bar - Modern Haber7 Style */
.categories-bar-modern {
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
    padding: 0.5rem 0 !important;
    margin-bottom: 1rem !important;
    position: relative !important;
    z-index: 10 !important;
    margin-top: 0 !important;
}

.categories-nav-modern {
    padding: 0;
}

.categories-list-modern {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
    overflow-x: auto;
    justify-content: center;
    flex-wrap: wrap;
}

.categories-list-modern li {
    flex-shrink: 0;
}

.category-link-modern {
    display: block;
    padding: 0.75rem 1rem;
    color: white !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: none !important;
    border-bottom: none !important;
    white-space: nowrap;
    border-radius: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.category-link-modern:hover,
.category-link-modern.active {
    color: white !important;
    background-color: transparent !important;
    border-bottom: none !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Icon styles removed - no longer using icons */

/* Icon hover styles removed - no longer using icons */

/* Categories Bar */
.categories-bar {
    background: transparent;
    border-bottom: none;
    box-shadow: none;
}

.categories-nav {
    padding: 0;
}

.categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
    overflow-x: auto;
}

.categories-list li {
    flex-shrink: 0;
}

.category-link {
    display: block;
    padding: 1rem 1.5rem;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    transition: none;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.category-link:hover,
.category-link.active {
    color: #d32f2f;
    background-color: transparent;
    border-bottom-color: #d32f2f;
}

/* Breaking News Banner */
.breaking-news-banner {
    background: #CE0004 !important;
    color: white;
    padding: 0.75rem 0;
    margin-bottom: 1.5rem;
}

.breaking-news-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.breaking-label {
    background: #fff;
    color: #CE0004 !important;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.breaking-label i {
    font-size: 1rem;
}

.breaking-text {
    flex: 1;
    overflow: hidden;
}

.breaking-text span {
    animation: scroll-left 30s linear infinite;
    white-space: nowrap;
    display: inline-block;
    font-weight: 500;
}

@keyframes scroll-left {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Hero Slider */
.hero-slider {
    background: transparent;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.hero-slide {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.hero-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hero-slide:hover .hero-image img {
    transform: scale(1.05);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    color: white;
    z-index: 2;
}

.hero-category {
    background: #d32f2f;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-title a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hero-title a:hover {
    color: #d32f2f;
}

.hero-excerpt {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.hero-meta {
    display: flex;
    gap: 2rem;
    font-size: 0.9rem;
    opacity: 0.8;
}

.hero-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-meta i {
    color: #d32f2f;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(211, 47, 47, 0.9);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0.9;
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(211, 47, 47, 1);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    border-color: rgba(255, 255, 255, 0.6);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='m4.404 8.697 6.363 3.692c.54.313 1.233-.066 1.233-.697V4.308c0-.63-.692-1.01-1.233-.696L4.404 7.304a.802.802 0 0 0 0 1.393z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 5px;
    transition: none;
}

.carousel-indicators button.active {
    background: #d32f2f;
    transform: scale(1.2);
}

/* Main Content Layout */
.main-content-layout {
    padding: 2rem 0;
}

.left-sidebar,
.right-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sidebar-widget {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.widget-title {
    background: transparent;
    padding: 1rem 1.5rem;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.widget-title i {
    color: #d32f2f;
    font-size: 1rem;
}

/* Latest News List */
.latest-news-list {
    padding: 1rem;
}

.latest-news-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.latest-news-item:last-child {
    border-bottom: none;
}

.news-time {
    background: #d32f2f;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.latest-news-item .news-title {
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 500;
    transition: color 0.3s ease;
}

.latest-news-item .news-title:hover {
    color: #d32f2f;
}

/* Categories List */
.categories-list {
    padding: 1rem;
}

.category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: none;
}

.category-item:last-child {
    border-bottom: none;
}

.category-item:hover {
    color: #d32f2f;
    padding-left: 0.5rem;
}

.category-name {
    font-weight: 500;
}

.category-count {
    background: transparent;
    color: #666;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Authors List */
.authors-list {
    padding: 1rem;
}

.author-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
    transition: none;
}

.author-item:last-child {
    border-bottom: none;
}

.author-item:hover {
    background: transparent;
    padding-left: 0.5rem;
}

.author-avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    border-radius: 50%;
    color: #666;
    font-size: 1.5rem;
}

.author-info {
    flex: 1;
}

.author-name {
    display: block;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 0.25rem;
    transition: color 0.3s ease;
}

.author-name:hover {
    color: #d32f2f;
}

.author-articles {
    font-size: 0.8rem;
    color: #666;
}

/* Featured News Section */
.featured-news-section {
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #d32f2f;
}

.featured-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.featured-news-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: none;
}

.featured-news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.news-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-news-item:hover .news-image img {
    transform: scale(1.05);
}

.news-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #d32f2f;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.news-content {
    padding: 1.5rem;
}

.news-content .news-title {
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
}

.news-content .news-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-content .news-title a:hover {
    color: #d32f2f;
}

.news-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: #999;
}

.news-author {
    font-weight: 500;
}

/* Popular News List */
.popular-news-list {
    padding: 1rem;
}

.popular-news-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.popular-news-item:last-child {
    border-bottom: none;
}

.popular-number {
    background: #d32f2f;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    flex-shrink: 0;
}

.popular-title {
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 500;
    transition: color 0.3s ease;
}

.popular-title:hover {
    color: #d32f2f;
}

/* Weather Widget */
.weather-widget {
    padding: 1.5rem;
    background: #667eea;
    color: white;
    text-align: center;
}

.weather-main {
    margin-bottom: 1rem;
}

.weather-temp {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.weather-desc {
    font-size: 1.1rem;
    opacity: 0.9;
}

.weather-details {
    display: flex;
    justify-content: space-around;
}

.weather-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.9rem;
}

.weather-item span:first-child {
    opacity: 0.8;
}

.weather-item span:last-child {
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 992px) {
    .left-sidebar {
        order: 2;
        margin-top: 2rem;
    }
    
    .main-content {
        order: 1;
    }
    
    .right-sidebar {
        order: 3;
        margin-top: 2rem;
    }
    
    .featured-news-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .main-content-layout {
        padding: 1rem 0;
    }
    
    .left-sidebar,
    .right-sidebar {
        gap: 1.5rem;
    }
    
    .breaking-news-content {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .breaking-label {
        align-self: center;
    }
    
    /* Categories Bar Mobile */
    .categories-bar-modern {
        padding: 0.25rem 0;
        margin-bottom: 1rem;
    }
    
    .categories-list-modern {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 0 0.5rem;
        flex-wrap: nowrap;
    }
    
    .category-link-modern {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
        margin: 0 0.1rem;
        min-width: auto;
    }
    
    .category-link-modern i {
        font-size: 0.7rem;
    }
}

/* Hero Section */
.hero-section {
    background: #f5f5f5;
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-radius: 8px;
}

.hero-section h1 {
    color: #d32f2f;
    margin-bottom: 1rem;
    text-align: center;
}

.hero-section .lead {
    color: #666;
    text-align: center;
    font-size: 1.1rem;
}

/* Hero Slider */
.hero-slider {
    margin-bottom: 2rem;
}

.hero-slider .carousel {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.hero-slider .carousel-item {
    height: 400px;
    position: relative;
}

.hero-slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider .carousel-caption {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1rem 1rem;
    text-align: left;
}

.hero-slider .carousel-caption h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-slider .carousel-caption p {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.hero-slider .carousel-caption .btn {
    background: #d32f2f;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: none;
}

.hero-slider .carousel-caption .btn:hover {
    background: #b71c1c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(211, 47, 47, 0.4);
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
}

.hero-slider .carousel-indicators {
    bottom: 20px;
}

.hero-slider .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: 2px solid rgba(255,255,255,0.8);
}

.hero-slider .carousel-indicators button.active {
    background: #d32f2f;
    border-color: #d32f2f;
}

/* Search Bar */
.search-bar {
    background: transparent;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.search-bar .input-group {
    max-width: 600px;
    margin: 0 auto;
}

.search-bar .form-control {
    border: 2px solid #ddd;
    border-radius: 25px 0 0 25px;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.search-bar .form-control:focus {
    border-color: #d32f2f;
    box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.25);
}

.search-bar .btn {
    border-radius: 0 25px 25px 0;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

/* News Grid Layout */
.news-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .news-container {
        grid-template-columns: 1fr;
    }
}

/* Main News Section */
.main-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 992px) {
    .main-news {
        grid-template-columns: 1fr;
    }
}

/* News Cards */
.news-card {
    background: #fff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: none;
    height: 100%;
    position: relative;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.news-card .card-img-top {
    height: 220px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease;
}

.news-card:hover .card-img-top {
    transform: scale(1.05);
}

.news-card .card-body {
    padding: 1.5rem;
}

.news-card .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card .card-text {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card .card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.news-card .category-badge {
    background: #d32f2f;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-card .date {
    color: #999;
    font-weight: 500;
}

.news-card .read-more {
    color: #d32f2f;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: none;
    display: inline-flex;
    align-items: center;
}

.news-card .read-more:hover {
    color: #b71c1c;
    transform: translateX(5px);
}

.news-card .read-more i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.news-card:hover .read-more i {
    transform: translateX(3px);
}

/* Sidebar */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-section {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: none;
}

.sidebar-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.sidebar-section h3 {
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #d32f2f;
    font-size: 1.3rem;
    font-weight: 700;
}

/* Category List */
.category-list {
    list-style: none;
}

.category-list .category-item {
    margin-bottom: 0.75rem;
}

.category-list .category-link {
    display: flex;
    align-items: center;
    padding: 1rem;
    color: #666;
    text-decoration: none;
    border-radius: 8px;
    transition: none;
    border-left: 4px solid transparent;
    background: transparent;
}

.category-list .category-link:hover {
    background: transparent;
    color: #d32f2f;
    border-left-color: #d32f2f;
    transform: translateX(8px);
    box-shadow: 0 3px 10px rgba(211, 47, 47, 0.1);
}

.category-list .category-link i {
    margin-right: 1rem;
    width: 24px;
    text-align: center;
    font-size: 1.1rem;
}

/* Popular News */
.popular-news .news-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    transition: none;
}

.popular-news .news-item:hover {
    background: transparent;
    border-radius: 8px;
    padding: 1rem;
    margin: 0 -1rem;
}

.popular-news .news-item:last-child {
    border-bottom: none;
}

.popular-news .news-number {
    background: #d32f2f;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    margin-right: 1rem;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(211, 47, 47, 0.3);
}

.popular-news .news-title {
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
    transition: color 0.3s ease;
    font-weight: 500;
}

.popular-news .news-title:hover {
    color: #d32f2f;
}

/* Weather Widget */
.weather-widget {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #667eea;
    color: white;
    border-radius: 12px;
    margin: -1.5rem;
    margin-top: 1rem;
}

.weather-widget .temperature {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.weather-widget .description {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.weather-widget .details {
    display: flex;
    justify-content: space-around;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Quick Stats */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.stat-card {
    text-align: center;
    padding: 1.5rem 1rem;
    background: transparent;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: none;
}

.stat-card:hover {
    border-color: #d32f2f;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(211, 47, 47, 0.2);
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

/* More News Section */
.more-news-header {
    background: #d32f2f;
    color: white;
    padding: 1.5rem;
    border-radius: 12px 12px 0 0;
    margin: -1.5rem -1.5rem 2rem -1.5rem;
}

.more-news-header h3 {
    margin: 0;
    color: white;
    font-size: 1.5rem;
}

.more-news-header .btn {
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.3);
    color: white;
    transition: none;
}

.more-news-header .btn:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-2px);
}


/* Footer */
.footer {
    background: #2c3e50;
    color: #fff;
    padding: 3rem 0 1rem;
    margin-top: 3rem;
}

.footer h5 {
    color: #d32f2f;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.footer a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #d32f2f;
}

.footer .social-links a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    margin-right: 0.75rem;
    transition: none;
    font-size: 1.2rem;
}

.footer .social-links a:hover {
    background: #d32f2f;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(211, 47, 47, 0.4);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 2rem;
    padding-top: 1.5rem;
    text-align: center;
    color: #95a5a6;
}

/* Buttons */
.btn {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: none;
    border: none;
    text-decoration: none;
    display: inline-block;
    font-size: 0.95rem;
}

.btn-primary {
    background: #d32f2f;
    color: white;
    box-shadow: 0 3px 10px rgba(211, 47, 47, 0.3);
}

.btn-primary:hover {
    background: #b71c1c;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(211, 47, 47, 0.4);
}

.btn-outline-primary {
    color: #d32f2f;
    border: 2px solid #d32f2f;
    background: transparent;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background: #d32f2f;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(211, 47, 47, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Prevent horizontal scroll on mobile */
    html, body {
        overflow-x: hidden;
        width: 100%;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
    
    /* Top Bar Responsive */
    .top-bar .container {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .top-left,
    .top-center,
    .top-right {
        width: 100%;
        justify-content: center;
    }
    
    .top-left .whatsapp-info,
    .top-center .weather-info,
    .top-right .imsak-info {
        font-size: 0.8rem;
    }

    .hero-section h1 {
        font-size: 1.8rem;
    }

    .news-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .main-news {
        grid-template-columns: 1fr;
    }

    .sidebar {
        order: -1;
    }

    .breaking-news .container {
        flex-direction: column;
        text-align: center;
    }

    .breaking-news .label {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .hero-slider .carousel-item {
        height: 300px;
    }

    .hero-slider .carousel-caption h3 {
        font-size: 1.4rem;
    }

    .search-bar .input-group {
        max-width: 100%;
    }

    /* Currency Bar Responsive */
    .currency-rates {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .currency-item {
        justify-content: center;
    }

    .theme-toggle {
        text-align: center;
        margin-top: 1rem;
    }

    /* Authors Section Responsive */
    .author-card {
        margin-bottom: 1.5rem;
    }

    .author-image img {
        width: 100px;
        height: 100px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }
}

/* Utility Classes */
.text-red { color: #d32f2f !important; }
.bg-red { background-color: #d32f2f !important; }
.border-red { border-color: #d32f2f !important; }

/* Animation Classes - Performance Optimized */
.fade-in {
    animation: fadeIn 0.6s ease-in;
    will-change: opacity, transform;
}

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

.slide-in-left {
    animation: slideInLeft 0.6s ease-out;
    will-change: opacity, transform;
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-40px); }
    to { opacity: 1; transform: translateX(0); }
}

.slide-in-right {
    animation: slideInRight 0.6s ease-out;
    will-change: opacity, transform;
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Performance optimized transitions */
.hover-lift {
    transition: transform 0.3s ease;
    will-change: transform;
}

.hover-lift:hover {
    transform: translateY(-5px);
}

.hover-glow {
    transition: box-shadow 0.3s ease;
    will-change: box-shadow;
}

.hover-glow:hover {
    box-shadow: 0 0 25px rgba(211, 47, 47, 0.3);
}

/* Loading States */
.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin: -12.5px 0 0 -12.5px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #d32f2f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hover Effects - Moved to Animation Classes section above */

/* Section Titles */
.section-title {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #d32f2f;
    border-radius: 2px;
}

.section-subtitle {
    color: #666;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Author Styles */
.author-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: none;
    height: 100%;
    text-align: center;
}

.author-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.author-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 4px solid #f8f9fa;
    transition: border-color 0.3s ease;
}

.author-card:hover .author-image img {
    border-color: #d32f2f;
}

.author-name {
    color: #333;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.author-bio {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.author-stats {
    margin-bottom: 1rem;
}

.author-social {
    margin-bottom: 1rem;
}

.author-social .btn {
    margin: 0 0.25rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
}

.author-profile {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
}

.author-image-large img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.author-info-detailed h2 {
    color: #333;
    margin-bottom: 1rem;
}

.author-contact p {
    color: #666;
    margin-bottom: 0.5rem;
}

.author-social-detailed .btn {
    margin-bottom: 0.5rem;
}

.author-articles {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.article-card {
    background: transparent;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: none;
}

.article-card:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.article-meta .date {
    color: #999;
    font-size: 0.8rem;
    font-weight: 500;
}

.article-title {
    color: #333;
    font-weight: 600;
    margin: 0.5rem 0;
    font-size: 1rem;
}

.article-excerpt {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.read-more {
    color: #d32f2f;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: none;
}

.read-more:hover {
    color: #b71c1c;
}

/* Dark Theme */
[data-theme="dark"] {
    background-color: #1a1a1a;
    color: #e0e0e0;
}

[data-theme="dark"] .main-header {
    background: #1a1a1a;
}

[data-theme="dark"] .sub-navigation {
    background: #2d2d2d;
    border-bottom-color: #404040;
}

[data-theme="dark"] .sub-nav-link {
    color: #b0b0b0 !important;
}

[data-theme="dark"] .sub-nav-link:hover {
    background-color: #404040;
    color: #d32f2f !important;
}

[data-theme="dark"] .sidebar-widget {
    background: #2d2d2d;
    color: #e0e0e0;
}

[data-theme="dark"] .widget-title {
    background: #404040;
    color: #e0e0e0;
    border-bottom-color: #555;
}

[data-theme="dark"] .featured-news-item {
    background: #2d2d2d;
    color: #e0e0e0;
}

[data-theme="dark"] .news-content .news-title a {
    color: #e0e0e0;
}

[data-theme="dark"] .news-content .news-title a:hover {
    color: #d32f2f;
}

[data-theme="dark"] .news-excerpt {
    color: #b0b0b0;
}

[data-theme="dark"] .latest-news-item .news-title {
    color: #e0e0e0;
}

[data-theme="dark"] .latest-news-item .news-title:hover {
    color: #d32f2f;
}

[data-theme="dark"] .category-item {
    color: #e0e0e0;
    border-bottom-color: #404040;
}

[data-theme="dark"] .category-item:hover {
    color: #d32f2f;
}

[data-theme="dark"] .author-item {
    border-bottom-color: #404040;
}

[data-theme="dark"] .author-item:hover {
    background: #404040;
}

[data-theme="dark"] .author-avatar {
    background: #404040;
    color: #b0b0b0;
}

[data-theme="dark"] .author-name {
    color: #e0e0e0;
}

[data-theme="dark"] .author-name:hover {
    color: #d32f2f;
}

[data-theme="dark"] .author-articles {
    color: #b0b0b0;
}

[data-theme="dark"] .popular-title {
    color: #e0e0e0;
}

[data-theme="dark"] .popular-title:hover {
    color: #d32f2f;
}

[data-theme="dark"] .breaking-news-banner {
    background: #1a1a1a;
}

[data-theme="dark"] .breaking-label {
    background: #d32f2f;
    color: white;
}

[data-theme="dark"] .hero-slider {
    background: #1a1a1a;
}

[data-theme="dark"] .hero-slide {
    background: #2d2d2d;
}

[data-theme="dark"] .hero-overlay {
    background: rgba(0,0,0,0.6);
}

[data-theme="dark"] .top-info-bar {
    background: #2d2d2d;
    color: #b0b0b0;
    border-bottom-color: #404040;
}

[data-theme="dark"] .currency-bar {
    background: #1a1a1a;
    border-bottom-color: #404040;
}

[data-theme="dark"] .dropdown-menu {
    background-color: #2d2d2d;
    border-color: #404040;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .dropdown-item {
    color: #e0e0e0;
}

[data-theme="dark"] .dropdown-item:hover,
[data-theme="dark"] .dropdown-item:focus {
    color: #fff;
    background-color: #404040;
}

[data-theme="dark"] .dropdown-divider {
    border-top-color: #404040;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #d32f2f;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b71c1c;
}

/* Mobile Menu Styles */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: none;
}

.mobile-menu.active {
    display: flex;
    opacity: 1;
}

.mobile-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.mobile-menu-panel {
    position: relative;
    background: white;
    width: 320px;
    height: 100%;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
}

.mobile-menu.active .mobile-menu-panel {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: #2c3e50;
    color: white;
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #d32f2f;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.mobile-logo-number {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    line-height: 1;
}

.mobile-logo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mobile-logo-month {
    font-size: 0.9rem;
    font-weight: 400;
    color: white;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.mobile-logo-news {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    background: #d32f2f;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    line-height: 1;
}

.mobile-menu-close {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.mobile-menu-content {
    padding: 1.5rem;
}

.mobile-search {
    margin-bottom: 2rem;
}

.mobile-search-box {
    display: flex;
    gap: 0.5rem;
    background: transparent;
    border-radius: 25px;
    padding: 0.5rem;
    border: 1px solid #e9ecef;
}

.mobile-search-box input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: none;
    background: transparent;
    font-size: 1rem;
    outline: none;
}

.mobile-search-box button {
    padding: 0.75rem;
    background: #d32f2f;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: none;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-search-box button:hover {
    background: #b71c1c;
    transform: scale(1.05);
}

.mobile-nav-section {
    margin-bottom: 2rem;
}

.mobile-nav-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    color: #333;
    text-decoration: none;
    border-radius: 12px;
    transition: none;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.mobile-nav-link i {
    width: 20px;
    text-align: center;
    color: #666;
    font-size: 1.1rem;
}

.mobile-nav-link:hover {
    background: transparent;
    color: #d32f2f;
    transform: translateX(5px);
}

.mobile-nav-link:hover i {
    color: #d32f2f;
}

/* Dark theme for mobile menu */
[data-theme="dark"] .mobile-menu-panel {
    background: #2d2d2d;
}

[data-theme="dark"] .mobile-menu-content {
    background: #2d2d2d;
}

[data-theme="dark"] .mobile-search-box {
    background: #404040;
    border-color: #555;
}

[data-theme="dark"] .mobile-search-box input {
    color: #e0e0e0;
}

[data-theme="dark"] .mobile-nav-title {
    color: #b0b0b0;
    border-bottom-color: #404040;
}

[data-theme="dark"] .mobile-nav-link {
    color: #e0e0e0;
}

[data-theme="dark"] .mobile-nav-link:hover {
    background: #404040;
    color: #d32f2f;
}

[data-theme="dark"] .mobile-nav-link i {
    color: #b0b0b0;
}

[data-theme="dark"] .mobile-nav-link:hover i {
    color: #d32f2f;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-wrapper {
        flex-direction: column;
        gap: 1rem;
    }
    
    .main-navigation {
        order: 2;
        width: 100%;
    }
    
    .main-nav-list {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .header-actions {
        order: 1;
        width: 100%;
        justify-content: space-between;
    }
    
    .search-section {
        flex: 1;
        margin-right: 1rem;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .sub-navigation {
        display: none;
    }
    
    .main-content-layout .row {
        flex-direction: column;
    }
    
    .left-sidebar,
    .right-sidebar {
        order: 2;
    }
    
    .main-content {
        order: 1;
    }
    
    .featured-news-grid {
        grid-template-columns: 1fr;
    }
    
    .currency-bar {
        display: none;
    }
    
    /* Hero Slider Mobile */
    .hero-slide {
        height: 300px;
    }
    
    .hero-content {
        padding: 1.5rem;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-excerpt {
        font-size: 1rem;
    }
    
    .hero-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    .carousel-control-prev {
        left: 10px;
    }
    
    .carousel-control-next {
        right: 10px;
    }
}

/* Video & Photo Gallery Styles */
.media-section {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
}

.media-section-title {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #d32f2f;
    display: flex;
    align-items: center;
}

.media-section-title i {
    color: #d32f2f;
}

/* Video Gallery */
.video-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.video-item {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: transparent;
    border-radius: 8px;
    transition: none;
}

.video-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.video-thumbnail {
    position: relative;
    flex-shrink: 0;
    width: 120px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(211, 47, 47, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    transition: none;
}

.video-item:hover .video-play-btn {
    background: #d32f2f;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
    flex: 1;
}

.video-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.video-desc {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.video-duration {
    font-size: 0.8rem;
    color: #999;
    font-weight: 500;
}

/* Photo Gallery */
.photo-gallery {
    text-align: center;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.photo-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
    transition: none;
}

.photo-item:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: none;
}

.photo-item:hover .photo-overlay {
    opacity: 1;
}

.photo-overlay i {
    color: white;
    font-size: 1.5rem;
}

.gallery-more {
    text-align: center;
}

/* Secondary Headlines */
.secondary-headline-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: none;
    height: 100%;
}

.secondary-headline-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.secondary-headline-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.secondary-headline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.secondary-headline-item:hover .secondary-headline-image img {
    transform: scale(1.05);
}

.secondary-headline-overlay {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.secondary-headline-category {
    background: #d32f2f;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.secondary-headline-content {
    padding: 1.5rem;
}

.secondary-headline-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.secondary-headline-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.secondary-headline-title a:hover {
    color: #d32f2f;
}

.secondary-headline-excerpt {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.secondary-headline-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #999;
}

.secondary-headline-author,
.secondary-headline-date {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.secondary-headline-author i,
.secondary-headline-date i {
    color: #d32f2f;
    margin-right: 0.5rem;
}

/* News Detail Styles */
.news-detail {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
}

.news-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
    background: white !important;
    color: #333 !important;
}

/* HABER DETAYINDA KIRMIZI ALANLARI BEYAZ YAP */
.news-header * {
    color: #333 !important;
    background: white !important;
}

.news-header h1,
.news-header h2,
.news-header h3,
.news-header h4,
.news-header h5,
.news-header h6 {
    color: #333 !important;
    background: white !important;
}

.news-header .news-meta,
.news-header .news-date,
.news-header .news-author,
.news-header .news-views {
    color: #666 !important;
    background: white !important;
}

.news-header .news-content {
    color: #333 !important;
    background: white !important;
}

.news-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #666;
    flex-wrap: wrap;
}

.news-category {
    background: #d32f2f;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-date,
.news-views {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.news-date i,
.news-views i {
    color: #d32f2f;
}

.news-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.news-excerpt {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.news-author {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 0.95rem;
    font-weight: 500;
}

.news-author i {
    color: #d32f2f;
}

.news-image {
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.news-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 2rem;
}

.news-content p {
    margin-bottom: 1.5rem;
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6 {
    color: #333;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.news-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}

.news-tags {
    margin-bottom: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0;
}

.news-tags h6 {
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag {
    background: transparent;
    color: #666;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid #e9ecef;
    transition: none;
}

.tag:hover {
    background: #d32f2f;
    color: white;
    border-color: #d32f2f;
}

.social-share {
    padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0;
}

.social-share h6 {
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
}

.share-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.share-buttons .btn {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: none;
    border: none;
}

.btn-facebook {
    background: #1877f2;
    color: white;
}

.btn-facebook:hover {
    background: #166fe5;
    color: white;
    transform: translateY(-2px);
}

.btn-twitter {
    background: #1da1f2;
    color: white;
}

.btn-twitter:hover {
    background: #1a91da;
    color: white;
    transform: translateY(-2px);
}

.btn-whatsapp {
    background: #25d366;
    color: white;
}

.btn-whatsapp:hover {
    background: #22c55e;
    color: white;
    transform: translateY(-2px);
}

.btn-instagram {
    background: #e4405f;
    color: white;
}

.btn-instagram:hover {
    background: #d63384;
    color: white;
    transform: translateY(-2px);
}

/* Related News */
.related-news-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.related-news-item {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: transparent;
    border-radius: 8px;
    transition: none;
}

.related-news-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.related-news-image {
    flex-shrink: 0;
    width: 100px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}

.related-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-news-content {
    flex: 1;
}

.related-news-title {
    margin-bottom: 0.5rem;
}

.related-news-title a {
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.related-news-title a:hover {
    color: #d32f2f;
}

.related-news-date {
    font-size: 0.8rem;
    color: #999;
    font-weight: 500;
}

/* Breadcrumb */
.breadcrumb {
    background: transparent;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #d32f2f !important;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-item a:hover {
    color: #b71c1c !important;
}

.breadcrumb-item.active {
    color: #666 !important;
}

.breadcrumb-item {
    color: #666 !important;
}

/* Advertisement Styles */
.ad-container {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-container img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.ad-text {
    padding: 1rem;
}

.ad-text h6 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.ad-text p {
    color: #6c757d;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.header-advertisement {
    background: transparent;
    border-bottom: 1px solid #e9ecef;
    padding: 0.5rem 0;
}

.header-advertisement .ad-container {
    margin: 0;
    min-height: 60px;
    padding: 0.5rem;
    max-width: 900px;
}

.footer-advertisement {
    background: transparent;
    border-top: 1px solid #e9ecef;
    padding: 0.5rem 0;
}

.footer-advertisement .ad-container {
    margin: 0;
    min-height: 60px;
    padding: 0.5rem;
}

.content-advertisement .ad-container {
    background: transparent;
    border: 2px dashed #dee2e6;
    margin: 2rem 0;
}

.between-blocks-advertisement .ad-container {
    background: transparent;
    border: 2px dashed #dee2e6;
    margin: 1rem 0;
    min-height: 120px;
}

.sidebar-widget .ad-container {
    margin: 0;
    min-height: 200px;
}

@media (max-width: 768px) {
    /* Additional mobile fixes */
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .col-12, .col-sm-6, .col-md-4, .col-lg-4, .col-xl-4, .col-lg-6, .col-lg-8 {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Video & Photo Gallery Mobile */
    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.25rem;
    }
    
    .video-item {
        flex-direction: column;
        text-align: center;
    }
    
    .video-thumbnail {
        width: 100%;
        height: 150px;
        margin-bottom: 1rem;
    }
    
    /* Secondary Headlines Mobile */
    .secondary-headline-image {
        height: 150px;
    }
    
    .secondary-headline-content {
        padding: 1rem;
    }
    
    .secondary-headline-title {
        font-size: 1.1rem;
    }
    
    .secondary-headline-meta {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
    
    /* Media Section Mobile */
    .media-section {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .media-section-title {
        font-size: 1.1rem;
    }
    
    .ad-container {
        min-height: 80px;
        padding: 0.5rem;
    }
    
    .header-advertisement .ad-container,
    .footer-advertisement .ad-container {
        min-height: 40px;
    }
    
    /* Sidebar Mobile */
    .right-sidebar {
        margin-top: 2rem;
    }
    
    .sidebar-widget {
        margin-bottom: 1.5rem;
    }
    
    /* Stats Grid Mobile */
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .stat-card {
        padding: 1rem;
    }
    
    /* Weather Widget Mobile */
    .weather-widget {
        padding: 1.5rem 1rem;
    }
    
    .weather-temp {
        font-size: 2rem;
    }
    
    .weather-details {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    /* News Detail Mobile */
    .news-detail {
        padding: 1rem;
    }
    
    .news-title {
        font-size: 1.5rem;
    }
    
    .news-excerpt {
        font-size: 1rem;
    }
    
    .news-meta {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
    
    .share-buttons {
        flex-direction: column;
    }
    
    .share-buttons .btn {
        width: 100%;
        text-align: center;
    }
    
    .related-news-item {
        flex-direction: column;
        text-align: center;
    }
    
    .related-news-image {
        width: 100%;
        height: 120px;
        margin-bottom: 1rem;
    }
}

/* ZORLA HABER7.COM KIRMIZI HEADER - HARD CODE */
.main-header,
header,
.header-wrapper,
.navbar,
.navbar-brand,
.navbar-nav,
.navbar-toggler {
    background: #CE0004 !important;
    background-color: #CE0004 !important;
    border-color: #CE0004 !important;
}

.main-header *,
header *,
.header-wrapper *,
.navbar *,
.navbar-brand *,
.navbar-nav *,
.navbar-toggler * {
    background: #CE0004 !important;
    background-color: #CE0004 !important;
    border-color: #CE0004 !important;
}

/* ZORLA TOP INFO BAR RENGİ VE TEMİZ YAPISI */
.top-info-bar-modern {
    background: #B71C1C !important;
    background-color: #B71C1C !important;
    border-color: #B71C1C !important;
}

.top-info-bar-modern * {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Top info bar içindeki tüm elementleri temiz yap */
.top-info-left-modern *,
.top-info-right-modern *,
.date-weather-modern *,
.currency-modern *,
.date-modern *,
.weather-modern *,
.currency-item-modern * {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* ZORLA KATEGORİ KARTLARINI VE HOVER EFEKTLERİNİ KALDIR */
.category-link-modern,
.category-link-modern:hover,
.category-link-modern:active,
.category-link-modern:focus,
.category-link-modern:visited,
.categories-bar-modern,
.categories-nav-modern,
.categories-list-modern,
.categories-list-modern li {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0.5rem 1rem !important;
    transition: none !important;
    transform: none !important;
    text-decoration: none !important;
}

.category-link-modern {
    color: white !important;
    text-decoration: none !important;
    transition: none !important;
    transform: none !important;
}

/* ZORLA KATEGORİLERİ BEYAZ YAP */
.nav-link-modern,
.nav-link,
.nav-link-modern span,
.nav-link span,
.nav-link-modern i,
.nav-link i,
.category-link-modern,
.category-link-modern span,
.category-link-modern i,
.sub-nav-link,
.sub-nav-link span,
.sub-nav-link i {
    color: white !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Tüm kategori elementlerini zorla beyaz yap */
.main-navigation *,
.main-nav-list *,
.nav-item-modern *,
.nav-item *,
.categories-bar-modern *,
.categories-list-modern *,
.sub-navigation *,
.sub-nav-list *,
.nav-link-modern,
.nav-link,
.nav-link-modern span,
.nav-link span,
.nav-link-modern i,
.nav-link i {
    color: white !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Header içindeki tüm metinleri zorla beyaz yap */
.main-header *,
header *,
.header-wrapper *,
.navbar *,
.navbar-brand *,
.navbar-nav * {
    color: white !important;
}

/* Özellikle kategori linklerini zorla beyaz yap */
.main-navigation .nav-link-modern,
.main-navigation .nav-link,
.main-navigation .nav-link-modern span,
.main-navigation .nav-link span,
.main-navigation .nav-link-modern i,
.main-navigation .nav-link i {
    color: white !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Header wrapper içindeki tüm hover efektlerini kaldır */
.header-wrapper .category-link-modern:hover,
.header-wrapper .category-link-modern:active,
.header-wrapper .category-link-modern:focus,
.header-wrapper .nav-link-modern:hover,
.header-wrapper .nav-link-modern:active,
.header-wrapper .nav-link-modern:focus {
    background: transparent !important;
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
}

/* Ana Sayfa yazısıyla kategorileri aynı hizada yap */
.main-navigation {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.main-nav-list {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    height: 100% !important;
}

.nav-item-modern,
.nav-item {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.nav-link-modern,
.nav-link {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    padding: 0.75rem 1rem !important;
    color: white !important;
    text-decoration: none !important;
    transition: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.nav-link-modern:hover,
.nav-link-modern:active,
.nav-link-modern:focus,
.nav-link:hover,
.nav-link:active,
.nav-link:focus {
    background: transparent !important;
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
}

/* ULTRA AGGRESSIVE SEARCH FIX - OVERRIDE EVERYTHING */
.search-section {
    z-index: 9999 !important;
    position: relative !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    isolation: auto !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    object-position: 50% 50% !important;
    resize: none !important;
    cursor: auto !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
    will-change: auto !important;
    contain: none !important;
    content-visibility: visible !important;
    scroll-behavior: auto !important;
    scroll-margin: 0 !important;
    scroll-padding: 0 !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-snap-type: none !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-x: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    scrollbar-gutter: auto !important;
    scroll-timeline: none !important;
    scroll-timeline-axis: block !important;
    scroll-timeline-name: none !important;
    view-timeline: none !important;
    view-timeline-axis: block !important;
    view-timeline-name: none !important;
    view-timeline-inset: 0 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    offset: none !important;
    offset-anchor: auto !important;
    offset-distance: 0 !important;
    offset-path: none !important;
    offset-position: auto !important;
    offset-rotate: auto 0deg !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 9999 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    clip: auto !important;
    clip-path: none !important;
    mask: none !important;
    mask-image: none !important;
    mask-size: auto !important;
    mask-repeat: repeat !important;
    mask-position: 0% 0% !important;
    mask-clip: border-box !important;
    mask-origin: border-box !important;
    mask-composite: add !important;
    filter: none !important;
    backdrop-filter: none !important;
    isolation: auto !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    object-position: 50% 50% !important;
    resize: none !important;
    cursor: auto !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
    will-change: auto !important;
    contain: none !important;
    content-visibility: visible !important;
    scroll-behavior: auto !important;
    scroll-margin: 0 !important;
    scroll-padding: 0 !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-snap-type: none !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-x: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    scrollbar-gutter: auto !important;
    scroll-timeline: none !important;
    scroll-timeline-axis: block !important;
    scroll-timeline-name: none !important;
    view-timeline: none !important;
    view-timeline-axis: block !important;
    view-timeline-name: none !important;
    view-timeline-inset: 0 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    offset: none !important;
    offset-anchor: auto !important;
    offset-distance: 0 !important;
    offset-path: none !important;
    offset-position: auto !important;
    offset-rotate: auto 0deg !important;
}

.search-box {
    z-index: 9999 !important;
    position: relative !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background: white !important;
    border: 1px solid #ddd !important;
    border-radius: 25px !important;
    padding: 0.5rem 1rem !important;
    gap: 0.5rem !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    isolation: auto !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    object-position: 50% 50% !important;
    resize: none !important;
    cursor: auto !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
    will-change: auto !important;
    contain: none !important;
    content-visibility: visible !important;
    scroll-behavior: auto !important;
    scroll-margin: 0 !important;
    scroll-padding: 0 !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-snap-type: none !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-x: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    scrollbar-gutter: auto !important;
    scroll-timeline: none !important;
    scroll-timeline-axis: block !important;
    scroll-timeline-name: none !important;
    view-timeline: none !important;
    view-timeline-axis: block !important;
    view-timeline-name: none !important;
    view-timeline-inset: 0 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    offset: none !important;
    offset-anchor: auto !important;
    offset-distance: 0 !important;
    offset-path: none !important;
    offset-position: auto !important;
    offset-rotate: auto 0deg !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 9999 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    clip: auto !important;
    clip-path: none !important;
    mask: none !important;
    mask-image: none !important;
    mask-size: auto !important;
    mask-repeat: repeat !important;
    mask-position: 0% 0% !important;
    mask-clip: border-box !important;
    mask-origin: border-box !important;
    mask-composite: add !important;
    filter: none !important;
    backdrop-filter: none !important;
    isolation: auto !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    object-position: 50% 50% !important;
    resize: none !important;
    cursor: auto !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
    will-change: auto !important;
    contain: none !important;
    content-visibility: visible !important;
    scroll-behavior: auto !important;
    scroll-margin: 0 !important;
    scroll-padding: 0 !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-snap-type: none !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-x: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    scrollbar-gutter: auto !important;
    scroll-timeline: none !important;
    scroll-timeline-axis: block !important;
    scroll-timeline-name: none !important;
    view-timeline: none !important;
    view-timeline-axis: block !important;
    view-timeline-name: none !important;
    view-timeline-inset: 0 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    offset: none !important;
    offset-anchor: auto !important;
    offset-distance: 0 !important;
    offset-path: none !important;
    offset-position: auto !important;
    offset-rotate: auto 0deg !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

#searchBtn {
    background: white !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 0.9rem !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    isolation: auto !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    object-position: 50% 50% !important;
    resize: none !important;
    cursor: pointer !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
    will-change: auto !important;
    contain: none !important;
    content-visibility: visible !important;
    scroll-behavior: auto !important;
    scroll-margin: 0 !important;
    scroll-padding: 0 !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-snap-type: none !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-x: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    scrollbar-gutter: auto !important;
    scroll-timeline: none !important;
    scroll-timeline-axis: block !important;
    scroll-timeline-name: none !important;
    view-timeline: none !important;
    view-timeline-axis: block !important;
    view-timeline-name: none !important;
    view-timeline-inset: 0 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    offset: none !important;
    offset-anchor: auto !important;
    offset-distance: 0 !important;
    offset-path: none !important;
    offset-position: auto !important;
    offset-rotate: auto 0deg !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 9999 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    clip: auto !important;
    clip-path: none !important;
    mask: none !important;
    mask-image: none !important;
    mask-size: auto !important;
    mask-repeat: repeat !important;
    mask-position: 0% 0% !important;
    mask-clip: border-box !important;
    mask-origin: border-box !important;
    mask-composite: add !important;
    filter: none !important;
    backdrop-filter: none !important;
    isolation: auto !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    object-position: 50% 50% !important;
    resize: none !important;
    cursor: pointer !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
    will-change: auto !important;
    contain: none !important;
    content-visibility: visible !important;
    scroll-behavior: auto !important;
    scroll-margin: 0 !important;
    scroll-padding: 0 !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-snap-type: none !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-x: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    scrollbar-gutter: auto !important;
    scroll-timeline: none !important;
    scroll-timeline-axis: block !important;
    scroll-timeline-name: none !important;
    view-timeline: none !important;
    view-timeline-axis: block !important;
    view-timeline-name: none !important;
    view-timeline-inset: 0 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    offset: none !important;
    offset-anchor: auto !important;
    offset-distance: 0 !important;
    offset-path: none !important;
    offset-position: auto !important;
    offset-rotate: auto 0deg !important;
}

#searchBtn:hover {
    background: #f8f9fa !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
    transform: none !important;
    box-shadow: none !important;
}

.search-box input {
    background: transparent !important;
    border: none !important;
    color: #333 !important;
    z-index: 9999 !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    position: relative !important;
    width: 200px !important;
    height: auto !important;
    padding: 0.25rem 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    text-align: left !important;
    vertical-align: baseline !important;
    white-space: normal !important;
    word-wrap: normal !important;
    word-break: normal !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    mask: none !important;
    mask-image: none !important;
    mask-size: auto !important;
    mask-repeat: repeat !important;
    mask-position: 0% 0% !important;
    mask-clip: border-box !important;
    mask-origin: border-box !important;
    mask-composite: add !important;
    filter: none !important;
    backdrop-filter: none !important;
    isolation: auto !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    object-position: 50% 50% !important;
    resize: none !important;
    cursor: text !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
    will-change: auto !important;
    contain: none !important;
    content-visibility: visible !important;
    scroll-behavior: auto !important;
    scroll-margin: 0 !important;
    scroll-padding: 0 !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-snap-type: none !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-x: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    scrollbar-gutter: auto !important;
    scroll-timeline: none !important;
    scroll-timeline-axis: block !important;
    scroll-timeline-name: none !important;
    view-timeline: none !important;
    view-timeline-axis: block !important;
    view-timeline-name: none !important;
    view-timeline-inset: 0 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    offset: none !important;
    offset-anchor: auto !important;
    offset-distance: 0 !important;
    offset-path: none !important;
    offset-position: auto !important;
    offset-rotate: auto 0deg !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 9999 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    flex: 1 !important;
    outline: none !important;
}

/* SEARCH SCREEN FIX - CORRECT POSITION */
div[style*="position: absolute"] {
    position: absolute !important;
    top: 10px !important;
    right: 300px !important;
    z-index: 9999 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

div[style*="display: flex"] {
    display: flex !important;
    align-items: center !important;
    background: white !important;
    border: 1px solid #ddd !important;
    border-radius: 25px !important;
    padding: 0.5rem 1rem !important;
    gap: 0.5rem !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    isolation: auto !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    object-position: 50% 50% !important;
    resize: none !important;
    cursor: auto !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
    will-change: auto !important;
    contain: none !important;
    content-visibility: visible !important;
    scroll-behavior: auto !important;
    scroll-margin: 0 !important;
    scroll-padding: 0 !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-snap-type: none !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-x: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    scrollbar-gutter: auto !important;
    scroll-timeline: none !important;
    scroll-timeline-axis: block !important;
    scroll-timeline-name: none !important;
    view-timeline: none !important;
    view-timeline-axis: block !important;
    view-timeline-name: none !important;
    view-timeline-inset: 0 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    offset: none !important;
    offset-anchor: auto !important;
    offset-distance: 0 !important;
    offset-path: none !important;
    offset-position: auto !important;
    offset-rotate: auto 0deg !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 9999 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    clip: auto !important;
    clip-path: none !important;
    mask: none !important;
    mask-image: none !important;
    mask-size: auto !important;
    mask-repeat: repeat !important;
    mask-position: 0% 0% !important;
    mask-clip: border-box !important;
    mask-origin: border-box !important;
    mask-composite: add !important;
    filter: none !important;
    backdrop-filter: none !important;
    isolation: auto !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    object-position: 50% 50% !important;
    resize: none !important;
    cursor: auto !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
    will-change: auto !important;
    contain: none !important;
    content-visibility: visible !important;
    scroll-behavior: auto !important;
    scroll-margin: 0 !important;
    scroll-padding: 0 !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-snap-type: none !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-x: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    scrollbar-gutter: auto !important;
    scroll-timeline: none !important;
    scroll-timeline-axis: block !important;
    scroll-timeline-name: none !important;
    view-timeline: none !important;
    view-timeline-axis: block !important;
    view-timeline-name: none !important;
    view-timeline-inset: 0 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    offset: none !important;
    offset-anchor: auto !important;
    offset-distance: 0 !important;
    offset-path: none !important;
    offset-position: auto !important;
    offset-rotate: auto 0deg !important;
}

input[style*="border: none"] {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    width: 200px !important;
    font-size: 0.9rem !important;
    color: #333 !important;
    padding: 0.25rem 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    text-align: left !important;
    vertical-align: baseline !important;
    white-space: normal !important;
    word-wrap: normal !important;
    word-break: normal !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    mask: none !important;
    mask-image: none !important;
    mask-size: auto !important;
    mask-repeat: repeat !important;
    mask-position: 0% 0% !important;
    mask-clip: border-box !important;
    mask-origin: border-box !important;
    mask-composite: add !important;
    filter: none !important;
    backdrop-filter: none !important;
    isolation: auto !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    object-position: 50% 50% !important;
    resize: none !important;
    cursor: text !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
    will-change: auto !important;
    contain: none !important;
    content-visibility: visible !important;
    scroll-behavior: auto !important;
    scroll-margin: 0 !important;
    scroll-padding: 0 !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-snap-type: none !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-x: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    scrollbar-gutter: auto !important;
    scroll-timeline: none !important;
    scroll-timeline-axis: block !important;
    scroll-timeline-name: none !important;
    view-timeline: none !important;
    view-timeline-axis: block !important;
    view-timeline-name: none !important;
    view-timeline-inset: 0 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    offset: none !important;
    offset-anchor: auto !important;
    offset-distance: 0 !important;
    offset-path: none !important;
    offset-position: auto !important;
    offset-rotate: auto 0deg !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 9999 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    clip: auto !important;
    clip-path: none !important;
    mask: none !important;
    mask-image: none !important;
    mask-size: auto !important;
    mask-repeat: repeat !important;
    mask-position: 0% 0% !important;
    mask-clip: border-box !important;
    mask-origin: border-box !important;
    mask-composite: add !important;
    filter: none !important;
    backdrop-filter: none !important;
    isolation: auto !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    object-position: 50% 50% !important;
    resize: none !important;
    cursor: text !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: auto !important;
    will-change: auto !important;
    contain: none !important;
    content-visibility: visible !important;
    scroll-behavior: auto !important;
    scroll-margin: 0 !important;
    scroll-padding: 0 !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    scroll-snap-type: none !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-x: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    scrollbar-gutter: auto !important;
    scroll-timeline: none !important;
    scroll-timeline-axis: block !important;
    scroll-timeline-name: none !important;
    view-timeline: none !important;
    view-timeline-axis: block !important;
    view-timeline-name: none !important;
    view-timeline-inset: 0 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-direction: normal !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    animation-iteration-count: 1 !important;
    animation-name: none !important;
    animation-play-state: running !important;
    animation-timing-function: ease !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    transform: none !important;
    transform-origin: 50% 50% 0 !important;
    transform-style: flat !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    backface-visibility: visible !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    offset: none !important;
    offset-anchor: auto !important;
    offset-distance: 0 !important;
    offset-path: none !important;
    offset-position: auto !important;
    offset-rotate: auto 0deg !important;
    flex: 1 !important;
    outline: none !important;
}

button[style*="background: #d32f2f"] {
    background: none !important;
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 1rem !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

button[style*="background: #d32f2f"]:hover {
    background: none !important;
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
}

/* MENU BUTTON FIX - REMOVE BACKGROUND DIV */
.mobile-menu-toggle {
    background: none !important;
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    z-index: 9999 !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    box-shadow: none !important;
    outline: none !important;
}

.mobile-menu-toggle:hover {
    background: none !important;
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
}

.mobile-menu-toggle {
    z-index: 9999 !important;
    position: relative !important;
    display: flex !important;
    visibility: visible !important;
}

/* Header actions görünürlüğünü artır */
.header-actions {
    z-index: 9999 !important;
    position: relative !important;
    display: flex !important;
    visibility: visible !important;
}

/* ZORLA ARAMA INPUT BEYAZ ARKA PLAN */
#searchInput {
    background: white !important;
    border: none !important;
    outline: none !important;
    color: #333 !important;
    width: 200px !important;
    font-size: 0.9rem !important;
    padding: 0.5rem 1rem !important;
    border-radius: 25px !important;
    position: absolute !important;
    top: 10px !important;
    right: 200px !important;
    z-index: 9999 !important;
}

/* ZORLA ARAMA ICON BEYAZ */
#searchIcon {
    color: white !important;
    cursor: pointer !important;
    font-size: 1.2rem !important;
    position: absolute !important;
    top: 15px !important;
    right: 175px !important;
    z-index: 9999 !important;
    transition: all 0.2s ease !important;
}

#searchIcon:hover {
    color: #f0f0f0 !important;
    transform: scale(1.1) !important;
}

/* ZORLA MENU EN SAĞDA */
.mobile-menu-toggle {
    position: absolute !important;
    top: 10px !important;
    right: 20px !important;
    z-index: 9999 !important;
    background: none !important;
    color: white !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    cursor: pointer !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}

/* MOBİL MENÜ OVERLAY SORUNU ÇÖZÜMÜ */
.mobile-menu-overlay {
    display: none !important;
    background: transparent !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9998 !important;
}

.mobile-menu-overlay.active {
    display: none !important;
    background: transparent !important;
}

/* MOBİL MENÜ PANEL */
.mobile-menu-panel {
    position: fixed !important;
    top: 0 !important;
    right: -300px !important;
    width: 300px !important;
    height: 100vh !important;
    background: white !important;
    z-index: 9999 !important;
    transition: right 0.3s ease !important;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1) !important;
    display: none !important;
    overflow-y: auto !important;
}

.mobile-menu-panel.active {
    right: 0 !important;
    display: block !important;
}

/* MOBİL MENÜ CONTAINER */
.mobile-menu-container {
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* MOBİL MENÜ HEADER */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 1rem;
}

.mobile-menu-header h3 {
    margin: 0;
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    background: #f8f9fa;
    color: #333;
}

/* MOBİL MENÜ BODY */
.mobile-menu-body {
    flex: 1;
    overflow-y: auto;
}

/* MOBİL MENÜ KATEGORİLER */
.mobile-menu-categories {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-menu-category-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.mobile-menu-category-item:hover {
    background: #d32f2f;
    color: white;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(211, 47, 47, 0.3);
}

.mobile-menu-category-item i {
    margin-right: 0.75rem;
    font-size: 1.1rem;
}

/* LOADING KATEGORİLER */
.loading-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: #666;
}

.loading-categories i {
    margin-right: 0.5rem;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* MOBİL MENÜ PANEL GÖRÜNÜRLÜK */
.mobile-menu-panel[style*="display: block"] {
    display: block !important;
}

/* MOBİL MENÜ CONTAINER */
.mobile-menu-container {
    padding: 1rem !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.mobile-menu-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 1rem !important;
}

.mobile-menu-header h3 {
    margin: 0 !important;
    color: #333 !important;
    font-size: 1.2rem !important;
}

.mobile-menu-close {
    background: none !important;
    border: none !important;
    font-size: 1.5rem !important;
    color: #666 !important;
    cursor: pointer !important;
    padding: 0.5rem !important;
}

.mobile-menu-body {
    flex: 1 !important;
    overflow-y: auto !important;
}

.mobile-menu-categories {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

.mobile-menu-category-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 0.75rem !important;
    color: #333 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    border: 1px solid #eee !important;
}

.mobile-menu-category-item:hover {
    background: #f8f9fa !important;
    color: #d32f2f !important;
    border-color: #d32f2f !important;
    transform: translateX(5px) !important;
}

.mobile-menu-category-item i {
    color: #d32f2f !important;
    font-size: 1.1rem !important;
}

.loading-categories {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 2rem !important;
    color: #666 !important;
}

.loading-categories i {
    animation: spin 1s linear infinite !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* MOBİL MENÜ PANEL GÖRÜNÜRLÜK */
.mobile-menu-panel[style*="display: block"] {
    display: block !important;
}

/* MOBİL MENÜ CONTAINER */
.mobile-menu-container {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.mobile-menu-header h3 {
    margin: 0;
    color: #333;
    font-size: 1.2rem;
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-close:hover {
    color: #d32f2f;
}

.mobile-menu-category-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    margin-bottom: 5px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.mobile-menu-category-item:hover {
    background: #d32f2f;
    color: white;
    transform: translateX(5px);
}

.mobile-menu-category-item i {
    width: 20px;
    text-align: center;
}

/* MOBİL MENÜ ÇALIŞMASI İÇİN */
.mobile-menu-toggle {
    cursor: pointer !important;
}

.mobile-menu-toggle:hover {
    opacity: 0.8 !important;
}

/* POPÜLER HABERLER STİLLERİ */
.popular-news-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.popular-news-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    background: #fff;
}

.popular-news-item:hover {
    background: #f8f9fa;
    border-color: #d32f2f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.15);
}

.popular-news-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #d32f2f;
    color: white;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}

.popular-news-content {
    flex: 1;
    min-width: 0;
}

.popular-news-title {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 600;
}

.popular-news-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.popular-news-title a:hover {
    color: #d32f2f;
}

.popular-news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    color: #666;
}

.popular-news-category {
    background: #e9ecef;
    color: #495057;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 500;
}

.popular-news-date {
    color: #6c757d;
}

/* YENİ MOBİL MENÜ SİSTEMİ */
.new-mobile-menu {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100vh;
    background: white;
    z-index: 10000;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0,0,0,0.2);
    display: none;
    overflow-y: auto;
}

.new-mobile-menu.active {
    right: 0;
    display: block;
}

.new-menu-header {
    background: #d32f2f;
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b71c1c;
}

.new-menu-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.new-menu-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.new-menu-close:hover {
    background: rgba(255,255,255,0.1);
}

.new-menu-content {
    padding: 1rem;
    height: calc(100vh - 80px);
    overflow-y: auto;
}

.new-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: #666;
    flex-direction: column;
    gap: 1rem;
}

.new-loading i {
    font-size: 2rem;
    color: #d32f2f;
}

.new-category-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-bottom: 0.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    cursor: pointer;
    pointer-events: auto;
    user-select: none;
}

.new-category-item:hover {
    background: #d32f2f;
    color: white;
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
}

.new-category-item i {
    margin-right: 1rem;
    font-size: 1.2rem;
    color: #d32f2f;
}

.new-category-item:hover i {
    color: white;
}

.new-category-item span {
    font-weight: 500;
    font-size: 1rem;
}

/* ZORLA GECE/GÜNDÜZ BUTONU */
#theme-toggle {
    position: absolute !important;
    top: 10px !important;
    right: 80px !important;
    z-index: 9999 !important;
    background: none !important;
    color: white !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 1rem !important;
}
