.container{
	max-width: 1300px;
}

/* Main navbar styling */
.custom-navbar {
    background-color: #874e02;
    padding: 12px 0;
    border-bottom: 5px solid #5e3904;
}

/* Logo */
.logo-text {
  font-size: 28px;
  font-weight: bold;
  color: #ffd700;
  text-shadow: 2px 2px #003366;
}

/* Navigation links */
.navbar-nav .nav-link {
  color: white;
  font-weight: 500;
  padding: 8px 10px;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #ffcc00;
}

/* Underline under active item */
.nav-underline {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #f6c700;
  margin: 2px auto 0;
}

/* WhatsApp button */
.whatsapp-btn {
  background-color: #ffcc00;
  color: #1f5f4a;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

.whatsapp-btn:hover {
  background-color: #f2b400;
  color: #fff;
}


/* Only show underline on large screens */
.nav-underline {
  display: none;
}

@media (min-width: 992px) {
  .nav-underline {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #f6c700;
    margin: 2px auto 0;
  }
}



/* Hero Section */
.hero-section {
    background-color: transparent;
    background-image: linear-gradient(180deg, #8a4e00 0%, #116257 100%);
   
}

.backimag{
	background: url('https://play99exch.io/wp-content/uploads/2025/08/banner-design-play99.jpg') no-repeat center center;
	border-radius: 30px 30px 30px 30px;
}

.hero-title {
  font-size: 32px;
  font-weight: 700;
  color: #004d2a;
}

.hero-subtext {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.about-btn {
  background: linear-gradient(to right, #004d2a, #a35a00);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 10px;
  transition: 0.3s;
}

.about-btn:hover {
  opacity: 0.9;
  transform: scale(1.03);
}

.hero-right {
 
  background-size: cover;
  min-height: 500px;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}

.hero-logo {
  width: 120px;
  height: auto;
}

.login-card {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 16px;
}

.btn-login {
  background: #844f04;
  color: #fff;
  border: none;
  transition: 0.3s;
}

.btn-login:hover {
  background: #006c3a;
}






.img-shape {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 20px;
}

.btn-custom {
background-color: transparent;
    background-image: linear-gradient(180deg, #225f4b 0%, #8a4e00 100%);
  color: #fff;
  padding: 10px 24px;
  border-radius: 0px 20px 0px 0px;
  border: none;
  transition: 0.3s ease;
}

.btn-custom:hover {
  opacity: 0.9;
  transform: scale(1.02);
}


.portcu{
	
background-color: transparent;
    background-image: linear-gradient(180deg, #225f4b 0%, #8a4e00 100%);
    border-radius: 70px 0px 0px 0px;
	padding-top:50px;
}



.cricbet-steps {
  background-color: transparent;
    background-image: linear-gradient(180deg, #225f4b 0%, #8a4e00 100%);
  color: #fff;
}

.step-card {
  background: linear-gradient(to bottom, #143f2a, #0f2f21);
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.step-card.white-bg {
  background: #fff;
  color: #000;
}

.step-image {
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}



.step-content {
  padding: 20px;
}

.step-content h5 {
  color: #ffc107;
  font-weight: 700;
  font-size: 1.1rem;
}

.step-content p {
  font-size: 14px;
  margin-bottom: 0;
  color: #ccc;
}

.step-card.white-bg .step-content p {
  color: #333;
}

.step-card.white-bg .step-content h5 {
  color: #d19b02;
}

.step-card.with-circle {
  position: relative;
  background: linear-gradient(to bottom, #143f2a, #0f2f21);
  border-radius: 100px 0px 0 0;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  color: #fff;
}

.step-card .step-image {
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.step-card .icon-img {
  width: 100%;
  height: auto;
  z-index: 2;
}

.step-card .step-content {
  padding: 20px;
  position: relative;
  z-index: 2;
}

.step-card h5 {
  color: #ffc107;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 16px;
  margin-bottom: 0;
  color: #ccc;
}

/* Yellow Circle Styling */
.circle-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color:#ffc107c7;
  border-bottom-left-radius: 100%;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Hover effect: expand yellow circle into content */
.step-card:hover .circle-expand {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 30px;
}

/* Optional: Text color changes on hover */
.step-card:hover h5,
.step-card:hover p {
  color: #000;
}


.play9pr {
     background-color: transparent;
 background-image: linear-gradient(180deg, #225f4bd1 0%, #8a4e00 100%), url(../img/curency-back.png);
  background-size: cover;
  background-position: center;
  border-top-left-radius: 100px;
  color: #fdd835;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;
}

.play9pr .stat-value {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.play9pr .stat-label {
  font-size: 1rem;
  margin: 0;
}



.play9pr-guide {
 background-color: transparent;
    background-image: linear-gradient(180deg, #225f4b 0%, #8a4e00 100%);
  color: #fdd835;
  font-family: 'Segoe UI', sans-serif;
  margin-top:30px;
}

.play9pr-guide .guide-title {
  font-size: 2rem;
  font-weight: 700;
}

.step-card1 {
  background: linear-gradient(to top, #000000cc, #00000000);
  padding: 20px;
  border-radius: 40px 40px 0 0;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.step-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.step-desc {
  font-size: 0.95rem;
  color: #ddd;
}

.topra{
	border-radius:30px 30px 0px 0px;
}


.play9pr-sports {
  background:
    linear-gradient(173deg, rgba(2, 0, 36, 0.85) 0%, rgba(9, 9, 121, 0.85) 35%, rgba(0, 212, 255, 0.85) 100%),
    url('../img/curency-back.png') no-repeat center center;
  background-size: cover;
  color: #004e32;
  font-family: 'Segoe UI', sans-serif;
  border-top-left-radius: 120px;
  margin-top: 50px;
  margin-left: 40px;
}
.text-start {
    text-align: left !important;
    padding-left: 10%;
}

.play9pr-sports .section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

.play9pr-sports .section-subtitle {
  font-size: 1rem;
  color: #fff;
}

.sport-image {
  width: 250px;
  height: 290px;
  object-fit: cover;
  border-radius: 30px;
  transition: transform 0.3s ease;
}

.sport-image:hover {
  transform: scale(1.05);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #004e32;
  border-radius: 50%;
  padding: 10px;
}

.carousel-indicators [data-bs-target] {
  background-color: #004e32;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}



.play9pr-news {
  background: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.news-subtitle {
  color: #a36c00;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.news-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #114f3f;
  border-bottom: 2px solid #114f3f;
  display: inline-block;
  padding-bottom: 5px;
}

.news-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.news-heading {
  font-weight: 700;
  font-size: 1.1rem;
  color: #114f3f;
}

.news-desc {
  font-size: 0.95rem;
  color: #444;
  margin-top: 10px;
  line-height: 1.5;
}








.play9pr-faq {
  background: #225f4b;
  border-top-left-radius: 150px;
  background-image: url('../img/shape-3.svg'); /* Optional: use your radial-circle graphic */
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 300px;
  font-family: 'Segoe UI', sans-serif;
  margin-left:50px;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

@media (max-width: 576px) {
  .faq-title {
    text-align: center;
  }
}

.faq-divider {
  width: 100px;
  height: 2px;
  background: #fff;
  border: none;
  margin: 10px 0 30px;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.accordion-button {
  background-color: transparent;
  color: #ffc107;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.accordion-body {
  color: #eee;
  font-size: 0.95rem;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.padtopbo{
	padding-top:50px;
	padding-bottom:50px;
}


.cricbet-footer {
  background-color: #000;
  color: #fff;
  padding: 50px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  width: 160px;
  margin-bottom: 15px;
}

.footer-description {
  font-size: 14px;
  line-height: 1.6;
  max-width: 350px;
}

.footer-social a {
  display: inline-block;
  margin-right: 15px;
}

.footer-social img {
  width: 40px;
  height: 40px;
  background: #ffcc00;
  border-radius: 50%;
  padding: 10px;
}

.footer-links h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin: 5px 0;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-icons img {
  width: 60px;
  margin-bottom: 15px;
  display: block;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}


.social-circle {
  display: inline-block;
  background-color: #fdd835; /* Yellow background */
  color: #225f4b;              /* White icon */
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 8px;
  transition: 0.3s ease;
  text-decoration: none;
}

.social-circle:hover {
  background-color: #ffc107; /* Slightly darker yellow on hover */
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 13px;
}

.footer-bottom p {
  margin: 5px 0;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}




    .sportscroll-section {
      background: #fdd835;
      padding: 60px 30px;
      overflow: hidden;
      position: relative;
    }

    .sportscroll-title {
      font-size: 36px;
      font-weight: bold;
      color: #004e32;
      margin-bottom: 10px;
    }

    .sportscroll-subtitle {
      font-size: 16px;
      margin-bottom: 30px;
      color: #333;
    }

    .sportscroll-container {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 20px;
      padding-bottom: 20px;
    }

    .sportscroll-container::-webkit-scrollbar {
      display: none;
    }

    .sportscroll-card {
      flex: 0 0 auto;
      width: 250px;
      height: 200px;
      border-radius: 20px;
      overflow: hidden;
    }

    .sportscroll-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
    }

    .sportscroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #004e32;
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 10;
      border-radius: 50%;
      font-size: 18px;
    }

    .sportscroll-btn.left {
      left: 10px;
    }

    .sportscroll-btn.right {
      right: 10px;
    }

    .sportscroll-dots {
      text-align: center;
      margin-top: 10px;
    }

    .sportscroll-dot {
      height: 10px;
      width: 10px;
      margin: 0 5px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
    }

    .sportscroll-dot.active {
      background-color: #004e32;
    }
	
	
	
	
	/* Default (mobile) — no padding */
.custom-padding {
  padding: 5px 15px; /* Or 0 if you want completely removed */
}

/* Desktop only (min-width 768px or higher) */
@media (min-width: 992px) {
  .custom-padding {
    padding: 5px 250px;
  }
}
