/* ===== GENERAL STYLES ===== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap%27');
body {
  
  margin: 0;
 
    font-family: "Montserrat", sans-serif;
 
}
.tHeanding h5{
 color: #053c72;
}
.tablefont th{
  color: #222222;
    font-size: 15px;
    font-weight: 600;
}
.rank {
background-color: white;
}
.rank-active {
 color: white;
  font-weight: 600;
  background-color: #166FC8 ;
}
.rank:hover{
  color: white;
  font-weight: 600;
  background-color: #3697f8 ;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bg-banner {
  background: url('../image/bg.png') repeat;
/* min-height: 100vh; */
}

.view-btn {
   color: #000;
    padding: 5px 13px;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
    transition: 0.1s ease;
    border-radius: 6px;
}

.view-btn:hover {
    background: #166FC8;          /* blue background */
    border: 2px solid #166FC8;    /* blue border */
    color: #fff; 
    border-radius: 20px;                 /* white text */
}
/* ===== NAVBAR ===== */
.navbar {
  background: #166FC8 !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 180, 216, 0.2);
}
.navbar-brand {
  font-weight: 700;
  letter-spacing: 2px;
}
.cricgiri-logo-image {
  width: 150px;
}
.nav-link {
  color: #fff !important;
  font-weight: 525;
  margin: 0 8px;
  transition: color 0.3s;
}
.nav-link:hover {
  color: #FC9B18 !important;
}
/* .nav-link.active {
  border-bottom: 2px solid #00b4d8;
} */

/* ===== TABS ===== */
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  color: #ccc;
  font-weight: 500;
  border: none;
  transition: 0.3s;
}
.nav-tabs  {
  color: #fff;
  border-bottom: 3px solid #ffffff;
}
.nav-tabs .nav-link:hover {
  color: #00b4d8;
}

/* ===== VIDEO CARDS ===== */
.short-card {
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.play-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 2rem;
  color: #fff;
  opacity: 0.9;
}
.short-card small {
  color: #ffffff;
}
 .short-thumbnail {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.4s ease;
        }
        .short-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.548) 0%, rgba(56, 56, 56, 0.048) 40%, rgba(0, 0, 0, 0.6) 100%);
        }
        .shortplay-icon {
            font-size: 2rem;
            color: white;
            position: absolute;
            top: 15px;
            left: 15px;
            opacity: 0.8;
        }
          .short-info {
            position: absolute;
            bottom: 15px;
            left: 15px;
            right: 15px;
            color: white;
        }
         .short-title {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 5px;
        }
        .short-meta {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.8);
        }


