body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #333060;
    color: #f5f5f7;
}


.dropdown-toggle::after {
  display: none;
}


.home-btn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 20px;
  padding: 20px;
  margin-left: 0;
  margin-right: 0;
  border: none;
}

.nav-link {
  color: white !important;
  text-wrap: wrap;
  font-size: 15px;
  letter-spacing: .5px;
  font-family: sans-serif;
}

.dropdown-menu {
  background-color: #141139 !important;
  overflow: hidden;
}

.dropdown-item {
  color: white !important;
  padding: 10px;
}

.dropdown-divider {
  background-color: #fefefe3d !important;
  margin: 0 !important;
}

/* Show dropdown with animation on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item:hover {
  background-color: #fefefe3d !important;
  /* Ensure background doesn't interfere */
}

/* Change Bootstrap's default toggler icon to white */
.navbar-toggler-icon {
  filter: invert(1);
  /* Inverts colors, making black white */
}

.nav-item {
  margin: 5px 10px 5px 10px;
}


.my-btn {
  margin: 10px;
  border: 1px solid #7d7d7d;
  border-radius: 20px;
  font-size: 13px;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 768px) {
  .my-ul-list li a {
    margin-left: 10px !important;
  }

  .my-ul-list li {
    border-bottom: 0.2px solid #00000066 !important;
    padding: 0;
  }

  .my-ul-list {
    text-align: left !important;
  }


  .home-btn {
    margin-left: 8px;
  }

  .offcanvas-body {
    padding: 10px 0 0 0;
  }

  .subcategories {
    text-align: left;
    flex-wrap: wrap;
  }

  .news {
    background-color: #00000028;
  }
  #transfers-grid {
    justify-content: center;
  }

  #transfers-grid > div {
    display: flex;
    justify-content: center;
  }

  .transfer-card {
    max-width: 340px;   /* nice mobile width */
    width: 100%;
  }

}

@media (max-width: 992px) {
  .container-fluid {
    padding: 0 3% !important;
  }
}


.user-and-search-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  font-weight: 500;
}

.nav-item {
  margin: 4px;
}


.login-btn {
  background-position: center;
  background-repeat: no-repeat;

}


.my-btn {
  margin: 10px;
  border: 1px solid #7d7d7d;
  border-radius: 20px;

  /* figma */
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-bar {
  width: 100%;
  max-width: 700px;
  height: 45px;
  background: rgba(82, 81, 81, 0.613);
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 2px 10px;
}

.search-bar input {
  border: none;
  outline: none;
  background: transparent;
  margin-left: 10px;
  font-size: 18px;
  flex: 1;
  color: white;
}

::placeholder {
  font-size: medium;
  color: rgba(255, 255, 255, 0.479);
}

.search-bar button {
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}



@media(max-width: 992px) {

  /* Search box container */
  .searchBox {
    position: absolute;
    background: #7d7d7d4d;
    top: 23%;
    left: 80%;
    transform: translate(-100%, 0%);
    height: 40px;
    border-radius: 40px;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
  }

  /* Search button */
  .searchButton {
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
     /*background: #b3b1b119; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border: none;
  }

  /* Search input initially hidden */
  .searchInput {
    border: none;
    background: none;
    outline: none;
    color: #000;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    line-height: 40px;
    width: 0;
    opacity: 0;
  }

  /* When active, expand search input */
  .searchBox.active .searchInput {
    width: 160px;
    opacity: 1;
    padding: 10px;

  }

  /* Change button background on active */
  .searchBox.active .searchButton {
    background: transparent;
    color: #000;
  }
}

/* --------------------------header css End-------------------------------------------- */
/* Main section */
.main-section {
  width: 100%;
  /* height: 1000px; */
  color: white;
  margin-top: 20px;
}

.hero-banner img{
  width: 100%;
  height: auto;
}

/*.blog-section {*/
/*  background-color: #fefefe1d;*/
/*  padding: 20px;*/
/*  border-radius: 20px;*/
/*  color: #fff;*/
/*  font-family: Arial, sans-serif;*/
/*}*/

.blog-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10px ;
  margin-bottom: 30px;
}

/*  display: flex;*/
/*  flex.right-column {
-direction: column;*/
/*  gap: 20px;*/
/*}*/

.blog-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #222;
  cursor: pointer;
  transition: transform 0.3s;
}

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

