@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #212529;
  overflow-x: hidden;
}

.hero-section {
  padding: 60px 0;
  position: relative;
  background: linear-gradient(135deg, #ffffff 60%, #f4f8fb 100%);
}
.sub-title {
  color: #3288ff;
  font-weight: 600;
  font-size: 0.85rem;
  background-color: rgb(236, 250, 255);
  padding: 6px 12px;
  border-radius: 30px;
}

.hero-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #1a1a1a;
}

.hero-desc {
  font-size: 1rem;
  color: #5a6578;
  line-height: 1.6;
  max-width: 520px;
}

.btn-primary-cta {
  background-color: #b8e4ff !important;
  color: #133919 !important;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(179, 242, 245, 0.3);
}

.btn-primary-cta:hover {
  background-color: #9dbeff;
  transform: translateY(-2px);
}

.btn-secondary-cta {
  background: transparent;
  color: #4a5568 !important;
  font-weight: 500;
  font-size: 1rem;
  padding: 10px 15px;
  border: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.btn-secondary-cta:hover {
  color: #005eff !important;
}
.btn-secondary-cta:focus,
.btn-secondary-cta:active,
.btn-secondary-cta:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.icon-circle {
  background-color: #e1e7ff;
  color: #005eff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: all 0.3s ease;
}

.btn-secondary-cta:hover .icon-circle {
  background-color: #005eff;
  color: #ffffff;
}
.stats-wrapper {
  margin-top: 30px;
}

.stat-item h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2px;
}

.stat-item p {
  font-size: 0.85rem;
  color: #718096;
  margin-bottom: 0;
  text-transform: capitalize;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background-color: #e2e8f0;
  margin: 0 22px;
}
.hero-image-card {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
}

.main-hero-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 200px 200px 30px 200px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
.decorative-ring {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 100px;
  height: 100px;
  border: 12px solid #b3f5bc;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .hero-title {
    font-size: 2.7rem;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 60px 0;
    text-align: center;
  }

  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-wrapper {
    justify-content: center;
  }

  .hero-image-card {
    margin: 0 auto;
  }

  .main-hero-img {
    height: 420px;
    border-radius: 120px 120px 30px 120px;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2.1rem;
  }

  .cta-wrapper {
    flex-direction: column;
  }

  .btn-primary-cta {
    width: 100%;
    margin-right: 0 !important;
  }

  .main-hero-img {
    height: 320px;
    border-radius: 80px 80px 20px 80px;
  }

  .mobile-stats .stat-item h3 {
    font-size: 1.4rem;
  }
}.tb-style-services {
  padding: 50px 0;
}

.tb-title {
  font-size: 2rem;
  width: 100%;
  max-width: 700px;
  margin: auto;
  font-weight: 900;
  color: #000000;
  line-height: 1.2;
}

.tb-title .highlight {
  color: #3288ff;
  font-weight: 600;
  font-style: italic;
}

.tb-subtitle {
  font-size: 1rem;
  color: #666666;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
}

