/*
Theme Name: قالب إخباري احترافي
Theme URI: https://www.ahdath-alyom.com/
Description: قالب WordPress إخباري احترافي متجاوب مع تصميم عصري
Version: 1.0
Author: Your Name
Text Domain: news-theme
*/

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

:root {
    --primary-color: #6B8E23;
    --secondary-color: #1976d2;
    --dark-color: #212121;
    --light-color: #f5f5f5;
    --text-color: #333;
    --border-color: #e0e0e0;
    --shadow: 0 2px 4px rgba(0,0,0,0.1);
    --shadow-hover: 0 4px 8px rgba(0,0,0,0.15);
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #fff;
    direction: rtl;
    text-align: right;
}

/* Screen Reader Text - Accessibility */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
    clip-path: inset(50%);
}

/* Container Classes - Unified with altbah1aloula.com */
.altbah1aloula-com-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.altbah1aloula-com-container-fluid {
    width: 100%;
    padding: 0 15px;
}

/* Main Content Area - Add padding for fixed header + header-top + gap */
.altbah1aloula-com-main {
    padding-top: 218px; /* 45px header-top + 3px gap + 120px header-main + 50px margin */
}

/* Ad Below Header - Position after fixed header */
.altbah1aloula-com-ads-below-header {
    margin-top: 120px !important; /* Reduced by 50px from 170px */
    margin-bottom: -205px !important; /* Remove 200px space below ad for desktop */
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    position: relative;
    z-index: 1;
    clear: both;
}

.altbah1aloula-com-ads-below-header .altbah1aloula-com-ads-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}

/* Line below ad - خط أسفل الإعلان */
.altbah1aloula-com-ads-below-header::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(107, 142, 35, 0.6) 20%, rgba(107, 142, 35, 0.8) 50%, rgba(107, 142, 35, 0.6) 80%, transparent 100%);
    box-shadow: 0 2px 4px rgba(107, 142, 35, 0.3);
    z-index: 1;
}

/* AdSense Ads Container - حاوية الإعلانات */
.altbah1aloula-com-ads-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 0 15px;
}

.altbah1aloula-com-ads-wrapper {
    width: 300px;
    height: 300px;
    min-width: 300px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(245, 245, 245, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 2px solid rgba(107, 142, 35, 0.2);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.altbah1aloula-com-ads-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.03) 0%, transparent 50%, rgba(107, 142, 35, 0.03) 100%);
    pointer-events: none;
    z-index: 0;
}

.altbah1aloula-com-ads-wrapper > * {
    position: relative;
    z-index: 1;
}

/* Ad Below Header */

/* Ad Below Featured Image */
.altbah1aloula-com-ads-below-image {
    margin-top: 25px;
    margin-bottom: 30px;
}

/* Ad Above Google News Follow */
.altbah1aloula-com-ads-above-google-news {
    margin-top: 30px;
    margin-bottom: 25px;
}

/* Dark Mode */
body.altbah1aloula-com-dark-mode .altbah1aloula-com-ads-wrapper {
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.8) 0%, rgba(40, 40, 40, 0.9) 100%);
    border-color: rgba(107, 142, 35, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-ads-wrapper::before {
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.05) 0%, transparent 50%, rgba(107, 142, 35, 0.05) 100%);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .altbah1aloula-com-ads-container {
        margin: 20px 0;
        padding: 0 10px;
    }
    
    .altbah1aloula-com-ads-wrapper {
        width: 280px;
        height: 280px;
        min-width: 280px;
        min-height: 280px;
        border-radius: 10px;
    }
    
    .altbah1aloula-com-ads-below-header {
        margin-top: 60px !important; /* Reduced by 50px from 110px */
        margin-bottom: -60px !important; /* Remove 60px space below ad for mobile */
        padding-top: 0;
    }
    
    .altbah1aloula-com-ads-below-header .altbah1aloula-com-ads-container {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .altbah1aloula-com-ads-below-image {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    
    .altbah1aloula-com-ads-above-google-news {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .altbah1aloula-com-ads-container {
        margin: 15px 0;
        padding: 0 5px;
    }
    
    .altbah1aloula-com-ads-wrapper {
        width: 260px;
        height: 260px;
        min-width: 260px;
        min-height: 260px;
        border-radius: 8px;
    }
}

/* ============================================
   HEADER STYLES - منظم ومنسق
   ============================================ */

/* Header Wrapper */
.altbah1aloula-com-header-wrapper {
    width: 100%;
    display: block;
}

/* Header Top Bar - Fixed at top (not sticky on scroll) */
.altbah1aloula-com-header-top {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-bottom: none;
    height: 45px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Elegant separator line below header-top */
.altbah1aloula-com-header-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(107, 142, 35, 0.4) 10%, 
        rgba(107, 142, 35, 0.8) 30%, 
        rgba(120, 160, 60, 0.9) 50%, 
        rgba(107, 142, 35, 0.8) 70%, 
        rgba(107, 142, 35, 0.4) 90%, 
        transparent 100%
    );
    box-shadow: 0 2px 4px rgba(107, 142, 35, 0.3);
}

.altbah1aloula-com-header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #fff;
    gap: 20px;
    height: 100%;
    width: 100%;
}

/* Follow Text */
.altbah1aloula-com-follow-text {
    margin-left: 10px;
    color: #e0e0e0;
    font-size: 12px;
}

/* ============================================
   LATEST NEWS TICKER - شريط أحدث الأخبار
   للديسكتوب فقط
   ============================================ */

.altbah1aloula-com-latest-news-bar {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    position: relative;
    padding: 0 15px;
    border-right: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
    height: 100%;
}

/* Ticker Label */
.altbah1aloula-com-latest-news-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.6) 0%, rgba(120, 160, 60, 0.6) 100%);
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
    border: 1px solid rgba(107, 142, 35, 0.7);
    box-shadow: 0 2px 6px rgba(107, 142, 35, 0.4);
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.altbah1aloula-com-latest-news-label i {
    color: #ffeb3b;
    font-size: 12px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5));
}

.altbah1aloula-com-latest-news-label span {
    display: inline-block;
}

/* News Scroll Container - New Classes */
.altbah1aloula-com-news-scroll-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-width: 0;
    height: 100%;
    display: block;
    width: 100%;
    direction: rtl;
}

.altbah1aloula-com-news-scroll-inner {
    display: inline-flex;
    gap: 35px;
    white-space: nowrap;
    animation: altbah1aloula-com-scroll-news-rtl 60s linear infinite;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: normal;
    will-change: transform;
    height: 100%;
    align-items: center;
    width: max-content;
    position: relative;
    direction: rtl;
}

.altbah1aloula-com-news-scroll-inner:hover {
    animation-play-state: paused;
}

/* News Scroll Item */
.altbah1aloula-com-news-scroll-item {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
    line-height: 45px;
    height: 45px;
    padding: 0 8px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
    flex-shrink: 0;
    min-width: fit-content;
}

.altbah1aloula-com-news-scroll-item:hover {
    color: #ffeb3b;
    text-shadow: 0 2px 6px rgba(0,0,0,0.7);
}

/* Scrolling Animation - RTL (Left to Right) */
@keyframes altbah1aloula-com-scroll-news-rtl {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50%);
    }
}

/* Gradient Fade Effects - RTL */
.altbah1aloula-com-news-scroll-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: linear-gradient(to right, rgba(26,26,26,1) 0%, rgba(26,26,26,0) 100%);
    z-index: 2;
    pointer-events: none;
}

.altbah1aloula-com-news-scroll-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: linear-gradient(to left, rgba(26,26,26,1) 0%, rgba(26,26,26,0) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Header Date */
.altbah1aloula-com-header-date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e0e0e0;
}

.altbah1aloula-com-header-date i {
    font-size: 14px;
    color: var(--primary-color);
}

/* Header Social Links */
.altbah1aloula-com-header-social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.altbah1aloula-com-social-link {
    color: #fff;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
}

.altbah1aloula-com-social-link i {
    font-size: 14px;
}


.altbah1aloula-com-social-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Header Main Section - Fixed below header-top with Glassmorphism 2026 Design */
.altbah1aloula-com-header-main {
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.6) 0%, rgba(75, 0, 0, 0.8) 50%, rgba(120, 0, 0, 0.6) 100%);
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border-bottom: 2px solid rgba(107, 142, 35, 0.3);
    border-top: none;
    width: 100%;
    height: 120px; /* ارتفاع الهيدر 120 بكسل */
    position: fixed;
    top: 48px; /* Position below header-top (45px height) + 3px gap */
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.1);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}

/* Elegant top border for header-main */
.altbah1aloula-com-header-main::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(107, 142, 35, 0.5) 10%, 
        rgba(107, 142, 35, 0.9) 30%, 
        rgba(120, 160, 60, 1) 50%, 
        rgba(107, 142, 35, 0.9) 70%, 
        rgba(107, 142, 35, 0.5) 90%, 
        transparent 100%
    );
    box-shadow: 0 2px 6px rgba(107, 142, 35, 0.4), 0 -1px 2px rgba(107, 142, 35, 0.2);
    z-index: 1;
    pointer-events: none;
}

/* Header States - Show/Hide on Scroll */
.altbah1aloula-com-header-main.header-visible {
    transform: translateY(0);
}

.altbah1aloula-com-header-main.header-hidden {
    transform: translateY(-100%);
}

/* WordPress Admin Bar Support */
.admin-bar .altbah1aloula-com-header-top {
    top: 32px !important; /* Below admin bar - Force with !important */
}

.admin-bar .altbah1aloula-com-header-main {
    top: 80px !important; /* 45px header-top + 3px gap + 32px admin bar */
}

.admin-bar .altbah1aloula-com-header-main.header-visible {
    transform: translateY(0);
}

.admin-bar .altbah1aloula-com-header-main.header-hidden {
    transform: translateY(-100%);
}

@media screen and (max-width: 782px) {
    .admin-bar .altbah1aloula-com-header-top {
        display: none !important; /* Hidden on mobile */
    }
    
    .admin-bar .altbah1aloula-com-header-main {
        top: 46px !important; /* Below admin bar only (header-top is hidden) */
    }
    
    .admin-bar .altbah1aloula-com-header-main.header-visible {
        transform: translateY(0);
    }
    
    .admin-bar .altbah1aloula-com-header-main.header-hidden {
        transform: translateY(-100%);
    }
}

.altbah1aloula-com-header-main .altbah1aloula-com-header-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.15) 0%, transparent 50%, rgba(85, 107, 47, 0.15) 100%);
    pointer-events: none;
    z-index: 0;
}

.altbah1aloula-com-header-main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(107, 142, 35, 0.4) 50%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

.altbah1aloula-com-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

/* Logo */
.altbah1aloula-com-logo-wrapper {
    flex-shrink: 0;
    min-width: 0;
}

.altbah1aloula-com-logo {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: block;
    letter-spacing: -0.5px;
    position: relative;
    padding-right: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.altbah1aloula-com-logo::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17.5px;
    width: 3px;
    height: 35px;
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0.7) 100%);
    border-radius: 2px;
}

.altbah1aloula-com-logo-wrapper img {
    max-height: 50px;
    width: auto;
    display: block;
}

/* Navigation Menu */
.altbah1aloula-com-nav-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.altbah1aloula-com-nav {
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.altbah1aloula-com-nav li {
    position: relative;
}

.altbah1aloula-com-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 18px;
    display: block;
    position: relative;
    border-radius: 8px;
    white-space: nowrap;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.altbah1aloula-com-nav a::before {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 18px;
    left: 18px;
    height: 2px;
    background: #fff;
    opacity: 0;
    border-radius: 2px;
}

.altbah1aloula-com-nav a:hover,
.altbah1aloula-com-nav .current-menu-item > a,
.altbah1aloula-com-nav .current_page_item > a {
    color: #fff;
    background: rgba(255,255,255,0.15);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transform: translateY(-1px);
}

.altbah1aloula-com-nav a:hover::before,
.altbah1aloula-com-nav .current-menu-item > a::before,
.altbah1aloula-com-nav .current_page_item > a::before {
    opacity: 1;
}

/* Submenu Styles - القائمة الفرعية */
.altbah1aloula-com-nav ul,
.altbah1aloula-com-nav .sub-menu,
.altbah1aloula-com-nav .children {
    position: absolute;
    top: 100%;
    right: 0;
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.98) 0%, rgba(75, 0, 0, 0.98) 50%, rgba(120, 0, 0, 0.98) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 2px solid rgba(107, 142, 35, 0.4);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.1);
    list-style: none;
    margin: 8px 0 0 0;
    padding: 8px 0;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    direction: rtl;
}