.blog-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 0 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, 0));
}

.content p {
  margin: 5px 0;
  font-size: 14px;
  color: #ddd;
}

.blog-card .tag {
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin-bottom: 5px;
}

.bottom-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.right-column .blog-card.small {
  margin-right: 10px;
}

.right-column .d-flex .blog-card.small:last-child {
  margin-right: 0;
  /* remove extra gap on the last card */
}

/* ✅ Responsive for Mobile */
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .right-column {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .bottom-row {
    grid-template-columns: 1fr;
  }
}



.top-news-div{
  margin-top: 25px;
}
.news-header a{
  text-decoration: none;
  color: white;
}

.hero-banner-swiper {
  width: 100%;
  overflow: hidden;
}

.hero-banner-swiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  margin: 0 !important;
  margin-left: 13px !important;
}

.hero-banner-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-pagination {
  display: block !important;
  bottom: 10px;
  z-index: 10;
}



/* Tansfers start---------------------------------------------------------------------------------------------*/
.transfer-card {
  /*width: 280px;*/
  width: 100%;
  /* background: #2a2a2a; */
  /* border-radius: 8px; */
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #2a2a2a68;
  /*margin-bottom: 50px;*/
  margin: 0;

}

.transfer-image-container {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  /* background: #2a2a2a68; */
}

.transfer-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.transfer-btn-offer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px 14px;
  /* border-radius: 4px; */
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .5px;
  color: #fff;
}

.transfer-btn-blue {
  background: #007bff;
}

.transfer-btn-green {
  background: #28a745;
}

.transfer-btn-red {
  background: #dc3545;
}

.transfer-card-content {
  padding: 0px 20px 15px 20px;
  color: #ddd;
  /* background: #2a2a2a68; */
}

.transfer-card-content h3 {
  margin: 10px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.transfer-card-content p {
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
}

.transfer-stats {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #444;
  padding-top: 15px;
}

.transfer-stats div {
  text-align: center;
  color: #aaa;
  font-size: 12px;
}

.transfer-stats div span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
}




/* Stats Row */
.stats-row {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
  margin-top: auto; /* ✅ UPDATE: Push to bottom */
  width: 100%;
}

.stat-item {
  text-align: center;
}
.stat-item span {
  display: block;
  font-size: 0.7rem;
  color: #8e8e93;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.stat-item strong {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}


/*.transfer-card{*/
/*  margin-left: 45px !important;*/
/*  margin-right: 15px !important;*/
/*}*/

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 0px;
}

