/**
Theme Name: snews
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: snews
Template: astra
*/

#block-60 p{
  margin-bottom: 0px;
}


/* Sidebar Standard Header Bar */
.snews-sidebar-header {
  background-color: #c00000;
  color: #ffffff;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.snews-sidebar-header h3 {
  margin: 0;
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.snews-sidebar-header .header-icon {
  font-size: 14px;
}

/* Live TV Frame Box */
.snews-live-tv-box {
  position: relative;
  width: 100%;
  height: 180px;
  background-color: #0b1528;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.snews-live-tv-box iframe {
  width: 100%;
  height: 100%;
}

.snews-live-tv-placeholder {
  text-align: center;
  color: #ffffff;
}

.snews-tv-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #334155;
  padding: 15px 25px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

.snews-logo-s {
  font-size: 28px;
  font-weight: 900;
  color: #f59e0b;
}

.snews-logo-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Glowing Red LIVE Badge Overlay */
.snews-live-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #c00000;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 0 8px rgba(192, 0, 0, 0.8);
}

.snews-live-badge i {
  font-size: 8px;
  color: #ffffff;
  animation: snews-pulse 1.2s infinite;
}

@keyframes snews-pulse {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

/* Most Read Underline Section Header */
.snews-sidebar-header-underline {
  border-bottom: 2px solid #c00000;
  margin-bottom: 12px;
  padding-bottom: 4px;
}

.snews-sidebar-header-underline h3 {
  margin: 0;
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #111111;
}

/* Numbered Rank List */
.snews-most-read-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.snews-most-read-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e0e0e0;
}

.snews-most-read-item:last-child {
  border-bottom: none;
}

.snews-rank-number {
  background-color: #c00000;
  color: #ffffff;
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 13px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.snews-rank-title {
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.snews-rank-title:hover {
  color: #c00000;
}

/* Tablet & Mobile Responsiveness */
@media (max-width: 1024px) {
  .snews-live-tv-box {
    height: 200px;
  }
  .snews-most-read-widget {
    margin-top: 20px;
  }
}

/* Header Bar */
.snews-latest-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 18px;
  position: relative;
}

.snews-latest-title {
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #c00000;
  margin: 0;
  position: relative;
}

.snews-latest-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c00000;
}

.snews-view-all {
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #c00000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.snews-view-all:hover {
  color: #900000;
}

/* 4-Column Grid */
.snews-latest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Individual Card Styling */
.snews-latest-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.snews-latest-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* Thumbnail & Category Badge Overlay */
.snews-latest-thumb-wrapper {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.snews-latest-thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.snews-latest-card:hover .snews-latest-thumb-wrapper img {
  transform: scale(1.05);
}

.snews-card-badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background-color: #c00000;
  color: #ffffff;
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
}

/* Card Body Content */
.snews-latest-card-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.snews-card-headline {
  margin: 0 0 10px 0;
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.snews-card-headline a {
  color: #111111;
  text-decoration: none;
  transition: color 0.2s ease;
}

.snews-card-headline a:hover {
  color: #c00000;
}

.snews-card-meta {
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 12px;
  color: #888888;
}

/* Tablet & Mobile Responsiveness */
@media (max-width: 1024px) {
  .snews-latest-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .snews-latest-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .snews-latest-thumb-wrapper {
    height: 190px;
  }
}

/* Section Header */
.snews-cat-main-header {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.snews-cat-main-title {
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #c00000;
  margin: 0;
}

/* 5-Column Grid System */
.snews-cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

/* Column Card Wrapper */
.snews-cat-column {
  background: #fdfdfd;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Header Badge Bar */
.snews-cat-badge-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
}

/* Ensure Icon Badge Layout */
.cat-icon-badge {
  background: #c00000;
  color: #ffffff;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-icon-badge i {
  font-size: 13px;
  color: #ffffff !important;
  line-height: 1;
}

.cat-badge-title {
  margin: 0;
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #111111;
}

/* Card Body Area */
.snews-cat-card-body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Image Thumbnail */
.snews-cat-featured-thumb {
  width: 100%;
  height: 120px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}

.snews-cat-featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.snews-cat-column:hover .snews-cat-featured-thumb img {
  transform: scale(1.05);
}

/* Headlines List */
.snews-cat-headlines-list {
  list-style-type: square;
  padding-left: 16px;
  margin: 0 0 12px 0;
  color: #c00000;
}

.snews-cat-headlines-list li {
  margin-bottom: 6px;
  line-height: 1.3;
}

.snews-cat-headlines-list li a {
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.snews-cat-headlines-list li a:hover {
  color: #c00000;
}

/* Footer Link */
.snews-cat-footer-link {
  margin-top: auto;
  text-align: right;
  padding-top: 6px;
  border-top: 1px dashed #eaeaea;
}

.snews-cat-footer-link a {
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #c00000;
  text-decoration: none;
}

.snews-cat-footer-link a:hover {
  text-decoration: underline;
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .snews-cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .snews-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .snews-cat-grid {
    grid-template-columns: 1fr;
  }
}

/* new development */
/* ================= MAIN CONTAINER LAYOUT ================= */
.snews-section-hero-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 20px;
  width: 100%;
}

.snews-hero-col {
  flex: 0 0 calc(62% - 10px) !important;
  width: calc(62% - 10px) !important;
  display: flex;
  flex-direction: column;
}

.snews-stacked-col {
  flex: 0 0 calc(38% - 10px) !important;
  width: calc(38% - 10px) !important;
  display: flex;
  flex-direction: column;
}

/* ================= SWIPER HERO SLIDER ================= */
.snews-hero-slider-wrapper {
  position: relative;
  width: 100%;
  height: 430px !important; /* Fixed Baseline Height */
  border-radius: 4px;
  overflow: hidden;
}

.snews-hero-slider-wrapper .swiper-wrapper {
  height: 100% !important;
}

.snews-hero-slide {
  width: 100%;
  height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important; /* Bottom Pinning */
  align-items: flex-start !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.snews-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0.95) 100%);
  z-index: 1;
  pointer-events: none;
}

