
.col-6.col-sm-4.col-md-3.col-lg-2.col-xl-1 {
    width: 148px;
}

.league-card a {
    text-decoration: none;
}
.league-card a .league-name {
    color: #2ca7a3;
    font-size: 11px !important;
}
.league-card a .league-name:hover {
    color: #6e1332;
}

.ui-state-active {
    background: #267578 !important;
    color: #fff !important;
}

.location-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
  box-shadow: 0 5px 0px #e0e3e3;
    text-align: center;
    border: 1px solid #e0e3e3;
  }

  .location-card img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    display: block;
    padding-top: 25px;
  }

 .location-name {
    font-size: 15px;
    padding: 20px;
    font-weight: 500;
    color: #6e1332;
    font-family: 'Poppins';
}

  .location-card:hover {
    background-color: #f0ab00;
  }
  .location-card:hover .location-name {
   color: #fff;
  }

  .location-card:hover img {
    filter: brightness(0.8);
  }

.club-card {
    transition: all 0.3s ease-in-out;
  }

  .club-card:hover {
    background-color: #f0ab00;
    transform: none;
  }

  .club-card:hover h6,
  .club-card:hover small {
    color: #fff !important;
  }

  .club-logo img {
    transition: transform 0.3s ease-in-out;
  }

  .club-card:hover .club-logo img {
    transform: scale(1.1);
  }

.club-section .club-col {
    flex: 0 0 auto;
    width: 10%; /* Exactly 10 cards per row on large screens */
    padding: 5px;
}

.club-section .club-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

/* Hover: yellow background only */
.club-section .club-card:hover {
   background-color: #f0ab00 !important; /* soft yellow tint */
   color: #fff !important;
}

/* Responsive for tablets */
@media (max-width: 991.98px) and (min-width: 768px) {
    .club-section .club-col {
        width: 25%;
    }
}

/* Mobile: 2 per row */
@media (max-width: 767.98px) {
    .club-section .club-col {
        width: 50%;
    }
}

.domestic {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff !important;
    text-align: center;
    display: flex;
    gap: 20px;
    border-bottom: 6px solid #61112c !important;
}
.domestic-cup {
    width: 100%;
}
.cup-for-clubs {
    width: 100%;
}
.clubs-cup {
    background: linear-gradient(180deg, rgba(66, 11, 30, 1) 10%, rgba(97, 17, 44, 1) 55%) !important;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
}
.cup-for-nations {
    width: 100%;
}
.nations {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff !important;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 6px solid #61112c !important;
}
.tournament-cup-name {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 80% !important;
}
.tournament-cup-name a {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    color: #6E3332 !important;
    width: 142px;
}
.tournament-box-img {
    width: 20% !important;
}
.tournament-box-img img {
    height: 250px !important;
}
.tournament-cup-name a img {
    height: 42px !important;
    width: 50px !important;
    object-fit: cover;
}
.tournament-cup-name a.d-inline-flex.align-items-center.text-decoration-none.text-style.mb-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.league-section .col-lg-2-10 {
  flex: 0 0 auto;
  width: 10%;
  /*height:126px;*/
}

/* Make anchor cover full card */
.league-section .league-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
  position:relative !important;
}

/* Card base design */
.league-section .league-card {
  /*transition: background-color 0.3s ease, transform 0.2s ease;*/
  height: 100%;
  box-shadow: 0 5px 0px #e0e3e3 !important;
  position:relative;
  border: 1px solid #e0e3e3 !important;
  width:100%;
}

.league-card:hover{
    background-color: #f0b30e !important; 
    color: #fff !important;
}

/* Hover effect: light yellow background, no movement */
/*.league-section .league-card-link:hover .league-card {*/
  /*background-color: #f0ab00; */
/*  transform: none;*/
/*   color: white !important;*/
/*}*/

/* Responsive: tablet = 4 per row */
@media (max-width: 991.98px) {
  .league-section .col-lg-2-10 {
    width: 25%;
  }
}