.swiper {
  width: 100%;
  padding-bottom: 40px;
}
.swiper-slide {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
            width: 300px; /* Fixed width for the card */
            max-width: 100vw; /* Responsive limit */
            height: 400px; /* Fixed height for the card */
            border-radius: 15px;
            overflow: hidden;
            position: relative;
            background-color: #1a2c42; /* Card background */
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.swiper-slide:hover{
  transform: scale(1.01);
  border-color: #72acee;
  box-shadow: 0 0 20px rgba(144, 225, 239, 0.425);
}
.swiper-pagination-bullet {
  background: #00b4d8 !important;
}

/* ===== PLAYER CAROUSEL ===== */
.player-carousel {
  overflow-x: auto;
  display: flex;
scrollbar-width: none;
  justify-content: flex-start;
  /* flex-wrap: wrap; */
  gap: 20px;
  padding-bottom: 30px;
  padding-top: 20px;
  padding-left: 10px;
}
.player {
  text-align: center;
  /* flex: 0 0 auto; */
}
.player-img {
  padding: 4px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #166FC8;
  object-fit: cover;
  box-shadow: 0 0 15px rgb(0 180 216 / 28%);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.player:hover .player-img {
  transform: scale(1.1);
  border-color: #166FC8;
  box-shadow: 0 0 20px rgba(144, 225, 239, 0.342);
}
.player p {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .swiper-slide {
    width: 220px;
     /* height: 450px;  */
  }
  .navbar-brand {
    font-size: 1.6rem;
  }
  .cricgiri-logo-image {
    width: 110px;
  }
}

@media (max-width: 576px) {
  .swiper-slide {
    width: 200px;
     /* height: 400px;  */
  }
  .player-img {
    width: 80px;
    height: 80px;
  }
  .player-carousel {
    padding-left: 0px;
}
}

/* ===== MATCH CARD ===== */

h4 {
  color: #000;
}
.match-pic img {
width: 353px;
  transition: 0.3s ease;
  height: 250px;
}

.match-card {
  color: white;
  background-image: url('../image/card-bg.png') !important;
  background-color: #166FC8;
  border: 1px solid #166FC8;;
  border-radius: 12px;
  padding: 16px;
  transition: 0.3s ease;
  height: 200px;
  width: 365px;
}


.match-card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  background-color: #0f5faf;
}

.card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.status {
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.status.live {
  color: #1ac04b;
}

.status.upcoming {
  color: #f99704;
}

.team-row {
  margin: 6px 0;
}

.team-row img {
  width: 30px;
  /* height: 30px; */
  margin-right: 8px;
}

.team-name {
  font-weight: 600;
  color: #000;
}

.score {
  font-size: 0.9rem;
}

.schedule-link {
  color: #fafafa;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  
}

.schedule-link:hover {
  text-decoration: underline;
}
.trophy-icon {
    color: #ffc107;
    font-size: 1.3rem;
    margin-left: 10px;
}
/* Carousel buttons */
/* .carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #ffff;
  border-color: #166FC8;
  color: #000;
  border-radius: 50%;
  padding: 12px;
  background-size: 60%;
} */

.carousel-control-prev {
  left: -85px;
}

.carousel-control-next {
  right: -85px;
}

@media (max-width: 992px) {
  .carousel-control-prev {
    left: 0;
  }
.match-card{
  width: 365px;
}
  .carousel-control-next {
    right: 0;
  }
  .match-pic img {
width: 353px;
  transition: 0.3s ease;
  height: 250px;
}
}

@media (max-width: 768px) {
  .match-card {
    padding: 14px;
    width: 365px;
  
  }
}

/* trending series and latest video */

  .container-fluid {
            padding-left: 30px;
            padding-right: 30px;
        }

        /* Trending Series Section */
        .trending-series-header, .latest-videos-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            margin-top: 10px;
            padding-top: 10px;
        }
        .trending-series-header h2, .latest-videos-header h2 {
            font-size: 1.8rem;
            font-weight: bold;
            color: #333;
        }
        .trending-series-header .view-all, .latest-videos-header .watch-more {
            font-size: 1rem;
            color: #0d6efd;
            text-decoration: none;
            font-weight: 500;
        }
        .trending-series-header .view-all:hover, .latest-videos-header .watch-more:hover {
            text-decoration: underline;
        }
        .trending-series-carousel-wrapper {
            position: relative;
            padding-left: 20px;
            padding-right: 20px;
        }
        .trending-series-item {
            display: flex;
            align-items: center;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 15px 15px;
            margin-right: 15px; /* Spacing between items */
            background-color: white;
            white-space: nowrap; /* Prevent text wrapping */
            flex-shrink: 0; /* Prevent items from shrinking */
        }
        .trending-series-item img {
            width: 42px;
            height: 40px;
            margin-right: 10px;
        }
        .trending-series-item span {
            font-size: 1rem;
            color: #3e3e3e;
            font-weight: 600;
        }
        .trending-series-scroll-container {
            display: flex;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch; /* for smoother scrolling on iOS */
            padding-bottom: 10px; /* space for scrollbar */
        }
        /* Hide scrollbar for aesthetic purposes */
        .trending-series-scroll-container::-webkit-scrollbar {
            display: none;
        }
        .trending-series-scroll-container {
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
        }
        .carousel-control-prev, .carousel-control-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background-color: white;
            border: 1px solid #166FC8;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            z-index: 10;
        }
        .carousel-control-prev {
            left: -20px;
        }
        .carousel-control-next {
            right: -20px;
        }
        .carousel-control-prev-icon, .carousel-control-next-icon {
            filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg); /* Bootstrap default is white, so invert and tint for a blueish grey */
            background-size: 50%;
        }
        .carousel-control-next-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }
        .carousel-control-prev-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
        }


        /* Latest Videos Section */
        .bg-video{
          background-color: #F6F6F6;
        }
        .video-card {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px;
        }
        .video-card:hover {
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
         transform: translateY(-4px);
        background-color: #F4F4F4;
}
        .video-thumbnail {
            position: relative;
            width: 100%;
            padding-top: 56.25%; /* 16:9 Aspect Ratio */
            background-size: cover;
            background-position: center;
            background-color: #eee; /* Placeholder background */
        }
        .video-thumbnail img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color:rgb(0 0 0 / 20%); /* Dark overlay */
        }
        .play-button {
            font-size: 2.5rem;
            color: white;
            cursor: pointer;
            text-shadow: 0 0 10px rgba(0,0,0,0.5);
        }
        .video-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background-color:#ffc107;
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 0.75rem;
            font-weight: 500;
        }
        .video-card .card-body {
            padding: 15px;
        }
        .video-card .card-title {
            font-size: 14px;
            font-weight: 500;
            color: #000;
            line-height: 1.4;
            margin-bottom: 5px;
        }
        .video-card .card-text {
            font-size: 0.85rem;
            color: #6c757d;
        }
        .video-carousel-wrapper {
            position: relative;
            padding-left: 0px; /* Space for arrow */
            padding-right: 0px; /* Space for arrow */
        }
        .video-cards-scroll-container {
          scrollbar-width: none;
            display: flex;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 15px;
            scroll-snap-type: x mandatory; /* Optional: for snapping to cards */
            gap: 6px; /* Gap between video cards */
        }
        .video-cards-scroll-container::-webkit-scrollbar {
            height: 8px;
        }
        .video-cards-scroll-container::-webkit-scrollbar-thumb {
            background: #ced4da;
            border-radius: 4px;
        }
        .video-cards-scroll-container::-webkit-scrollbar-track {
            background: #e9ecef;
            border-radius: 4px;
        }
        .video-cards-scroll-container .col-md-3 {
            flex: 0 0 auto; /* Prevent columns from shrinking */
            width: calc(25% - 15px); /* Adjust width for gap, assuming 15px gap */
            scroll-snap-align: start;
            max-width: 300px; /* Max width for each video card */
        }
        @media (max-width: 1200px) { /* Laptops */
            .video-cards-scroll-container .col-md-3  {
                width: calc(33.333% - 13.333px);
            }
        }
        @media (max-width: 992px) { /* Tablets */
            .video-cards-scroll-container .col-md-3 {
                width: calc(50% - 10px);
            }
        }
        @media (max-width: 768px) { /* Small tablets and phones */
            .video-cards-scroll-container .col-md-3 {
                width: calc(90% - 10px); /* Almost full width, allowing for scroll */
            }
            .trending-series-item {
                padding: 12px 12px;
                margin-right: 10px;
            }
            .trending-series-item img {
                width: 25px;
                height: 25px;
            }
            .trending-series-item span {
                font-size: 0.9rem;
            }
            .trending-series-header h2, .latest-videos-header h2 {
                font-size: 1.5rem;
            }
            .trending-series-carousel-wrapper, .video-carousel-wrapper {
                padding-left: 0;
                padding-right: 0;
            }
            .carousel-control-prev, .carousel-control-next {
                display: none; /* Hide arrows on small screens for scrollable content */
            }
        }

