/* ملف الأنماط الرئيسي لجمعية إدراك التعليمية */
:root {
    /* ألوان الشعار الرسمية */
    --primary-color: #21477A; /* الأزرق الداكن - الخط العربي */
    --primary-dark: #1a385f;
    --primary-light: #2d5a8f;
    --secondary-color: #F78F1E; /* البرتقالي - النص اللاتيني */
    --secondary-dark: #d67a0a;
    --secondary-light: #ffa042;
    --accent-color: #7A8B99; /* الأزرق الرمادي - Educational Development */
    --accent-dark: #5f6d7a;
    --accent-light: #9aa5b0;
    --light-color: #F5F5F5;
    --dark-color: #2F2F2F; /* خلفية الشعار */
    --text-color: #1e293b;
    --text-light: #64748b;
    --border-color: #e2e8f0;
    --success-color: #10b981;
    --warning-color: #F78F1E;
    --danger-color: #ef4444;
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

/* إعادة الضبط الأساسية */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Cairo', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: #f9f9f9;
    direction: rtl;
    text-align: right;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* شريط التنقل العلوي */
.top-bar {
    background-color: var(--dark-color);
    color: white;
    padding: 10px 0;
    font-size: 0.9rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
    height: auto;
    min-height: 40px;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
}

.contact-info .contact-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.contact-info .contact-item.ltr {
    direction: ltr;
    unicode-bidi: isolate;
}

.contact-info i {
    color: var(--secondary-color);
    margin-left: 5px;
}

.social-icons a {
    color: white;
    margin-right: 15px;
    font-size: 1.1rem;
    transition: var(--transition);
    display: inline-block;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons:empty {
    display: none;
}

.social-icons a svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.social-icons a:hover {
    color: var(--secondary-color);
    transform: translateY(-3px);
}

.footer-social a svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

/* شريط التنقل الرئيسي */
.main-header {
    background-color: white;
    box-shadow: var(--shadow);
    position: fixed;
    top: 40px; /* تحت top-bar مباشرة */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    overflow: visible;
}

/* إضافة padding-top للجسم عند وجود نافبار ثابت */
body {
    padding-top: 120px; /* top-bar (40px) + navbar (80px) */
}

/* التأكد من أن main لا يغطي النافبار */
main {
    position: relative;
    z-index: 1;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative;
    overflow: visible;
}

.logo {
    flex-shrink: 0;
    max-width: 300px;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.logo-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    transition: var(--transition);
    flex-shrink: 0;
}

.logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.logo:hover .logo-icon {
    transform: scale(1.05);
}

.logo-text h1 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 5px;
    line-height: 1.2;
    white-space: nowrap;
}

.logo-text p {
    font-size: 0.9rem;
    color: var(--dark-color);
}

/* قائمة التنقل */
.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
}

.nav-links li {
    margin-right: 20px;
}

.nav-links a {
    text-decoration: none;
    color: var(--dark-color);
    font-weight: 600;
    transition: var(--transition);
    padding: 8px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.nav-links a i {
    margin-right: 5px;
    font-size: 0.9rem;
}

.nav-links a:hover {
    color: var(--primary-color);
}

.nav-links a.active {
    color: var(--primary-color);
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
}

.donate-nav-btn {
    background-color: var(--secondary-color);
    color: var(--dark-color) !important;
    padding: 10px 25px !important;
    border-radius: 30px;
    font-weight: bold !important;
}

.donate-nav-btn:hover {
    background-color: var(--secondary-dark);
    color: var(--dark-color) !important;
}

/* زر القائمة في الجوال */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: var(--dark-color);
    padding: 5px;
}

/* قسم البطل */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-content h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    text-align: center;
    border: 2px solid transparent;
}

.btn-primary {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(33, 71, 122, 0.4);
}

.btn-secondary {
    background-color: transparent;
    color: white;
    border-color: white;
}

.btn-secondary:hover {
    background-color: white;
    color: var(--dark-color);
    transform: translateY(-3px);
}