.altbah1aloula-com-nav li:hover > ul,
.altbah1aloula-com-nav li:hover > .sub-menu,
.altbah1aloula-com-nav li:hover > .children,
.altbah1aloula-com-nav li:focus-within > ul,
.altbah1aloula-com-nav li:focus-within > .sub-menu,
.altbah1aloula-com-nav li:focus-within > .children {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.altbah1aloula-com-nav ul li,
.altbah1aloula-com-nav .sub-menu li,
.altbah1aloula-com-nav .children li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.altbah1aloula-com-nav ul a,
.altbah1aloula-com-nav .sub-menu a,
.altbah1aloula-com-nav .children a {
    color: #fff;
    padding: 12px 20px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    margin: 2px 4px;
    transition: all 0.2s ease;
    position: relative;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    white-space: nowrap;
}

.altbah1aloula-com-nav ul a::before,
.altbah1aloula-com-nav .sub-menu a::before,
.altbah1aloula-com-nav .children a::before {
    display: none;
}

.altbah1aloula-com-nav ul a:hover,
.altbah1aloula-com-nav .sub-menu a:hover,
.altbah1aloula-com-nav .children a:hover,
.altbah1aloula-com-nav ul .current-menu-item > a,
.altbah1aloula-com-nav .sub-menu .current-menu-item > a,
.altbah1aloula-com-nav .children .current-menu-item > a,
.altbah1aloula-com-nav ul .current_page_item > a,
.altbah1aloula-com-nav .sub-menu .current_page_item > a,
.altbah1aloula-com-nav .children .current_page_item > a {
    background: rgba(255,255,255,0.2);
    color: #fff;
    transform: translateX(-5px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* Nested Submenu (Level 3+) */
.altbah1aloula-com-nav ul ul,
.altbah1aloula-com-nav ul .sub-menu,
.altbah1aloula-com-nav .sub-menu .sub-menu,
.altbah1aloula-com-nav ul .children,
.altbah1aloula-com-nav .children .children {
    top: 0;
    right: 100%;
    margin-right: 8px;
    margin-top: 0;
}

.altbah1aloula-com-nav ul ul::before,
.altbah1aloula-com-nav ul .sub-menu::before,
.altbah1aloula-com-nav .sub-menu .sub-menu::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent rgba(107, 142, 35, 0.4);
}

/* Submenu Arrow Indicator */
.altbah1aloula-com-nav li.menu-item-has-children > a::after,
.altbah1aloula-com-nav li.page_item_has_children > a::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
    display: inline-block;
    vertical-align: middle;
}

.altbah1aloula-com-nav li.menu-item-has-children:hover > a::after,
.altbah1aloula-com-nav li.page_item_has_children:hover > a::after {
    transform: rotate(180deg);
}

/* Submenu Arrow for RTL - داخل القائمة الفرعية */
.altbah1aloula-com-nav ul li.menu-item-has-children > a::after,
.altbah1aloula-com-nav .sub-menu li.menu-item-has-children > a::after,
.altbah1aloula-com-nav .children li.page_item_has_children > a::after {
    content: '\f104';
    margin-right: 0;
    margin-left: 8px;
}

.altbah1aloula-com-nav ul li.menu-item-has-children:hover > a::after,
.altbah1aloula-com-nav .sub-menu li.menu-item-has-children:hover > a::after,
.altbah1aloula-com-nav .children li.page_item_has_children:hover > a::after {
    transform: rotate(-90deg);
}

/* Header Actions */
.altbah1aloula-com-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    min-width: 0;
}

/* Dark Mode Toggle Button */
.altbah1aloula-com-dark-mode-toggle {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    padding: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.altbah1aloula-com-dark-mode-toggle i {
    font-size: 16px;
}

.altbah1aloula-com-dark-mode-toggle:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.4);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.altbah1aloula-com-dark-mode-toggle.active i.fa-moon::before {
    content: "\f186";
}

.altbah1aloula-com-dark-mode-toggle.active i.fa-sun::before {
    content: "\f185";
}

/* Search Button */
.altbah1aloula-com-search-icon-btn {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    padding: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.altbah1aloula-com-search-icon-btn i {
    font-size: 16px;
}

.altbah1aloula-com-search-icon-btn:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.4);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* Mobile Menu Toggle Button */
.altbah1aloula-com-mobile-menu-toggle {
    display: none !important;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    width: 42px;
    height: 42px;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.altbah1aloula-com-menu-icon-line {
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    display: block;
}


.altbah1aloula-com-mobile-menu-toggle:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.4);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.altbah1aloula-com-mobile-menu-toggle:hover .altbah1aloula-com-menu-icon-line {
    background: #fff;
}

/* Search Overlay */
.altbah1aloula-com-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.96);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.altbah1aloula-com-search-overlay.active {
    display: flex;
}

.altbah1aloula-com-search-container {
    width: 100%;
    max-width: 700px;
    position: relative;
}

.altbah1aloula-com-search-close {
    position: absolute;
    top: -50px;
    left: 0;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
}

.altbah1aloula-com-search-close i {
    font-size: 18px;
}


.altbah1aloula-com-search-close:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
}

.altbah1aloula-com-search-form-wrapper {
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.95) 0%, rgba(75, 0, 0, 0.98) 50%, rgba(120, 0, 0, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.1);
    border: 2px solid rgba(107, 142, 35, 0.4);
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.altbah1aloula-com-search-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.altbah1aloula-com-search-input-wrapper {
    display: flex;
    gap: 0;
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(107, 142, 35, 0.3);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.altbah1aloula-com-search-field {
    flex: 1;
    padding: 18px 25px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-family: inherit;
    background: transparent;
    color: #1a1a1a;
}

.altbah1aloula-com-search-field:focus {
    outline: none;
}

.altbah1aloula-com-search-field::placeholder {
    color: #999;
}

.altbah1aloula-com-search-submit {
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.9) 0%, rgba(85, 107, 47, 0.9) 100%);
    color: #fff;
    border: none;
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    border-right: 2px solid rgba(107, 142, 35, 0.3);
}

.altbah1aloula-com-search-submit:hover {
    background: linear-gradient(135deg, rgba(107, 142, 35, 1) 0%, rgba(85, 107, 47, 1) 100%);
}

/* Search Results */
.altbah1aloula-com-search-results {
    margin-top: 20px;
    max-height: 500px;
    overflow-y: auto;
    direction: rtl;
    padding-right: 5px;
}

/* Custom Scrollbar for Search Results */
.altbah1aloula-com-search-results::-webkit-scrollbar {
    width: 8px;
}

.altbah1aloula-com-search-results::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
}

.altbah1aloula-com-search-results::-webkit-scrollbar-thumb {
    background: rgba(107, 142, 35, 0.5);
    border-radius: 4px;
}

.altbah1aloula-com-search-results::-webkit-scrollbar-thumb:hover {
    background: rgba(107, 142, 35, 0.7);
}

.altbah1aloula-com-search-results-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.altbah1aloula-com-search-result-item {
    display: flex;
    gap: 15px;
    background: rgba(255,255,255,0.95);
    border: 2px solid rgba(107, 142, 35, 0.2);
    border-radius: 12px;
    padding: 15px;
    text-decoration: none;
    color: inherit;
    align-items: center;
}

.altbah1aloula-com-search-result-item:hover {
    background: rgba(255,255,255,1);
    border-color: rgba(107, 142, 35, 0.4);
    box-shadow: 0 4px 15px rgba(107, 142, 35, 0.2);
}

.altbah1aloula-com-search-result-image {
    width: 100px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0,0,0,0.1);
}

.altbah1aloula-com-search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.altbah1aloula-com-search-result-image.altbah1aloula-com-no-image {
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.2) 0%, rgba(0,0,0,0.3) 100%);
}

.altbah1aloula-com-search-result-content {
    flex: 1;
    min-width: 0;
}

.altbah1aloula-com-search-result-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.altbah1aloula-com-search-result-excerpt {
    font-size: 14px;
    color: #666;
    margin: 0 0 8px 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.altbah1aloula-com-search-result-date {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

/* Dark Mode - Search Results */
body.altbah1aloula-com-dark-mode .altbah1aloula-com-search-result-item {
    background: rgba(30, 30, 30, 0.95);
    border-color: rgba(107, 142, 35, 0.3);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-search-result-item:hover {
    background: rgba(40, 40, 40, 1);
    border-color: rgba(107, 142, 35, 0.5);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-search-result-title {
    color: #fff;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-search-result-excerpt {
    color: #cccccc;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-search-result-date {
    color: #999999;
}

.altbah1aloula-com-search-loading,
.altbah1aloula-com-search-no-results,
.altbah1aloula-com-search-error {
    text-align: center;
    padding: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.altbah1aloula-com-search-loading i {
    margin-left: 10px;
    font-size: 20px;
}

.altbah1aloula-com-search-more {
    margin-top: 15px;
    text-align: center;
    padding-top: 15px;
    border-top: 2px solid rgba(255,255,255,0.2);
}

.altbah1aloula-com-search-more a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 25px;
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    display: inline-block;
}

.altbah1aloula-com-search-more a:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
}

/* Mobile Menu Backdrop */
.altbah1aloula-com-mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 10000;
    display: none !important;
}

.altbah1aloula-com-mobile-menu-backdrop.active {
    display: block !important;
}

/* Mobile Menu Overlay - قائمة منزلقة احترافية */
.altbah1aloula-com-mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 380px;
    height: 100vh;
    background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
    z-index: 10001;
    box-shadow: -8px 0 40px rgba(0,0,0,0.4);
    overflow-y: auto;
    overflow-x: hidden;
    display: none !important;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-overflow-scrolling: touch;
}

.altbah1aloula-com-mobile-menu-overlay.active {
    right: 0 !important;
    display: block !important;
}

.altbah1aloula-com-mobile-menu-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.altbah1aloula-com-mobile-menu-header {
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.98) 0%, rgba(75, 0, 0, 1) 50%, rgba(120, 0, 0, 0.98) 100%);
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid rgba(255,255,255,0.25);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    position: sticky;
    top: 0;
    z-index: 10;
}

.altbah1aloula-com-mobile-menu-header h3 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 0.5px;
}

.altbah1aloula-com-mobile-menu-close {
    background: rgba(255,255,255,0.25);
    border: 2px solid rgba(255,255,255,0.4);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid rgba(255,255,255,0.4);
}

.altbah1aloula-com-mobile-menu-close i {
    font-size: 18px;
}

.altbah1aloula-com-mobile-menu-close:hover {
    background: rgba(255,255,255,0.35);
    border-color: rgba(255,255,255,0.5);
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
}

.altbah1aloula-com-mobile-menu-close:active {
    transform: scale(0.95) rotate(90deg);
}

.altbah1aloula-com-mobile-nav {
    flex: 1;
    padding: 25px 0;
    overflow-y: auto;
}

.altbah1aloula-com-mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.altbah1aloula-com-mobile-nav-list li {
    border-bottom: 1px solid rgba(107, 142, 35, 0.1);
    transition: all 0.3s ease;
}

.altbah1aloula-com-mobile-nav-list li:last-child {
    border-bottom: none;
}

.altbah1aloula-com-mobile-nav-list a {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: all 0.3s ease;
    line-height: 1.5;
}

.altbah1aloula-com-mobile-nav-list a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #ff6b6b 100%);
    height: 0;
    transition: height 0.3s ease;
    border-radius: 0 0 0 5px;
}

.altbah1aloula-com-mobile-nav-list a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 25px;
    color: rgba(107, 142, 35, 0.3);
    font-size: 16px;
    transition: all 0.3s ease;
}

.altbah1aloula-com-mobile-nav-list a:hover,
.altbah1aloula-com-mobile-nav-list .current-menu-item > a {
    background: linear-gradient(90deg, rgba(107, 142, 35, 0.08) 0%, rgba(120, 160, 60, 0.05) 100%);
    color: var(--primary-color);
    padding-right: 35px;
    transform: translateX(-5px);
}

.altbah1aloula-com-mobile-nav-list a:hover::before,
.altbah1aloula-com-mobile-nav-list .current-menu-item > a::before {
    height: 100%;
}

.altbah1aloula-com-mobile-nav-list a:hover::after,
.altbah1aloula-com-mobile-nav-list .current-menu-item > a::after {
    color: var(--primary-color);
    transform: translateX(-3px);
}

/* Mobile Menu Social Links */
.altbah1aloula-com-mobile-social {
    padding: 25px;
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.08) 0%, rgba(120, 160, 60, 0.05) 100%);
    border-top: 2px solid rgba(107, 142, 35, 0.15);
    border-bottom: 2px solid rgba(107, 142, 35, 0.15);
    margin: 0;
}

.altbah1aloula-com-mobile-social-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0 0 20px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.altbah1aloula-com-mobile-social-title i {
    font-size: 20px;
    color: var(--primary-color);
}

.altbah1aloula-com-mobile-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.altbah1aloula-com-mobile-social-link {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color) 0%, #ff6b6b 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(107, 142, 35, 0.35);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.altbah1aloula-com-mobile-social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.25);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.altbah1aloula-com-mobile-social-link:hover {
    transform: translateY(-5px) scale(1.15);
    box-shadow: 0 8px 25px rgba(107, 142, 35, 0.5);
}

.altbah1aloula-com-mobile-social-link:hover::before {
    opacity: 1;
}

.altbah1aloula-com-mobile-social-link i {
    font-size: 22px;
    position: relative;
    z-index: 1;
}

.altbah1aloula-com-mobile-social-link.facebook {
    background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
}

