/* General Styles */
/*
Theme Name: قالب خبری تابش
Theme URI: https://example.com/tabish
Author: عزت الله تابش
Author URI: https://example.com
Description: قالب Tabish یک قالب مدرن و واکنشگرا برای وب‌سایت‌های وردپرس می‌باشد.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tabish-theme
Tags: custom-background, custom-logo, post-thumbnails, responsive, translation-ready
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:300,400,500,700);
/* Generated by script */
@font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/webfonts/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



/* General Styles */
:root {
  --primary-color: #dc3545;
  --secondary-color: #2c3e50;
  --accent-color: #dc3545;
  --text-color: #333;
  --light-text: #777;
  --bg-color: #f9f9f9;
  --white: #fff;
  --black: #000;
  --gray: #eee;
  --dark-gray: #ddd;
  --border-radius: 5px;
  --box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
    --text-color: #333;
    --light-bg: #f8f9fa;
    --dark-bg: #2c3e50;
    --border-color: #e0e0e0;
}

[data-theme="dark"] {
  --primary-color: #e74c3c;
  --secondary-color: #34495e;
  --text-color: #f5f5f5;
  --light-text: #bbb;
  --bg-color: #2c3e50;
  --white: #34495e;
  --gray: #3d5166;
  --dark-gray: #4a627a;
  --box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: 'Vazirmatn', Tahoma, sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--bg-color);
  direction: rtl;
  text-align: right;
  transition: var(--transition);
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
p {
	margin-bottom: 0rem;
}
a:hover {
  color: var(--primary-color);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* Top Notification Bar */
.top-notification {
  background-color: var(--secondary-color);
  color: var(--white);
  padding: 8px 0;
  font-size: 0.9rem;
}
.top-notification .social-icons a {
    color: #ffffff;
    transition: color 0.3s;
}

.top-notification .social-icons a:hover {
    color: #007bff;
}
.notification-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.notification-text .badge {
  font-size: 0.7rem;
  padding: 3px 8px;
}

.top-bar-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.top-bar-links a {
  color: var(--white);
  font-size: 0.9rem;
}

.top-bar-links a:hover {
  color: var(--primary-color);
}

.theme-switcher {
  display: flex;
  gap: 5px;
}

.btn-theme {
  background: transparent;
  border: none;
  color: var(--white);
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0 5px;
}

.btn-theme.active {
  color: var(--primary-color);
}

/* Main Header */
.main-header {
  padding: 4px 0;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
}

.logo-area {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  height: 50px;
}

.logo-text h1 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--secondary-color);
}

.logo-text p {
  font-size: 0.8rem;
  color: var(--light-text);
}

.header-ads img {
  border-radius: var(--border-radius);
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.header-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.date-time {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#current-date {
  font-size: 0.9rem;
}

#current-time {
  font-size: 1.1rem;
  font-weight: bold;
}

.weather-widget {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
}

/* Mega Menu */
/* Main Navigation Styles */
.main-navigation {
    background-color: #dc3545;
    padding: 0;
}

.main-navigation .navbar-nav {
    width: 100%;

}

.main-navigation .nav-link {
    color: #fff !important;
    padding: 15px 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.main-navigation .nav-link i {
    margin-left: 8px;
    font-size: 0.9em;
}

.main-navigation .nav-link:hover,
.main-navigation .nav-link.active {
    background-color: rgba(0, 0, 0, 0.15);
}

.main-navigation .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.main-navigation .dropdown-item {
    padding: 10px 15px;
    color: #333;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    position: relative;
}

.main-navigation .dropdown-item i {
    margin-left: 8px;
    color: #d62d20;
    min-width: 18px;
}

.main-navigation .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #d62d20;
    padding-right: 20px;
}

.main-navigation .dropdown-item .badge {
    font-size: 0.7rem;
    margin-left: 10px;
}

.main-navigation .dropdown-divider {
    margin: 5px 0;
    border-color: #eee;
}

/* Submenu Styles */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: -6px;
    margin-right: -1px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > .dropdown-toggle:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    margin-right: auto;
    margin-left: 5px;
    float: left;
}

/* Mobile Styles */
.main-navigation .navbar-toggler {
    color: #fff;
    border: none;
    padding: 10px 15px;
}

.main-navigation .navbar-toggler i {
    margin-left: 5px;
}

.mobile-search .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
}

.mobile-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.mobile-search .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .main-navigation .navbar-nav {
        padding: 10px 0;
    }
    
    .main-navigation .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .main-navigation .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.1);
        box-shadow: none;
    }
    
    .main-navigation .dropdown-item {
        color: rgba(255, 255, 255, 0.8);
        padding-right: 30px;
    }
    
    .main-navigation .dropdown-item i {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .main-navigation .dropdown-item:hover {
        color: #fff;
        background-color: transparent;
    }
    
    .dropdown-submenu > .dropdown-menu {
        position: static;
        margin: 0;
        padding-right: 20px;
        border: none;
        box-shadow: none;
    }
}

/* Search Section */
/* Desktop Search Styles */
.desktop-search {
    margin-right: 15px;
    position: relative;
}

.search-form {
    position: relative;
}

.search-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    width: 220px;
    padding: 8px 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-input:focus {
    width: 280px;
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(214, 45, 32, 0.5);
}

.btn-search {
    position: absolute;
    left: 10px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-input:focus + .btn-search {
    color: #fff;
}

/* Search Suggestions */
.search-suggestions {
    position: absolute;
    top: 100%;
    right: 0;
    width: 280px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.search-input:focus ~ .search-suggestions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}




/* Responsive Adjustments */
@media (max-width: 1199.98px) {
    .search-input {
        width: 180px;
    }
    
    .search-input:focus {
        width: 220px;
    }
    
    .search-suggestions {
        width: 220px;
    }
}
/* Breaking News */
.breaking-news {
  color: var(--white);
  margin-bottom: 20px;
}
.breaking-news a{
color: #fff;
font-size: 13px;
}
.breaking-container {
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  padding: 5px;
}

.breaking-label {
  background-color: var(--primary-color);
  padding: 2px 8px;
  border-radius: var(--border-radius);
  margin-left: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}

.breaking-content {
  flex: 1;
  overflow: hidden;
}

.breakingSwiper {
  overflow: hidden;
}

.breakingSwiper .swiper-slide {
  display: flex;
  align-items: center;
  height: 30px;
}

.breakingSwiper .swiper-slide a {
  color: var(--white);
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.breakingSwiper .swiper-slide a:hover {
  color: var(--primary-color);
}

.breaking-controls {
  display: flex;
  margin-right: 15px;
}

.breaking-next,
.breaking-prev {
  position: static;
  width: 20px;
  height: 20px;
  margin: 0;
  color: var(--white);
  font-size: 0.8rem;
}

.breaking-next::after,
.breaking-prev::after {
  font-size: 1rem;
}
/* Featured with Side Posts */
.featured-with-side-posts {
    margin: 30px 0;
}

.side-posts-container {
    padding: 0px;
    height: 100%;
}
/* Overlay Post Cards */
.overlay-post-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.overlay-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.overlay-post-card .post-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* مربع */
}

.overlay-post-card.horizontal .post-image {
    padding-bottom: 60%; /* مستطیل */
}

.overlay-post-card .post-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.overlay-post-card:hover .post-image img {
    transform: scale(1.05);
}

.overlay-post-card .post-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
}

