/*
 | 10Captcha CMS template — app theme CSS only.
 | Do NOT load assets/css/tenants/10captcha/* or https://10captcha.com CSS.
 | Section Blades under themes/10captcha/sections recreate the live site layout.
 */
body.theme-10captcha {
  --cms-bg: #ffffff;
  --cms-bg-page: #ffffff;
  --cms-surface: #ffffff;
  --cms-primary: #28a745;
  --cms-primary-dark: #218838;
  --cms-secondary: #6c757d;
  --cms-ink: #212529;
  --cms-slate-200: #dee2e6;
  --cms-text-muted: #6c757d;
  --cms-gradient: none;
  --cms-radius: 0.25rem;
  --cms-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --cms-hero-text: #212529;
  --cms-hero-muted: #6c757d;
  --cms-hero-eyebrow: #28a745;
  --cms-on-primary: #ffffff;
  --cms-btn-radius: 0.25rem;
  --color-primary: #28a745;
  background: #ffffff;
  color: #212529;
  font-family: var(--cms-font);
}

/* No white gap between last CTA band and dark footer */
body.theme-10captcha .cms-main {
  padding-bottom: 0;
}

body.theme-10captcha .cms-main > .cms-block:last-child {
  margin-bottom: 0;
}

body.theme-10captcha .cms-header {
  background: #ffffff;
  border-bottom: 1px solid #e9ecef;
}

body.theme-10captcha .cms-brand,
body.theme-10captcha .cms-nav-link {
  color: #212529;
}

body.theme-10captcha .cms-nav-link:hover,
body.theme-10captcha .cms-nav-link[aria-current="page"] {
  color: #28a745;
}

body.theme-10captcha .cms-btn-primary,
body.theme-10captcha .btn-success {
  background: #28a745;
  border-color: #28a745;
  color: #fff;
}

body.theme-10captcha .ten-stat-value {
  font-size: 1.75rem;
  line-height: 1.2;
}

body.theme-10captcha .ten-stat-label {
  font-size: 0.9rem;
}

body.theme-10captcha .ten-feature-card h5 {
  font-size: 1.05rem;
  min-height: 2.6rem;
}

body.theme-10captcha .ten-pricing thead.bg-success {
  background-color: #28a745 !important;
}

body.theme-10captcha .f-150 { font-size: 1.5rem; }
body.theme-10captcha .f-125 { font-size: 1.25rem; }
body.theme-10captcha .f-100 { font-size: 1rem; }
body.theme-10captcha .f-200 { font-size: 2rem; line-height: 1.15; }
body.theme-10captcha .f-250 { font-size: 2.5rem; line-height: 1; }
body.theme-10captcha .f-300 { font-size: 3rem; line-height: 1.1; }

body.theme-10captcha .py-6 { padding-top: 4rem; padding-bottom: 4rem; }
body.theme-10captcha .py-8 { padding-top: 5rem; padding-bottom: 5rem; }
body.theme-10captcha .pt-10 { padding-top: 6rem; }
body.theme-10captcha .mt-6 { margin-top: 4rem; }

body.theme-10captcha .hero-section .slide {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto 0;
}

body.theme-10captcha .hero-section h1,
body.theme-10captcha .hero-section h3 {
  color: #000000 !important;
}

body.theme-10captcha .hero-section h1 .text-success,
body.theme-10captcha .hero-section h3 .text-success {
  color: #28a745 !important;
}

/* All marketing headings black (feature cards, Use Cases, FAQ, etc.) */
body.theme-10captcha h1,
body.theme-10captcha h2,
body.theme-10captcha h3,
body.theme-10captcha h4,
body.theme-10captcha h5,
body.theme-10captcha h6,
body.theme-10captcha .features-section h2,
body.theme-10captcha .features-section h5,
body.theme-10captcha .cms-block h1,
body.theme-10captcha .cms-block h2,
body.theme-10captcha .cms-block h3,
body.theme-10captcha .cms-block h4,
body.theme-10captcha .cms-block h5,
body.theme-10captcha .cms-block h6 {
  color: #000000 !important;
}

