@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');
main{
     margin-top: 50px;
}

.betting-banner {
  background: linear-gradient(135deg, rgb(15, 23, 42), rgb(17, 24, 39)) !important;
  padding: 20px;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.banner-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.banner-text {
  flex: 1 1 500px;
}

.banner-text h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #facc15;
}

.banner-text p {
  font-size: 1.05rem;
  margin-bottom: 16px;
  line-height: 1.6;
  color: #cbd5e1;
}

.cta-button {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  background-color: #22c55e;
  color: #0f172a;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #16a34a;
}

.banner-image {
  flex: 1 1 400px;
  text-align: center;
}

.banner-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .banner-text h1 {
    font-size: 2rem;
  }

  .banner-text p {
    font-size: 1rem;
  }

  .cta-button {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}

@media (max-width: 500px) {
  .banner-container {
    flex-direction: column;
    text-align: center;
  }

  .banner-text, .banner-image {
    flex: 1 1 100%;
  }
}


.betting-id-info {
  background: linear-gradient(135deg, rgb(15, 23, 42), rgb(17, 24, 39));
  padding: 20px;

  border-top: 5px groove yellow;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.info-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.info-text {
  flex: 1 1 600px;
}

.info-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #facc15;
}

.info-text h3 {
  margin-top: 30px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #facc15;
}

.info-text p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 15px;
}

.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

table thead {
  background-color: #1e293b;
}

table th,
table td {
  border: 2px solid #797d33;
  padding: 12px 15px;
  text-align: left;
  color: #f1f5f9;
  font-size: 0.95rem;
}

table tbody tr:nth-child(even) {
  background-color: #0f172a;
}

.info-image {
    margin-top: 40px;
  flex: 1 1 400px;
  margin: auto;
}

.info-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .info-container {
    flex-direction: column;
  }
  .info-image {
  flex: 1 1 200px;
}

  .info-text h2 {
    font-size: 1.6rem;
  }

  .info-text p,
  table th,
  table td {
    font-size: 0.95rem;
  }
}

.why-platform-best {
  background: linear-gradient(135deg, rgb(15, 23, 42), rgb(17, 24, 39));
  padding:20px;
  color: #ffffff;
  border-top: 5px groove yellow;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.platform-container {
  max-width: 1200px;
  margin: auto;
}

.platform-container h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #facc15;
}

.platform-container p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 20px;
}

.platform-point {
  margin-bottom: 40px;
}

.platform-point h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #22c55e;
}

.platform-point ul {
  padding-left: 20px;
  list-style: disc;
  color: #cbd5e1;
}

.platform-point ul li {
  margin-bottom: 8px;
}

.table-wrapper {
  overflow-x: auto;
  margin-top: 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background-color: #0f172a;
}

table thead {
  background-color: #1e293b;
}

table th,
table td {
  border: 1px solid #334155;
  padding: 12px 15px;
  text-align: left;
  color: #f1f5f9;
  font-size: 0.95rem;
}

table tbody tr:nth-child(even) {
  background-color: #111827;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .platform-container h2 {
    font-size: 1.6rem;
  }

  .platform-point h3 {
    font-size: 1.2rem;
  }

  .platform-container p,
  table th,
  table td {
    font-size: 0.95rem;
  }
}


.betting-process {
  background: linear-gradient(135deg, #0f172a, #111827);
  padding: 20px;
  color: #f1f5f9;
  border-top: 5px groove rgb(235, 101, 5);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.process-container {
  max-width: 1300px;
  margin: 0 auto;
}

.process-container h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #facc15;
}

.process-container p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #cbd5e1;
  line-height: 1.6;
}

.process-step {
  display: flex;
  align-items: flex-start;
  background-color: #1e293b;
  padding: 20px;
  border-left: 6px solid #22c55e;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  gap: 20px;
  flex-wrap: wrap;
}

.step-number {
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #22c55e;
  color: #0f172a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
}

.step-content h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.step-content p {
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.6;
}

.step-content ul {
  padding-left: 20px;
  margin: 10px 0 0 0;
  list-style: disc;
  color: #cbd5e1;
}

