body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.gradient-hr {
  border: none;
  height: 4px;
  margin: 40px 0;
  background: linear-gradient(to right, #22c55e, #facc15);
  border-radius: 2px;
}
.cricket-banner {
  background: linear-gradient(135deg, #0f172a, #111827);
  padding: 20px;
  color: #f1f5f9;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.cricket-banner-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cricket-banner-text {
  flex: 1 1 550px;
}

.cricket-banner-text h1 {
  font-size: 2.2rem;
  color: #facc15;
  margin-bottom: 10px;
}

.cricket-banner-text h3 {
  font-size: 1.4rem;
  color: #22c55e;
  margin-bottom: 20px;
}

.cricket-banner-text p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 15px;
}

.cricket-banner-image {
  flex: 1 1 400px;
  text-align: center;
}

.cricket-banner-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .cricket-banner-text h1 {
    font-size: 1.7rem;
  }
  .cricket-banner-text {
    flex: 1 1 200px;
  }

  .cricket-banner-text h3 {
    font-size: 1.2rem;
  }

  .cricket-banner-container {
    flex-direction: column;
    text-align: center;
  }
  .cricket-banner-image {
    flex: 1 1 200px;
    text-align: center;
  }
}

.what-id-section {
  background: linear-gradient(135deg, #0f172a, #111827);
  padding: 20px;
  color: #f1f5f9;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.what-id-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.what-id-text {
  flex: 1 1 520px;
}

.what-id-text h2 {
  font-size: 2rem;
  color: #facc15;
  margin-bottom: 20px;
}

.what-id-text p {
  font-size: 1.05rem;
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 15px;
}

.what-id-image {
  flex: 1 1 400px;
  text-align: center;
}

.what-id-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .what-id-container {
    flex-direction: column;
    text-align: center;
  }
  .what-id-text {
    flex: 1 1 200px;
  }

  .what-id-text h2 {
    font-size: 1.6rem;
  }

  .what-id-text p {
    font-size: 1rem;
  }
  .what-id-image {
    flex: 1 1 200px;
    text-align: center;
  }
}


.trusted-id-section {
  background: linear-gradient(135deg, #0f172a, #111827);
  padding: 20px;
  margin: 0 40px ;

  color: #f1f5f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: inset 0 0 0 3px rgba(250, 204, 21, 0.3); /* yellow glow */
  border-radius: 12px;
}

.trusted-id-container {
  max-width: 1200px;
  margin: auto;
}

.trusted-id-container h2 {
  font-size: 2rem;
  color: #facc15;
  margin-bottom: 15px;
  text-align: center;
}

.trusted-id-container p {
  font-size: 1.05rem;
  color: #cbd5e1;
  margin-bottom: 30px;
  text-align: center;
}

.responsive-table {
  overflow-x: auto;
  border-radius: 10px;
}

.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  background-color: #1f2937;
  color: #f1f5f9;
}

.responsive-table thead {
  background-color: #374151;
}

.responsive-table th,
.responsive-table td {
  padding: 16px;
  border: 1px solid #374151;
  text-align: left;
  vertical-align: top;
}

.responsive-table th {
  font-weight: 600;
  color: #facc15;
}

.responsive-table td {
  font-size: 0.98rem;
  color: #e5e7eb;
}

/* Responsive */
@media (max-width: 768px) {
    .trusted-id-section {

  margin: 0 10px ;}
  .responsive-table table {
    min-width: 100%;
  }

  .trusted-id-container h2 {
    font-size: 1.6rem;
  }

  .trusted-id-container p {
    font-size: 1rem;
  }

  .responsive-table th,
  .responsive-table td {
    padding: 12px;
    font-size: 0.95rem;
  }
}


.get-id-steps {
  background: linear-gradient(135deg, #0f172a, #111827);
  padding: 20px;
  color: #f1f5f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
}

.get-id-container {
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.get-id-container h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #facc15;
}

.steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.step-box {
  background-color: #1e293b;
  border-radius: 12px;
  padding: 25px;
  flex: 1 1 calc(25% - 30px);
  min-width: 260px;
  box-shadow: inset 0 0 0 2px rgba(250, 204, 21, 0.2);
  transition: transform 0.3s ease;
}

.step-box:hover {
  transform: translateY(-6px);
}

.step-number {
  background-color: #facc15;
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: bold;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  margin: 0 auto 15px;
}

.step-content h4 {
  font-size: 1.2rem;
  color: #22c55e;
  margin-bottom: 10px;
}

.step-content p {
  font-size: 1rem;
  color: #cbd5e1;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .step-box {
    width: 100%;
    max-width: 480px;
  }

  .get-id-container h2 {
    font-size: 1.6rem;
  }
}

