/* ===========================
   CourtBook Sports Theme CSS
   =========================== */

/* --- Fonts --- */
:root {
  --font-heading: 'Rajdhani', sans-serif;
  --font-body: 'Barlow', sans-serif;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6,
.title, .card_title, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* ===========================
   HERO SECTION
   =========================== */
.banner-area,
.banner-area_v3,
.banner-area_v1,
.banner-area_v2 {
  position: relative;
  background: linear-gradient(135deg, #0f2027 0%, #0a4a2a 50%, #16A34A 100%) !important;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

.banner-area::before,
.banner-area_v3::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='28' stroke='%23fff' stroke-width='1'/%3E%3Cline x1='30' y1='2' x2='30' y2='58' stroke='%23fff' stroke-width='0.5'/%3E%3Cline x1='2' y1='30' x2='58' y2='30' stroke='%23fff' stroke-width='0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  opacity: 0.4;
  pointer-events: none;
}

/* Hero Title */
.banner-area .title,
.banner-area_v3 .title,
.banner-content .title,
.banner-content h1 {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 58px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
  letter-spacing: 1px;
}

/* Hero subtitle */
.banner-content p,
.banner-area p.color-white,
.banner-area_v3 p {
  font-size: 18px !important;
  color: rgba(255,255,255,0.88) !important;
  font-weight: 400;
  line-height: 1.7;
}

/* Hero Search Box */
.banner-search,
.search-box,
.banner-area .form-group,
.banner-area_v3 .search-wrap {
  background: rgba(255,255,255,0.97) !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25) !important;
  padding: 10px !important;
  backdrop-filter: blur(10px);
}

.banner-area .btn-primary,
.banner-area_v3 .btn-primary {
  background: var(--color-primary) !important;
  border-color: #d1d5db !important;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.5px;
  border-radius: 10px !important;
  padding: 12px 28px !important;
  transition: all 0.3s ease;
}

.banner-area .btn-primary:hover,
.banner-area_v3 .btn-primary:hover {
  background: #15803d !important;
  border-color: #15803d !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(22,163,74,0.4) !important;
}

/* Sport badge tags in hero */
.banner-area .badge,
.banner-area_v3 .badge {
  background: rgba(22,163,74,0.15);
  color: #16A34A;
  border: 1px solid rgba(22,163,74,0.3);
  border-radius: 20px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

/* ===========================
   CITIES SECTION
   =========================== */
.city-area,
.city-area_v3 {
  background: #f8fafc;
  padding: 80px 0;
}

.city-area .section-title .title,
.city-area_v3 .section-title .title {
  font-size: 38px;
  color: #0f2027;
}

/* City cards */
.city-card,
.city-card_v3,
[class*="city"] .card {
  border-radius: 16px !important;
  overflow: hidden;
  border: none !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
  transition: all 0.35s ease !important;
  position: relative;
}

[class*="city"] .card:hover,
.city-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.15) !important;
}

[class*="city"] .card .overlay,
[class*="city"] .card::after {
  background: linear-gradient(to top, rgba(15,32,39,0.85) 0%, rgba(15,32,39,0.1) 60%) !important;
  border-radius: 16px;
}

[class*="city"] .card .title,
[class*="city"] .card h5,
[class*="city"] .card h4 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

/* City venue count badge */
[class*="city"] .card .venue-count,
[class*="city"] .card span {
  background: rgba(22,163,74,0.9);
  border-radius: 20px;
  padding: 2px 12px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
}

/* ===========================
   FEATURED COURTS CARDS
   =========================== */
.featured-court-area,
.featured-area {
  background: #ffffff;
  padding: 80px 0;
}

.featured-court-area .section-title .title,
.featured-area .section-title .title {
  font-size: 38px;
  color: #0f2027;
}

/* Court / Venue Cards */
.card.product-card,
.venue-card,
.court-card,
[class*="product-card"] {
  border-radius: 16px !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06) !important;
  transition: all 0.35s ease !important;
  overflow: hidden;
}

.card.product-card:hover,
.venue-card:hover,
.court-card:hover,
[class*="product-card"]:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12) !important;
  border-color: #d1d5db !important;
}

/* Card image */
.card.product-card .card_img,
[class*="product-card"] .card_img {
  border-radius: 12px 12px 0 0 !important;
  overflow: hidden;
}

