/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/

@font-face{
  font-family:RobotoBlack;
  src:url("../fonts/roboto-black-webfont.eot");
  src:url("../fonts/roboto-black-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/roboto-black-webfont.woff2") format("woff2"),url("../fonts/roboto-black-webfont.woff") format("woff"),url("../fonts/roboto-black-webfont.ttf") format("truetype"),url("../fonts/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:RobotoBold;
  src:url("../fonts/roboto-bold-webfont.eot");
  src:url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/roboto-bold-webfont.woff2") format("woff2"),url("../fonts/roboto-bold-webfont.woff") format("woff"),url("../fonts/roboto-bold-webfont.ttf") format("truetype"),url("../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:RobotoMedium;
  src:url("../fonts/roboto-medium-webfont.eot");
  src:url("../fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/roboto-medium-webfont.woff2") format("woff2"),url("../fonts/roboto-medium-webfont.woff") format("woff"),url("../fonts/roboto-medium-webfont.ttf") format("truetype"),url("../fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:RobotoRegular;
  src:url("../fonts/roboto-regular-webfont.eot");
  src:url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/roboto-regular-webfont.woff2") format("woff2"),url("../fonts/roboto-regular-webfont.woff") format("woff"),url("../fonts/roboto-regular-webfont.ttf") format("truetype"),url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}


body {
  font-family: "RobotoRegular";
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: "RobotoMedium";
}
a {
  color: #020a16;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

p {
  font-size: 20px;
  line-height: 24px;
}

ul {
  margin: 0;
}

svg {
  flex-shrink: 0;
}

.btn {
  padding: 10px 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 50px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
  background: #dd1f26;
  background: linear-gradient(137deg,
      rgba(221, 31, 38, 1) 0%,
      rgba(251, 60, 67, 1) 100%);
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn:hover svg g path {
  stroke: #fff;
}

@keyframes zoomInImage{
  from{
    transform:scale3d(1,1,1)
  }
  to{
    transform:scale3d(1.1,1.1,1.1)
  }
}
.zoomInImage{
  animation-name:zoomInImage;
}

@keyframes zoomOutImage{
  from{
    transform:scale3d(1.1,1.1,1.1)
  }
  to{
    transform:scale3d(1,1,1)
  }
}
.zoomOutImage{
  animation-name:zoomOutImage;
}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.slide {
    width: 31%;
    height: 237px;
    box-shadow: 0 4px 8px rgba(117, 117, 117, .0916193);
    -webkit-box-shadow: 0 4px 8px rgba(117, 117, 117, .0916193);
    -moz-box-shadow: 0 4px 8px rgba(117,117,117,.0916193);
}

.inner-banner-first, .banner-2 {
    left: 50%;
    position: absolute;
    transform: translate(-50%,0%);
}
.inner-banner-first {
    bottom: 0;
    width: 780px;
}
.slide {
    position: relative;
    height: 670px;
    box-sizing: border-box;
}
.slick-track .slide.background-first, .slick-track .slide.background-second, .slick-track .slide.background-third {
    background: url('../images/backgroundnew.png') 0 0/100% 100% no-repeat;
}
.navbar-transparent{
  background: transparent;
}
.responsive  .slick-dots li button {
    color: #fff !important;
}

.responsive  .slick-dots li.slick-active button:before {
    color: rgba(221, 31, 38, 1);
    width: 10px;
    height: 10px;
    background: rgba(221, 31, 38, 1);
    border-radius: 100%;
    line-height: 10px;
}

.responsive  .slick-dots li button:before {
    color: #fff;
    opacity: .8;
    background: #fff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.responsive  .slick-dots li button {
    width: 10px;
    height: 10px;
}

.responsive  .slick-dots li {
    width: 10px;
    height: 10px;
}

.responsive  .slick-dots {
    bottom: 15px;
}
.download-btn-green{
  background-color: #00b137;
  color: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 11px 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 0 rgba(255, 255, 255, 0.5);
}
.download-btn-green:hover, .download-btn-green:focus, .download-btn-green:active, .download-btn-green:focus-visible{
  background-color: #00b137 !important;
  color: #fff !important;
  border: 1px solid #00b137 !important;
}
span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

button.navbar-toggler {
  border-color: rgba(221, 31, 38, 1);
  padding: 10px;
}

#navbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  z-index: 1000;
  background: #fff;
  
}
.navbar{
  font-size: 14px;
  padding: 20px 15px;
}
.transprant_header {
    position: absolute;
    z-index: 10;
    width: 100%;
}
#navbar.sticky {
  position: fixed;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.navbar.sticky {
  top: -1px;
  left: 0;
  width: 100%;
  position: sticky;
  border-radius: 0;
  z-index: 1030;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-color: transparent;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.header .navbar-nav {
  gap: 32px;
}

.header .navbar-brand {
  padding: 0;
}

.header .navbar-nav li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  line-height: 1.3;
}

.hero-section {
  background: url(../images/intro-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 130px;
  position: relative;
}

.hero-section::after {
  background: #000;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(2, 10, 22, 1) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 225px;
  left: 0;
}

.hero-section .hero-title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-section .hero-description {
  font-size: 24px;
  margin-bottom: 70px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
}

.section-title-row {
  margin-bottom: 90px;
}

.features-box {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
}

.features-box .features-item {
  border: 2px solid rgba(2, 10, 22, 0.25);
  border-radius: 24px;
  padding: 21px 15px 38px;
}

.features-box .feature-details h4 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  line-height: 54px;
  color: rgba(221, 31, 38, 1);
}

.features-box .feature-details p {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 33px;
  font-weight: 600;
  color: #1b1b1b;
}


.why-choose {
  background: url(../images/why-choose-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #fff;
}

.icon {
  width: 60px;
  height: 60px;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.why-choose-options {
  gap: 25px;
}



.play-steps {
  background: url(../images/steps-bg-new.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 200px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
}

.step h4 {
  margin: 0;
  font-size: 32px;
  line-height: 38px;
}

.play-steps .steps-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 120px;
  color: #fff;
}

.play-steps .steps-title span {
  font-weight: 900;
}

.step-card {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 35px 35px 75px 65px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(220, 53, 69, 0.4);
}

.step-card::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: rgba(221, 31, 38, 1);
}

.step-card::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: rgba(221, 31, 38, 1);
}

.card-number {
    font-size: 32px;
    font-weight: 600;
    padding: 10px;
    border: 1px solid rgba(2, 10, 22, 0.15);
    border-radius: 12px;
    line-height: 1;
    color: #020A16;
}
.step-dec .step-title {
    font-size: 24px;
    font-weight: 600;
    color: #020A16;
}

.step-description {
  font-size: 14px;
  font-weight: 400;
  color: rgba(2, 10, 22, 0.7);
  margin-bottom: 0;
  min-height: 50px;
}

.play-steps .steps-card {
  position: relative;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -65px auto 20px;

 
}


.steps-card.img-fluid {
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  max-width: calc(100% - 30px);

  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
 
  border-radius: 20px;
 
}



.details h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.details p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.section-title-row {
  margin-bottom: 80px;
  margin-top: 32px;
}

.section-title-row h2 {
  font-size: 40px;
  font-weight: bold;
  color: #020a16;
  line-height: 1;
  margin-bottom: 0;
}

.section-title-row h2 span {
  font-weight: 900;
  color: rgba(221, 31, 38, 1);
}

.why-choose-options {
  position: relative;
}

.why-choose-options h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 0;
  display: inline;
}

.play-steps {
  position: relative;
}

.download-section {
  background: url(../images/download-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.accordion-item {
  position: relative;
}

.accordion-item {
  border: none;
  background: transparent;
}

.accordion .accordion-item {
  margin-bottom: 26px;
  border-radius: 8px;
  overflow: hidden;
}

.download-section .download-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.1;
}

.download-section .download-details {
  font-size: 24px;
  color:rgba(255, 255, 255, 1);
  margin: 0;
  line-height: 33px;
}

.download-section .download-details span {
  font-weight: 600;
}

.apk-download-btn {
  margin-top: 60px;
}

/* Footer css start  */
.sticky_btns {
    position: fixed;
    bottom: 10px;
    margin: 0 auto;
    border-radius: 8px;
    z-index: 6;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
}
.footer {
  background: #373737;
  padding-bottom: 80px;
}

.footer-logo {
  padding-bottom: 12px;
}

.footer .company-info {
  margin-bottom: 30px;
}

.footer .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .social-link li a {
    display: inline-block;
}
.footer .social-link i {
    font-size: 30px;
    color: #fff;
    width: 100%;
}
.footer .social-link .fa-twitter-x svg {
    width: 30px;
    height: 30px;
}


.footer .widget-box ul {
  margin: 0;
  padding: 0;
}

.footer .widget-box ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-bottom: 22px;
}

.footer .widget-box ul li {
  list-style: none;
}

.footer .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer .company-info p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  font-weight: 600;
}

.footer .media-body h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.footer .media-body p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 600;
}

.footer .contact_info-box a{
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.footer .top {
  border: 1px solid;
  border-image: linear-gradient(90deg,
      rgba(48, 48, 48, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 1) 100%);
  border-image-slice: 1;
  margin: 0;
}

.footer .bottom {
  border-top: 1px solid #828282;
  margin: 0;
}

.footer .disclamer-text p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.footer .ptopfo {
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #828282;
}

.footer .copyright-text p {
  font-size: 16px;
}

.copyright-text {
    border-top: 1px dashed #828282;
}

/* inner page css  */

.inner-hero-section {
  background: url(../images/backgroundnew.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 260px;
  padding-bottom: 200px;
}

.page-title {
  font-size: 48px;
  font-weight: 700;
}

.about-us-section {
  background: rgba(255, 255, 255, 1);
  padding-bottom: 80px;
  padding-top: 70px;
}

.about-us-section h4 {
  color: #020a16;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
}

.about-us-section p {
  color: #020a16;
  font-size: 22px;
  line-height: 1.6;

  font-weight: 400;
}



.about-us-section p span {
  color: rgba(221, 31, 38, 1);
  font-weight: 700;
}

.about-us-section .Info-section li {
  padding-bottom: 1rem;
}

/* how to play css  */

.nav-tabs {
  gap: 20px;
  border: none;
  justify-content: center;
}

.nav-tabs .nav-link {
  border: 1px dashed #fff;
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  line-height: 1;
  border-radius: 20px;
  font-size: 24px;
  height: 160px;
  width: 160px;
  align-items: center;
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
  color: #fff;
  font-weight: 700;
}

/* Container setup */
.steps-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 20px;
}

/* Individual step card */
.step-container {
  flex: 1 1 calc(50% - 24px);
  /* Two per row */
  background-color: rgba(221, 31, 38, 0.05);
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
}

/* Align step number and text in a row */
.step-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 0rem;
  min-height: 200px;
}

/* Step number styling */
.step-number {
  font-size: 112px;
  font-weight: bold;
  color: rgba(221, 31, 38, 1);
  line-height: 1;
  flex-shrink: 0;
}

/* Step details */
.step-detials h5 {
  font-size: 36px;
  margin: 0 0 10px;
  color: #020a16;
  font-weight: 700;
}

.step-detials p {
  font-size: 20px;
  margin: 0;
  color: rgba(2, 10, 22, 0.7);
}

/* Step image */
.step-image {
  margin-top: 20px;
  text-align: center;
}

.step-image img {
  max-width: 520px;
  height: auto;
  border-radius: 8px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.step-image .img-winnings {
  box-shadow: none;
}


.special-card {
  background: url("../assets/images/background-winnings.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(221, 31, 38, 1);
  color: aliceblue;
  min-height: 300px;
  padding: 24px 24px 0px 24px;
}

.step-container.dark-bg.special-card .step-image img {
  /* Example styles */
  max-width: 500px;
  /* Limit max width */
  margin: -190px auto 0;
  /* Center horizontally with margin on top */
  text-align: center;
  /* Center the image inside the div */
}

.step-container.dark-bg.special-card .step-header {
  padding: 0rem;
}

/* Responsive adjustments */
@media (max-width: 768px)  {

  .step-container {
    flex: 1 1 100%;
   
  }


  .step-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 0rem;
    min-height: 40px;
  }

  .about-content p {
    color: #020a16;
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
    font-weight: 400;
  }

  .step-number {
    font-size: 48px;
  }

  .step-detials h5 {
    font-size: 24px;
  }

  .step-detials p {
    font-size: 16px !important;
  }

  .steps-card.img-fluid {
    border-radius: 12px;
  }
  .step-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .step-container.dark-bg.special-card .step-image img {
    /* Example styles */
    max-width: 100%;
    margin: -100px auto 0;
    /* Limit max width */
    /* Center horizontally with margin on top */
    text-align: center;
    /* Center the image inside the div */
  }

  .step-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 0rem;
  }
}

@media (max-width: 1399px){
  .step-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 0rem;
    min-height: 40px;
  }

}