.altbah1aloula-com-mobile-social-link.facebook:hover {
    background: linear-gradient(135deg, #1565c0 0%, #1877f2 100%);
    box-shadow: 0 8px 25px rgba(24, 119, 242, 0.5);
}

.altbah1aloula-com-mobile-social-link.twitter {
    background: linear-gradient(135deg, #1da1f2 0%, #0d8bd9 100%);
}

.altbah1aloula-com-mobile-social-link.twitter:hover {
    background: linear-gradient(135deg, #0d8bd9 0%, #0a6ba8 100%);
    box-shadow: 0 8px 25px rgba(29, 161, 242, 0.5);
}

.altbah1aloula-com-mobile-social-link.telegram {
    background: linear-gradient(135deg, #0088cc 0%, #229ED9 100%);
}

.altbah1aloula-com-mobile-social-link.telegram:hover {
    background: linear-gradient(135deg, #006699 0%, #0088cc 100%);
    box-shadow: 0 8px 25px rgba(0, 136, 204, 0.5);
}

/* Mobile Search - First Section */
.altbah1aloula-com-mobile-search {
    padding: 25px;
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.1) 0%, rgba(120, 160, 60, 0.08) 100%);
    border-bottom: 2px solid rgba(107, 142, 35, 0.15);
    margin: 0;
}

.altbah1aloula-com-mobile-search-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0 0 18px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.altbah1aloula-com-mobile-search-title i {
    font-size: 20px;
    color: var(--primary-color);
}

.altbah1aloula-com-mobile-search-form {
    margin: 0;
}

.altbah1aloula-com-mobile-search-input-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid rgba(107, 142, 35, 0.2);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(107, 142, 35, 0.1);
    transition: all 0.3s ease;
}

.altbah1aloula-com-mobile-search-input-wrapper:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(107, 142, 35, 0.25);
    transform: translateY(-2px);
}

.altbah1aloula-com-mobile-search-field {
    flex: 1;
    padding: 16px 20px;
    border: none;
    font-size: 16px;
    font-family: inherit;
    color: #333;
    background: transparent;
    direction: rtl;
}

.altbah1aloula-com-mobile-search-field::placeholder {
    color: #999;
    font-weight: 500;
}

.altbah1aloula-com-mobile-search-field:focus {
    outline: none;
}

.altbah1aloula-com-mobile-search-submit {
    background: linear-gradient(135deg, var(--primary-color) 0%, #ff6b6b 100%);
    color: #fff;
    border: none;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
}

.altbah1aloula-com-mobile-search-submit:hover {
    background: linear-gradient(135deg, #556B2F 0%, var(--primary-color) 100%);
    transform: scale(1.05);
}

.altbah1aloula-com-mobile-search-submit i {
    font-size: 18px;
}

/* Dark Mode - Mobile Menu */
body.altbah1aloula-com-dark-mode .altbah1aloula-com-mobile-menu-overlay {
    background: #1a1a1a;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-mobile-nav-list a {
    color: #e5e5e5;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-mobile-nav-list a:hover,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-mobile-nav-list .current-menu-item > a {
    background: linear-gradient(90deg, rgba(107, 142, 35, 0.2) 0%, rgba(120, 160, 60, 0.1) 100%);
    color: #fff;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-mobile-nav-list li {
    border-bottom-color: rgba(107, 142, 35, 0.2);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-mobile-search {
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.15) 0%, rgba(120, 160, 60, 0.1) 100%);
    border-bottom-color: rgba(107, 142, 35, 0.3);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-mobile-search-input-wrapper {
    background: #2d2d2d;
    border-color: rgba(107, 142, 35, 0.3);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-mobile-search-field {
    color: #e5e5e5;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-mobile-search-field::placeholder {
    color: #999;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-mobile-social {
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.12) 0%, rgba(120, 160, 60, 0.08) 100%);
    border-top-color: rgba(107, 142, 35, 0.3);
    border-bottom-color: rgba(107, 142, 35, 0.3);
}

/* Article & Card Styles */
.altbah1aloula-com-article {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: 20px;
}

.altbah1aloula-com-article:hover {
    box-shadow: var(--shadow-hover);
}

.altbah1aloula-com-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.altbah1aloula-com-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.altbah1aloula-com-card-body {
    padding: 15px;
    flex-grow: 1;
}

.altbah1aloula-com-card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
}

.altbah1aloula-com-card-title a {
    color: var(--text-color);
    text-decoration: none;
}

.altbah1aloula-com-card-title a:hover {
    color: var(--primary-color);
}

.altbah1aloula-com-card-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.altbah1aloula-com-card-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #999;
    margin-top: auto;
}

.altbah1aloula-com-card-category {
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: none;
}

/* Breaking News Section */
.altbah1aloula-com-breaking-news {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 0;
    margin-bottom: 30px;
}

.altbah1aloula-com-breaking-news-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.altbah1aloula-com-breaking-label {
    background: rgba(255,255,255,0.2);
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: bold;
    white-space: nowrap;
}

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

.altbah1aloula-com-breaking-text a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

/* Grid Layouts */
.altbah1aloula-com-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .altbah1aloula-com-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .altbah1aloula-com-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .altbah1aloula-com-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .altbah1aloula-com-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .altbah1aloula-com-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .altbah1aloula-com-grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Section Styles */
.altbah1aloula-com-section {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
}

.altbah1aloula-com-section-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--dark-color);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--primary-color);
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.altbah1aloula-com-section-title a {
    color: var(--dark-color);
    text-decoration: none;
}

@media (max-width: 768px) {
    .altbah1aloula-com-section {
        margin-bottom: 30px;
    }

    .altbah1aloula-com-section-title {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .altbah1aloula-com-section {
        margin-bottom: 25px;
    }

    .altbah1aloula-com-section-title {
        font-size: 18px;
        margin-bottom: 12px;
        padding-bottom: 6px;
        border-bottom-width: 2px;
    }
}

/* Featured Article */
.altbah1aloula-com-featured {
    margin-bottom: 30px;
}

.altbah1aloula-com-featured-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.altbah1aloula-com-featured-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

.altbah1aloula-com-featured-title a {
    color: var(--text-color);
    text-decoration: none;
}

.altbah1aloula-com-featured-title a:hover {
    color: var(--primary-color);
}

/* Single Post Styles */
.altbah1aloula-com-single-post {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.altbah1aloula-com-single-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.altbah1aloula-com-single-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
    color: var(--dark-color);
}

.altbah1aloula-com-single-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    color: #666;
}

.altbah1aloula-com-single-content {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.altbah1aloula-com-single-content p {
    margin-bottom: 15px;
}

.altbah1aloula-com-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

/* Social Share Buttons */
.altbah1aloula-com-social-share {
    display: flex;
    gap: 10px;
    margin: 30px 0;
    padding: 20px;
    background: var(--light-color);
    border-radius: 8px;
}

.altbah1aloula-com-share-btn {
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.altbah1aloula-com-share-btn:hover {
    opacity: 0.9;
}

.altbah1aloula-com-share-facebook {
    background: #1877f2;
}

.altbah1aloula-com-share-twitter {
    background: #1da1f2;
}

.altbah1aloula-com-share-whatsapp {
    background: #25d366;
}

/* Related Posts */
.altbah1aloula-com-related-posts {
    margin-top: 40px;
}

.altbah1aloula-com-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

/* Comments Section */
.altbah1aloula-comments {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid var(--border-color);
}

.altbah1aloula-comment {
    background: var(--light-color);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.altbah1aloula-comment-author {
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--dark-color);
}

.altbah1aloula-comment-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.altbah1aloula-comment-content {
    line-height: 1.6;
}

.altbah1aloula-comment-form {
    background: var(--light-color);
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
}

.altbah1aloula-com-form-group {
    margin-bottom: 20px;
}

.altbah1aloula-com-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.altbah1aloula-com-form-group input,
.altbah1aloula-com-form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-family: inherit;
    font-size: 16px;
}

.altbah1aloula-com-form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.altbah1aloula-com-submit-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.altbah1aloula-com-submit-btn:hover {
    background: #556B2F;
}

/* Footer Styles */
.altbah1aloula-com-footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    padding: 30px 0 20px;
    margin-top: 60px;
    border-top: 3px solid var(--primary-color);
}

/* Footer Categories - Horizontal List Above Footer */
.altbah1aloula-com-footer-categories {
    background: rgba(107, 142, 35, 0.1);
    border-bottom: 2px solid rgba(107, 142, 35, 0.3);
    padding: 20px 0;
    margin-bottom: 25px;
    overflow: hidden;
}

.altbah1aloula-com-footer-categories-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 25px;
}

.altbah1aloula-com-footer-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 25px;
}

.altbah1aloula-com-footer-menu-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.altbah1aloula-com-footer-category-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    background: rgba(107, 142, 35, 0.2);
    border: 1px solid rgba(107, 142, 35, 0.4);
    border-radius: 6px;
    white-space: nowrap;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    display: inline-block;
}

.altbah1aloula-com-footer-menu-empty {
    color: #999;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    display: block;
    padding: 10px;
}

.altbah1aloula-com-footer-category-link:hover {
    background: rgba(107, 142, 35, 0.4);
    border-color: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(107, 142, 35, 0.3);
}

/* Footer Pages - Horizontal List */
.altbah1aloula-com-footer-pages {
    padding: 20px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.altbah1aloula-com-footer-pages-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
}

.altbah1aloula-com-footer-page-link {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    position: relative;
}

.altbah1aloula-com-footer-page-link::after {
    content: '|';
    position: absolute;
    left: -10px;
    color: rgba(255,255,255,0.3);
}

.altbah1aloula-com-footer-page-link:first-child::after {
    display: none;
}

.altbah1aloula-com-footer-page-link:hover {
    color: var(--primary-color);
}

.altbah1aloula-com-footer-page-link.current_page_item {
    color: var(--primary-color);
    font-weight: 700;
}

/* Footer Quick Links - روابط سريعة مميزة 2026 - أعلى الفوتر */
.altbah1aloula-com-footer-quick-links {
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.15) 0%, rgba(75, 0, 0, 0.2) 50%, rgba(120, 0, 0, 0.15) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 3px solid rgba(107, 142, 35, 0.4);
    border-bottom: 3px solid rgba(107, 142, 35, 0.4);
    padding: 30px 20px;
    margin: 0 0 25px 0;
    position: relative;
    overflow: hidden;
}

.altbah1aloula-com-footer-quick-links::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(120, 160, 60, 0.6) 20%, 
        rgba(107, 142, 35, 0.8) 50%, 
        rgba(120, 160, 60, 0.6) 80%, 
        transparent 100%
    );
    box-shadow: 0 2px 10px rgba(120, 160, 60, 0.4);
}

.altbah1aloula-com-footer-quick-links::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(120, 160, 60, 0.6) 20%, 
        rgba(107, 142, 35, 0.8) 50%, 
        rgba(120, 160, 60, 0.6) 80%, 
        transparent 100%
    );
    box-shadow: 0 -2px 10px rgba(120, 160, 60, 0.4);
}

.altbah1aloula-com-footer-quick-links-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.altbah1aloula-com-quick-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 25px;
    min-width: 140px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    text-decoration: none;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.altbah1aloula-com-quick-link i {
    font-size: 32px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 2;
}

.altbah1aloula-com-quick-link-text {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    letter-spacing: 0.5px;
}

/* Gold Link - أسعار الذهب */
.altbah1aloula-com-quick-link.gold-link {
    background: linear-gradient(135deg, 
        rgba(255, 215, 0, 0.25) 0%, 
        rgba(255, 223, 0, 0.2) 50%, 
        rgba(255, 215, 0, 0.25) 100%
    );
    border-color: rgba(255, 215, 0, 0.5);
}

.altbah1aloula-com-quick-link.gold-link i {
    color: #FFD700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
}