/* Sport type badge on card */
.card .badge-sport,
[class*="product-card"] .badge {
  background: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Card title */
[class*="product-card"] .card_title,
[class*="product-card"] h5,
[class*="product-card"] h4,
.venue-card .title {
  font-family: 'Rajdhani', sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #0f2027 !important;
  line-height: 1.3;
}

/* Card price */
[class*="product-card"] .price,
[class*="product-card"] .amount {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  color: #16A34A;
  font-size: 18px;
}



/* ===========================
   BUTTONS GLOBAL
   =========================== */
.btn-primary {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 10px !important;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(22,163,74,0.35) !important;
}

/* ===========================
   SECTION TITLES GLOBAL
   =========================== */
.section-title .title {
  font-family: 'Rajdhani', sans-serif !important;
  font-weight: 700 !important;
  color: #0f2027 !important;
}

.section-title .subtitle {
  color: #16A34A !important;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

/* ===========================
   NAV / HEADER
   =========================== */
.header-area .nav-link,
.header-area a {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

.header-area .nav-link:hover {
  color: #16A34A !important;
}

/* ===========================
   COUNTER SECTION
   =========================== */
.counter-area {
  background: linear-gradient(135deg, #0f2027 0%, #0a4a2a 100%) !important;
}

.counter-area .count,
.counter-area h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #4ade80;
}

.counter-area .title,
.counter-area p {
  font-family: 'Barlow', sans-serif;
  color: rgba(255,255,255,0.85);
}


/* ===========================
   SPORT CHIPS
   =========================== */
.sport-chips-section {
  background: linear-gradient(135deg, #f0fdf4 0%, #f8fafc 100%);
  border-top: 3px solid var(--color-primary, #16A34A);
  border-bottom: 1px solid #d1fae5;
  padding: 28px 0;
}

.sport-chips-section::before {
  display: none;
}

.sport-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.sport-chip {
  background: #fff;
  border: 2px solid #d1fae5;
  border-radius: 50px !important;
  padding: 12px 24px !important;
  text-decoration: none;
  transition: all 0.25s ease;
  color: #166534;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.08);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sport-chip:hover {
  background: var(--color-primary, #16A34A);
  border-color: var(--color-primary, #16A34A);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35);
  text-decoration: none;
}

.sport-chip-icon {
  font-size: 20px;
  line-height: 1;
}

.sport-chip-label {
  line-height: 1;
  letter-spacing: 0.2px;
}

/* Sport select dropdown */
.sport-select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* Search form - 4 column grid for v3 (Where, When, Sport, Button) */
.hero-banner_v3 .banner-filter-form {
  max-width: 860px;
}
.hero-banner_v3 .banner-filter-form .grid {
  display: flex;
  align-items: center;
  gap: 0;
}
.hero-banner_v3 .banner-filter-form .grid .item {
  flex: 1;
  padding-inline-start: 15px;
  border-inline-start: 2px solid var(--border-color);
}
.hero-banner_v3 .banner-filter-form .grid .item:first-child {
  padding-inline-start: 0;
  border-inline-start: none;
}
.hero-banner_v3 .banner-filter-form .grid .item:last-child {
  flex: 0 0 auto;
  width: auto;
  padding: 0 0 0 12px;
  border-inline-start: none;
}

@media (max-width: 991px) {
  .hero-banner_v3 .banner-filter-form .grid {
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-banner_v3 .banner-filter-form .grid .item {
    flex: 0 0 calc(50% - 5px);
    border-inline-start: none;
    padding-inline-start: 0;
  }
  .hero-banner_v3 .banner-filter-form .grid .item:last-child {
    flex: 0 0 100%;
    padding: 0;
  }
  .sport-chip {
    font-size: 13px;
    padding: 10px 18px !important;
  }
}

@media (max-width: 575px) {
  .hero-banner_v3 .banner-filter-form .grid .item {
    flex: 0 0 100%;
  }
  .sport-chip {
    font-size: 12px;
    padding: 8px 14px !important;
  }
  .sport-chip-icon {
    font-size: 16px;
  }
}
/* ===========================
   SPORT CARDS
   =========================== */
.sport-chips-section {
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 40px 0;
}

.sport-cards-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.sport-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px 16px 20px;
  text-decoration: none;
  transition: all 0.25s ease;
  color: #1f2937;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  gap: 12px;
}

.sport-card:hover {
  border-color: var(--color-primary, #16A34A);
  background: var(--color-primary, #16A34A);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(22,163,74,0.25);
  text-decoration: none;
}

.sport-card-icon {
  font-size: 36px;
  line-height: 1;
}

.sport-card-name {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Sport select dropdown */
.sport-select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* Search form - 4 columns (Where, When, Sport, Button) */
.hero-banner_v3 .banner-filter-form {
  max-width: 860px;
}
.hero-banner_v3 .banner-filter-form .grid {
  display: flex;
  align-items: center;
  gap: 0;
}
.hero-banner_v3 .banner-filter-form .grid .item {
  flex: 1;
  padding-inline-start: 15px;
  border-inline-start: 2px solid var(--border-color);
}
.hero-banner_v3 .banner-filter-form .grid .item:first-child {
  padding-inline-start: 0;
  border-inline-start: none;
}
.hero-banner_v3 .banner-filter-form .grid .item:last-child {
  flex: 0 0 auto;
  width: auto;
  padding: 0 0 0 12px;
  border-inline-start: none;
}

@media (max-width: 1199px) {
  .sport-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .hero-banner_v3 .banner-filter-form .grid {
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-banner_v3 .banner-filter-form .grid .item {
    flex: 0 0 calc(50% - 5px);
    border-inline-start: none;
    padding-inline-start: 0;
  }
  .hero-banner_v3 .banner-filter-form .grid .item:last-child {
    flex: 0 0 100%;
    padding: 0;
  }
  .sport-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .hero-banner_v3 .banner-filter-form .grid .item {
    flex: 0 0 100%;
  }
  .sport-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sport-card-icon {
    font-size: 28px;
  }
}

/* Green rating stars */
.product-ratings .rating,
.ratings .rate,
.ratings .rating-icon {
  filter: hue-rotate(60deg) saturate(1.5) brightness(0.95);
}

/* Price boxes as links */
.product-price_list .price-link {
  display: inline-block;
  border: 1px solid var(--border-color);
  padding: 7px 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.product-price_list .price-link:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
}
.product-price_list .price-link:hover span {
  color: #fff;
}

/* Slot count box on court cards */
.slot-count-box {
  padding: 8px 4px;
  text-decoration: none;
  color: #374151;
  transition: color 0.2s ease;
}
.slot-count-box:hover {
  text-decoration: none;
  color: var(--color-primary);
}
.slot-count-label {
  font-size: 13px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  color: #6b7280;
}
.slot-count-box:hover .slot-count-label {
  color: var(--color-primary);
}
.slot-count-badge {
  background: var(--color-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  padding: 3px 12px;
  border-radius: 20px;
}

/* ===== Header City Dropdown (replaces old language dropdown) ===== */
/* fallback width for the raw <select> before niceselect JS upgrades it */
.language select.niceselect {
  min-width: 150px;
}

/* the closed/selected box */
.language .nice-select {
  min-width: 150px;
  width: auto;
  height: auto;
  min-height: 40px;
  line-height: 38px;
  padding-right: 32px;
  white-space: nowrap;
}

/* truncate long city names in the closed box instead of wrapping */
.language .nice-select .current {
  display: inline-block;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* the open options list */
.language .nice-select .list {
  width: auto;
  min-width: 100%;
  max-height: 320px;
  overflow-y: auto;
}

/* each option on a single line */
.language .nice-select .option {
  white-space: nowrap;
  min-height: 38px;
  line-height: 38px;
  padding-left: 18px;
  padding-right: 29px;
}

/* ===== Home Hero Open Search Box (sporty) ===== */
.banner-filter-form.open-search-form .form-wrapper {
  background: #fff;
  padding: 8px 8px 8px 8px !important;
  border: 2px solid #16A34A !important;
  border-radius: 60px !important;
  box-shadow: 0 12px 35px rgba(22, 163, 74, 0.18) !important;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.banner-filter-form.open-search-form .form-wrapper:focus-within {
  border-color: #15803d !important;
  box-shadow: 0 14px 40px rgba(22, 163, 74, 0.30) !important;
}
.open-search-block {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.open-search-block .icon {
  flex: 0 0 auto;
  color: #16A34A;
  font-size: 22px;
  padding-left: 16px;
}
.open-search-block .open-search-input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 58px;
  line-height: normal;
  border: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #111827;
  caret-color: #16A34A;
  background: transparent;
  padding: 0 10px;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.open-search-block .open-search-input:focus {
  border: none;
  box-shadow: none;
  outline: none;
  color: #0b1220;
}
.open-search-block .open-search-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #111827;
  font-weight: 700;
}
.open-search-block .open-search-input::placeholder {
  color: #9ca3af;
  font-weight: 500;
  font-size: 18px;
  opacity: 1;
}
.open-search-block .open-search-input::-moz-placeholder {
  color: #9ca3af;
  font-weight: 500;
  font-size: 18px;
  opacity: 1;
}
.open-search-block .open-search-input::-webkit-input-placeholder {
  color: #9ca3af;
  font-weight: 500;
  font-size: 18px;
}
.open-search-block .open-search-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  line-height: 1;
  padding: 0 36px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border-radius: 60px;
  background: linear-gradient(135deg, #16A34A 0%, #15803d 100%);
  color: #fff;
  box-shadow: 0 6px 16px rgba(22, 163, 74, 0.35);
  transition: transform 0.15s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.open-search-block .open-search-btn:hover {
  background: linear-gradient(135deg, #15803d 0%, #166534 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(22, 163, 74, 0.45);
  color: #fff;
}
.open-search-block .open-search-btn:active {
  transform: translateY(0);
}
.open-search-block .open-search-btn i {
  margin-right: 8px;
}

/* Tablet + small laptop: keep button inline but scale everything down */
@media (max-width: 991px) {
  .banner-filter-form.open-search-form {
    max-width: 100%;
  }
  .banner-filter-form.open-search-form .form-wrapper {
    padding: 6px !important;
  }
  .open-search-block {
    gap: 8px;
  }
  .open-search-block .icon {
    padding-left: 12px;
    font-size: 20px;
  }
  .open-search-block .open-search-input {
    height: 52px;
    font-size: 18px;
    padding: 0 8px;
  }
  .open-search-block .open-search-input::placeholder {
    font-size: 16px;
  }
  .open-search-block .open-search-btn {
    height: 52px;
    padding: 0 24px;
    font-size: 15px;
  }
}

/* Phones + small tablets: single-row compact bar with icon-only button */
@media (max-width: 767px) {
  .open-search-form .form-wrapper {
    border-radius: 40px !important;
    padding: 5px !important;
  }
  .open-search-block {
    flex-wrap: nowrap;
    gap: 6px;
  }
  .open-search-block .icon {
    padding-left: 14px;
    font-size: 18px;
  }
  .open-search-block .open-search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 48px;
    font-size: 16px;
    padding: 0 6px;
  }
  .open-search-block .open-search-input::placeholder {
    font-size: 15px;
  }
  /* Turn the button into a compact round icon-only button */
  .open-search-block .open-search-btn {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
  }
  .open-search-block .open-search-btn span {
    display: none;
  }
  .open-search-block .open-search-btn i {
    margin-right: 0;
  }
}

/* Very small phones: tighten a touch more */
@media (max-width: 400px) {
  .open-search-block .icon {
    padding-left: 12px;
    font-size: 16px;
  }
  .open-search-block .open-search-input {
    height: 44px;
    font-size: 15px;
  }
  .open-search-block .open-search-input::placeholder {
    font-size: 14px;
  }
  .open-search-block .open-search-btn {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}

/* ===== Player sport-preference chips (edit profile) ===== */
.sport-pref-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sport-pref-chip {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.sport-pref-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sport-pref-chip span {
  display: inline-block;
  padding: 9px 18px;
  border: 2px solid #d1d5db;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  background: #fff;
  transition: all 0.18s ease;
  user-select: none;
}
.sport-pref-chip:hover span {
  border-color: #16A34A;
  color: #16A34A;
}
.sport-pref-chip input:checked + span {
  background: linear-gradient(135deg, #16A34A 0%, #15803d 100%);
  border-color: #15803d;
  color: #fff;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.30);
}
.sport-pref-chip input:focus-visible + span {
  outline: 2px solid #15803d;
  outline-offset: 2px;
}

/* ===== "Matches your interest" badge on court cards ===== */
.interest-match-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #fff;
  background: linear-gradient(135deg, #16A34A 0%, #15803d 100%);
  box-shadow: 0 3px 10px rgba(22, 163, 74, 0.35);
}
.interest-match-badge i {
  font-size: 11px;
}
.court-card-interest {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 3;
}

/* ===== Dashboard "Recommended For You" court cards ===== */
.rec-court-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.rec-court-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  border-color: #16A34A;
}
.rec-court-thumb {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.rec-court-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rec-court-thumb .interest-match-badge {
  position: absolute;
  top: 10px;
  left: 10px;
}
.rec-court-body {
  padding: 12px 14px;
}
.rec-court-body h6 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0f2027;
  line-height: 1.3;
}

/* ===== Spinning preloader (football keeps rotating) ===== */
@keyframes cb-preloader-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
#preLoader img,
.request-loader img {
  animation: cb-preloader-spin 1s linear infinite;
}
