
:root {
  --soft-primary: #29c32f;
  --soft-secondary: #10d3ff;
  --soft-dark: #0b1020;
  --soft-dark-2: #121a33;
  --soft-muted: #697287;
  --soft-light: #f7f8fc;
  --soft-border: rgba(11,16,32,.08);
  --soft-success: #25d366;
}
body {
  color: #2c3345;
}
.ftco-navbar-light {
  background: rgba(11, 16, 32, 0.92) !important;
}
.ftco-navbar-light.scrolled, .ftco-navbar-light.awake {
  background: rgba(11, 16, 32, 0.97) !important;
}
.navbar-brand {
  font-weight: 700;
  letter-spacing: .03em;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}
.site-logo {
  display: block;
  height: 56px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
}
.navbar-brand:hover .site-logo,
.navbar-brand:focus .site-logo {
  opacity: 1;
  transform: none;
}
.hero-type-line {
  max-width: 760px;
  min-height: 2.8em;
}
.hero-type-line .typewrite {
  display: inline-block;
}
.page-section .heading-section h2,
.bg-soft-light .heading-section h2,
.faq-section .heading-section h2 {
  color: var(--soft-dark);
}
.ai-point {
  color: rgba(255,255,255,.94);
  font-weight: 600;
  line-height: 1.6;
}
.faq-section .btn-link,
.faq-section .card-body {
  font-size: 17px;
  line-height: 1.7;
}
.faq-section .heading-section h2 {
  color: var(--soft-dark);
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link,
.ftco-navbar-light .navbar-nav > .nav-item > .dropdown-toggle {
  color: rgba(255,255,255,.86) !important;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a,
.ftco-navbar-light .navbar-nav > .nav-item > a:hover,
.ftco-navbar-light .navbar-nav > .nav-item > a:focus {
  color: #fff !important;
}
.navbar .dropdown-menu {
  border: 0;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 18px 40px rgba(11,16,32,.18);
}
.navbar .dropdown-item {
  padding: 10px 14px;
  border-radius: 10px;
}
.navbar .dropdown-item:hover {
  background: rgba(41,195,47,.08);
  color: var(--soft-primary);
}
.btn.btn-primary {
  background: var(--soft-primary);
  border-color: var(--soft-primary);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #23ad29;
  border-color: #23ad29;
}
.btn.btn-outline-primary {
  color: #fff;
  border-color: rgba(255,255,255,.45);
  background: transparent;
}
.btn.btn-outline-primary:hover {
  background: #fff;
  color: var(--soft-dark);
  border-color: #fff;
}
.hero-wrap {
  background: linear-gradient(135deg, #0b1020 0%, #151f42 55%, #1d2d60 100%);
}
.hero-wrap .overlay,
.hero-wrap-2 .overlay {
  background: linear-gradient(135deg, rgba(7,11,26,.72) 0%, rgba(20,30,66,.62) 70%, rgba(16,211,255,.15) 100%);
}
.hero-wrap .slider-text {
  min-height: 100vh;
}
.hero-wrap .one-forth {
  padding-top: 120px;
  padding-bottom: 90px;
}
.hero-wrap h1,
.hero-wrap-2 h1,
.hero-wrap-2 .bread,
.heading-section h2,
.hero-wrap .lead-strong {
  color: #fff;
}
.hero-kicker {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 20px;
}
.hero-wrap p,
.hero-wrap .hero-meta,
.hero-wrap-2 p {
  color: rgba(255,255,255,.84);
}
.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.hero-metric {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 14px 16px;
  min-width: 170px;
}
.hero-metric strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.hero-metric span {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
.hero-wrap .img {
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.hero-wrap .one-half {
  padding-top: 120px;
  padding-bottom: 60px;
}
.home-cta-row .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.ftco-section {
  padding: 6.5em 0;
}
.bg-soft-light {
  background: var(--soft-light);
}
.subheading,
.breadcrumbs,
.section-label {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  color: var(--soft-primary);
  font-weight: 700;
}
.heading-section p,
.text-muted-soft {
  color: var(--soft-muted);
}
.soft-card,
.soft-panel,
.case-card,
.metric-card,
.process-card,
.faq-card,
.contact-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--soft-border);
  box-shadow: 0 16px 35px rgba(11,16,32,.06);
}
.soft-card {
  padding: 28px 24px;
  height: 100%;
}
.soft-card .icon,
.process-card .step-number,
.contact-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(41,195,47,.1);
  color: var(--soft-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
}
.soft-card h3,
.case-card h3,
.process-card h3,
.contact-card h3,
.metric-card h3 {
  font-size: 22px;
  line-height: 1.35;
}
.soft-card p,
.case-card p,
.process-card p,
.contact-card p,
.metric-card p,
.faq-card .card-body {
  color: var(--soft-muted);
}
.soft-card ul,
.content-list,
.check-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.soft-card ul li,
.content-list li,
.check-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: var(--soft-muted);
}
.soft-card ul li:before,
.content-list li:before,
.check-list li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--soft-primary);
  font-weight: 700;
}
.case-card {
  overflow: hidden;
  height: 100%;
}
.case-card .case-image {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center;
}
.case-card .case-body {
  padding: 24px;
}
.case-card .case-tag,
.soft-badge {
  display: inline-block;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(41,195,47,.1);
  color: var(--soft-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 12px;
}
.process-card {
  padding: 26px 22px;
  height: 100%;
}
.process-card .step-number {
  font-size: 19px;
  font-weight: 700;
}
.metric-card {
  padding: 30px 24px;
  text-align: center;
  height: 100%;
}
.metric-card strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  color: var(--soft-dark);
  margin-bottom: 8px;
}
.metric-card span {
  color: var(--soft-muted);
  display: block;
}
.metric-card small {
  display: block;
  color: var(--soft-primary);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
}
.ai-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0b1020 0%, #172448 100%);
}
.ai-band:before {
  content: "";
  position: absolute;
  inset: -120px -40px auto auto;
  width: 340px;
  height: 340px;
  background: rgba(16,211,255,.18);
  filter: blur(10px);
  border-radius: 50%;
}
.ai-band .heading-section h2,
.ai-band h3,
.ai-band p,
.ai-band li,
.ai-band .soft-badge,
.ai-band .subheading {
  color: #fff;
}
.ai-band .soft-badge {
  background: rgba(255,255,255,.12);
}
.ai-band .content-list li:before,
.ai-band .check-list li:before {
  color: var(--soft-secondary);
}
.ai-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.ai-point {
  padding: 18px 18px 18px 52px;
  position: relative;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}