/* top article and stories */

.scroll-section {
  max-height: 520px;
  overflow-y: auto;
  background-color: #fff;
 scrollbar-width: none;
  /* border: 1px solid #eee; */
}
.data-height{
  max-height: 65px;
  
}
.mainstory-img{
  width: auto;
  height: 340px;
}

/* Scrollbar style */
.scroll-section::-webkit-scrollbar {
  width: 6px;
}
.scroll-section::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

/* Hover effect for articles */
.article-item {
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100px;
  overflow: auto;
  scrollbar-width: none;
   border: 1px solid #ededed;
}
.article-item:hover {
  /* background-color: #f8f9fa; */
  transform: translateY(-3px);
}
.article-item img {
  width: 100px;
  height: 90px;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .scroll-section {
    max-height: none;
  }
.mainstory-img{
  width: auto;
  height: 220px;
}

}

/* end articles section */


/* Top ranking card */
.box-R{transition:.3s;width:500px; margin-right:10px; border:1px solid #166FC8 !important;border-radius:10px; object-fit: cover;}
.box-R:hover{transform:translateX(5px);box-shadow:0 4px 15px rgba(0,0,0,.1);}
.list-group-item img{width: 25px; height: 15px;}
.list-group-item{transition: 0.1em;}
.list-group-item:hover{background:#f8f9fa;}
.top-border{border-color: #166FC8;}
.dot{width:8px;height:8px;background:#999;border-radius:50%;display:inline-block;}
.ranking-row{overflow-x: auto; display: flex; scrollbar-width: none;}
/* Responsive */
@media (max-width: 575px) {
  .box-R {
    width: 100%;
  }
}

@media (max-width: 950px) {
  .box-r-header{
    width: 320px;
  }
}

.match_coverage_text_div{
  max-height: 85px;
  overflow: hidden;
}

 /*  news &feed Section background gradient */
.news-bg {
  height: 300px;
  background: linear-gradient(90deg, #FFD43B 0%, #FF7B00 100%);
  border-radius: 0 100px 0 100px;
}
.overlay-news{
  margin-top: -250px;
}

/* Scrollable container on right */
.scroll-news {
  max-height: 520px;
  overflow-y: auto;
  display: flex;
  background: #fff;
  scrollbar-width: none;
  /* border: 1px solid #eee; */
}
.scroll-news img {
  width: auto;
  height: 170px;
}
/* Scrollbar styling */
.scroll-news::-webkit-scrollbar {
  width: 6px;
}
.scroll-news::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

/* Card hover animation */
.news-item {
  transition: all 0.3s ease;
  cursor: pointer;
}
.news-img{
  height: 170px;
}
.news-item:hover {  
  transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .scroll-news {
    max-height: none;
     overflow-y: auto;
  background: #fff;
  scrollbar-width: none;
  }
  .scroll-news img {
  width: auto;
  height: 200px;
}
.news-bg {
  height: 300px;
  background: linear-gradient(90deg, #FFD43B 0%, #FF7B00 100%);
  border-radius: 0 0 0 0;
}
}

/*  Mockup Gradient Section */
.app-section {
  background: linear-gradient(90deg, #0053a0 0%, #2b8cf0 100%);
  border-radius: 80px 80px 0 0;
  color: #fff;
  padding: 0 0;
  height: auto;
  position: relative;
  /* overflow: hidden; */
  margin-top: 100px;
}

/* Phone Mockups */
.app-section img.phone {
  margin-top: -80px;
  margin-bottom: 10px;
  max-width: 90%;
  transition: all 0.4s ease;
}
.app-section img.phone:hover {
  transform: translateY(-10px);
}

/* Text Styling */
.app-section h2 {
  color: #ffa726;
  font-weight: 700;
}
.app-section p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Footer Section */
.footer {
  background: #111;
  color: #bbb;
  padding: 50px 0 20px;
  font-size: 15px;
}
.footer a {
  color: #bbb;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  transition: 0.3s;
}
.footer a:hover {
  color: #fff;
}
.footer .social i {
  font-size: 1.2rem;
  margin-right: 15px;
  color: #bbb;
  transition: 0.3s;
}
.footer .social i:hover {
  color: #fff;
}
.footer hr {
  border-color: #444;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .app-section {
    text-align: center;
    border-radius: 0;
  }
  .app-section img.phone {
    margin-bottom: 30px;
  }
  .social{
    justify-content: center;
  
  }
 
}

/* match coverage css */
.bg-cover {
  background:url('../image/bg-coverage.png');

}

/* Header */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.8rem;
}
.section-header h3 {
  font-weight: 700;
  color: #1a1a1a;
}


/* Card */
.coverage-card {
  border: none;
  height: 230px;
  /* border-radius: 14px; */
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.coverage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Image Overlay */
.match-img {
  position: relative;
}
.match-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.new-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #d32f2f;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 5px;
}
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  display: flex;
  align-items: end;
  padding: 10px;
  opacity: 0;
  transition: 0.3s ease;
}
.coverage-card:hover .overlay {
  opacity: 1;
}
.overlay span {
  color: #fff;
  margin-right: 15px;
  font-size: 0.9rem;
}

/* Card Body */
.coverage-body h5 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.coverage-body p {
  color: #444;
  font-size: 0.9rem;
  line-height: 1.4;
}
.date {
  font-size: 0.8rem;
  color: #888;
  text-align: right;
  margin-top: 10px;
}

/* Swiper Pagination */
.match-pagination .swiper-pagination-bullet {
  background: #999;
  opacity: 0.6;
}
.match-pagination .swiper-pagination-bullet-active {
  background: #166FC8;
  opacity: 1;
}


/* new trending news for mobile  */


 .image-card {
      position: relative;
      border-radius: 8px;
      overflow: hidden;
    }

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

    /* Text background bar */
    .text-bar {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 8px 10px;
      background: rgba(0, 0, 0, 0.65);
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.3;
    }

    /* Responsive text size */
    @media (max-width: 576px) {
      .text-bar {
        font-size: 0.85rem;
        padding: 5px 8px;
      }
    }


    /* trending series css */

     .what-r-u-text{
    font-size: 24px;
    color: #1d1d1d;
    font-weight: 700;
  }

.what-r-u-btns {
   font-size: 24px;
    color: #1d1d1d;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    white-space: nowrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.what-r-u-btns div {
    width: 260px;
    height: 62px;
    position: relative;
    display: flex;
    flex-shrink: 0;
}
.what-r-u-btns div a {
    width: 100%;
  
    height: 100%;
    color: #3e3e3e;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 550;
    /* letter-spacing: 1px; */
    position: relative;
    z-index: 2;
    border-radius: 3px;
    /* transform: skew(358deg); */
}

.what-r-u-btns div a:hover {
  
    background: #FC921C;
    color: #fff;
    bottom: 15px;
    left: 13px;
   transition: all 0.3s ease;
}

.what-r-u-btns div:first-child a i {
    background-position: center 1px;
}
.what-r-u-btns div a img {
  margin-right: 5px;
  margin-left: 2px;
    width: auto;
    height: 30px;
    background-repeat: no-repeat;
    transform: skew(10deg, 0deg);
}
.what-r-u-btns span {
    width: 100%;
    height: 100%;
    z-index: 1;
    height: 100%;
    top: -7px;
    left: 7px;
    position: absolute;
    border: 1.48px solid #8C8C8C;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-radius: 4px;
    transform: skew(180 deg);
}
a:link, a:visited {
    text-decoration: none;}

@media screen and (max-width: 768px) {
    .wru .what-r-u-text {
        border: .5px solid #d9d9d9;
        outline: .5px solid #d9d9d9 !important;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        background-color: #fff;
        margin-bottom: 0px;
        margin-left: 0;
        margin-top: 0;
    }
     .news-card{
    width: 270px;
  }
}

@media screen and (max-width: 700px) {
    .what-r-u-text, .what-r-u-text-2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .wrul-align {
        padding-block: 20px !important;
        margin-top: 30px;
        /* text-align: center; */
    }
}
@media screen and (max-width: 768px) {
    .what-r-u-btns {
        justify-content: space-around;
        white-space: initial;
        border-radius: 10px;
        border: none;
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .what-r-u-btns div {
        width: 50% !important;
        border: .5px solid #d9d9d9;
        outline: .5px solid #d9d9d9 !important;
    }
}
@media screen and (max-width: 768px) {
    .what-r-u-btns div a {
        transform: skew(0);
        /* font-style: italic; */
        justify-content: flex-start;
        font-size: 14px;
        padding-left: 5px;
    }
}

@media screen and (max-width: 768px) {
    .what-r-u-btns span {
        display: none;
    }
}


/* desktop trending news section */
 /* Card */
    .news-card {
      /* height: 345px; */
      border-radius: 10px;
      border: 1px solid  #D8D8D8;
      overflow: hidden;
      transition: 0.3s ease;
      background: #fff;
    }

    /* Card hover shadow */
    .news-card:hover {
      transform: translateY(-5px);
      box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
    }

    /* Image */
    .news-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      transition: 0.4s ease;
    }

    /* Zoom image on hover */
    .news-card:hover img {
      transform: scale(1.08);
    }

    /* Title */
    .news-title {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 6px;
    }

    /* Description */
    .news-desc {
    height: auto;
      font-size: 0.9rem;
      color: #555;
      margin-bottom: 10px;
      line-height: 1.4;
    }

    /* Date */
    .news-date {
      font-size: 0.85rem;
      color: #777;
    }

    /* Share icon */
    .share-icon {
      font-size: 1.1rem;
      cursor: pointer;
      color: #555;
      transition: 0.3s ease;
    }

    .share-icon:hover {
      color: #000;
      transform: scale(1.2);
    }

    .match_slide{
      height: 230px !important; border-radius: 0px;
    }
    .match_coverage_point{
      font-size: 14px;
    }

  @media screen and (max-width: 768px) {
    .latest_shorts_slide{
        width: 227px !important;
    }
    .series-card {
    height: 260px;
  }
  }
    /* series  menu page */
  .body-bg{
      background-color: #EEEE;
    }
    /* Filter Buttons */
  .filter-btn {
      padding: 6px 15px;
      margin-right: 5px;
      border-radius: 25px;
      background: #fff;
      border: 1px solid #dcdcdc;
      font-size: 14px;
  }

  .filter-btn.active,
  .filter-btn:hover {
      background: #0d6efd;
      color: #fff;
      border-color: #0d6efd;
  }

  /* Cards */
  .series-card {
      border: 1px solid #e5e5e5;
      border-radius: px;
      background: #fff;
      transition: 0.3s ease;
      text-align: center;
  }
  .series-card img {
      /* width: 100%; */
      height: 75px;
  }

  /* Hover Effect */
  .series-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  }

  /* Badges */
  .badge {
      display: inline-block;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 13px;
      font-weight: 500;
  }

  .badge-ongoing {
      background: #dcf8d7;
      color: #3fa333;
  }

  .badge-upcoming {
      background: #ffeeb6;
      color: #c79a24;
  }

  .badge-finished {
      background: #ffd5d9;
      color: #d04c53;
  }

  /******* News Page Css **********/
  
  
  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: transparent;
    color: #166FC8 !important;
    border-bottom: 2px solid #166FC8;
    border-radius: 0px;
    font-weight: bold !important;
  }
  
  .nav-pills .nav-link {
    color: #636363 !important;
    font-weight: normal !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .news_graybg {
    background-color: #EFEFEF;
  }
  
  .newimg img {
    max-width: 100%;
  }
  
  .newstext h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }
  
  .newstext p {
    color: #1d1d1d;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify;
  }
  
  .newstext span {
    color: #636363;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
  }
  .s-box{
    width: 52px;
  }
  .topright-video {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    border-color: #e5e5e5;
    padding: 5px;
  }
  
  .viedo-head {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  
  .video-date {
    font-size: 12px;
    font-weight: 600;
    color: #41403F;
  }
  
  .news_details_h {
    margin-top: 20px;
  }
  
  .newstext img {
    max-width: 100%;
  }
  
  .news_details_h p span {
    color: #166FC8;
  }
  
  .details_title {
    color: #166FC8 !important;
  }
  
  .relate_box {
    display: flex;
    gap: 20px;
  }
  
  .relate-h {
    font-size: 20px;
    font-weight: 600;
  }
  
  .relat_img {
    width: 35%;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
  }
  
  .relat_text {
    width: 65%;
  }
  
  .relat_img img {
    max-width: 100%;
  }
  
  .relat_text p {
    font-weight: 500;
    font-size: 14px;
  }
  
  .relate_box {
    display: flex;
    gap: 20px;
    margin-top: 10px;
  }
  
  
  .live-match-card {
    color: #111111;
    background-color: #fff;
    border: 1px solid #166FC8;
    border-radius: 12px;
    padding: 16px;
    transition: 0.3s ease;
    height: 200px;
    /* width: 365px; */
  }
  .live-match-card:hover{
  transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.08);
      background-color: #F4F4F4;
  }
  
  .live-p {
    color: #636363;
  }
  
  .bluecolor {
    color: #166FC8;
  }
  
  .wintext {
    color: #41403F;
    font-weight: 500;
  }
  
  .bottomtext {
  border-top: 1.5px solid #166fc85e;
  }
  
  .liveheading {
    font-size: 14px;
  }
  
.livestatus{font-size: 0.8rem;}
  
  /* ===== RESPONSIVE ===== */
  
  @media (max-width: 1199px) {
    .live-match-card { height: 210px;}
  
  }
  @media (max-width: 991px) {
      .live-match-card {
          height: 200px;
      }
      .s-box{
    width: 48px;
  }
  }
  
  @media (max-width: 768px) {
    .newimg img {
      width: 100%;
    }
  
    .newimg {
      margin-bottom: 10px;
    }
  
    .live-match-card { height: auto;}
  
  }


  .linktext{
    text-decoration: none;
    color: #000;
  }

  .sidebaritem{
      gap: 0px !important;
      border: 1px solid #ededed;
      padding: 5px;
        
  }
  .sidebarImage img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
  }
 .sidebaritem .relat_text p{
  font-size: 0.8rem;
  margin-bottom: 0px;
  
 }
   /* Mobile UI Scorecard css */
@media (max-width: 576px) {
    .h4 {
        font-size: 18px;
    }
    .score-table td,
    .score-table th {
        font-size: 13px;
        padding: 6px;
    }
}

/* Commentary css Page  */
 .comment-card{
        background:#fff;
        border-radius:10px;
        padding:12px;
        margin-bottom:10px;
        box-shadow:0 4px 10px rgba(0, 0, 0, 0.055);
        border-left:4px solid #007bff;
        transition:.3s;
    }
    .comment-card:hover{
        transform:scale(1.02);
        box-shadow:0 6px 18px rgba(0,0,0,0.12);
    }
    .ball-box{
      margin-left: 5px;
        width:32px;
        height:32px;
        border-radius:50%;
        background:#dcdee0;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:14px;
        font-weight:600;
    }
    .ball-box:hover {
    transform: translateY(-3px);
    transition: 0.2s;
    opacity: 0.9;
    }


    .ball-green{ background:#0fbd3c;color:white; }
    .ball-red{ background:#ff3b3b;color:white; }
    .tag{
        padding:5px 12px;
        background: #fff;
         border: 1px solid #dcdcdc;
        border-radius:20px;
        font-size:12px;
        cursor:pointer;
    }
   .tag.active,
.tag:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}


/* Squad section css  */
  
/* New Css 25-11-2025 */
 
.radio_sect form input[type="radio"] {
  accent-color: #000;
  width: 18px;
  height: 18px;
}
 
.radio_sect form {
    display: flex;
    align-items: center;
        gap: 10px;
 
}
 
.radio_sect form label {
    color: #636363;
    font-weight: 500;
}
 
.cricket_head {
    color: #636363;
    font-weight: 600;
    font-size: 22px;
    margin: 25px 0px 15px 0px;
}
 
 
 
.teambox {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #DEDEDE;
    padding: 8px;
}
.teamprofil {
      width: 55px;
    height: 55px;
    border-radius: 100%;
    align-items: center;
    background: #fff;
    overflow: hidden;
    border: 1px solid #E0DDDD;
    padding: 2px;
    justify-content: center;
    display: flex;
}
 
 
.teamprofil img{max-width: 100%; margin: 0 auto;}
.teamabout h3{ font-size: 16px; font-weight: 600; margin-bottom: 0;}
.teamabout p {
    font-size: 14px;
    color: #595959;
    font-weight: 600;
    margin-bottom: 0;
}
 
 .header-row {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px;
    }
 
    .team-title1 {
        font-size: 18px;
        font-weight: 700;
    }
 
 
    .teamouter {
    border: 1px solid #DEDEDE;
    padding: 10px;
}
 
.rightside{justify-content: flex-end;    text-align: right;}
 
 
.news-head2{ font-size: 16px;
    padding: 5px 10px;
    background: #EFEFEF;
    color: #636363;
    margin-bottom: 10px;}
 
.normaltext {
    font-weight: normal;
}
 
.team-sect {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}
 
.teamlogo {
    width: 70px;
    height: 70px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    justify-content: center;
    display: flex;
}
 
.teamlogo img{max-width: 100%;}
 
.table.table-striped {
    border: 1px solid #D8D8D8;
}
 
 
.table-striped-1>thead>tr>th {
    background: #EFEFEF;
}
 
.table-striped-1>tbody>tr:nth-of-type(even)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    background-color: #FAFAFA !important;
}
 
.table-striped-1>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #fff !important;
}
 
 .playerprofil {
      width: 40px;
    height: 40px;
    border-radius: 100%;
    align-items: center;
    overflow: hidden;
    padding: 0px;
    justify-content: center;
    display: flex;
}
 
 
.playerprofil img{max-width: 100%; margin: 0 auto;}
 