.step-content ul li {
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .process-container h2 {
    font-size: 1.6rem;
  }

  .step-content h3 {
    font-size: 1.15rem;
  }

  .step-number {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }

  .process-step {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gradient-hr {
  border: none;
  height: 4px;
  /* margin: 40px 0; */
  background: linear-gradient(to right, #22c55e, #facc15);
  border-radius: 2px;
}


.importance-section {
  background: linear-gradient(135deg, #0f172a, #111827);
  padding: 20px;
  color: #f1f5f9;
  border-top: 5px groove greenyellow;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.importance-container {
  max-width: 1300px;
  margin: 0 auto;
}

.importance-container h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
  color: #facc15;
}

.importance-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.importance-block.reverse {
  flex-direction: row-reverse;
}

.block-image {
  flex: 1 1 300px;
  text-align: center;
}

.block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.block-text {
  flex: 1 1 500px;
}

.block-text h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #22c55e;
}

.block-text p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #cbd5e1;
}

/* Responsive */
@media (max-width: 768px) {
  .importance-block {
    flex-direction: column !important;
    text-align: center;
  }
  .block-text {
  flex: 1 1 200px;
}

  .block-text h3 {
    font-size: 1.3rem;
  }

  .block-text p {
    font-size: 0.95rem;
  }
}
/* Font Awesome required */


.safe-platform-tips {
  background: linear-gradient(135deg, #0f172a, #111827);
  padding:0 20px;
  color: #f1f5f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tips-container {
  max-width: 1100px;
  margin: auto;
}

.tips-container h2 {
  font-size: 2rem;
  color: #facc15;
  margin-bottom: 20px;
  text-align: center;
}

.tips-container p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 40px;
  text-align: center;
}

.tip-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tip-block.reverse {
  flex-direction: row-reverse;
}

.tip-icon {
  flex: 1 1 80px;
  font-size: 60px;
  color: #22c55e;
  text-align: center;
}

.tip-text {
  flex: 1 1 600px;
}

.tip-text h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #22c55e;
}

.tip-text p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #cbd5e1;
}

/* Responsive */
@media (max-width: 768px) {
  .tip-block {
    flex-direction: column !important;
    text-align: center;
  }
.tip-text {
  flex: 1 1 150px;
}
  .tip-text h3 {
    font-size: 1.2rem;
  }

  .tip-text p {
    font-size: 0.95rem;
  }

  .tip-icon {
    font-size: 48px;
  }
}


.conclusion-section {
  background: linear-gradient(135deg, #0f172a, #111827);
  padding: 20px;
  color: #f1f5f9;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.conclusion-container {
  max-width: 900px;
  margin: 0 auto;
}

.conclusion-container h2 {
  font-size: 2rem;
  color: #facc15;
  margin-bottom: 20px;
}

.conclusion-container p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 20px;
}

.conclusion-container strong {
  color: #22c55e;
}

/* Responsive */
@media (max-width: 768px) {
  .conclusion-container h2 {
    font-size: 1.6rem;
  }

  .conclusion-container p {
    font-size: 1rem;
  }
}



/* Faq */
.goexchange-faq-accordion-section {
      background: linear-gradient(135deg, rgb(15, 23, 42), rgb(17, 24, 39)) !important;
  color: #fff;
  padding: 20px;
 
  border-top: 4px solid;
  border-image: linear-gradient(to right, #ff4d4d, #ffc107, #28a745) 1;
}

.goexchange-faq-accordion-container {
  max-width: 1500px;
  margin: auto;
  border: 2px solid rgba(0, 255, 242, 0.518);
  border-radius: 5px;
}

.goexchange-faq-heading {
  font-size: 2rem;
  color: #f0ad4e;
  text-align: center;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}

.faq-question {
  width: 100%;
  background: none;
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.faq-toggle {
  font-size: 1.5rem;
  color: #ffc107;
  transition: transform 0.2s ease;
}

.faq-answer {
  padding: 0 20px 15px;
  display: none;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #ccc;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-toggle {
  content: "-";
}


