/* India white label web development services page */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:root {
  --wl-bg: #f8fafc;
  --wl-text: #0f172a;
  --wl-muted: #475569;
  --wl-line: #dbe3ee;
  --wl-deep: #10157f;
  --wl-accent: #ffd21a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--wl-text);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.header-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
}

.header-frame {
  width: 100%;
  height: 82px;
  border: 0;
  display: block;
  background: transparent;
}

.full-footer-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
  margin-top: 30px;
}

.full-footer-frame {
  width: 100%;
  height: 286px;
  border: 0;
  display: block;
  background: transparent;
}

/* Floating actions */
.float-icon {
  position: fixed;
  bottom: 12px;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
  z-index: 9999;
}

.float-wa {
  left: 14px;
  background: #25d366;
  font-size: 36px;
}

.float-call {
  right: 14px;
  background: #1d4ed8;
  font-size: 24px;
}

/* Hero — simplified (light, minimal) */
.page-white-label-india .hero-section.hero-section--simple {
  display: block;
  background: #f8fafc;
  border-bottom: 1px solid var(--wl-line);
  padding: 40px 0 44px;
}

.hero-container {
  display: block;
}

.page-white-label-india .hero-section--simple .hero-copy {
  color: var(--wl-text);
  max-width: 40rem;
  padding-top: 0;
}

.page-white-label-india .hero-eyebrow {
  margin: 0 0 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.page-white-label-india .hero-section--simple .hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--wl-text);
}

.page-white-label-india .hero-section--simple .hero-copy p {
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--wl-muted);
}

.page-white-label-india .hero-section--simple .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-btn-primary,
.hero-btn-secondary,
.cta-btn,
.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
}

.page-white-label-india .hero-section--simple .hero-btn-primary {
  background: #1d4ed8;
  color: #fff !important;
  border: 1px solid #1d4ed8;
}

.page-white-label-india .hero-section--simple .hero-btn-primary:hover {
  background: #1e40af;
  border-color: #1e40af;
}

.page-white-label-india .hero-section--simple .hero-btn-secondary {
  background: #fff;
  color: #1d4ed8 !important;
  border: 1px solid #e2e8f0;
}

.page-white-label-india .hero-section--simple .hero-btn-secondary:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wl-accent);
  color: #14213d;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
}

.hero-copy p {
  margin: 0 0 16px;
  font-size: 1.06rem;
  color: #edf3ff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.hero-btn-primary {
  background: #fff;
  color: #2643b2;
}

.hero-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.breadcrumb-wrapper {
  background: var(--wl-bg);
  border-bottom: 1px solid var(--wl-line);
  padding: 14px 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #64748b;
  font-size: 0.95rem;
}

.breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #94a3b8;
}

.page-white-label-india .wl-breadcrumb-after-hero .breadcrumb a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

.page-white-label-india .wl-breadcrumb-after-hero .breadcrumb a:hover {
  text-decoration: underline;
}

.page-white-label-india .wl-breadcrumb-after-hero .breadcrumb-item:last-child {
  color: #64748b;
  font-weight: 500;
}

.section-pad {
  padding: 64px 0;
}

.section-alt {
  background: var(--wl-bg);
}

.wl-prose {
  max-width: 48rem;
}

.wl-prose h2 {
  margin: 0 0 18px;
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--wl-text);
}

.wl-prose p {
  margin: 0 0 16px;
  color: var(--wl-muted);
  font-size: 1.02rem;
}

.wl-prose p:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 860px;
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3.1vw, 2.8rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.section-intro {
  max-width: 900px;
  margin: 0;
  color: var(--wl-muted);
  font-size: 1.02rem;
}

.center-copy {
  text-align: center;
}

.center-copy .section-heading,
.center-copy .section-intro {
  margin-left: auto;
  margin-right: auto;
}

