body {
  background: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

/* ================= NAVBAR ================= */
.custom-navbar {
  background: #06074c;
  padding: 15px 0;
}

.custom-navbar img {
  height: 45px;
}

.nav-link {
  color: #f5c542 !important;
  font-weight: 500;
}

.nav-link:hover {
  color: #fff !important;
}

/* ================= HERO ================= */
.hero-section {
  min-height: 85vh;
}

.hero-title {
  font-size: 60px;
  font-weight: 800;
  color: gold;
}

.hero-subtitle {
  font-size: 22px;
  color: #ddd;
}

.hero-highlight {
  font-size: 38px;
  font-weight: 700;
  color: #f5c542;
}

/* ================= IMAGES ================= */
.phone-img {
  max-width: 280px;
  z-index: 2;
}

.floating-cards {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 220px;
}

/* ================= BUTTON ================= */
.whatsapp-btn {
  background: #25d366;
  color: #fff;
  font-size: 20px;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
}

.whatsapp-btn i {
  margin-right: 10px;
}

.whatsapp-btn:hover {
  background: #1ebe5b;
  color: #fff;
}
/* ================= BETTING INFO SECTION ================= */

.betting-info-section {
  background-color: #06074c;
  padding: 80px 0;
  color: #fff;
}

/* LEFT IMAGE */
.image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* RIGHT CONTENT */
.content-wrapper h2 {
  font-size: 42px;
  font-weight: 700;
  color: #f5d88a;
  margin-bottom: 25px;
  line-height: 1.3;
}

.content-wrapper p {
  font-size: 16px;
  line-height: 1.8;
  color: #dcdcdc;
  margin-bottom: 16px;
}

.content-wrapper .highlight {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.content-wrapper .tagline {
  font-size: 18px;
  font-weight: 600;
  color: #f5c542;
  margin-top: 10px;
}
/* ================= BETTOR FAVORITE SECTION ================= */

.bettor-favorite-section {
  background: #121232;
  padding: 90px 0;
  color: #fff;
}

/* TEXT CONTENT */
.text-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #f5d88a;
  margin-bottom: 25px;
  line-height: 1.3;
}

.text-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #dcdcdc;
  margin-bottom: 16px;
}

.sub-title {
  color: #ffffff;
  font-weight: 600;
  margin: 25px 0 10px;
}

/* LIST */
.feature-list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.feature-list li {
  margin-bottom: 10px;
  color: #e0e0e0;
  font-size: 15px;
}

/* IMAGE */
.image-box {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* ================= KEY FEATURES SECTION ================= */

.key-features-section {
  background: #06074c;
  padding: 100px 0;
  color: #fff;
}

/* Section Header */
.section-header .small-title {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  color: #f5c542;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #f5d88a;
  margin-bottom: 60px;
}

/* Feature Card */
.feature-card {
  background: radial-gradient(circle at top, #1b142b, #0b0714);
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

/* Icon */
.icon-box {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-box img {
  width: 36px;
}

/* Card Content */
.feature-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-card hr {
  border-color: rgba(255,255,255,0.15);
  margin-bottom: 15px;
}

.feature-card ul {
  padding-left: 0;
  list-style: none;
}

.feature-card ul li {
  font-size: 14px;
  color: #dcdcdc;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.feature-card ul li::before {
  content: "●";
  color: #ff2f92;
  position: absolute;
  left: 0;
  font-size: 10px;
}
/* ================= REGISTER STEPS SECTION ================= */

.register-steps-section {
  background: #121232;
  padding: 100px 0;
  color: #fff;
}

/* LEFT CONTENT */
.left-content .small-label {
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #f5c542;
  display: block;
  margin-bottom: 15px;
}

.left-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #f5d88a;
  margin-bottom: 25px;
}

.left-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #dcdcdc;
  margin-bottom: 30px;
}

.about-btn {
  background: #ffc107;
  color: #000;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* RIGHT SCROLLABLE AREA */
.right-scroll-box {
  max-height: 460px;
  overflow-y: auto;
  padding-right: 10px;
}

/* HIDE SCROLLBAR */
.right-scroll-box::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.right-scroll-box {
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE & Edge */
}

/* STEP ITEM */
.step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.step-icon {
  width: 54px;
  height: 54px;
  background: #fff;
  color: #000;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.step-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #f5d88a;
  margin-bottom: 10px;
}

.step-content p {
  font-size: 15px;
  color: #dcdcdc;
  line-height: 1.7;
}

.step-content ul {
  margin-top: 10px;
  padding-left: 18px;
}

.step-content ul li {
  margin-bottom: 6px;
  font-size: 14px;
}
/* ================= ADVANTAGES SECTION ================= */

.advantages-section {
  background: radial-gradient(circle at top, #1a1230, #07040d);
  padding: 120px 0;
  color: #fff;
}

/* Content Width */
.advantages-wrapper {
  max-width: 860px;
  margin: 0 auto;
}

/* Header */
.section-header .small-title {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  color: #f5c542;
  margin-bottom: 14px;
}

.section-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #f5d88a;
  margin-bottom: 60px;
}

/* Advantage Item */
.advantage-item {
  margin-bottom: 60px;
}

.advantage-item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #f5d88a;
  margin-bottom: 18px;
}

.advantage-item p {
  font-size: 16px;
  line-height: 1.9;
  color: #e0e0e0;
  margin-bottom: 14px;
}
/* ================= HOW TO BET SECTION ================= */

.how-to-bet-section {
  background: #000;
  padding: 110px 0;
  color: #fff;
}

/* Header */
.section-header .small-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #f5c542;
  display: block;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #f5d88a;
  margin-bottom: 12px;
}

.section-header .sub-text {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 60px;
}

/* Step Card */
.step-card {
  background: #000;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  border: 1px solid rgba(255, 204, 0, 0.25);
  box-shadow: 0 0 25px rgba(255, 204, 0, 0.15);
}

.step-number {
  font-size: 32px;
  font-weight: 700;
  color: #ffc107;
  display: block;
  margin-bottom: 10px;
}

.step-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #f5d88a;
  margin-bottom: 10px;
}