.tb-row-label {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.border-bottom-custom {
  border-bottom: 2px solid #eef2f5;
}

.tb-service-item {
  padding-right: 20px;
}

.tb-icon-box {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.tb-icon {
  fill: none;
  stroke: #5193ff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tb-content h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 8px;
  line-height: 1.3;
}

.tb-content p {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 0;
}

/* =========================
   Large Devices
========================= */
@media (max-width: 1200px) {
  .tb-title {
    font-size: 2.4rem;
    max-width: 650px;
  }
}

/* =========================
   Tablets
========================= */
@media (max-width: 991.98px) {
  .tb-style-services {
    padding: 60px 0;
  }

  .tb-title {
    font-size: 2rem;
    max-width: 100%;
    padding: 0 15px;
  }

  .tb-subtitle {
    font-size: 0.95rem;
    padding: 0 15px;
  }

  .tb-service-item {
    padding-right: 0;
  }
}

/* =========================
   Mobile Devices
========================= */
@media (max-width: 767.98px) {
  .tb-style-services {
    padding: 50px 0;
  }

  .tb-title {
    font-size: 1.7rem;
    line-height: 1.35;
    text-align: center;
  }

  .tb-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
  }

  .tb-row-label {
    font-size: 0.8rem;
    text-align: center;
  }

  .tb-service-item {
    margin-bottom: 35px;
    padding-right: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tb-icon-box {
    margin-bottom: 18px;
  }

  .tb-content {
    margin-left: 0 !important;
  }

  .tb-content h4 {
    font-size: 1rem;
  }

  .tb-content p {
    font-size: 13px;
  }
}

/* =========================
   Small Mobile
========================= */
@media (max-width: 575.98px) {
  .tb-style-services {
    padding: 40px 0;
  }

  .tb-title {
    font-size: 1.45rem;
    line-height: 1.4;
    padding: 0 10px;
  }

  .tb-subtitle {
    font-size: 0.9rem;
    padding: 0 10px;
  }

  .tb-icon-box {
    width: 52px;
    height: 52px;
  }

  .tb-content h4 {
    font-size: 0.95rem;
  }

  .tb-content p {
    font-size: 12.5px;
    line-height: 1.5;
  }
}
.gateways-section {
  padding: 30px 0;
}
.gateways-badge {
  background-color: #eafaf1;
  color: #1c9963;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.gateways-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222222;
}
.gateways-subtitle {
  font-size: 1rem;
  color: #555555;
}
.gateway-card {
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.gateway-card:hover {
  background: linear-gradient(135deg, rgb(192, 250, 255), rgb(224, 224, 255));
  border-color: #c7e5ff;
}
.gateway-logo-placeholder {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.gateway-icon {
  font-size: 1.8rem;
  color: #4a5568;
  transition: transform 0.2s ease;
}
.gateway-card:hover .gateway-icon {
  transform: scale(1.05);
  color: #0059ff;
}
.gateway-card h5 {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0;
}
.custom-gateway-box {
  background: linear-gradient(135deg, rgb(192, 250, 255), rgb(224, 224, 255));
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  padding: 25px 35px;
}
.custom-icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  color: #0059ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.custom-gateway-box h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 4px;
}
.custom-gateway-box p {
  font-size: 0.95rem;
  color: #363636;
}
@media (max-width: 991.98px) {
  .gateways-section {
    padding: 50px 0;
  }
  .gateways-title {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .gateways-title {
    font-size: 1.7rem;
  }
  .custom-gateway-box {
    padding: 20px;
  }
}

.integration-flow-section {
  padding: 40px 0;
  background: #ffffff;
}

.flow-main-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
}

.flow-sub-heading {
  font-size: 1.05rem;
  max-width: 720px;
  margin: 0 auto;
}
.flow-process-wrapper {
  position: relative;
  background: #fdfdfd;
  border-radius: 40px;
  padding: 60px 40px;
  border: 1px solid #eee;
}
.positioning-layer {
  position: relative;
  z-index: 5;
}
.process-lines {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.process-lines path {
  stroke: #e86b35;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2;
}
.process-step {
  max-width: 210px;
  margin: 0 auto;
}

.step-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  background: #fff;
}
.step-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}
.step-text {
  font-size: 13px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

.highlight-txt {
  color: #ea580c;
  font-weight: 600;
}

.status-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 30px;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.badge-accepted {
  background-color: #ecfdf5;
  color: #10b981;
  border: 1px solid #a7f3d0;
}
.badge-rejected {
  background-color: #fef2f2;
  color: #ef4444;
  border: 1px solid #fca5a5;
}
.icon-blue {
  background: #e0f2fe;
  color: #0284c7;
}
.icon-orange {
  background: #ffedd5;
  color: #ea580c;
}
.icon-purple {
  background: #f3e8ff;
  color: #7c3aed;
}
.icon-teal {
  background: #ccfbf1;
  color: #0d9488;
}
.icon-green {
  background: #d1fae5;
  color: #059669;
}
@media (max-width: 767.98px) {
  .flow-process-wrapper {
    padding: 30px 15px;
  }
  .process-step {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.security-compliance-section {
  padding: 30px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}
.section-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(50, 136, 255, 0.08);
  border: 1px solid rgba(50, 136, 255, 0.12);
  color: #3288ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.security-main-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #111827;
  margin-bottom: 14px;
}

.security-main-title span {
  color: #3288ff;
}

.security-section-subtitle {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #6b7280;
  max-width: 560px;
  margin: 0 auto;
}
.security-image-wrapper {
  position: relative;
  padding: 10px;
  text-align: center;
}

.compliance-graphic {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(15, 23, 42, 0.06));
}
.compliance-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.compliance-item {
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease;
}
.compliance-icon-box {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  color: #3288ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.compliance-text {
  margin-left: 14px;
}

.compliance-text h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
  margin-bottom: 5px;
}

.compliance-text p {
  font-size: 14px;
  line-height: 1.65;
  color: #6b7280;
  margin-bottom: 0;
}
.regulatory-note-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px;
  margin-top: 24px;
  background: linear-gradient(135deg, #f4ffff 0%, #d6e4ff 100%);
  border: 1px solid #e5e7eb;
  border-left: 4px solid #111827;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
}

.note-info-icon {
  font-size: 1.15rem;
  color: #111827;
  margin-top: 2px;
  flex-shrink: 0;
}

.note-message {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #374151;
  margin: 0;
}
@media (max-width: 991.98px) {
  .security-compliance-section {
    padding: 60px 0;
  }

  .security-main-title {
    font-size: 1.85rem;
  }

  .security-section-subtitle {
    font-size: 0.95rem;
  }

  .compliance-graphic {
    max-height: 340px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .security-compliance-section {
    padding: 50px 0;
  }

  .section-badge {
    font-size: 0.68rem;
    letter-spacing: 1px;
    padding: 5px 12px;
  }

  .security-main-title {
    font-size: 1.6rem;
  }

  .compliance-item {
    padding: 16px;
    border-radius: 14px;
  }

  .compliance-icon-box {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 0.95rem;
    border-radius: 10px;
  }

  .compliance-text {
    margin-left: 12px;
  }

  .compliance-text h4 {
    font-size: 0.95rem;
  }

  .compliance-text p,
  .note-message {
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .regulatory-note-box {
    padding: 16px;
    border-radius: 12px;
  }
}
.why-choose-section {
  padding: 50px 0;
  background-color: #ffffff;
}
.gateways-badge {
  background-color: #eafaf1;
  color: #1c9963;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

.gateways-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.5px;
}

.gateways-subtitle {
  font-size: 1rem;
  color: #4b5563;
}
.gateway-card {
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}
.gateway-card:hover {
  background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
  border-color: #bfdbfe;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.06);
}

.gateway-logo-placeholder {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background-color: #f8fafc;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.gateway-logo-placeholder img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}
.gateway-card:hover .gateway-logo-placeholder {
  background-color: #ffffff;
}

.gateway-icon {
  font-size: 1.75rem;
  color: #5ea1ff;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.gateway-card:hover .gateway-icon {
  transform: scale(1.08);
  color: #2563eb;
}

.gateway-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

.why-desc-text {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .why-choose-section {
    padding: 40px 0;
  }
  .gateways-title {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .gateways-title {
    font-size: 1.7rem;
  }
  .gateway-card {
    padding: 25px 20px;
  }
}
.industries-serve-section {
  padding: 50px 0;
  background:
    radial-gradient(
      circle at bottom right,
      rgba(124, 58, 237, 0.02),
      transparent 45%
    ),
    radial-gradient(
      circle at top left,
      rgba(37, 99, 235, 0.02),
      transparent 45%
    ),
    #fafbfc;
  position: relative;
}
.industry-item-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 35px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px -10px rgba(15, 23, 42, 0.03);
}
.industry-item-card:hover {
  transform: translateY(-6px);
  border-color: #cbd5e1;
  box-shadow:
    0 20px 35px -15px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(37, 99, 235, 0.03);
}
.industry-icon-wrapper {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.ind-color-1 {
  background: #eff6ff;
  color: #2563eb;
}
.ind-color-2 {
  background: #f0fdf4;
  color: #16a34a;
}
.ind-color-3 {
  background: #fff1f2;
  color: #f43f5e;
}
.ind-color-4 {
  background: #faf5ff;
  color: #9333ea;
}
.ind-color-5 {
  background: #fff7ed;
  color: #ea580c;
}
.ind-color-6 {
  background: #f0fdfa;
  color: #0d9488;
}
.ind-color-7 {
  background: #fdf2f8;
  color: #db2777;
}
.ind-color-8 {
  background: #f8fafc;
  color: #475569;
}
.industry-item-card:hover .industry-icon-wrapper {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 6px 15px -4px rgba(15, 23, 42, 0.1);
}

.industry-item-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
  transition: color 0.3s ease;
}

.industry-item-card:hover h4 {
  color: #2563eb;
}

.industry-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .industries-serve-section {
    padding: 80px 0;
  }
}

@media (max-width: 767.98px) {
  .industries-serve-section {
    padding: 60px 0;
  }
  .industry-item-card {
    padding: 30px 20px;
  }
}

.wavy-testimonials-section {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.wavy-avatar-canvas {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 240px;
  margin: 0 auto 40px auto;
}

.testimonial-wave-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.avatar-nodes-wrapper {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.avatar-node-item {
  position: absolute;
  top: var(--node-top);
  left: var(--node-left);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.avatar-img-frame {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  padding: 4px;
  border: 2px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.avatar-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}
.decorative-dot-node {
  position: absolute;
  top: var(--node-top);
  left: var(--node-left);
  width: 8px;
  height: 8px;
  background-color: #0f172a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.avatar-node-item.active .avatar-img-frame {
  width: 95px;
  height: 95px;
  border-color: #ef4444;
  box-shadow:
    0 0 0 6px rgba(239, 68, 68, 0.15),
    0 20px 25px -5px rgba(239, 68, 68, 0.1);
}

.avatar-node-item.active img {
  filter: grayscale(0%);
}
.avatar-node-item:not(.active):hover .avatar-img-frame {
  transform: scale(1.1);
  border-color: #cbd5e1;
}

.testimonial-text-display-box {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 60px;
}

.text-slider-track {
  position: relative;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-slide-item {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition:
    opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.5s ease;
}

.text-slide-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wavy-quote-text {
  font-size: 15px;
  font-weight: 500;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 20px;
}

.wavy-client-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.company-accent {
  color: #2563eb;
}

.wavy-slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.nav-arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.nav-arrow-btn:hover {
  background-color: #f8fafc;
  color: #0f172a;
  border-color: #cbd5e1;
  transform: scale(1.05);
}
@media (max-width: 991.98px) {
  .wavy-avatar-canvas {
    display: none;
  }
  .testimonial-text-display-box {
    padding: 40px 20px;
    background: #f8fafc;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
  }
  .wavy-slider-controls {
    position: relative;
    top: auto;
    transform: none;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
  }
}

.pricing-models-section {
  position: relative;
  padding: 50px 0;
  background:
    radial-gradient(
      circle at top center,
      rgba(37, 99, 235, 0.08),
      transparent 45%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  overflow: hidden;
}

.pricing-models-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.05);
  filter: blur(20px);
  pointer-events: none;
}

.pricing-models-section::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.04);
  filter: blur(25px);
  pointer-events: none;
}

.price-model-card {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 30px;
  padding: 22px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.04),
    0 2px 6px rgba(15, 23, 42, 0.03);
}

.price-model-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.12),
    rgba(255, 255, 255, 0),
    rgba(16, 185, 129, 0.08)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.price-model-card::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(37, 100, 235, 0.079);
  pointer-events: none;
}

.price-model-card:hover {
  transform: translateY(-10px) scale(1.01);
  border-color: rgba(59, 130, 246, 0.25);
  box-shadow:
    0 28px 60px rgba(15, 23, 42, 0.08),
    0 8px 20px rgba(37, 99, 235, 0.06);
}

.price-model-card.featured-blue-tier {
  background: linear-gradient(135deg, #0f172a 0%, #0057a8 55%, #1e3a8a 100%);
  border: 1px solid rgba(96, 165, 250, 0.35);
  color: #ffffff;
  transform: scale(1.04);
  box-shadow:
    0 30px 70px rgba(30, 58, 138, 0.28),
    0 10px 25px rgba(15, 23, 42, 0.12);
}

.price-model-card.featured-blue-tier::after {
  background: rgba(255, 255, 255, 0.06);
}

.price-model-card.featured-blue-tier:hover {
  transform: scale(1.05) translateY(-10px);
  box-shadow:
    0 40px 90px rgba(30, 58, 138, 0.34),
    0 12px 30px rgba(15, 23, 42, 0.14);
}

.tier-tag-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 10px;
}

.tier-badge-label {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
}

.bg-soft-blue {
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #dbeafe;
}

.bg-solid-blue {
  background: rgba(255, 255, 255, 0.12);
  color: #bfdbfe;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.popular-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 8px 18px rgba(16, 185, 129, 0.18);
}

.tier-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.6px;
  color: #0f172a; 
}

.text-blue-light {
  color: #dbeafe;
}

.tier-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 0;
}