/* Green CTA band: headings white (overrides global black headings) */
body.theme-10captcha .bg-success h1,
body.theme-10captcha .bg-success h2,
body.theme-10captcha .bg-success h3,
body.theme-10captcha .bg-success h4,
body.theme-10captcha .bg-success h5,
body.theme-10captcha .bg-success h6,
body.theme-10captcha .cms-block .bg-success h1,
body.theme-10captcha .cms-block .bg-success h2,
body.theme-10captcha .cms-block .bg-success h3,
body.theme-10captcha .cms-block .bg-success h4,
body.theme-10captcha .cms-block .bg-success h5,
body.theme-10captcha .cms-block .bg-success h6 {
  color: #ffffff !important;
}

body.theme-10captcha .bg-success .text-dark,
body.theme-10captcha .cms-block .bg-success .text-dark {
  color: #212529 !important;
}

body.theme-10captcha h1 .text-success,
body.theme-10captcha h2 .text-success,
body.theme-10captcha h3 .text-success,
body.theme-10captcha h4 .text-success,
body.theme-10captcha h5 .text-success,
body.theme-10captcha h6 .text-success {
  color: #28a745 !important;
}

@media (min-width: 768px) {
  body.theme-10captcha .hero-section .slide { margin-top: 0; }
}

body.theme-10captcha #footer-10cap .footer-pay-icons i,
body.theme-10captcha #footer-10cap .footer-social-icons a {
  font-size: 2.5rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

body.theme-10captcha #footer-10cap .footer-pay-icons i {
  margin: 0 0.35rem 0.5rem;
  padding: 0.35rem 0.5rem;
}

body.theme-10captcha #footer-10cap .footer-social-icons a {
  margin: 0 0.5rem;
}

/***************************** FAQ (10Captcha accordion) *****************************/
body.theme-10captcha #faq h2,
body.theme-10captcha .faq + * {
  color: #000;
}

body.theme-10captcha .faq .card-header {
  background: none;
  border: none;
  position: relative;
  padding: 0;
}

body.theme-10captcha .faq .card {
  border: none;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
  overflow: visible;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.12);
}

body.theme-10captcha .faq .card-header a {
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  border-radius: 0.45rem;
  background: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1c1d3e !important;
  text-transform: capitalize;
  text-decoration: none !important;
  display: block;
  width: 100%;
  box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.08);
}

body.theme-10captcha .faq .card.active .card-header a,
body.theme-10captcha .faq .card .card-header a:hover,
body.theme-10captcha .faq .card .card-header a[aria-expanded="true"] {
  background: #28a745 !important;
  color: #ffffff !important;
}

body.theme-10captcha .faq .card-header a i {
  color: inherit;
  margin-right: 0.35rem;
}

body.theme-10captcha .faq .card-body {
  padding: 1rem 1.25rem 1.25rem;
  color: #212529;
  background: #fff;
}

body.theme-10captcha .faq .card-body a {
  color: #28a745 !important;
  text-decoration: underline;
}

body.theme-10captcha .faq .card-body a:hover {
  color: #1e7e34 !important;
}

/***************************** Utilities (from 10captcha core.css) *****************************/
body.theme-10captcha .bg-gray-05 {
  background-color: #f8f9fb !important;
}

body.theme-10captcha .bg-red {
  background-color: #ff001e !important;
}

body.theme-10captcha .text-black {
  color: #111111 !important;
}

body.theme-10captcha a.text-black:focus,
body.theme-10captcha a.text-black:hover {
  color: #000000 !important;
}

body.theme-10captcha .text-red {
  color: #ff001e !important;
}

body.theme-10captcha .b-6 {
  font-weight: 600;
}

/***************************** API docs page *****************************/
body.theme-10captcha #sidebar a.text-black {
  color: #111111 !important;
  text-decoration: none;
}

body.theme-10captcha #sidebar a.text-black:hover {
  color: #28a745 !important;
}

body.theme-10captcha .cms-custom-html-island #sidebar .sticky-top,
body.theme-10captcha #sidebar .sticky-top,
body.theme-10captcha .col-md-3 .sticky-top {
  top: 5.5rem;
  z-index: 2;
}

body.theme-10captcha .cms-custom-html-island .badge.bg-red,
body.theme-10captcha .badge.bg-red {
  background-color: #ff001e !important;
  color: #fff !important;
}

body.theme-10captcha .cms-custom-html-island pre,
body.theme-10captcha .cms-custom-html-island .bg-light.p-3 {
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

body.theme-10captcha .cms-custom-html-island .table {
  background: #fff;
}