.overlay-post-card .post-category {
    background: #e53e3e;
    color: #fff;
    padding: 3px 10px;
    font-size: 0.8rem;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}

.overlay-post-card h4 {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 8px;
}

.overlay-post-card h4 a {
    color: #fff;
    text-decoration: none;
}

.overlay-post-card .post-excerpt {
    font-size: 0.85rem;
    color: #eee;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overlay-post-card .post-meta {
    font-size: 0.8rem;
    color: #ddd;
}

.overlay-post-card .post-meta span {
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
}

.overlay-post-card .post-meta i {
    margin-left: 5px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .overlay-post-card .post-overlay {
        padding: 15px;
    }
    
    .overlay-post-card h4 {
        font-size: 0.9rem;
    }
    
    .overlay-post-card .post-excerpt {
        display: none;
    }
    
    .overlay-post-card.horizontal .post-excerpt {
        display: -webkit-box;
    }
}


/* Featured News Slider */


.featuredSwiper {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.featured-slide {
  position: relative;
  height: 435px;
}

.featured-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: var(--white);
}

.featured-category {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 3px 10px;
  border-radius: var(--border-radius);
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 10px;
}

.featured-overlay h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.featured-overlay h3 a {
  color: var(--white);
}

.featured-overlay h3 a:hover {
  text-decoration: underline;
}

.featured-meta {
  display: flex;
  gap: 15px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}

.featured-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.swiper-pagination-bullet {
  background: var(--white);
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}

/* News Tabs */

/* بخش تازه‌ترین خبرها */
.latest-news-section {
    background-color: #fff;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.latest-news-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
}

.latest-news-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.latest-news-section .section-title {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    display: flex;
    align-items: center;
}

.latest-news-section .section-title i {
    color: #ff4d4d;
    margin-left: 10px;
    font-size: 1.3rem;
}

.latest-news-section .view-all {
    display: flex;
    align-items: center;
    color: #2c3e50;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.latest-news-section .view-all i {
    margin-right: 5px;
    transition: transform 0.3s ease;
}

.latest-news-section .view-all:hover {
    color: #ff4d4d;
}

.latest-news-section .view-all:hover i {
    transform: translateX(-5px);
}

.latest-news-section .news-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.latest-news-section .news-list-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.latest-news-section .news-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #ff4d4d;
}

.latest-news-section .news-image {
    position: relative;
    height: 100%;
    min-height: 150px;
    overflow: hidden;
}

.latest-news-section .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-list-item:hover .news-image img {
    transform: scale(1.1);
}

.latest-news-section .category {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    z-index: 2;
    background: #dc3545;
}

.latest-news-section .category.economy {
    background-color: #d62d20;
}

.latest-news-section .category.politics {
    background-color: #d62d20;
}

.latest-news-section .category.sports {
    background-color: #e74c3c;
}

.latest-news-section .category.technology {
    background-color: #d62d20;
}

.latest-news-section .news-content {
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.latest-news-section .news-title {
    margin-bottom: 0.75rem;
}

.latest-news-section .news-title a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-news-section .news-list-item:hover .news-title a {
    color: #ff4d4d;
}

.latest-news-section .news-excerpt {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-news-section .news-meta {
    display: flex;
    gap: 1rem;
    margin-top: auto;
    font-size: 0.8rem;
    color: #888;
}

.latest-news-section .news-meta span {
    display: flex;
    align-items: center;
}

.latest-news-section .news-meta i {
    margin-left: 5px;
}

/* رسپانسیو */
@media (max-width: 992px) {
    .latest-news-section .news-content {
        padding: 1rem;
    }
    
    .latest-news-section .news-title a {
        font-size: 1rem;
    }
    
    .latest-news-section .news-excerpt {
        font-size: 0.85rem;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 768px) {
   .latest-news-section .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
   .latest-news-section .news-list-item {
        flex-direction: column;
    }
    
    .latest-news-section .news-image {
        min-height: 200px;
    }
}






/* استایل کلی بخش اخبار سیاسی */
.politics-news-section {
    padding: 3rem 0;
    background-color: #f9f9f9;
    border-top: 4px solid #d50000;
    margin-top: 3rem;
    position: relative;
}

.politics-news-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(213,0,0,0.03) 0%, rgba(213,0,0,0.01) 100%);
    pointer-events: none;
}

.politics-news-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* استایل هدر بخش */
.politics-news-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
    flex-wrap: wrap;
}

.politics-news-section .section-title {
    font-size: 1.8rem;
    color: #333;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.politics-news-section .section-title i {
    margin-left: 10px;
    color: #d50000;
    font-size: 1.5rem;
}

.politics-news-section .section-subtitle {
    font-size: 1rem;
    color: #666;
    width: 100%;
    margin-top: 0.5rem;
    font-weight: normal;
}

.politics-news-section .view-all {
    color: #d50000;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.politics-news-section .view-all:hover {
    color: #a00000;
    text-decoration: underline;
}

.politics-news-section .view-all i {
    margin-right: 5px;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.politics-news-section .view-all:hover i {
    transform: translateX(-5px);
}

/* استایل خبر ویژه */
.politics-news-section .featured-political-news {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.politics-news-section .featured-political-news:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.politics-news-section .political-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #d50000;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.politics-news-section .news-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.politics-news-section .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.politics-news-section .featured-political-news:hover .news-image img {
    transform: scale(1.05);
}

.politics-news-section .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.politics-news-section .news-content {
    padding: 1.5rem;
    position: relative;
    background: #fff;
}

.politics-news-section .news-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
    font-size: 0.85rem;
    color: #666;
}

.politics-news-section .news-source {
    background-color: #f0f0f0;
    padding: 3px 8px;
    border-radius: 4px;
    color: #d50000;
    font-weight: bold;
}

.politics-news-section .news-time i {
    margin-right: 5px;
}

.politics-news-section .news-title {
    font-size: 1.4rem;
    margin: 0 0 1rem 0;
    line-height: 1.4;
}

.politics-news-section .news-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s ease;
}

.politics-news-section .news-title a:hover {
    color: #d50000;
}

.politics-news-section .news-excerpt {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.politics-news-section .news-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.politics-news-section .news-author {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #444;
    transition: color 0.3s ease;
}

.politics-news-section .news-author:hover {
    color: #d50000;
}

.politics-news-section .news-author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 8px;
}

.politics-news-section .news-stats {
    display: flex;
    gap: 15px;
}