@media (max-width: 576px) {
.nav-pills .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}
 
 
.radio_sect form label {
    font-size: 12px;
}
 
.radio_sect form input[type="radio"] {
    width: 15px;
    height: 15px;
}
 
.header-row {
    margin: 0px 0px 0px 0px;
}
 
.team-title1 {
    font-size: 15px;
}
 
.teamouter img {
    width: 20px;
}
 
.teambox{
  padding: 5px;
}
.teamabout h3 {
    font-size: 12px;
  font-weight: 500; }
 
    .teamabout p {
    font-size: 12px;}
 
    .teamprofil {
    width: 45px;
    height: 45px;}
 
    .news_details_h h4 {
    font-size: 18px;
}
 
.news_details_h p {
    font-size: 14px;
}
 
.nav-link{ margin: 0 6px;}
 
}

.part-img img{
    width: 100px;
    height: 100px;
}
 
.detail-row {
  /* padding: 8px;
    background-color: #f5f5f5; */
    display: flex;
    justify-content: normal;
    margin-bottom: 10px;
}
.c-p {
  padding: 8px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.bowler img {
    width: 80px;
    height: 80px;
}
.detail-row span {
  font-weight: 600;
  color: #444;
  min-width: 40%;
}
 
.detail-row p {
  margin-bottom: 0;
  color: #555;
  text-align: start;
}
 
.progress-bar-line {
  border-bottom: 1px solid #444;
  width: 80%;
  margin: 0 auto;
}
/* pointTable Css */

/* Recent Form Badges */
.form-tag {
    padding: 4px 10px;
    border-radius: 2px;
    color: white;
    font-weight: 600;
    font-size: 11px;
    margin-right: 3px;
}

.form-tag.win {
    background: #28a745;
}

.form-tag.lose {
    background: #dc3545;
}

.form-tag.draw {
    background: #adb5bd;
}

/* Responsive Text Adjustments */
@media (max-width: 768px) {
    .point-table th,
    .point-table td {
        font-size: 13px;
        white-space: nowrap;
    }
}

.shorts_player_slide{
  height: 90vh !important;
  width: 100% !important;
}

.model_bg_black{
  background-color: #000 !important;
}

 /* press release page css */
 
 
      .press-card {
    border-radius: 15px;
    transition: 0.3s ease;
    background: #FDFDFD;
    border: 1px solid #f1f1f1;
}
 
.press-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);
}
 
