.container {
            margin: 0 50px;
        }
.fa-home{
  color:#3af9e0;
}
.akhbar-tech{
background-color: bisque;
    border: 4px solid bisque;

}
.second-section{
background-color: #2be9281c;
    border: 4px solid #2be9281c;

}
.third-section{
background-color: #1b3ad321;
    border: 4px solid #1b3ad321;

}
.fourth-section{
background-color: #a61bd321;
    border: 4px solid #a61bd321;

}
.fifth-section{
background-color: rgb(27 127 204 / 12%);
    border: 4px solid rgb(27 127 204 / 12%);

}
.six-section{
background-color: #7f0e7f3d;
    border: 4px solid #7f0e7f3d;

}
.eight-section{
background-color: rgb(15 15 15 / 15%);
    border: 4px solid rgb(15 15 15 / 15%);

}
        .three-column-section {
            display: grid;
            grid-template-columns: 2fr 2fr 1fr;
            gap: 20px;
            margin-top: 20px;
        }

        /* العمود الأيسر - سلايدر الأخبار */
        .news-slider {
            background: white;
            border-radius: 20px;
            padding: 0;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            position: relative;
            overflow: hidden;
        }

        .news-slider h2 {
            color: #667eea;
            margin-bottom: 20px;
            font-size: 24px;
            border-bottom: 3px solid #667eea;
            padding-bottom: 10px;
        }

        .slider-container {
            position: relative;
            height: 450px;
            overflow: hidden;
        }

        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            transition: opacity 0.6s ease-in-out;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            border-radius: 15px;
            padding: 0;
                pointer-events: none;
    /* outline: 3px solid red; */

        }
