 .carousel-wrapper {
      background-color: #f8f9fa;
      padding: 2rem 0;
    }

    .article-card {
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      height: 80%;
    }

    .category-badge {
      background-color: #ff3b60;
      color: #ffff;
      font-size: 0.7rem;
      font-weight: bold;
      padding: 5px 10px;
      border-radius: 50px;
      display: inline-block;
    }

    .article-meta {
      font-size: 0.85rem;
      color: gray;
    }

    .author-img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }

    .favorite-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: white;
      border-radius: 50%;
      padding: 5px 8px;
      font-size: 1.2rem;
      line-height: 1;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #000;
      border-radius: 50%;
    }

   .carousel-item {
  height: 450px;
}

.article-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.carousel-item .row {
  height: 100%;
}

.carousel-item .col-lg-6 {
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  border-radius: 0 15px 15px 0; /* match border radius */
}

.carousel-wrapper button.btn-dark {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 1;
  font-size: 1.2rem;
  padding: 0;
  color:white;
}

.author-img{
 width: 40px;
  height: 40px;
  border-radius: 20px;
}


.section-title1 {
      font-weight: bold;
      color: #ff3b60;
      font-size: 1.2rem;
    }

    .category-badge {
      background-color: #ff0e32;
      color: #ffff;
      font-size: 0.7rem;
      font-weight: bold;
      padding: 3px 8px;
      border-radius: 20px;
      display: inline-block;
    }

    .social-btn {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 10px 15px;
      border-radius: 5px;
      margin-bottom: 10px;
      font-weight: 500;
    }

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

    .facebook { background-color: #3b5998; }
    .twitter { background-color: #1da1f2; }
    .instagram { background-color: #3f729b; }
    .pinterest { background-color: #bd081c; }

    .post-meta {
      font-size: 0.72rem;
      color: gray;
    }

    .read-more {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.9rem;
      color: #000;
    }

    .tab-box .nav-link.active {
      font-weight: bold;
      color: #000;
    }

    .mini-post-title {
      font-weight: 500;
      font-size: 0.9rem;
      line-height: 1.2;
    }

    .mini-post-meta {
      font-size: 0.75rem;
      color: gray;
    }

    .video-thumb {
      position: relative;
    }

    .video-thumb::after {
      content: '▶';
      position: absolute;
      top: 40%;
      left: 40%;
      font-size: 1.5rem;
      color: white;
    }
    .bpart{
      padding-left: 15px;
    }

    .social-btn {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.social-btn:hover {
  transform: scale(1.03);
  filter: brightness(90%);
}





 .section-title {
      font-size: 2.5rem;
      font-weight: 800;
      color: rgba(255, 255, 255, 0.1);
      position: relative;
    }

    .section-title span {
      position: absolute;
      left: 0;
      top: 0;
      color: #6c63ff;
      font-weight: bold;
    }

    .video-card {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      background-color: #fff;
    }

    .video-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .video-overlay-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2rem;
      background: rgba(0, 0, 0, 0.6);
      padding: 10px;
      border-radius: 50%;
      color: white;
    }

    .video-content {
      margin-top: 10px;
    }

    .video-content h6 {
      font-weight: bold;
    }

    .video-meta {
      font-size: 0.85rem;
      color: #a0a0a0;
    }

    .badge-top-right {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #f52c4d;
      color: white;
      font-size: 0.7rem;
      border-radius: 50%;
      padding: 5px;
    }

    .video-grid .col {
      margin-bottom: 20px;
    }
    .fw-bold{
      color:black;
    }

    .tab-header {
      background: #f4f4f4;
      padding: 10px;
      display: flex;
      justify-content: space-between;
      font-weight: bold;
      border-bottom: 2px solid #ccc;
      cursor: pointer;
    }
    .tab-header div {
      padding: 5px 10px;
    }
    .tab-header .active {
      color: red;
      border-bottom: 3px solid red;
    }
    .sidebar .news-snippet {
      display: flex;
      gap: 10px;
      margin-bottom: 15px;
    }
    .sidebar img {
      width: 100px;
      height: 80px;
      object-fit: cover;
    }
    .sub-news-item {
      display: flex;
      gap: 10px;
      margin-bottom: 15px;
    }


      .editor-section {
  background-color: #e6f6fb;
  padding: 20px;
  height: 354px;
  border-radius: 10px;
  position: relative; /* Added */
}
  .col-md-3{
    padding-left: 5px;
    padding-right: 5px;
  }

    .carousel-item {
      padding: 0px;
    }

    .card {
      border: none;
    }

    .card img {
      border-radius: 8px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #333;
      padding: 10px;
      border-radius: 50%;
    }

    .video-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #2ecc71;
      color: white;
      border-radius: 50%;
      padding: 5px;
      font-size: 14px;
    }
    .card-title{
      padding: 6px;
    }


.news-wrapper {
      border-radius: 16px;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
      position: relative;
    }

    .sport-tag {
      position: absolute;
      top: 15px;
      left: 20px;
      font-size: 1.5rem;
      font-weight: bold;
      color: black;
      padding-left: 10px;
      border-left: 5px solid orange;
    }

    .content-card {
      /*width: 65%;*/
      margin: -50px auto 0;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
      padding: 20px;
      position: relative;
      z-index: 10;
    }

    .main-story img {
      width: 100%;
      border-radius: 12px;
    }

    .main-story h6 {
      font-weight: 600;
      margin-top: 12px;
    }

    .main-story p {
      font-size: 0.9rem;
      color: #666;
    }

    .side-story {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }

    .side-story img {
      width: 180px;
      height: 80px;
      object-fit: fill;
      border-radius: 8px;
		max-width: 130px
    }

    .side-story p {
      margin: 0;
      font-size: 12px;
      font-weight: 500;
    }

    .footer-link {
      text-align: right;
    }

    .footer-link a {
      font-size: 0.85rem;
      color: #444;
      text-decoration: none;
    }

    .footer-link a:hover {
      color: #000;
      text-decoration: underline;
    }

    :root {
    --primary-color: #f70808;
    --secondary-color: #2c3e50;
    --accent-color: #3498db;
    --text-color: #333;
    --light-bg: #f8fafc;
    --transition-speed: 0.3s;
    --border-radius: 8px;
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Performance Optimizations */
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Modern Reset */
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *:before, *:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

/* Typography */
h6, h3, h5 {
    color: var(--text-color);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.section-title2 {
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 800;
    color: var(--primary-color);
    position: relative;
    transition: color var(--transition-speed) ease;
}

/* Navigation Controls */
.prv, .nxt {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    transition: background var(--transition-speed) ease;
}

.prv:hover, .nxt:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Enhanced Image Container */
.image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: transform var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.image-container:hover {
    transform: translateY(-5px);
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-speed) ease;
    will-change: transform;
    backface-visibility: hidden;
}

.image-container img.lazy {
    opacity: 0;
    transition: opacity var(--transition-speed) ease;
}

.image-container img.lazy.loaded {
    opacity: 1;
}

/* Sport Banner Enhancement */
.sport-banner {
     background: linear-gradient(rgb(133 133 133 / 29%), rgb(183 183 183 / 0%)), url(https://pragnews.com/assets/upload/sports/sports1.jpg) center / cover no-repeat;
     height: 230px;
    border-radius: var(--border-radius);
    position: relative;
    animation: fadeIn 1s ease-in;
    /*background-attachment: inherit; */
}

/* Modern Animations */
@keyframes fadeIn {
    from { 
        opacity: 0;
        transform: translateY(20px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from { 
        transform: translateX(-100%);
        opacity: 0;
    }
    to { 
        transform: translateX(0);
        opacity: 1;
    }
}

/* Optimized Ad Space */
.section-ad-space {
    /*padding: 2rem 0;*/
    background: var(--light-bg);
    margin: 2rem 0;
    border: 1px solid rgba(0,0,0,0.1);
    animation: fadeIn 0.8s ease-in;
}

.ad-container {
    /*max-width: 728px;*/
	max-width: 1320px;
    margin: 0 auto;
    background: #fff;
    border-radius: var(--border-radius);
    padding: 1rem;
    box-shadow: var(--box-shadow);
    transition: all var(--transition-speed) ease;
}

/* Enhanced Video Player */
.video-thumbnail {
    position: relative;
    width: 100%;
    max-width: 560px;
    cursor: pointer;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all var(--transition-speed) ease;
    z-index: 2;
}

.play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 20px solid var(--primary-color);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

/* Main Article Image Container */
.main-article img {
    width: 100%;
    height: 300px; /* Increased height for main article */
    object-fit: fill;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.main-article img:hover {
    transform: scale(1.02);
}

/* Side Article Image Container */
.small-article img {
    width: 100%;
    height: 150px; /* Fixed height for consistency */
    object-fit: fill;
    border-radius: 8px;
	margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.small-article {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.small-article img:hover {
    transform: scale(1.03);
}
.small-article h6 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 8px 0;
    color: #2d2d2d;
    /* Remove these lines to show full title */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.small-article .article-meta {
    font-size: 12px;
    color: #6c757d;
}
.small-article .content {
    max-height: 200px; /* Adjust this value as needed */
    overflow-y: auto;
}
/* Mobile responsive */
@media (max-width: 767px) {
    .small-article img {
        height: 180px;
    }
}

/* Article Content */
.main-article h5 {
    margin-top: 1rem;
    font-weight: bold;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.main-article h5:hover{
color: #005bea;
}
.main-article p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: 0.5rem;
    margin-bottom: 12px;
}

/* Section Headers */
.section-header {
    background-color: #d00;
    color: white;
    padding: 8px 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.breaking-item-1{
  padding: 20px;
  align-items: center;
}
/* Responsive Design */
@media (max-width: 768px) {
    .main-article img {
        height: 300px;
    }
    
    .small-article img {
        height: 150px;
    }
    
    .main-article h5 {
        font-size: 1.2rem;
    }
    
    .small-article h6 {
        font-size: 1rem;
    }
	
}

@media (max-width: 576px) {
    .main-article img {
        height: 250px;
    }
    
    .small-article img {
        height: 120px;
    }
}

/* Print Styles */
@media print {
    .ad-container,
    .video-thumbnail,
    .play-button {
        display: none;
    }
}

    @media (max-width: 767px) {
      .content-card {
        width: 100%;
        margin-top: -80px;
        padding: 15px;
      }

      .side-story {
        gap: 10px;
      }

      .sport-tag {
        font-size: 1.2rem;
      }
    }

    .no-data {
    padding: 24px 0;
    text-align: center;
    color: #888;
    font-size: 1.05rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1rem;
}

/* =========================
   SECTION TITLES
   ========================= */

.section-title1 {
    position: relative;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e1306c;
    margin-bottom: 2rem;
    text-transform: uppercase;
    background: linear-gradient(90deg, #e1306c 0%, #1da1f2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title1 span {
    position: absolute;
    top: -28px;
    left: 0;
    font-size: 2.5rem;
    color: #ececec;
    font-weight: bold;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    opacity: 0.5;
    letter-spacing: 2px;
}
.small-article a:hover h6 {
    color: #005bea;
    cursor: pointer;
}

/* =========================
   POST CARD (MAIN POSTS)
   ========================= */

.post-card {
    display: flex;
    border: none;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(225,48,108,0.07), 0 1.5px 6px rgba(0,0,0,0.04);
    overflow: hidden;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s cubic-bezier(.4,2,.6,1);
    position: relative;
    min-height: 180px;
}
.post-card:hover {
    box-shadow: 0 8px 32px rgba(225,48,108,0.12), 0 3px 12px rgba(0,0,0,0.08);
}
.post-card .post-img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 18px 0 0 18px;
    transition: transform 0.4s cubic-bezier(.4,2,.6,1);
    filter: brightness(0.97);
}
.post-card:hover .post-img {
    transform: scale(1.04) rotate(-1deg);
    filter: brightness(1);
}
.post-card .post-content {
    padding: 1.5rem 1.5rem 1.5rem 1rem;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}
.category-badge {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
    background: linear-gradient(90deg, #1da1f2 0%, #e1306c 100%);
    color: #fff !important;
    border-radius: 6px;
    padding: 3px 12px;
    margin-bottom: 0.7rem;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(225,48,108,0.08);
}
.post-title1 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
    line-height: 1.35;
    transition: color 0.2s;
}
.post-title1:hover {
    color: #e1306c;
}
.post-meta {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 0.6rem;
}
.post-excerpt {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.7rem;
    line-height: 1.6;
}
.read-more {
    color: #e1306c;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}
.read-more:hover {
    color: #1da1f2;
    text-decoration: underline;
}

/* =========================
   SOCIAL SHARE ICONS (ON POST IMAGE)
   ========================= */

.social-share {
    position: absolute;
    left: 24px;
    bottom: 24px;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: all 0.35s cubic-bezier(.4,2,.6,1);
    pointer-events: none;
    z-index: 2;
    display: flex;
    gap: 8px;
}
.post-card:hover .social-share,
.post-card:focus-within .social-share {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.social-share a {
    color: #fff;
    background: #e1306c;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(225,48,108,0.13);
    transition: background 0.2s, transform 0.2s;
    opacity: 0.85;
    outline: none;
}
.social-share a:focus {
    box-shadow: 0 0 0 2px #1da1f2;
}
.social-share a:hover {
    background: #1da1f2;
    transform: scale(1.18) rotate(-10deg);
    opacity: 1;
}

/* =========================
   TABS SECTION (SIDEBAR)
   ========================= */

.tabs-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 1.5rem 1.2rem;
}
.tabs-header {
    display: flex;
    gap: 18px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
.tab-item {
    position: relative;
    font-size: 1.05rem;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    padding: 6px 0 6px 18px;
    transition: color 0.25s;
    outline: none;
    border: none;
    background: none;
}
.tab-item.active,
.tab-item:focus {
    color: #e1306c;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.active-dot {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: #e1306c;
    border-radius: 50%;
    display: none;
    animation: blink 1s infinite;
}
.tab-item.active .active-dot {
    display: block;
}
/*.tabs-content {
    padding-top: 18px;
}*/
.tab-pane {
    display: none;
    animation: fadeIn 0.6s;
}
.tab-pane.active {
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px);}
    to { opacity: 1; transform: none;}
}

/* =========================
   POST ITEM (SIDEBAR TABS)
   ========================= */

.post-item {
    display: flex;
    gap: 14px;
    /*margin-bottom: 18px;
    /*padding-bottom: 18px;*/
    border-bottom: 1px solid #f2f2f2;
    align-items: center;
    transition: background 0.2s;
    border-radius: 6px;
}
.post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.post-item:hover {
    background: #f8f9fa;
}
.post-thumb {
    flex: 0 0 70px;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(225,48,108,0.06);
	width: 120px;  /* Change this to 120px */
    min-width: 120px;  /* Add this line */
    margin-right: 15px;
}
.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: fill;
	image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    transform: translateZ(0);
    backface-visibility: hidden;
	border-radius: 8px;
}
.post-info {
    flex: 1;
}
.category {
    display: inline-block;
    font-size: 0.70rem;
    font-weight: 600;
    color: #1da1f2;
    background: rgba(29, 161, 242, 0.08);
    padding: 2px 8px;
    border-radius: 10px;
    margin-bottom: 3px;
}
.post-title {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin: 4px 0 4px 0;
    line-height: 1.35;
    transition: color 0.2s;
}
.post-title:hover {
    color: #e1306c;
}
.post-meta {
    font-size: 0.79rem;
    color: #888;
}

/* =========================
   SOCIAL GRID (FOLLOW US)
   ========================= */

.social-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 1.5rem;
}
.social-btn {
    display: block;
    padding: 13px 16px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(.4,2,.6,1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
}
.social-btn:focus {
    box-shadow: 0 0 0 2px #1da1f2;
}
.social-btn-content {
    display: flex;
    align-items: center;
    gap: 12px;
}
.social-btn i {
    font-size: 1.2rem;
    color: #fff;
    transition: transform 0.7s cubic-bezier(.4,2,.6,1);
}
.social-btn span {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.social-btn strong {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
}
/* Social Media Brand Colors & 3D Shadows */
.facebook {
    background: linear-gradient(90deg, #3b5998 60%, #1da1f2 100%);
}
.twitter {
    background: linear-gradient(90deg, #1da1f2 60%, #3b5998 100%);
}
.instagram {
    background: linear-gradient(90deg, #e1306c 60%, #fdc468 100%);
}
.pinterest {
    background: linear-gradient(90deg, #bd081c 60%, #e1306c 100%);
}
/* Hover Effects */
.social-btn:hover {
    transform: translateY(-3px) scale(1.04);
    filter: brightness(1.08);
}
.social-btn:hover i {
    transform: rotate(-15deg) scale(1.18);
}
.social-btn:hover strong {
    text-shadow: 0 2px 8px rgba(0,0,0,0.13);
    animation: countBounce 0.8s ease;
}
@keyframes countBounce {
    0%, 100% { transform: scale(1);}
    50% { transform: scale(1.13);}
}

/* =========================
   RESPONSIVE ADJUSTMENTS
   ========================= */

@media (max-width: 991.98px) {
    .post-card .post-img {
        width: 160px;
        height: 160px;
    }
    .post-card .post-content {
        padding: 1rem;
    }
}
@media (max-width: 767.98px) {
    .post-card {
        flex-direction: column;
        border-radius: 18px;
        min-height: unset;
    }
    .post-card .post-img {
        width: 100%;
        height: 180px;
        border-radius: 18px 18px 0 0;
    }
    .social-share {
        left: 18px;
        bottom: 18px;
    }
    .tabs-section {
        padding: 1rem 0.5rem;
    }
}
@media (max-width: 576px) {
    .social-grid {
        grid-template-columns: 1fr;
    }
    .social-btn {
        padding: 10px 15px;
    }
    .social-btn i {
        font-size: 1rem;
    }
    .social-btn span,
    .social-btn strong {
        font-size: 0.95rem;
    }
    .section-title1 {
        font-size: 1.1rem;
    }
    .section-title1 span {
        font-size: 1.5rem;
        top: -18px;
    }
    .tabs-section {
        padding: 0.7rem 0.2rem;
    }
    .post-card .post-content {
        padding: 1rem 0.7rem;
    }
    .post-title1 {
        font-size: 1.05rem;
    }
    .post-excerpt {
        font-size: 0.97rem;
    }
}

/* =========================
   ACCESSIBILITY & USABILITY
   ========================= */

/* Focus styles for keyboard navigation */
a:focus, button:focus, .tab-item:focus, .social-btn:focus {
    outline: 2px solid #1da1f2;
    outline-offset: 2px;
}

/* Smoother transitions for all interactive elements */
a, .tab-item, .social-btn, .post-card, .post-title1, .post-title, .read-more {
    transition: color 0.2s, background 0.2s, box-shadow 0.3s, transform 0.3s;
}

/* =========================
   ANIMATIONS
   ========================= */

/* Fade in for post cards */
@keyframes cardFadeIn {
    from { opacity: 0; transform: translateY(30px);}
    to { opacity: 1; transform: none;}
}
.post-card {
    animation: cardFadeIn 0.7s cubic-bezier(.4,2,.6,1);
}

/* =========================
   BORDER BOTTOM WRAP (DECORATIVE)
   ========================= */
.border-bottom-wrap {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
}
.blog-border-bottom {
    display: inline-block;
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #e1306c 0%, #1da1f2 100%);
    opacity: 0.15;
    animation: borderPulse 2.5s infinite;
}
.blog-border-bottom:nth-child(2) {
    width: 40px;
    opacity: 0.25;
    animation-delay: 0.5s;
}
.blog-border-bottom:nth-child(3) {
    width: 20px;
    opacity: 0.35;
    animation-delay: 1s;
}
@keyframes borderPulse {
    0%, 100% { opacity: 0.15; }
    50% { opacity: 0.5; }
}
/* =========================
   MISCELLANEOUS POLISH
   ========================= */

/* Add a subtle hover effect for all clickable post titles */
.post-title1, .post-title {
    cursor: pointer;
}
.post-title1:focus, .post-title:focus {
    outline: 2px solid #e1306c;
    outline-offset: 2px;
}

/* Add a slight shadow to images on hover for depth */
.post-card .post-img,
.post-thumb img {
    transition: box-shadow 0.3s;
}
.post-card:hover .post-img,
.post-item:hover .post-thumb img {
    box-shadow: 0 4px 16px rgba(29,161,242,0.13);
}

/* Make sure all tab items are keyboard accessible */
.tab-item {
    user-select: none;
}
.tab-item:focus {
    outline: 2px solid #e1306c;
    outline-offset: 2px;
}

/* Hide scrollbars for tabs content on small screens for a cleaner look */
@media (max-width: 576px) {
    .tabs-content {
        overflow-x: auto;
        scrollbar-width: none; /* Firefox */
    }
    .tabs-content::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }
}

/* =========================
   PRINT FRIENDLY (OPTIONAL)
   ========================= */
@media print {
    .social-grid, .tabs-section, .border-bottom-wrap, .social-share {
        display: none !important;
    }
    .post-card {
        box-shadow: none !important;
        border: 1px solid #ccc;
    }
}
    
/* =========================
   SKELETON LOADER STYLES
   ========================= */

/* Skeleton base */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e9e9e9 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.2s ease-in-out infinite;
    border-radius: 6px;
    display: inline-block;
    min-height: 1em;
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

/* Skeleton variants */
.skeleton-img {
    width: 100%;
    height: 180px;
    border-radius: 14px;
    margin-bottom: 1rem;
    display: block;
}
.skeleton-title {
    width: 70%;
    height: 24px;
    margin-bottom: 0.7rem;
}
.skeleton-meta {
    width: 40%;
    height: 14px;
    margin-bottom: 0.5rem;
}
.skeleton-text {
    width: 100%;
    height: 12px;
    margin-bottom: 0.4rem;
}
.skeleton-badge {
    width: 60px;
    height: 18px;
    margin-bottom: 0.6rem;
}
.skeleton-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 1rem;
    display: inline-block;
}
.skeleton-tab {
    width: 80px;
    height: 20px;
    margin-right: 12px;
    display: inline-block;
}
.skeleton-sidebar-post {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
}
.skeleton-sidebar-thumb {
    width: 70px;
    height: 70px;
    border-radius: 8px;
}
.skeleton-sidebar-lines {
    flex: 1;
}
.skeleton-sidebar-title {
    width: 80%;
    height: 14px;
    margin-bottom: 8px;
}
.skeleton-sidebar-meta {
    width: 50%;
    height: 10px;
}

 .tag {
      background-color: #1e2f97;
      color: white;
      font-size: 0.7rem;
      padding: 0.2rem 0.5rem;
      border-radius: 5px;
      text-transform: uppercase;
    }
    .article-meta {
      font-size: 0.9rem;
      color: #666;
    }
    .main-article img {
      width: 100%;
      border-radius: 10px;
    }
    .small-article img {
    width: 100%;
    height: 150px; /* Increased from 160px */
    object-fit: fill;
    image-rendering: -webkit-optimize-contrast; /* For Chrome/Safari */
    image-rendering: crisp-edges; /* For Firefox */
    -ms-interpolation-mode: nearest-neighbor; /* For IE */
    transform: translateZ(0); /* Force GPU acceleration */
    backface-visibility: hidden; /* Reduce blurriness */
}

    .main-article h3,
    .small-article h6 {
      margin-top: 0.5rem;
      font-weight: bold;
    }
   
     .section-header {
      background-color: #d00;
      color: white;
      padding: 5px 15px;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 15px;
    }
/* =========================
   END OF CUSTOM STYLES
   ========================= */
/* Sports Section Styles */
.sports-section {
    margin-bottom: 3rem;
}

/* Banner Styles */
.sports-banner {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.sports-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    width: 100%;
}

.banner-overlay .section-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.orange-bar {
    width: 4px;
    height: 40px;
    background-color: #ff6b00;
    display: inline-block;
    margin-right: 10px;
}

/* Article Styles */
.main-sports-article {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.main-sports-article h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.sports-article-card {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    height: 100%;
    transition: transform 0.2s ease;
}

.sports-article-card:hover {
    transform: translateY(-5px);
}

.sports-article-card h6 {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.sports-article-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

/* See Full Coverage Link */
.text-end a {
    /*color: #666;
    font-size: 0.9rem;*/
    font-weight: 500;
}

.text-end a:hover {
    color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .sports-banner {
        height: 200px;
    }

    .banner-overlay .section-title {
        font-size: 2rem;
    }

    .main-sports-article h3 {
        font-size: 1.2rem;
        margin-top: 15px;
    }

    .sports-article-card {
        margin-bottom: 15px;
    }
}
/* Breaking News Section Styles */
.breaking-news-section {
    background-color: #fff;
    padding: 20px 0;
}

.breaking-news-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 24px;
}

/*.breaking-news-item {
    padding: 20px 0;
}*/

.breaking-label {
    display: inline-block;
    background-color: #d00;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.breaking-title {
    /*font-size: 1.35rem;*/
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #222;
}

.breaking-title:hover {
    color: #005bea;
}

.breaking-subtitle {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0;
}

.breaking-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
}

.breaking-image img {
    width: 350px;
    height: 200px;
    object-fit: fill;
	image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.breaking-divider {
    height: 1px;
    background: rgba(0,0,0,0.1);
    margin: 20px 0;
}

/* Hover Effects */
.breaking-news-item {
    transition: transform 0.3s ease;
}

.breaking-news-item:hover {
    transform: translateY(-3px);
}

.breaking-image img {
    transition: transform 0.3s ease;
}

.breaking-news-item:hover .breaking-image img {
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .breaking-title {
        font-size: 1.5rem;
    }

    .breaking-subtitle {
        font-size: 1rem;
    }

    .breaking-image {
        height: 180px;
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .breaking-news-container {
        padding: 16px;
    }

    .breaking-title {
        font-size: 1.3rem;
    }

    .breaking-image {
        /*height: 160px; */
    }
}
  
/*Editor's Pick Styles start */
.main-container {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
  }

  .editor-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }

  .article-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  }

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

  .card-image {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: transform 0.3s ease;
  }

  .article-card:hover .card-image {
    transform: scale(1.05);
  }

  .card-body {
    padding: 15px;
  }

  .card-title {
    font-weight: 600;
    margin-bottom: 10px;
  }

  .hover-effect {
    transition: all 0.3s ease;
  }

  .hover-effect:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }

  @media (max-width: 768px) {
    .editor-section {
      margin-bottom: 20px;
    }
  }
/* Editor's Pick Style End */
  
.hero-section {
    background: #fff;
    padding: 20px 0;
}

/* Main Story Styles */
.main-story {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/*
.content-wrapper {
    padding: 20px;
}
*/

.must-read-badge {
    display: inline-block;
    background: #d40000;
    color: #fff;
    padding: 6px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 5px;
}

.main-headline {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}

.story-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Breaking News Panel Styles */
.breaking-panel {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    height: 100%;
}

.breaking-header {
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #d40000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
}

.pulse {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.95); opacity: 0.7; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.95); opacity: 0.7; }
}

.breaking-list {
    padding: 15px;
}

.breaking-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.breaking-item:last-child {
    border-bottom: none;
}

.time {
    display: block;
    color: #d40000;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.breaking-item p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #333;
}

/* Animations */
.animate-left {
    animation: slideInLeft 0.5s ease-out;
}

.animate-right {
    animation: slideInRight 0.5s ease-out;
}


   .news-card {
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0,0,0,0.15);
      background-color: #fff;
    }
    .news-img {
      width: 100%;
      height: auto;
    }
    .orange-bar {
      height: 8px;
      width: 70px;
      background-color: orange;
      border-radius: 5px;
      margin: 15px auto;
    }
    .live-updates {
      font-weight: bold;
    }
    .timestamp-dot {
      color: orange;
      margin-right: 6px;
    }
    .update-item {
      margin-bottom: 10px;
      font-size: 0.95rem;
      color:black;
    }
    .lower-part {
      margin-top: -36px;
      width: 90%;
    }
  :root {
  --primary-color: #cc0000;
  --secondary-color: #005bea;
}

.hero-section {
  min-height: 60vh;
}

.section-title12{
   
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: hsl(333deg 85.16% 46.95%);
    margin-top: 10px;
    text-transform: uppercase;
    
  }
  
  .post-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-title a:hover {
    color: #005bea;
}


@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes softPulse {
    0% { background-color: rgba(204, 0, 0, 1); }
    50% { background-color: rgba(204, 0, 0, 0.8); }
    100% { background-color: rgba(204, 0, 0, 1); }
}

.breaking-panel {
    background: white;
    font-family: 'Inter', sans-serif;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    animation: fadeSlideIn 0.6s ease-out;
}

.breaking-header {
    /*background: linear-gradient(to bottom, #1a1a1a, #2d2d2d);*/
    padding: 24px;
    position: relative;
}

.main-headline1 {
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.live-updates {
    background: #cc0000;
    color: white;
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: softPulse 2s infinite;
    transition: transform 0.2s ease;
}

.live-updates:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    margin-right: 8px;
    animation: softPulse 2s infinite;
}

.breaking-list {
    padding: 20px;
}

.breaking-item {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

.breaking-item:hover {
    background: rgba(0, 0, 0, 0.02);
    transform: translateX(5px);
}

.time-marker {
    display: flex;
    align-items: baseline;
    min-width: 80px;
    color: #ff6b00;
    font-size: 14px;
    font-weight: 500;
}

.time-marker::before {
    content: "•";
    color: #ff6b00;
    font-size: 24px;
    margin-right: 8px;
    opacity: 0.9;
}

.news-content {
    flex: 1;
    font-size: 15px;
    color: #2d2d2d;
    line-height: 1.5;
    padding-right: 20px;
}

.news-content a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
}

.news-content a:hover {
    color: #cc0000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .breaking-panel {
        margin: 10px;
    }
    
    .main-headline {
        font-size: 20px;
    }
    
    .breaking-list {
        padding: 15px;
    }
}
  
.breaking-header {
    /*background: #1a1a1a;*/
    position: relative;
    overflow: hidden;
}

.featured-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.featured-image {
    /*width: 400px;
    height: 200px;*/
	width: 100%;
    height: 604px;
    object-fit: fill;
    transition: transform 0.6s ease;
}

.featured-image:hover {
    transform: scale(1.03);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, 
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.8) 50%,
        rgba(0,0,0,0.95) 100%);
    padding: 100px 25px 0;
}

.news-source {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.news-source img {
    height: 30px;
    width: auto;
}

.image-caption {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 25px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    border-left: 3px solid #cc0000;
    font-style: italic;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.headline-container {
    position: relative;
    padding: 25px;
    /*background: #1a1a1a;*/
}

.main-headline {
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.live-updates-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.live-updates {
    background: #cc0000;
    color: white;
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(204, 0, 0, 0.2);
}

.live-indicator {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .featured-image-wrapper {
        aspect-ratio: 4/3;
    }
    
    .main-headline {
        font-size: 20px;
    }
    
    .image-caption {
        padding: 6px 15px;
        font-size: 12px;
    }
}
  
/* Recent Posts */
  .load-more-btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(to right, #005bea, #00c6fb);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: linear-gradient(to right, #0041c4, #009ad8);
    transform: translateY(-2px);
    color: white;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.load-more-btn:active {
    transform: translateY(0);
}

  /* Recent Posts Styling */
.recent-post-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1rem;
}

.recent-post-card:hover {
    transform: translateY(-5px);
}

.recent-post-image {
    width: 250px;
    min-width: 200px;
    height: 180px;
    margin-right: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.recent-post-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.3s ease;
  image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.recent-post-card:hover .recent-post-image img {
    transform: scale(1.05);
}

.recent-post-content {
    flex: 1;
}

.category-badge {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background: linear-gradient(to right, #00c6ff, #bc00dd);
    border-radius: 4px;
    margin-bottom: 10px;
}

.post-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2d2d2d;
    line-height: 1.4;
}

.post-meta {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 10px;
}

.post-meta span {
    margin-right: 15px;
}

.post-meta i {
    margin-right: 5px;
}

.post-excerpt {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;
    line-height: 1.6;
}

.read-more {
    display: inline-flex;
    align-items: center;
    color: #005bea;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.read-more i {
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.read-more:hover {
    color: #0041c4;
}

.read-more:hover i {
    transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .recent-post-card .d-flex {
        flex-direction: column;
    }

    .recent-post-image {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .recent-post-content {
        padding: 0 0.5rem;
    }

    .meta-wrapper {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .post-meta {
        font-size: 0.8rem;
        flex-wrap: wrap;
    }

    .post-title {
        font-size: 1.1rem;
        line-height: 1.4;
        margin: 0.5rem 0;
    }

    .post-excerpt {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

/* Enhanced Mobile Styles */
@media (max-width: 576px) {
    .recent-post-image {
        height: 200px;
    }

    .category-badge {
        font-size: 0.7rem;
        padding: 4px 8px;
    }

    .post-meta span {
        margin-right: 8px;
    }

    .post-meta i {
        font-size: 0.8rem;
    }

    .read-more {
        font-size: 0.9rem;
        padding: 0.5rem 0;
    }
}

/* Image Error Handling */
.recent-post-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    background-color: #f8f9fa;
    transition: transform 0.3s ease;
}

.recent-post-image img[src=""] {
    display: none;
}

.recent-post-image img:not([src]) {
    visibility: hidden;
}

  a, 
a:focus,
button:focus,
input:focus,
img:focus,
.video-card:focus,
.slider-image-link:focus,
.news-image-link:focus,
.live-title-link:focus,
.update-link:focus,
.read-more:focus,
.load-more-btn:focus,
.social-btn:focus,
.live-tv-card:focus,
.slider-title-link:focus,
.breaking-image:focus,
*:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}

/* Optional: If you want to maintain accessibility, add a subtle style for keyboard navigation */
a:focus-visible,
button:focus-visible {
    outline: 2px solid rgba(0, 91, 234, 0.4) !important;
    outline-offset: 2px;
}

/* Remove tap highlight color on mobile devices */
* {
    -webkit-tap-highlight-color: transparent;
}

/* Remove text selection highlight */
.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


<script>
document.addEventListener('DOMContentLoaded', function() {
    const images = document.querySelectorAll('.recent-post-image img');
    images.forEach(img => {
        img.onerror = function() {
            this.src = '{{ asset("assets/images/default-post.jpg") }}';
        }
    });
});
  
  .post-header {
    margin-bottom: 10px;
}

.meta-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.category-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background: linear-gradient(to right, #00c6ff, #bc00dd);
    border-radius: 4px;
    white-space: nowrap;
}

.post-meta {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    font-size: 13px;
    color: #6c757d;
}

.post-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .meta-wrapper {
        gap: 8px;
    }
    
    .post-meta {
        gap: 10px;
        font-size: 12px;
    }
    
    .category-badge {
        padding: 4px 8px;
        font-size: 11px;
    }
}

/* Add this to your existing styles */
.load-more-btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(to right, #cc0000, #ff1a1a);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(204, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: linear-gradient(to right, #b30000, #e60000);
    transform: translateY(-2px);
    color: white;
    box-shadow: 0 6px 15px rgba(204, 0, 0, 0.3);
}

.load-more-btn:active {
    transform: translateY(0);
}

.load-more-btn i {
    transition: transform 0.3s ease;
}

.load-more-btn:hover i {
    transform: translateX(5px);
}
  
  /* Live TV Widget Styles */
.live-tv-widget {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
}

.live-tv-card {
    display: block;
    color: white;
    text-decoration: none;
    position: relative;
}

.live-tv-card:hover {
    color: white;
}

.live-tv-widget:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.live-indicator-wrapper {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(204, 0, 0, 0.9);
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 2;
}

.live-dot {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

.live-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: white;
}

.live-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.live-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.live-tv-card:hover .live-thumbnail img {
    transform: scale(1.05);
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .live-indicator-wrapper {
        top: 8px;
        right: 8px;
        padding: 3px 8px;
    }

    .live-dot {
        width: 5px;
        height: 5px;
    }

    .live-text {
        font-size: 11px;
    }
}

/* Live TV Floating Video Player */
.floating-mini-player {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 240px;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    z-index: 999;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
  cursor: move;
  min-width: 220px;
    max-width: 320px;
}

.floating-mini-player.visible {
    opacity: 1;
    transform: translateY(0);
}

.floating-mini-player-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    background: rgba(0,0,0,0.8);
    border-radius: 8px 8px 0 0;
  height: 32px;
}

.live-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(204, 0, 0, 0.8);
    padding: 3px 8px; /* Reduced padding */
    border-radius: 3px;
    gap: 3px;
}

.live-dot {
    width: 8px; /* Smaller dot */
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}
  .live-text {
    font-size: 11px; /* Smaller text */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.player-controls {
    display: flex;
    gap: 6px;
}

.player-controls button {
    padding: 4px; /* Increased padding */
    font-size: 14px; /* Larger icons */
    width: 24px; /* Fixed width */
    height: 24px; /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: background 0.2s ease;
}

.player-controls button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.floating-mini-player-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
  background: #000;
}

.floating-mini-player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Fullscreen styles */
.floating-mini-player-container.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: 9999;
}

.floating-mini-player-container.fullscreen .floating-player-wrapper {
    border-radius: 0;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .floating-mini-player-container {
        width: 200px; /* Adjusted for mobile */
        bottom: 15px;
        left: 15px;
        min-width: 180px;
    }

    .floating-mini-player-header {
        padding: 6px 8px;
        height: 28px;
    }

    .player-controls button {
        padding: 3px;
        font-size: 12px;
        width: 20px;
        height: 20px;
    }
}

/* Add smooth transition for dragging */
.floating-mini-player-container.dragging {
    transition: none;
    opacity: 0.9;
}

/* Add resize handles */
.floating-mini-player-container::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    cursor: se-resize;
    background: transparent;
}

/* Fullscreen mode adjustments */
.floating-mini-player-container.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    min-width: none;
}
/* Video Section */
.entertainment {
    background: #f8f9fa;
}

.section-title2 {
    font-size: 24px;
    font-weight: 700;
    color: #cc0000;
}

.all-videos-link {
    color: #333;
    text-decoration: none;
}

.all-videos-link:hover {
    color: #cc0000;
}

/* Main Video Styles */
.main-video {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    height: calc(50% + 210px); /* Adjust to take up half the space minus gap */
    margin-bottom: 20px; /* Space between the two main videos */
}

.main-video .video-thumbnail {
    position: relative;
    padding-bottom: 65%; /* 16:9 aspect ratio */
    background: #000;
}

.main-video .video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-video .video-content {
    padding: 20px;
}

.main-video h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Updated small video styles */
.small-videos-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Increased gap */
}

.small-video-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.small-video-card:hover {
    transform: translateY(-3px);
}

.small-video-card a {
    text-decoration: none;
    color: inherit;
}

.small-thumbnail {
    position: relative;
    width: 180px; /* Increased width */
    height: 120px; /* Increased height */
    flex-shrink: 0;
}

.small-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-content {
    padding: 15px; /* Increased padding */
    flex: 1;
}

.small-content h6 {
    font-size: 15px; /* Slightly larger font */
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Play button styles */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.play-button.small {
    width: 40px; /* Slightly larger */
    height: 40px; /* Slightly larger */
    font-size: 14px;
}

/* Video meta styles */
.video-meta {
    font-size: 12px;
    color: #666;
    display: flex;
    gap: 15px;
}

.video-meta i {
    color: #cc0000;
    margin-right: 4px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .small-thumbnail {
        width: 150px;
        height: 100px;
    }
    
    .small-content h6 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .main-video {
        margin-bottom: 20px;
    }
    
    .small-videos-wrapper {
        gap: 6px;
        margin-top: 20px;
    }
}
/* Live border Blinking */
@keyframes borderBlink {
    0% {
        border-color: rgba(204, 0, 0, 0.8);
        box-shadow: 0 0 15px rgba(204, 0, 0, 0.5),
                    inset 0 0 15px rgba(204, 0, 0, 0.3);
    }
    50% {
        border-color: rgba(204, 0, 0, 0.4);
        box-shadow: 0 0 20px rgba(204, 0, 0, 0.3),
                    inset 0 0 20px rgba(204, 0, 0, 0.1);
    }
    100% {
        border-color: rgba(204, 0, 0, 0.8);
        box-shadow: 0 0 15px rgba(204, 0, 0, 0.5),
                    inset 0 0 15px rgba(204, 0, 0, 0.3);
    }
}

.live-border-container {
    /*  border: 3px solid #cc0000;Increased from 2px to 3px */
    animation: borderBlink 2s infinite;
    border-radius: 15px;
    padding: 0px; /* Reduced from 2px to 0px to remove gap */
    position: relative;
    overflow: hidden; /* Ensure content doesn't overflow */
}

/* Adjust existing news-card styles */
.news-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    background-color: #fff;
    margin: 0;
}
  









@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .main-headline {
        font-size: 1.8rem;
    }
    
    .story-image {
        height: 300px;
    }
    
    .breaking-panel {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .main-headline {
        font-size: 1.5rem;
    }
    
    .story-image {
        height: 250px;
    }
}



