.hero-cover {
      background: linear-gradient(135deg, #ffffff 0%, #d00027 100%);
      background-image: url(cover.jpg);
      min-height: 528px;
      display: flex;
      align-items: center;
      color: #333;
      position: relative;
      overflow: hidden;
      background-size: cover;
}

.hero-cover {
      position: relative;
      overflow: hidden;
      min-height: 528px;
}

.hero-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: none;
      z-index: 0;
      background-color: #000;
}

.footer-wrap {
      color: #333;
}

.footer-wrap .contact-info li a,
.footer-links:not(.footer-tags) .list-inline li a,
.footer-text {
      color: #333;
}

.footer-wrap .contact-info li i,
.footer-text a {
      color: #d00027;
}

.cta-section {
      padding: 100px 0;
      background: linear-gradient(135deg, #ffffff, #f4f4f4);
}

.cta-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 64px;
}

.cta-content>div:first-child {
      flex: 1;
}

.cta-subtitle {
      font-size: 18px;
      color: #4b5563;
      margin-bottom: 12px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
}

.cta-title {
      font-size: 48px;
      font-weight: 700;
      color: #d00027;
      margin-bottom: 24px;
      line-height: 1.2;
}

.cta-description {
      font-size: 20px;
      color: #4b5563;
      margin-bottom: 32px;
}

.btn-secondary {
      border-radius: 0.5rem;
      border-width: 2px;
      --tw-border-opacity: 1;
      border-color: #d00027;
      border-style: solid;
      --tw-bg-opacity: 1;
      background-color: #f4f4f4;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      /* font-weight: 600; */
      --tw-text-opacity: 1;
      color: #d00027;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 300ms;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.cta-image {
      flex: 1;
      display: flex;
      justify-content: center;
}

.team-celebration {
      width: 320px;
      height: 320px;
      background: linear-gradient(45deg, #D00027, #FF4D4F);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
      .cta-title {
            font-size: 36px;
      }

      .cta-description {
            font-size: 18px;
      }

      .btn-secondary {
            padding: 0.5rem 1rem;
            font-size: 16px;
      }

      .team-celebration {
            width: 250px;
            height: 250px;
      }

      .trophy img {
            width: 100px;
            height: auto;
      }
}

@media (max-width: 768px) {
      .cta-content {
            flex-direction: column;
            text-align: center;
            gap: 40px;
      }

      .cta-title {
            font-size: 28px;
      }

      .cta-description {
            font-size: 16px;
      }

      .team-celebration {
            width: 200px;
            height: 200px;
      }

      .trophy img {
            width: 80px;
            height: auto;
      }
}


/* Dual Promotional Images */
.dual-promo {
      padding: 100px 0;
}

.promo-grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 32px;
}

.promo-card {
      background: linear-gradient(135deg, #FFFFFF, #D00027);
      color: #333;
      border-radius: 16px;
      padding: 48px;
      position: relative;
      overflow: hidden;
      min-height: 320px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.promo-card.large {
      background: #fff;
      border: 2px solid #D00027;
}


.promo-content h3 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 24px;
      color: #D00027;
}

.promo-content h4 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 12px;
      color: #fff;
}

.promo-content p {
      font-size: 18px;
      margin-bottom: 24px;
      color: #333;
      opacity: 0.9;
}

.player-image img {
      position: absolute;
      right: 0px;
      bottom: 0;
      width: 450px;
      height: 300px;
      border-radius: 12px 12px 0 0;
}

.shop.btn-primary {
      border-radius: 0.5rem;
      --tw-bg-opacity: 1;
      background-color: #D00027;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      font-weight: 600;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 300ms;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (max-width: 1024px) {
      .promo-grid {
            grid-template-columns: 1fr;
      }

      .promo-card {
            padding: 32px;
            min-height: auto;
      }

      .promo-content h3 {
            font-size: 28px;
      }

      .promo-content h4 {
            font-size: 24px;
      }

      .promo-content p {
            font-size: 16px;
      }

      .player-image img {
            position: static;
            width: 100%;
            height: auto;
            margin-top: 24px;
            border-radius: 12px;
      }
}

