@media only screen and (max-width: 720px) and (min-width: 320px) {
  .mt-t {
    margin-bottom: 0px !important;
  }
.web-imges{
  width: 100% !important;
}
  .services-heading{
    font-size: 32px !important;
  }
.game-img-3{
  width: 100% !important;
}
  .rigth-sec{
    padding-left: 0 !important;
  }
  .rigth-sec h3 {
    font-size: 32px !important;
    line-height: 40px !important;
    text-align: center !important;
}

.pl-50{
  padding-left: 0px !important;
}

img.webbg{
    display: none;
}
.web-cta-section {
    background: linear-gradient(135deg, #da0000, #ff2c2c) !important;
    /* background-image: url(../img/bg2.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 0px 0 !important;
}

.cta-text {
    flex: 1 1 50%;
    min-width: 280px;
    padding: 12px !important;
    padding-bottom: 0 !important;
}
section.webs {
    background: #fef9f3;
    padding: 25px 0px;
}
  .pl {
    padding-left: 0 !important;
  }

  .font-42 {
    font-size: 26px !important;
    margin-top: -45px !important;
  }
  .desktop {
    display: none !important;
  }

  .digital-sec .stats-section img {
    width: 100%;
  }

  .game-bg-img2 {
    display: none;
  }

  .end-texts {
    text-align: center !important;
  }

  img.game-bg-img {
    display: none;
  }

  .game-para {
    position: unset !important;
  }

  .game-expert {
    position: unset !important;
  }

  .card-flex {
    padding: 20px !important;
  }

  .hero-sec-text {
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
  }

  .hero-heading {
    font-size: 28px !important;
    padding: 15px;
  }

  .hero-description {
    padding: 15px;
}

  .stats-section img {
    width: 100% !important;
  }

  .game-expert {
    padding: 25px !important;
  }
  .footer-img {
    position: absolute;
    left: 15%;
    top: 20%;
    opacity: 0.2;
    width: 65%;
  }

  .contact-link {
    display: none;
  }

  .top-bar {
    display: none;
  }

  div#v-pills-tab {
    width: auto;
    padding-left: 0;
    padding-top: 0;
  }
  nav .navbar .links li .sub-menu {
    left: -254% !important;
  }

  .custom-tab-items {
    left: 36%;
    position: relative;
  }

  .custom-tab-header {
    position: relative;
    width: 26%;
    left: 38%;
  }

  .stats-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 25px;
    margin-top: -5px;
    margin-bottom: 11px;
  }

  .testimonial-all-card {
    padding: 0px 0px;
  }
  .mt-18 {
    margin-top: 0;
  }
  .mt-30 {
    margin-top: 0;
  }
  .hero-section h1 {
    font-size: 24px;
  }

  .ftr-image {
    padding: 10px;
  }

  .ftr-bg img {
    display: none;
  }

  .logo {
    width: 230px;
  }

  .hero-section {
    margin-top: 75px;
  }
  .desktop-nav {
    display: none !important;
  }
  .nav-tabs .nav-link {
    padding: 10px 4px;
    font-size: 12px;
  }

.image-wrapper{
    padding-right: 0 !important;
}

.why-section {
    padding-right: 0 !important;
}

.end-texts h3{
    margin-top: 0 !important;
}

img.hali{
    display: none;
}

.rule-card{
    display: none;
}
}
@media only screen and (max-width: 1200px) and (min-width: 765px) {
  .stats-title {
    font-weight: 600;
    font-size: 26px;
    line-height: unset;
    margin-top: -65px;
    margin-bottom: 10px;
    color: #f61d26;
  }
  .stat-label {
    font-size: 10px !important;
    color: #444;
  }

  .stat-number {
    font-size: 26px !important;
  }

  .footer-img {
    left: 0 !important;
  }
}

@media only screen and (max-width: 800px) and (min-width: 650px) {
  .stats-title {
    margin-top: 0 !important;
  }
}

/* Make stats section numbers more responsive */
.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #800000;
}

.stat-label {
  font-size: 1rem;
  color: #444;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767.98px) {
  .stat-box {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .stats-title {
    font-size: 18px;
    line-height: 1.6;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .stat-label {
    font-size: 0.95rem;
  }

  .stats-section img {
    max-width: 100%;
    height: auto;
  }
}

/* Medium screens (tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .stat-box {
    margin-bottom: 1rem;
  }

  .stat-number {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 70000px) and (min-width: 720px) {
  .mobile {
    display: none;
  }

  .mob-nav {
    display: none !important;
  }
}

.mt-t {
  margin-bottom: 120px;
}
.cards {
  background-color: #871d25;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.image-box {
  overflow: hidden;
  border-radius: 10px;
}

.object-fit-cover {
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .cards {
    text-align: center;
  }
}

/* Custom responsive heading */

/* Font size scaling for different screens */
@media (max-width: 575.98px) {
  .responsive-heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .responsive-heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .responsive-heading {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .responsive-heading {
    font-size: 38px;
    margin-top: 0;
  }
  .stat-number {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .stat-number {
    margin-top: 20px !important;
  }
}
@media (min-width: 1400px) {
  .text-muted {
    margin-top: 40px;
  }
  .stat-number {
    margin-top: 40px !important;
  }
}
/* Stats number animation styling (if needed) */
.stat-number {
  font-size: 42px;
  font-weight: 600;
  color: #333;
  margin-top: 30px;
}

.text-muted {
  margin: 0;
}
.stat-label {
  font-size: 0.9rem;
  color: #666;
}
.top-bar {
  transition: top 0.3s ease;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.navbar {
  background: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: top 0.3s ease;
  /* position: fixed; */
  width: 100%;
  top: 40px; /* initially below top-bar */
  z-index: 998;
}

.navbar.sticky {
  top: 0;
}


@media only screen and (max-width: 1350px) and (min-width: 900px) {
.game-expert h3{
    font-size: 32px !important;
    line-height: 38px !important;
}

.game-expert{
    padding: 14px !important;
    left: 32px !important;
}

}


@media only screen and (max-width: 1400px) and (min-width: 1000px) {
.mob-accordion .accordion-header{
  padding: 0;
}
}