:root{
  --roboto :  "Roboto", sans-serif;
  --poppins : "Poppins", sans-serif;
  --michy : "Mochiy Pop One", sans-serif;
  --global-shadow : 0 2px 10px .4px  rgb(128, 128, 128);
}
*{
  margin: 0;
  padding: 0;
 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  margin: 0;
}
p {
  margin: 0;
}

body {
  background-color: var(--bg-primary);
  color: var(--color-primary);
  transition: .3s;
  font-family: var(--poppins);
}
.responsive-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* adjust as needed */
}

footer{
    margin-top: 80px;
}
body.light-mode {
  --bg-primary: #fafafa;
  --bg-secondary: #ffffff;
  --bg-styled : #520431;
  --shadow-1 : #520431; 
  --shadow-2 : #575968;
  --color-primary: #6c4e31;
  --color-secondary: #603f26;
  --color-styled : #520431;
  --transition-1 : .3s;
}


body.dark-mode {
  --bg-primary: #00142C ;
  --bg-secondary: #0a336f;
  --bg-styled :  rgb(2, 225, 255);
  
  --shadow-1 :rgb(2, 225, 255); 
  --shadow-2 : #575968;
  --color-primary: aqua;
  --color-secondary: #D6D6E7;
  --color-styled : rgb(123, 255, 0);
}


/* Global scrollbar styling for WebKit browsers (Chrome, Safari) */
*::-webkit-scrollbar {
  width: 8px; 
}

*::-webkit-scrollbar-track {
  background: var(--bg-secondary); 
  width: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--bg-styled);
  border-radius: 10px;
}
 
/* For Firefox browsers */



ol, ul {
  padding-left: 0;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}





.layer{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 88;
  background-color: rgba(0, 0, 0, 0.363);
  
}


.mt-main{
  margin-top: 100px;
}



.logo{
  display: flex;
  align-items: end;
}
.logo img{
  height: 45px;
  width: 52px;
  filter: drop-shadow(0px 2px 3px var(--shadow-2));
}
.logo-text{
  font-size: 1.3rem;
    font-weight: 500;
    margin-left: -4px;
    line-height: 1;
    margin-bottom: 6px;
  /* font-family: var(--poppins); */
  font-family: var(--michy);
  /* text-transform: uppercase; */
}

.logo{
  text-decoration: none;
  cursor: pointer;
  color: var(--bg-styled);
}
.logo:hover{
  text-decoration: none;
  color: var(--bg-styled);
  background-color: transparent;
}



.michy{
  font-family: var(--michy);
}

.mt-150{
  margin-top: 150px;
}
.checkbtn{
  padding: 3px;
}
.scores-container{
  display: grid;
  max-width: 900px;
  margin-inline: auto;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
}

.center-card{
  grid-column: span 7 / span 7;
}
.frame-container{
  grid-column: span 3 / span 3;
  grid-column-start: 8;
}
.main-body{
  border-radius: 0;
}
.live-score-frame {
  height: 450px;
  width: 700px;
  max-width: 100%;
  border-radius: 10px;
}


.top-head{
    padding: 30px 20px;
    border-radius: 20px 20px 0 0 ;
    background-color: var(--bg-styled);
    color: var(--bg-primary);
    font-size: 30px;
    /* font-weight: 600; */
    font-family: var(--michy);
}
.live-score-body{
  height: 500px; /* or any height you want */
  overflow-y: auto;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;

  padding: 30px 20px;
  border-radius: 0 0 20px 20px;
  background-color: transparent;
  border: 1px solid var(--bg-styled);
  border-top-color: transparent;
  margin-bottom: 50px;
}



.box{
    padding: 15px 15px;
    flex-shrink: 0;
    /* min-height: 170px; */
    height: auto;
    background-color: var(--bg-primary);
    color: var(--color-primary);
    border-radius: 10px;
    transition: .3s;
    align-items: center;
    appearance: none;
    background: var(--bg-primary);
    box-shadow: rgba(45, 35, 66, 0.4) 0px 2px 4px, rgba(45, 35, 66, 0.3) 0px 7px 13px -3px, rgb(214, 214, 231) 0px -3px inset;
    position: relative;
    text-align: left;
    user-select: none;
    touch-action: manipulation;
    will-change: box-shadow, transform;
    margin-top: 7px;
    border-radius: 4px;
    border-width: 0px;
    list-style: none;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.15s, transform 0.15s;
    white-space: nowrap;
}
.box.v2{
  height: 170px;
  min-height: 170px;
}
body.dark-mode .box {
  /* box-shadow: rgb(14 230 230) 0px -0.9px 1.3px, rgba(12, 82, 82, 0.616) 0px 5px 15px, rgba(20, 185, 185, 0.966) 0px -3px inset; */
  box-shadow:rgb(14 230 230 / 34%) 0px -0.9px 6px, rgba(12, 82, 82, 0.616) 0px 3px 9px, rgba(21, 187, 216, 0.966) 0px -3px inset;
}
body.dark-mode .box:active{
  box-shadow: #6ef1dc 0 3px 7px inset;
}
.box:hover{
  cursor: pointer;
  box-shadow: #2d234266 0 4px 8px, #2d23424d 0 7px 13px -3px, #d6d6e7 0 -3px inset;
  transform: translateY(-2px);
  background: var(--bg-primary);
}