.politics-news-section .news-stats span {
    font-size: 0.85rem;
    color: #666;
}

.politics-news-section .news-stats i {
    margin-right: 3px;
}

/* استایل لیست اخبار */
.politics-news-section .political-news-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.politics-news-section .political-news-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.politics-news-section .political-news-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.politics-news-section .political-news-item .row {
    margin: 0;
}

.politics-news-section .political-news-item .news-image {
    height: 120px;
    position: relative;
}

.politics-news-section .political-news-item .news-image img {
    transition: transform 0.5s ease;
}

.politics-news-section .political-news-item:hover .news-image img {
    transform: scale(1.1);
}

.politics-news-section .news-type {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(213, 0, 0, 0.8);
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    z-index: 2;
}

.politics-news-section .political-news-item .news-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.politics-news-section .political-news-item .news-meta {
    margin-bottom: 0.5rem;
}

.politics-news-section .political-news-item .news-title {
    font-size: 1.1rem;
    margin: 0 0 0.5rem 0;
}

.politics-news-section .news-tags {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.politics-news-section .news-tags a {
    font-size: 0.75rem;
    color: #d50000;
    text-decoration: none;
    background-color: #f5f5f5;
    padding: 2px 8px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.politics-news-section .news-tags a:hover {
    background-color: #d50000;
    color: white;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 992px) {
    .politics-news-section .featured-political-news {
        margin-bottom: 2rem;
    }
    
    .politics-news-section .news-image {
        height: 250px;
    }
    
    .politics-news-section .political-news-item .news-image {
        height: 100px;
    }
}

@media (max-width: 768px) {
    .politics-news-section .section-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .politics-news-section .view-all {
        margin-top: 1rem;
    }
    
    .politics-news-section .news-image {
        height: 200px;
    }
    
    .politics-news-section .political-news-item .row {
        flex-direction: column;
    }
    
    .politics-news-section .political-news-item .news-image {
        height: 150px;
    }
}

@media (max-width: 576px) {
    .politics-news-section .section-title {
        font-size: 1.5rem;
    }
    
    .politics-news-section .news-content {
        padding: 1rem;
    }
    
    .politics-news-section .news-title {
        font-size: 1.2rem;
    }
    
    .politics-news-section .news-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .politics-news-section .news-stats {
        width: 100%;
        justify-content: space-between;
    }
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.political-news-item {
    animation: fadeIn 0.5s ease forwards;
    opacity: 0;
}

.political-news-item:nth-child(1) { animation-delay: 0.1s; }
.political-news-item:nth-child(2) { animation-delay: 0.2s; }
.political-news-item:nth-child(3) { animation-delay: 0.3s; }
.political-news-item:nth-child(4) { animation-delay: 0.4s; }
.political-news-item:nth-child(5) { animation-delay: 0.5s; }

/* استایل خبر دسته بندی شده */



/* تنظیمات پایه */


/* بخش خبری با نام‌گذاری اختصاصی برای جلوگیری از تداخل */
.news-section {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.news-section:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.news-section .section-title {
    position: relative;
    padding-bottom: 8px;
    font-weight: 800;
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 0;
}

.news-section .section-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: linear-gradient(to left, #d62d20, #2c3e50);
    border-radius: 4px;
}

/* خبر اصلی */
.news-section .main-news-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.news-section .main-news-card:hover {
    transform: translateY(-5px);
}

.news-section .main-news-img-container {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 12px;
}

.news-section .main-news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-section .main-news-card:hover .main-news-img {
    transform: scale(1.05);
}

.news-section .main-news-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.3));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.news-section .overlay-content {
    position: relative;
    z-index: 2;
}

.news-section .trending-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #e74c3c;
    color: white;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    z-index: 3;
    animation: news-pulse 2s infinite;
}

.news-section .category-tag {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    color: white;
    font-size: 0.75rem;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    margin-bottom: 0.8rem;
}

.news-section .main-news-title {
    font-weight: 800;
    font-size: 1.4rem;
    margin: 0.5rem 0;
    color: #fff;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.news-section .main-news-desc {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-top: 0.8rem;
    padding: 0 0.5rem;
}

.news-section .main-news-meta {
    display: flex;
    gap: 1.2rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.8rem;
}

.news-section .main-news-meta i {
    font-size: 0.9rem;
}

/* لیست اخبار فرعی */
.news-section .secondary-news-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.news-section .secondary-news-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    background-color: rgba(240, 240, 240, 0.5);
}

.news-section .secondary-news-item:hover {
    transform: translateX(5px);
    background-color: #f8f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.news-section .news-number {
    font-size: 1.2rem;
    font-weight: 800;
    color: #d62d20;
    min-width: 30px;
    text-align: center;
}

.news-section .secondary-news-content {
    flex: 1;
}

.news-section .secondary-news-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin: 0.2rem 0;
    color: #2c3e50;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-section .secondary-news-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.75rem;
    color: #7f8c8d;
    margin-top: 0.4rem;
}

.news-section .secondary-news-meta i {
    font-size: 0.8rem;
}

/* دکمه مشاهده همه */
.news-section .view-all-btn {
    display: inline-flex;
    align-items: center;
    color: #d62d20;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}

.news-section .view-all-btn:hover {
    color: #d62d20;
}

.news-section .view-all-btn i {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}

.news-section .view-all-btn:hover i {
    transform: translateX(-5px);
}

/* انیمیشن اختصاصی برای بخش خبری */
@keyframes news-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(231, 76, 60, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
    }
}

/* رسپانسیو */
@media (max-width: 768px) {
    .news-section {
        padding: 1rem;
    }
    
    .news-section .main-news-img-container {
        height: 180px;
    }
    
    .news-section .main-news-title {
        font-size: 1.2rem;
    }
    
    .news-section .secondary-news-item {
        padding: 0.6rem;
    }
    
    .news-section .news-number {
        font-size: 1rem;
    }
}
/* video  */
/* بخش گزارش‌های ویدیویی - Dark Mode حرفه‌ای */
.video-reports-section {
    background-color: #f9f9f9;
    padding: 4rem 0;
    position: relative;
    margin-bottom: 4rem;
    transition: all 0.4s ease;
}

.video-reports-section.dark-mode {
    background-color: #2c3e50;
    color: #e0e0e0;
}

.video-reports-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, #FF0000, #2c3e50);
    z-index: 1;
}

.video-reports-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #e0e0e0;
}

.video-reports-section.dark-mode .section-header {
    border-bottom-color: #fb0000;
}

.video-reports-section .section-title {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c3e50;
    display: flex;
    align-items: center;
    margin: 0;
}

.video-reports-section.dark-mode .section-title {
    color: #ffffff;
}

.video-reports-section .section-title i {
    color: #FF0000;
    margin-left: 12px;
    font-size: 1.5rem;
}