/* Tansfers End---------------------------------------------------------------------------------------------*/
.player-container {
      background-color: #fefefe1d;
        padding: 20px;
        border-radius: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

/* Blog Card */
.player-card {
  display: flex;
  background: #111827;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}


.player-card img {
  width: 40%;
  height: auto;
  object-fit: cover;
}

.player-card-content {
  padding: 15px;
  flex: 1;
}

.player-card-content h3 {
  margin: 10px 0;
  font-size: 1.2rem;
  color: #fff;
}

.player-card-content p {
  font-size: 0.9rem;
  color: #cbd5e1;
}

.player-read-more {
  display: inline-block;
  margin-top: 10px;
  color: #ff3d6e;
  text-decoration: none;
  font-weight: 500;
}

/* Sidebar */
.player-sidebar {
  background: #111827;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  height: fit-content;
}

.player-sidebar h2 {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #ff3d6e;
}

.player-popular-post {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.player-popular-post:hover {
  /* transform: scale(1.03); */
}

.player-popular-post img {
  /* width: 70px; */
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
}

.player-popular-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
}

/* Responsive */
@media(max-width: 900px) {
  .player-container {
    grid-template-columns: 1fr;
  }

  .player-sidebar {
    margin-top: 20px;
  }

  .player-card {
    flex-direction: column;
  }

  .player-card img {
    width: 100%;
    height: auto;
  }
}
/* sheen effect css start------------------ */
    .sheen-wrap {
      /* width: 480px; */
      margin: 40px auto;
      border-radius: 12px;
      overflow: hidden;
      position: relative;
    }

    .sheen-wrap img {
      display: block;
      width: 100%;
      height: auto;
      vertical-align: middle;
    }

    /* the sheen pseudo element */
    .sheen-wrap::after {
      content: "";
      position: absolute;
      top: -40%;
      /* start above so blur looks natural */
      left: -160%;
      /* start left outside image */
      width: 60%;
      height: 200%;
      /* tall so it covers diagonally */
      transform: rotate(25deg);
      background: linear-gradient(90deg,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.25) 45%,
          rgba(255, 255, 255, 0.75) 55%,
          rgba(255, 255, 255, 0) 80%);
      filter: blur(10px);
      opacity: 0.9;
      pointer-events: none;
      mix-blend-mode: screen;
      /* helps blend better on dark images */
      animation: sheenMove 2.4s ease-in-out infinite;
    }

    @keyframes sheenMove {
      0% {
        left: -60%;
        transform: rotate(25deg) translateX(0);
        opacity: 0;
      }

      10% {
        opacity: 0.9;
      }

      50% {
        left: 120%;
        transform: rotate(25deg) translateX(0);
        opacity: 0.9;
      }

      90% {
        opacity: 0;
      }

      100% {
        left: 120%;
        transform: rotate(25deg) translateX(0);
        opacity: 0;
      }
    }

    /* optional: pause shimmer on hover */
    .sheen-wrap:hover::after {
      animation-play-state: paused;
    }

     footer {
      background: rgba(18, 18, 18, 0.6) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
        position: fixed;
        /*z-index: 1000;*/
        color: white;
       background: #111;
       padding: 40px 20px 20px;
       text-align: center;
     }

     .footer-logo {
       font-size: 22px;
       font-weight: bold;
       color: white;
       margin-bottom: 15px;
       display: inline-block;
     }

     .footer-social {
       margin-bottom: 15px;
     }

     .footer-social a {
       display: inline-block;
       margin: 0 10px;
       width: 35px;
       height: 35px;
       background: white;
       color: black;
       border-radius: 50%;
       line-height: 35px;
       text-align: center;
       transition: 0.3s;
     }

     .footer-social a:hover {
       background: #fff;
       color: #1F6F8B;
       box-shadow: 0 0 10px #1F6F8B, 0 0 20px #1F6F8B;
     }

     .footer-links {
       margin-bottom: 20px;
     }

     .footer-links a {
       margin: 0 15px;
       color: #ccc;
       text-decoration: none;
       font-size: 14px;
       transition: 0.3s;
     }

     .footer-links a:hover {
       color: #1F6F8B;
       text-shadow: 0 0 10px #1F6F8B;
     }

     .footer-bottom {
       font-size: 13px;
       color: #aaa;
       border-top: 1px solid #333;
       padding-top: 10px;
     }

     /* Responsive */
     @media (max-width: 768px) {
       .footer-links {
         display: flex;
         flex-direction: column;
         gap: 10px;
       }
     }

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 !important;
    font-size: 1em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    min-width: auto;
    border-radius: 8px;
    overflow: hidden;
}

thead tr {
    background-color: #333060;
    color: #ffffff;
    text-align: center;
}

th, td {
    padding: 8px 10px !important;
    font-size: 14px;
    white-space: nowrap;
    text-align: center !important;
    vertical-align: middle !important;
}

tbody tr {
    border-bottom: 1px solid #dddddd;
}

tbody tr:last-of-type {
    border-bottom: 2px solid #333060;
}

.table-responsive-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    border: 1px solid #3a3a3c;
    border-radius: 8px;
}

/* --- 1. PARENT CONTAINER FIX  --- */
.main-article-col {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;

    overflow-x: hidden !important;
}

/* --- 2. ARTICLE CONTENT FIX --- */
.article-content {
    width: 100% !important;
    max-width: 100% !important;
}

/* =========================================
   MOBILE CENTER ALIGNMENT (EXCLUDING HEADER)
   ========================================= */