.altbah1aloula-com-quick-link.gold-link:hover {
    background: linear-gradient(135deg, 
        rgba(255, 215, 0, 0.4) 0%, 
        rgba(255, 223, 0, 0.35) 50%, 
        rgba(255, 215, 0, 0.4) 100%
    );
    border-color: rgba(255, 215, 0, 0.8);
    box-shadow: 0 12px 32px rgba(255, 215, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.altbah1aloula-com-quick-link.gold-link:hover i {
    filter: drop-shadow(0 6px 16px rgba(255, 215, 0, 0.8));
}

/* Currency Link - محول العملات */
.altbah1aloula-com-quick-link.currency-link {
    background: linear-gradient(135deg, 
        rgba(76, 175, 80, 0.25) 0%, 
        rgba(129, 199, 132, 0.2) 50%, 
        rgba(76, 175, 80, 0.25) 100%
    );
    border-color: rgba(76, 175, 80, 0.5);
}

.altbah1aloula-com-quick-link.currency-link i {
    color: #4CAF50;
    text-shadow: 0 0 20px rgba(76, 175, 80, 0.8);
}

.altbah1aloula-com-quick-link.currency-link:hover {
    background: linear-gradient(135deg, 
        rgba(76, 175, 80, 0.4) 0%, 
        rgba(129, 199, 132, 0.35) 50%, 
        rgba(76, 175, 80, 0.4) 100%
    );
    border-color: rgba(76, 175, 80, 0.8);
    box-shadow: 0 12px 32px rgba(76, 175, 80, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.altbah1aloula-com-quick-link.currency-link:hover i {
    filter: drop-shadow(0 6px 16px rgba(76, 175, 80, 0.8));
}

/* Weather Link - الطقس */
.altbah1aloula-com-quick-link.weather-link {
    background: linear-gradient(135deg, 
        rgba(33, 150, 243, 0.25) 0%, 
        rgba(100, 181, 246, 0.2) 50%, 
        rgba(33, 150, 243, 0.25) 100%
    );
    border-color: rgba(33, 150, 243, 0.5);
}

.altbah1aloula-com-quick-link.weather-link i {
    color: #2196F3;
    text-shadow: 0 0 20px rgba(33, 150, 243, 0.8);
}

.altbah1aloula-com-quick-link.weather-link:hover {
    background: linear-gradient(135deg, 
        rgba(33, 150, 243, 0.4) 0%, 
        rgba(100, 181, 246, 0.35) 50%, 
        rgba(33, 150, 243, 0.4) 100%
    );
    border-color: rgba(33, 150, 243, 0.8);
    box-shadow: 0 12px 32px rgba(33, 150, 243, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.altbah1aloula-com-quick-link.weather-link:hover i {
    filter: drop-shadow(0 6px 16px rgba(33, 150, 243, 0.8));
}

/* Horoscope Link - تواريخ الأبراج */
.altbah1aloula-com-quick-link.horoscope-link {
    background: linear-gradient(135deg, 
        rgba(156, 39, 176, 0.25) 0%, 
        rgba(186, 104, 200, 0.2) 50%, 
        rgba(156, 39, 176, 0.25) 100%
    );
    border-color: rgba(156, 39, 176, 0.5);
}

.altbah1aloula-com-quick-link.horoscope-link i {
    color: #9C27B0;
    text-shadow: 0 0 20px rgba(156, 39, 176, 0.8);
}

.altbah1aloula-com-quick-link.horoscope-link:hover {
    background: linear-gradient(135deg, 
        rgba(156, 39, 176, 0.4) 0%, 
        rgba(186, 104, 200, 0.35) 50%, 
        rgba(156, 39, 176, 0.4) 100%
    );
    border-color: rgba(156, 39, 176, 0.8);
    box-shadow: 0 12px 32px rgba(156, 39, 176, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.altbah1aloula-com-quick-link.horoscope-link:hover i {
    filter: drop-shadow(0 6px 16px rgba(156, 39, 176, 0.8));
}

/* Prayer Link - مواقيت الصلاة */
.altbah1aloula-com-quick-link.prayer-link {
    background: linear-gradient(135deg, 
        rgba(255, 152, 0, 0.25) 0%, 
        rgba(255, 193, 7, 0.2) 50%, 
        rgba(255, 152, 0, 0.25) 100%
    );
    border-color: rgba(255, 152, 0, 0.5);
}

.altbah1aloula-com-quick-link.prayer-link i {
    color: #FF9800;
    text-shadow: 0 0 20px rgba(255, 152, 0, 0.8);
}

.altbah1aloula-com-quick-link.prayer-link:hover {
    background: linear-gradient(135deg, 
        rgba(255, 152, 0, 0.4) 0%, 
        rgba(255, 193, 7, 0.35) 50%, 
        rgba(255, 152, 0, 0.4) 100%
    );
    border-color: rgba(255, 152, 0, 0.8);
    box-shadow: 0 12px 32px rgba(255, 152, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.altbah1aloula-com-quick-link.prayer-link:hover i {
    filter: drop-shadow(0 6px 16px rgba(255, 152, 0, 0.8));
}

/* Footer Bottom - Copyright */
.altbah1aloula-com-footer-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.altbah1aloula-com-footer-bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* Footer Menu Above Copyright - قائمة الفوتر أعلى حقوق النشر */
.altbah1aloula-com-footer-menu-above-copyright {
    width: 100%;
    margin-bottom: 15px;
    display: block !important;
}

.altbah1aloula-com-footer-menu-above-copyright-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px 15px !important;
}

.altbah1aloula-com-footer-menu-above-copyright-list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.altbah1aloula-com-footer-menu-above-copyright-list a {
    color: #ccc !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: inline-block !important;
}

.altbah1aloula-com-footer-menu-above-copyright-list a:hover {
    color: var(--primary-color) !important;
    background: rgba(107, 142, 35, 0.15) !important;
    border-color: rgba(107, 142, 35, 0.3) !important;
}

.altbah1aloula-com-footer-menu-above-copyright-list a.current_page_item {
    color: var(--primary-color) !important;
    background: rgba(107, 142, 35, 0.2) !important;
    border-color: rgba(107, 142, 35, 0.4) !important;
    font-weight: 600 !important;
}

.altbah1aloula-com-copyright-text {
    color: #999;
    font-size: 13px;
    margin: 0;
    line-height: 1.8;
    text-align: center;
}

.altbah1aloula-com-copyright-text-label {
    color: #999;
    font-weight: 500;
}

.altbah1aloula-com-copyright-site {
    color: #fff;
    font-weight: 700;
}

/* DMCA/Copyright Page - صفحة DMCA وحقوق النشر */
.altbah1aloula-com-dmca-page {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.altbah1aloula-com-dmca-header {
    background: linear-gradient(135deg, #6B8E23 0%, #556B2F 100%);
    color: #fff;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.altbah1aloula-com-dmca-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: dmcaHeaderShimmer 8s infinite;
}

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

.altbah1aloula-com-dmca-title {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.altbah1aloula-com-dmca-title i {
    margin-left: 12px;
    font-size: 32px;
}

.altbah1aloula-com-dmca-subtitle {
    font-size: 18px;
    margin: 0;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

.altbah1aloula-com-dmca-section {
    padding: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.altbah1aloula-com-dmca-section:last-of-type {
    border-bottom: none;
}

.altbah1aloula-com-dmca-section-important {
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.05) 0%, rgba(183, 28, 28, 0.08) 100%);
    border-right: 4px solid #6B8E23;
}

.altbah1aloula-com-dmca-section-info {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.05) 0%, rgba(25, 118, 210, 0.08) 100%);
}

.altbah1aloula-com-dmca-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.altbah1aloula-com-dmca-section-header i {
    font-size: 24px;
    color: var(--primary-color);
}

.altbah1aloula-com-dmca-section-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #212121;
    margin: 0;
}

.altbah1aloula-com-dmca-content {
    line-height: 1.8;
    color: #444;
}

.altbah1aloula-com-dmca-content p {
    margin-bottom: 15px;
    font-size: 16px;
}

.altbah1aloula-com-dmca-content strong {
    color: #6B8E23;
    font-weight: 600;
}

.altbah1aloula-com-dmca-notice {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 152, 0, 0.15) 100%);
    border-right: 4px solid #ffc107;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    display: flex;
    gap: 15px;
}

.altbah1aloula-com-dmca-notice i {
    font-size: 24px;
    color: #ff9800;
    flex-shrink: 0;
    margin-top: 2px;
}

.altbah1aloula-com-dmca-notice p {
    margin: 0;
    color: #e65100;
    font-weight: 500;
}

.altbah1aloula-com-dmca-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.altbah1aloula-com-dmca-list li {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    border-bottom: 1px solid #f0f0f0;
}

.altbah1aloula-com-dmca-list li:last-child {
    border-bottom: none;
}

.altbah1aloula-com-dmca-list li i {
    position: absolute;
    right: 0;
    top: 12px;
    color: #4caf50;
    font-size: 18px;
}

.altbah1aloula-com-dmca-contact-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.altbah1aloula-com-dmca-contact-box {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.altbah1aloula-com-dmca-contact-box:hover {
    border-color: var(--primary-color);
    box-shadow: 0 8px 20px rgba(107, 142, 35, 0.15);
    transform: translateY(-3px);
}

.altbah1aloula-com-dmca-contact-box i {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: block;
}

.altbah1aloula-com-dmca-contact-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    margin: 0 0 12px 0;
}

.altbah1aloula-com-dmca-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    word-break: break-all;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 6px;
    background: rgba(107, 142, 35, 0.05);
    transition: all 0.3s ease;
}

.altbah1aloula-com-dmca-link:hover {
    background: rgba(107, 142, 35, 0.15);
    color: #556B2F;
}

.altbah1aloula-com-dmca-requirements,
.altbah1aloula-com-dmca-process {
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border-right: 4px solid #2196F3;
}

.altbah1aloula-com-dmca-requirements h3,
.altbah1aloula-com-dmca-process h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1976d2;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.altbah1aloula-com-dmca-requirements h3 i,
.altbah1aloula-com-dmca-process h3 i {
    font-size: 22px;
}

.altbah1aloula-com-dmca-process {
    border-right-color: #4caf50;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.05) 0%, rgba(129, 199, 132, 0.08) 100%);
}

.altbah1aloula-com-dmca-process h3 {
    color: #388e3c;
}

.altbah1aloula-com-dmca-footer-note {
    padding: 20px 30px;
    background: #f5f5f5;
    text-align: center;
    border-top: 2px solid #e0e0e0;
}

.altbah1aloula-com-dmca-footer-note p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.altbah1aloula-com-dmca-footer-note i {
    margin-left: 8px;
    color: var(--primary-color);
}

/* Dark Mode Support */
body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-page {
    background: #1e1e1e;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-section {
    border-bottom-color: #333;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-section-header {
    border-bottom-color: #333;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-section-header h2 {
    color: #fff;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-content {
    color: #e0e0e0;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-list li {
    border-bottom-color: #333;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-contact-box {
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
    border-color: #444;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-contact-box h3 {
    color: #fff;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-requirements,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-process {
    background: #252525;
    border-right-color: #444;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-footer-note {
    background: #1a1a1a;
    border-top-color: #333;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-dmca-footer-note p {
    color: #999;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .altbah1aloula-com-dmca-page {
        margin: 20px auto;
        border-radius: 0;
    }
    
    .altbah1aloula-com-dmca-header {
        padding: 30px 20px;
    }
    
    .altbah1aloula-com-dmca-title {
        font-size: 28px;
    }
    
    .altbah1aloula-com-dmca-title i {
        font-size: 24px;
    }
    
    .altbah1aloula-com-dmca-subtitle {
        font-size: 16px;
    }
    
    .altbah1aloula-com-dmca-section {
        padding: 20px;
    }
    
    .altbah1aloula-com-dmca-section-header h2 {
        font-size: 20px;
    }
    
    .altbah1aloula-com-dmca-contact-boxes {
        grid-template-columns: 1fr;
    }
    
    .altbah1aloula-com-dmca-requirements,
    .altbah1aloula-com-dmca-process {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .altbah1aloula-com-dmca-header {
        padding: 25px 15px;
    }
    
    .altbah1aloula-com-dmca-title {
        font-size: 24px;
    }
    
    .altbah1aloula-com-dmca-section {
        padding: 15px;
    }
    
    .altbah1aloula-com-dmca-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .altbah1aloula-com-dmca-section-header h2 {
        font-size: 18px;
    }
    
    .altbah1aloula-com-dmca-content p {
        font-size: 15px;
    }
    
    .altbah1aloula-com-dmca-list li {
        font-size: 15px;
        padding-right: 30px;
    }
}

/* Privacy Policy Page - صفحة سياسة الخصوصية */
.altbah1aloula-com-privacy-page {
    max-width: 1000px;
    margin: 40px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.altbah1aloula-com-privacy-header {
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
    color: #fff;
    padding: 50px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.altbah1aloula-com-privacy-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: privacyHeaderShimmer 10s infinite;
}

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

.altbah1aloula-com-privacy-title {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.altbah1aloula-com-privacy-title i {
    margin-left: 15px;
    font-size: 36px;
}

.altbah1aloula-com-privacy-subtitle {
    font-size: 20px;
    margin: 0;
    opacity: 0.95;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

/* Privacy Tabs */
.altbah1aloula-com-privacy-tabs {
    display: flex;
    background: #f5f5f5;
    border-bottom: 2px solid #e0e0e0;
    padding: 0;
    margin: 0;
}

.altbah1aloula-com-privacy-tab {
    flex: 1;
    padding: 18px 25px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.altbah1aloula-com-privacy-tab:hover {
    background: rgba(25, 118, 210, 0.1);
    color: #1976d2;
}

.altbah1aloula-com-privacy-tab.active {
    background: #fff;
    color: #1976d2;
    border-bottom-color: #1976d2;
}

.altbah1aloula-com-privacy-tab i {
    font-size: 20px;
}

/* Privacy Content */
.altbah1aloula-com-privacy-content {
    padding: 0;
}

.altbah1aloula-com-privacy-section {
    padding: 35px 40px;
    border-bottom: 1px solid #e0e0e0;
}

.altbah1aloula-com-privacy-section:last-child {
    border-bottom: none;
}

.altbah1aloula-com-privacy-section-important {
    background: linear-gradient(135deg, rgba(25, 118, 210, 0.05) 0%, rgba(21, 101, 192, 0.08) 100%);
    border-right: 4px solid #1976d2;
}

.altbah1aloula-com-privacy-section-contact {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.05) 0%, rgba(56, 142, 60, 0.08) 100%);
    border-right: 4px solid #4caf50;
}

.altbah1aloula-com-privacy-section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 2px solid #e0e0e0;
}

.altbah1aloula-com-privacy-section-header i {
    font-size: 28px;
    color: #1976d2;
}

.altbah1aloula-com-privacy-section-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #212121;
    margin: 0;
}

.altbah1aloula-com-privacy-content-text {
    line-height: 1.9;
    color: #444;
    font-size: 17px;
}

.altbah1aloula-com-privacy-content-text p {
    margin-bottom: 18px;
}

.altbah1aloula-com-privacy-content-text strong {
    color: #1976d2;
    font-weight: 600;
}

.altbah1aloula-com-privacy-content-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 30px 0 15px 0;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.altbah1aloula-com-privacy-content-text h3:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.altbah1aloula-com-privacy-content-text a {
    color: #1976d2;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.altbah1aloula-com-privacy-content-text a:hover {
    color: #1565c0;
    border-bottom-color: #1565c0;
}

.altbah1aloula-com-privacy-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.altbah1aloula-com-privacy-list li {
    padding: 12px 0 12px 30px;
    position: relative;
    font-size: 17px;
    line-height: 1.8;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
}

.altbah1aloula-com-privacy-list li:last-child {
    border-bottom: none;
}

.altbah1aloula-com-privacy-list li::before {
    content: '▸';
    position: absolute;
    right: 0;
    top: 12px;
    color: #1976d2;
    font-size: 18px;
    font-weight: bold;
}

.altbah1aloula-com-privacy-contact-info {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
    border-right: 4px solid #4caf50;
}

.altbah1aloula-com-privacy-contact-info p {
    margin: 10px 0;
    font-size: 17px;
}

.altbah1aloula-com-privacy-contact-info a {
    color: #4caf50;
    font-weight: 600;
}

.altbah1aloula-com-privacy-contact-info a:hover {
    color: #388e3c;
}

/* Dark Mode Support */
body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-page {
    background: #1e1e1e;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-tabs {
    background: #2a2a2a;
    border-bottom-color: #444;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-tab {
    color: #ccc;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-tab:hover {
    background: rgba(25, 118, 210, 0.2);
    color: #64b5f6;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-tab.active {
    background: #1e1e1e;
    color: #64b5f6;
    border-bottom-color: #64b5f6;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-section {
    border-bottom-color: #333;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-section-header {
    border-bottom-color: #333;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-section-header h2 {
    color: #fff;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-content-text {
    color: #e0e0e0;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-content-text h3 {
    color: #fff;
    border-top-color: #333;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-list li {
    border-bottom-color: #333;
    color: #d0d0d0;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-privacy-contact-info {
    background: #252525;
    border-right-color: #4caf50;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .altbah1aloula-com-privacy-page {
        margin: 20px auto;
        border-radius: 0;
    }
    
    .altbah1aloula-com-privacy-header {
        padding: 35px 20px;
    }
    
    .altbah1aloula-com-privacy-title {
        font-size: 32px;
    }
    
    .altbah1aloula-com-privacy-title i {
        font-size: 28px;
    }
    
    .altbah1aloula-com-privacy-subtitle {
        font-size: 18px;
    }
    
    .altbah1aloula-com-privacy-tab {
        padding: 15px 15px;
        font-size: 16px;
    }
    
    .altbah1aloula-com-privacy-section {
        padding: 25px 20px;
    }
    
    .altbah1aloula-com-privacy-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .altbah1aloula-com-privacy-section-header h2 {
        font-size: 24px;
    }
    
    .altbah1aloula-com-privacy-content-text {
        font-size: 16px;
    }
    
    .altbah1aloula-com-privacy-content-text h3 {
        font-size: 20px;
    }
    
    .altbah1aloula-com-privacy-list li {
        font-size: 16px;
        padding-right: 25px;
    }
}

@media (max-width: 480px) {
    .altbah1aloula-com-privacy-header {
        padding: 30px 15px;
    }
    
    .altbah1aloula-com-privacy-title {
        font-size: 26px;
    }
    
    .altbah1aloula-com-privacy-tab {
        padding: 12px 10px;
        font-size: 14px;
        flex-direction: column;
        gap: 5px;
    }
    
    .altbah1aloula-com-privacy-section {
        padding: 20px 15px;
    }
    
    .altbah1aloula-com-privacy-section-header h2 {
        font-size: 20px;
    }
    
    .altbah1aloula-com-privacy-content-text {
        font-size: 15px;
    }
    
    .altbah1aloula-com-privacy-content-text h3 {
        font-size: 18px;
    }
}

/* Search Page */
.altbah1aloula-com-search-form {
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
}

.altbah1aloula-com-search-input {
    flex: 1;
    padding: 12px;
    border: 2px solid var(--border-color);
    border-radius: 4px;
    font-size: 16px;
}

.altbah1aloula-com-search-input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.altbah1aloula-com-search-results {
    margin-top: 30px;
}

.altbah1aloula-com-search-result {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

/* Ad Spaces */
.altbah1aloula-com-ad-space {
    background: var(--light-color);
    padding: 20px;
    text-align: center;
    margin: 30px 0;
    border-radius: 8px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

/* Responsive Design */
/* Desktop First Approach - 993px and above */
@media (min-width: 993px) {
    /* إظهار شريط الأخبار على الديسكتوب - Fixed at top */
    .altbah1aloula-com-header-top {
        display: flex !important;
        position: fixed !important;
        top: 0 !important;
        z-index: 1000 !important;
    }

    .altbah1aloula-com-header-main {
        top: 48px !important; /* Position below header-top + 3px gap */
    }

    .altbah1aloula-com-nav-wrapper {
        display: flex !important;
    }

    .altbah1aloula-com-mobile-menu-toggle {
        display: none !important;
    }

    .altbah1aloula-com-mobile-menu-overlay {
        display: none !important;
    }

    .altbah1aloula-com-mobile-menu-backdrop {
        display: none !important;
    }

    .altbah1aloula-com-header-inner {
        flex-wrap: nowrap;
    }

    .altbah1aloula-com-nav {
        flex-wrap: nowrap;
        gap: 3px;
    }

    .altbah1aloula-com-nav a {
        font-size: 14px;
        padding: 10px 15px;
    }

    .altbah1aloula-com-logo-wrapper {
        flex: 0 0 auto;
    }

    .altbah1aloula-com-header-actions {
        flex: 0 0 auto;
    }
}

/* Tablet and Below - 992px and below */
@media (max-width: 992px) {
    /* إخفاء شريط الأخبار بالكامل من الموبايل */
    .altbah1aloula-com-header-top {
        display: none !important;
    }

    .altbah1aloula-com-nav-wrapper {
        display: none !important;
    }

    .altbah1aloula-com-mobile-menu-toggle {
        display: flex !important;
    }

    /* Main Content - Add padding for fixed header-main only (header-top is hidden) */
    .altbah1aloula-com-main {
        padding-top: 130px; /* 120px header-main (fixed) + 10px spacing */
    }

    /* Mobile Header - Fixed at top (header-top is hidden) */
    .altbah1aloula-com-header-main {
        margin-bottom: 20px;
        height: 60px !important;
        overflow: visible !important;
        position: fixed !important;
        top: 0 !important; /* At top since header-top is hidden */
        left: 0 !important;
        right: 0 !important;
        z-index: 999 !important;
        transform: translateY(0);
        transition: transform 0.3s ease-in-out;
    }
    
    /* Header States - Show/Hide on Scroll - Tablet */
    .altbah1aloula-com-header-main.header-visible {
        transform: translateY(0);
    }
    
    .altbah1aloula-com-header-main.header-hidden {
        transform: translateY(-100%);
    }
    
    /* Admin Bar Support - Tablet */
    .admin-bar .altbah1aloula-com-header-main {
        top: 32px;
    }
    
    .admin-bar .altbah1aloula-com-header-main.header-visible {
        transform: translateY(0);
    }
    
    .admin-bar .altbah1aloula-com-header-main.header-hidden {
        transform: translateY(-100%);
    }

    .altbah1aloula-com-header-main .altbah1aloula-com-container {
        padding: 0 !important;
        height: 100%;
        max-width: 100%;
        overflow: visible !important;
        box-sizing: border-box;
    }

    .altbah1aloula-com-header-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: 100% !important;
        width: 100% !important;
        position: relative !important;
        direction: rtl !important;
        gap: 0 !important;
        max-width: 100% !important;
        overflow: visible !important;
        box-sizing: border-box !important;
        padding: 0 !important;
    }

    /* Logo - Right Side (في RTL) */
    .altbah1aloula-com-logo-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        min-width: 0 !important;
        flex: 1 !important;
        max-width: none !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        margin-left: 50px !important;
        padding-right: 50px !important;
        padding-left: 0 !important;
        order: 1 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .altbah1aloula-com-logo-wrapper img,
    .altbah1aloula-com-logo-image {
        max-height: 45px !important;
        max-width: 200px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)) !important;
        transition: transform 0.3s ease !important;
    }
    
    .altbah1aloula-com-logo-wrapper:hover img,
    .altbah1aloula-com-logo-wrapper:hover .altbah1aloula-com-logo-image {
        transform: scale(1.05) !important;
    }
    
    .altbah1aloula-com-logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .altbah1aloula-com-logo-image-link {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Header Actions - تصميم احترافي للأزرار */
    .altbah1aloula-com-header-actions {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        flex-shrink: 0 !important;
        direction: rtl !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
        order: 2 !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative;
        z-index: 3;
    }

    /* Menu Button - زر القائمة (الأول من اليمين في RTL) */
    .altbah1aloula-com-mobile-menu-toggle {
        flex-shrink: 0 !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        background: rgba(255,255,255,0.2) !important;
        border: 2px solid rgba(255,255,255,0.35) !important;
        border-radius: 10px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        cursor: pointer !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2) !important;
        position: relative;
    }
    
    .altbah1aloula-com-mobile-menu-toggle:hover {
        background: rgba(255,255,255,0.3) !important;
        border-color: rgba(255,255,255,0.5) !important;
        transform: scale(1.08) !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3) !important;
    }
    
    .altbah1aloula-com-mobile-menu-toggle:active {
        transform: scale(0.95) !important;
    }
    
    .altbah1aloula-com-menu-icon-line {
        width: 22px !important;
        height: 3px !important;
        background: #fff !important;
        border-radius: 3px !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    }

    /* Dark Mode Toggle - زر الوضع الليلي (الأوسط) */
    .altbah1aloula-com-dark-mode-toggle {
        flex-shrink: 0 !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        background: rgba(255,255,255,0.2) !important;
        border: 2px solid rgba(255,255,255,0.35) !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2) !important;
        position: relative;
    }
    
    .altbah1aloula-com-dark-mode-toggle:hover {
        background: rgba(255,255,255,0.3) !important;
        border-color: rgba(255,255,255,0.5) !important;
        transform: scale(1.08) !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3) !important;
    }
    
    .altbah1aloula-com-dark-mode-toggle:active {
        transform: scale(0.95) !important;
    }
    
    .altbah1aloula-com-dark-mode-toggle i {
        font-size: 18px !important;
        color: #fff !important;
        text-shadow: 0 1px 3px rgba(0,0,0,0.3) !important;
    }
    
    /* Search Button - زر البحث (الأخير من اليسار في RTL) */
    .altbah1aloula-com-search-icon-btn {
        flex-shrink: 0 !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        background: rgba(255,255,255,0.2) !important;
        border: 2px solid rgba(255,255,255,0.35) !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2) !important;
        position: relative;
    }
    
    .altbah1aloula-com-search-icon-btn:hover {
        background: rgba(255,255,255,0.3) !important;
        border-color: rgba(255,255,255,0.5) !important;
        transform: scale(1.08) !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3) !important;
    }
    
    .altbah1aloula-com-search-icon-btn:active {
        transform: scale(0.95) !important;
    }
    
    .altbah1aloula-com-search-icon-btn i {
        font-size: 18px !important;
        color: #fff !important;
        text-shadow: 0 1px 3px rgba(0,0,0,0.3) !important;
    }
}