.center-copy .section-heading span {
  background: linear-gradient(135deg, #1e40af, #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.grid-3,
.faq-grid,
.mini-grid {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.color-card,
.faq-item,
.panel,
.cta-panel,
.wl-highlight-panel {
  border: none;
  border-radius: 24px;
  box-shadow: none;
}

.color-card,
.faq-item {
  padding: 28px 24px;
  color: #fff;
}

.color-card h3,
.faq-item h3 {
  margin: 0 0 12px;
  font-size: 1.18rem;
  line-height: 1.2;
  color: #fff;
}

.color-card p,
.faq-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}

.grid-3 .color-card:nth-child(1),
.faq-grid .faq-item:nth-child(1) {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.grid-3 .color-card:nth-child(2),
.faq-grid .faq-item:nth-child(2) {
  background: linear-gradient(135deg, #16a34a, #15803d);
}

.grid-3 .color-card:nth-child(3),
.faq-grid .faq-item:nth-child(3) {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
}

.grid-3 .color-card:nth-child(4),
.faq-grid .faq-item:nth-child(4) {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

.grid-3 .color-card:nth-child(5),
.faq-grid .faq-item:nth-child(5) {
  background: linear-gradient(135deg, #0d9488, #0f766e);
}

.grid-3 .color-card:nth-child(6) {
  background: linear-gradient(135deg, #ea580c, #c2410c);
}

.grid-3 .color-card:nth-child(7) {
  background: linear-gradient(135deg, #0891b2, #0e7490);
}

.grid-3 .color-card:nth-child(8) {
  background: linear-gradient(135deg, #db2777, #be185d);
}

.grid-3 .color-card:nth-child(9) {
  background: linear-gradient(135deg, #4f46e5, #4338ca);
}

.grid-3 .color-card:nth-child(10) {
  background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
}

.grid-3 .color-card:nth-child(11) {
  background: linear-gradient(135deg, #059669, #0f766e);
}

.grid-3 .color-card:nth-child(12) {
  background: linear-gradient(135deg, #be123c, #9f1239);
}

.panel {
  padding: 34px;
  background: linear-gradient(135deg, #020617 0%, #172554 45%, #2563eb 100%);
  color: #fff;
}

.panel h2,
.cta-panel h2,
.wl-highlight-panel h2 {
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  line-height: 1.12;
  color: #fff;
}

.panel p,
.cta-panel p,
.wl-highlight-panel p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
}

.wl-highlight-panel {
  padding: 42px 36px;
  background: linear-gradient(135deg, #162047 0%, #233a89 55%, #3563dc 100%);
  color: #fff;
  border-radius: 28px;
}

.wl-highlight-panel h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
}

.wl-highlight-panel .trust-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 16px;
}

.wl-highlight-panel .trust-list li {
  position: relative;
  padding: 0 0 0 34px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.wl-highlight-panel .trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.yellow-box {
  background: linear-gradient(135deg, #fde68a 0%, #facc15 42%, #f59e0b 100%);
  color: #1f2937;
}

.yellow-box h2,
.yellow-box p {
  color: #1f2937;
}

.green-box {
  background: linear-gradient(135deg, #052e16 0%, #15803d 50%, #22c55e 100%);
}

.red-box {
  background: linear-gradient(135deg, #450a0a 0%, #b91c1c 52%, #ef4444 100%);
}

.cyan-box {
  background: linear-gradient(135deg, #083344 0%, #0891b2 52%, #67e8f9 100%);
}

.panel-engagement {
  background: linear-gradient(135deg, #312e81 0%, #4338ca 50%, #6366f1 100%);
}

.service-links,
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.service-links span,
.tag-cloud span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 700;
}

.mini-grid span {
  padding: 16px 14px;
  border-radius: 20px;
  background: #eff6ff;
  color: #1e3a8a;
  font-weight: 800;
  text-align: center;
}

.tech-color-grid span {
  color: #fff;
  border: none;
}

.tech-color-grid span:nth-child(1) {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.tech-color-grid span:nth-child(2) {
  background: linear-gradient(135deg, #16a34a, #15803d);
}

.tech-color-grid span:nth-child(3) {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
}

.tech-color-grid span:nth-child(4) {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

.tech-color-grid span:nth-child(5) {
  background: linear-gradient(135deg, #0d9488, #0f766e);
}

.tech-color-grid span:nth-child(6) {
  background: linear-gradient(135deg, #ea580c, #c2410c);
}

.tech-color-grid span:nth-child(7) {
  background: linear-gradient(135deg, #0891b2, #0e7490);
}

.tech-color-grid span:nth-child(8) {
  background: linear-gradient(135deg, #db2777, #be185d);
}

.tech-color-grid span:nth-child(9) {
  background: linear-gradient(135deg, #4f46e5, #4338ca);
}

.tech-color-grid span:nth-child(10) {
  background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
}

.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.process-list li {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 600;
}

.cta-panel {
  padding: 36px;
  background: linear-gradient(135deg, #ec4899 0%, #db2777 48%, #be185d 100%);
  color: #fff;
  border-radius: 28px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cta-btn {
  background: #fff;
  color: #9d174d;
}

.cta-btn.alt {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.mini-links {
  margin-top: 20px;
  color: #fff;
}

.mini-links a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.contact-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
}

.contact-wrap {
  max-width: 560px;
  margin: 0 auto;
  padding: 48px 40px;
  border: 1px solid var(--wl-line);
  border-radius: 24px;
  background: #fff;
}

.contact-form-side h2 {
  margin: 0 0 12px;
  font-size: 1.85rem;
  color: var(--wl-text);
}

.contact-form-side .sub {
  color: var(--wl-muted);
  margin-bottom: 26px;
  font-size: 1.05rem;
}

#whatsappForm .form-group {
  width: 100%;
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
  display: block;
  width: 100%;
  padding: 16px 18px;
  border: 2px solid var(--wl-line);
  border-radius: 14px;
  font-size: 1rem;
  background: #fff;
  font-family: inherit;
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-btn {
  width: 100%;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  border: none;
  cursor: pointer;
}

.privacy-note {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  margin-top: 16px;
  font-size: 0.9rem;
  color: var(--wl-muted);
}

.privacy-note-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.privacy-note .icon {
  width: 1em;
  flex-shrink: 0;
}

.icon-lock-blue {
  color: #1e40af;
}

.icon-whatsapp-green {
  color: #25d366;
}

.page-white-label-india .color-card:hover,
.page-white-label-india .faq-item:hover,
.page-white-label-india .panel:hover,
.page-white-label-india .cta-panel:hover,
.page-white-label-india .service-links span:hover,
.page-white-label-india .tag-cloud span:hover,
.page-white-label-india .hero-btn-primary:hover,
.page-white-label-india .hero-btn-secondary:hover,
.page-white-label-india .cta-btn:hover,
.page-white-label-india .contact-btn:hover {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* Section 2: Flowrush vs white-label partners (India) */
.page-white-label-india .wl-comparison-section {
  padding: 48px 0 0;
  background: #fff;
  border-top: 1px solid var(--wl-line);
}

.page-white-label-india .wl-comparison-heading {
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 800;
  text-align: center;
  margin: 0 auto 24px;
  line-height: 1.3;
  color: var(--wl-text);
  max-width: 48rem;
  letter-spacing: -0.02em;
}

.page-white-label-india .wl-comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--wl-line);
  border-radius: 10px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.page-white-label-india .wl-comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1180px;
  font-size: clamp(0.72rem, 1.15vw, 0.8125rem);
}

.page-white-label-india .wl-comparison-table th,
.page-white-label-india .wl-comparison-table td {
  padding: 10px 10px;
  text-align: left;
  border-bottom: 1px solid var(--wl-line);
  border-right: 1px solid var(--wl-line);
  vertical-align: top;
}

.page-white-label-india .wl-comparison-table th:last-child,
.page-white-label-india .wl-comparison-table td:last-child {
  border-right: none;
}

.page-white-label-india .wl-comparison-table thead th {
  background: var(--wl-bg);
  font-weight: 700;
  color: var(--wl-text);
}

.page-white-label-india .wl-comparison-table tbody th[scope="row"] {
  font-weight: 700;
  color: var(--wl-text);
  background: #fafafa;
  width: 8rem;
}

.page-white-label-india .wl-comparison-table tbody tr:last-child th,
.page-white-label-india .wl-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.page-white-label-india .wl-comparison-table td {
  color: var(--wl-muted);
}

.page-white-label-india .wl-comparison-prose {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 40px max(12px, env(safe-area-inset-left)) 56px max(12px, env(safe-area-inset-right));
  box-sizing: border-box;
  border-top: 1px solid var(--wl-line);
  background: var(--wl-bg);
}

.page-white-label-india .wl-comparison-prose h2 {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 800;
  color: var(--wl-text);
  margin: 2rem 0 0.75rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.page-white-label-india .wl-comparison-prose h2:first-child {
  margin-top: 0;
}

.page-white-label-india .wl-comparison-prose p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--wl-muted);
  margin: 0 0 1rem;
}

.page-white-label-india .wl-comparison-prose p:last-child {
  margin-bottom: 0;
}

.page-white-label-india .wl-comparison-prose strong {
  color: var(--wl-text);
  font-weight: 700;
}

/* Section 3: services — minimal boxes */
.page-white-label-india .wl-services-section {
  padding: 48px 0 56px;
  background: #fff;
  border-top: 1px solid var(--wl-line);
}

.page-white-label-india .wl-services-heading {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 800;
  color: var(--wl-text);
  margin: 0 0 28px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.page-white-label-india .wl-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.page-white-label-india .wl-service-box {
  margin: 0;
  padding: 16px 18px;
  background: #fafbfc;
  border: 1px solid #e8edf3;
  border-radius: 8px;
}

.page-white-label-india .wl-service-box h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--wl-text);
  margin: 0 0 8px;
  line-height: 1.35;
}

.page-white-label-india .wl-service-box p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--wl-muted);
  margin: 0;
}

/* Testimonials — minimal boxes */
.page-white-label-india .wl-testimonials-section {
  padding: 48px 0 56px;
  background: var(--wl-bg);
  border-top: 1px solid var(--wl-line);
}

.page-white-label-india .wl-testimonials-section .container {
  max-width: 1280px;
}

.page-white-label-india .wl-testimonials-heading {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 800;
  color: var(--wl-text);
  margin: 0 0 28px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.page-white-label-india .wl-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  align-items: stretch;
}

.page-white-label-india .wl-testimonial-box {
  margin: 0;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  border-left: 3px solid #1e40af;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-white-label-india .wl-testimonial-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--wl-muted);
  margin: 0 0 10px;
  flex: 1 1 auto;
}

.page-white-label-india .wl-testimonial-attrib {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--wl-text);
  margin: 0;
}

.page-white-label-india .wl-testimonial-name {
  font-weight: 700;
}

.page-white-label-india .wl-testimonial-role {
  font-weight: 500;
  color: #64748b;
}

/* Pricing model — minimal boxes */
.page-white-label-india .wl-pricing-section {
  padding: 48px 0 56px;
  background: #fff;
  border-top: 1px solid var(--wl-line);
}

.page-white-label-india .wl-pricing-section .container {
  max-width: 1280px;
}

.page-white-label-india .wl-pricing-heading {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 800;
  color: var(--wl-text);
  margin: 0 0 12px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.page-white-label-india .wl-pricing-intro {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--wl-muted);
  margin: 0 0 22px;
  max-width: 52rem;
}

.page-white-label-india .wl-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  align-items: stretch;
}

.page-white-label-india .wl-pricing-box {
  margin: 0;
  padding: 16px 18px;
  background: #fafbfc;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  min-width: 0;
  height: 100%;
}

.page-white-label-india .wl-pricing-box h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--wl-text);
  margin: 0 0 8px;
  line-height: 1.35;
}

.page-white-label-india .wl-pricing-box p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--wl-muted);
  margin: 0;
}

.page-white-label-india .wl-pricing-cta-wrap {
  margin: 28px 0 0;
  text-align: center;
}

.page-white-label-india .wl-pricing-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9375rem;
  background: #1d4ed8;
  color: #fff !important;
  border: 1px solid #1d4ed8;
  text-decoration: none;
  box-sizing: border-box;
}

.page-white-label-india .wl-pricing-page-link:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

/* Book a call + form */
.page-white-label-india .wl-book-section {
  padding: 48px 0 64px;
  background: var(--wl-bg);
  border-top: 1px solid var(--wl-line);
}

.page-white-label-india .wl-book-section .container {
  max-width: 1280px;
}

.page-white-label-india .wl-book-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px 36px;
  align-items: stretch;
  width: 100%;
}

.page-white-label-india .wl-book-aside {
  min-width: 0;
  padding-top: 4px;
}

.page-white-label-india .wl-book-form-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.page-white-label-india .wl-book-aside h2 {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  color: var(--wl-text);
  margin: 0 0 12px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.page-white-label-india .wl-book-lead {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--wl-muted);
  margin: 0 0 20px;
}

.page-white-label-india .wl-book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-white-label-india .wl-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
}

.page-white-label-india .wl-book-btn-call {
  background: #fff;
  color: #1e40af !important;
  border: 1px solid #c7d2fe;
}

.page-white-label-india .wl-book-btn-wa {
  background: #25d366;
  color: #fff !important;
  border: 1px solid #20bd5a;
}

.page-white-label-india .wl-book-form-card {
  border: 1px solid #e8edf3;
  border-radius: 10px;
  padding: 20px 18px 18px;
  background: #fff;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.page-white-label-india .wl-book-form-title {
  font-size: 1.0625rem;
  font-weight: 800;
  margin: 0 0 6px;
  color: var(--wl-text);
}

.page-white-label-india .wl-book-form-hint {
  font-size: 0.8125rem;
  color: var(--wl-muted);
  margin: 0 0 16px;
  line-height: 1.5;
}

.page-white-label-india .wl-book-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1 1 auto;
}

.page-white-label-india .wl-book-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  margin-bottom: 12px;
}

.page-white-label-india .wl-book-field {
  margin-bottom: 12px;
}

.page-white-label-india .wl-book-form-row .wl-book-field {
  margin-bottom: 0;
}

.page-white-label-india .wl-book-field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--wl-text);
  margin: 0 0 5px;
}

.page-white-label-india .wl-book-req {
  color: #b91c1c;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  cursor: help;
}

.page-white-label-india .wl-book-opt {
  font-weight: 500;
  color: #64748b;
  font-size: 0.75rem;
}

.page-white-label-india .wl-book-form input,
.page-white-label-india .wl-book-form textarea {
  width: 100%;
  padding: 10px 11px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: 1.45;
  background: #fff;
  color: var(--wl-text);
  box-sizing: border-box;
}

.page-white-label-india .wl-book-form input:focus-visible,
.page-white-label-india .wl-book-form textarea:focus-visible {
  outline: none;
  border-color: #1e40af;
  box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.2);
}

.page-white-label-india .wl-book-form textarea {
  resize: vertical;
  min-height: 88px;
}

.page-white-label-india .wl-book-submit {
  margin-top: 6px;
  padding: 11px 16px;
  border: none;
  border-radius: 8px;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  font-family: inherit;
}

.page-white-label-india .wl-book-submit .fa-whatsapp {
  font-size: 1.15rem;
  line-height: 1;
}

.page-white-label-india .wl-book-submit:hover {
  background: #20bd5a;
}

.page-white-label-india .wl-book-privacy {
  margin: 12px 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #64748b;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.page-white-label-india .wl-book-privacy .fa-lock {
  margin-top: 2px;
  flex-shrink: 0;
  color: #1e40af;
  font-size: 0.68rem;
}

@media (max-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wl-highlight-panel {
    padding: 34px 28px;
  }
}

@media (max-width: 960px) {
  .page-white-label-india .wl-book-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-white-label-india .wl-book-form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .header-frame {
    height: 74px;
  }

  .full-footer-frame {
    height: 330px;
  }

  .float-icon {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }

  .float-wa {
    left: 10px;
    font-size: 31px;
  }

  .float-call {
    right: 10px;
    font-size: 22px;
  }

  .container {
    padding: 0 20px;
  }

  .page-white-label-india .hero-section.hero-section--simple {
    padding: 32px 0 36px;
  }

  .hero-copy {
    text-align: center;
    max-width: 100%;
  }

  .page-white-label-india .hero-section--simple .hero-copy {
    text-align: left;
  }

  .hero-badge {
    margin: 0 auto 14px;
    font-size: 0.8rem;
    padding: 8px 12px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-btn-primary,
  .hero-btn-secondary,
  .cta-btn,
  .contact-btn {
    width: 100%;
  }

  .section-pad {
    padding: 52px 0;
  }

  .color-card,
  .faq-item,
  .panel,
  .cta-panel {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .wl-highlight-panel {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .wl-highlight-panel .trust-list li {
    font-size: 0.96rem;
    padding-left: 28px;
  }

  .wl-highlight-panel .trust-list li::before {
    width: 13px;
    height: 13px;
  }

  .contact-wrap {
    padding: 36px 22px;
  }

  .contact-form-side h2 {
    font-size: 1.6rem;
  }

  .grid-3,
  .faq-grid,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .page-white-label-india .wl-services-grid {
    grid-template-columns: 1fr;
  }

  .page-white-label-india .wl-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .page-white-label-india .wl-pricing-grid {
    grid-template-columns: 1fr;
  }

  .page-white-label-india .wl-pricing-page-link {
    width: 100%;
    max-width: 100%;
  }

  .page-white-label-india .wl-book-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-white-label-india .wl-book-btn {
    width: 100%;
  }
}