.press-card h6 {
    font-size: 16px;
}
 
.press-card p {
    line-height: 1.4;
}

.press-card img{
  object-fit: contain;
  height: 60px;
}

.short-header-text-2{
  color: #000 !important;
}


 
/* download css */
.download_text {
    padding-right: 100px;
}
 
.main-sectdown {
       background-image: url(/assets/image/banner.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 65px 0px 20px 0px;
    height: auto;
    margin-bottom: 100px;
}
 
.download_text h1 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
}
 
.download_text h4 {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
    font-family: "Poppins", sans-serif;
    text-shadow:1px 2px 24px #9cceff;
}
 
.p_fixed {
    display: flex;
    gap: 15px;
}
 
.p_fixed a img {
    max-width: 100%;
    border-radius: 100px;
}
 
.dowright_img img {
    max-width: 100%;
}
 
@media screen and (max-width: 1199px) {
  .download_text {
      padding-right: 0px;
  }
}
 
@media screen and (max-width: 991px) {
  .download_text h1 { font-size: 38px;}
  .download_text h4 {font-size: 30px;  margin-bottom: 30px;}
  .main-sectdown { padding: 60px 0px 60px 0px;}
}
 
@media screen and (max-width: 767px) {
  .download_text {text-align: center; margin-bottom: 30px;}
  .main-sectdown{ background-size: contain; margin-bottom: 20px; padding: 30px 0px 30px 0px;}
  .download_text h1 {margin-bottom: 10px;}
}
 