.step-card hr {
  border-color: rgba(255,255,255,0.2);
  margin-bottom: 15px;
}

.step-card ul {
  padding-left: 0;
  list-style: none;
}

.step-card ul li {
  font-size: 14px;
  color: #dcdcdc;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.step-card ul li::before {
  content: "●";
  color: #ff2f92;
  position: absolute;
  left: 0;
  font-size: 10px;
}

/* CTA CARD */
.cta-card {
  background: #f5b700;
  color: #000;
  box-shadow: none;
}

.cta-card h4 {
  color: #000;
}

.cta-card hr {
  border-color: rgba(0,0,0,0.3);
}

.cta-card p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.cta-btn {
  background: #fff;
  color: #000;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
/* ================= DOWNLOAD APP SECTION ================= */

.download-app-section {
  background: radial-gradient(circle at top, #1a1228, #06040b);
  padding: 120px 0;
  color: #fff;
}

.download-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

/* Label */
.section-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #f5c542;
  margin-bottom: 16px;
}

/* Heading */
.download-wrapper h2 {
  font-size: 42px;
  font-weight: 700;
  color: #f5d88a;
  margin-bottom: 30px;
}

/* Text */
.download-wrapper p {
  font-size: 16px;
  line-height: 1.9;
  color: #e0e0e0;
  margin-bottom: 18px;
}
/* ================= MAHADEV BOOK ID SECTION ================= */

.mahadev-id-section {
  background: radial-gradient(circle at top, #1a1228, #05040a);
  padding: 130px 0;
  color: #fff;
}

.mahadev-id-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

/* Label */
.section-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #f5c542;
  margin-bottom: 18px;
}

/* Heading */
.mahadev-id-wrapper h2 {
  font-size: 42px;
  font-weight: 700;
  color: #f5d88a;
  margin-bottom: 50px;
  line-height: 1.3;
}

/* Content */
.content-area {
  max-width: 880px;
}

.content-area p {
  font-size: 16px;
  line-height: 1.9;
  color: #e0e0e0;
  margin-bottom: 18px;
}

/* List */
.id-list {
  padding-left: 20px;
  margin-top: 25px;
}

.id-list li {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.8;
  color: #dcdcdc;
}

.id-list strong {
  color: #f5d88a;
}
/* ================= WHY CHOOSE US ================= */

.why-choose-section {
  background: #000;
  padding: 120px 0;
  color: #fff;
}

/* Header */
.section-header .small-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #f5c542;
  display: block;
  margin-bottom: 12px;
}

.section-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #f5d88a;
  margin-bottom: 60px;
}

/* Card */
.choose-card {
  background: #000;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  text-align: center;
  border: 1px solid rgba(255, 204, 0, 0.25);
  box-shadow: 0 0 30px rgba(255, 204, 0, 0.25);
}

/* Icon */
.icon-box {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-box img {
  width: 40px;
}

/* Card Content */
.choose-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #f5d88a;
  margin-bottom: 12px;
}

.choose-card hr {
  border-color: rgba(255,255,255,0.2);
  margin: 15px 0;
}

.choose-card p {
  font-size: 14px;
  color: #dcdcdc;
}