.winning-sec {
  background: #000;
}

.winning-inner {
  position: relative;
  border-radius: 8px;
  padding-left: 70px;
  padding-right: 70px;
}

.winning-inner:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(240deg, rgba(30, 30, 30, 1), rgba(255, 255, 255));
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
}

.winning-inner:after {
  background: #999999;
  background: radial-gradient(circle,
      rgba(153, 153, 153, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0.15;
}

.winning-detials h2 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.winner-playe-img {
  margin-top: -100px;
}

/* FAQs section css  */

.faqs-page {
  background: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
}

/*.faqs-page h2 {
  color: rgba(221, 31, 38, 1);
}*/

.faqs-page .section-title-row p {
  color: #787A80;
  line-height: 1.6;
  padding-top: 1rem;
  font-size: 18px;

}

.accordion-item .accordion-body p {
  font-size: 20px;
  color: rgba(2, 10, 22, 0.7);
  line-height: 1.6;
}

.faqs-page .accordion-body li {
  font-size: 20px;
  color: rgba(2, 10, 22, 0.7);
}

.faqs-page .accordion-item {
  background: rgba(243, 243, 243, 1);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

/* Accordion Container */
.custom-accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 30px;
  box-shadow: 0px 40px 40px 0px rgb(14 17 51 / 10%);
  background-color: rgba(255, 255, 255, 1);
}

.custom-accordion-btn {
  background-color: #fff !important;
}

/* Button Style */
.custom-accordion-btn {
  font-weight: 500;
  background-color: rgba(255, 255, 255, 1) !important;
  color: #000;
  padding: 1rem;
  border: none;
  box-shadow: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Hide Bootstrap arrow icon */
.accordion-button::after {
  display: none;
}

/* Custom + and - icons */
.faqs-page .custom-accordion-btn::before {
  content: "+";
  font-size: 24px;
  color: #dd1f26;
  /* red */
  font-weight: bold;
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: rgba(220, 53, 69, 0.1);
  /* faint red */
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  transition: all 0.3s ease;
}

.faqs-page .custom-accordion-btn:not(.collapsed)::before {
  content: "–";
  background-color: #dd1f26;
  color: #fff;
}

/* Remove default arrow from Bootstrap accordion */
.faqs-page .accordion-button::after {
  display: none !important;
}

.faqs-page .accordion-button {
  color: #000 !important;
  box-shadow: none !important;
  border: none !important;
}

.faqs-page .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
}

.faqs-page .accordion-body p {
  font-size: 20px;
  font-weight: 400;
}

/* Expanded state */

/* Align the icon to the right */
.custom-accordion-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Optional: Space between text and icon */
.custom-accordion-btn i {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .faqs-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faqs-page .accordion-header .accordion-button {
    font-size: 20px;
  }

  .faqs-page .custom-accordion-btn::before {
    content: "+";
    font-size: 24px;
    color: #dc3545;
    /* red */
    font-weight: bold;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(220, 53, 69, 0.1);
    /* faint red */
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    transition: all 0.3s ease;
  }

  .custom-accordion-btn {
    font-size: 18px;
    padding: 0.75rem 3rem 0.75rem 1rem;
    /* extra right padding for icon */
    position: relative;
    /* make sure position relative for ::before */
  }

  .custom-accordion-btn::before {
    font-size: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .accordion-body p {
    font-size: 16px;
    /* smaller content text */
    margin-top: 0;
  }

  .custom-accordion-btn i {
    margin-left: 5px;
  }
}

/* Points section css  */

.points-section {
  background: #fff;
  padding: 100px 0;
  color: #020a16;
}

.poitns-inner {
  padding-top: 30px;
}

.table-header {
  background-color: rgba(221, 31, 38, 1);
  color: white;
  font-size: 32px;
  font-weight: 500;
  padding: 10px 35px 10px 20px;
  border: none;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.points-section .accordion-item {
  border-radius: 6px;
  background-color: rgba(221, 31, 38, 0.05);
}

table thead tr {
  background-color: #000 !important;
  color: #fff !important;
}

table thead tr th,
table thead tr th button {
  color: #fff !important;
  background-color: transparent;
  border: none;
  font-weight: bold;
}

.points-section .table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solidrgba(221, 31, 38, 1);
  border-radius: 6px;
  overflow: hidden;
  background-color: rgba(221, 31, 38, 0.05);
}

.points-header-row th {
  /* Remove all padding */
  padding-top: 0px;
  /* Add top padding if needed */
  padding-left: 0px;
  /* Left */
  padding-bottom: 40px;
  /* Right */
  /* no bottom padding */
}

.column-header-row th {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 12px;
 
  padding: 20px 40px;
  font-size: 30px;
}

.points-section .table td {
  padding: 20px 40px;
  color: #000;
  background-color: rgba(221, 31, 38, 0.05);
  font-size: 24px;
}

.points-section .table,
.points-section .table {
  border: 1px solid rgba(221, 31, 38, 0.3);
}

.points-section .table tbody tr:last-child {
  border-bottom: none;
}

table tbody tr:last-child td {
  border-bottom: none !important;
}

.short-content li {
  font-size: 20px;
  color: rgba(2, 10, 22, 1);
  text-align: justify;
}

.short-content li span {
  color: #dd1f26;
  text-align: justify;
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .hero-section .hero-title {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 15px;
  }

  .hero-section .hero-description {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-nav {
    gap: 8px;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-section .hero-title {
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .hero-section .hero-description {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .apk-download-btn {
    margin-top: 20px;
  }

  .features-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-box .feature-details h4 {
    font-size: 30px;
    line-height: 1.3;
  }

  .features-box .feature-details p {
    font-size: 20px;
    line-height: 1.3;
  }

  .features-box .features-item {
    padding: 20px 15px;
  }

  .why-choose {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title-row h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .section-title-row {
    margin-bottom: 40px;
    margin-top: 0;
  }




  .play-steps {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .play-steps .steps-title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .step-description {
    line-height: 80px;
  }


  .step-card {
    padding: 35px 35px 75px;
  }

  .step-dec .step-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .card-number {
    font-size: 28px;
  }

  .step-dec .step-description {
    font-size: 12px;
    line-height: 1.3;
  }

  .download-section .download-title {
    font-size: 50px;
    line-height: 1.2;
  }

  .footer .company-info p {
    margin-right: 0px !important;
    font-size: 18px;
  }
}



@media (max-width: 359px) {
  .features-box .feature-details h4 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    color: red !important;
  }

  .features-box .feature-details p {
    font-size: 12px !important;
  }

  .brand-logo {
    width: 210px;
  }


}


@media (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    padding-top: 50px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .btn {
    padding: 15px 20px;
    font-size: 18px;
  }

  .btn svg {
    height: 18px;
  }

  .hero-section .hero-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .hero-section .hero-description {
    font-size: 16px;
    margin-bottom: 30px;
    margin-right: 100px;
  }

  .why-choose {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .why-choose::before,
  .why-choose::after {
    display: none;
  }

  .section-title-row {
    margin-bottom: 40px;
  }

  .section-title-row p {
    margin-bottom: 0;
    font-size: 16px;
  }

  .play-steps {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .play-steps .steps-title {
    margin-bottom: 50px;
    font-size: 35px;
    line-height: 1.3;

  }



  .step-dec .step-title {
    font-size: 20px;
    margin-bottom: 10px;

  }

  .card-number {
    font-size: 28px;
  }

  .steps-title {
    font-size: 50px;
    margin-bottom: 50px;
  }

  .steps {
    gap: 70px;
    margin-bottom: 50px;
  }

  .step h4 {
    font-size: 28px;
    line-height: 32px;
  }

  .section-title-row h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #222 !important;
  }

  .section-title-row p {
    color: #333 !important;
    /* dark gray for visibility */
    font-size: 16px !important;
  }

  .section-title-row {
    margin-bottom: 40px !important;
    padding: 0 15px !important;
    text-align: center !important;
  }

  .faqs-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .accordion-button {
    font-size: 22px;
  }

  .accordion-body {
    font-size: 16px;
  }

  .download-section {
    padding-top: 50px;
  }

  .download-section .download-title {
    line-height: 1.3;
  }

  .download-section .download-details {
    font-size: 26px;
    line-height: 1.3;
  }

  .apk-download-btn {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .apk-download-btn a svg {
    width: 100%;
  }

  .footer .widget-box ul {
    gap: 5px;
  }

  .footer .ptopfo {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .inner-hero-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .nav-tabs {
    flex-wrap: nowrap;
    align-items: start;
    justify-content: space-around;
    overflow-y: scroll;
    gap: 15px;
  }

  .nav-tabs .nav-link {
    height: 150px;
    width: 150px;
    padding: 10px !important;
    font-size: 18px;
  }

  .nav-tabs .nav-link .img-fluid {
    width: 100px;
  }

  .step-container {
    flex-direction: column;
  }

  .step-text {
    padding: 30px;
    max-width: 100%;
    flex-direction: column;
    gap: 10px !important;
    width: 100%;
  }

  .step-image {
   
    width: 100%;
    text-align: center;
  }

  .step-number {
    font-size: 61px;
  }

  .step-detials h5 {
    margin-bottom: 10px;
  }

  .about-us-section {
    padding-bottom: 60px;
  }

  .winning-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .winning-detials {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .winning-detials h2 {
    font-size: 34px;
    line-height: 45px;
  }

  .faqs-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-title {
    font-size: 44px;
    line-height: 1.2;
  }

  .points-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #navbar .navbar-collapse {
    padding: 30px;
    align-items: center;
    text-align: center;
    background: #ffffff;
    margin-top: 10px;
  }

  .header .navbar-nav {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .transprant_header{
    padding: 15px 0;
  }
  .sticky_btns div a svg {
    width: 100%;
    height: 100%;
  }
.inner-banner-first {
    width: 100%;
    padding: 0 30px;
}
  .sticky_btns {
      padding: 0 15px;
  }
  .hero-section {
    padding-top: 20px;
  }

  .features-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-section .hero-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .hero-section .hero-description {
    font-size: 16px;
    margin-right: 0 !important;
    margin-bottom: 25px;
  }

  .btn {
    font-size: 18px;
  }

  .btn svg {
    width: 18px;
    height: 18px;
  }

  .features-box .feature-details h4 {
    font-size: 24px;
    line-height: 1.3;
  }

  .features-icon svg {
    width: 45px;
  }

  .features-box .feature-details p {
    font-size: 15px;
    line-height: 1.2;
  }

  .features-box .features-item {
    padding: 20px 15px;
  }

  .section-title-row h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .why-choose {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .why-choose-options h4 {
    font-size:24px;
    text-align: center;
     display: block;
  }

  .why-choose-options {
    padding: 15px;
  }

  .section-title-row {
    margin-bottom: 30px;
  }

  .play-steps .steps-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 50px;
  }

  .play-steps {
    padding-top: 50px;
    padding-bottom: 50px;
  }



  .steps {
    margin-bottom: 40px;
  }

  .faqs-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .download-section {
    padding-top: 50px;
  }

  .download-section .download-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .download-section .download-details {
    font-size: 18px;
    line-height: 1.4;
  }

  .apk-download-btn {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .inner-hero-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .page-title {
    font-size: 44px;
    line-height: 1.2;
  }

  .nav-tabs {
    flex-wrap: nowrap;
    align-items: start;
    justify-content: space-around;
    overflow-y: scroll;
    gap: 15px;
  }

  .nav-tabs .nav-link {
    height: 100px;
    width: 100px;
    padding: 10px !important;
    font-size: 16px;
  }

  .nav-tabs .nav-link .img-fluid {
    width: 60px;
  }

  .step-container {
    flex-direction: column;
  }

  .step-text {
    padding: 30px;
    max-width: 100%;
    flex-direction: column;
    gap: 10px !important;
  }

  .step-image {
   
    width: 100%;
    text-align: center;
  }

  .step-number {
    font-size: 50px;
  }

  .step-detials h5 {
    margin-bottom: 10px;
  }

  .about-us-section {
    padding-bottom: 60px;
  }

  .winning-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .winning-detials {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .winning-detials h2 {
    font-size: 54px;
    line-height: 61px;
  }

  .points-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .transprant_header .navbar-collapse {
    padding: 30px;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    background: #000;
  }

  .header .navbar-nav {
    gap: 15px;
  }

  .footer .ptopfo {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .footer .company-info p {
    font-size: 16px;
  }

  .footer .widget-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer .media-body h4 {
    font-size: 18px;
  }

  .footer .disclamer-text p {
    font-size: 14px;
  }

  .footer .copyright-text p {
    font-size: 14px;
  }

  .step-card {
    padding: 35px 35px 75px 35px;
  }

  .step-dec .step-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .why-choose-options h4 {
    font-size:18px !important;
    text-align: center;
    display: block;
  }
}



/* Blog css start  */

.blog-section {
  background-color: #ffffff;
}

.section-header-wrapper {
  background-color: rgba(221, 31, 38, 0.05);
  margin-bottom: 1.5rem;
}

.section-header-wrapper button {
  background-color: rgba(221, 31, 38, 1);
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 80px 12px 30px;
  /* increased padding */
  border: none;
  white-space: nowrap;
  width: fit-content;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.Recent-blog-section small.text-muted {
  color: rgba(221, 31, 38, 1) !important;
  font-size: 20px;
}

.Recent-blog-section .section-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Recent-blog-section .section-header-wrapper a {
  font-size: 16px;
  color: #e32626;
  text-decoration: underline;
  /* underline the link */
  cursor: pointer;
  font-weight: normal;
  padding-right: 20px;
}

.Recent-blog-section .row>.col-md-6,
.Recommnended-section .row>.col-12 {
  padding-left: 8px;
  padding-right: 8px;
}

.card-body {
  padding: 1rem 1rem 1.2rem 1rem;
}

/* Make sure the cards fill their column widths */
.Recent-blog-section strong {
  font-size: 20px;
}

.Recent-blog-section .card {
  border: 1px solid rgba(221, 31, 38, 0.5);
  background-color: rgba(221, 31, 38, 0.05);
  border-radius: 24px;
}

.Recent-blog-section p {
  font-size: 16px;
}

.Recommnended-section strong {
  font-size: 20px;
}

.Recommnended-section small.text-muted {
  color: rgba(221, 31, 38, 1) !important;
  font-size: 20px;
}

.Recommnended-section .card {
  border: 1px solid rgba(221, 31, 38, 0.5);
  background-color: rgba(221, 31, 38, 0.05);
  border-radius: 24px;
}

.Recommnended-section p {
  font-size: 16px;
}

.trending-btn {
  background-color: rgba(221, 31, 38, 1);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.2rem;
}

.trending-btn:hover {
  background-color: rgba(221, 31, 38, 1);
}

.overlay-card {
  position: relative;
  overflow: hidden;
}

.overlay-card img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay-text {
  position: absolute;
  bottom: 0;

  color: #fff;
  width: 100%;
  padding: 15px;
  font-weight: 500;
  font-size: 24px;
}

/* Privacy-Policy css start  */
.about-us-section .Info-section {
  color: #020a16;
  font-size: 22px;
  line-height: 1.6;

}

/* Terms-Condition css start  */
.about-us-section .Terms-content h5 {
  color: #020a16;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.about-us-section .Terms-content a {
  color: #020a16;
  font-size: 24px;
  line-height: 1.6;
  text-decoration: underline;
  /* Always underline */
  cursor: pointer;
  /* Show pointer on hover */
  font-weight: 400;
}




/* Responsive adjustments */
@media (max-width: 768px) {
  .Info-section li {
    color: #020a16;
    font-size: 20px;
    line-height: 1.6;
  }

  .about-us-section h4 {
    color: #020a16;
    font-size: 20px;
    font-weight: 700;
  }

  .about-us-section p {
    color: #020a16;
    font-size: 20px;
  }


}

@media (max-width: 992px) {
.points-section .table th,
  .points-section .table td {
    font-size: 20px !important;
  }
 
 
}
 
@media (max-width: 768px) {
  .points-section .table {
    width: 100% !important;
    table-layout: auto !important;
}
 
 
  .points-section .table tr th:first-child,
  .points-section .table tr td:first-child,
  .custom-points-table th:first-child,
  .custom-points-table td:first-child {
    width: 150px !important;
    max-width: 150px !important;
    min-width: 40px !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
 
  .points-section .table .points-header-row th {
    padding: 0 0 20px 0 !important;
 
  }
 
 
 
  .points-section .table th,
  .points-section .table td {
    padding: 12px 10px !important;
    font-size: 14px !important;
 
  }
 
 
  .column-header-row th {
    font-size: 18px !important;
  }
 
  .table-header {
    font-size: 20px !important;
    padding: 10px 30px !important;
  }
 
  .short-content li {
    font-size: 16px;
    color: rgba(2, 10, 22, 1);
    text-align: justify;
  }
 
}