.video-reports-section .view-all {
    display: flex;
    align-items: center;
    color: #2c3e50;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.video-reports-section.dark-mode .view-all {
    color: #bbbbbb;
}

.video-reports-section .view-all i {
    margin-right: 6px;
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}

.video-reports-section .view-all:hover {
    color: #FF0000;
}

.video-reports-section.dark-mode .view-all:hover {
    color: #FF3333;
}

.video-reports-section .view-all:hover i {
    transform: translateX(-5px);
}

/* ویدیوی اصلی */
.video-reports-section .main-video {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
}

.video-reports-section.dark-mode .main-video {
    background: #1b2936;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.video-reports-section .main-video:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.video-reports-section.dark-mode .main-video:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.video-reports-section .video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* نسبت 16:9 */
    overflow: hidden;
}

.video-reports-section .video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.video-reports-section .video-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-reports-section .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.video-reports-section .main-video:hover .video-thumbnail {
    transform: scale(1.05);
}

.video-reports-section .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 0, 0, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    border: none;
    outline: none;
}

.video-reports-section .play-button:hover {
    background-color: rgba(255, 0, 0, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-reports-section .video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    z-index: 2;
}

.video-reports-section .video-duration {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.video-reports-section .video-quality {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.video-reports-section .video-info {
    padding: 1.8rem;
}

.video-reports-section.dark-mode .video-info {
    background: #1b2936;
}

.video-reports-section .video-badge {
    display: inline-block;
    background: linear-gradient(to right, #FF0000, #FF6666);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.video-reports-section .video-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #2c3e50;
    line-height: 1.4;
}

.video-reports-section.dark-mode .video-title {
    color: #ffffff;
}

.video-reports-section .video-meta {
    display: flex;
    gap: 1.8rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: #666;
    flex-wrap: wrap;
}

.video-reports-section.dark-mode .video-meta {
    color: #aaaaaa;
}

.video-reports-section .video-meta span {
    display: flex;
    align-items: center;
}

.video-reports-section .video-meta i {
    margin-left: 6px;
    font-size: 1rem;
}

.video-reports-section .video-description {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.8rem;
    font-size: 0.95rem;
}

.video-reports-section.dark-mode .video-description {
    color: #bbbbbb;
}

.video-reports-section .video-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.video-reports-section .video-action-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-reports-section.dark-mode .video-action-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #dddddd;
}

.video-reports-section .video-action-btn:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #FF0000;
}

.video-reports-section.dark-mode .video-action-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #FF4444;
}

/* ویدیوهای جانبی */
.video-reports-section .side-videos {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
}

.video-reports-section .side-video-item {
    display: flex;
    gap: 1.2rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.video-reports-section.dark-mode .side-video-item {
    background: #1b2936;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.video-reports-section .side-video-item:hover {
    transform: translateX(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.video-reports-section.dark-mode .side-video-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.video-reports-section .side-video-thumbnail {
    position: relative;
    width: 45%;
    flex-shrink: 0;
    padding-top: 25%; /* نسبت تصویر */
    overflow: hidden;
}

.video-reports-section .side-video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-reports-section .side-video-item:hover .side-video-thumbnail img {
    transform: scale(1.1);
}

.video-reports-section .side-video-info {
    padding: 1rem 0.8rem 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.video-reports-section .side-video-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    color: #2c3e50;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.video-reports-section.dark-mode .side-video-title {
    color: #ffffff;
}

.video-reports-section .side-video-item:hover .side-video-title {
    color: #FF0000;
}

.video-reports-section.dark-mode .side-video-item:hover .side-video-title {
    color: #FF5555;
}

.video-reports-section .side-video-meta {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.video-reports-section .channel-name {
    color: #555;
    font-weight: 500;
    font-size: 0.8rem;
}

.video-reports-section.dark-mode .channel-name {
    color: #aaaaaa;
}

.video-reports-section .side-video-stats {
    display: flex;
    gap: 1rem;
    font-size: 0.75rem;
    color: #777;
}

.video-reports-section.dark-mode .side-video-stats {
    color: #888888;
}
/* استایل‌های جدید برای پخش ویدیو در سمت راست */
.video-reports-section .main-video-player {
    background: #1b2936;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    height: 100%;
    min-height: 500px;
    position: relative;
}

.video-reports-section .video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #555;
    z-index: 1;
}

.video-reports-section .video-placeholder i {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #444;
}

.video-reports-section .video-placeholder p {
    font-size: 1.2rem;
    font-weight: 500;
}

.video-reports-section .video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* نسبت 16:9 */
    overflow: hidden;
    display: none;
}

.video-reports-section .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-reports-section .video-info {
    padding: 1.8rem;
    display: none;
}

/* تغییرات برای ویدیوهای کوچک */
.video-reports-section .side-video-item {
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-reports-section .side-video-item.active {
    background: rgba(255, 0, 0, 0.1);
    border-right: 3px solid #FF0000;
}

/* تغییر چیدمان برای نمایش ویدیو در سمت راست */
@media (min-width: 992px) {
    .video-reports-section .order-lg-1 {
        order: 1;
    }
    .video-reports-section .order-lg-2 {
        order: 2;
    }
}
/* رسپانسیو */
@media (max-width: 1200px) {
    .video-reports-section .video-info {
        padding: 1.5rem;
    }
    
    .video-reports-section .video-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 992px) {
    .video-reports-section .video-info {
        padding: 1.2rem;
    }
    
    .video-reports-section .video-title {
        font-size: 1.1rem;
    }
    
    .video-reports-section .video-description {
        font-size: 0.85rem;
    }
    
    .video-reports-section .side-video-item {
        flex-direction: column;
        gap: 0;
    }
    
    .video-reports-section .side-video-thumbnail {
        width: 100%;
        padding-top: 56.25%;
    }
    
    .video-reports-section .side-video-info {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    .video-reports-section {
        padding: 3rem 0;
    }
    
    .video-reports-section .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .video-reports-section .video-title {
        font-size: 1rem;
    }
    
    .video-reports-section .video-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .video-reports-section .video-actions {
        gap: 0.8rem;
    }
    
    .video-reports-section .video-action-btn {
        padding: 0.5rem 0.8rem;
    }
}


/* بخش اسلایدر اخبار */
.news-slider-section {
    background-color: #f8f9fa;
    padding: 3rem 0;
    position: relative;
}

.news-slider-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
}

.news-slider-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.news-slider-section .section-title {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    display: flex;
    align-items: center;
}

.news-slider-section .section-title i {
    color: #e74c3c;
    margin-left: 10px;
    font-size: 1.3rem;
}

.news-slider-section .slider-nav {
    display: flex;
    gap: 0.5rem;
}

.news-slider-section .swiper-button-prev,
.news-slider-section .swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    transition: all 0.3s ease;
}

.news-slider-section .swiper-button-prev::after,
.news-slider-section .swiper-button-next::after {
    font-size: 1rem;
    font-weight: bold;
}

.news-slider-section .swiper-button-prev:hover,
.news-slider-section .swiper-button-next:hover {
    background-color: #e74c3c;
    color: #fff;
}

/* استایل کارت خبر */
.news-slider-section .news-slide-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-slider-section .news-slide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.news-slider-section .news-image {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

.news-slider-section .news-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-slider-section .news-slide-card:hover .news-image img {
    transform: scale(1.05);
}

.news-slider-section .news-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    z-index: 2;
    background: #dc3545;
}

.news-slider-section .news-badge.politics {
    background-color: #d62d20;
}

.news-slider-section .news-badge.economy {
    background-color: #d62d20;
}

.news-slider-section .news-badge.sports {
    background-color: #e74c3c;
}

.news-slider-section .news-badge.technology {
    background-color: #d62d20;
}

.news-slider-section .news-badge.culture {
    background-color: #f39c12;
}

.news-slider-section .news-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-slider-section .news-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.news-slider-section .news-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-slider-section .news-slide-card:hover .news-title a {
    color: #e74c3c;
}

.news-slider-section .news-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex: 1;
}

.news-slider-section .news-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #888;
    margin-top: auto;
}

.news-slider-section .news-meta span {
    display: flex;
    align-items: center;
}

.news-slider-section .news-meta i {
    margin-left: 5px;
}

/* استایل pagination */
.news-slider-section .swiper-pagination {
    position: static;
    margin-top: 1.5rem;
}

.news-slider-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ddd;
    opacity: 1;
}