/* Mobile = 2 per row */
@media (max-width: 767.98px) {
  .league-section .col-lg-2-10 {
    width: 50%;
  }
}

.league-box{
    
    /*transition: transform 0.2s;*/
}
.league-box:hover {
    /*transform: translateY(-4px);*/
}
.league-card-link:hover .league-name
 {
    color: white !important;
}
.league-name {
    font-size: 13.12px !important;
}

.league-card.text-center.bg-white.border.rounded-4.shadow-sm.h-100.d-flex.flex-column.justify-content-center.align-items-center {
    box-shadow: 0 5px 0px #e0e3e3 !important;
    padding: 12px 8px;
    border-radius: 8px !important;
    height:126px !important;
    border:1px solid #e0e3e3 !important;
    justify-content: flex-start !important;
}
.league-card.league-section.league-box:hover{
    background-color:#f0b30e !important;
    color:#fff;
}

.league-card .league-country{
    font-size: 10px !important;
    padding-top: 2px;
   font-weight: 450;
}
.league-card:hover .league-country{
  color:#fff;
}



.location-name {
    color: #000;
}
.about-text h4{
    font-weight: normal !important;
}


 .error-page {
    text-align: center;
    padding: 32px 20px;
    background: #f9f9f9;
  }
  .error-page h1 {
    font-size: 100px;
    font-weight: 800;
    color: #b91c1c; /* football theme red */
    margin-bottom: 10px;
  }
  .error-page h2 {
    font-size: 28px;
    color: #004d4d; /* teal tone matching header */
    margin-bottom: 15px;
  }
  .error-page p {
    color: #444;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .error-page a.btn-theme {
    background: #f0b30e;
    color: #420b1e;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    margin: 5px;
    transition: 0.3s;
    text-decoration: none;
  }
  .error-page a.btn-theme:hover {
    background: #6e1332;
    color:#fff;
    text-decoration: none;
  }
  .error-page img {
    width: 300px;
  }
  .sitemap-btn-group{
      margin:45px 0px;
  }
  
  /*sitemap css */
  

  
  .sitemap-block h5 {
    color: #6e1332;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .sitemap-block ul {
    list-style: none;
    padding: 0;
  }
  .sitemap-block ul li {
    margin-bottom: 6px;
  }
  .sitemap-block ul li a {
    color: #006d6d;
    text-decoration: none;
    font-size: 14px;
  }
  .sitemap-block ul li a:hover {
    color: #f0b30e;
    text-decoration: underline;
    transition: none;
  }
  @media (max-width: 767px) {
    .sitemap-block {
      margin-bottom: 30px;
    }
  }

.footer-btn-box a{
    background-color: #f0b30e;
    color: #420b1e;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    padding: 6px 12px;
    margin-top: 5px;
    font-size: 10px;
    font-family: 'Poppins' !important;
}
table{
    font-family: 'Poppins' !important;
}
table#main_table .table-light {
    font-size: 13px;
}

table#main_table tbody tr td{
    font-size: 13px;
}

tbody a {
    font-size: 13px !important;
    font-family: 'Poppins' !important;
}

 .custom-col{
        flex: 0 0 auto;
        /*width: 20% !important;*/
    }
    
/*.team-logo {*/
/*    background: #fff;*/
/*    padding: 5px;*/
/*    border-radius: 12px;*/
/*}*/
   
.about-us ul{
    text-align: start;
    line-height: 31px;
    width: 90%;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}


.continent-map {
    position: relative;
    display: inline-block;
    max-width: 811px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    border-radius: 2px;
    min-height: 318px;
}