.ai-point:before {
  content: "\2726";
  position: absolute;
  left: 18px;
  top: 18px;
  color: var(--soft-secondary);
  font-size: 22px;
}
.page-hero-copy {
  max-width: 780px;
}
.page-hero-copy .lead {
  font-size: 20px;
  line-height: 1.7;
}
.faq-section .card,
.faq-card {
  margin-bottom: 14px;
  border-radius: 16px !important;
  border: 1px solid var(--soft-border);
  overflow: hidden;
}
.faq-section .card-header {
  background: #fff;
  border-bottom: 0;
  padding: 0;
}
.faq-section .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 18px 22px;
  color: var(--soft-dark);
  font-weight: 700;
  text-decoration: none !important;
}
.faq-section .btn-link:hover,
.faq-section .btn-link:focus {
  text-decoration: none;
}
.faq-section .card-body {
  padding: 0 22px 22px;
}
.cta-band {
  background: linear-gradient(135deg, rgba(41,195,47,.08) 0%, rgba(16,211,255,.08) 100%);
}
.cta-box {
  padding: 34px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--soft-border);
  box-shadow: 0 18px 40px rgba(11,16,32,.07);
}
.cta-box h2,
.cta-box h3 {
  margin-bottom: 12px;
}
.contact-card {
  padding: 28px 24px;
  height: 100%;
}
.contact-card .contact-icon {
  margin-bottom: 16px;
}
.form-control, textarea.form-control {
  border-radius: 14px;
  border: 1px solid rgba(11,16,32,.12);
  padding: 14px 16px;
  height: auto !important;
}
.form-control:focus, textarea.form-control:focus {
  border-color: rgba(41,195,47,.35);
  box-shadow: 0 0 0 .2rem rgba(41,195,47,.08);
}
.ftco-footer {
  background: var(--soft-dark);
}
.ftco-footer a {
  color: rgba(255,255,255,.8);
}
.ftco-footer a:hover {
  color: #fff;
}
.ftco-footer .ftco-heading-2,
.ftco-footer p,
.ftco-footer .text {
  color: rgba(255,255,255,.8);
}
.ftco-footer .footer-mini-list li {
  margin-bottom: 10px;
}
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 18px;
  border-radius: 999px;
  background: var(--soft-success);
  color: #fff !important;
  box-shadow: 0 18px 35px rgba(37,211,102,.35);
  font-weight: 700;
  text-decoration: none !important;
}
.whatsapp-float span {
  margin-left: 8px;
}
.page-section h2, .page-section h3 {
  color: var(--soft-dark);
}
.page-section p {
  color: var(--soft-muted);
}
.eyebrow-white {
  color: rgba(255,255,255,.9);
}
.small-note {
  font-size: 13px;
  color: var(--soft-muted);
}
.content-split-image {
  min-height: 100%;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 40px rgba(11,16,32,.12);
}
.service-link-grid a {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(41,195,47,.08);
  color: var(--soft-dark);
  margin-bottom: 12px;
  font-weight: 700;
}
.service-link-grid a:hover {
  background: rgba(41,195,47,.14);
  text-decoration: none;
}
.breadcrumbs a {
  color: rgba(255,255,255,.9);
}
.breadcrumbs span {
  color: rgba(255,255,255,.8);
}
.internal-list li {margin-bottom: 10px; color: var(--soft-muted);} 
@media (max-width: 991.98px) {
  .hero-wrap .slider-text {
    min-height: auto;
  }
  .hero-wrap .one-forth,
  .hero-wrap .one-half {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .hero-metrics {gap: 10px;}
  .hero-metric {min-width: calc(50% - 5px);} 
  .ai-points {grid-template-columns: 1fr;}
}
@media (max-width: 767.98px) {
  .site-logo {height: 34px; max-width: 190px;}
  .ftco-section {padding: 5em 0;}
  .hero-wrap {height: auto;}
  .hero-wrap .slider-text {height: auto; min-height: 0;}
  .slider-text .one-forth {margin-top: 0 !important;}
  .hero-wrap .one-forth {padding-top: 78px; padding-bottom: 10px;}
  .hero-wrap .one-half {display: none !important; padding-top: 0; padding-bottom: 0;}
  .hero-wrap h1 {font-size: 36px;}
  .hero-metric {min-width: 100%;}
  .cta-box {padding: 26px;}
  .whatsapp-float {right: 16px; bottom: 16px; padding: 14px 16px;}
}