.featured-blue-tier .tier-description {
  color: rgba(255, 255, 255, 0.78);
}
.price-value-container {
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

.currency-symbol {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  color: #0f172a;
  margin-top: 8px;
}

.price-amount {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -2px;
  color: #0f172a;
}

.price-cycle {
  font-size: 0.92rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 14px;
  margin-left: 4px;
}

.featured-blue-tier .currency-symbol,
.featured-blue-tier .price-amount {
  color: #ffffff;
}

.featured-blue-tier .price-cycle {
  color: rgba(255, 255, 255, 0.72);
}
.tier-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  width: 100%;
}

.tier-features li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #475569;
}

.tier-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #10b981;
}

.featured-blue-tier .tier-features li {
  color: rgba(255, 255, 255, 0.82);
}

.featured-blue-tier .tier-features li::before {
  color: #86efac;
}
.tier-action-container {
  width: 100%;
  margin-top: auto;
}

.tier-action-container {
  margin-top: auto;
}

.btn-tier-action {
  display: inline-flex; /* changed from flex */
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 16px;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.1px;
}

.btn-outline-blue {
  background: #ffffff;
  color: #2563eb;
  border: 1px solid #dbeafe;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.05);
  text-decoration: none;
}

.btn-outline-blue:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.16);
  text-decoration: none;
}
.btn-solid-white {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.btn-solid-white:hover {
  background: #f8fafc;
  color: #0f172a;
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .pricing-models-section {
    padding: 80px 0;
  }

  .price-model-card {
    padding: 34px 26px;
    border-radius: 24px;
  }

  .price-model-card.featured-blue-tier {
    transform: none;
  }

  .price-model-card.featured-blue-tier:hover {
    transform: translateY(-8px);
  }

  .price-amount {
    font-size: 3rem;
  }
}

@media (max-width: 575.98px) {
  .pricing-models-section {
    padding: 60px 0;
  }

  .price-model-card {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .tier-title {
    font-size: 1.35rem;
  }

  .price-amount {
    font-size: 2.6rem;
    letter-spacing: -1.5px;
  }

  .currency-symbol {
    font-size: 1.25rem;
    margin-top: 6px;
  }

  .price-cycle {
    font-size: 0.85rem;
    margin-top: 10px;
  }

  .btn-tier-action {
    padding: 13px 20px;
    font-size: 0.94rem;
  }
}
.solution-section {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.main-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1e1b4b;
}

.solution-grid-matrix {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 5;
}

.solution-row-pair {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.problem-side-card,
.fix-side-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  width: 44%;
  min-height: 70px;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(241, 245, 249, 0.8);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.problem-side-card {
  justify-content: flex-start;
}

.fix-side-card {
  justify-content: flex-start;
}

.card-text-heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}

.problem-side-card .card-text-heading {
  color: #ef4444;
}

.fix-side-card .card-text-heading {
  color: #4f46e5;
}

.solution-row-pair:hover .problem-side-card {
  transform: translateX(-4px);
}

.solution-row-pair:hover .fix-side-card {
  transform: translateX(4px);
}

.transition-connector-arrow {
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cbd5e1;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}

.solution-row-pair:hover .transition-connector-arrow {
  color: #6366f1;
}
.solution-grid-matrix::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -180px;
  width: 320px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(239, 68, 68, 0.12) 0%,
    transparent 65%
  );
  transform: translateY(-50%);
  pointer-events: none;
  z-index: -1;
}