.news-slider-section .swiper-pagination-bullet-active {
    background-color: #e74c3c;
}

/* رسپانسیو */
@media (max-width: 992px) {
    .news-slider-section .news-content {
        padding: 1rem;
    }
    
    .news-slider-section .news-title {
        font-size: 1rem;
    }
    
    .news-slider-section .news-excerpt {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .news-slider-section .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .news-slider-section .slider-nav {
        align-self: flex-end;
    }
    
    .news-slider-section .news-image {
        padding-top: 70%;
    }
}


/* بخش اسلایدر متن روی تصویر */
.text-overlay-slider-section {
    padding: 4rem 0;
    background-color: #f5f5f5;
    position: relative;
}

.text-overlay-slider-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
}

.text-overlay-slider-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.text-overlay-slider-section .section-title {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    display: flex;
    align-items: center;
}

.text-overlay-slider-section .section-title i {
    color: #e74c3c;
    margin-left: 15px;
    font-size: 1.5rem;
}

.text-overlay-slider-section .slider-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.text-overlay-slider-section .swiper-button-prev,
.text-overlay-slider-section .swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    transition: all 0.3s ease;
}

.text-overlay-slider-section .swiper-button-prev::after,
.text-overlay-slider-section .swiper-button-next::after {
    font-size: 1rem;
    font-weight: bold;
}

.text-overlay-slider-section .swiper-button-prev:hover,
.text-overlay-slider-section .swiper-button-next:hover {
    background-color: #e74c3c;
    color: #fff;
}

.text-overlay-slider-section .swiper-pagination {
    position: static;
    width: auto;
}

.text-overlay-slider-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    opacity: 1;
}

.text-overlay-slider-section .swiper-pagination-bullet-active {
    background-color: #e74c3c;
}

/* استایل اسلایدر */
.text-overlay-slider-section .text-overlay-slider {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.text-overlay-slider-section .slide-inner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.text-overlay-slider-section .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease;
}

.text-overlay-slider-section .swiper-slide-active .slide-image {
    transform: scale(1.05);
}

.text-overlay-slider-section .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
    z-index: 1;
}

.text-overlay-slider-section .slide-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 3rem;
    z-index: 2;
    color: #fff;
    max-width: 800px;
}

.text-overlay-slider-section .slide-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #e74c3c;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.text-overlay-slider-section .slide-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.text-overlay-slider-section .slide-text {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.text-overlay-slider-section .slide-button {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 2rem;
    background-color: #fff;
    color: #2c3e50;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.text-overlay-slider-section .slide-button:hover {
    background-color: #e74c3c;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* رسپانسیو */
@media (max-width: 1200px) {
    .text-overlay-slider-section .slide-inner {
        height: 450px;
    }
    
    .text-overlay-slider-section .slide-content {
        padding: 2rem;
    }
    
    .text-overlay-slider-section .slide-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 992px) {
    .text-overlay-slider-section .slide-inner {
        height: 400px;
    }
    
    .text-overlay-slider-section .slide-title {
        font-size: 1.6rem;
    }
    
    .text-overlay-slider-section .slide-text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .text-overlay-slider-section {
        padding: 3rem 0;
    }
    
    .text-overlay-slider-section .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .text-overlay-slider-section .slider-controls {
        width: 100%;
        justify-content: space-between;
    }
    
    .text-overlay-slider-section .slide-inner {
        height: 350px;
    }
    
    .text-overlay-slider-section .slide-content {
        padding: 1.5rem;
    }
    
    .text-overlay-slider-section .slide-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    
    .text-overlay-slider-section .slide-button {
        padding: 0.6rem 1.5rem;
    }
}

@media (max-width: 576px) {
    .text-overlay-slider-section .slide-inner {
        height: 300px;
    }
    
    .text-overlay-slider-section .slide-title {
        font-size: 1.2rem;
    }
    
    .text-overlay-slider-section .slide-text {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
}



/* طراحی مدرن گالری خبری */
.modern-gallery-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
  position: relative;
  overflow: hidden;
}

.modern-gallery-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, #d62d20, #d62d20);
  z-index: 1;
}

.modern-gallery-section .container {
  position: relative;
  z-index: 2;
}

.modern-gallery-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}

.modern-gallery-section .title-wrapper {
  max-width: 600px;
}

.modern-gallery-section .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
}

.modern-gallery-section .section-title .icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #d62d20, #d62d20);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  color: white;
  box-shadow: 0 5px 15px rgba(155, 89, 182, 0.4);
}

.modern-gallery-section .section-subtitle {
  font-size: 1rem;
  color: #7f8c8d;
  margin-right: 75px;
}

.modern-gallery-section .slider-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modern-gallery-section .control-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  border: none;
  color: #2c3e50;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-gallery-section .control-btn:hover {
  background: linear-gradient(135deg, #d62d20, #d62d20);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(155, 89, 182, 0.3);
}

.modern-gallery-section .swiper-pagination {
  position: static;
  width: auto;
}

.modern-gallery-section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #bdc3c7;
  opacity: 1;
  transition: all 0.3s ease;
}

.modern-gallery-section .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #d62d20, #d62d20);
  transform: scale(1.2);
}

/* استایل اسلایدر و کارت‌ها */
.modern-gallery-section .modern-gallery-slider {
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  margin: -10px;
}

