/* Global Styles */
body {
  margin: 0;
  padding: 0;
  background-color: black;
  cursor: default;
}

.color {
  color: #ffca2c;
}

a {
  text-decoration: none;
  color: white;
}

/* Floating WhatsApp Button */
.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.text_icon {
  margin-top: 8px;
  color: white;
  font-size: 13px;
}

/* Navigation */
nav {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: black !important;
  z-index: 9999 !important;
}

.navbar-collapse {
  padding: 7px;
  border-radius: 5px;
}

.navbar-nav .nav-link {
  color: white !important;
}

.navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.nav-logo {
  height: 60px;
  width: auto;
}

.navbar-toggler {
  background-color: white;
}

/* Hero Banner */
.hero-banner {
  background-image: url("/assets/img/banner.jpg");
  position: relative;
  height: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-banner-login {
  background-color: #0f2326;
  color: white;
  height: 480px;
  width: 400px;
  border: 3px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 20px;
  justify-content: flex-start;
  gap: 15px;
  border-radius: 10px;
}

.hero-banner-login-logo {
  padding: 35px 0px 20px 0px;
  max-width: 200px;
}

.hero-banner-login-form {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.hero-banner-login-input {
  border: none;
  width: 300px;
  border-bottom: 2px solid white;
  background: transparent;
  color: white;
  font-size: 16px;
  padding: 10px;
  outline: none;
}

.hero-banner-login-button {
  background-color: #1e5058;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 8px 30px;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0;
}

.hero-banner-login-button:hover {
  background-color: #2a6b76;
  color: white;
}

.hero-banner-login-p {
  padding: 0px 10px;
  font-size: small;
}

/* About Section */
.about-us {
  background-color: #1b1c1d;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  text-align: left;
  padding: 40px;
  width: 80%;
  max-width: 900px;
  margin: 40px auto;
  /* margin-bottom: 90px; */
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.about-us-title {
  font-size: 45px;
  font-weight: bold;
  color: #facc15;
}

.about-us-content {
  font-size: 16px;
  color: white;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 850px;
}

.about-us-btn {
  display: flex;
  justify-content: end;
}

.about-us-btn a {
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 15px;
}

/* Game Section */
.game {
  margin: 60px auto;
}

.game-sports-img,
.game-casino-img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.game h2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  padding-bottom: 25px;
  text-align: center;
  color: white;
  border-bottom: 2px solid yellow;
}

.game span {
  font-style: italic;
  color: yellow;
}

.game-casino {
  margin-top: 30px;
}

/* Footer */
footer {
  width: 70%;
  flex-direction: column;
  gap: 10px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: start;
  padding-bottom: 30px;
}
.footer-compliance-links {
  text-align: center;
}

.footer-support {
  display: flex;
  justify-content: start;
  flex-direction: row;
  gap: 20px;
}

.footer-support-img {
  height: 60px;
  width: 215px;
}

.footer-support-content {
  color: white;
  font-size: 14px;
}

.footer-payment-bank {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 45px;
  padding-bottom: 20px;
  border-bottom: 2px solid gray;
}

.footer-payment-bank-pair {
  display: flex;
  flex-direction: row;
  gap: 45px;
}

.footer-upi3-img {
  max-width: 150px;
}

.footer-social-icons {
  margin: 0px auto;
  text-align: center;
}

.footer-social-icons i {
  font-size: 24px;
  color: white;
  margin: 0 10px;
}

.footer-social-icons i:hover {
  color: #ffca2c;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* margin-bottom: 20px; */
  flex-wrap: wrap;
}

.footer-links a {
  font-weight: bold;
  padding: 10px 10px;
  text-decoration: none;
  color: white;
  font-size: small;
}

.footer-links a:hover {
  color: #c19641;
}

/* Page Content Styles */
.about-us-page,
.term-and-condition-page,
.privacy-policy-page {
  color: white;
  width: 80%;
  margin: 42px auto;
}

.about-us-page-title,
.term-and-condition-page-title,
.privacy-policy-page-title {
  text-align: center;
  margin-bottom: 55px;
  color: #facc15;
}

.about-us-page-content h2,
.term-and-condition-page-content h2,
.privacy-policy-page-content h2 {
  margin: 30px 0px 20px 0px;
  color: #facc15;
  font-size: 30px;
}

.about-us-page-content h3,
.term-and-condition-page-content h3,
.privacy-policy-page-content h3 {
  margin: 25px 0px 15px 0px;
  color: #facc15;
  font-size: 24px;
}

.about-us-page-content p,
.term-and-condition-page-content p,
.privacy-policy-page-content p {
  margin: 12px 0px;
  line-height: 1.6;
}

.about-us-page-content ul,
.term-and-condition-page-content ul,
.privacy-policy-page-content ul {
  margin: 15px 0px;
  padding-left: 25px;
}

.about-us-page-content li,
.term-and-condition-page-content li,
.privacy-policy-page-content li {
  margin: 8px 0px;
}

/* FAQ Section */
.faq-container {
  max-width: 800px;
  margin: 40px auto;
  /* background-color: #1a1a1a; */
  color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.faq-header {
  padding: 24px;
  background-color: #121212;
  border-bottom: 1px solid #333;
}

.faq-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: white;
}

.faq-item {
  border-bottom: 1px solid #333;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 16px 24px;
  width: 100%;
  background-color: #1a1a1a;
  color: #ffd600;
  text-align: left;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.faq-question:hover {
  background-color: #252525;
}

 .faq-question::after {
  content: "+";
  font-size: 20px;
  font-weight: 700;
  color: #ffd600;
} 

.faq-question.faq-active {
  background-color: #252525;
}

.faq-question.faq-active::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #1e1e1e;
  transition: max-height 0.3s ease-out;
}

.faq-answer-content {
  padding: 0 24px;
  opacity: 0;
  transition: opacity 0.3s, padding 0.3s;
}

.faq-active + .faq-answer {
  max-height: 500px;
}

.faq-active + .faq-answer .faq-answer-content {
  padding: 16px 24px;
  opacity: 1;
}

/* =========================
   CONTACT FORM – UX UPGRADE
   ========================= */

/* Form Wrapper */
.form {
  display: block;
  padding: 2rem;
  max-width: 520px;            /* Bigger on desktop */
  width: 100%;
  border-radius: 12px;
  background: #111;            /* Dark background for contrast */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

/* Title */
.form-title {
  margin-bottom: 1.5rem;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #fbd300;
}

/* Input Container */
.input-container {
  position: relative;
  margin: 14px 0;
}

/* Inputs & Textarea */
.input-container input,
.input-container textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #333;
  background-color: #fff;
  color: #000;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

/* Focus State */
.input-container input:focus,
.input-container textarea:focus {
  border-color: #ffca2c;
  box-shadow: 0 0 0 2px rgba(255, 202, 44, 0.25);
  outline: none;
}

/* Textarea */
.input-container textarea {
  resize: none;
  min-height: 120px;
}

/* Submit Button */
.submit {
  display: block;
  width: 100%;
  padding: 14px;
  margin-top: 18px;
  background-color: #ffca2c;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.submit:hover {
  background-color: #e5b428;
  transform: translateY(-1px);
}

/* =========================
   CONTACT INFO SECTION
   ========================= */

.contact {
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0;
  padding: 20px;
  text-align: center;
}

.contact-info {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  font-style: italic;
}

.contact-info a {
  color: #ffca2c;
  text-decoration: none;
  font-weight: 600;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-icons {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

/* =========================
   RESPONSIVE BREAKPOINTS
   ========================= */

/* Tablets */
@media (max-width: 768px) {
  .form {
    max-width: 100%;
    padding: 1.5rem;
  }

  .form-title {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .form {
    padding: 1.25rem;
    border-radius: 10px;
  }

  .form-title {
    font-size: 22px;
  }

  .submit {
    font-size: 14px;
  }
}


/* Responsive Design - Tablet */
@media (max-width: 1024px) {
  nav {
    height: 125px;
  }

  .navbar-nav {
    background-color: #c19641 !important;
    border-radius: 10px;
    padding: 20px;
  }

  .nav-btn {
    background-color: #c19641;
    padding: 16px 15px;
    border-radius: 10px;
  }

  .hero-banner-login {
    height: 560px;
    width: 430px;
    gap: 35px;
  }

  .footer-payment-bank {
    flex-direction: row;
    gap: 60px;
  }

  .footer-payment-bank-pair {
    flex-direction: column;
    gap: 60px;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 768px) {
  .nav-logo {
    height: 50px;
  }

  .navbar-nav {
    background-color: #c19641 !important;
    border-radius: 10px;
    padding: 20px;
  }

  .nav-btn {
    background-color: #c19641;
    padding: 16px 15px;
    border-radius: 10px;
  }

  .hero-banner {
    height: 580px;
  }

  .hero-banner-login {
    height: 500px;
    width: 340px;
    gap: 18px;
  }

  .hero-banner-login-logo {
    padding: 25px 0px 18px 0px;
  }

  .hero-banner-login-input {
    width: 90%;
  }

  footer {
    width: 100%;
  }

  .footer-support {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-payment-bank {
    flex-direction: column;
    gap: 40px;
  }

  .footer-payment-bank-pair {
    flex-direction: row;
    gap: 20px;
  }

  .footer-links {
    gap: 5px;
  }

  .footer-links a {
    padding: 10px 6px;
    font-size: x-small;
  }

  .about-us {
    padding: 20px 13px;
    width: 90%;
  }

  .about-us-page,
  .term-and-condition-page,
  .privacy-policy-page {
    width: 90%;
    margin: 15px auto;
  }

  .game-casino {
    margin-top: 90px;
  }

  .floating_btn {
    bottom: 40px;
    right: -8px;
  }

  .contact {
    width: 90%;
  }

  .faq-container {
    margin: 20px auto;
  }

  .faq-title {
    font-size: 20px;
  }

  .faq-question {
    padding: 14px 20px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .faq-title {
    font-size: 18px;
  }

  .faq-question {
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* index.html */

 /* Additional styles for new sections */
    .content-with-image-section {
      padding: 0px 20px;
      background-color: #000;
    }

    /* .content-with-image-section.bg-dark-section {
      background: linear-gradient(135deg, #0f2326 0%, #1a1a1a 100%);
    } */

    .content-with-image-section .section-heading {
      color: #ffca2c;
      font-size: 2.5rem;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .content-with-image-section .content-text {
      padding: 20px;
    }

    .content-with-image-section .content-text p {
      color: #cccccc;
      font-size: 1.05rem;
      line-height: 1.8;
      margin-bottom: 20px;
    }
    .content-with-image-section .content-text strong {
      color: #ffca2c;
      font-weight: 600;
    }

    .Ca-content-section .content-text {
      padding: 20px;
    }

    .Ca-content-section .content-text p {
      color: #cccccc;
      font-size: 1.05rem;
      line-height: 1.8;
      margin-bottom: 20px;
    }
    .Ca-content-section .content-text strong {
      color: #ffca2c;
      font-weight: 600;
    }

    .content-with-image-section .content-image {
      padding: 20px;
      text-align: center;
    }

    .content-with-image-section .content-image img {
      max-width: 100%;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(255, 202, 44, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .content-with-image-section .content-image img:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 40px rgba(255, 202, 44, 0.3);
    }

    /* Secure ID Section */
    .secure-id-section {
      background: #1a1a1a;
      padding: 30px 20px;
      margin: 20px 0;
      margin: 20px 0;
    }

    .secure-id-content {
      max-width: 1200px;
      margin: 0 auto;
    }

    .secure-id-content h2 {
      color: #ffca2c;
      font-size: 2.5rem;
      margin-bottom: 30px;
      text-align: center;
    }

    .secure-id-content p {
      color: #cccccc;
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 20px;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin: 40px 0;
    }

    .feature-item {
      background-color: rgba(30, 80, 88, 0.3);
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      border: 1px solid #ffca2c;
    }

    .feature-item i {
      font-size: 3rem;
      color: #ffca2c;
      margin-bottom: 15px;
    }

    .feature-item h4 {
      color: white;
      margin-bottom: 10px;
    }

    .feature-item p {
      color: #cccccc;
      font-size: 0.95rem;
    }

    /* FAQ Section */
.mb-faq-section {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.mb-faq-section h2 {
  color: #ffca2c;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 50px;
}

.mb-faq-item {
  background-color: #0f2326;
  border: 2px solid #1e5058;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.mb-faq-question {
  padding: 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.mb-faq-question:hover {
  background-color: #1e5058;
}

.mb-faq-question h3 {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0;
  flex: 1;
}

.mb-faq-icon {
  color: #ffca2c;
  font-size: 1.5rem;
}

.mb-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: rgba(30, 80, 88, 0.2);
}

.mb-faq-answer.active {
  max-height: 500px;
}

.mb-faq-answer p {
  padding: 25px;
  color: #cccccc;
  line-height: 1.8;
  margin: 0;
}

.mb-faq-answer ul {
  padding: 0 25px 25px 50px;
  color: #cccccc;
}

.mb-faq-answer li {
  margin-bottom: 10px;
}


    /* Footer Disclaimer */
    .footer-disclaimer {
      background-color: #0a1819;
      padding: 30px 20px;
      text-align: center;
      border-top: 2px solid #1e5058;
    }

    .footer-disclaimer p {
      color: #999;
      font-size: 0.9rem;
      line-height: 1.6;
      max-width: 1000px;
      margin: 0 auto;
    }

    .footer-badges {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      margin: 30px 0 20px;
    }

    .footer-badges img {
      height: 50px;
      width: auto;
      opacity: 0.8;
      transition: opacity 0.3s ease;
    }

    .footer-badges img:hover {
      opacity: 1;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .content-with-image-section {
        padding: 20px 15px;
      }

      .content-with-image-section .section-heading {
        font-size: 2rem;
      }

      .content-with-image-section .content-text {
        padding: 10px;
      }

      .content-with-image-section .content-image {
        padding: 10px;
        margin-top: 30px;
      }

      .secure-id-content h2 {
        font-size: 2rem;
      }

      .faq-section h2 {
        font-size: 2rem;
      }

      .faq-question h3 {
        font-size: 1rem;
      }

      .footer-badges img {
        height: 40px;
      }
    }

    @media (max-width: 480px) {
      .content-with-image-section .section-heading {
        font-size: 1.5rem;
      }

      .content-with-image-section .content-text p {
        font-size: 0.95rem;
      }

      .footer-badges {
        gap: 15px;
      }

      .footer-badges img {
        height: 35px;
      }
    }