.box * {
  text-wrap: wrap;
}

.box:active{
  box-shadow: #a2a2a2 0 3px 7px inset;
  transform: translateY(2px);
}

.status-text{
  font-size: 14px;
  font-weight: 500;
  color: var(--color-secondary);
}
.series-status{
  font-size: 14px;
  width: 80%;
}
.match-status{
  color: var(--bg-styled);
  font-weight: 500;
}
.match-status.active{
  /* animation: pulse 1.5s infinite; */
  position: relative;
}
.match-status.active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  width: 10px;
  height: 10px;
  background-color: rgb(255, 0, 55);
  border-radius: 50%;
  animation: blink 1s infinite;
  transform: translateY(-50%);
}

@keyframes blink {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
}
.team-1-name, .team-2-name{
  font-size: 14px;
  font-weight: 500;
}


/*  scorecard page */

.scorecard-banner{
  max-width: 850px;
  margin: 20px auto;
  /* margin-inline: 10px; */
  border-radius: 10px;
  font-family: var(--poppins);
  box-shadow: 0 2px 10px .4px  rgb(128, 128, 128);
  background-color: var(--bg-primary);
}
.live-tag{
  padding: 3px 15px;
  background: red;
  color: white;
  border-radius: 20px;
  font-weight: 600;
  font-size: .9rem;
  /* min-width: fit-content; */
  /* max-width: 60px; */
}
.small-container{
  max-width: 750px;
  margin-inline: auto;
  padding-inline: 13px;
}
.score-img{
  max-height: 40px;
}
.match-title{
  font-size: 1.1rem !important;
}
img:not([src]){
  background: rgb(226, 226, 226);
}

.main-news{
   margin-top: 140px;
}
.news-section{
  display: flex;
  align-items: start;
  gap: 15px;
}

.news-card{
  width: 65%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  padding: 0 25px 35px 25px;
  gap: 15px;
  border-radius: 10px;
  /* box-shadow: var(--global-shadow); */
}

#news_card_section{
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
#news_card_section .box{
  padding: 18px 15px 22px 15px;
}
.news-sidebar{
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  /* padding: 20px; */
  border-radius: 10px;
  /* box-shadow: var(--global-shadow); */
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
#thumb {
  border-radius: 7px;
  margin-right: 10px;
  height: 150px;
    width: 190px;
  /* margin: 10px 0; */
}
.news_title{
  font-size: 16px;
  font-weight: 600;
}
.news_desc{
  font-size: 14px;
  font-weight: 400;
}
.news-card .dropdown{
  margin-bottom: 100px;
}

.select-country {
  align-items: center;
}
.select-country
 label{
  margin-bottom: 6px;
}
.select-country select{
  border-radius: 0;
  border: 1px solid rgba(128, 128, 128, 0.397);
}
#select-country option {
  cursor: pointer;
}
#select-country:focus{
  box-shadow: none;
}
.news-sidebar .news_title {
  font-size: 13px;
}
.news-sidebar small {
  font-size: .7em;
}
.news-sidebar img{
  border-radius: 5px;
}
.paginations{
  display: flex;
  justify-content: end;
  gap: 15px;
}
.paginations .box{
  padding: 10px 15px;
}



.paginations button {
  position: relative;
  overflow: visible;
}

.paginations button[data-title]::after, .paginations button[data-title]::after {
  content: attr(data-title);
  position: absolute;
  bottom: 110%; /* Show the tooltip above the button */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  font-size: 12px;
}

.paginations button[data-title]:hover::after, .paginations button[data-title]:hover::after {
  opacity: 1;
}