.trusted-platform-section {
  background: linear-gradient(135deg, #0f172a, #111827);
  padding: 20px;
  color: #f1f5f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.trusted-platform-container {
  max-width: 1400px;
  margin: auto;
}

.trusted-platform-container h2 {
  font-size: 2rem;
  color: #facc15;
  margin-bottom: 20px;
  text-align: center;
}

.trusted-platform-container p {
  font-size: 1.05rem;
  color: #cbd5e1;
  margin-bottom: 25px;
  text-align: center;
}

.trust-feature {
  background-color: #1f2937;
  border-left: 4px solid #facc15;
  padding: 20px 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.trust-feature:hover {
  background-color: #273143;
}

.trust-feature h4 {
  font-size: 1.2rem;
  color: #22c55e;
  margin-bottom: 10px;
}

.trust-feature p {
  font-size: 1rem;
  color: #e5e7eb;
  line-height: 1.6;
}

.highlight {
  background: linear-gradient(90deg, #facc15 0%, #22c55e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.also-read {
  margin-top: 30px;
  font-size: 1rem;
  color: #f1f5f9;
  text-align: center;
}

.also-read a {
  color: #38bdf8;
  text-decoration: underline;
}

.also-read a:hover {
  color: #0ea5e9;
}

/* Responsive */
@media (max-width: 768px) {
  .trusted-platform-container h2 {
    font-size: 1.6rem;
  }

  .trusted-platform-container p,
  .trust-feature p {
    font-size: 0.95rem;
  }

  .trust-feature {
    padding: 18px;
  }
}



.compare-table-section {
  background: linear-gradient(135deg, #0f172a, #111827);
  padding:  20px;
  color: #f1f5f9;
  margin: 0 40px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  box-shadow: inset 0 0 0 3px rgba(250, 204, 21, 0.3); /* yellow glow */
  border-radius: 12px;
}

.compare-table-container {
  max-width: 1200px;
  margin: auto;
}

.compare-table-container h2 {
  font-size: 2rem;
  color: #facc15;
  margin-bottom: 15px;
  text-align: center;
}

.compare-table-container p {
  font-size: 1.05rem;
  color: #cbd5e1;
  margin-bottom: 30px;
  text-align: center;
}

.responsive-table {
  overflow-x: auto;
  border-radius: 10px;
}

.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #1e293b;
  color: #f1f5f9;
  min-width: 800px;
}

.responsive-table thead {
  background-color: #374151;
}

.responsive-table th,
.responsive-table td {
  padding: 16px;
  border: 1px solid #374151;
  text-align: left;
  vertical-align: top;
}

.responsive-table th {
  font-weight: 600;
  color: #facc15;
}

.responsive-table td {
  font-size: 0.95rem;
  color: #e5e7eb;
}

/* Responsive */
@media (max-width: 768px) {
    .compare-table-section {
        box-shadow: none;
        margin: 0 10px;
}
  .responsive-table table {
    min-width: 100%;
  }

  .compare-table-container h2 {
    font-size: 1.6rem;
  }

  .compare-table-container p {
    font-size: 1rem;
  }

  .responsive-table th,
  .responsive-table td {
    padding: 12px;
    font-size: 0.92rem;
  }
}
@media (max-width: 576px) {
    
  .compare-table-container h2 {
    font-size: 1rem;
  }

  .compare-table-container p {
    font-size: 0.7rem;
  }
  .responsive-table th,
  .responsive-table td {
    padding: 12px;
    font-size: 0.5rem;
  }
}


.conclusion-section {
  background: linear-gradient(135deg, #0f172a, #111827);
  padding:40px 20px;
  margin: 15px 20px;
  color: #f1f5f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 2px solid rgba(250, 204, 21, 0.2);
  border-radius: 5px;
}

.conclusion-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.conclusion-container h2 {
  font-size: 2rem;
  color: #facc15;
  margin-bottom: 20px;
}

.conclusion-container p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #e5e7eb;
  margin-bottom: 20px;
}

.people-searching {
  margin-top: 30px;
}

.people-searching h4 {
  color: #22c55e;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.people-searching ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.people-searching li {
  background-color: #1f2937;
  padding: 8px 14px;
  border-radius: 6px;
  color: #f1f5f9;
  font-size: 0.95rem;
  border: 1px solid #374151;
}

/* Responsive */
@media (max-width: 768px) {
  .conclusion-container h2 {
    font-size: 1.6rem;
  }

  .conclusion-container p {
    font-size: 0.95rem;
  }

  .people-searching ul {
    gap: 8px;
  }

  .people-searching li {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}

/* 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: "-";
}