.base-map {
  width: 100%;
  display: block;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

.continent-area {
  position: absolute;
  cursor: pointer;
  background: transparent;
  border: 2px solid transparent; /* Debugging ke liye */
}

/* Har continent ki specific position aur size */

.continent-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Wrapper must be relative for hotspots */
.continent-map {
    position: relative;
    display: inline-block;
}

/* Base image */
.continent-image {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Common hotspot styles */
.hotspot {
  position: absolute;
  display: block;
  cursor: pointer;

  /* debug ke liye (baad me remove) */
  /*background: rgba(255, 0, 0, 0.25);*/
}

/* ===== HOTSPOT AREAS (Adjust Position as Needed) ===== */

/* AFRICA */
.hotspot-africa {
  top: 4%;
    left: 8%;
    width: 84%;
    height: 93%;

  clip-path: polygon(
  59% 40%, 63% 54%, 67% 79%, 55% 86%, 52% 59%, 47% 58%, 43% 43%, 51% 34%);
}

/* AMERICAS */
.hotspot-americas {
   top: 3%;
    left: 7%;
    width: 87%;
    height: 94%;
    
  clip-path: polygon(
   26% 11%, 33% 27%, 19% 45%, 38% 69%, 31% 87%, 27% 100%, 24% 62%, 0 13%
  );    
}

/* ASIA */
.hotspot-asia {
  top: 2%;
    left: 1%;
    width: 95%;
    height: 96%;
    
     clip-path: polygon(
   88% 28%, 90% 55%, 96% 89%, 85% 86%, 80% 60%, 63% 53%, 60% 37%, 78% 27%
  ); 
}

/* EUROPE */
.hotspot-europe {
   top: 2%;
    left: 8%;
    width: 85%;
    height: 100%;
    
   clip-path: polygon(
   50% 13%, 100% 6%, 98% 29%, 84% 26%, 67% 30%, 54% 37%, 24% 7%, 39% 0
  ); 
}
.table-button a:hover {
    background: #6e1332;
    color: #fff;
    font-weight: normal;
    font-weight: bold;
}

a.current-page{
    color:#6e1332 !important;
}
.league-image-wrapper img{
    border: none;
    height: 94px;
    width: 100% !important;   
    object-fit:cover;
}
.foreign-star{
    color:#6e1332;
    font-weight:600;
}


/**/

.contact-us .form-label {
  font-size: 1.05rem;
  font-weight: 500;
  color: #222;
}

.contact-us .form-control,
.contact-us .form-select,
.contact-us textarea {
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 1rem;
  padding: 10px 12px;
  transition: all 0.3s ease;
}

.contact-us .form-control:focus,
.contact-us .form-select:focus,
.contact-us textarea:focus {
  border-color: #420b1e;
  box-shadow: 0 0 4px rgba(66, 11, 30, 0.3);
  outline: none;
}

.select-nation{
    width:40%;
}

/* Section padding and width balance */
/*.contact-section {*/
/*  padding: 70px 0;*/
/*}*/

.contact-section .card {
  max-width: 800px;
  margin: 0 auto;
}

/* Subject section styling */
.subject-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin-left: 10px;
}

.subject-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  color: #333;
}

/* Add checkboxes for each subject visibly */
.subject-item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1.5px solid #888;
  border-radius: 2px;
  margin-right: 5px;
}

/* Optional hover effect */
.subject-item:hover {
  color: #420b1e;
  cursor: pointer;
}

/* Newsletter checkbox spacing */
.form-check-label {
  font-size: 0.95rem;
}

/* Button you already fixed, just ensure spacing */
.submit-btn button {
  margin-top: 15px;
  padding: 10px 30px;
  font-size: 1.05rem;
}
.subject-group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    min-width: 12.25rem;
}

 .form-check.contact-check .checkboxImage {
    width: 9% !important;
}
.form-check-input {
    border: 2px solid #6e1332;
    cursor: pointer;
    background-color: white;
}

.form-check-input:checked {
    background-color: #267578; /* Teal */
    border-color: #267578;
}


    .form-check-input:focus {
   border-color: #267578;;
    outline: 0;
    box-shadow: none !important; 
}


.form-check-input:checked::after {
    content: "";
    /*position: absolute;*/
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

img#cb_subscribe {
    width: 16px;
}

