.elementor-6935 .elementor-element.elementor-element-1dffbd1e{--display:flex;}.elementor-6935 .elementor-element.elementor-element-204428da{width:100%;max-width:100%;}.elementor-6935 .elementor-element.elementor-element-204428da > .elementor-widget-container{border-style:none;}/* Start custom CSS for text-editor, class: .elementor-element-204428da */:root {
  --clr-bg: #f7f9fb;
  --clr-surface: #ffffff;
  --clr-primary: #0b968e;
  --clr-accent: #0fd0c7;
  --clr-text: #0f1b2c;
  --clr-muted: rgba(15, 27, 44, 0.7);
  --radius: 18px;
  --shadow: 0 20px 50px rgba(15, 27, 44, 0.08);
  --shadow-soft: 0 12px 30px rgba(15, 27, 44, 0.08);
  --max-width: 1200px;
  --fs-base: 16px;
  --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--fs-base);
  line-height: 1.6;
  color: var(--clr-text);
  background: var(--clr-bg);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2.4rem, var(--max-width));
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}

.btn-primary {
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
  color: #fff;
}

.btn-outline {
  background: rgba(11, 150, 142, 0.1);
  color: var(--clr-primary);
  border-color: rgba(11, 150, 142, 0.35);
}

.btn-xl {
  padding: 1.15rem 1.8rem;
  font-size: 1.05rem;
}

.hero {
  padding: 4.5rem 0 5rem;
  background: linear-gradient(150deg, rgba(11, 150, 142, 0.18), rgba(15, 27, 44, 0.06) 60%, rgba(247, 249, 251, 0.95));
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
  justify-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.hero-copy {
  max-width: 560px;
  text-align: center;
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  margin: 0 0 1rem;
}

.subtitle {
  margin: 0 0 1.8rem;
  color: var(--clr-muted);
  max-width: 520px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-illustration {
  width: 100%;
  max-width: 420px;
  border-radius: var(--radius);
  padding: 2.2rem 1.8rem 1.8rem;
  background: linear-gradient(130deg, rgba(11, 150, 142, 0.2), rgba(15, 27, 44, 0.03));
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 150, 142, 0.18);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--clr-primary);
  box-shadow: 0 12px 26px rgba(15, 27, 44, 0.06);
  margin-bottom: 1.6rem;
}

.chart {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  height: 10.5rem;
  align-items: end;
}

.bar {
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(15, 27, 44, 0.14), rgba(11, 150, 142, 0.68));
}
.bar-1 { height: 42%; }
.bar-2 { height: 62%; }
.bar-3 { height: 78%; }
.bar-4 { height: 55%; }

.section {
  padding: 4.5rem 0;
}

.stats-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  justify-items: center;
  margin-top: 1.5rem;
}

.stat-card {
  text-align: center;
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(15, 27, 44, 0.08);
  min-width: 180px;
}

.stat-value {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--clr-primary);
}

.stat-label {
  margin-top: 0.35rem;
  color: var(--clr-muted);
}

.bg-secondary {
  background: rgba(11, 150, 142, 0.05);
}

.section-header {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 2.5rem;
}

.section-header h2 {
  margin: 0;
  font-size: 2.2rem;
}

.section-subtitle {
  margin: 1rem auto 0;
  color: var(--clr-muted);
  line-height: 1.7;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.8rem;
  margin-top: 2rem;
}

.card {
  background: var(--clr-surface);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(15, 27, 44, 0.08);
}

.card h3 {
  margin-top: 0;
  font-size: 1.2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.8rem;
  margin-top: 2rem;
}

.service-card {
  background: var(--clr-surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(15, 27, 44, 0.08);
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.service-copy {
  padding: 1.6rem;
}

.service-copy h3 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
}

.service-copy p {
  margin: 0;
  color: var(--clr-muted);
  line-height: 1.6;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.7rem;
  margin-top: 2.2rem;
}

.process-step {
  background: var(--clr-surface);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(15, 27, 44, 0.08);
}

.step-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(11, 150, 142, 0.16), rgba(15, 27, 44, 0.06));
  color: var(--clr-primary);
  font-weight: 700;
  margin-bottom: 1.25rem;
  box-shadow: 0 14px 26px rgba(11, 150, 142, 0.14);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.industry-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 27, 44, 0.08);
  border-radius: 999px;
  padding: 1.15rem 1.3rem;
  text-align: center;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.faq-item {
  background: var(--clr-surface);
  border: 1px solid rgba(15, 27, 44, 0.08);
  border-radius: var(--radius);
  padding: 1.3rem 1.4rem;
  box-shadow: var(--shadow-soft);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  outline: none;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary:after {
  content: "➤";
  float: right;
  transform: rotate(90deg);
  transition: transform 180ms ease;
}
.faq-item[open] summary:after {
  transform: rotate(0deg);
}

.cta-section {
  padding: 5rem 0;
  background: linear-gradient(160deg, rgba(11, 150, 142, 0.18), rgba(15, 27, 44, 0.04));
  border-radius: var(--radius);
  margin: 0 1rem;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.cta-copy h2 {
  margin: 0 0 1rem;
  font-size: 2.4rem;
}

.cta-copy p {
  margin: 0 0 1.8rem;
  color: var(--clr-muted);
  max-width: 520px;
}

.cta-stats {
  display: grid;
  gap: 1.25rem;
}

.stat {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.25rem 1.3rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(15, 27, 44, 0.08);
}
.stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--clr-primary);
}
.stat-label {
  margin-top: 0.35rem;
  color: var(--clr-muted);
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-visual {
    margin: 0 auto;
  }
  .cta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nav {
    display: none;
  }

  .header-inner {
    justify-content: space-between;
  }

  .container {
    width: min(100% - 1.6rem, var(--max-width));
  }

  .section {
    padding: 3.5rem 0;
  }

  .hero {
    padding: 3.5rem 0 4rem;
  }

  .cta-section {
    margin: 0 0.5rem;
  }
}/* End custom CSS */