
		.home-pdf {}
		
		.home-pdf img {
			width: 100%;
			border-radius: 10px;
			padding: 5px;
			height: 505px;
			    border: 1px solid #ccc; background-color: #fff;
		}
		
		.hero-news {
			position: relative;
			overflow: hidden;
			border-radius: 14px;
			height: 507px;
			background: #eee;
			box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
		}
		
		.hero-link {
			display: block;
			width: 100%;
			height: 100%;
			position: relative;
			color: #fff;
			text-decoration: none;
		}
		
		.hero-news img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			transition: .6s ease;
		}
		
		.hero-news:hover img {
			transform: scale(1.08);
		}
		/* Gradient */
		
.hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%; /* Adjust: 35% - 60% */
    background: linear-gradient(
        to top,
        rgba(17, 17, 17, 1) 0%,
        rgba(28, 28, 28, 0.88) 35%,
        rgba(50, 50, 50, 0.42) 70%,
        rgba(50, 50, 50, 0) 100%
    );
}
		/* Badge */
		
		.hero-badge {
			position: absolute;
			top: 18px;
			right: 18px;
			background: #d80000;
			color: #fff;
			padding: 8px 16px;
			font-size: 14px;
			font-weight: 700;
			border-radius: 4px;
			z-index: 5;
		}
		/* Content */
		
		.hero-content {
			position: absolute;
			bottom: 35px;
			right: 35px;
			left: 35px;
			z-index: 5;
			text-align: right;
		}
		
		.hero-title {
			margin: 0 0 18px;
			color: #fff;
			font-size: 25px;
			font-weight: 800;
			line-height: 1.18;
			text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
		}
		
		.hero-desc {
			margin: 0;
			color: rgba(255, 255, 255, .95);
			font-size: 1.2rem;
			line-height: 1.8;
			text-shadow: 0 1px 4px rgba(0, 0, 0, .45);
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
		}
		/* Responsive */
		
		@media (max-width:991px) {
			.hero-news {
				height: 500px;
			}
			.hero-title {
				font-size: 2rem;
			}
			.hero-desc {
				font-size: 1.05rem;
			}
		}
		
		@media (max-width:768px) {
			.hero-news {
				height: 420px;
			}
			.hero-content {
				right: 22px;
				left: 22px;
				bottom: 22px;
			}
			.hero-title {
				font-size: 1.6rem;
			}
			.hero-desc {
				font-size: .95rem;
				line-height: 1.6;
			}
		}
		
		.side-news-card {
			position: relative;
			overflow: hidden;
			border-radius: 12px;
			height: 240px;
			margin-bottom: 25px;
			background: #ddd;
			box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
		}
		
		.side-news-link {
			display: block;
			width: 100%;
			height: 100%;
			position: relative;
			text-decoration: none;
			color: #fff;
		}
		
		.side-news-card img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			transition: .5s ease;
		}
		
		.side-news-card:hover img {
			transform: scale(1.08);
		}
		/* Gradient */
		
		.side-news-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%; /* Adjust: 35% - 60% */
    background: linear-gradient(
        to top,
        rgba(17, 17, 17, 1) 0%,
        rgba(28, 28, 28, 0.88) 35%,
        rgba(50, 50, 50, 0.42) 70%,
        rgba(50, 50, 50, 0) 100%
    );
		}
		/* Badge */
		
		.side-news-badge {
			position: absolute;
			top: 15px;
			right: 15px;
			background: #ff9800;
			color: #000;
			padding: 8px 14px;
			font-size: 15px;
			font-weight: 700;
			border-radius: 4px;
			z-index: 5;
		}
		/* Content */
		
		.side-news-content {
			position: absolute;
			right: 18px;
			left: 18px;
			bottom: 20px;
			z-index: 5;
			text-align: right;
		}
		
		.side-news-content h3 {
			margin: 0;
			color: #fff;
			font-size: 16px;
			font-weight: 800;
			line-height: 1.3;
			text-shadow: 0 2px 6px rgba(0, 0, 0, .45);
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
		}
		
		@media (max-width:992px) {
			.side-news-card {
				height: 260px;
			}
			.side-news-content h3 {
				font-size: 1.45rem;
			}
		}
		
		@media (max-width:768px) {
			.side-news-card {
				height: 300px;
			}
			.side-news-content h3 {
				font-size: 1.6rem;
			}
		}
/*-----------------------------------------------------------*/
		.top-box {
			padding-top: 10px;
			border-bottom: 1px solid #ccc;
			background-color: #fff;
		}
		
		.top-news {
			padding: 10px;
		}
		
		.top-news img {
			width: 90px !important;
			height: 80px !important;
			float: right !important;
			margin-left: 10px;
			border-radius: 8px;
		}
		
		.top-news .title {
			text-align: right;
			direction: rtl;
		}
		
		.top-news a {
			color: #000;
			text-decoration: none;
		}
/*-----------------------------------------------------------------*/




.site-heading-inline {
    background-color: #a8181b;
    color: #fff;
    text-align: center;
    padding: 8px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}
.site-heading-inline h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
	
	
	
.white-heading-inline {
    background-color: #FFF;
    color: #a8181b;
    text-align: center;
    padding: 8px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}