.modern-gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.modern-gallery-section .gallery-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.modern-gallery-section .gallery-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.modern-gallery-section .image-container {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.modern-gallery-section .gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.modern-gallery-section .gallery-card:hover .gallery-image {
  transform: scale(1.1);
}

.modern-gallery-section .hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modern-gallery-section .gallery-card:hover .hover-effect {
  opacity: 1;
}

.modern-gallery-section .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #d62d20, #d62d20);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
}

.modern-gallery-section .content-wrapper {
  padding: 1.5rem;
}

.modern-gallery-section .image-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.modern-gallery-section .image-desc {
  color: #7f8c8d;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modern-gallery-section .meta-data {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  color: #95a5a6;
}

.modern-gallery-section .meta-data i {
  margin-left: 5px;
}

.modern-gallery-section .view-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: linear-gradient(135deg, #d62d20, #d62d20);
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(155, 89, 182, 0.3);
}

.modern-gallery-section .view-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(155, 89, 182, 0.4);
  background: linear-gradient(135deg, #d62d20, #d62d20);
}

/* رسپانسیو */
@media (max-width: 1200px) {
  .modern-gallery-section .gallery-grid {
    gap: 20px;
  }
  
  .modern-gallery-section .image-container {
    height: 220px;
  }
}

@media (max-width: 992px) {
  .modern-gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .modern-gallery-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  
  .modern-gallery-section .slider-controls {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .modern-gallery-section {
    padding: 3rem 0;
  }
  
  .modern-gallery-section .section-title {
    font-size: 1.8rem;
  }
  
  .modern-gallery-section .section-title .icon-wrapper {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  
  .modern-gallery-section .image-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .modern-gallery-section .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .modern-gallery-section .control-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .modern-gallery-section .content-wrapper {
    padding: 1.2rem;
  }
}







/* استایل های اختصاصی بخش اخبار ویژه */

.news-featured-container .news-featured-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: #ffffff;
    margin-bottom: 30px;
}

.news-featured-container .news-featured-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

.news-featured-container .news-featured-header {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.news-featured-container .news-featured-title {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding-right: 15px;
}

.news-featured-container .news-featured-title:after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: -1px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #9b59b6);
}

.news-featured-container .news-featured-body {
    padding: 20px;
}

.news-featured-container .news-main-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.news-featured-container .news-main-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.news-featured-container .news-main-img {
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}

.news-featured-container .news-main-card:hover .news-main-img {
    transform: scale(1.03);
}

.news-featured-container .news-main-content {
    padding: 15px;
}

.news-featured-container .news-main-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-featured-container .news-main-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-featured-container .news-main-title a:hover {
    color: #3498db;
}

.news-featured-container .news-main-excerpt {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.6;
}

.news-featured-container .news-side-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.3s ease;
}

.news-featured-container .news-side-item:hover {
    background-color: rgba(52, 152, 219, 0.05);
    padding-right: 8px;
}

.news-featured-container .news-side-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.news-featured-container .news-side-item:hover .news-side-img {
    transform: scale(1.05);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.news-featured-container .news-side-content {
    flex: 1;
}

.news-featured-container .news-side-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.news-featured-container .news-side-title a {
    color: #34495e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-featured-container .news-side-title a:hover {
    color: #ff0000;
}

.news-featured-container .news-side-date {
    font-size: 0.8rem;
    color: #95a5a6;
}

@media (max-width: 767.98px) {
    .news-featured-container .news-main-img {
        height: 180px;
    }
    
    .news-featured-container .news-side-item {
        padding: 10px 0;
    }
    
    .news-featured-container .news-featured-title {
        font-size: 1.3rem;
    }
}

/* Footer */
.main-footer {
  background-color: var(--secondary-color);
  color: var(--white);
  margin-top: 50px;
}

.footer-top {
  padding: 50px 0;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-logo img {
  height: 50px;
  margin-bottom: 15px;
}

.footer-widget p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: var(--transition);
}

.footer-social a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.widget-title {
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.widget-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary-color);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  display: block;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--primary-color);
  padding-right: 5px;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact i {
  color: var(--primary-color);
  font-size: 1rem;
  margin-top: 3px;
}

.footer-contact span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  flex: 1;
}

.footer-newsletter .input-group {
  margin-bottom: 20px;
}

.footer-newsletter input {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: var(--white);
}

.footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.btn-subscribe {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
}