@media screen and (max-width: 480px) {
  .download_text h1 {font-size: 28px;}
  .download_text h4 { font-size: 24px;}
}
 
.helpsect img{max-width: 100%;}
 
.player-data h1,.player-data .h1 {
    color: #3e4149;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px
}
 
@media(max-width: 768px) {
    .player-data h1,.player-data .h1 {
        font-size:16px
    }
}
 
.player-data .pd-data .table {
    margin-bottom: 10px
}
 
.player-data .pd-data table tr td {
    border-right: 1px solid #dfdfdf;
    text-align: center;
    vertical-align: middle;
    background-color: #f7f9fa;
    padding: 5px 10px
}
 
.player-data .pd-data table tr td span {
    color:rgb(0 0 0 / 52%);
    font-size: 12px;
    font-weight: 500
}
 
.player-data .pd-data table tr td p {
    margin-bottom: 0;
    color: #3e434e;
    font-size: 14px;
    /* font-family: ".videosecondarymenu  Sans 3",sans-serif; */
    font-weight: 600
}
 
.player-data .pd-data table tr td:last-child {
    border: none
}
.test-bg2,.odi-bg2,.t20i-bg2 {
    background-color: #dcb342 !important;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    width: 62px !important;
    border-radius: 8px 0 0 8px;
    /* font-family: ".videosecondarymenu  Sans 3",sans-serif */
    min-width: 90px;
}
 