@media (max-width: 768px) {
    /* Main Content - Add padding for fixed header on mobile */
    .altbah1aloula-com-main {
        padding-top: 130px !important; /* 120px header height + 10px spacing */
    }
    
    /* Mobile Header - تصميم احترافي جديد للموبايل */
    .altbah1aloula-com-header-main {
        margin-bottom: 0 !important;
        height: 120px !important; /* ارتفاع الهيدر 120 بكسل */
        overflow: visible !important;
        background: linear-gradient(135deg, rgba(85, 107, 47, 0.98) 0%, rgba(75, 0, 0, 1) 50%, rgba(120, 0, 0, 0.98) 100%) !important;
        backdrop-filter: blur(25px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(25px) saturate(180%) !important;
        border-bottom: 3px solid rgba(107, 142, 35, 0.5) !important;
        box-shadow: 0 6px 25px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.15) !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 999 !important;
        transform: translateY(0) !important;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    
    .altbah1aloula-com-header-main::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, 
            transparent 0%, 
            rgba(120, 160, 60, 0.8) 25%, 
            rgba(107, 142, 35, 1) 50%, 
            rgba(120, 160, 60, 0.8) 75%, 
            transparent 100%
        );
        box-shadow: 0 2px 8px rgba(120, 160, 60, 0.5);
        z-index: 1;
    }
    
    /* Header States - Show/Hide on Scroll - Mobile */
    .altbah1aloula-com-header-main.header-visible {
        transform: translateY(0) !important;
    }
    
    .altbah1aloula-com-header-main.header-hidden {
        transform: translateY(-100%) !important;
    }
    
    /* Admin Bar Support - Mobile */
    .admin-bar .altbah1aloula-com-header-main {
        top: 46px !important;
    }
    
    .admin-bar .altbah1aloula-com-header-main.header-visible {
        transform: translateY(0) !important;
    }
    
    .admin-bar .altbah1aloula-com-header-main.header-hidden {
        transform: translateY(-100%) !important;
    }

    .altbah1aloula-com-header-main .altbah1aloula-com-container {
        padding: 0 15px !important;
        height: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        box-sizing: border-box !important;
        position: relative;
        z-index: 2;
    }

    .altbah1aloula-com-header-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: 100% !important;
        width: 100% !important;
        position: relative !important;
        direction: rtl !important;
        gap: 12px !important;
        max-width: 100% !important;
        overflow: visible !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        z-index: 2 !important;
    }

    .altbah1aloula-com-nav-wrapper {
        display: none !important;
    }

    /* Logo - تحسين احترافي للشعار في الموبايل */
    .altbah1aloula-com-logo-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        max-width: calc(100% - 200px) !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 0 10px !important;
        order: 1 !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative;
    }

    .altbah1aloula-com-logo {
        font-size: 18px !important;
        font-weight: 700 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        color: #fff !important;
        text-decoration: none !important;
        line-height: 1.2 !important;
    }

    .altbah1aloula-com-logo-wrapper img,
    .altbah1aloula-com-logo-image {
        max-height: 42px !important;
        max-width: 180px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .altbah1aloula-com-logo-image-link {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        line-height: 0 !important;
    }

    /* Header Actions - تحسين الأزرار للموبايل */
    .altbah1aloula-com-header-actions {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        flex-shrink: 0 !important;
        direction: rtl !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
        order: 2 !important;
    }

    /* Menu Button - زر القائمة */
    .altbah1aloula-com-mobile-menu-toggle {
        flex-shrink: 0 !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        background: rgba(255,255,255,0.18) !important;
        border: 1.5px solid rgba(255,255,255,0.3) !important;
        border-radius: 8px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .altbah1aloula-com-mobile-menu-toggle:hover {
        background: rgba(255,255,255,0.25) !important;
        border-color: rgba(255,255,255,0.4) !important;
        transform: scale(1.05) !important;
    }
    
    .altbah1aloula-com-menu-icon-line {
        width: 20px !important;
        height: 2.5px !important;
        background: #fff !important;
        border-radius: 2px !important;
        transition: all 0.2s ease !important;
    }

    /* Dark Mode Toggle - زر الوضع الليلي */
    .altbah1aloula-com-dark-mode-toggle {
        flex-shrink: 0 !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        background: rgba(255,255,255,0.18) !important;
        border: 1.5px solid rgba(255,255,255,0.3) !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #fff !important;
    }
    
    .altbah1aloula-com-dark-mode-toggle:hover {
        background: rgba(255,255,255,0.25) !important;
        border-color: rgba(255,255,255,0.4) !important;
        transform: scale(1.05) !important;
    }
    
    .altbah1aloula-com-dark-mode-toggle i {
        font-size: 18px !important;
        color: #fff !important;
    }
    
    /* Search Button - زر البحث */
    .altbah1aloula-com-search-icon-btn {
        flex-shrink: 0 !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        background: rgba(255,255,255,0.18) !important;
        border: 1.5px solid rgba(255,255,255,0.3) !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #fff !important;
    }
    
    .altbah1aloula-com-search-icon-btn:hover {
        background: rgba(255,255,255,0.25) !important;
        border-color: rgba(255,255,255,0.4) !important;
        transform: scale(1.05) !important;
    }
    
    .altbah1aloula-com-search-icon-btn i {
        font-size: 18px !important;
        color: #fff !important;
    }

    /* Other Elements */
    .altbah1aloula-com-latest-news-label {
        font-size: 11px;
        padding: 3px 10px;
    }

    .altbah1aloula-com-latest-news-item {
        font-size: 11px;
    }

    .altbah1aloula-com-follow-text {
        display: none;
    }

    /* Sections Grid */
    .altbah1aloula-com-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 15px;
    }

    .altbah1aloula-com-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .altbah1aloula-com-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .altbah1aloula-com-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .altbah1aloula-com-featured-title {
        font-size: 24px;
    }

    .altbah1aloula-com-single-title {
        font-size: 28px;
    }

    .altbah1aloula-com-breaking-news-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .altbah1aloula-com-breaking-label {
        font-size: 12px;
        padding: 4px 12px;
    }

    .altbah1aloula-com-social-share {
        flex-direction: column;
    }

    /* Footer Responsive */
    .altbah1aloula-com-footer-categories-inner {
        gap: 10px 15px;
    }

    .altbah1aloula-com-footer-category-link {
        font-size: 12px;
        padding: 6px 12px;
    }

    .altbah1aloula-com-footer-pages-inner {
        gap: 8px 15px;
    }

    .altbah1aloula-com-footer-page-link {
        font-size: 12px;
        padding: 4px 8px;
    }

    .altbah1aloula-com-copyright-text {
        font-size: 11px;
    }

    .altbah1aloula-com-mobile-menu-overlay {
        width: 100%;
        max-width: 100%;
    }

    .altbah1aloula-com-section-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    /* Main Content - Add padding for fixed header on small mobile */
    .altbah1aloula-com-main {
        padding-top: 130px !important; /* 120px header height + 10px spacing */
    }
    
    /* Mobile Header - تحسين للشاشات الصغيرة */
    .altbah1aloula-com-header-main {
        height: 65px !important;
        margin-bottom: 0 !important;
        overflow: visible !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 999 !important;
        transform: translateY(0) !important;
        transition: transform 0.3s ease-in-out !important;
    }
    
    /* Header States - Show/Hide on Scroll - Small Mobile */
    .altbah1aloula-com-header-main.header-visible {
        transform: translateY(0) !important;
    }
    
    .altbah1aloula-com-header-main.header-hidden {
        transform: translateY(-100%) !important;
    }
    
    /* Admin Bar Support - Small Mobile */
    .admin-bar .altbah1aloula-com-header-main {
        top: 46px !important;
    }
    
    .admin-bar .altbah1aloula-com-header-main.header-visible {
        transform: translateY(0) !important;
    }
    
    .admin-bar .altbah1aloula-com-header-main.header-hidden {
        transform: translateY(-100%) !important;
    }

    .altbah1aloula-com-header-main .altbah1aloula-com-container {
        padding: 0 12px !important;
        height: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .altbah1aloula-com-header-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: 100% !important;
        width: 100% !important;
        position: relative !important;
        direction: rtl !important;
        gap: 8px !important;
        max-width: 100% !important;
        overflow: visible !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        z-index: 2 !important;
    }

    .altbah1aloula-com-nav-wrapper {
        display: none !important;
    }

    /* Logo - تحسين الشعار للشاشات الصغيرة */
    .altbah1aloula-com-logo-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        max-width: calc(100% - 165px) !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 0 8px !important;
        order: 1 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .altbah1aloula-com-logo {
        font-size: 16px !important;
        font-weight: 700 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        color: #fff !important;
        text-decoration: none !important;
        line-height: 1.2 !important;
    }

    .altbah1aloula-com-logo-wrapper img,
    .altbah1aloula-com-logo-image {
        max-height: 42px !important;
        max-width: 180px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)) !important;
        transition: transform 0.3s ease !important;
    }
    
    .altbah1aloula-com-logo-wrapper:hover img,
    .altbah1aloula-com-logo-wrapper:hover .altbah1aloula-com-logo-image {
        transform: scale(1.05) !important;
    }
    
    .altbah1aloula-com-logo-image-link {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        line-height: 0 !important;
    }
    
    .altbah1aloula-com-logo {
        font-size: 18px !important;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
    }

    /* Header Actions - تحسين احترافي للأزرار في الشاشات الصغيرة */
    .altbah1aloula-com-header-actions {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        flex-shrink: 0 !important;
        direction: rtl !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
        order: 2 !important;
        position: relative;
        z-index: 3;
    }

    /* Menu Button - زر القائمة (الأول من اليمين) */
    .altbah1aloula-com-mobile-menu-toggle {
        flex-shrink: 0 !important;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        background: rgba(255,255,255,0.2) !important;
        border: 2px solid rgba(255,255,255,0.35) !important;
        border-radius: 10px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        cursor: pointer !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2) !important;
    }
    
    .altbah1aloula-com-mobile-menu-toggle:hover {
        background: rgba(255,255,255,0.3) !important;
        border-color: rgba(255,255,255,0.5) !important;
        transform: scale(1.08) !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3) !important;
    }
    
    .altbah1aloula-com-mobile-menu-toggle:active {
        transform: scale(0.95) !important;
    }
    
    .altbah1aloula-com-menu-icon-line {
        width: 20px !important;
        height: 3px !important;
        background: #fff !important;
        border-radius: 3px !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    }

    /* Dark Mode Toggle - زر الوضع الليلي (الأوسط) */
    .altbah1aloula-com-dark-mode-toggle {
        flex-shrink: 0 !important;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        background: rgba(255,255,255,0.2) !important;
        border: 2px solid rgba(255,255,255,0.35) !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2) !important;
    }
    
    .altbah1aloula-com-dark-mode-toggle:hover {
        background: rgba(255,255,255,0.3) !important;
        border-color: rgba(255,255,255,0.5) !important;
        transform: scale(1.08) !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3) !important;
    }
    
    .altbah1aloula-com-dark-mode-toggle:active {
        transform: scale(0.95) !important;
    }
    
    .altbah1aloula-com-dark-mode-toggle i {
        font-size: 17px !important;
        color: #fff !important;
        text-shadow: 0 1px 3px rgba(0,0,0,0.3) !important;
    }
    
    /* Search Button - زر البحث (الأخير) */
    .altbah1aloula-com-search-icon-btn {
        flex-shrink: 0 !important;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        background: rgba(255,255,255,0.2) !important;
        border: 2px solid rgba(255,255,255,0.35) !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2) !important;
    }
    
    .altbah1aloula-com-search-icon-btn:hover {
        background: rgba(255,255,255,0.3) !important;
        border-color: rgba(255,255,255,0.5) !important;
        transform: scale(1.08) !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3) !important;
    }
    
    .altbah1aloula-com-search-icon-btn:active {
        transform: scale(0.95) !important;
    }
    
    .altbah1aloula-com-search-icon-btn i {
        font-size: 17px !important;
        color: #fff !important;
        text-shadow: 0 1px 3px rgba(0,0,0,0.3) !important;
    }

    .altbah1aloula-com-header-top {
        height: 45px;
    }

    .altbah1aloula-com-header-top-inner {
        font-size: 11px;
    }

    .altbah1aloula-com-header-date span {
        display: none;
    }

    .altbah1aloula-com-social-link {
        width: 26px;
        height: 26px;
    }

    .altbah1aloula-com-social-link i {
        font-size: 11px;
    }

    .altbah1aloula-com-news-scroll-item {
        line-height: 45px;
        font-size: 11px;
        padding: 0 6px;
        min-width: fit-content;
    }

    .altbah1aloula-com-news-scroll-inner {
        gap: 15px;
        animation-duration: 40s;
        direction: rtl;
    }
    
    .altbah1aloula-com-news-scroll-container {
        direction: rtl;
    }

    .altbah1aloula-com-latest-news-label {
        font-size: 10px;
        padding: 3px 8px;
    }

    .altbah1aloula-com-latest-news-label i {
        font-size: 9px;
    }

    /* Sections Grid - Mobile */
    .altbah1aloula-com-grid,
    .altbah1aloula-com-grid-2,
    .altbah1aloula-com-grid-3,
    .altbah1aloula-com-grid-4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .altbah1aloula-com-featured-image {
        height: 250px;
    }

    .altbah1aloula-com-featured-title {
        font-size: 20px;
    }

    .altbah1aloula-com-single-post {
        padding: 20px;
    }

    .altbah1aloula-com-single-title {
        font-size: 24px;
    }

    .altbah1aloula-com-search-form-wrapper {
        padding: 25px 20px;
    }
    
    .altbah1aloula-com-search-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .altbah1aloula-com-search-input-wrapper {
        flex-direction: column;
        gap: 0;
    }
    
    .altbah1aloula-com-search-field {
        padding: 15px 20px;
        font-size: 16px;
        border-radius: 0;
    }
    
    .altbah1aloula-com-search-submit {
        padding: 15px 25px;
        font-size: 16px;
        border-right: none;
        border-top: 2px solid rgba(107, 142, 35, 0.3);
        border-radius: 0 0 10px 10px;
    }
    
    .altbah1aloula-com-search-results {
        max-height: 400px;
    }
    
    .altbah1aloula-com-search-result-item {
        flex-direction: column;
        gap: 12px;
        padding: 12px;
    }
    
    .altbah1aloula-com-search-result-image {
        width: 100%;
        height: 150px;
    }
    
    .altbah1aloula-com-search-result-title {
        font-size: 16px;
    }
    
    .altbah1aloula-com-search-result-excerpt {
        font-size: 13px;
    }

    .altbah1aloula-com-mobile-menu-header {
        padding: 15px;
    }

    .altbah1aloula-com-mobile-nav-list a {
        padding: 15px 20px;
        font-size: 15px;
    }

    .altbah1aloula-com-section-title {
        font-size: 17px; /* Reduced by 1px for mobile */
    }
    
    /* Homepage section titles - reduced by 1px for mobile */
    .altbah1aloula-com-home-section .altbah1aloula-com-section-title {
        font-size: 27px; /* Reduced by 1px from 28px */
    }
    
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-section-title {
        font-size: 27px; /* Reduced by 1px from 28px */
    }

    /* Footer Responsive - Mobile */
    .altbah1aloula-com-footer-categories {
        padding: 15px 0;
    }
    
    .altbah1aloula-com-footer-categories-inner {
        gap: 8px 12px;
    }
    
    .altbah1aloula-com-footer-category-link {
        font-size: 11px;
        padding: 5px 10px;
    }
    
    .altbah1aloula-com-footer-pages {
        padding: 15px 0;
    }
    
    .altbah1aloula-com-footer-pages-inner {
        gap: 6px 12px;
    }
    
    .altbah1aloula-com-footer-page-link {
        font-size: 11px;
        padding: 3px 6px;
    }
    
    /* Footer Menu Above Copyright - Small Mobile */
    .altbah1aloula-com-footer-menu-above-copyright-list {
        gap: 5px 8px !important;
    }
    
    .altbah1aloula-com-footer-menu-above-copyright-list a {
        font-size: 11px !important;
        padding: 4px 8px !important;
    }
    
    /* Footer Quick Links - Mobile */
    .altbah1aloula-com-footer-quick-links {
        padding: 20px 15px;
        margin: 0 0 20px 0;
    }
    
    .altbah1aloula-com-footer-quick-links-inner {
        gap: 12px;
    }
    
    .altbah1aloula-com-quick-link {
        min-width: 110px;
        padding: 15px 18px;
        gap: 8px;
    }
    
    .altbah1aloula-com-quick-link i {
        font-size: 26px;
    }
    
    .altbah1aloula-com-quick-link-text {
        font-size: 13px;
    }
    
    .altbah1aloula-com-copyright-text {
        font-size: 10px;
        line-height: 1.6;
    }

    .altbah1aloula-com-card-title {
        font-size: 15px; /* Reduced by 1px for mobile */
    }
}