.btn-outline {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline:hover {
    background-color: var(--primary-color);
    color: white;
    box-shadow: 0 5px 15px rgba(33, 71, 122, 0.3);
}

.btn-large {
    padding: 18px 40px;
    font-size: 1.2rem;
}

.btn i {
    margin-right: 8px;
}

/* الإحصائيات */
.stats-section {
    padding: 80px 0;
    background-color: white;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.stat-card {
    background-color: var(--light-color);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow);
    border-color: var(--primary-light);
}

.stat-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.2rem;
    color: var(--text-light);
}

/* عن الجمعية */
.about-preview {
    padding: 100px 0;
    background-color: #f5f9f7;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
}

.section-subtitle {
    color: var(--text-light);
    max-width: 700px;
    margin: 20px auto 0;
    font-size: 1.2rem;
    line-height: 1.8;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--dark-color);
    line-height: 1.4;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: var(--text-light);
}

.mission-vision {
    margin: 40px 0;
}

.mv-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.mv-icon {
    background-color: var(--light-color);
    color: var(--primary-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.mv-content h4 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: var(--dark-color);
}

.mv-content p {
    margin-bottom: 0;
    font-size: 1rem;
}

.about-image {
    position: relative;
}

.image-frame {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    position: relative;
}

.image-frame img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s;
}

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

.image-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    padding: 30px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}

/* البرامج */
.programs-section {
    padding: 100px 0;
    background-color: white;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.program-card {
    background-color: white;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition);
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.program-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-light);
}

.program-icon {
    font-size: 3.5rem;
    color: var(--primary-color);
    margin-bottom: 25px;
}

.program-card h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--dark-color);
}

.program-card p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.program-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.program-stats span {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--text-light);
}

.program-stats i {
    color: var(--primary-color);
    margin-left: 8px;
    font-size: 1.2rem;
}

.program-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}

.program-link i {
    margin-right: 8px;
    transition: var(--transition);
}

.program-link:hover {
    color: var(--primary-dark);
}

.program-link:hover i {
    transform: translateX(-5px);
}

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

.mt-50 {
    margin-top: 50px;
}

/* دعوة للتطوع */
.volunteer-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
}

.volunteer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.volunteer-text h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

.volunteer-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.9;
}

.volunteer-benefits {
    margin: 30px 0 40px;
}

.benefit {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.benefit i {
    color: var(--secondary-color);
    margin-left: 10px;
    font-size: 1.2rem;
}

.volunteer-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.volunteer-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s;
}

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

/* الأخبار */
.news-section {
    padding: 100px 0;
    background-color: #f5f9f7;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.news-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

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

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

.news-card:hover .news-image img {
    transform: scale(1.1);
}

.news-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--primary-color);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.news-date .day {
    font-size: 1.5rem;
    font-weight: 700;
}

.news-date .month {
    font-size: 0.9rem;
    margin-top: 3px;
}

.news-content {
    padding: 30px;
}

.news-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--dark-color);
    line-height: 1.4;
}

.news-content p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 20px;
}

.news-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}

.news-link i {
    margin-right: 8px;
    transition: var(--transition);
}

.news-link:hover {
    color: var(--primary-dark);
}

.news-link:hover i {
    transform: translateX(-5px);
}

/* الشركاء */
.partners-section {
    padding: 80px 0;
    background-color: white;
}

.partners-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 30px 0;
}

.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 150px;
    padding: 20px;
    transition: var(--transition);
}

.partner-logo i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.partner-logo span {
    font-weight: 600;
    color: var(--dark-color);
}

.partner-logo:hover {
    transform: translateY(-10px);
}

/* الفوتر */
.main-footer {
    background-color: var(--dark-color);
    color: white;
    padding: 80px 0 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    margin-bottom: 50px;
}

.footer-column h4 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: var(--secondary-color);
    position: relative;
    padding-bottom: 10px;
}

.footer-column h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo .logo-icon {
    margin-left: 15px;
    width: 60px;
    height: 60px;
}