.footer-apps h5 {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.apps-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-app {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
  padding: 8px 15px;
  border-radius: var(--border-radius);
  font-size: 0.8rem;
  transition: var(--transition);
}

.btn-app i {
  font-size: 1.5rem;
}

.btn-app span {
  display: flex;
  flex-direction: column;
}

.btn-app strong {
  font-size: 0.9rem;
}

.btn-app:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.footer-bottom {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}

.copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

.copyright strong {
  color: var(--white);
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

.footer-menu a:hover {
  color: var(--primary-color);
}

/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.back-to-top.active {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: #c82333;
  color: var(--white);
}

/* Responsive Styles */
@media (max-width: 1199.98px) {
  .featured-slide {
    height: 350px;
  }
}

@media (max-width: 991.98px) {
  .header-tools {
    justify-content: center;
    margin-top: 15px;
  }
  
  .featured-slide {
    height: 300px;
  }
  
  .video-thumb {
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  .top-bar-links {
    justify-content: center;
    margin-top: 10px;
  }
  
  .logo-area {
    justify-content: center;
    margin-bottom: 15px;
  }
  
  .header-ads {
    margin-bottom: 15px;
  }
  
  .featured-slide {
    height: 250px;
  }
  
  .featured-overlay h3 {
    font-size: 1rem;
  }
  
  .news-item {
    flex-direction: column;
  }
  
  .news-thumb {
    width: 100%;
    height: 180px;
  }
  
  .video-thumb {
    height: 200px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .search-box .input-group {
    flex-direction: column;
  }
  
  .search-category {
    width: 100%;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
  
  .search-input {
    border-radius: 0;
  }
  
  .btn-search {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    width: 100%;
    justify-content: center;
  }
  
  .search-filters {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .featured-slide {
    height: 200px;
  }
  
  .featured-overlay {
    padding: 10px;
  }
  
  .featured-overlay h3 {
    font-size: 0.9rem;
  }
  
  .video-thumb {
    height: 150px;
  }
  
  .footer-menu ul {
    justify-content: center;
  }
  
  .copyright {
    text-align: center;
    margin-bottom: 15px;
  }
}









/* single page */

/* استایل‌های اصلی */
.single-news-container {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.single-news-container .single-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin-bottom: 20px;
}

.single-news-container .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: #6c757d;
  font-size: 0.9rem;
}

.single-news-container .meta-item i {
  margin-left: 5px;
}

.single-news-container .featured-image {
  margin-bottom: 30px;
}

.single-news-container .featured-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.single-news-container .image-caption {
  font-size: 0.9rem;
  text-align: center;
}

.single-news-container .post-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #495057;
}

.single-news-container .post-content p {
  margin-bottom: 1.5rem;
}

.single-news-container .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.single-news-container .post-tags {
  margin-top: 40px;
}

.single-news-container .tags-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-news-container .tags-list a {
  display: inline-block;
  background-color: #f1f1f1;
  color: #555;
  padding: 5px 12px;
  margin: 0 5px 5px 0;
  border-radius: 20px;
  font-size: 0.85rem;
  transition: all 0.3s;
}

.single-news-container .tags-list a:hover {
  background-color: #007bff;
  color: white;
  text-decoration: none;
}

.single-news-container .social-share {
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 30px 0;
}

.single-news-container .share-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-news-container .share-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.single-news-container .btn-facebook {
  background-color: #3b5998;
  color: white;
}

.single-news-container .btn-twitter {
  background-color: #1da1f2;
  color: white;
}

.single-news-container .btn-linkedin {
  background-color: #0077b5;
  color: white;
}

.single-news-container .btn-whatsapp {
  background-color: #25d366;
  color: white;
}

.single-news-container .author-box {
  margin: 40px 0;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.single-news-container .author-name {
  font-weight: 600;
  color: #333;
}

.single-news-container .author-bio {
  font-size: 0.95rem;
  margin: 10px 0;
}

/* استایل‌های سایدبار */
.single-news-container .sidebar-widget {
  background: white;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* استایل‌های مطالب مرتبط */
.single-news-container .widget-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
    border-bottom: 2px solid #4299e1;
    padding-bottom: 0.5rem;
}

.single-news-container .related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-news-container .related-posts li a {
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #2d3748;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.single-news-container .related-posts li a:hover {
    background-color: #f7fafc;
}

.single-news-container .related-posts h5 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    transition: color 0.3s ease;
}

.single-news-container .related-posts a:hover h5 {
    color: #4299e1;
}

.single-news-container .related-posts small {
    font-size: 0.75rem;
    color: #718096;
}

.single-news-container .no-related-posts {
    background-color: #f7fafc;
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    color: #718096;
}

.single-news-container .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-news-container .category-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
}

.single-news-container .category-list li:last-child {
  border-bottom: none;
}

.single-news-container .category-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #555;
  transition: color 0.3s;
}

.single-news-container .category-list a:hover {
  color: #007bff;
  text-decoration: none;
}

/* استایل‌های نظرات */
.comments-area {
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.comments-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 2px solid #007bff;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list .media {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.comment-list .media:last-child {
  border-bottom: none;
}

.comment-author {
  font-size: 1rem;
  font-weight: 600;
}

.comment-metadata {
  font-size: 0.85rem;
  margin-top: 5px;
}

.comment-content {
  margin-top: 15px;
  font-size: 0.95rem;
  line-height: 1.7;
}

.comment-reply {
  margin-top: 15px;
}

.comment-respond {
  margin-top: 40px;
}

.comment-form textarea {
  min-height: 150px;
}

/* رسپانسیو */
@media (max-width: 991.98px) {
  .single-title {
    font-size: 1.8rem;
  }
  
  .post-content {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .single-title {
    font-size: 1.6rem;
  }
  
  .post-meta {
    font-size: 0.8rem;
    gap: 10px;
  }
  
  .share-buttons {
    justify-content: center;
  }
}




/* category Page */

/* استایل‌های عمومی */
.category-page {
    background-color: #f8f9fa;
    padding: 40px 0;
}
.category-page .sidebar{
    background-color: #ffffff;
    padding: 10px;
}

/* استایل‌های هدر ظریف */
.elegant-header {
    background: linear-gradient(135deg, #fff8f8 0%, #ffffff 100%);
    position: relative;
    border-bottom: 1px solid rgba(220, 53, 69, 0.1);
}

.elegant-header .abstract-bg {
    z-index: 0;
}

.elegant-header .z-index-1 {
    z-index: 1;
    position: relative;
}

.elegant-header .elegant-badge {
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.elegant-header .elegant-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.2);
}

.elegant-header .elegant-title {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.elegant-header .title-underline {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #dc3545 0%, rgba(220, 53, 69, 0) 100%);
    border-radius: 3px;
}

.elegant-header .elegant-desc {
    line-height: 1.8;
    position: relative;
}

.elegant-desc::before,
.elegant-desc::after {
    content: '"';
    font-size: 2rem;
    color: #dc3545;
    opacity: 0.3;
    position: absolute;
}

.elegant-desc::before {
    top: -15px;
    left: -25px;
}

.elegant-desc::after {
    bottom: -25px;
    right: -25px;
}

.elegant-header .scroll-down-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
}

.elegant-header .scroll-down-btn:hover {
    background-color: #dc3545;
    color: white;
    transform: translateY(5px);
    animation: none;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* کارت خبر */
/* استایل‌های کارت خبری ظریف */
.elegant-card {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.elegant-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.elegant-card .post-thumbnail {
    display: block;
    height: 200px;
    position: relative;
}

.elegant-card .post-thumbnail img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.elegant-card:hover .post-thumbnail img {
    transform: scale(1.05);
}

.elegant-card .gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    opacity: 0.8;
}

.elegant-card .post-date {
    bottom: 15px;
    left: 15px;
    background: rgba(220, 53, 69, 0.9);
    padding: 8px 12px;
    border-radius: 4px;
    line-height: 1.2;
}

.elegant-card .post-date .day {
    font-size: 1.2rem;
}

.elegant-card .post-date .month {
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.elegant-card .card-content {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    transition: all 0.3s ease;
}

.elegant-card:hover .card-content {
    border-color: rgba(220, 53, 69, 0.1);
}

.elegant-card .elegant-category {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.elegant-card .elegant-category:hover {
    background-color: #dc3545;
    color: white;
}

.elegant-card .hover-primary:hover {
    color: #dc3545 !important;
}

.elegant-card .post-meta i {
    font-size: 0.9rem;
}

.elegant-card .author-avatar img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

/* صفحه‌بندی */
.pagination-wrapper .nav-links {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.pagination-wrapper .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #495057;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.pagination-wrapper .page-numbers.current {
    background-color: #dc3545;
    color: white;
    border-color: #dc3545;
}

.pagination-wrapper a.page-numbers:hover {
    background-color: #f8f9fa;
    color: #dc3545;
    border-color: #dc3545;
}

.pagination-wrapper .prev,
.pagination-wrapper .next {
    padding: 0 15px;
    border-radius: 20px;
    width: auto;
}

/* حالت خالی */
.empty-state {
    background-color: #f8f9fa;
    border-radius: 10px;
}

.empty-icon i {
    opacity: 0.5;
}
/* ویجت‌های سایدبار */
.category-page .widget {
    transition: all 0.3s ease;
}

.category-page .widget:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.category-page .categories-list a:hover {
    background-color: #dc3545 !important;
    color: white !important;
}

.category-page .popular-post:hover .post-title a {
    color: #dc3545 !important;
}

.category-page .tags-list a:hover {
    background-color: #dc3545 !important;
    color: white !important;
    border-color: #dc3545 !important;
}


/* صفحه جستجو */

/* استایل‌های صفحه جستجو */
.elegant-search {
    background-color: #f9f9f9;
    min-height: 70vh;
}

.elegant-search .search-header {
    position: relative;
    padding-bottom: 30px;
}

.elegant-search .search-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #dc3545, #ff6b6b);
    border-radius: 3px;
}

.elegant-search .search-form-container .search-field {
    border: 2px solid #eee;
    border-radius: 30px;
    padding: 12px 20px;
    width: 100%;
    transition: all 0.3s ease;
}

.elegant-search .search-form-container .search-field:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2);
    outline: none;
}

.elegant-search .search-form-container .search-submit {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.elegant-search .search-form-container .search-submit:hover {
    background: #c82333;
    transform: scale(1.05);
}

.elegant-search .search-result-card {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.elegant-search .search-result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.elegant-search .post-thumbnail {
    display: block;
    height: 200px;
    position: relative;
}

.elegant-search .post-thumbnail img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.elegant-search .search-result-card:hover .post-thumbnail img {
    transform: scale(1.05);
}

.elegant-search .gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    opacity: 0.8;
}

.elegant-search .post-type-label {
    top: 15px;
    right: 15px;
    background: rgba(220, 53, 69, 0.9);
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.elegant-search .search-highlight {
    background-color: #fff3cd;
    padding: 0 2px;
    border-radius: 2px;
    font-weight: bold;
    color: #dc3545;
}

.elegant-search .elegant-category {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.elegant-search .elegant-category:hover {
    background-color: #dc3545;
    color: white;
}

.elegant-search .hover-primary:hover {
    color: #dc3545 !important;
}

.elegant-search .no-results {
    background-color: white;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.elegant-search .no-results-icon i {
    opacity: 0.3;
}

.elegant-search .search-again .search-field {
    border: 2px solid #eee;
    border-radius: 30px;
    padding: 12px 20px;
    width: 100%;
    margin-bottom: 10px;
}

.elegant-search .search-again .search-submit {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.elegant-search .search-again .search-submit:hover {
    background: #c82333;
    transform: translateY(-2px);
}



/* page.php */

/* استایل‌های صفحه ثابت */
.elegant-page {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.elegant-page .page-header {
    position: relative;
    padding-bottom: 30px;
}

.elegant-page .page-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #dc3545, #ff6b6b);
    border-radius: 3px;
}

.elegant-page .featured-image-wrapper {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.elegant-page .featured-image-wrapper img {
    transition: transform 0.5s ease;
}

.elegant-page .featured-image-wrapper:hover img {
    transform: scale(1.02);
}

.elegant-page .page-title {
    position: relative;
    line-height: 1.3;
    color: #212529;
}

.elegant-page .page-meta {
    font-size: 0.9rem;
}

.elegant-page .page-meta i {
    color: #dc3545;
}

/* محتوای صفحه */
.elegant-page .elegant-content {
    line-height: 1.8;
    font-size: 1.1rem;
    color: #495057;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.elegant-page .elegant-content p {
    margin-bottom: 1.5rem;
}

.elegant-page .elegant-content h2,
.elegant-page .elegant-content h3,
.elegant-page .elegant-content h4 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    color: #212529;
    position: relative;
    padding-bottom: 10px;
}

.elegant-page .elegant-content h2:before,
.elegant-page .elegant-content h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #dc3545, rgba(220, 53, 69, 0.3));
    border-radius: 3px;
}

.elegant-page .elegant-content blockquote {
    border-right: 4px solid #dc3545;
    background-color: #f8f9fa;
    padding: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #555;
}

.elegant-page .elegant-content table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
}

.elegant-page .elegant-content table th,
.elegant-page .elegant-content table td {
    padding: 12px 15px;
    border: 1px solid #dee2e6;
}

.elegant-page .elegant-content table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

/* صفحه‌بندی محتوا */
.elegant-page .page-links {
    font-size: 1rem;
}

.elegant-page .page-links-title {
    font-weight: 600;
    margin-left: 10px;
}

.elegant-page .page-link-number {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background-color: #f8f9fa;
    margin: 0 3px;
    transition: all 0.3s ease;
}

.elegant-page .page-link-number:hover,
.elegant-page .page-link-number.current {
    background-color: #dc3545;
    color: white;
}

/* دکمه ویرایش */
.elegant-page .edit-link a {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.elegant-page .edit-link a:hover {
    color: #dc3545;
}

.elegant-page .edit-link i {
    font-size: 0.8rem;
}

/* بخش نظرات */
.elegant-page .page-comments {
    background-color: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}


/* category video page */

/* استایل‌های صفحه آرشیو ویدیوها */
.video-archive-page {
    background-color: #f8f9fa;
}

.video-category-badge {
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.2);
    transition: all 0.3s ease;
}

.video-category-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
}

.archive-title {
    position: relative;
    padding-bottom: 15px;
}

.archive-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #dc3545, #ff6b6b);
    border-radius: 3px;
}

.video-filters {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.video-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: none;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.video-thumbnail {
    height: 200px;
    overflow: hidden;
}

.video-thumbnail img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.05);
}

.play-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.video-card:hover .play-icon {
    opacity: 1;
}

.video-duration {
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}

.video-content {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.video-title a:hover {
    color: #dc3545 !important;
}

.bg-danger-light {
    background-color: rgba(220, 53, 69, 0.1);
}

.no-videos i {
    color: #dc3545;
    opacity: 0.2;
}

/* صفحه‌بندی */
.video-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50% !important;
    color: #495057;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.video-pagination .page-numbers.current {
    background-color: #dc3545;
    color: white;
    border-color: #dc3545;
}

.video-pagination a.page-numbers:hover {
    background-color: #f8f9fa;
    color: #dc3545;
    border-color: #dc3545;
}

.video-pagination .prev,
.video-pagination .next {
    padding: 0 15px;
    border-radius: 20px;
    width: auto;
}

/* پربازدیدترین مطالب فوتر */
/* استایل‌های ویجت پربازدیدترین‌ها در فوتر */


.popular-posts-widget .widget-title {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(220, 53, 69, 0.5);
}

.popular-posts-list .popular-post-item {
    padding: 0px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.popular-posts-list .popular-post-item:last-child {
    border-bottom: none;
}

.popular-posts-list .post-thumb {
    transition: all 0.3s ease;
}

.popular-posts-list .popular-post-item:hover .post-thumb {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.popular-posts-list .post-title {
	color: #f8f9fa;
	transition: all 0.3s ease;
	line-height: 1.4;
	font-size: 12px;
}

.popular-posts-list .post-views {
    font-size: 0.75rem;
}

.popular-posts-list .popular-post-item:hover .post-title {
    color: #dc3545;
}

.popular-posts-list a:hover {
    text-decoration: none;
}