/* Post Navigation */
.altbah1aloula-com-post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid var(--border-color);
}

.altbah1aloula-com-nav-previous a,
.altbah1aloula-com-nav-next a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.altbah1aloula-com-nav-previous a:hover,
.altbah1aloula-com-nav-next a:hover {
    color: var(--dark-color);
}

/* Comment List */
.altbah1aloula-comment-list {
    list-style: none;
    padding: 0;
}

.altbah1aloula-comment-item {
    margin-bottom: 20px;
}

.altbah1aloula-comment-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.altbah1aloula-comment-header img {
    border-radius: 50%;
}

.altbah1aloula-comment-reply {
    margin-top: 10px;
}

.altbah1aloula-comment-reply a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.altbah1aloula-comment-reply a:hover {
    text-decoration: underline;
}

.altbah1aloula-comment-awaiting-moderation {
    color: #ff9800;
    font-style: italic;
}

/* Tags */
.altbah1aloula-com-single-tags {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.altbah1aloula-com-tag {
    display: inline-block;
    padding: 5px 12px;
    margin: 5px 5px 5px 0;
    background: var(--light-color);
    color: var(--text-color);
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.altbah1aloula-com-tag:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Category Header */
/* Category Page Styles */
.altbah1aloula-com-category-page-header {
    margin-bottom: 8px;
    padding: 8px;
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.6) 0%, rgba(75, 0, 0, 0.8) 50%, rgba(120, 0, 0, 0.6) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(107, 142, 35, 0.3);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.altbah1aloula-com-category-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.2) 0%, transparent 50%, rgba(85, 107, 47, 0.2) 100%);
    pointer-events: none;
}