.footer-logo .logo-icon img {
    filter: brightness(0) invert(1);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-logo .logo-text h3 {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.footer-logo .logo-text p {
    color: #ccc;
    font-size: 0.9rem;
}

.footer-description {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social:empty {
    display: none;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    transition: var(--transition);
    font-size: 1.1rem;
}

.footer-social a:hover {
    background-color: var(--primary-color);
    transform: translateY(-5px);
}

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

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

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: var(--transition);
    display: flex;
    align-items: center;
}

.footer-links a i {
    margin-right: 8px;
    font-size: 0.8rem;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--secondary-color);
    padding-right: 5px;
}

.footer-links a:hover i {
    transform: translateX(-5px);
}

.contact-info-footer p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #ccc;
}

.contact-info-footer i {
    color: var(--secondary-color);
    margin-left: 10px;
    margin-top: 5px;
    width: 20px;
}

.newsletter h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: white;
}

.newsletter-form {
    display: flex;
    direction: rtl;
    gap: 0;
}

.newsletter-form input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 0 8px 8px 0;
    font-family: 'Cairo', sans-serif;
    font-size: 1rem;
    direction: rtl;
    text-align: right;
}

.newsletter-form input::placeholder {
    text-align: right;
    direction: rtl;
}

.newsletter-form button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
}

.newsletter-form button:hover {
    background-color: var(--primary-dark);
}

.newsletter-form button:hover {
    background-color: var(--primary-dark);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom p {
    color: #aaa;
    font-size: 0.9rem;
}

.footer-bottom-links {
    display: flex;
    gap: 30px;
}

.footer-bottom-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
}

.footer-bottom-links a:hover {
    color: var(--secondary-color);
}

/* زر العودة للأعلى */
.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: var(--primary-dark);
    transform: translateY(-5px);
}

/* وسائط الاستجابة */
@media (max-width: 1024px) {
    .hero-content h2 {
        font-size: 2.5rem;
    }
    
    .about-content,
    .volunteer-content {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
        position: relative;
        z-index: 2001;
        font-size: 1.5rem;
        padding: 8px;
    }
    
    .logo {
        max-width: 250px;
        flex: 1;
    }
    
    .logo-icon {
        width: 42px;
        height: 42px;
    }
    
    .logo-text h1 {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    
    .navbar {
        padding: 12px 0;
    }
    
    .nav-links {
        position: fixed;
        top: 80px;
        right: -100%;
        width: 80%;
        height: calc(100vh - 80px);
        background-color: white;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 50px 30px;
        transition: right 0.3s ease;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        z-index: 2000;
    }
    
    .nav-links.active {
        right: 0;
    }
    
    .nav-links li {
        margin: 0 0 25px 0;
        width: 100%;
    }
    
    .nav-links a {
        padding: 15px 0;
        width: 100%;
        font-size: 1.1rem;
    }
    
    .hero-content h2 {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .about-content,
    .volunteer-content {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .logo {
        max-width: 220px;
        flex: 1;
    }
    
    .logo-icon {
        width: 45px;
        height: 45px;
        margin-left: 12px;
    }
    
    .logo-text h1 {
        font-size: 1.15rem;
        line-height: 1.3;
    }
    
    .top-bar {
        padding: 12px 0;
    }
    
    .top-bar-content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .contact-info {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .contact-info .contact-item {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 0.95rem;
    }
    
    .contact-info .contact-item i {
        font-size: 1rem;
    }
    
    .stats-grid,
    .programs-grid,
    .news-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-section {
        padding: 80px 0;
    }
    
    .hero-content h2 {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
}

/* عداد الزيارات */
.visitor-counter {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    padding: 10px 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: var(--transition);
    backdrop-filter: blur(10px);
}

.visitor-counter:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.visitor-counter i {
    font-size: 0.9rem;
    opacity: 0.9;
}

.visitor-counter #visitCount {
    font-weight: 700;
    font-size: 1rem;
    min-width: 30px;
    text-align: center;
}

.visitor-counter .counter-label {
    font-size: 0.8rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .visitor-counter {
        bottom: 15px;
        left: 15px;
        padding: 8px 12px;
        font-size: 0.75rem;
    }
    
    .visitor-counter #visitCount {
        font-size: 0.9rem;
    }
}