.odi-bg2 {
    background-color: #b0d5ff !important;
    color: #19388a !important
}
 
.t20i-bg2 {
    background-color: #166FC8 !important;
    color: #fff !important
}
.about-player {
    padding: 7px ;
    height: auto;
}
 
      /* .profile-card {
    border-radius: 15px;
    transition: 0.3s ease;
    background: #FDFDFD;
    border: 1px solid #e9e9e9;
} */
.personal-card {
    background: linear-gradient(to right, #1464c7, #63b5f9);
    border-radius: 15px;
    position: relative;
}
 
/* Optional big faded circle design */
.personal-card::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    top: -120px;
    left: -120px;
}
 
/* Profile Card */
.profile-box {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
}
 
/* Profile Image */
.profile-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}
 
/* Mobile Tweaks */
@media(max-width: 768px) {
    .personal-card::before {
        width: 300px;
        height: 300px;
        top: -80px;
        left: -80px;
    }
}

.f-btn {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
}
 
@media screen and (max-width: 767px) {
    .part-img img {
        width: 75px;
        height: 75px;
    }
}

@media screen and (max-width: 767px) {
    .card h5 {
        font-size: 18px;
    }
}


html, body {
  height: 100%;
  margin: 0;
}

#root { 
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}


.arrow-muted {
  opacity: 0.3;
}