/* Bottom Text */
.bottom-text {
  margin: 50px auto 35px;
  max-width: 800px;
  font-size: 14px;
  color: #ccc;
}

/* CTA Button */
.cta-btn {
  background: #ffc107;
  color: #000;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
/* ================= TESTIMONIAL SECTION ================= */

.testimonial-section {
  background: radial-gradient(circle at top, #1a1230, #07040d);
  padding: 120px 0;
  color: #fff;
}

/* Header */
.section-header .small-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #f5c542;
  display: block;
  margin-bottom: 12px;
}

.section-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #f5d88a;
  margin-bottom: 60px;
}

/* Slider */
.testimonial-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* Viewport */
.testimonial-viewport {
  overflow: hidden;
  padding: 0 80px; /* space for arrows */
}

/* Track */
.testimonial-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

/* Cards */
.testimonial-card {
  background: #fff;
  color: #000;
  border-radius: 16px;
  padding: 24px;
  min-width: calc(100% / 3 - 14px);
}



/* Header */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-header h4 {
  font-size: 18px;
  margin: 0;
}

.card-header img {
  width: 26px;
}

.testimonial-card hr {
  margin: 14px 0;
}

.testimonial-card p {
  font-size: 15px;
  line-height: 1.7;
}


/* Dots */
.dots {
  text-align: center;
  margin-top: 25px;
}

.dots span {
  width: 8px;
  height: 8px;
  background: #555;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dots span.active {
  background: #fff;
}

/* ================= SLIDER NAV ICONS ================= */

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 193, 7, 0.15);
  border: 1px solid rgba(255, 193, 7, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.nav-btn i {
  font-size: 18px;
  color: #ffc107;
}

.nav-btn:hover {
  background: #ffc107;
}

.nav-btn:hover i {
  color: #fff;
}

/* Position */
.nav-btn.prev {
  left: -60px;
}

.nav-btn.next {
  right: -60px;
}
/* ================= PAYMENT SECTION ================= */

.payment-section {
  background: #0b0b0b;
  padding: 120px 0;
  color: #fff;
}

/* Description */
.payment-desc {
  max-width: 900px;
  margin: 25px auto 70px;
  font-size: 15px;
  line-height: 1.8;
  color: #e0e0e0;
}

/* Slider Container */
.payment-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* Viewport */
.payment-viewport {
  overflow: hidden;
  padding: 0 80px;
}

/* Track */
.payment-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

/* Card */
.payment-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  min-width: calc(100% / 6 - 17px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-card img {
  max-width: 110px;
  max-height: 50px;
}

/* ================= BLOG SECTION ================= */

.blog-section {
  background: radial-gradient(circle at top, #1a1230, #07040d);
  padding: 120px 0;
  color: #fff;
}

/* Slider Layout */
.blog-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-viewport {
  overflow: hidden;
  padding: 0 70px;
}

.blog-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}

/* Blog Card */
.blog-card {
  min-width: calc(100% / 3 - 20px);
  background: transparent;
}

/* Image */
.blog-image {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #00d1a0;
  color: #000;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
}

/* Content */
.blog-content {
  padding-top: 18px;
}

.blog-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #f5d88a;
  margin-bottom: 8px;
}

.blog-meta {
  font-size: 12px;
  color: #aaa;
  display: block;
  margin-bottom: 12px;
}

.blog-content p {
  font-size: 14px;
  color: #dcdcdc;
  line-height: 1.7;
  margin-bottom: 16px;
}

.read-more {
  font-size: 13px;
  color: #f5c542;
  border: 1px solid #f5c542;
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none;
}

.read-more:hover {
  background: #f5c542;
  color: #000;
}

/* ================= FAQ SECTION ================= */

.faq-section {
  background: #000;
  padding: 120px 0;
  color: #fff;
}

/* LEFT */
.faq-section h2 {
  font-size: 38px;
  font-weight: 700;
  color: #f5d88a;
  margin-bottom: 16px;
}

.faq-intro {
  font-size: 15px;
  color: #ccc;
  max-width: 420px;
  margin-bottom: 40px;
}

/* CTA BOX */
.faq-cta {
  background: #111;
  border-radius: 16px;
  padding: 26px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.faq-cta i {
  font-size: 26px;
  color: #fff;
}

.faq-cta span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.faq-cta .cta-btn {
  background: #ffc107;
  color: #000;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

/* RIGHT ACCORDION */
.faq-accordion {
  border-top: 1px solid rgba(255,255,255,0.15);
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .icon {
  font-size: 22px;
  color: #fff;
}

.faq-answer {
  display: none;
  font-size: 14px;
  color: #ccc;
  padding-bottom: 20px;
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  display: block;
}

/* ================= FOOTER ================= */

.site-footer {
  background: radial-gradient(circle at top, #1a1230, #07040d);
  color: #fff;
  padding: 80px 0 0;
}

/* ABOUT */
.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.8;
  color: #ddd;
  max-width: 380px;
}

/* TITLES */
.footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #f5d88a;
  margin-bottom: 20px;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #f5c542;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #f5c542;
}

/* BOTTOM BAR */
.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

/* SCROLL TOP */
#scrollTopBtn {
  position: absolute;
  right: 30px;
  background: #000;
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

#scrollTopBtn:hover {
  background: #f5c542;
  color: #000;
}

/* ================= LOGIN MODAL ================= */

.login-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.login-modal.active {
  display: block;
}

/* Background overlay */
.login-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
}

/* Modal box */
.login-box {
  position: relative;
  max-width: 520px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle at top, #1a1230, #07040d);
  padding: 50px 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
}

/* Close */
.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}