.altbah1aloula-com-category-page-header::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(107, 142, 35, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.altbah1aloula-com-category-page-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
    text-shadow: 0 3px 8px rgba(0,0,0,0.6), 0 0 20px rgba(107, 142, 35, 0.4);
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}

.altbah1aloula-com-category-page-description {
    color: #e0e0e0;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Subcategories - تحسين التصميم */
.altbah1aloula-com-category-subcategories {
    margin-bottom: 15px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.7) 0%, rgba(75, 0, 0, 0.85) 50%, rgba(120, 0, 0, 0.7) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 2px solid rgba(107, 142, 35, 0.4);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
}

.altbah1aloula-com-category-subcategories::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.2) 0%, transparent 50%, rgba(85, 107, 47, 0.2) 100%);
    pointer-events: none;
    z-index: 0;
}

.altbah1aloula-com-category-subcategories::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    animation: subcategory-shine 8s ease-in-out infinite;
}

@keyframes subcategory-shine {
    0%, 100% { transform: translate(-50%, -50%) rotate(0deg); opacity: 0; }
    50% { transform: translate(-50%, -50%) rotate(180deg); opacity: 1; }
}

.altbah1aloula-com-subcategories-title {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 15px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(107, 142, 35, 0.5);
    text-shadow: 0 3px 8px rgba(0,0,0,0.6), 0 0 20px rgba(107, 142, 35, 0.4);
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
}

.altbah1aloula-com-subcategories-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(120, 160, 60, 0.9), transparent);
    box-shadow: 0 0 10px rgba(120, 160, 60, 0.6);
}

.altbah1aloula-com-subcategories-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.altbah1aloula-com-subcategories-list li {
    margin: 0;
    padding: 0;
}

.altbah1aloula-com-subcategory-link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 18px;
    background: linear-gradient(135deg, rgba(75, 0, 0, 0.8) 0%, rgba(120, 0, 0, 0.7) 100%);
    border: 2px solid rgba(107, 142, 35, 0.4);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.altbah1aloula-com-subcategory-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.altbah1aloula-com-subcategory-link:hover {
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.7) 0%, rgba(120, 160, 60, 0.6) 100%);
    border-color: rgba(120, 160, 60, 0.8);
    color: #fff;
    box-shadow: 0 6px 20px rgba(107, 142, 35, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.altbah1aloula-com-subcategory-link:hover::before {
    left: 100%;
}

.altbah1aloula-com-subcategory-count {
    color: #ffeb3b;
    font-size: 13px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.3);
    padding: 2px 8px;
    border-radius: 12px;
    border: 1px solid rgba(255, 235, 59, 0.3);
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* Category Posts Grid */
.altbah1aloula-com-category-posts-wrapper {
    margin-bottom: 8px;
}

.altbah1aloula-com-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

/* Grid Columns Variations */
.altbah1aloula-com-category-grid-3 {
    grid-template-columns: repeat(3, 1fr) !important;
}

.altbah1aloula-com-category-grid-4 {
    grid-template-columns: repeat(4, 1fr) !important;
}

.altbah1aloula-com-category-grid-5 {
    grid-template-columns: repeat(5, 1fr) !important;
}

/* Home Sections */
.altbah1aloula-com-home-section {
    margin-bottom: 30px;
}

.altbah1aloula-com-home-section .altbah1aloula-com-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.6) 0%, rgba(75, 0, 0, 0.8) 50%, rgba(120, 0, 0, 0.6) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(107, 142, 35, 0.3);
    border-radius: 12px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* Hide post numbers in home sections */
.altbah1aloula-com-home-section .altbah1aloula-com-category-post-number {
    display: none !important;
}

/* Latest News Section - Professional Design */
.altbah1aloula-com-latest-news-section {
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
}

/* العنوان الرئيسي لأحدث الأخبار - تصميم احترافي ومميز */
.altbah1aloula-com-latest-news-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 25px 0;
    padding: 20px 30px;
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.95) 0%, rgba(75, 0, 0, 0.98) 50%, rgba(120, 0, 0, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 3px solid rgba(107, 142, 35, 0.5);
    border-right: 6px solid rgba(120, 160, 60, 0.9);
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), inset 0 2px 0 rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
    text-shadow: 0 4px 10px rgba(0,0,0,0.8), 0 0 30px rgba(107, 142, 35, 0.6);
    z-index: 1;
    text-align: right;
    letter-spacing: 1px;
    width: 100%;
    box-sizing: border-box;
}

.altbah1aloula-com-latest-news-main-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(107, 142, 35, 0.3) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgba(120, 160, 60, 0.3) 100%
    );
    pointer-events: none;
    z-index: 0;
}

.altbah1aloula-com-latest-news-main-title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, 
        rgba(120, 160, 60, 1) 0%, 
        rgba(107, 142, 35, 0.9) 50%, 
        rgba(120, 160, 60, 1) 100%
    );
    box-shadow: 0 0 20px rgba(120, 160, 60, 0.8), inset 0 0 10px rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.altbah1aloula-com-latest-news-main-title span {
    position: relative;
    z-index: 1;
    display: inline-block;
}


.altbah1aloula-com-latest-news-section .altbah1aloula-com-category-posts-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
}

.altbah1aloula-com-latest-news-section .altbah1aloula-com-category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post {
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.4) 0%, rgba(75, 0, 0, 0.6) 50%, rgba(120, 0, 0, 0.4) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(107, 142, 35, 0.25);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post::before {
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.15) 0%, transparent 50%, rgba(85, 107, 47, 0.15) 100%);
}

.altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-image-wrapper {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-link:hover .altbah1aloula-com-category-post-image {
    transform: scale(1.05);
}

.altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-date {
    background: rgba(0,0,0,0.7);
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 500;
}

.altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-content {
    padding: 12px;
}

.altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
    overflow: visible;
    display: block;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    white-space: normal;
    word-wrap: break-word;
    margin: 0;
}

.altbah1aloula-com-category-post {
    position: relative;
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.4) 0%, rgba(75, 0, 0, 0.6) 50%, rgba(120, 0, 0, 0.4) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(107, 142, 35, 0.25);
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.altbah1aloula-com-category-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.15) 0%, transparent 50%, rgba(85, 107, 47, 0.15) 100%);
    pointer-events: none;
    z-index: 0;
}

.altbah1aloula-com-category-post:hover {
    border-color: rgba(107, 142, 35, 0.5);
    box-shadow: 0 8px 28px rgba(107, 142, 35, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.altbah1aloula-com-category-post-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
}

.altbah1aloula-com-category-post-number {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.9) 0%, rgba(85, 107, 47, 0.9) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(107, 142, 35, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.altbah1aloula-com-category-post-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
}

.altbah1aloula-com-category-post-image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.altbah1aloula-com-category-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.altbah1aloula-com-category-post-image-link.altbah1aloula-com-no-image {
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.2) 0%, rgba(0,0,0,0.3) 100%);
}

.altbah1aloula-com-category-post-date {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    backdrop-filter: blur(5px);
    z-index: 1;
}

.altbah1aloula-com-category-post-content {
    padding: 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: rgba(75, 0, 0, 0.4);
    position: relative;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.altbah1aloula-com-category-post-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(107, 142, 35, 0.6) 50%, transparent 100%);
    opacity: 0.6;
}

.altbah1aloula-com-category-post-title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
    overflow: visible;
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    white-space: normal;
    word-wrap: break-word;
}

.altbah1aloula-com-category-post-link:hover .altbah1aloula-com-category-post-title {
    color: #ffeb3b;
    text-shadow: 0 2px 8px rgba(255, 235, 59, 0.6);
}