.tooltip-inner {
    background-color: #ececec !important;  
    color: #000 !important;              
    font-size: 14px;                     
    max-width: 600px !important;         
    min-height: 40px;                    
    padding: 10px 12px;                 
    border-radius: 8px;                  
    text-align: left;        
    font-family: 'Poppins', sans-serif !important;
  }

  /* Customize tooltip arrow color */
  .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #222 !important;
  }
  .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #222 !important;
  }
  .tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #222 !important;
  }
  .tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #222 !important;
  }
  
 body.scrolled .logo-img img {
    z-index: 99;
    transform: translate(0%, 0%);
    position: absolute;
    left: 56px;
    top: 0px;
     z-index: 1030;
}

body.scrolled .sub-links {
    position: fixed;
    top: 47px;
    left: 0;
    right: 0;
    z-index: 5; 
    margin-top: 0;
}

@media(min-width: 992px){
    body.scrolled .logo-img img{
    max-height:75px;
}

ul.navbar-nav.ms-auto.mt-3.mt-lg-0.mb-0{
  /*margin-left: -13px !important;*/
}

}

@media (min-width: 1012px) and (max-width: 1099px) {
  body.scrolled .logo-img img {
    position: absolute !important;
    left: 0px !important;
  }

  ul.sub-links-list.not-hover li a {
    font-size: 11px !important;
  }
  
  body.scrolled .sub-links{
      top:45px;
  }
  .top-bar-marquee ul.sub-links-list{
      max-width:97%;
  }
}


div#mainNavbar{
    justify-content:end;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .sub-links.text-center.py-1 ul.sub-links-list.not-hover li a {
    font-size: 13px !important;
  }

  body.scrolled .logo-img.navbar-logo-img img {
    position: absolute;
    left: 50px !important;
  }
}


@media (min-width: 1300px) and (max-width: 1399px) {
  .sub-links ul.sub-links-list.not-hover li a {
    font-size: 12px !important;
  }

  body.scrolled .logo-img.navbar-logo-img img {
    position: absolute;
    left: 100px !important;
  }
}

@media (min-width: 1400px){
    ul.sub-links-list.not-hover li a{
    font-size:15px !important;
}
}

@media (min-width: 1500px){
      body.scrolled .sub-links{
      top:46px;
  }
}

@media(min-width:1900px){
    body.scrolled .logo-img img{
        left:200px;
    }
    ul.sub-links-list.not-hover li a{
    font-size:15px;
}
}