.solution-grid-matrix::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -180px;
  width: 320px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(79, 70, 229, 0.14) 0%,
    transparent 65%
  );
  transform: translateY(-50%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .solution-row-pair {
    flex-direction: column;
    gap: 12px;
    background: #f8fafc;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
  }
  .problem-side-card,
  .fix-side-card {
    width: 100%;
    min-height: auto;
    padding: 16px 20px;
    box-shadow: none;
  }
  .transition-connector-arrow {
    width: 100%;
    transform: rotate(90deg);
    padding: 4px 0;
  }
  .solution-row-pair:hover .problem-side-card,
  .solution-row-pair:hover .fix-side-card {
    transform: none;
  }
}
.faq-section-wrapper {
  padding: 80px 0;
  background: #fafbfc;
  position: relative;
}

.faq-header-container {
  max-width: 600px;
  margin: 0 auto;
}
.faq-accordion-matrix {
  max-width: 800px;
  margin: 35px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-accordion-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px -8px rgba(15, 23, 42, 0.03);
}

.faq-accordion-item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 20px -12px rgba(15, 23, 42, 0.05);
}
.faq-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 24px;
  cursor: pointer;
  gap: 16px;
  user-select: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
.faq-accordion-trigger:focus,
.faq-accordion-trigger:active {
  outline: none !important;
  box-shadow: none !important;
}
.faq-accordion-trigger:focus-visible {
  outline: 2px solid #bfdbfe !important;
  outline-offset: -2px;
}
.faq-question-text {
  font-size: 0.98rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
  transition: color 0.25s ease;
}
.faq-accordion-item.active-item {
  border-color: #e2e8f0;
  border-left-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 12px 24px -10px rgba(15, 23, 42, 0.04);
}

.faq-accordion-item.active-item .faq-question-text {
  color: #2563eb;
}
.faq-icon-shape {
  width: 26px;
  height: 26px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #64748b;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-accordion-item.active-item .faq-icon-shape {
  background: #eff6ff;
  color: #2563eb;
  transform: rotate(135deg);
}
.faq-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-inner-content {
  padding: 0 24px 20px 24px;
}

.faq-inner-content p {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.faq-inline-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.faq-inline-link:hover {
  border-bottom-color: #2563eb;
}

@media (max-width: 767.98px) {
  .faq-accordion-trigger {
    padding: 16px 18px;
  }
  .faq-inner-content {
    padding: 0 18px 16px 18px;
  }
  .faq-question-text {
    font-size: 0.92rem;
  }
  .faq-inner-content p {
    font-size: 0.85rem;
  }
}