/* Responsive - Tablet */
@media (max-width: 992px) {
    .altbah1aloula-com-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .altbah1aloula-com-category-page-title {
        font-size: 29px; /* Reduced by 1px for tablet */
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    /* داخل التصنيفات - خبر واحد كل صف */
    .altbah1aloula-com-category-grid {
        grid-template-columns: 1fr !important;
        gap: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    /* العنوان بحد أقصى 3 سطور في الموبايل */
    .altbah1aloula-com-category-post-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: calc(1.6em * 3);
    }
    
    /* Latest News Section - Mobile - Full Width No Padding */
    .altbah1aloula-com-latest-news-section {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    
    .altbah1aloula-com-latest-news-main-title {
        font-size: 36px;
        font-weight: 800;
        padding: 18px 25px;
        margin-bottom: 20px;
        border-right-width: 5px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-posts-wrapper {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-grid {
        margin: 0;
        padding: 0;
        width: 100%;
        grid-template-columns: 1fr !important; /* مقال واحد كل صف */
        gap: 0;
    }
    
    /* تقليل ارتفاع الصورة 30 بكسل في الموبايل */
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-image-wrapper {
        height: 170px !important; /* 200px - 30px = 170px */
    }
    
    /* Mobile Columns Override */
    .altbah1aloula-com-mobile-columns-1 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    
    .altbah1aloula-com-mobile-columns-2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .altbah1aloula-com-category-post-image-wrapper {
        height: 165px; /* Reduced by 15px from 180px for mobile */
    }
    
    .altbah1aloula-com-category-post-title {
        font-size: 13px; /* Reduced by 1px for mobile */
    }
    
    .altbah1aloula-com-category-page-title {
        font-size: 25px; /* Reduced by 1px for mobile */
    }
    
    .altbah1aloula-com-category-page-description {
        font-size: 14px;
    }
    
    .altbah1aloula-com-category-subcategories {
        padding: 15px;
        margin-bottom: 12px;
    }
    
    .altbah1aloula-com-subcategories-title {
        font-size: 22px;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }
    
    .altbah1aloula-com-subcategories-list {
        gap: 10px;
    }
    
    .altbah1aloula-com-subcategory-link {
        font-size: 14px;
        padding: 10px 14px;
    }
    
    .altbah1aloula-com-subcategory-count {
        font-size: 12px;
        padding: 2px 6px;
    }
}

@media (max-width: 480px) {
    /* Subcategories - Small Mobile */
    .altbah1aloula-com-category-subcategories {
        padding: 12px;
        margin-bottom: 10px;
    }
    
    .altbah1aloula-com-subcategories-title {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }
    
    .altbah1aloula-com-subcategories-list {
        gap: 8px;
    }
    
    .altbah1aloula-com-subcategory-link {
        font-size: 13px;
        padding: 8px 12px;
    }
    
    .altbah1aloula-com-subcategory-count {
        font-size: 11px;
        padding: 2px 5px;
    }
    
    /* داخل التصنيفات - خبر واحد كل صف */
    .altbah1aloula-com-category-grid {
        grid-template-columns: 1fr !important;
        gap: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    /* العنوان بحد أقصى 3 سطور في الموبايل */
    .altbah1aloula-com-category-post-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: calc(1.6em * 3);
    }
    
    /* Latest News Section - Always 1 column on small mobile - Full Width */
    .altbah1aloula-com-latest-news-section {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    
    .altbah1aloula-com-latest-news-main-title {
        font-size: 28px;
        font-weight: 800;
        padding: 15px 18px;
        margin-bottom: 18px;
        border-right-width: 4px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-posts-wrapper {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-grid {
        margin: 0;
        padding: 0;
        width: 100%;
        grid-template-columns: 1fr !important; /* مقال واحد كل صف */
        gap: 0;
    }
    
    /* تقليل ارتفاع الصورة 30 بكسل في الموبايل الصغير */
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-image-wrapper {
        height: 140px !important; /* 170px - 30px = 140px */
    }
    
    /* Homepage section titles - reduced by 1px for small mobile */
    .altbah1aloula-com-home-section .altbah1aloula-com-section-title {
        font-size: 27px; /* Reduced by 1px from 28px */
    }
    
    /* أحدث الأخبار - مقال واحد كل صف في الموبايل الصغير */
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-grid {
        grid-template-columns: 1fr !important; /* مقال واحد كل صف */
        gap: 0;
    }
    
    /* تقليل ارتفاع الصورة 30 بكسل في الموبايل الصغير */
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-image-wrapper {
        height: 115px !important; /* 145px - 30px = 115px */
    }
    
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-content {
        padding: 10px;
    }
    
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-title {
        font-size: 13px; /* Reduced by 1px for mobile */
    }
    
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-image-wrapper {
        height: 165px; /* Reduced by 15px from 180px for small mobile */
    }
    
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-content {
        padding: 10px;
    }
    
    .altbah1aloula-com-latest-news-section .altbah1aloula-com-category-post-title {
        font-size: 14px; /* Reduced by 1px for mobile */
    }
    
    /* Mobile Columns Override */
    .altbah1aloula-com-mobile-columns-1 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    
    .altbah1aloula-com-mobile-columns-2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .altbah1aloula-com-category-post-image-wrapper {
        height: 165px; /* Reduced by 15px from 180px for mobile */
    }
}

/* Search Header */
.altbah1aloula-com-search-header {
    margin-bottom: 30px;
}

.altbah1aloula-com-search-header span {
    color: var(--primary-color);
}

.altbah1aloula-com-search-form-wrapper {
    margin-bottom: 30px;
}

.altbah1aloula-com-read-more {
    display: inline-block;
    margin-top: 10px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.altbah1aloula-com-read-more:hover {
    color: var(--dark-color);
}

/* No Results */
.altbah1aloula-com-no-results,
.altbah1aloula-com-no-posts {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.altbah1aloula-com-search-suggestions {
    margin-top: 30px;
    text-align: right;
}

.altbah1aloula-com-search-suggestions h3 {
    margin-bottom: 15px;
    color: var(--dark-color);
}

.altbah1aloula-com-search-suggestions ul {
    list-style: none;
    padding: 0;
}

.altbah1aloula-com-search-suggestions li {
    padding: 8px 0;
    border-bottom: 1px solid var(--border-color);
}

/* Page Links */
.altbah1aloula-com-page-links {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid var(--border-color);
}

.altbah1aloula-com-page-links a {
    color: var(--primary-color);
    text-decoration: none;
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
}

.altbah1aloula-com-page-links a:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Comments Title */
.altbah1aloula-comments-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--dark-color);
}

.altbah1aloula-com-no-comments {
    padding: 20px;
    background: var(--light-color);
    border-radius: 8px;
    text-align: center;
    color: #666;
}

/* Pagination - Professional Design */
.altbah1aloula-com-pagination-wrapper {
    width: 100%;
    margin: 30px 0;
    padding: 0;
}

.altbah1aloula-com-pagination {
    width: 100%;
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.5) 0%, rgba(75, 0, 0, 0.7) 50%, rgba(120, 0, 0, 0.5) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(107, 142, 35, 0.3);
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.altbah1aloula-com-pagination::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.15) 0%, transparent 50%, rgba(85, 107, 47, 0.15) 100%);
    pointer-events: none;
    z-index: 0;
}

.altbah1aloula-com-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    background: rgba(75, 0, 0, 0.5);
    border: 2px solid rgba(107, 142, 35, 0.3);
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    min-width: 44px;
    height: 44px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.altbah1aloula-com-pagination .page-numbers:hover {
    background: rgba(107, 142, 35, 0.6);
    border-color: rgba(107, 142, 35, 0.6);
    color: #fff;
    box-shadow: 0 4px 12px rgba(107, 142, 35, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.altbah1aloula-com-pagination .page-numbers.current {
    background: linear-gradient(135deg, rgba(107, 142, 35, 0.8) 0%, rgba(85, 107, 47, 0.8) 100%);
    border-color: rgba(107, 142, 35, 0.8);
    color: #fff;
    box-shadow: 0 4px 16px rgba(107, 142, 35, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}

.altbah1aloula-com-pagination .page-numbers.dots {
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: default;
    color: rgba(255, 255, 255, 0.6);
}

.altbah1aloula-com-pagination .page-numbers.dots:hover {
    background: transparent;
    border: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.6);
}

.altbah1aloula-com-pagination .page-numbers i {
    font-size: 12px;
    margin: 0 4px;
}

/* Responsive Pagination */
@media (max-width: 768px) {
    .altbah1aloula-com-pagination {
        padding: 12px 15px;
        gap: 6px;
    }
    
    .altbah1aloula-com-pagination .page-numbers {
        padding: 8px 12px;
        font-size: 13px;
        min-width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .altbah1aloula-com-pagination {
        padding: 10px 12px;
        gap: 4px;
    }
    
    .altbah1aloula-com-pagination .page-numbers {
        padding: 6px 10px;
        font-size: 12px;
        min-width: 36px;
        height: 36px;
    }
    
    .altbah1aloula-com-pagination .page-numbers.prev,
    .altbah1aloula-com-pagination .page-numbers.next {
        font-size: 11px;
        padding: 6px 8px;
    }
}

/* Utility Classes */
.altbah1aloula-com-text-center {
    text-align: center;
}

.altbah1aloula-com-mt-20 {
    margin-top: 20px;
}

.altbah1aloula-com-mb-20 {
    margin-bottom: 20px;
}

.altbah1aloula-com-hidden {
    display: none;
}

/* 404 Error Page */
.altbah1aloula-com-404-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.altbah1aloula-com-404-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.altbah1aloula-com-404-title {
    font-size: 120px;
    font-weight: 900;
    color: rgba(107, 142, 35, 0.3);
    line-height: 1;
    margin: 0 0 20px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.altbah1aloula-com-404-subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #212121;
    margin: 0 0 15px 0;
}

.altbah1aloula-com-404-description {
    font-size: 18px;
    color: #666;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

.altbah1aloula-com-404-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.altbah1aloula-com-404-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.6) 0%, rgba(75, 0, 0, 0.8) 50%, rgba(120, 0, 0, 0.6) 100%);
    border: 2px solid rgba(107, 142, 35, 0.3);
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    direction: rtl;
}

.altbah1aloula-com-404-button:hover {
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.8) 0%, rgba(75, 0, 0, 1) 50%, rgba(120, 0, 0, 0.8) 100%);
    border-color: rgba(107, 142, 35, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.altbah1aloula-com-404-button i {
    font-size: 18px;
}

.altbah1aloula-com-404-search {
    margin-top: 40px;
    padding: 30px;
    background: rgba(85, 107, 47, 0.03);
    border: 2px solid rgba(107, 142, 35, 0.2);
    border-radius: 0;
}

.altbah1aloula-com-404-search h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
}

.altbah1aloula-com-404-search .search-form {
    display: flex;
    gap: 10px;
    direction: rtl;
}

.altbah1aloula-com-404-search .search-field {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid rgba(107, 142, 35, 0.3);
    border-radius: 0;
    font-size: 16px;
    direction: rtl;
}

.altbah1aloula-com-404-search .search-submit {
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.6) 0%, rgba(75, 0, 0, 0.8) 50%, rgba(120, 0, 0, 0.6) 100%);
    border: 2px solid rgba(107, 142, 35, 0.3);
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.altbah1aloula-com-404-search .search-submit:hover {
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.8) 0%, rgba(75, 0, 0, 1) 50%, rgba(120, 0, 0, 0.8) 100%);
}

/* Author Meta */
.altbah1aloula-com-author-meta {
    margin-top: 15px;
    padding: 15px;
    background: rgba(85, 107, 47, 0.03);
    border: 1px solid rgba(107, 142, 35, 0.2);
    border-radius: 0;
    display: inline-block;
}

.altbah1aloula-com-author-posts-count {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.altbah1aloula-com-author-posts-count i {
    color: rgba(107, 142, 35, 0.7);
}

/* Responsive 404 */
@media (max-width: 768px) {
    .altbah1aloula-com-404-title {
        font-size: 80px;
    }
    
    .altbah1aloula-com-404-subtitle {
        font-size: 24px;
    }
    
    .altbah1aloula-com-404-description {
        font-size: 16px;
    }
    
    .altbah1aloula-com-404-actions {
        flex-direction: column;
    }
    
    .altbah1aloula-com-404-button {
        width: 100%;
        justify-content: center;
    }
}

/* Dark Mode Styles */
body.altbah1aloula-com-dark-mode {
    background: #1a1a1a;
    color: #e0e0e0;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-main {
    background: #1a1a1a;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-container {
    background: transparent;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-single-post,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-category-post,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-category-grid-link {
    background: rgba(30, 30, 30, 0.8);
    border-color: rgba(107, 142, 35, 0.4);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-single-title,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-category-post-title,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-category-grid-title,
body.altbah1aloula-com-dark-mode h1,
body.altbah1aloula-com-dark-mode h2,
body.altbah1aloula-com-dark-mode h3,
body.altbah1aloula-com-dark-mode h4 {
    color: #e0e0e0;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-single-content,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-category-page-description,
body.altbah1aloula-com-dark-mode p {
    color: #d0d0d0;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-breadcrumb,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-single-post-meta,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-share-article-section {
    background: rgba(30, 30, 30, 0.6);
    border-color: rgba(107, 142, 35, 0.3);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-breadcrumb-item,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-meta-item,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-meta-text {
    color: #d0d0d0;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-footer {
    background: #0f0f0f;
    border-top-color: rgba(107, 142, 35, 0.4);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-category-page-header {
    background: rgba(30, 30, 30, 0.8);
    border-color: rgba(107, 142, 35, 0.4);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-category-page-title {
    color: #e0e0e0;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-pagination-wrapper {
    background: rgba(30, 30, 30, 0.8);
    border-color: rgba(107, 142, 35, 0.4);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-pagination a,
body.altbah1aloula-com-dark-mode .altbah1aloula-com-pagination span {
    background: rgba(40, 40, 40, 0.8);
    border-color: rgba(107, 142, 35, 0.3);
    color: #d0d0d0;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-pagination a:hover {
    background: rgba(107, 142, 35, 0.3);
    color: #fff;
}

/* Scroll to Top Button - Google Material Design */
.altbah1aloula-com-scroll-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 56px;
    height: 56px;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.altbah1aloula-com-scroll-to-top.show {
    display: flex;
    opacity: 1;
    transform: scale(1);
}

.altbah1aloula-com-scroll-to-top:hover {
    background: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

.altbah1aloula-com-scroll-to-top:active {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.altbah1aloula-com-scroll-to-top-icon {
    width: 24px;
    height: 24px;
    color: #5f6368;
    transition: color 0.2s ease;
}

.altbah1aloula-com-scroll-to-top:hover .altbah1aloula-com-scroll-to-top-icon {
    color: #1a73e8;
}

/* Dark Mode for Scroll to Top */
body.altbah1aloula-com-dark-mode .altbah1aloula-com-scroll-to-top {
    background: #303134;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 4px 16px rgba(0, 0, 0, 0.2);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-scroll-to-top:hover {
    background: #3c4043;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 8px 24px rgba(0, 0, 0, 0.3);
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-scroll-to-top-icon {
    color: #e8eaed;
}

body.altbah1aloula-com-dark-mode .altbah1aloula-com-scroll-to-top:hover .altbah1aloula-com-scroll-to-top-icon {
    color: #8ab4f8;
}

/* Responsive Scroll to Top */
@media (max-width: 768px) {
    .altbah1aloula-com-scroll-to-top {
        width: 48px;
        height: 48px;
        bottom: 20px;
        left: 20px;
    }
    
    .altbah1aloula-com-scroll-to-top-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .altbah1aloula-com-scroll-to-top {
        width: 44px;
        height: 44px;
        bottom: 15px;
        left: 15px;
    }
    
    .altbah1aloula-com-scroll-to-top-icon {
        width: 18px;
        height: 18px;
    }
}
