/* 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: 530px;
  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: 30px;
  margin: auto;
  margin-top: 135px;
  display: flex;
  justify-content: start;
  padding-bottom: 30px;
}

.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 */
.form {
  display: block;
  padding: 1rem;
  max-width: 350px;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.form-title {
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  color: #fbd300;
}

.input-container {
  position: relative;
  margin: 8px 0;
}

.input-container input,
.input-container textarea {
  outline: none;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  padding: 1rem;
  font-size: 0.875rem;
  width: 100%;
  border-radius: 0.5rem;
}

.submit {
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffca2c;
  color: black;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  border-radius: 0.5rem;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

.submit:hover {
  background-color: #e5b428;
}

.contact {
  width: 50%;
  margin: 20px auto;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.contact-info {
  color: white;
  text-align: center;
  margin: 30px 0;
  font-style: italic;
}

.contact-icons {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* 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: 650px;
    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;
  }
}