body,
h1,
h2,
p,
ul,
li {
  scroll-behavior: smooth;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.live-update {
  padding: 8px;
  font-weight: 700;
  color: #ff5733; /* Changed color */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 21px;
  background: #fff;
  background: -moz-linear-gradient(top, #ff5733 0%, #c70039 100%); /* Changed gradient */
  background: -webkit-linear-gradient(top, #ff5733 0%, #c70039 100%); /* Changed gradient */
  background: linear-gradient(to bottom, #ff5733 0%, #c70039 100%); /* Changed gradient */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5733', endColorstr='#c70039', GradientType=0); /* Changed gradient */
}

body {
  font-family: "Arial", sans-serif;
  background-color: #f0f0f0; /* Changed background color */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.container>h2,
.container-fluid>h2 {
  text-align: center;
}
#tips {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  background-color: #e0f7fa; /* Changed background color */
  color: #ffffff; /* Changed text color */
  padding: 10px;
}

#tips h2 {
  background-image: linear-gradient(to bottom, #ff5733 0%, #c70039 100%);;
}

.game-plan {
  background-color: #ffe0b2; /* Changed background color */
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  color: #8b4513;

}

.game-plan a {
  text-decoration: none;
  color: #e65100; /* Changed text color */
  padding: 10px;
  margin-top: 5px;
}

.game-plan:hover {
  background-image: linear-gradient(to top left,
      #ffcc80, /* Changed gradient color */
      #ffb74d, /* Changed gradient color */
      #fb8c00, /* Changed gradient color */
      #e65100); /* Changed gradient color */
}


header {
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(-45deg, #ff5733, #c70039, #900c3f, #581845); /* Changed gradient */
  background-size: 200% 200%;
  animation: gradient 15s ease infinite;
}

h1 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", sans-serif;
}

nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #343a40; /* Changed background color */
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
  transition: top 0.3s;
}

nav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav ul li {
  margin-right: 10px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
}

nav ul li a:hover {
  background-color: #ff5733; /* Changed hover background color */
  transform: scale(1.1);
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

nav ul li a i {
  margin-right: 5px;
}

section {
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#hero {
  background-color: #343a40; /* Changed background color */
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}

#about, #disclaimer {
  background-color: #ff5733; /* Changed background color */
  color: #ffffff;
  border: 2px solid #c70039; /* Changed border color */
  text-align: center;
  box-shadow: 0px 10px #900c3f; /* Changed shadow color */
}

#disclaimer a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: block;
  font-size: 1.17em;
}

.result1 {
            background-color: #FFFFFF;
            border-width: 2px;
            border-color: #AF7AC5;
            border-style: solid;
            font-size: 24px;
            color: #000;
            padding-top: 7px;
            padding-bottom: 7px;
            font-weight: 700;
            font-style: ;
            text-align: center;
            text-shadow: 1px 1px gold;
        }
        
        .mp-btn {
    padding: 0.25rem 0.75rem;
    margin-top: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #fff;
    text-decoration: none;
    background: linear-gradient(to right, darkgreen, yellow, darkgreen);
    color: #fff;
    border-radius: 2px;
}

.blink {
    animation-direction: alternate;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-name: blinker;
}

.refresh {
    font-style: italic;
    margin-top: 10px;
    background: #F50615 repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #9b14b3;
    margin-bottom: 10px;
}

.telegram {
    background: repeating-linear-gradient(red, black 70px);
    color: white;
    border-width: 1px;
    border-color: black;
    border-style: inset;
    font-weight: 700;
    font-style: italic;
    font-size: 15px;
    border-radius: 8px;
    padding: 5px 10px;
    box-shadow: 0px 0px 5px #000000d6;
    position: fixed;
    bottom: 75px;
    left: 5px;
}

#results {
  background-color: #f0f0f0; /* Changed background color */
  color: #333;
  text-align: center;
}

/* Other styles remain unchanged */

/* Add general styles for the footer-menu */
#footerMenu {
  margin-bottom: 0px;
}

#footerMenu .footer-menu {
  background-color: #ff5733; /* Changed background color */
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
}