.loader {
  width: 20px;
  height: 20px;
  border: 3px solid #dbdada;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation2 1s linear infinite;
  }

  @keyframes rotation2 {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 


  .pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .pagination a{
    padding: 15px 15px;
    background-color: var(--bg-primary);
    color: var(--color-primary);
    border-radius: 10px;
    transition: .3s;
    align-items: center;
    appearance: none;
    background: var(--bg-primary);
    box-shadow: rgba(45, 35, 66, 0.4) 0px 2px 4px, rgba(45, 35, 66, 0.3) 0px 7px 13px -3px, rgb(214, 214, 231) 0px -3px inset;
    position: relative;
    text-align: left;
    user-select: none;
    touch-action: manipulation;
    will-change: box-shadow, transform;
    margin-top: 7px;
    border-radius: 4px;
    border-width: 0px;
    list-style: none;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.15s, transform 0.15s;
    white-space: nowrap;
  }

  .pagination a.active {
    pointer-events: none;
  }
  
  /* .pagination span {
    background-color: transparent;
    cursor: default;
    color: #999;
  } */
  
body.dark-mode .pagination a {
  box-shadow:rgb(14 230 230 / 34%) 0px -0.9px 6px, rgba(12, 82, 82, 0.616) 0px 3px 9px, rgba(21, 187, 216, 0.966) 0px -3px inset;
}
body.dark-mode .pagination a:active{
  box-shadow: #6ef1dc 0 3px 7px inset;
}
.pagination a:hover{
  cursor: pointer;
  box-shadow: #2d234266 0 4px 8px, #2d23424d 0 7px 13px -3px, #d6d6e7 0 -3px inset;
  transform: translateY(-2px);
  background: var(--bg-primary);
}


.pagination a:active, .pagination a.active{
  box-shadow: #a2a2a2 0 3px 7px inset;
  transform: translateY(2px);
}
.article-container {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 20px;
}
.thumbnail{
  aspect-ratio: 16 / 9; 
  width: 100%;
  overflow: hidden;
}
.thumbnail img {
  border-radius: 20px;
  object-fit: cover; /* Crop to fill */
  display: block;
  width: 100%;
  height: 100%;
}
.post-heading {
  text-align: center;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 52px !important;
  letter-spacing: 0em;
  margin: 0px 0px 20px 0;
}
.post-details {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--sky);
  /* color: black; */
  /* width: 100%; */
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 10px .4px  rgb(128, 128, 128);
  border-radius: 10px 10px 0 0 ;
  margin: 0 10px;
}
footer .inner-container {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}
.logo-footer {
 width: 30%;
  align-self: center;
  margin-bottom: 10px;
}

.footer-container .logo{
    height: 56px;
    width: 56px;
}
.mail-us a, .mail-us{
 color: white;
 font-size: 18px;
 text-decoration: none;
}
.footer-nav{
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  justify-content: center;
  margin-top: 12px;
}
.footer-container{
  display: flex;
  flex-direction: column;
  margin-top:20px;
  margin-bottom: 20px;
}
.logo-area{
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 804px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.copy-rights{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 20px;
  align-items: center;
  justify-content: space-between;
  /* align-items: center; */
  border-top: 1px solid #8C8C8C;
  padding: 20px 10px;
}
.copy-rights p{
  text-align: center;
}
.social-icons{
  margin: 0;  
  padding: 0;
  display: flex;
  gap: 15px;
}

.social-icons img{
  width: 40px;
}

.footer-nav a{
  display: inline-block;
  background: white;
  color: #000000;
  max-width: fit-content;
  padding: 8px 16px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  transition: .3s;
}

.footer-nav li{
  list-style: none;
}

.footer-links{
  display: flex;
  gap: 20px;
}
.footer-links a{
 text-decoration: none;
 color: var(--color-primary);
}
.social-icons {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 10px;
  align-items: center;
}
.social-icons img {
  width: 40px;
}
.social-icons img:hover{
  filter: drop-shadow(2px 4px 6px rgb(0, 0, 0));
  border-radius: 100px;
}
.social-icons a {
  display: inline-block;
  display: grid;
  place-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: 0.3s;
}

.hero {
  /* margin-top: 100px; */
  position: relative;
  background: #0e2e14 url('../../media/images/about-bg.jpg') fixed no-repeat center center;
  /* background-position: ; */
  background-size: cover;
  color: white;

  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 80px 20px; */
  text-align: center;
  z-index: 0;
}
.hero::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00142c34;
  z-index: -1;
}
.hero h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.hero p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.section-dark {
  background-color: var(--bg-primary);
  color: var(--color-primary);
  padding: 60px 20px;
  width: 80%;
  box-shadow: 0 0 10px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}

.section-dark h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.section-light {
  background-color: var(--bg-primary);
  padding: 60px 20px;
  /* border: 1px solid; */
}


.section-light img {
  max-width: 100%;
  border-radius: 10px;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li::before {
  content: '✔';
  color: #28a745;
  margin-right: 10px;
}
.responsive-cards-container{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill , minmax(300px, 1fr));
  gap: 15px;
}

#contactForm{
  margin: 0 auto;
  margin-top: 20px;
  max-width: 600px;
}