/* Title */
.login-box h2 {
  color: #f5d88a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 35px;
}

/* Inputs */
.login-box input {
  width: 100%;
  padding: 16px 18px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 15px;
  background: #eaf3ff;
}

/* Button */
.login-btn {
  width: 100%;
  background: #ffc107;
  color: #000;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.login-btn:hover {
  background: #e0aa00;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .nav-btn.prev {
    left: 10px;
  }

  .nav-btn.next {
    right: 10px;
  }
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .content-wrapper h2 {
    font-size: 32px;
  }
  .bettor-favorite-section {
    padding: 70px 0;
  }

  .text-content {
    text-align: center;
  }

  .text-content h2 {
    font-size: 32px;
  }

  .feature-list {
    text-align: left;
    display: inline-block;
  }
  .section-header h2 {
    font-size: 30px;
  }
  .left-content h2 {
    font-size: 32px;
  }

  .right-scroll-box {
    max-height: unset;
    overflow: visible;
  }
   .advantages-section {
    padding: 90px 0;
  }

  .section-header h2 {
    font-size: 32px;
  }

  .advantage-item h3 {
    font-size: 22px;
  }
  .download-wrapper h2 {
    font-size: 34px;
  }
  .testimonial-card {
    min-width: calc(100% / 2 - 10px);
  }
  .payment-card {
    min-width: calc(100% / 4 - 15px);
  }

  .payment-viewport {
    padding: 0 60px;
  }
   .blog-card {
    min-width: calc(100% / 2 - 15px);
  }

  .blog-viewport {
    padding: 0 55px;
  }
}

@media (max-width: 576px) {
  .betting-info-section {
    padding: 60px 0;
  }

  .content-wrapper h2 {
    font-size: 26px;
  }

  .content-wrapper p {
    font-size: 15px;
  }
  .bettor-favorite-section {
    padding: 55px 0;
  }

  .text-content h2 {
    font-size: 24px;
  }

  .text-content p {
    font-size: 14px;
  }

  .image-box {
    border-radius: 16px;
  }
  .key-features-section {
    padding: 70px 0;
  }
  .section-header h2 {
    font-size: 24px;
  }

  .feature-card {
    padding: 24px;
  }
   .register-steps-section {
    padding: 60px 0;
  }

  .left-content h2 {
    font-size: 24px;
  }
  .advantages-section {
    padding: 70px 0;
  }

  .section-header h2 {
    font-size: 26px;
  }

  .advantage-item h3 {
    font-size: 20px;
  }

  .advantage-item p {
    font-size: 14px;
    line-height: 1.8;
  }
  .how-to-bet-section {
    padding: 70px 0;
  }
  .download-app-section {
    padding: 80px 0;
  }

  .download-wrapper h2 {
    font-size: 26px;
  }

  .download-wrapper p {
    font-size: 14px;
    line-height: 1.8;
  }
  .mahadev-id-section {
    padding: 70px 0;
  }

  .mahadev-id-wrapper h2 {
    font-size: 24px;
  }

  .content-area p,
  .id-list li {
    font-size: 14px;
    line-height: 1.8;
  }
   .why-choose-section {
    padding: 80px 0;
  }

  .section-header h2 {
    font-size: 24px;
  }
  .testimonial-card {
    min-width: 100%;
  }

  .section-header h2 {
    font-size: 24px;
  }

  .nav-btn.prev {
    left: 0;
  }

  .nav-btn.next {
    right: 0;
  }
  .payment-card {
    min-width: calc(100% / 2 - 10px);
  }

  .payment-viewport {
    padding: 0 50px;
  }
   .blog-card {
    min-width: 100%;
  }

  .blog-viewport {
    padding: 0 45px;
  }
}