@media (max-width: 768px) {

    /* --- 1. HEADER & NAVBAR (Safe Zone) --- */

    .navbar-toggler {
        margin-left: auto !important;
        margin-right: 0 !important;
        display: block !important;
    }

    .content h3, .content p{
        text-align: center !important;
    }

    .content .meta{
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }

    /* Layouts Stack (Column) */
    .layout-container, .contact-wrapper, .row, .info-item,
    div[class*="d-flex"]:not(.navbar *) {
        display: flex !important;
        /*flex-direction: column !important;*/
        /*justify-content: center !important;*/
        align-items: center !important;
    }

    .my-blog-view{
      flex-direction: column !important;
    }
    /* Forms Center */
    form, .form-group { width: 100% !important; }
    input, select, textarea, label { text-align: center !important; }
    .article-content p,
    .article-content ul,
    .article-content ol,
    .article-content li {
        text-align: left !important;
        text-justify: unset !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
        padding: 0 5px;
    }

    .article-content h2,
    .article-content h3,
    .article-content h4 {
        text-align: left !important;
        font-size: 1.2rem !important;
        margin-top: 25px !important;
    }
    /* --- Title Size Fix --- */
    .article-header h1 {
        text-align: left !important;
        font-size: 1.6rem !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
        word-wrap: break-word;
    }
    .article-meta {
        font-size: 0.8rem !important;
        margin-bottom: 15px !important;
    }


    /* --- 4. CARDS & LISTS --- */
    .transfer-card-content, .blog-card .content, .contact-info {
        text-align: center !important;
        align-items: center !important;
    }

    .blog-card .tag, .category-tag {
        align-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

}

/* === MODERN MOBILE HEADER === */

/* 1. Navbar Container (Glass Effect) */
.modern-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    background: linear-gradient(to bottom, #1c1c1e, #121212); /* Subtle gradient */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* 2. Logo Styling */
.navbar-brand img {
    height: 38px; /* Mobile perfect size */
    width: auto;
    object-fit: contain;
}

/* 3. Modern Hamburger Toggler */
.custom-toggler {
    border: none !important;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transition: 0.3s;
}
.custom-toggler:active {
    transform: scale(0.9); /* Click effect */
    background: rgba(255, 255, 255, 0.1);
}
.custom-toggler i {
    font-size: 20px;
    color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* === MODERN SIDEBAR (OFFCANVAS) === */
.modern-sidebar {
    background: linear-gradient(180deg, #1a192e 0%, #0f0f0f 100%);
    width: 85% !important;
    max-width: 320px;
    border-left: 1px solid rgba(255,255,255,0.05);
}

.sidebar-header {
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn {
    background: none;
    border: none;
    color: #8e8e93;
    font-size: 24px;
    transition: 0.3s;
}
.close-btn:hover { color: #fff; transform: rotate(90deg); }

/* Menu Links */
.sidebar-body {
    padding: 5px;
    overflow-y: auto;
}

.menu-link {
    display: flex;
    align-items: center;
    padding: 14px 15px;
    color: #e0e0e0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.menu-link i {
    width: 30px;
    font-size: 18px;
    color: #007aff; /* Icon Color */
}

/* Active & Hover State */
.menu-link:hover, .menu-link.active {
    background-color: rgba(0, 122, 255, 0.15); /* Blue glow bg */
    color: #fff;
    padding-left: 20px;
}

/* Dropdown styling inside sidebar */
.mobile-dropdown {
    background: rgba(0,0,0,0.2);
    border-radius: 12px;
    margin-top: 5px;
    border: none;
    padding: 10px;
}
.mobile-dropdown .dropdown-item {
    color: #b0b0c0;
    padding: 10px;
    border-radius: 8px;
}
.mobile-dropdown .dropdown-item:hover {
    background-color: rgba(255,255,255,0.05);
    color: #fff;
}

/* Sidebar Footer (Socials) */
.sidebar-footer {
    padding: 20px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.sidebar-socials a {
    display: inline-flex;
    width: 35px; height: 35px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    text-decoration: none;
    transition: 0.3s;
}
.sidebar-socials a:hover {
    background: #007aff;
    transform: translateY(-3px);
}