@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root{
  --primary-color: #FF914D;
  --red-color: #ef6f76;
  --yellow-color: #FFE52A;
}

html,body{
    font-family: "Manrope", sans-serif;
}

.navbar{
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 5px 5px 20px -15px;
  padding-bottom: 0 !important;
}

.navbar .nav-item a:hover{
  color: rgb(243, 71, 9) !important;
}

.navbar .nav-item a{
  font-size: 1.2rem;
  color: rgb(160, 43, 0) !important;
  font-weight: bold;
}

.navbar-brand{
  font-size: 1.6rem !important;
}

/* Live Indicator */
.live-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  /*gap: 8px;*/
  /*padding: 8px 0;*/
}

.live-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.live-text {
  font-weight: 700;
  color: #ef6f76;
  font-size: 1.3rem;
  letter-spacing: 1px;
}


.nav-action-buttons {
  padding: 8px 0 12px;
}

.nav-action-buttons-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.nav-action-buttons-bottom {
  display: flex;
  justify-content: center;
}

.nav-action-btn {
  font-weight: 700;
  padding: 12px 16px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.2s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  text-align: center;
  white-space: nowrap;
}

.nav-action-btn.btn-yellow {
  background-color: var(--yellow-color);
  color: #333;
}

.nav-action-btn.btn-yellow:hover {
  background-color: #ffd700;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.2);
}

.nav-action-btn.btn-red {
  background-color: var(--red-color);
  color: #fff;
}

.nav-action-btn.btn-red:hover {
  background-color: #e05560;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.2);
}

.btn-refresh {
  min-width: 200px;
  padding: 12px 32px;
  font-size: 1rem;
  background-color: #f80000;
  color: #fff;
}

.other-games{
    min-width: 200px;
  padding: 12px 32px;
  font-size: 1rem;
  background-color: #f80000;
  color: #fff;
}

/* Desktop Responsive */
@media (min-width: 992px) {
  .nav-action-buttons-top {
    gap: 16px;
    max-width: 900px;
  }
  
  .nav-action-btn {
    padding: 14px 20px;
    font-size: 1.05rem;
  }
  
  .btn-refresh {
    min-width: 220px;
    padding: 14px 40px;
  }
}

/* Tablet Responsive */
@media (max-width: 991px) and (min-width: 577px) {
  .nav-action-buttons-top {
    gap: 10px;
    max-width: 700px;
  }
  
  .nav-action-btn {
    padding: 11px 14px;
    font-size: 0.95rem;
  }
  
  .btn-refresh {
    min-width: 180px;
  }
}

/* Mobile Responsive for Nav Buttons */
@media (max-width: 576px) {
  .nav-action-buttons-top {
    gap: 4px;
    max-width: 100%;
  }
  
  .nav-action-btn {
    padding: 8px 4px;
    font-size: 0.7rem;
  }
  
  .btn-refresh {
    width: 100%;
    max-width: 280px;
    padding: 9px 16px;
    font-size: 0.85rem;
  }
  
   .other-games-container {
    flex-direction: column !important;  /* VERTICAL */
    gap: 6px !important;
    width: 100% !important;
    max-width: 280px !important;       /* Max width control */
    margin: 0 auto;
  }
  
  .nav-action-btn.other-games {
    min-width: 100% !important;        /* FULL WIDTH */
    width: 100% !important;
    max-width: none !important;
    padding: 12px 16px !important;     /* Bigger touch target */
    font-size: 0.85rem !important;     /* Readable */
    white-space: normal !important;    /* Text wraps if needed */
    margin: 0 !important;
    border-radius: 8px !important;
  }
  
}

@media (max-width: 380px) {
  .nav-action-btn {
    padding: 7px 3px;
    font-size: 0.65rem;
  }
  
    .nav-action-btn.other-games {
    padding: 10px 12px !important;
    font-size: 0.8rem !important;
  }
}

header{
  width: 100%;
}

header img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading1{
  text-shadow: 2px 2px 0px rgb(255, 81, 0);
  color: black;
  border: 2px dotted red;
  display: inline-block;
  border-radius: 20px;
  animation: ani1 1s linear infinite alternate;
}

th,td{
  text-align: center;
  vertical-align: middle;
  font-weight:700;
}

.color1{
    color:rgba(239, 111, 118, 1);
}

@media only screen and (max-width: 600px) {
  td{
      font-size: 0.7rem !important;
  }
  header .heading{
      text-align:center;
      font-size:2.5rem !important;
  }
  .text-center-sm{
      text-align:center !important;
  }
  span#single{
      font-size:1.4rem;
  }
  
  #nav-web-title{
      font-size: .7rem;
  }
}

.table_head{
  background: linear-gradient(90deg, rgba(255, 145, 77, 1) 0%, rgba(239, 111, 118, 1) 100%);
  color:white !important;
}

.table, .table-bordered{
  border: 2px solid rgb(255, 145, 77) !important;
}

.result_table{
  border: 2px solid  red !important;
}

.navbar-brand{
  text-transform: uppercase;
}

.btn-custom{
  background: var(--primary-color) !important;
}

section {
  padding: 60px 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-area {
  border-bottom: 1px solid #353C46;
}

.contact-content p {
  font-size: 15px;
  margin: 30px 0 60px;
  position: relative;
}

.contact-content p::after {
  background: #353C46;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80%;
}

.contact-content h6 {
  color: #8b9199;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #353c47;
  margin: 0 10px;
}

.contact-social {
  margin-top: 30px;
}

.contact-social > ul {
  display: inline-flex;
}

.contact-social ul li a {
  border: 1px solid #8b9199;
  color: #8b9199;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  padding-top: 7px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.contact-social ul li a:hover {
  border: 1px solid #FAB702;
  color: #FAB702;
}

header .heading{
    font-size:3rem;
}

.contact-content img {
  max-width: 210px;
}

section, footer {
  background: #1A1E25;
  color: #868c96;
}

footer p {
  padding: 40px 0;
  text-align: center;
}

.color-gray{
    color:gray;
}

footer img {
  width: 44px;
}

#contact{
  width: 100%;
  background-color: rgb(255, 245, 233);
}

.navbar-toggler{
    background:#ef6f76 !important;
}