* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}



.slider-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider {
  /* animation: ticker 60s steps(100) infinite; */
  animation: slide-left 35s linear infinite;
  ;
  width: max-content;
  scroll-behavior: smooth;
}

.slider p {
  flex: 0 0 auto;
}

.slider-container:hover .slider {
  animation-play-state: paused;
}

.free-guessing {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.free-guessing-number {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.intro-service {
  height: 100%;
  width: 100%;
  ;
  /* max-height: 300px; */
  overflow-y: auto;
}

.trusted-source {
  height: 100%;
  width: 100%;
  ;
  max-height: 170px;
  overflow-y: auto;
}

.call-icon {
  position: fixed;
  bottom: 25px;
  left: 15px;
  z-index: 1000;
}

.call-icon img {
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.call-icon img:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 1000;
}

.whatsapp-icon img {
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-icon img:hover {
  transform: scale(1.1);
}


@keyframes slide-left {
  0% {
    transform: translateX(0);

  }

  100% {
    transform: translateX(-50%);
  }
}

/* membership */


@media (min-width: 900px) {
  .membership-container {
    padding: 0px 64px 0px 64px !important;
    margin-top: 1.5rem !important;
  }

  .membership {
    border-radius: 28px !important;
  }

  .membership::before {
    content: '';
    position: absolute;
    width: 70.36px;
    height: 444.26px;
    left: 70px;
    top: -167px;
    background-repeat: no-repeat;
    z-index: 0;
    transform: rotate(45deg);
    background: linear-gradient(339deg, rgba(255, 255, 255, .18) 6.76%, rgba(255, 255, 255, 0) 82.08%);
  }

  .membership::after {
    content: '';
    position: absolute;
    width: 70.36px;
    height: 444.26px;
    right: 70px;
    top: -167px;
    background-repeat: no-repeat;
    z-index: 0;
    transform: rotate(315deg);
    background: linear-gradient(339deg, rgba(255, 255, 255, .18) 6.76%, rgba(255, 255, 255, 0) 82.08%);
  }
}

@media (max-width:500px) {

  .web-intro h2 {
    font-size: 20px !important;
  }

  .web-intro p {
    font-size: 14px !important;
    text-align: justify !important;
  }

  .golden-ank {
    padding: 8px 16px !important;
    margin-top: 8px !important;
  }

  .golden-ank-container {
    margin-top: 8px !important;
  }

  .ads-section>p:first-child {
    font-size: 18px !important;
  }

  .ads-section>p:nth-child(2) {
    font-size: 14px !important;
  }

  .ads-section>p:nth-child(3) {
    font-size: 14px !important;
  }

  .ads-section a {
    font-size: 15px !important;
  }

  .notice-board {
    width: 100% !important;
  }

  .notice-board h2 {
    font-size: 30px !important;
  }

  .support-email p {
    font-size: 18px !important;
  }

  .game-zone>p {
    font-size: 18px !important;
  }

  .game-zone-list a {
    font-size: 14px !important;

  }

  .weekly-data>p {
    padding: 4px !important;
    text-align: justify !important;
    font-size: 14px !important;
  }

  .weekly>p {
    font-size: 14px !important;
  }

  .free-game-zone p:first-child {
    font-size: 30px !important;
  }

  .free-guessing>p {
    font-size: 16px !important;
  }

  .free-guessing-number {
    font-size: 12px !important;
  }

  .market-chart>p {
    font-size: 18px !important;
  }

  .markets-name-cha {
    padding: 0 !important;
  }

  .markets-name-cha p {
    font-size: 16px !important;
  }

  .service-heading {
    font-size: 18px !important;
  }

  .intro-service {
    padding: 8px !important;

  }

  .intro-service>h3 {
    font-size: 16px !important;
  }

  .intro-service p {
    font-size: 12px !important;
    text-align: justify !important;
  }

  .service-content{
    margin-top: 12px !important;
  }

  .service-content h4 {
    font-size: 14px !important;
  }

  .trusted-source {
    padding: 8px !important;
  }

  .trusted-source h2 {
    font-size: 14px !important;
  }

  .trusted-source h3 {
    font-size: 13px !important;
  }

  .trusted-source p {
    font-size: 12px !important;
    text-align: justify !important;
  }

  .trusted-source.disclamier p {
    font-size: 12px !important;
  }

  .membership {
    padding: 20px 8px !important;
  }

  .membership h3 {
    font-size: 34px !important;
  }

  .membership div {
    margin-top: 20px !important;
  }

  .faq-container .faq-question,
  .faq-answer {
    font-size: 12px !important;
  }

  .faq-answer p {
    margin: 0 !important;
  }

  .footer{
    padding: 12px 8px !important;
  }
  .footer-container{
    flex-direction: column !important;
  }
  .footer-col-content{
    width: 100% !important;
  }
  .footer-col-content h2 {
    font-size: 20px !important;
    margin-bottom: 4px !important;
  }
  .footer-col-content p {
    font-size: 12px !important;
  }
  .footer-col-head{
    width: 100% !important;
    justify-content: space-between !important;
    margin-top: 15px !important;
  }
  .footer-col h4 {
    margin-bottom: 4px !important;
    font-size: 14px !important;
  }
  .footer-col ul li {
    margin-bottom: 4px !important;
  }
  .footer-col ul li a {
    font-size: 12px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
  }
  .footer-policy{
    display: flex !important;
    gap: 10px !important;
  }
  .footer-policy a {
    font-size: 12px !important;
    margin-right: 0px !important;
  }
  .footer-icons{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .footer-icons a {
    margin-left: 0px !important;
    font-size: 14px !important;
  }
  .footer-desc{
    margin-top: 10px !important;
    font-size: 12px !important;
    text-align: center !important;
  }
  .footer-desc span{
    margin-top: 8px !important;
    text-align: center !important;
  }
}


.faq-item {
  padding: 0px 10px;
  margin-top: 4px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Question Row */
.faq-question {
color: black !important;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 25px 10px 0;
  font-family: Inter;
  text-align: left;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

/* Default icon (+) */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 16px;
  font-weight: bold;
  transition: transform 0.3s ease;
  /* smooth rotation */
}

/* Rotate + into X */
.faq-item.active .faq-question::after {
  transform: translateY(-50%) rotate(45deg);
}

/* Hindi font support */
.hindi {
  font-family: "Noto Sans Devanagari", sans-serif !important;
}

/* Answer collapsed state */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
  font-family: Inter;
  font-size: 14px;
  text-align: left;
}

.faq-answer p {
  margin: 10px 0;
}

/* Answer visible state */
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0px 0px 5px 0;
}




.footer {
  padding: 60px 80px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%;
}

.footer-col-content {
  width: 40% ;
  color: #d1d1d1;
  font-size: 14px;

}

.footer-col-head {
  width: 60%;
}


.footer-col p {
  line-height: 1.6;
  color: #d1d1d1;
  font-size: 14px;
}

.footer-col h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #d3d3d3;
  transition: 0.3s;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #fff;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 30px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-policy a {
  margin-right: 25px;
  color: #d3d3d3;
  text-decoration: none;
  font-size: 14px;
}

.footer-policy a:hover {
  color: #fff;
}

.footer-icons a {
  margin-left: 15px;
  color: #d3d3d3;
  font-size: 18px;
  transition: 0.3s;
}

.footer-icons a:hover {
  color: #fff;
}

.footer-desc {
  max-width: 900px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #cacaca;
}