.snews-hero-bottom-container {
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  z-index: 5;
  margin-top: auto;
  text-align: left;
}

.snews-hero-cat-tag {
  background-color: #c00000;
  color: #ffffff;
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 8px;
}

.snews-hero-title {
  margin: 0 0 6px 0;
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
  color: #ffffff;
}

.snews-hero-title a {
  color: #ffffff !important;
  text-decoration: none !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.snews-hero-meta {
  color: #dddddd;
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 12px;
  display: flex;
  gap: 15px;
}

.snews-hero-meta i {
  margin-right: 4px;
}

/* Swiper Nav Arrows & Dots */
.snews-hero-slider-wrapper .snews-slider-arrow {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #111111 !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.snews-hero-slider-wrapper .snews-slider-arrow::after {
  display: none !important;
}

.snews-hero-slider-wrapper .snews-slider-arrow:hover {
  background: #c00000 !important;
  color: #ffffff !important;
}

.snews-hero-slider-wrapper .swiper-button-prev { left: 12px !important; }
.snews-hero-slider-wrapper .swiper-button-next { right: 12px !important; }

.snews-hero-slider-wrapper .swiper-pagination {
  bottom: 8px !important;
  z-index: 10 !important;
}

.snews-hero-slider-wrapper .swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 0.5 !important;
  width: 8px !important;
  height: 8px !important;
  margin: 0 4px !important;
  cursor: pointer !important;
}

.snews-hero-slider-wrapper .swiper-pagination-bullet-active {
  background: #c00000 !important;
  opacity: 1 !important;
}

/* ================= 4 STACKED CARDS ================= */
.snews-stacked-posts-container {
  display: flex;
  flex-direction: column;
  height: 430px !important; /* Exact 1:1 Match */
  justify-content: space-between;
  box-sizing: border-box;
}

.snews-stacked-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #e2e2e2;
  height: 107.5px;
  box-sizing: border-box;
}

.snews-stacked-card:last-child {
  border-bottom: none;
}

.snews-stacked-thumb {
  width: 100px;
  height: 72px;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
}

.snews-stacked-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.snews-stacked-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.snews-stacked-title {
  margin: 0 0 4px 0;
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;


}

.snews-stacked-title a {
  color: #111111;
  text-decoration: none;
}

.snews-stacked-title a:hover {
  color: #c00000;
}

.snews-stacked-meta {
  font-family: 'Mukta', 'Noto Sans Devanagari', sans-serif;
  font-size: 11px;
  color: #888888;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .snews-section-hero-row {
    flex-direction: column !important;
  }
  .snews-hero-col, 
  .snews-stacked-col {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .snews-hero-slider-wrapper {
    height: 340px !important;
  }
  .snews-stacked-posts-container {
    height: auto !important;
  }
  .snews-stacked-card {
    height: auto;
    padding: 10px 0;
  }
}
/* Removed the padding for the most read list */
ul.snews-most-read-list {
  padding: 0;
  margin-top: 20px;
}