﻿:root {
  --brand-teal-dark: #1F6C7D;
  --teal-100: #A0EEFF;
  --teal-200: #B3D4DC;
}

.btn-outline-dark {
  --bs-btn-color: var(--brand-teal-dark);
  --bs-btn-border-color: var(--brand-teal-dark);
  --bs-btn-hover-bg: var(--brand-teal-dark);
  --bs-btn-hover-border-color: var(--brand-teal-dark);
  --bs-btn-active-bg: var(--brand-teal-dark);
  --bs-btn-active-border-color: var(--brand-teal-dark);
  --bs-btn-disabled-color: var(--brand-teal-dark);
  --bs-btn-disabled-border-color: var(--brand-teal-dark);
}

.btn-outline-light {
  --bs-btn-active-color: var(--brand-teal-dark);
  --bs-btn-hover-color: var(--brand-teal-dark);
}

.workflow-section {
  padding: 3rem 0;
}

.workflow-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1f6c7d;
  margin-bottom: 3rem;
}

.workflow-step {
  margin-bottom: 4rem;
}
.workflow-step:last-child {
  margin-bottom: 0;
}

.step-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f6c7d;
  margin-bottom: 1rem;
}
.step-title i {
  flex-shrink: 0;
}

.step-body {
  font-size: 1rem;
  color: #344054;
  margin-bottom: 1rem;
}

.step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.step-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.step-list li i {
  color: #1f6c7d;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.step-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.stats-section {
  padding: 2rem;
  background-color: #F2F4F7;
  margin: 3rem 0;
}

.stats-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1f6c7d;
  margin-bottom: 1rem;
}

.stats-body {
  text-align: center;
  font-size: 1.125rem;
  color: #344054;
  margin-bottom: 2rem;
}

.stats-group-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f6c7d;
  margin-bottom: 1.5rem;
  text-align: center;
}

.stat-card {
  padding: 2rem 1.5rem;
  text-align: center;
}
.stat-card .stat-icon {
  font-size: 2.5rem;
  color: #1f6c7d;
  margin-bottom: 1rem;
}
.stat-card .stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f6c7d;
  margin-bottom: 0.5rem;
}
.stat-card .stat-label {
  font-size: 1rem;
  color: #9E9E9E;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mywapps-section {
  padding: 3rem 0;
}

.mywapps-logo {
  max-width: 200px;
  margin: 0 auto 1.5rem;
  display: block;
}

.mywapps-summary {
  font-size: 1.125rem;
  color: #344054;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.mywapps-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .workflow-step .row {
    flex-direction: column;
  }
  .stat-card {
    padding: 1.5rem 1rem;
  }
  .stat-card .stat-icon,
  .stat-card .stat-value {
    font-size: 2rem;
  }
}