/*Link page new css*/
/* customorder_new. */
.Titleheader { font-weight: 700; font-size: 1.125rem; padding: .5rem 0; }
  .ContentText { font-size: 0.95rem; color: #333; padding: .25rem 0; }
  .hotelcatssubco { font-size: 0.875rem; color: #999; }
  .packimgsig { font-size: 0.875rem; color:#333; display:block; margin-top:4px; }
  .boxinfotab2 { background: transparent; }
  .CatB { font-size: 0.95rem; padding: 6px 0; }
  .topcatA, .topcatB { vertical-align: middle; }
  .hotelcats2B { font-weight:600; }
  .hotelcats2BSm { color:#777; font-size:0.85rem; }
  .titleheaderoption { font-weight:700; }
  img.responsive-thumb { max-width:100%; height:auto; display:block; }
  .textbox1 { padding: 4px 6px; border:1px solid #ccc; border-radius:4px; }
  .spacer-vertical { height: 10px; }
  .section-divider { height:1px; background:#666; width:100%; display:block; margin:6px 0; }
  .addon_cb { margin-right:8px; }
  
 
  /* === Modernized Styling === */
  .boxinfotab2 {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }

  .Titleheader {
    font-weight: 700;
    font-size: 1.125rem;
  }

  .ContentText {
    font-size: 0.95rem;
    color: #333;
  }

  .hotelcatssubco {
    font-size: 0.875rem;
    color: #999;
  }

  .packimgsig {
    font-size: 0.875rem;
    color: #555;
    display: block;
    margin-top: 6px;
  }

  .hotelcats2B {
    font-weight: 600;
    color: #222;
  }

  .hotelcats2BSm {
    color: #777;
    font-size: 0.85rem;
  }

  .titleheaderoption {
    font-weight: 700;
  }

  img.responsive-thumb {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }

  .textbox1 {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
  }

  .spacer-vertical {
    height: 10px;
  }

  .section-divider {
    height: 1px;
    background: #ddd;
    width: 100%;
    display: block;
    margin: 10px 0;
  }

  .addon_cb {
    margin-right: 8px;
  }

  .CatB {
    font-size: 0.95rem;
    padding: 6px 0;
  }

  .btn-custom {
    border-radius: 6px;
    padding: 6px 12px;
  }
  
 .city-image-wrapper img {
    border: none;
    height: 94px;
    width: 100% !important;
    object-fit: cover;
}

.city-cards:hover{
  background-color: #f0b30e !important;
}

 .stadium-image-wrapper img {
    border: none;
    height: 94px;
    width: 100% !important;
    object-fit: cover;
}

.stadium-cards:hover {
  background-color: #f0b30e !important;
}
 
.stadium-cards:hover .league-country{
  color: #fff !important;
}

table#main_table td{
    border-left:1px solid #e0e3e3;
}
table#main_table td:first-child{
    border-left:none;
}
table#main_table th{
    border-left:1px solid #580f28;
}
table#main_table th:first-child{
    border-left:none;
}
table#main_table tr{
    border-bottom: 1px solid #e0e3e3 !important;
}table#main_table{
    margin:0px !important;
   
}
table#main_table th {
    background-color: #6e1332 !important;
    color:#fff;
}
table#main_table th a {
   
    color:#fff;
}
.table-responsive {
 
    padding: 0 !important;
    border-radius: 8px !important;
   border:1px solid #e0e3e3;
   box-shadow: 0px 5px 0px #e0e3e3 !important;
   border-bottom:none;
}
.league-card-right-body {
    padding: 8px 20px !important;
    background-color: rgb(110, 19, 50) !important;
    border-top-right-radius: 8px !important;
}.league-card-right-body h4{
       margin: 0;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #fff !important;
}.league-page-image {
    position: relative;
    display: inline-block;
    
}

.league-page-image .tooltip-text {
     visibility: hidden;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 4px;
    position: absolute;
    top: 50%;               /* image ke middle me */
    /*left: 61%;            */
    right:6%;
    transform: translateY(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 999;
}

.league-page-image:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

@media (min-width:1200px){
.container.club-container
{
    max-width: 1260px !important;
}

}
@media (min-width:992px){
.container.club-container {
    max-width: 1040px;
}
}
@media (min-width: 1400px){
  .container.club-container
{
    max-width: 1460px !important;
}
}

.stadium-cards.bg-white.border.rounded-3.shadow-sm.overflow-hidden.h-100.p-0{
    box-shadow: 0 5px 0px #e0e3e3 !important;
    border: 1px solid #e0e3e3 !important;
    border-radius: 8px !important;
}



/*date page */
.date-left{
        flex: 1;
    /* padding-left: 6px; */
    /* padding-top: 14px; */
   background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    gap: 2%;
    padding:18px 0px;
    border-top-right-radius:8px;
}
.date-filter-left {
    border: 1px solid #e0e3e3;
   
        width: 60%;
    padding: 8px 21px 0px 21px;

    background: #fafafa;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    border-radius:8px;
}

.date-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #e0e3e3;
    box-shadow: 0 5px 0px #e0e3e3 !important;
    border-radius: 8px;
    flex-wrap: wrap;   /* ADD THIS */
  
}
.date-filter-left div label {
    justify-content: flex-end;
    align-items: flex-end !important;
    display: flex;
}
.date-right{
    flex: 1;
 
    align-items:center;
    display: flex;
    flex-direction: column;
    background:#fff;
    border-bottom-right-radius:8px;
    border-top-right-radius:8px;
    border-bottom-left-radius:8px;
}
.date-filter-right div label {
    justify-content: flex-end;
    align-items: flex-end !important;
    display: flex;
}
.date-filter-right {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin-top: 4%;
}
.ui-datepicker-trigger {
    width: 18px !important;    /* icon width */
    height: 18px !important;   /* icon height */
    object-fit: contain;       /* clean scaling */
         /* input se thoda gap */
    cursor: pointer;
}
/* ALL DATE CELLS PURE WHITE */
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
    background: #ffffff !important;
    color: #000 !important;
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 6px 0 !important;
    box-shadow: none !important;
}

