body {
    background-color: #181818;
    color: #fff;
    line-height: 1.6;
  }

  header {
    background-color: #202020;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }

  .navbar {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }

  .navbar a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    margin: 0 1rem;
    transition: color 0.3s;
  }

  .navbar a:hover {
    color: #f00;
  }

  .main-section {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
  }

  .featured {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .featured-main {
    flex: 2;
    position: relative;
  }

  .featured-main img {
    width: 100%;
    border-radius: 0px;
  }

  .featured-main .overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem;
    border-radius: 0px;
  }

  .featured-main .overlay h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .featured-main .overlay p {
    font-size: 0.9rem;
    color: #ccc;
  }

  .featured-secondary {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .featured-secondary .card {
    display: flex;
    gap: 1rem;
    align-items: center;
  }

  .featured-secondary .card img {
    width: 80px;
    height: 80px;
    border-radius: 0px;
    object-fit: cover;
  }

  .featured-secondary .card div {
    flex: 1;
  }

  .featured-secondary .card div h4 {
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }

  .featured-secondary .card div span {
    font-size: 0.8rem;
    color: #aaa;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }

  .grid .card {
    background: #242424;
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.3s;
  }

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

  .grid .card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .grid .card div {
    padding: 1rem;
  }

  .grid .card div h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .grid .card div span {
    font-size: 0.8rem;
    color: #aaa;
  }

  .cricket-section {
    background-color: #202020;
    border-radius: 0px;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
  }

  .cricket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .cricket-header h2 {
    font-size: 1.5rem;
  }

  .cricket-tabs {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
  }

  .cricket-tabs button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0px;
    cursor: pointer;
  }

  .cricket-tabs button:hover {
    background-color: #f00;
  }

  .cricket-main {
    display: flex;
    gap: 1.5rem;
  }

  .cricket-main .main-story {
    flex: 2;
    position: relative;
  }

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

  .cricket-main .main-story .overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem;
    border-radius: 0px;
  }

  .cricket-main .main-story .overlay h3 {
    font-size: 1.2rem;
  }

  .cricket-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .cricket-side .card {
    display: flex;
    gap: 1rem;
  }

  .cricket-side .card img {
    width: 80px;
    height: 80px;
    border-radius: 0px;
  }

  .cricket-side .card div {
    flex: 1;
  }

  .cricket-side .card div h4 {
    font-size: 1rem;
  }

  .cricket-footer {
    text-align: center;
    margin-top: 1.5rem;
  }

  .cricket-footer a {
    text-decoration: none;
    color: #f00;
    font-weight: bold;
  }


.football-section {
    background-color: #202020;
    border-radius: 0px;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
  }

  .football-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .football-header h2 {
    font-size: 1.5rem;
  }

  .football-tabs {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
  }

  .football-tabs button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0px;
    cursor: pointer;
  }

  .football-tabs button:hover {
    background-color: #f00;
  }

  .football-main {
    display: flex;
    gap: 1.5rem;
  }

  .football-main .main-story {
    flex: 2;
    position: relative;
  }

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

  .football-main .main-story .overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem;
    border-radius: 0px;
  }

  .football-main .main-story .overlay h3 {
    font-size: 1.2rem;
  }

  .football-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .football-side .card {
    display: flex;
    gap: 1rem;
  }

  .football-side .card img {
    width: 80px;
    height: 80px;
    border-radius: 0px;
  }

  .football-side .card div {
    flex: 1;
  }

  .football-side .card div h4 {
    font-size: 1rem;
  }

  .football-footer {
    text-align: center;
    margin-top: 1.5rem;
  }

  .football-footer a {
    text-decoration: none;
    color: #f00;
    font-weight: bold;
  }


.wwe-section {
    background-color: #202020;
    border-radius: 0px;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
  }

  .wwe-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .wwe-header h2 {
    font-size: 1.5rem;
  }

  .wwe-tabs {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
  }

  .wwe-tabs button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0px;
    cursor: pointer;
  }

  .wwe-tabs button:hover {
    background-color: #f00;
  }

  .wwe-main {
    display: flex;
    gap: 1.5rem;
  }

  .wwe-main .main-story {
    flex: 2;
    position: relative;
  }

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

  .wwe-main .main-story .overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem;
    border-radius: 0px;
  }

  .wwe-main .main-story .overlay h3 {
    font-size: 1.2rem;
  }

  .wwe-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .wwe-side .card {
    display: flex;
    gap: 1rem;
  }

  .wwe-side .card img {
    width: 80px;
    height: 80px;
    border-radius: 0px;
  }

  .wwe-side .card div {
    flex: 1;
  }

  .wwe-side .card div h4 {
    font-size: 1rem;
  }

  .wwe-footer {
    text-align: center;
    margin-top: 1.5rem;
  }

  .wwe-footer a {
    text-decoration: none;
    color: #f00;
    font-weight: bold;
  }




.category-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .category {
    background-color: #202020;
    border-radius: 0px;
    padding: 1rem;
  }

  .category h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #f00;
    display: inline-block;
  }

  .main-card {
    position: relative;
    margin-bottom: 1rem;
  }

  .main-card img {
    width: 100%;
    border-radius: 0px;
  }

  .main-card .info {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem;
    border-radius: 0px;
    width: calc(100% - 2rem);
  }

  .main-card .info h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .main-card .info span {
    font-size: 0.9rem;
    color: #ccc;
  }

  .side-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .side-card {
    display: flex;
    gap: 1rem;
    align-items: center;
  }

  .side-card img {
    width: 80px;
    height: 80px;
    border-radius: 0px;
    object-fit: cover;
  }

  .side-card .details h5 {
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }

  .side-card .details span {
    font-size: 0.8rem;
    color: #aaa;
  }