.slide a {
    position: relative;
    z-index: 999;
    display: block;
        /* outline: 3px solid blue; */

}

        .slide.active {
            opacity: 1;
    pointer-events: auto;
        }

        .slide img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 15px;
        }

        .slide h3 {
            color: #1A237E;
            font-size: 20px;
            margin-bottom: 10px;
        }

        .slide p {
            color: #1A237E;
            line-height: 1.6;
            font-size: 15px;
        }

        .slide-date {
            color: #667eea;
            font-size: 13px;
            margin-top: 10px;
            font-weight: bold;
        }

        .slider-controls {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 15px;
        }

        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s;
        }

        .slider-dot.active {
            background: #667eea;
            transform: scale(1.3);
        }

        .slider-arrows {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
            pointer-events: none;
        }

        .arrow {
            background: rgba(102, 126, 234, 0.8);
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            pointer-events: all;
            transition: all 0.3s;
        }

        .arrow:hover {
            background: #667eea;
            transform: scale(1.1);
        }

        /* العمود الأوسط - الفيديو */
        .video-section {
            background: white;
            border-radius: 20px;
            padding: 25px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }

        .video-section h2 {
            color: #764ba2;
            margin-bottom: 20px;
            font-size: 24px;
            border-bottom: 3px solid #764ba2;
            padding-bottom: 10px;
        }

        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            border-radius: 15px;
            background: #000;
        }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 15px;
        }

        .video-info {
            margin-top: 20px;
            padding: 15px;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            border-radius: 10px;
        }

        .video-info h3 {
            color: #333;
            margin-bottom: 10px;
            font-size: 18px;
        }

        .video-info p {
            color: #666;
            line-height: 1.6;
            font-size: 14px;
        }

        .video-stats {
            display: flex;
            gap: 20px;
            margin-top: 15px;
            font-size: 13px;
            color: #764ba2;
        }

        .video-stats span {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        /* العمود الأيمن - مجموعة المواضيع */
        .topics-collection {
            background: white;
            border-radius: 20px;
            padding: 25px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            width: 300px;
        }

        .topics-collection h2 {
            color: #6a1b9a;
            margin-bottom: 20px;
            font-size: 24px;
            border-bottom: 3px solid #f093fb;
            padding-bottom: 10px;
         
        }
         h2 {
 text-align: right;
}
        .topic-item {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            border-radius: 10px;
            padding: 15px;
            margin-bottom: 15px;
            cursor: pointer;
            transition: all 0.3s;
            border-left: 4px solid #f093fb;
        }

        .topic-item:hover {
            transform: translateX(-5px);
            box-shadow: 0 5px 15px rgba(240, 147, 251, 0.3);
        }

        .topic-item h3 {
            color: #333;
            font-size: 16px;
            margin-bottom: 8px;
        }

        .topic-item p {
            color: #666;
            font-size: 13px;
            line-height: 1.5;
        }

        .topic-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
            font-size: 12px;
            color: #999;
        }

        .topic-category {
            background: #6a1b9a;
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 11px;
        }

        /* التجاوب مع الشاشات */
        @media (max-width: 1200px) {
            .three-column-section {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .slider-container {
                height: auto;
                min-height: 400px;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 20px 10px;
            }

            .news-slider,
            .video-section,
            .topics-collection {
                padding: 20px;
              width: 100%;
    
            }

            h2 {
                font-size: 20px !important;
            }
        }

        /* عنوان رئيسي */
        .main-title {
            text-align: center;
            color: white;
            font-size: 36px;
            margin-bottom: 30px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        

        .main-title {
            text-align: center;
            color: #2c3e50;
            font-size: 36px;
            margin-bottom: 40px;
            font-weight: bold;
        }

        /* تقسيم الأعمدة الثلاثة */
        .three-columns {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        /* كل عمود */
        .column {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }

        .column:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.15);
        }

        /* الصورة الرئيسية العرضية */
        .main-image {
            width: 100%;
            height: 250px;
            overflow: hidden;
            position: relative;
        }

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

        .column:hover .main-image img {
            transform: scale(1.1);
        }

        /* شريط التصنيف على الصورة */
        .category-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(231, 76, 60, 0.9);
            color: white;
            padding: 8px 20px;
            border-radius: 25px;
            font-size: 13px;
            font-weight: bold;
        }

        /* منطقة المحتوى */
        .content-area {
            padding: 25px;
        }

        /* العنوان الرئيسي */
        .main-title-news {
            color: #2c3e50;
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 10px;
            line-height: 1.4;
            cursor: pointer;
            transition: color 0.3s;
        }

        .main-title-news:hover {
            color: #e74c3c;
        }

        /* تاريخ الخبر */
        .news-date {
            color: #7f8c8d;
            font-size: 13px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        /* خط فاصل */
        .divider {
            height: 2px;
            background: linear-gradient(to left, #e74c3c, #3498db);
            margin: 20px 0;
        }

        /* الأخبار الفرعية */
        .sub-news-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        /* كل خبر فرعي */
        .sub-news-item {
            display: flex;
            gap: 15px;
            padding: 12px;
            border-radius: 8px;
            transition: background 0.3s;
            cursor: pointer;
        }

        .sub-news-item:hover {
            background: #f8f9fa;
        }

        /* صورة الخبر الفرعي */
        .sub-news-image {
            width: 100px;
            height: 80px;
            border-radius: 8px;
            overflow: hidden;
            flex-shrink: 0;
        }

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

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

        /* محتوى الخبر الفرعي */
        .sub-news-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .sub-news-title {
            color: #34495e;
            font-size: 15px;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 5px;
            transition: color 0.3s;
        }

        .sub-news-item:hover .sub-news-title {
            color: #e74c3c;
        }

        .sub-news-time {
            color: #95a5a6;
            font-size: 12px;
        }

        /* ألوان مختلفة لكل قسم */
        .column:nth-child(1) .category-badge {
            background: rgba(231, 76, 60, 0.9);
        }

        .column:nth-child(2) .category-badge {
            background: rgba(52, 152, 219, 0.9);
        }

        .column:nth-child(3) .category-badge {
            background: rgba(46, 204, 113, 0.9);
        }

        .column:nth-child(1) .divider {
            background: linear-gradient(to left, #e74c3c, #c0392b);
        }

        .column:nth-child(2) .divider {
            background: linear-gradient(to left, #3498db, #2980b9);
        }

        .column:nth-child(3) .divider {
            background: linear-gradient(to left, #2ecc71, #27ae60);
        }
p,h3,h2{
  color:#1A237E;
}
        /* التجاوب مع الشاشات */
        @media (max-width: 1024px) {
            .three-columns {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .three-columns {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .main-image {
                height: 200px;
            }

            .main-title {
                font-size: 28px;
            }

            .content-area {
                padding: 20px;
            }

            .main-title-news {
                font-size: 18px;
            }

            .sub-news-image {
                width: 80px;
                height: 65px;
            }

            .sub-news-title {
                font-size: 14px;
            }
        }