/* Remove grey backgrounds around empty cells */
.ui-datepicker-calendar td {
    background: #ffffff !important;
}

/* Selected date */
.ui-state-active {
    background: #7b0033 !important; /* maroon */
    color: #fff !important;
    border-radius: 50% !important;
}

/* Today */
.ui-datepicker-today a {
    background: #ffd600 !important;  /* yellow */
    color: #000 !important;
    border-radius: 50% !important;
}

/* Hover effect simple */
.ui-datepicker-calendar td a:hover {
    background: #f0b30e !important;
    color: #fff !important;
    border-radius: 10px !important;
}
/* Increase calendar width */
#ui-datepicker-div {
    width: 240px !important;   /* apni marzi ka width set karo */
    max-width: 100% !important;
}

/* Inside table ko full width de do */
#ui-datepicker-div .ui-datepicker-calendar {
    width: 100% !important;
}
table.ui-datepicker-calendar tbody {
    background: #fff;
}
table.ui-datepicker-calendar thead tr th

 {
    background: #6e1332 !important;
}
.ui-datepicker {
    width: 170px;
    padding: 2px;
    background-color: #6e1332;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 10px 0;
}
/* MAIN HEADER BACKGROUND */
.ui-datepicker-header {
    /*background: #7b0033 !important;        */
    /*border-radius: 12px !important;*/
    padding: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin:auto;
}

/* PREV & NEXT BUTTONS */
.ui-datepicker-prev,
.ui-datepicker-next {
    background: #ffffff !important;
    border-radius: 50px !important;
    width: 28px !important;
    height: 21px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    top: 14px !important;
    cursor: pointer;
    border: none !important;
}

/* Remove default jQuery UI bg */
.ui-datepicker-prev span,
.ui-datepicker-next span {
    background: none !important;
    border: none !important;
}

/* ICON STYLE */
.ui-icon {
    background-image: none !important;
    font-size: 18px;
    color: #000 !important;
}

/* Add your own arrow symbols */
.ui-datepicker-prev:after {
    content: "‹";
    font-size: 20px;
    font-weight: bold;
    color: #000;
        margin: 0px 0px 2px 0px !important;
}
.ui-datepicker-next:after {
    content: "›";
    font-size: 20px;
    font-weight: bold;
    color: #000;
        margin: 0px 0px 2px 0px !important;
}

/* HIDE default jQuery arrows */
.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none !important;
}

/* MONTH & YEAR DROPDOWN STYLE */
.ui-datepicker-title select {
    background: #ffffff !important;
    color: #000 !important;
    font-weight: 600;
    border: none !important;
    padding: 4px 4px !important;
    border-radius: 50px !important;
    appearance: auto !important;
    cursor: pointer;
}

/* Title wrapper layout */
.ui-datepicker-title {
    display: flex;
    gap: 6px;
    color: #fff !important;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
.ui-datepicker select.ui-datepicker-year {
    width: 65px;
    /* margin-left: 2px; */
}.ui-datepicker .ui-datepicker-title select {
    font-size: 11px;
   margin:0 !important;
}.ui-datepicker select.ui-datepicker-month {
    width: 65px;
    padding: 0;
    margin: 0;
    margin-left: 11px;
}

/* Remove bottom padding/margin of calendar table */
#ui-datepicker-div .ui-datepicker-calendar {
    padding: 0 !important;
    margin: 0px !important;
  
}