#footerMenu .footer-menu li {
  color: #fff;
  margin-right: 15px;
}

#footerMenu .footer-menu a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

#footerMenu .footer-menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

#footerMenu .footer-menu a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

/* Add a new class for the smooth hover effect */
.smooth-hover {
  transition: all 0.3s ease;
}

.smooth-hover:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
  color: #FFD700;
}

footer {
  padding: 20px;
  margin: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}
/* Add styles for the divider spans */
.divider {
  color: #fff;
  font-weight: bold;
  margin: 0 5px;
}

@keyframes glowing-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(21, 1, 1, 0.7);
  }

  70% {
    box-shadow: 0 0 0 30px rgba(145, 15, 15, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(14, 1, 1, 0);
  }
}

.button {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #ff5733, #c70039); /* Changed gradient */
  width: 40%;
  height: 2rem;
  margin-top: 10px;
  border: none;
  border-radius: 25px;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  transition: transform 0.3s ease;
}

.button > a {
  text-decoration: none;
  color: white;
}

.button::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 30px;
  box-shadow: 0 0 20px #c70039; /* Changed shadow color */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.button:hover::before {
  opacity: 1;
}

.button:hover {
  transform: scale(1.1);
}
#contact {
  background: linear-gradient(135deg, #ff5733, #c70039, #900c3f, #581845); /* Changed gradient */
  color: #fff; /* Changed text color */
  text-align: center;
}

.gussing-bazar {
  color: #fff; /* Changed text color */
  background-image: linear-gradient(to right, #ff5733, #c70039, #900c3f, #581845); /* Changed gradient */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 20px;
}

.guess-matka {
  background-color: #f0f0f0; /* Changed background color */
  border-radius: 20px;
}

.guess-matka-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #ccc; /* Changed border color */
  padding: 15px;
}

.guess-item-list {
  width: 50%;
  color: #ff5733; /* Changed text color */
  font-style: italic;
  font-size: 15px;
  font-weight: 900;
}

#panna {
  background-color: #f0e68c; /* Changed background color */
  text-align: center;
}

.panna-plan {
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px;
  color: #8b4513; /* Changed text color */
  font-weight: 800;
  background-color: #deb887; /* Changed background color */
}

.panna-plan:hover {
  background-color: #8b4513; /* Changed hover background color */
  color: #f0e68c; /* Changed hover text color */

  >a {
    background-color: #8b4513; /* Changed hover link background color */
    color: #f0e68c; /* Changed hover link text color */
    text-decoration: none;
    text-transform: uppercase;
  }
}

.panna-plan a {
  color: #f0e68c; /* Changed link text color */
  text-decoration: none;
  text-transform: uppercase;
}

#panna>h2 {
  background-color: #8b4513; /* Changed background color */
  color: #f0e68c; /* Changed text color */
}



@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.accordion {
  margin: auto;
}
.accordion-item {
  background-color: #e0f7fa; /* Changed background color */
  border: 1px solid #00796b; /* Changed border color */
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.accordion-header {
  background-color: #00796b; /* Changed background color */
  color: white;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}
.accordion-content {
  display: none;
  padding: 15px;
  background-color: #b2dfdb; /* Changed background color */
}

.line {
  border-bottom: 2px solid #ff5733;
}

.record-plan {
  border: 1px solid #1d5d9b;
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px;
  color: #fff;
  font-weight: 800;
}

.record-plan:hover {

  background-color: white;
  color: #01013e;

  >a {
    background-color: white;
    color: #01013e;
    text-decoration: none;
    text-transform: uppercase;
  }
}

.record-plan a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.record-heading {
  background-color: teal;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      #fff2af 0%,
      #7cb490 29%,
      #000000 67%,
      #d31900 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 25px;

}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}