@media (max-width: 576px) {
      .promo-card {
            padding: 24px;
      }

      .promo-content h3,
      .promo-content h4 {
            font-size: 22px;
      }

      .shop.btn-primary {
            padding: 0.5rem 1rem;
            font-size: 14px;
      }
}

.top-nav-wrap {
      background: #D00027;
      border-bottom: 1px solid #D00027;
      font-size: 13px;
      padding: 10px 0;
      color: #fff;
}

.top-nav .top-nav-right-list>li:not(.dropdown)>a,
.custom-dropdown .dropdown-toggle,
.custom-dropdown .dropdown-toggle i:first-child,
.top-nav .top-nav-right-list>li:not(.dropdown)>a>i,
.custom-dropdown .dropdown-toggle i:last-child {
      color: #fff;
      font-size: 14px;
}

.ltr .primary-menu:before,
.primary-menu:before,
.primary-menu:after {
      content: unset;
}

.primary-menu.swiper {
      width: unset;
}

.category-nav {
      min-width: unset;
      width: unset;
}

.navigation-inner {
      justify-content: center;
      margin: auto;
}

.navigation-inner .swiper {
      margin: unset;
}

.navigation-inner {
      border: unset;
      border-radius: unset;
      border-top: 1px solid #D00027;
      background: #D00027;
}

.navigation-inner .category-nav {
      background: unset;
}

.category-nav .category-nav-inner {
      background: #fff;
      color: #000;
}

.horizontal-megamenu>.nav-item>.nav-link {
      color: #fff;
}

/* --- */
/* Default: hide on larger screens */
.category-nav,
.category-dropdown-menu {
      display: none;
}

.primary-menu.swiper {
      font-size: 20px;
}

/* Show only on mobile (e.g., screens smaller than 768px) */
@media (max-width: 767.98px) {

      .category-nav,
      .category-dropdown-menu {
            display: block;
      }
}

/* Base styles for the section container */
.bg-surface {
  background-color: #F8F9FA; /* Subtle off-white */
  box-shadow: 0 2px 8px rgba(3, 70, 148, 0.08); /* Card shadow */
}

.rounded-lg {
  border-radius: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-primary {
  color: #D00027; /* Bold red */
}

.text-text-secondary {
  color: #6C757D; /* Muted gray */
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.grid {
  display: grid;
}

.gap-4 {
  gap: 1rem;
}

.inline-flex {
  display: inline-flex;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Form input and select styles */
.input-field {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #E9ECEF; /* Light gray border */
  padding: 0.75rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #1A1D21; /* Dark text */
  background-color: #FFFFFF; /* White background */
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input-field:focus {
  border-color: #034694; /* Blue border on focus */
  outline: none;
  box-shadow: 0 0 0 2px rgba(163, 195, 251, 1); /* Light blue ring */
}

.input-field::placeholder {
  color: #CED4DA; /* Gray placeholder */
  opacity: 1;
}

/* Custom select dropdown arrow */
.input-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236C757D'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 2.5rem; /* Space for the arrow */
}

/* Advanced Customization link */
.inline-flex.text-primary {
  color: #D00027; /* Bold red */
  font-weight: 600;
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.inline-flex.text-primary:hover {
  color: #023A7D; /* Darker blue on hover */
}

.inline-flex.text-primary svg {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  stroke: currentColor;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.inline-flex.text-primary:hover svg {
  transform: translateX(0.25rem); /* Slight movement on hover */
}

/* Accessibility focus for link */
.inline-flex.text-primary:focus {
  outline: 2px solid #A3C3FB; /* Light blue outline */
  outline-offset: 2px;
}

/* Responsive grid for medium screens */
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}