/* Remove padding from rows & cells */
#ui-datepicker-div .ui-datepicker-calendar tr,
#ui-datepicker-div .ui-datepicker-calendar td {
    padding: 0 !important;
    margin: 0 !important;
}




.ui-datepicker th {
    padding: 2px 0px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background-color: #F0B30F;
    color: #fff;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 15px;
    text-align: center;
    margin-left: 12px;
}
/*.specific-date-div.date-input-wrapper img {*/
/*    margin-left: 23%;*/
/*}*/
.calendar-trigger img{
    margin-left: 23%;
}

/*.specific-date-div {*/
/*    position: relative;*/
/*}*/
/*.specific-date-div img {*/
    /*position: absolute;*/
/*     right: 2%;*/
/*    top: 14%;*/
/*}*/
.date-wrapper.from-wrappe{
    position: relative;
}

.date-wrapper.to-wrapper{
     position:relative;
}

.date-wrapper.from-wrapper span {
    position: absolute;
    right: 19%;
    top: 7%;
    color: #e0e3e3;
}
.date-wrapper.to-wrapper span {
    position: absolute;
    right: 19%;
    top: 7%;
    color: #e0e3e3;
}
.specific-date-div span{
     position: absolute;
    right: 19%;
    top: 7%;
    color: #e0e3e3;
}