.white-heading-inline h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
		
	
	.box-left { padding-left: 10px; overflow: hidden}
	.box-right { padding-right: 10px; overflow: hidden}
	
	.large-image { padding-bottom: 25px;}
	.large-image img { width:100%; border-radius: 10px; margin-bottom: 10px; height: 175px;}
	.large-image .title { text-align: right; direction: rtl; font-size: 16px; font-weight: bold;}
	.large-image .title a { color: #000; text-decoration: none;}
	
	
	.mid-news { padding-bottom: 25px;}
	.mid-news img { width:100%; border-radius: 10px; margin-bottom: 10px; height: 175px;}
	.mid-news .title { text-align: right; direction: rtl; font-size: 16px; font-weight: bold;}
	.mid-news .title a { color: #000; text-decoration: none;}	
	
	
	.thumb-list-right { overflow: hidden;  margin-bottom: 15px; padding-bottom: 5px;}
	.thumb-list-right img{ width: 90px; height: 80px; border-radius: 8px; float: right; margin-left: 10px;}
	.thumb-list-right .title { text-align: right; direction: rtl; font-size: 16px; font-weight: bold;}
	.thumb-list-right .title a  {color: #000; text-decoration: none;}
	
	
	
	.thumb-list-left { overflow: hidden;  margin-bottom: 15px; padding-bottom: 5px;}
	.thumb-list-left img{ width: 80px; height: 70px; border-radius: 8px; float: left; margin-right: 10px;}
	.thumb-list-left .title { text-align: right; direction: rtl; font-size: 14px; font-weight: bold;}
	.thumb-list-left .title a  {color: #000; text-decoration: none;}	
	
	.left-border { border-left: 1px solid #c2c0c0;}
	
	.dark-card { padding-left: 5px; padding-right: 5px;}
	.dark-card img {width:100%; height: 165px; border-radius: 10px; margin-bottom: 15px;}
	.dark-card .title { font-size: 16px; font-weight: bold;}
	.dark-card .title a { color: #000; text-decoration: none;}
	
	.writers-container { padding: 20px; border-bottom: 1px solid #ccc; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);  background-color: #e30713}



/*---------------------------------------------------------*/



.writer-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;height:100%;transition:.2s; min-height: 162px;}
.writer-card:hover{box-shadow:0 10px 26px rgba(0,0,0,.08);transform:translateY(-3px)}

.writer-card .title {font-size:1.05rem;font-weight:800;margin:0 0 8px}
.writer-card .title a {font-size:.9rem;color:#000;text-decoration: none;}	
.writer-card .writer-name { color:#6B080A; font-size: 14px; font-weight: bold;}	

		
.writer-image { border-radius: 50%; width:70px; height: 70px; float: right; margin-left: 15px; border:1px solid #ccc; margin-top: 10px;}

/*--------------------------- Reels ----------------------------------*/

    /* --- Section Header --- */
    .reels-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .reels-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
      padding-bottom: 8px;
      border-bottom: 2px solid #8b1d2c;
    }

    .reels-header h2 {
      color: #111;
      font-size: 20px;
      font-weight: bold;
    }

    .reels-header span {
      color: #8b1d2c;
      font-size: 20px;
    }

    /* --- Grid Layout --- */
    .reels-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 16px;
    }

    /* --- Reel Card Styling --- */
    .reel-card {
      position: relative;
      aspect-ratio: 9 / 16;
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      background-color: #701927;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .reel-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    .reel-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Gradient overlay at bottom for readability */
    .reel-card::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60%;
      background: linear-gradient(to top, rgba(112, 25, 39, 0.95) 0%, rgba(112, 25, 39, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
      pointer-events: none;
    }

    /* Overlay Content */
    .reel-watermark {
      position: absolute;
      top: 15px;
      right: 15px;
      color: rgba(255, 255, 255, 0.85);
      font-size: 14px;
      font-weight: bold;
      text-shadow: 0 1px 3px rgba(0,0,0,0.8);
      z-index: 2;
    }

    .reel-title {
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 15px;
      color: #ffffff;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
      z-index: 2;
    }

    /* --- Modal Overlay --- */
    .reel-modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.9);
      z-index: 1030;
      justify-content: center;
      align-items: center;
    }

    .reel-modal.active {
      display: flex;
    }

    /* Modal Video Wrapper */
    .modal-content-wrapper {
      position: relative;
      height: 90vh;
      aspect-ratio: 9 / 16;
      max-width: 90vw;
      background-color: #000;
      border-radius: 20px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .modal-content-wrapper video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Glassmorphism Icon Style for Controls */
    .overlay-btn {
      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: none;
      border-radius: 50%;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.1s ease;
      z-index: 1040;
    }

    .overlay-btn:hover {
      background: rgba(255, 255, 255, 0.4);
    }

    .overlay-btn:active {
    /*  transform: scale(1);*/
    }

    /* Top Controls Overlay (Mute + Close) */
    .top-controls {
      position: absolute;
      top: 16px;
      right: 16px;
      display: flex;
      gap: 10px;
      z-index: 1040;
    }

    .top-controls .overlay-btn {
      width: 38px;
      height: 38px;
    }

    .top-controls svg {
      width: 20px;
      height: 20px;
    }

    /* Overlay Navigation Arrows (Left & Right inside reel) */
    .nav-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);

      width: 44px;
      height: 44px;
    }

    .nav-arrow svg {
      width: 22px;
      height: 22px;
    }

    .nav-arrow.prev-btn {
      left: 14px;
    }

    .nav-arrow.next-btn {
      right: 14px;
    }

    @media (max-width: 768px) {
      .nav-arrow {
        width: 36px;
        height: 36px;
      }
      .nav-arrow.prev-btn { left: 8px; }
      .nav-arrow.next-btn { right: 8px; }
      .top-controls {
        top: 12px;
        right: 12px;
      }
    }


.ticker-item a { color:#fff; text-decoration: none;}
