/* Fanstars styles */
:root{
  --pink:#ff1689;
  --purple:#1b103a;
  --dark:#0b0b0f;
}
*{box-sizing:border-box}
body{font-family:'Montserrat',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif; background:#ffffff; color:#111}
.site-header{color:#fff;background-color:#000; position:relative; z-index:100; overflow:visible;}
.header-top{background-color:#000; position:relative;height:110px; overflow:visible; z-index:100;}
.header-top::after{content:''; position:absolute; inset:0; pointer-events:none}
.header-top .container{flex-wrap:nowrap!important; overflow:visible; position:relative;}
.brand{flex-shrink:0}
.brand-logo{height:60px; width:auto; object-fit:contain}
.btn-sign{color: #fff;
  border-radius: 999px;
  letter-spacing: .5px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 19px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  background: transparent;
  border: 2px solid #FF007F;
  margin-top: 14px;
}
.btn-register{color: #fff;
  border-radius: 999px;
  letter-spacing: .5px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 19px;
  margin-right: 6px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid #FF007F;
  margin-top: 14px;
}
.btn-sign:active,.btn-sign:focus,
.btn-register:active,.btn-register:focus{color:#fff;transform:translateY(-1px);}


@media (hover: hover){
  .btn-register:hover{background:#FF007F; color:#fff;}
  .btn-sign:hover{background:#FF007F; color:#fff;}
}

/* Sports row */
.header-sports{background-color:#000; border-bottom:none}
.sports-scroll-wrapper{width:100%; overflow-x:visible; overflow-y:visible}
.sports-nav{display:flex; gap:20px; flex-wrap:nowrap; min-width:max-content}
/* Sports Dropdown Wrapper */
.sports-dropdown-wrapper {
  position: relative;
  z-index: 1002;
}

.sports-toggle-btn {
  color: #fff;
  border-radius: 999px;
  letter-spacing: .5px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  background: #FF007F;
  border: 2px solid #FF007F;
  padding: 5px 13px;
  margin: 0 5px;
  white-space: nowrap;
  margin-top: 10px;
}

.sports-toggle-btn:hover {
  background: #ff1689;
  border-color: #ff1689;
  color: #fff;
}

.center_signup {
    margin: 0 auto;
}

.sports_list_inline {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background-color: #000;
  border-radius: 8px;
  padding: 15px 20px;
  min-width: 180px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1003;
  overflow: visible;
  display: block;
}

.sports-dropdown-wrapper.active .sports_list_inline {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sports_list_inline .sports-nav {
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.sports_list_inline .sport-item {
  width: 100%;
  min-width: auto;
  text-align: left;
  padding: 0px 0;
  border-bottom: 1px solid rgba(255, 0, 127, 0.1);
}

.sports_list_inline .sport-item:last-child {
  border-bottom: none;
}

.sports_list_inline .sport-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.sports_list_inline .sport-icon1 {
  float: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sports_list_inline .sport-icon1 img {
  width: 30px;
  height: 30px;
}

.sports_list_inline .sport-label {
  float: none;
  margin: 0;
  font-size: 14px;
  color: #a9a9a9b5;
  transition: color 0.3s ease;
}

.sports_list_inline .sport-item:hover .sport-label {
  color: #FF007F;
}

.sports_list_inline .sport-item:hover .sport-icon1 img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(6247%) hue-rotate(316deg) brightness(103%) contrast(101%);
}

.d-md-flex{display:flex!important; flex-shrink:0}

.sport-item{min-width:102px; cursor:pointer; transition:all 0.3s ease;font-size: 25px;}
.sport-icon{display:inline-flex; width:88px; height:88px; background:#ff1689; border-radius:999px; align-items:center; justify-content:center; box-shadow:0 8px 18px rgba(255,22,137,.25)}
.sport-icon img{width:46px; height:46px; object-fit:contain; filter:invert(1) brightness(100)}
.sport-icon1{display:inline-flex; width:50px; height:50px; align-items:center; justify-content:center; transition:all 0.3s ease;float: left;}
.sport-icon1 img{ object-fit:contain; filter:brightness(0) saturate(100%) invert(66%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(89%); transition:all 0.3s ease}
.sport-label{margin-top: 10px;
  font-weight: 200;
  color: #a9a9a9b5;
  letter-spacing: .2px;
  transition: all 0.3s ease;
  float: left;
  margin-left: 2px;
}
/* Hover effects for sports items */
.sport-item:hover .sport-icon1 img{filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(6247%) hue-rotate(316deg) brightness(103%) contrast(101%);}

.sport-item:hover .sport-label{color:#FF007F;}
/* Active/touch states for mobile */
.sport-item:active .sport-icon1 img{filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(6247%) hue-rotate(316deg) brightness(103%) contrast(101%);}

.sport-item:active .sport-label{color:#FF007F;}
.sport-icon1 img {
  transition: none !important;
  -webkit-transition: none !important;
}

/* Stats Banner */
.stats-banner{background-color:#000; padding:40px 0; overflow:hidden}
.stats-wrapper{background-color:#777302; padding: 28px; overflow:hidden; position:relative}
.stats-marquee{display:flex; animation:marquee 28s linear infinite}
.stats-content{display:flex; justify-content:space-around; align-items:center; flex-shrink:0;}
.stat-item{display:flex; align-items:center; gap:16px; flex-shrink:0}
.stat-icon{display:flex; align-items:center; justify-content:center; width:48px; height:48px; min-width:48px; flex-shrink:0}
.stat-icon img{width:100%; height:100%; object-fit:contain}
.stat-text{color:#fff; font-size:20px; font-weight:500; white-space:nowrap}


/* @keyframes marquee{
  0% { transform: translateX(100%); }
  100% { transform: translateX(-250%); }
} */




@media (max-width: 768px){
  @keyframes marquee{
    0% { transform: translateX(100%); }
    100% { transform: translateX(-350%); }
  }
  .stats-banner{padding:28px 0}
  .stats-marquee{animation:marquee 20s linear infinite}
  .stats-content{ padding:0 30px}
  .stat-text{font-size:18px}
}

@media (max-width: 576px){
  @keyframes marquee{
    0% { transform: translateX(100%); }
    100% { transform: translateX(-450%); }
  }
  
  .stats-banner{padding:20px 0}
  .stats-marquee{animation:marquee 20s linear infinite}
  .stats-content{ padding:0 24px}
  .stat-icon{width:40px; height:40px; min-width:40px}
  .stat-text{font-size:16px}
  .apple_badge {
    height: 33px;
    width: 114px;
    min-width:114px;
  }
  .ottpay_badge {
    height: 34px;
    width: 94px;
    min-width:94px;
}
.one_voucher_badge {
  height: 37px;
  width: 150px;
  min-width:150px;
}
.samsung_badge {
  height: 30px;
}


}

/* Leagues Banner */
.leagues-banner{background-color:#c71e5f; padding:7px 0; overflow:hidden}
.leagues-wrapper{overflow:hidden; position:relative; width:100%; white-space:nowrap}
.leagues-marquee{display:inline-flex; animation:leagues-marquee 20s linear infinite; will-change:transform; animation-play-state:running; backface-visibility:hidden; perspective:1000px}
.leagues-marquee:hover{animation-play-state:running}
.leagues-content{display:inline-flex; align-items:center; gap:40px; flex-shrink:0; padding:0 20px}
.league-item{    display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      min-width: 70px;
      /* max-width: 67px; */
      margin-left: 35px;}
.league-logo{width:75%; height:auto; max-height:100px; object-fit:contain; filter:brightness(1)}

@keyframes leagues-marquee{
  0%{transform:translate3d(0, 0, 0)}
  100%{transform:translate3d(-50%, 0, 0)}
}

@media (max-width: 992px){
  .leagues-banner{padding:7px 0}
  .leagues-content{gap:30px}
  .league-item{min-width:150px; max-width:180px}
  .league-logo{max-height:84px}
}

@media (max-width: 768px){
  .leagues-banner{padding:13px 0}
  .leagues-marquee{animation:leagues-marquee 30s linear infinite; animation-play-state:running}
  .leagues-content{gap:25px; padding:0 15px}
  .league-item{min-width:120px; max-width:150px}
  .league-logo{max-height:70px}
}

@media (max-width: 576px){
  .leagues-banner{padding:14px 0}
  .leagues-marquee{animation:leagues-marquee 30s linear infinite; animation-play-state:running}
  .leagues-content{gap:20px; padding:0 10px}
  .league-item{min-width:100px; max-width:130px}
  .league-logo{max-height:60px}
}

/* Main Banner Carousel Styles */
.main-banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main-banner-carousel .carousel {
  width: 100%;
}

.main-banner-carousel .carousel-inner {
  width: 100%;
}

.main-banner-carousel .carousel-item {
  position: relative;
  width: 100%;
}

.main-banner-carousel .banner-img {
  width: 100%;
  display: block;
  object-position: top center;
}

/* Mobile: Show mobile-banner, Hide desktop-banner */
.main-banner-carousel .desktop-banner {
  display: none !important;
}

.main-banner-carousel .mobile-banner {
  display: block !important;
  height: auto;
  min-height: 200px;
}

/* Desktop: Show desktop-banner, Hide mobile-banner */
@media (min-width: 769px) {
  .main-banner-carousel .desktop-banner {
    display: block !important;
    /* height: 75vw;
    max-height: 580px;
    min-height: 400px; */
  }
  
  .main-banner-carousel .mobile-banner {
    display: none !important;
  }
}

/* Tablet adjustments */
@media (min-width: 577px) and (max-width: 768px) {
  .main-banner-carousel .mobile-banner {
    min-height: 300px;
    /* max-height: 100vw; */
  }
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .main-banner-carousel .mobile-banner {
    min-height: 250px;
    /* max-height: 100vw; */
  }
}

@media (max-width: 400px) {
  .main-banner-carousel .mobile-banner {
    min-height: 200px;
    /* max-height: 110vw; */
  }
}
.slide-badges{position:absolute; left:40px; bottom:36px; display:flex; flex-direction:column; gap:12px; z-index:2}
.slide-badges .store-badge img{display:block; height:48px; width:auto}
.section-eyebrow{font-weight:700; letter-spacing:.02em}
.text-pink{color:var(--pink)!important}
.steps .num{font-size:56px; font-weight:800; color:var(--pink)}
.step h4{font-weight:700}
.what-is{background:#0f0a1f url('images/how_to_play_bg_1.png') no-repeat center/cover; position:relative}
.what-is::before{content:''; position:absolute; inset:0; background:rgba(3,3,15,.55)}
.what-is .container{position:relative; min-height:520px; display:flex; align-items:center; justify-content:center}
.what-overlay{display:block; width:92%; max-width:1000px; height:auto}
.how-card{background:#fff; border:1px solid #eee; border-radius:16px; padding:24px; box-shadow:0 8px 24px rgba(0,0,0,.06)}
.badge-num{display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:999px; background:var(--pink); color:#fff; font-weight:800; margin-bottom:10px}
.how-steps{background:#0f0a1f url('images/B3.jpg') no-repeat center/cover;}
.how-steps .num-img{height:90px; width:auto; object-fit:contain}
.how-steps .art-img{ width:auto; object-fit:contain;}
  .art-img-wrap {
    width: 400px;
    margin:0 auto;
}
.art-img-wrap .art-img{ width:100%; object-fit:contain;border: 1px solid #fff;
  border-radius: 16px;}
.how-steps .num-img,.how-steps .art-img{display:block; margin-left:auto; margin-right:auto}
.how-steps .step-title{font-weight:600; color:#ff1689; letter-spacing:.5px; text-align:center}
.how-steps .step-sub{font-weight: 500;
  text-align: center;
  /* margin-bottom: 20px; */
  color: #fff;
  font-size: 20px;
  margin-top: 7px;
  margin-bottom: 30px;
}

/* Player Selection Section */
.player-selection{max-width:640px; margin:40px auto; background:#fff; border-radius:8px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.player-table-header{display:flex; align-items:center; background-color:#3a3a3a; padding:12px 20px; gap:15px}
.header-cell{font-size:14px; font-weight:600; color:#fff; text-transform:uppercase; letter-spacing:0.5px}
.header-cell.header-select{width:24px; flex-shrink:0}
.header-cell.header-player{flex:1; min-width:150px;text-align: left;}
.header-cell.header-points{width:80px; text-align:center; flex-shrink:0}
.header-cell.header-salaries{width:100px; text-align:center; flex-shrink:0}
.header-cell.header-action{width:50px; flex-shrink:0}
.player-card{display:flex; align-items:center; padding:12px 20px; gap:15px; background-color:#f8f8f8; transition:background-color 0.2s ease}
.player-card:hover{background-color:#f0f0f0}
.player-select-circle{width:40px; height:40px; border-radius:50%; border:1px solid #504c4c; background-color:#fff; flex-shrink:0; cursor:pointer; transition:all 0.2s ease}
.player-select-circle:hover{border-color:#ccc}
.player-avatar img{
  width:100%;
  height:100%;
  object-fit:contain; 
}
.player-info{display:flex; text-align: left; flex:1; min-width:0}
.player-details{display:flex; flex-direction:column; gap:4px; flex:1}
.player-name{font-size: 15px;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 1.3;}
.player-team{font-size: 13px;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 1.3;}
.player-points{width:80px; font-size:15px; font-weight:500; color:#333; text-align:center; flex-shrink:0}
.player-salaries{width:100px; font-size:15px; font-weight:500; color:#333; text-align:center; flex-shrink:0}
.add-player-btn{width:36px; height:36px; border:1px solid #ccc; border-radius:6px; background:#fff; display:flex; align-items:center; justify-content:center; cursor:pointer; transition:all 0.3s ease; flex-shrink:0}
.add-player-btn:hover{background:#f0f0f0; border-color:#999}
.plus-icon{font-size:20px; font-weight:400; color:#333; line-height:1}
.player-divider{height:1px; background-color:#ddd; margin:0}
.features-section{background: url('images/BG.jpg') no-repeat center center / cover;
  position: relative;
  padding: 40px 0;}
@media (max-width: 768px){
  .player-selection{max-width:100%; margin:30px 15px}
  .player-table-header{padding:10px 15px; gap:10px}
  .header-cell{font-size:12px}
  .header-cell.header-points{width:70px}
  .header-cell.header-salaries{width:85px}
  .header-cell.header-action{width:45px}
  .player-card{padding:10px 15px; gap:10px}
  .player-select-circle{width:40px; height:40px}
  .player-name{font-size:14px}
  .player-team{font-size:12px}
  .player-points{width:70px; font-size:14px}
  .player-salaries{width:85px; font-size:14px}
  .add-player-btn{width:32px; height:32px}
  .plus-icon{font-size:18px}
}

@media (max-width: 576px){
  .player-selection{margin:30px 10px}
  .player-table-header{padding:8px 12px; gap:8px}
  .header-cell{font-size:11px; letter-spacing:0.3px}
  .header-cell.header-select{width:20px}
  .header-cell.header-player{min-width:120px}
  .header-cell.header-points{width:60px}
  .header-cell.header-salaries{width:70px}
  .header-cell.header-action{width:40px}
  .player-card{padding:8px 12px; gap:8px}
  .player-select-circle{width:30px; height:30px}
  .player-name{font-size:13px}
  .player-team{font-size:11px}
  .player-points{width:60px; font-size:13px}
  .player-salaries{width:70px; font-size:13px}
  .add-player-btn{width:30px; height:30px}
  .plus-icon{font-size:16px}
}
/* Match Banner */
.match-banner{position:relative; border:2px solid #fff; border-radius:12px;  margin:20px auto; max-width:588px; min-height:180px; display:flex; flex-direction:column; justify-content:center}
.match-pin{position: absolute;
  top: -2px;
  left: -2px;
  background-color: #000;
  width: 32px;
  height: 32px;
  border-radius: 10px 0px 35px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.match-pin img{width:100%;} 
.match-pin svg{width:20px; height:20px;}  
.match-content{display:flex; align-items:center; justify-content:space-between; width:100%; gap:20px; margin-bottom:1px;padding: 27px 30px;}
.team-section{display:flex; flex-direction:column; align-items:center; flex:0 0 auto}
.team-logo{width:80px; height:80px; display:flex; align-items:center; justify-content:center; margin-bottom:8px}
.team-logo img{width:100%; height:100%; object-fit:contain}
.team-name{font-size:14px; font-weight:500; color:#fff; text-align:center}
.match-details{flex:1; text-align:center}
.match-vs{font-size:32px; font-weight:700; color:#fff; margin-bottom:8px; letter-spacing:1px}
.match-countdown{font-size:24px; font-weight:600; color:#ff0000; letter-spacing:2px}

.match-divider{height:1px; background-color:#fff; width:100%;}
.match-footer-content{display:flex; justify-content:space-between; align-items:center;width: 96%;
  margin: 5px 10px;}
.match-league{font-size:14px; font-weight:600; color:#857f7f}
.match-winnings{font-size:14px; font-weight:600; color:#857f7f}

@media (max-width: 768px){
  .match-banner{ min-height:160px; max-width:100%}
  .match-pin{        top: -1px;
    left: -3px;
    width: 28px;
    height: 28px;}
  .match-pin svg{width:18px; height:18px}
  .match-content{gap:15px;padding: 10px 36px;}
  .team-logo{width:60px; height:60px; margin-bottom:6px}
  .team-name{font-size:12px}
  .match-vs{font-size:24px; margin-bottom:6px}
  .match-countdown{font-size:20px}
 /* .match-footer{margin-top:12px; padding-top:12px}*/
  .match-divider{margin-bottom:10px}
  .match-league, .match-winnings{font-size:12px}
  .how-steps .step-sub{margin-bottom:10px;}
}

@media (max-width: 576px){
  .match-banner{ min-height:150px}
  .match-pin{        top: -1px;
    left: -3px;
    width: 28px;
    height: 28px;}
    .how-steps .step-sub {
      margin-bottom: 5px;
  }
  .match-pin svg{width:16px; height:16px}
  .match-content{gap:10px; flex-wrap:wrap;padding: 10px 36px;}
  .team-section{flex:0 0 calc(21% - 5px)}
  .team-logo{width:50px; height:50px; margin-bottom:5px}
  .team-name{font-size:11px}
  .match-vs{font-size:20px; margin-bottom:4px}
  .match-countdown{font-size:18px; letter-spacing:1px}
  /*.match-footer{margin-top:10px; padding-top:10px}*/
  .match-divider{margin-bottom:8px}
  .match-footer-content{    display: flex    ;
        justify-content: space-between;
        align-items: center;
        width: 96%;
        margin: 5px 10px;}
  .match-league, .match-winnings{font-size:11px}
}
@media (max-width: 576px){
  .how-steps .num-img{height:56px}
  .how-steps .art-img{height:110px}
}
/* Footer Info Section */
.footer-info-section{background:#000; color:#fff; padding:40px 0 0 0; position:relative}
.footer-info-wrapper{display:flex; justify-content:space-between; align-items:flex-start; gap:40px; flex-wrap:wrap}
.footer-brand-section{flex:0 0 auto}
.footer-brand-logo{height:38px; width:auto; margin-bottom:15px; display:block}
.footer-version{font-size: 14px;
  color: #fff;
  float: left;
  margin-top: 2px;
  margin-left: 7px;}

.clock-label{font-size:12px; color:#ffe81a; margin-bottom:5px; font-weight:500; letter-spacing:0.5px}
.clock-time{font-size:18px; color:#fff; font-weight:600; font-family:'Courier New', monospace; letter-spacing:2px}
.footer-payment-logos{display:flex; align-items:center; gap:20px; flex-wrap:wrap; margin-top:20px}
.payment-logo{height:40px; width:auto; object-fit:contain; max-width:120px}
.footer-contact-section, .footer-regulations-section, .footer-licences-section{flex:1; min-width:200px; margin-top:30px; margin-left:10px}
.footer-section-heading{color:#ffe81a; font-weight:500; letter-spacing:.4px; margin-bottom:15px; font-size:17px; text-decoration:underline}
.footer-section-heading a{color:#ffe81a; text-decoration:underline; cursor:pointer; transition:opacity 0.3s ease}
.footer-section-heading a:hover{opacity:0.8}
.footer-links-content{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  animation: fadeIn 0.3s ease;
}
.footer-home-link{
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.footer-home-link:hover{
  color: #ffe81a;
  text-decoration: underline;
}
@keyframes fadeIn{
  from{opacity:0; transform:translateY(-5px)}
  to{opacity:1; transform:translateY(0)}
}
.footer-logo-item{display:flex; align-items:center; justify-content:flex-start; margin-top:10px; gap:15px; flex-wrap:wrap}
.footer-logos-stacked{display:flex; flex-direction:column; gap:15px; margin-top:10px}
.footer-bank-logo{height:50px; width:auto; object-fit:contain; max-width:150px}

.footer-logos-container{width:100%; padding-bottom: 10px; overflow:hidden; position:relative}
.footer-logos-marquee{width:100%; overflow:hidden}
.footer-logos-track{display:flex; width:max-content; gap:20px; animation:footer-logos-marquee 20s linear infinite; will-change:transform}
.footer-logos-content{display:flex; justify-content:center; align-items:center; gap:30px; flex-shrink:0;}
.footer-bottom-logo{height:50px; width:auto; object-fit:contain; max-width:140px; flex:0 0 auto}

@keyframes footer-logos-marquee{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
.contact-address-section {
  background: url('images/BG.jpg') no-repeat center center / cover;
  padding: 40px 20px;
}
.contact-address-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16%;
  margin-bottom: 40px;
  flex-wrap: wrap;
  min-height: 190px;
}
.contact-block {
  flex: 0 0 auto;
  text-align: center;
}
.contact-address-block {
  margin: 0 auto;
  width: 370px;
  max-width: 100%;
}
.contact-address-block img {
  width: 100%;
  height: auto;
  display: block;
}

/* Social Media and App Downloads Row */
.social-apps-wrapper{
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.social-media-row{
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.social-icon-link{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  overflow: hidden;
}
.social-icon-link:hover{
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.social-icon-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app-download-row{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.app-download-btn{
  border-radius: 12px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  min-height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  flex-shrink: 0;
}
.app-store-btn{
  background-image: url('images/ios.png');
}
.google-play-btn{
  background-image: url('images/android.png');
}
.app-download-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.app-download-btn::before{
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  z-index: 1;
}
.social-icon-img {
  width: 100%;
  height: 100%;
}
.app-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  text-align: center;
}
.app-text-top{
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  display: block;
}
.app-text-bottom{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
@media (max-width: 992px){
  .contact-address-section{
    padding: 35px 20px;
    background: url('images/BG.jpg') no-repeat center center / cover;
  }
  .contact-address-wrapper{
    gap: 30px;
    margin-bottom: 35px;
  }
  .contact-address-block{
    width: 320px;
  }
  .social-apps-wrapper{
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .social-media-row{
    justify-content: center;
  }
  .app-download-row{
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px){
  .sports-toggle-btn{
    padding: 4px 12px;
  }
  .contact-address-section{
    padding: 30px 15px;
  }
  .contact-address-wrapper{
    gap: 25px;
    margin-bottom: 30px;
    min-height: auto;
  }
  .contact-block{
    width: 100%;
  }
  .contact-address-block{
    width: 100%;
    max-width: 350px;
  }
  .social-apps-wrapper{
    gap: 25px;
  }
  .social-media-row{
    gap: 10px;
    justify-content: center;
  }
  .social-icon-link{
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
  .app-download-row{
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .app-download-btn{
    padding: 10px 18px;
    min-width: 160px;
    min-height: 55px;
    width: 100%;
    max-width: 200px;
  }
  .footer-contact-section, .footer-regulations-section, .footer-licences-section{
    margin-top:0;
    margin-left:0;
  }
}

@media (max-width: 576px){
  .contact-address-section{
    padding: 25px 10px;
  }
  .contact-address-wrapper{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
  }
  .contact-block{
    width: 100%;
  }
  .contact-address-block{
    width: 100%;
    max-width: 300px;
  }
  .social-apps-wrapper{
    gap: 20px;
  }
  .social-media-row{
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .social-icon-link{
    width: 45px;
    height: 45px;
    border-width: 2px;
  }
  .app-download-row{
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .app-download-btn{
    padding: 10px 15px;
    min-width: 150px;
    min-height: 50px;
    width: 100%;
    max-width: 180px;
  }
}

@media (max-width: 400px){
  .contact-address-section{
    padding: 20px 5px;
  }
  .contact-address-block{
    max-width: 100%;
  }
  .social-icon-link{
    width: 40px;
    height: 40px;
  }
  .app-download-btn{
    min-width: 140px;
    min-height: 45px;
    max-width: 160px;
  }
}
/* Large Desktop (1200px and above) */
@media (min-width: 1200px){
  .footer-info-section{padding:50px 0 0 0}
  .footer-info-wrapper{gap:23px}
  .footer-logos-content{gap:30px;}
}

/* Desktop (992px to 1199px) */
@media (max-width: 1199px) and (min-width: 993px){
  .footer-info-section{padding:45px 0 0 0}
  .footer-info-wrapper{gap:23px}
  .footer-logos-content{gap:30px;}
}

/* Tablet Landscape (768px to 992px) */
@media (max-width: 992px) and (min-width: 769px){
  .footer-info-section{padding:35px 0 0 0}
  .footer-info-wrapper{gap:30px}
  .footer-contact-section, .footer-regulations-section, .footer-licences-section{flex:0 0 calc(30% - 15px); min-width:calc(30% - 15px);margin-top: 1px;}
  .footer-brand-section{flex:0 0 100%;}
  .footer-logos-container{margin-top:35px}
  .footer-logos-content{gap:25px; }
  .footer-bottom-logo{height:48px; max-width:108px}
  .age18{
    right: 50px;
    top: 40px;
    width: 85px;
    height: 85px;
  }
}

/* Tablet Portrait (576px to 768px) */
@media (max-width: 768px) and (min-width: 577px){
  .footer-info-section{padding:30px 0 0 0}
  .footer-info-wrapper{flex-direction:row; flex-wrap:wrap; gap:25px; justify-content:flex-start}
  .footer-brand-section{flex:0 0 100%; width:100%;}
  .footer-contact-section, .footer-regulations-section, .footer-licences-section{flex:0 0 calc(30% - 12px); width:calc(30% - 12px); margin-top:0; margin-left:0; min-width:calc(30% - 12px); margin-bottom: 10px;}
  .footer-section-heading{font-size:15px; margin-bottom:0px}
  .footer-bank-logo{height:45px; max-width:130px}
  .payment-logo{height:35px; max-width:100px}
  .footer-logos-stacked{gap:12px}
  .footer-logos-content{gap:20px;}
  .footer-bottom-logo{height:45px; max-width:120px; margin-left:0}
  .footer-logos-track{animation-duration:22s}
  .age18{
    right: 40px;
    top: 35px;
    width: 80px;
    height: 80px;
  }
}

/* Mobile Landscape (480px to 576px) */
@media (max-width: 576px) and (min-width: 481px){
  .footer-info-section{padding:25px 0 0 0}
  .footer-info-wrapper{flex-direction:column; gap:5px}
  .footer-brand-section{width:100%}
  .footer-contact-section, .footer-regulations-section, .footer-licences-section{flex:1; width:100%; margin-top:0; margin-left:0; text-align:center;}
  .footer-brand-logo{height:35px; margin-bottom:12px;}
  /* .footer-version{font-size:13px; margin:5px;text-align:center; width: 100%;} */
  /* .footer-clock{text-align:center;width: 100%;} */
  .clock-label{font-size:11px}
  .clock-time{font-size:16px}
  .footer-section-heading{font-size:14px; margin-bottom:10px}
  .footer-bank-logo{height:42px; max-width:115px}
  .payment-logo{height:32px; max-width:95px}
  .footer-logos-stacked{gap:10px}
  .footer-logos-content{gap:18px;}
  .footer-bottom-logo{height:42px; max-width:110px; margin-left:0}
  .footer-logos-track{animation-duration:25s}
  .age18{
    right: 30px;
    top: 30px;
    width: 75px;
    height: 75px;
  }
}

/* Mobile Portrait (up to 480px) */
@media (max-width: 480px){
  .footer-info-section{padding:20px 0 0 0}
  .footer-info-wrapper{flex-direction:column; gap:20px}
  .footer-brand-section{width:100%; text-align:center}
  .footer-contact-section, .footer-regulations-section, .footer-licences-section{flex:1; width:100%; margin-top:0; margin-left:0; text-align:center}
  .footer-brand-logo{height:32px; margin-bottom:10px; margin-left:auto; margin-right:auto}
  .footer-version{        font-size: 12px;
    margin-bottom: 15px;
    margin: 4px auto;
    width: 100%;}
  .footer-clock{text-align:center; width: 90%;}
  .clock-label{font-size:10px}
  .clock-time{font-size:14px}
  .footer-section-heading{font-size:13px; margin-bottom:10px}
  .footer-bank-logo{height:40px; max-width:120px}
  .payment-logo{height:30px; max-width:90px}
  .footer-logos-stacked{gap:10px}
  .footer-logos-content{gap:12px; justify-content:center}
  .footer-bottom-logo{height:38px; max-width:95px; margin-left:0}
  .footer-logos-track{animation-duration:25s}
  .age18{
    width: 72px;
    position: initial !important;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;;
  }
}

/* Extra Small Mobile (up to 360px) */
@media (max-width: 360px){
  .footer-info-section{padding:15px 0 0 0}
  .footer-info-wrapper{gap:18px}
  .footer-brand-logo{height:28px; margin-bottom:8px}
  .footer-version{font-size:11px; margin-bottom:12px}
  .footer-clock{text-align:center;}
  .clock-label{font-size:9px}
  .clock-time{font-size:13px}
  .footer-section-heading{font-size:12px; margin-bottom:8px}
  .footer-logos-content{gap:10px; }
  .footer-bottom-logo{height:35px; max-width:85px}
  .footer-logos-track{animation-duration:30s}
  .age18{
    width: 72px;
    position: initial !important;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;;
  }
}

/* FAQ Section */
.faq-section{background:url('images/BG2.jpg') no-repeat center center / cover; padding:30px 0; position:relative; min-height:600px}
.faq-card{max-width:900px; margin:0 auto; }
.faq-card::before{content:''; position:absolute; inset:0; background:radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255,255,255,0.08) 0%, transparent 50%); border-radius:12px; pointer-events:none; opacity:0.6}
.faq-title{color:#ffe81a; font-size:48px; font-weight:900; margin-bottom:35px; text-transform:uppercase; letter-spacing:2px; position:relative; z-index:1}
.faq-list{position:relative; z-index:1}
.faq-item{margin-bottom:25px}
.faq-item:last-child{margin-bottom:0}
.faq-question{display:flex; justify-content:space-between; align-items:center; cursor:pointer; padding:10px 0; transition:all 0.3s ease; border-bottom:1px solid rgba(255,255,255,0.1)}
.faq-question:hover{opacity:0.9}
.faq-question-text{color:#fff; font-size:18px; font-weight:500; flex:1}
.faq-icon{width:32px; height:32px; background:#ffe81a; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-left:20px; transition:transform 0.3s ease}
.faq-icon svg{color:#fff; stroke:#fff; fill:none; width:16px; height:16px; transition:transform 0.3s ease}
.faq-item.active .faq-icon svg{transform:rotate(180deg)}
.faq-answer{max-height:0; overflow:hidden; transition:max-height 0.4s ease, padding 0.4s ease; padding:0 0}
.faq-answer.active{max-height:500px; padding:20px 0 0 0}
.faq-answer-content {color:#fff; font-size:16px; line-height:1.6; background:rgba(0,0,0,0.4); padding:20px 25px; border-radius:8px; margin:0}

.faq-answer-list li{
  font-size: 16px;
  line-height: 1.6;
}
.faq-answer-content p{
  font-size:16px;
  line-height: 1.6;
}

/* FAQ Responsive */
@media (max-width: 768px){
  .faq-section{padding:40px 0; min-height:500px}
  .faq-card{padding:30px 25px; margin:0 15px}
  .faq-title{font-size:36px; margin-bottom:25px}
  .faq-question-text{font-size:16px}
  .faq-icon{width:28px; height:28px; margin-left:15px}
  .faq-icon svg{width:14px; height:14px}
  .faq-answer p{font-size:14px; padding:15px 20px}
  .faq-answer-list li{
    font-size: 14px;
  }
}

@media (max-width: 576px){
  .faq-section{padding:30px 0; min-height:400px}
  .faq-card{padding:25px 20px; margin:0 10px}
  .faq-title{font-size:28px; margin-bottom:20px}
  .faq-question{padding:15px 0}
  .faq-question-text{font-size:15px}
  .faq-icon{width:26px; height:26px; margin-left:12px}
  .faq-icon svg{width:12px; height:12px}
  .faq-answer p{font-size:13px; padding:12px 15px}
  .faq-answer-list li{
    font-size: 13px;
  }
  .faq-item{margin-bottom:20px}
}

.site-footer{background: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 12px}
.site-footer::before{content:''; position:absolute; inset:-20% -10% auto -10%; height:120%; background:url('images/WATERNARK.png') no-repeat center/contain; opacity:.08; pointer-events:none}
.footer-watermark{background:#fff; position:relative}
.footer-watermark::before{content:''; position:absolute; inset:0; background:url('images/WATERNARK.png') no-repeat center/85%; opacity:.40; pointer-events:none}
.footer-watermark .container{position:relative; z-index:2}
.footer-watermark > .container > .row{margin:35px 0 45px 0}
.ft-icon img {
  width: 54px;
}
.footer-head-legal {
  color: #ffe81a;
}
.ft-text{font-size:26px; color:#111}
.footer-margin {
  margin-top: 50px;
}
.vs_team {
  font-weight: 100;
  font-size: 13px;
  margin: 0 6px 0 10px;
}
@media (max-width: 576px){
  .footer-watermark::before{background-size:120% auto; opacity:.22}
}
.footer-top{position:relative}
.footer-top-curve{position:relative; background:#ffffff url('images/footer_bg.png') no-repeat center top/cover}
.footer-top-curve::before{content:none}
.footer-top-curve .footer-head{color:#ffe81a}
.social-round .soc-r{display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; border:3px solid #ffe81a; color:#ffe81a; font-weight:800; text-decoration:none; font-size:13px}
.footer-logo{height:38px; width:auto}
.footer-head{color:#ffe81a; font-weight:900; letter-spacing:.4px; margin-bottom:8px;font-size: 19px;}
.footer-links li a{color:#fff; text-decoration:none;}
.footer-links li a:hover{opacity:1}
.social .soc{display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px; border-radius:50%; background:#ff2a96; color:#fff; font-weight:800; text-decoration:none; font-size:12px; border:2px solid rgba(255,255,255,.7)}
.version{opacity:.85}
.tiny{font-size:12px; line-height:1.4; opacity:.95}
.links-row{display:flex; gap:18px; flex-wrap:wrap}
.age18{position:absolute;     right: 54px;
  top: 50px;
  bottom: 24px;
  width: 70px;
  height: 70px; display:flex; align-items:center; justify-content:center; background:transparent; z-index:10}
.footer-bar{background:#000; color:#bdb8d6; padding:15px 0}
.footer-bar small{color:#bdb8d6; font-size:14px}
/* Typography helpers for Montserrat weights and styles */
.font-medium{font-weight:500}
.font-extrabold{font-weight:800}
.font-black{font-weight:900}
.daily-fs-title {   font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #fff;}
.italic-bold{font-style:italic; font-weight:700}
.bg-pink{
  background-color: #ff1689;
}

.play-fantasy-banner {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #972350, #972350);
  padding: 10px 30px;
  color: white;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  box-sizing: border-box;
}

.play-fantasy-line {
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(90deg, #ffffff66, #ffffff66);
}

.play-fantasy-line.right {
  background: linear-gradient(90deg, #ffffff66, #ffffff66);
}

.play-fantasy-text {
  margin: 0 15px;
  white-space: nowrap;
  font-size:20px;
}

/* DFS text card (red border) */
.dfs-copy{padding:0 0 45px}
.dfs-card{margin:0 auto; padding:32px 28px; text-align:center; color:#111;font-size: 40px;}
.dfs-card p{margin-bottom:18px; line-height:1.55}
.dfs-card p:nth-child(3){margin-top:4px}
.dfs-card p:last-child{margin-bottom:0}
.dfs-card strong{font-weight:800}

/* DFS CTA button */
.dfs-cta-wrap{display:flex; justify-content:center; margin:22px 0 8px}
.dfs-cta{position:relative; display:inline-flex; align-items:center; background:#ff1689; color:#fff; border-radius:56px; padding:18px 35px 18px 106px; text-decoration:none; font-weight:900; letter-spacing:.4px; box-shadow:0 8px 24px rgba(0,0,0,.12); border:6px solid #202020}
.dfs-cta .dfs-label{font-size:32px; line-height:1}
/* Overlapping circle with white ring and dark stroke */
.dfs-cta .play-circle{position:absolute; left:-42px; top:50%; transform:translateY(-50%); width:132px; height:132px; border-radius:50%; background:#ffffff; border:6px solid #202020; display:block}
.dfs-cta .play-disc{position:absolute; inset:16px; background:#ff1689; border-radius:50%;}
dfs-cta .play-disc::before{content:''; position:absolute; left:36%; top:50%; transform:translateY(-50%); border-style:solid; border-width:30px 0 30px 45px; border-color:transparent transparent transparent #ffffff}
.dfs-cta:hover{filter:brightness(.98)}
.play-icon{height: 75px;
  padding-left: 20px;
  padding-top: 14px;}

@media (max-width: 576px){
  .dfs-card{max-width:96vw; border-width:3px; border-radius:16px; padding:20px 16px}
  .dfs-card p{font-size:18px; line-height:1.5}
  .dfs-cta-wrap{margin:18px 0 0}
  .dfs-cta{padding:14px 18px 14px 70px; border-width:4px}
  .dfs-cta .play-circle{left:-32px; width:96px; height:96px; border-width:4px}
  .dfs-cta .play-disc{inset:12px}
  .dfs-cta .play-disc::before{border-width:14px 0 14px 20px}
  .dfs-cta .dfs-label{font-size:26px}
}

/* Pick Your Team section */
.pick-team{background:url('images/pick_your_team_bg.png') no-repeat right center / cover; color:#fff; position:relative; overflow:hidden}
.pick-team::after{content:none}
.pick-team .container{position:relative; z-index:1}
.pick-num{display:inline-flex; align-items:center; justify-content:center; width:100px; height:100px; border-radius:50%; background:#fff; color:#ff1689;font-size:70px; box-shadow:0 2px 12px rgba(0,0,0,.15); margin-bottom:18px}
.pick-title{font-weight:600; font-size:54px; letter-spacing:.5px; margin-bottom:16px}
.pick-sub-title{font-weight:600; font-size:42px; letter-spacing:.5px; margin-bottom:16px}
.pick-copy{font-size:48px; line-height:1.4; max-width:520px}
.pick-art{width:100%; height:583px; background:url('images/pick_tema_mobile.png') no-repeat right center/contain}
.pick-bench-art{width:100%; height:583px; background:url('images/bench_mobile.png') no-repeat right center/contain}

@media (max-width: 992px){
  .pick-title{font-size:42px}
  .pick-copy{font-size:20px}
  .pick-art{height:300px}
  .pick-bench-art{height:300px}
  .pick-team{background-position:right center; background-size:cover}
}
@media (max-width: 576px){
  .pick-num{width:68px; height:68px; font-size:36px}
  .pick-title{font-size:34px}
  .pick-copy{font-size:18px}
  .pick-art{height:220px; background-position:center center; background-size:contain}
  .pick-bench-art{height:220px; background-position:center center; background-size:contain}
  .pick-team{background-position:center center; background-size:cover}
  .daily-fs-title {
    font-size: 23px;
  }
}

@media (max-width: 768px){
  .pick-team{background-position:center center; background-size:cover}
}

/* Step 2: Choose Captain & Vice-Captain */
.choose-captain{background:url('images/c_vc_bg.png') no-repeat left center/cover; color:#111; position:relative}
.choose-captain .step-num{display:inline-flex; align-items:center; justify-content:center; width:100px; height:100px; border-radius:50%; background:#eb1966; color:#fff;  font-size:70px; box-shadow:0 2px 12px rgba(0,0,0,.15); margin-bottom:18px}
.cc-title{font-weight:600; font-size:56px; letter-spacing:.5px; margin-bottom:16px}
.cc-copy{font-size:50px; line-height:1.4; max-width:540px}
.cc-art{width:100%; height:583px; background:url('images/c_vc_mobile.png') no-repeat left center/contain}
.cc-art-earn-points{width:100%; height:583px; background:url('images/earn_point_mobile.png') no-repeat left center/contain}
.pick-win-art{width:100%; height:583px; background:url('images/win_mobile.png') no-repeat right center/contain}
.test_pad {
  margin-left: 60px;
}
@media (max-width: 992px){
  .cc-title{font-size:42px}
  .cc-copy{font-size:20px}
  .cc-art{height:360px}
  .cc-art-earn-points{height:360px}
  .pick-win-art{height:360px}
}
@media (max-width: 576px){
  .choose-captain{background-position:center center; background-size:cover}
  .choose-captain .step-num{width:68px; height:68px; font-size:36px}
  .cc-title{font-size:34px}
  .cc-copy{font-size:18px}
  .cc-art{height:220px; background-position:center center; background-size:contain}
  .cc-art-earn-points{height:220px; background-position:center center; background-size:contain}
  .pick-win-art{height:220px; background-position:center center; background-size:contain}
}

@media (max-width: 768px){
  .choose-captain{background-position:center center; background-size:cover}
}
.dfs-card strong{font-weight:800}

/* Testimonials */
.testimonials{background:url('images/BG2.jpg') no-repeat center center / cover}
.t-card{position:relative; background:#e9e22f; border-radius:16px; padding:56px 22px 24px; text-align:center; box-shadow:0 12px 30px rgba(0,0,0,.12); min-height:260px}
.t-avatar{position:absolute; left:50%; top:-42px; transform:translateX(-50%); width:96px; height:96px; border-radius:50%; background:#fff; box-shadow:0 6px 16px rgba(0,0,0,.15); display:flex; align-items:center; justify-content:center}
.t-avatar img{width:92px; height:92px; border-radius:50%; object-fit:cover}
.t-stars{color:#ff1689; font-size:18px; letter-spacing:4px; margin-bottom:8px}
.t-handle{font-weight:800; margin-bottom:10px}
.t-card p{margin:0; font-size:14px; line-height:1.5}
/* Testimonials: carousel layout */
.testimonial-slide{max-width:1140px; margin:0 auto; padding-top:42px; display:flex; justify-content:center}
.testimonial-slide .slide-item{flex:0 0 100%; max-width:100%; padding:0 12px}
.testimonials .carousel-indicators [data-bs-target]{background-color:var(--pink)}
.testimonials .carousel-control-prev-icon,
.testimonials .carousel-control-next-icon{
  filter: brightness(0) saturate(100%) invert(89%) sepia(100%) saturate(10000%) hue-rotate(0deg) brightness(1.05) contrast(1.05);
  opacity: 1;
}
.brand-logo img{
  width: 100%;
  height: 100%;
}


/* Keep testimonial arrows outside content */
.testimonials .carousel-control-prev,
.testimonials .carousel-control-next{width:6%; opacity:.9}
.testimonials .carousel-control-prev{left:-40px}
.testimonials .carousel-control-next{right:-40px}
@media (max-width: 992px){
  .testimonials .carousel-control-prev,
  .testimonials .carousel-control-next{width:8%}
  .testimonials .carousel-control-prev{left:-40px}
  .testimonials .carousel-control-next{right:-40px}
}
@media (max-width: 576px){
  .testimonials .carousel-control-prev,
  .testimonials .carousel-control-next{width:9%}
  .testimonials .carousel-control-prev{left:-10px}
  .testimonials .carousel-control-next{right:-10px}
}
/* Slow, smooth slide animation for testimonials */
#testimonialCarousel{--bs-carousel-transition-duration:1.5s; --bs-carousel-transition: transform 1.5s linear}
/* Multi-item layout for lg+ without altering Bootstrap core carousel layout */
@media (min-width: 992px){
  #testimonialCarousel .testimonial-slide{display:flex; justify-content:center}
  #testimonialCarousel .testimonial-slide .slide-item{flex:0 0 33.333%; max-width:33.333%; padding:0 12px}
}
@media (max-width: 576px){
  .dfs-card{border-width:3px; border-radius:16px; padding:20px 16px}
  .dfs-card p{font-size:18px}
  .play-icon {
    height: 54px;
    padding-left: 16px;
    padding-top: 12px;
  }
  .testimonial-slide .slide-item {
    max-width: 95%;
  }
}
@media (max-width: 576px){
  /* Header mobile responsiveness - keep all in one row */
  .header-top .container{padding-top:10px!important; padding-bottom:10px!important; gap:4px; padding-left:5px; padding-right:5px; flex-wrap:nowrap!important}
  .brand{flex-shrink:0; min-width:auto}
  .brand-logo{height: 50px;
    max-width: 163px;width:auto;}
  .sports-toggle-btn{font-size:10px; padding:5px 10px; margin:0 3px;margin-top: 10px;}

  .sports_list_inline{min-width:167px; right:0; left:auto; max-width:calc(100vw - 20px)}
  .sports-nav{gap:8px; padding:0 2px}
  .sport-item{min-width:65px; flex:0 0 auto}
  .sport-icon1{width:28px; height:28px; float:left; display:flex; align-items:center; justify-content:center}
  .sport-icon1 img{width:20px; height:20px}
  .sport-label{font-size:9px; margin-top:3px; margin-left:0; float:none; text-align:center}
  .d-md-flex{display:flex!important; flex-shrink:0; gap:4px}
  .btn-sign, .btn-register{font-size:10px; padding:.25rem .5rem; white-space:nowrap; letter-spacing:0}
  /* Sports navigation mobile */
  .header-sports .container{padding-left:0; padding-right:0}
  .sports-scroll-wrapper{overflow-x:auto; overflow-y:hidden; -webkit-overflow-scrolling:touch; scroll-behavior:smooth; touch-action:pan-x}
  .sports-scroll-wrapper::-webkit-scrollbar{display:none}
  .sports-scroll-wrapper .sports-nav{flex-wrap:nowrap; justify-content:flex-start; gap:16px; margin:0; padding:10px 16px}
  .sports-scroll-wrapper .sport-item{flex:0 0 auto; min-width:85px; margin-bottom:0; display:flex; flex-direction:column; align-items:center; justify-content:center}
  .sports-scroll-wrapper .sport-icon1{width:44px; height:44px; float:none}
  .sports-scroll-wrapper .sport-icon1 img{width:30px; height:30px; object-fit:contain}
  .sports-scroll-wrapper .sport-label{margin-top:10px; margin-left:0; float:none; font-size:11px; color:#A9A9A9; text-align:center}
  /* Other mobile adjustments */
  .slide-badges{left:16px; bottom:16px}
  .slide-badges .store-badge img{height:40px}
  .what-is .container{min-height:420px}
  .what-overlay{width:96%; max-width:640px}
  .age18{        
    right: 30px;
    top: 30px;
    width: 100%;
    height: 60px;
  }
}

@media (max-width: 992px){
  .header-top .container{flex-wrap:nowrap!important; gap:8px; padding-left:10px; padding-right:10px}
  .brand-logo{height:40px}
  .sports_list_inline{margin:0 8px}
  .sports-nav{gap:16px}
  .sport-item{min-width:90px}
  .sport-icon1{width:36px; height:36px}
  .sport-icon1 img{width:28px; height:28px}
  .sport-label{font-size:15px; margin-top:9px}
  .btn-sign, .btn-register{font-size:12px; padding:.35rem .8rem}
  .header-top{
    height: 90px;
  }

}
@media (max-width: 768px){
  .header-top .container{padding-top:12px; padding-bottom:12px; gap:6px; padding-left:8px; padding-right:8px}
  .brand-logo{height:40px}
  .sports_list_inline{min-width:200px; right:0; left:auto}
  .sports-nav{gap:7px}
  .sport-item{min-width:110px}
  .sport-icon1{width:32px; height:32px}
  .sport-icon1 img{width:24px; height:24px}
  .sport-label{font-size:13px; margin-top:10px}
  .btn-sign, .btn-register{font-size:11px; padding:.3rem .7rem; white-space:nowrap}
  .header-sports .container{padding-left:0; padding-right:0}
  .sports-scroll-wrapper{overflow-x:auto; overflow-y:hidden; -webkit-overflow-scrolling:touch; scroll-behavior:smooth; touch-action:pan-x}
  .sports-scroll-wrapper::-webkit-scrollbar{display:none}
  .sports-scroll-wrapper .sports-nav{flex-wrap:nowrap; justify-content:flex-start; gap:20px; margin:0; padding:10px 24px}
  .sports-scroll-wrapper .sport-item{flex:0 0 auto; min-width:105px; margin-bottom:0; display:flex; flex-direction:column; align-items:center; justify-content:center}
  .sports-scroll-wrapper .sport-icon1{width:52px; height:52px; float:none}
  .sports-scroll-wrapper .sport-icon1 img{width:36px; height:36px}
  .sports-scroll-wrapper .sport-label{margin-top:8px; margin-left:0; float:none; text-align:center}
  .header-top {
    height: 83px;
  }
}
@media (max-width: 576px){
  .sports-scroll-wrapper .sports-nav{gap:16px; padding:10px 16px}
  .sports-scroll-wrapper .sport-item{min-width:85px}
  .sports-scroll-wrapper .sport-icon1{width:44px; height:44px}
  .sports-scroll-wrapper .sport-icon1 img{width:30px; height:30px}
  .sports-scroll-wrapper .sport-label{font-size:11px}
  .header-top {
    height: 70px;
  }
 
  .brand-logo {
    height: 31px;
}
}
@media (max-width: 400px){
  .header-top .container{gap:3px; padding-left:3px; padding-right:3px}
  .brand-logo{height: 30px;
    max-width: 130px;}
  .sports-toggle-btn{font-size:9px; padding:3px 8px; margin:0 2px;margin-top: 13px;}
  .sports_list_inline{min-width:150px; max-width:calc(100vw - 10px); padding:12px 15px}
  .sports_list_inline .sport-icon1{width:35px; height:35px}
  .sports_list_inline .sport-icon1 img{width:25px; height:25px}
  .sports_list_inline .sport-label{font-size:12px}
  .sports-nav{gap:6px}
  .sport-item{min-width:100px}
  .sport-icon1{width:24px; height:24px}
  .sport-icon1 img{width:18px; height:18px}
  .sport-label{font-size:10px;margin-top: 7px;}
  .btn-sign, .btn-register{font-size:9px; padding:.2rem .4rem}
}

@media (max-width: 360px){
  .brand-logo{height: 32px;
    max-width: 122px;}
}
.age18 img{width: 100%; height: 100%; object-fit: contain;}

/* Features Section */
.features-section{position:relative; overflow:hidden}
.features-section::before{content:''; position:absolute; inset:0; background:rgba(0,0,0,0.3); z-index:1}

/* Feature Animations */
@keyframes flyInFromRight{
  0%{transform:translateX(100px); opacity:0}
  100%{transform:translateX(0); opacity:1}
}

@keyframes flyInFromLeft{
  0%{transform:translateX(-100px); opacity:0}
  100%{transform:translateX(0); opacity:1}
}

.feature-item{opacity:0; visibility:hidden}
.features-section.animate-features .feature-item{opacity:1; visibility:visible; animation:fadeIn 0.6s ease-out forwards}
.features-section.animate-features .feature-item:nth-child(1) .feature-icon,
.features-section.animate-features .feature-item:nth-child(1) .feature-icon-logos{animation:flyInFromRight 0.8s ease-out 0.1s both}
.features-section.animate-features .feature-item:nth-child(1) .feature-title{animation:flyInFromLeft 0.8s ease-out 0.1s both}
.features-section.animate-features .feature-item:nth-child(2) .feature-icon,
.features-section.animate-features .feature-item:nth-child(2) .feature-icon-logos{animation:flyInFromRight 0.8s ease-out 0.2s both}
.features-section.animate-features .feature-item:nth-child(2) .feature-title{animation:flyInFromLeft 0.8s ease-out 0.2s both}
.features-section.animate-features .feature-item:nth-child(3) .feature-icon,
.features-section.animate-features .feature-item:nth-child(3) .feature-icon-logos{animation:flyInFromRight 0.8s ease-out 0.3s both}
.features-section.animate-features .feature-item:nth-child(3) .feature-title{animation:flyInFromLeft 0.8s ease-out 0.3s both}
.features-section.animate-features .feature-item:nth-child(4) .feature-icon,
.features-section.animate-features .feature-item:nth-child(4) .feature-icon-logos{animation:flyInFromRight 0.8s ease-out 0.4s both}
.features-section.animate-features .feature-item:nth-child(4) .feature-title{animation:flyInFromLeft 0.8s ease-out 0.4s both}
.features-section.animate-features .feature-item:nth-child(5) .feature-icon,
.features-section.animate-features .feature-item:nth-child(5) .feature-icon-logos{animation:flyInFromRight 0.8s ease-out 0.5s both}
.features-section.animate-features .feature-item:nth-child(5) .feature-title{animation:flyInFromLeft 0.8s ease-out 0.5s both}
.features-section.animate-features .feature-item:nth-child(6) .feature-icon,
.features-section.animate-features .feature-item:nth-child(6) .feature-icon-logos{animation:flyInFromRight 0.8s ease-out 0.6s both}
.features-section.animate-features .feature-item:nth-child(6) .feature-title{animation:flyInFromLeft 0.8s ease-out 0.6s both}
.features-section.animate-features .feature-item:nth-child(7) .feature-icon,
.features-section.animate-features .feature-item:nth-child(7) .feature-icon-logos{animation:flyInFromRight 0.8s ease-out 0.7s both}
.features-section.animate-features .feature-item:nth-child(7) .feature-title{animation:flyInFromLeft 0.8s ease-out 0.7s both}
.features-section.animate-features .feature-item:nth-child(8) .feature-icon,
.features-section.animate-features .feature-item:nth-child(8) .feature-icon-logos{animation:flyInFromRight 0.8s ease-out 0.8s both}
.features-section.animate-features .feature-item:nth-child(8) .feature-title{animation:flyInFromLeft 0.8s ease-out 0.8s both}

@keyframes fadeIn{
  0%{opacity:0}
  100%{opacity:1}
}
.features-watermark{position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-13deg);
  width: 1088px;
  height: 1156px;
  background: url('images/WATERNARK.png') no-repeat center center / contain;
  opacity: 1.3;
  z-index: 1;
  pointer-events: none; filter:brightness(1.1) contrast(1.1)}
.features-section .container{position:relative; z-index:2}
.features-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:40px; max-width:1200px; margin:0 auto; position:relative; z-index:3}
.feature-item{text-align:center; transition:transform 0.3s ease; position:relative; z-index:4; display:flex; flex-direction:column; align-items:center}
.feature-item:hover{transform:translateY(-5px)}
.feature-title{color:#fff; font-size:24px; font-weight:600; margin:0 0 20px; text-transform:uppercase; letter-spacing:1px; position:relative; z-index:5; order:1; opacity:0; visibility:hidden}
.features-section.animate-features .feature-title{visibility:visible}
.feature-icon{width:160px; height:80px; margin:0 0 20px; display:flex; align-items:center; justify-content:center; position:relative; z-index:5; order:2; opacity:0; visibility:hidden}
.features-section.animate-features .feature-icon{visibility:visible}
.feature-icon img{width:100%; height:100%; object-fit:contain; }
.feature-icon-logos{display:flex; gap:15px; width:auto; height:auto; flex-direction:row; align-items:center; justify-content:center; margin:0 0 20px; opacity:0; visibility:hidden}
.features-section.animate-features .feature-icon-logos{visibility:visible}
.feature-icon-logos {width:78px; height:auto; filter:none; object-fit:contain}
.licensed_badge {
  height:50px;
  width:100px
}

.flash_badge {
  height:50px;
  width: 120px;
}
.apple_badge {
  height:38px;
  width:114px;
}
.ottpay_badge{
  height:43px;
  width:93px;
}
.one_voucher_badge {
  height: 38px;
  width: 160px;
}
.samsung_badge {
  height: 31px;
  margin-right: 20px;
  width: 200px;
  margin-top:5px;
}
.licensed_badge img {
  width: 100%;
  height:100%;
}
.apple_badge img {
  width: 100%;
  height:100%;
}
.flash_badge img {
  width: 100%;
  height:100%;
}
.one_voucher_badge img {
  width: 100%;
  height:100%;
}
.ottpay_badge img {
  width: 100%;
  height:100%;
}
.samsung_badge img {
  width: 100%;
  height:100%;
}
.feature-description{color:#fff; font-size:16px; margin:0; line-height:1.5; opacity:0.9; position:relative; z-index:5; order:3}
.feature-icon-last{height: 130px;
  margin-bottom: 0px;}

@media (max-width: 992px){
  .features-watermark{width:900px; height:900px; opacity:0.2}
  .features-grid{grid-template-columns:repeat(2, 1fr); gap:30px}
  .feature-item{padding:25px 15px}
  .feature-title{margin-bottom:15px; font-size:20px}
  .feature-icon{width:146px; height:106px; margin-bottom:15px}
  .feature-description{font-size:15px}
  .feature-icon-logos {width:100px}
  .rugby_sport_icon {
    height: 109px;
    width: 140px;
  }
}

@media (max-width: 768px){
  .features-section{padding:60px 0}
  .features-watermark{width:800px; height:800px; opacity:0.18}
  .features-grid{grid-template-columns:repeat(2, 1fr); gap:25px}
  .feature-item{padding:20px 15px}
  .feature-title{margin-bottom:12px; font-size:18px}
  .feature-icon{width:110px; height:60px; margin-bottom:12px}
  .feature-description{font-size:14px}
  .feature-icon-logos{flex-direction:column; gap:10px; margin-bottom:12px}
  .feature-icon-logos {width: 56px;
    height: 84px}
  .feature-icon-last {
    width: 140px;
    height: 110px;
  }
  .rugby_sport_icon {
    height: 97px;
    width: 120px;
  }
}

@media (max-width: 576px){
  .features-section{padding:40px 0}
  .features-watermark{width:700px; height:700px; opacity:0.15}
  .features-grid{grid-template-columns:1fr; gap:30px}
  .feature-item{padding:5px 15px}
  .feature-title{margin-bottom:15px; font-size:20px}
  .feature-icon{width:120px; height:70px; margin-bottom:15px}
  .feature-description{font-size:15px}
  .feature-icon-logos{flex-direction:row; gap:15px; margin-bottom:15px}
  .feature-icon-logos{width:60px}
}

/* Mobile App Slider Section */
.mobile-app-slider-section{position:relative; width:100%}
.sport-slider-title-wrap{background-color:#ff1689; width:100%; text-align:center; color:#fff; padding:23px 0; position:relative; z-index:10}
.mobile-app-bg{background:url('images/BG.jpg') no-repeat center center/cover;  position:relative; min-height:700px; display:flex; align-items:center; overflow-x:hidden; overflow-y:hidden}
.mobile-app-wrapper{display:flex; justify-content:center; align-items:center; width:100%; overflow:hidden}
.mobile-slider-gallery{display:flex; justify-content:flex-start; align-items:center; gap:0; width:100%; max-width:100%; overflow-x:auto; overflow-y:visible; scroll-behavior:smooth; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; scrollbar-width:none; -ms-overflow-style:none}
.mobile-slider-gallery::-webkit-scrollbar{display:none}
.gallery-spacer{flex:0 0 0; min-width:0; max-width:0; transition:flex-basis 0.4s ease}
.mobile-slide-item{flex:0 0 auto; transition:all 0.4s ease; cursor:pointer; position:relative; opacity:0.5; transform:scale(0.85) translateY(20px); filter:brightness(0.6); scroll-snap-align:center; scroll-snap-stop:always; width:350px; max-width:90vw}
.mobile-slide-item.active{opacity:1; transform:scale(1) translateY(0); filter:brightness(1); z-index:10}
.mobile-app-image{width:100%; height:auto; display:block; object-fit:contain}
.mobile-phone-container{max-width:400px; width:100%; position:relative; background:transparent; border-radius:30px; padding:20px 15px; box-shadow:0 20px 60px rgba(0,0,0,0.3); overflow:hidden}
.sport-slider-control{padding:20px 0; width:100%}
.sport-slider-title{color:#fff; font-size:40px; font-weight:600; text-align:center; letter-spacing:2px; margin:0; text-transform:uppercase; transition:opacity 0.3s ease; min-height:1.2em; line-height:1.2; padding:0 20px}
.sport-slider-indicators{display:flex; justify-content:center; align-items:center; gap:12px; flex-wrap:wrap}
.sport-slider-indicators button{width:12px; height:12px; border-radius:50%; border:none; background:rgb(235 25 102); padding:0; cursor:pointer; transition:all 0.3s ease; opacity:0.6}
.sport-slider-indicators button.active{width:16px; height:16px; background:rgb(235 25 102); opacity:1; transform:scale(1.2)}


@media (min-width: 1100px) {
  .main-banner-carousel .desktop-banner {
    display: block !important;
    /* height: 75vw;
    max-height: 766px;
    min-height: 400px; */
  }
    .btn-sign, .btn-register {
      font-size: 20px;
      padding: 6px 13px;
    }
    .sports-toggle-btn{
      padding: 6px 13px;
      font-size:19px
    }
}

@media (max-width: 992px){
  .sport-slider-title-wrap{padding:30px 0}
  .mobile-app-bg{ min-height:700px}
  .mobile-slider-gallery{gap:0; padding:15px 0}
  .mobile-slide-item{width:485px; max-width:85vw}
  .mobile-app-image{max-width:100%}
  .sport-slider-title{font-size:36px}
}

@media (max-width: 768px){
  .sport-slider-title-wrap{padding:25px 0}
  .mobile-app-bg{ min-height:600px; overflow-x:auto}
  .mobile-slider-gallery{gap:0; padding:12px 0}
  .mobile-slide-item{width:350px; max-width:80vw; transform:scale(0.8) translateY(15px)}
  .mobile-slide-item.active{transform:scale(1) translateY(0)}
  .mobile-app-image{max-width:100%}
  .sport-slider-control{padding:30px 0}
  .sport-slider-title{font-size:28px; letter-spacing:1px; padding:0 15px}
  .sport-slider-indicators{gap:10px}
  .sport-slider-indicators button{width:10px; height:10px}
  .sport-slider-indicators button.active{width:14px; height:14px}
  .stats-wrapper{ padding:25px}
}

@media (max-width: 576px){
  .sport-slider-title-wrap{padding:20px 0}
  .mobile-app-bg{min-height:400px; overflow-x:auto}
  .mobile-slider-gallery{gap:0; padding:25px 0 10px 0}
  .mobile-slide-item{width:300px; max-width:75vw; transform:scale(0.75) translateY(10px)}
  .mobile-slide-item.active{transform:scale(1) translateY(0)}
  .mobile-app-image{max-width:100%}
  .sport-slider-control{padding:25px 0}
  .sport-slider-title{font-size:20px; padding:0 10px; line-height:1.3}
  .sport-slider-indicators{gap:8px}
  .sport-slider-indicators button{width:8px; height:8px}
  .sport-slider-indicators button.active{width:12px; height:12px}
  .stats-wrapper{ padding:20px}

  .first_mobile{margin-left:49px}
  .last_mobile{margin-right:49px}
  .feature-icon-last {
    width: 140px;
    height: 100px;
  }
}

.footer-clock {
  margin-left: 10px;
  float: left;
}
.rugby_sport_icon{
  height: 109px;
}

.footer-section-heading a {
  color: #ffe81a;
}

.mobile-app-number {
    margin-top: 0;
    margin-left: 96px;
    width: 80px;
}
.sport-item a {
  text-decoration: none;
}

.yello_scroller_logo {
  width: 80%;
}



/*  licences page css*/
.licence_html_view {
  background: url('images/B3.jpg') no-repeat center / cover;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.licence_html_view h5 {
  color: #fff;
  padding: 12px;
}
.licence_html_view img{
  width:100%;
  height:auto;
}
.operator_licence {
  width: 60%;
  margin: 0 auto;
}


















.stats-marquee {
  width: 100%;
}

.stats-content {
  display: flex;
  width: max-content;
  animation: marquee 18s linear infinite;
}

.marquee-group {
  display: flex;
  gap: 40px; /* spacing between items */
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}


@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