@media (min-width: 1400px) {
    .container.date-container {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px) {
    .container.date-container {
        max-width: 960px;
    }
}
@media (min-width: 992px) {
    .container.date-container {
        max-width: 860px;
    }
    .date-right {
    flex: 1.2;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.date-filter-left {
    border: 1px solid #e0e3e3;
    width: 76%;
    padding: 8px 21px 0px 21px;
    background: #fafafa;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    border-radius: 8px;
}
#sel_country{
    width:140px !important;
}
}
.event-cube-slider .slick-slide {
  /*padding: 0 12px;*/
  /*box-shadow: 0 5px 0px #e0e3e3 !important;*/
    padding: 12px 1px;
    justify-content: flex-start !important;
    
}

:root{
    /* 🔥 Responsive + Zoom friendly */
    --circle-size: clamp(140px, 25vw, 300px);
}

.big-games-container{
  max-width: 80%;
    margin: 0 auto;          /* ✅ proper horizontal centering */
    padding-left: 0;
    padding-right: 0;
}
.derby-flex-box{
    display:flex;
    align-items:center;
    position:relative;
    width:100%;
    min-height:260px; 
    /* 👈 “make higher if need be” */
    justify-content: center; 
}
.derby-text{
    position:relative;
    background:#fff;

    max-width:700px;        /* 👈 key readability fix */
    flex:1;

    padding:16px 84px 16px 22px;
    border-radius:8px;
    box-shadow:0 5px 0px #e0e3e3;

    margin-right:calc(var(--circle-size) * -0.28);

    z-index:1;
    border:1px solid #e0e3e3 !important;
}
.derby-text p{
    font-size:13px;
}
.derby-img-wrap{
    width:var(--circle-size);
    height:var(--circle-size);
    overflow:hidden;
    z-index:3;
    flex-shrink:0;
}

@media (min-width: 1400px){
.big-games-container{
  max-width: 84%;
 }
 .derby-text {
    max-width: 800px;
 }
}
@media (min-width:1200px){
    .derby-text{
        padding:16px 84px 16px 40px;
    }
    .derby-text p{
        font-size:14.2px;
        margin:0 !important;
    }
    .big-games-container{
  max-width: 83%;
 }
 .derby-text {
    max-width: 790px;
 }
}
@media (max-width:991px){
    .big-games-container{
        max-width:100%;
    }

    .derby-flex-box{
        flex-direction:column;
        min-height:auto;
    }

    .derby-text{
        margin-right:188px;
        margin-left:188px;
        padding:20px;
        max-width:60%;
        text-align:center;
    }

    .derby-img-wrap{
        margin-top:20px;
       
    }
}

.cups-heading{
    text-align:center;
    color:#6e1332;
    font-weight: 700 !important;
}
.cups-para{
    text-align:center;
    color:#6e1332;
}

/* ===== CUPS CARD OVERRIDE ===== */
.cups-horizontal {
  display: flex !important;
  flex-direction: row !important;
  align-items: start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  /*padding: 12px !important;*/
  /*min-height: 110px !important;*/
  height:0px !important;
  border-radius: 8px !important;
  padding-left:15px !important;
  padding-top:15px !important;
  min-height:101px !important;
  line-height: 16px;
}


/* kill text-center & column styles */
.cups-horizontal * {
  text-align: left !important;
}

/* Flag LEFT */
.cups-horizontal .logo-flags {
  margin-right: 12px !important;
  margin-bottom: 0 !important;
  flex-shrink: 0 !important;
}

/* Name RIGHT */
.cups-horizontal .league-name {
  /*margin: 0 !important;*/
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.league-card.cups-horizontal:hover .league-name {
    color: #fff;
}
/* ===== 5 COLUMNS LAYOUT ===== */
.cups-5col {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

@media (max-width: 1200px) {
  .cups-5col {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

@media (max-width: 768px) {
  .cups-5col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.name-matchtype{
    font-size:12px;
    color:#267578;
    font-weight:600 !important;
}

/* wrapper – same structure, slight polish */
.gender-toggle {
    display: inline-flex;
    /*border: 1px solid #ddd;*/
    overflow: hidden;
    border-radius: 25px;      /* was 8px – smoother */
    padding: 5px;             /* small inner spacing */
}

/* buttons – SAME class, SAME behaviour */
.toggle-btn {
     flex: 1;                 
    justify-content: center; 
    padding: 7px 14px;        /* slightly better spacing */
    font-size: 18px;          /* cleaner */
    font-weight: 600;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
    border-radius: 25px;      /* soft pill look */
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}
.toggle-btn[data-gender="women"] {
    gap: 3px !important;
    padding-left:26px !important;
    padding-right:20px !important;
}
/* active – unchanged logic */
.toggle-btn.active {
    background: #ffffff;
    color: #6e1332;           /* site garnet */
    /*box-shadow: 0 1px 4px rgba(0,0,0,0.15);*/
}

/* hover – SAME behaviour */
.toggle-btn:not(.active):hover {
    color: #fff;
}

/* default (inactive) → white icon */
.toggle-btn img {
    width: 16px;
    height: 16px;
    opacity: 0.8;
    filter: brightness(0) invert(1);   /* white */
    transition: opacity 0.2s ease, filter 0.2s ease;
}

/* active → original PNG color */
.toggle-btn.active img {
    opacity: 1;
    filter: none;
}
/* background by gender */
.gender-toggle.men-active {
    background-color: #C2E3E4; /* light green */
}

.gender-toggle.women-active {
    background-color: #D3B8C1; /* light red */
}


/* Slider relative */
.event-cube-slider {
  position: relative;
}

.event-card {
  max-width: 95%;
  margin: 0 auto;   /* center inside slide */
}
/* Common arrow style */
.prev-event,
.next-event {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;

  cursor: pointer;
  font-weight: 600;
  color: #000;
  user-select: none;
}

/* Left */
.prev-event {
  left: -60px;
   color: #2ca7a3;
    font-weight: 600;
    font-size: 1rem;
}

/* Right */
.next-event {
  right: -90px;
    color: #2ca7a3;
    font-weight: 600;
    font-size: 1rem;
}

/* Optional hover */
.prev-event:hover,
.next-event:hover {
  /*opacity: 0.7;*/
    color: #6e1332;
}

.filter-label {
  margin-left: 10%;
  margin-top: 6px;   /* default for all screens */
  font-weight: 600;
  color: #000;
}

/* ONLY MacBook Air size */
@media screen and (max-width: 1460px) {
  .filter-label {
    margin-top: 4px;
  }
}

.women-fixture-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-list a:hover{
    color:#f0b30e !important;
}
.search-list a:hover small{
    color:#f0b30e !important;
}