.arrow-muted .carousel-control-prev-icon,
.arrow-muted .carousel-control-next-icon {
  filter: grayscale(100%);
}

.arrow-muted {
  color: #bdbdbd;
}

/* Women row base */
.women-highlight {
  background-color: lightpink !important;
}

.women-highlight td,
.women-highlight th {
  background-color: lightpink !important;
}

/* 🔑 Correct Bootstrap fix */
.women-table {
  --bs-table-hover-bg: lightpink;
}

/* Fix Bootstrap variable override on table-light rows */
.women-table tbody tr.table-light {
  --bs-table-hover-bg: lightpink;
}

/* Bottom Navigation */
.bottom-nav {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
 
.bottom-nav .nav-link1 {
  color: #6c757d;
  font-size: 13px;
  padding: 10px 0;
  transition: all .3s ease;
  position: relative;
}
 
.bottom-nav .nav-link1 i {
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
 
/* Hover Effect */
.bottom-nav .nav-link1:hover {
  color: #0d6efd;
  transform: translateY(-3px);
}
 
/* Active State */
.bottom-nav .nav-link1.active {
  color: #0d6efd;
  font-weight: 600;
}
 
.bottom-nav .nav-link1.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 3px;
  background: #0d6efd;
  border-radius: 10px;
}
 
/* Desktop Centered */
@media (min-width: 768px) {
  .bottom-nav {
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px 12px 0 0;
  }
}

.navbar-img-bottom {
  width: 30px;
}

.match_team_logo{
  border-radius: 3px;
}
