:root {
  --flowstica-webflow-library--black: #15314c;
  --flowstica-webflow-library--color-secondary: #db2c74;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--color-secondary-lighter: #f1609c;
  --flowstica-webflow-library--color-primary: #f4ede4;
  --flowstica-webflow-library--medium-sea-green: #d5e7b8e6;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--color-primary-darker: #f8d8af;
  --flowstica-webflow-library--black-light: #345677;
  --systemflow-lite--neutral--10: white;
  --systemflow-lite--neutral--20: #f9fafb;
  --systemflow-lite--neutral--40: #dde1e6;
  --systemflow-lite--neutral--50: #d0d4d9;
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--neutral--30: #edf0f3;
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--neutral--90: #1e2024;
  --systemflow-lite--primary--70: #1d39c4;
  --systemflow-lite--primary--60: #2f54eb;
  --systemflow-lite--primary--80: #10239e;
  --systemflow-lite--primary--50: #597ef7;
  --systemflow-lite--primary--10: #f2f6ff;
  --systemflow-lite--primary--20: #e5eeff;
  --flowstica-webflow-library--black-2: #333;
  --flowstica-webflow-library--honeydew: #cef0dc;
}

/* Hero Experiment Styles */

/* Navigation with Gradient - only on pages with hero */
.has-hero .wbs-navbar-6 {
    background: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1rem 0;
}

/* Adjust navbar position when sticky bar is visible */
.sticky-top-bar.visible ~ .wbs-navbar-6 {
    top: 52px;
}

/* Navigation text styling for better contrast - only on hero pages */
.has-hero .wbs-navbar-6 .wbs-nav-link-dark,
.has-hero .wbs-navbar-6 .w-dropdown-toggle {
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}

.has-hero .wbs-navbar-6 .wbs-nav-link-dark:hover,
.has-hero .wbs-navbar-6 .w-dropdown-toggle:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Navigation button styling - only on hero pages */
.has-hero .wbs-navbar-6 .wbs-button-primary-2 {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    backdrop-filter: blur(10px);
    font-weight: 600;
}

.has-hero .wbs-navbar-6 .wbs-button-primary-2:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

/* Add padding to navbar container to align with hero content */
.has-hero .wbs-navbar-6 .wbs-container {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Hero Section */
.hero-experiment {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 140px;
}

.hero-container {
    max-width: 1300px;
    margin: 45px auto 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 500px;
}

.hero-content {
    display: contents;
}

/* Left Content */
.hero-left {
    z-index: 10;
    position: relative;
    padding: 4rem 2rem;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-highlight {
    color: #FFE066;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 90%;
}

/* CTAs */
.hero-ctas {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.hero-cta-primary {
    background: #FF6B6B;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    border: none;
}

.hero-cta-primary:hover {
    background: #FF5252;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.6);
    color: white;
    text-decoration: none;
}

.hero-cta-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    backdrop-filter: blur(10px);
    text-decoration: none;
    display: inline-block;
}

.hero-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    text-decoration: none;
}

.cta-icon {
    font-size: 1.2rem;
}

/* Trust Indicators */
.hero-trust {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.trust-icon {
    background: #4ECDC4;
    color: white;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}

/* Right Content - Image */
.hero-right {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.hero-image-container {
    position: relative;
    max-width: 500px;
}

/* Overlay removed from desktop - will be added to mobile only */

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    max-width: 400px;
    position: relative;
    z-index: 2;
}

/* Image decoration removed for cleaner look */

/* Animations */
@keyframes float {
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-experiment {
        padding-top: 165px;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        min-height: auto;
        padding: 0;
    }

    .hero-left {
        padding: 0.5rem 1.5rem 1rem;
        text-align: left;
        order: 1;
    }

    .hero-right {
        order: 2;
        height: auto;
        min-height: auto;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .hero-title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
        line-height: 1.2;
        text-align: center;
    }

    .hero-subtitle {
        max-width: 100%;
        margin-bottom: 1.5rem;
        font-size: 1.05rem;
        text-align: center;
    }

    .hero-ctas {
        justify-content: flex-start;
        margin-bottom: 1.5rem;
        gap: 0.75rem;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hero-cta-primary,
    .hero-cta-secondary {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
        width: auto;
        min-width: 200px;
    }
    
    .hero-trust {
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .hero-image-container {
        max-width: 100%;
        text-align: center;
    }
    
    .hero-image {
        max-width: 250px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-cta-primary,
    .hero-cta-secondary {
        flex: 1;
        text-align: center;
        justify-content: center;
    }
}

body {
  color: var(--flowstica-webflow-library--black);
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 35px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 17px;
}

a {
  color: var(--flowstica-webflow-library--black);
}

li {
  margin-bottom: 10px;  
}

ul {
  padding-left: 20px;
}

strong {
  font-weight: 600;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wbs-heading-h5 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-button-primary-1 {
  background-color: var(--flowstica-webflow-library--color-secondary);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
}

.wbs-button-primary-1:hover {
  background-color: var(
    --flowstica-webflow-library--color-secondary-lighter
  );
}

.wbs-button-white {
  background-color: var(--flowstica-webflow-library--color-secondary);
  color: var(--flowstica-webflow-library--white);
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
}

.wbs-button-white:hover {
  background-color: var(
    --flowstica-webflow-library--color-secondary-lighter
  );
  color: var(--flowstica-webflow-library--white);
}

.wbs-button-link-icon-image {
  max-width: 30px;
  height: auto;
}

.wbs-form-input {
  color: var(--flowstica-webflow-library--black);
  border: 1px solid #010b151f;
  border-radius: 10px;
  height: 3.125rem;
  padding: 10px 20px;
}

.full-width {
  width: 100%;
}

.wbs-form-input:focus {
  border-color: var(--flowstica-webflow-library--black);
}

.wbs-form-label {
  margin-bottom: 0.3125rem;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-success-message {
  color: #fff;
  text-align: center;
  background-color: #03cd69;
  border-radius: 6px;
  padding: 15px;
}

.wbs-error-message {
  color: #fff;
  text-align: center;
  background-color: #e92222;
  border-radius: 6px;
  padding: 15px 20px;
}

.wbs-spacing-20 {
  height: 1.25rem;
}

.wbs-hero-5-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wbs-section-dark {
  background-color: var(--flowstica-webflow-library--color-primary);
  padding: 5rem 0;
}

.wbs-hero-6 {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 0.8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-hero-3-title {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
}

.wbs-form-block {
  background-color: var(--flowstica-webflow-library--white);
  border-radius: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.wbs-hero-6-lead-text {
  color: var(--flowstica-webflow-library--black);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-hero-6-tagline {
  background-color: var(--flowstica-webflow-library--color-primary);
  color: var(--flowstica-webflow-library--black);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 3px 10px;
  display: inline-block;
}

.wbs-hero-5-content-left {
  flex-direction: column;
  align-items: flex-start;
}

.wbs-button-link-icon-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--flowstica-webflow-library--white);
  border-radius: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.wbs-hero-6-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.wbs-hero-6-client-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: grid;
}

.wbs-section {
  padding: 5rem 0;
}

.wbs-logo {
  width: 95px;
  height: auto;
}

.wbs-nav-menu {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wbs-nav-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.wbs-dropdown-list {
  background-color: var(--flowstica-webflow-library--white);
  border: 1px solid #010b151f;
  border-radius: 10px;
  padding: 15px 10px;
}

.wbs-dropdown-link {
  color: var(--flowstica-webflow-library--black);
  font-size: 16px;
  font-weight: 700;
}

.wbs-dropdown-link:hover {
  color: var(--flowstica-webflow-library--color-secondary);
}

.wbs-menu-button {
  background-color: var(--flowstica-webflow-library--color-secondary);
  border-radius: 10px;
}

.wbs-menu-button.w--open {
  background-color: var(
    --flowstica-webflow-library--color-secondary-lighter
  );
}

.wbs-navbar-6 {
  background-color: var(--flowstica-webflow-library--color-primary);
  padding-top: 15px;
  padding-bottom: 15px;
}

.wbs-nav-link-dark {
  color: var(--flowstica-webflow-library--black);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.text-block {
  color: var(--flowstica-webflow-library--black);
}

.wbs-client-logo-2 {
  width: 190px;
  height: auto;
}

.wbs-lead-text {
  color: var(--flowstica-webflow-library--black);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-hero-image-2 {
  border-radius: 10px;
}

.wbs-step-4 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.wbs-step-4-image {
  border-radius: 10px;
}

.wbs-step-4-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.wbs-step-4-item {
  grid-column-gap: 20px;
  flex-direction: row;
  display: flex;
}

.wbs-step-4-number {
  background-color: var(
    --flowstica-webflow-library--color-secondary-lighter
  );
  color: var(--flowstica-webflow-library--black);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

.wbs-step-4-number.wbs-step-2 {
  background-color: var(
    --flowstica-webflow-library--color-primary-darker
  );
}

.wbs-step-4-number.wbs-final-step {
  background-color: var(
    --flowstica-webflow-library--medium-sea-green
  );
}

.wbs-step-4-title {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.wbs-feature-icon {
  flex: none;
  width: 32px;
  height: auto;
}

.wbs-feature-title {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2em;
}

.wbs-feature-left-info {
  flex-flow: row;
  display: flex;
}

.wbs-feature-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-feature-4.wbs-features-hero {
  display: block;
}

.wbs-feature-4-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--flowstica-webflow-library--white);
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  padding: 15px;
  display: flex;
}

.wbs-feature-4-item:hover {
  background-color: var(
    --flowstica-webflow-library--color-secondary-lighter
  );
  color: var(--flowstica-webflow-library--white);
}

.wbs-heading-h4 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-heading-h4.center {
  text-align: center;
}

.wbs-feature-icon-simple {
  width: 200px;
  margin-bottom: 20px;
}

.wbs-feature-5-item {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  background: white;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wbs-feature-5-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--flowstica-webflow-library--color-secondary-lighter);
}

.service-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#service-slp .service-image {
  object-position: center 30%;
}

#service-ot .service-image {
  object-position: center 72%;
}

.wbs-feature-5-item:hover .service-image {
}

.wbs-feature-5-item .wbs-feature-title {
  padding: 1.5rem 1.5rem 0.5rem;
  margin: 0;
}

.wbs-feature-5-item p {
  padding: 0 1.5rem;
  margin: 0;
  line-height: 1.6;
  flex-grow: 1;
}

.wbs-feature-5-item .wbs-spacing-30 {
  padding: 0 1.5rem;
}

.wbs-feature-5-item .wbs-button-primary-1 {
  margin: 0 1.5rem 1.5rem;
  width: calc(100% - 3rem);
}

.wbs-feature-split-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  align-items: stretch;
}

.wbs-feature-split-right > div {
  height: 100%;
}

.wbs-feature-split-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 0.5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wbs-feature-title-wrap {
  text-align: left;
}

.wbs-button-primary-2 {
  background-color: var(--flowstica-webflow-library--black);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.wbs-button-primary-2:hover {
  background-color: var(--flowstica-webflow-library--black-light);
}

.wbs-cta-5 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: var(
    --flowstica-webflow-library--color-secondary-lighter
  );
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 0.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wbs-cta-5-button {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wbs-cta-image-right {
  z-index: 0;
  width: 200px;
  height: auto;
  position: absolute;
  inset: auto -2% 0% auto;
}

.wbs-cta-image-left {
  z-index: 0;
  transform-origin: 80%;
  width: 160px;
  height: auto;
  position: absolute;
  inset: auto 0% -1%;
}

.wbs-cta-5-content {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.white {
  color: var(--flowstica-webflow-library--white);
}

.wbs-accordion-3-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
  flex-shrink: 0;
  background-color: #f8f9fa;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  overflow: visible;
}

.wbs-accordion-3-heading:hover .wbs-accordion-3-icon-wrap {
  background-color: #e9ecef;
}

.wbs-accordion-3-heading {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 1.5rem 1.75rem;
  background: #fff;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.wbs-accordion-3-heading:hover {
  background-color: #f8f9fa;
}

.text-span-4 {
  color: #bcbcff;
}

.wbs-accordion-3-item {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
}

.wbs-accordion-3-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.wbs-container-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wbs-accordion-3-description {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #495057;
}

.wbs-accordion-3-title {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

.wbs-accordion-3-content {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.wbs-accordion-3-item.open .wbs-accordion-3-content {
  max-height: 3000px;
  padding: 0 1.5rem 1.25rem;
}

.wbs-accordion-3-tagline {
  color: #333;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  justify-content: center;
  padding: 10px 30px;
  font-size: 15px;
}

.wbs-accordion-3-icon-plus {
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--flowstica-webflow-library--color-secondary);
  border-bottom: 2px solid var(--flowstica-webflow-library--color-secondary);
  transform: rotate(45deg);
  background-color: transparent;
}

.wbs-button-link {
  color: #333;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
}

.color-primary {
  color: var(--flowstica-webflow-library--color-primary);
}

.color-secondary {
  color: var(--flowstica-webflow-library--color-secondary);
}

.wbs-accordion-3-icon-minus {
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--flowstica-webflow-library--color-secondary);
  border-bottom: 2px solid var(--flowstica-webflow-library--color-secondary);
  transform: rotate(-135deg) !important;
  background-color: transparent;
  display: none;
}

.wbs-accordion-3-item.open .wbs-accordion-3-icon-plus {
  display: none;
}

.wbs-accordion-3-item.open .wbs-accordion-3-icon-minus {
  display: block;
}

.wbs-spacing-31 {
  height: 1.875rem;
}

.wbs-accordion-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wbs-hero-client-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.wbs-hero-client-grid.logo-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* About Us Section */
.about-us-section {
  background-color: var(--flowstica-webflow-library--color-primary);
}

.about-us-content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.about-us-image-wrapper {
  max-width: 700px;
  margin: 2rem auto 3rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.about-us-image {
  width: 100%;
  height: auto;
  display: block;
}

.about-us-content-wrapper h2 {
  margin-bottom: 1.5rem;
  color: var(--flowstica-webflow-library--black);
}

.about-us-intro {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--flowstica-webflow-library--black);
  margin-bottom: 1.5rem;
  text-align: center;
}

.about-us-content-wrapper p {
  line-height: 1.8;
  color: var(--flowstica-webflow-library--black-light);
  margin-bottom: 1.5rem;
}

.about-us-subheading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--flowstica-webflow-library--color-secondary);
  margin: 2rem 0 1rem;
}

.about-us-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
}

.about-us-features li {
  padding: 1rem 0 1rem 2rem;
  position: relative;
  line-height: 1.7;
  color: var(--flowstica-webflow-library--black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.about-us-features li:last-child {
  border-bottom: none;
}

.about-us-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--flowstica-webflow-library--color-secondary);
  font-weight: 700;
  font-size: 1.5rem;
}

.about-us-features li strong {
  color: var(--flowstica-webflow-library--black);
}

.oap-callout {
  background: white;
  border-left: 4px solid var(--flowstica-webflow-library--color-secondary);
  border-radius: 8px;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.oap-callout h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--flowstica-webflow-library--color-secondary);
  margin: 0 0 0.75rem;
}

.oap-callout p {
  margin: 0;
  line-height: 1.7;
  color: var(--flowstica-webflow-library--black);
}

@media screen and (max-width: 991px) {
  .wbs-hero-client-grid.logo-grid {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}

.wbs-client-logo-3 {
  width: 150px;
  height: auto;
}

.wbs-footer-simple-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.wbs-footer-link {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.wbs-footer-link:hover {
  text-decoration: underline;
}

.wbs-footer-link.w--current {
  text-decoration: none;
}

.wbs-footer-simple {
  text-align: center;
  padding: 0 2rem;
}

.wbs-footer-logo-big {
  width: 160px;
  height: auto;
}

.wbs-lead-text-3 {
  color: var(--flowstica-webflow-library--black);
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-team-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.wbs-team-image.wbs-team-image-parsa {
  background-image: url('../images/parsa.webp');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-maryam {
  background-image: url('../images/mary.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-stafani {
  background-image: url('../images/photo_Stafani\ Morrasut.webp');
  background-position: 30% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-deborah {
  background-image: url('../images/deborah.webp');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-janessa {
  background-image: url('../images/janessa.webp');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-roza {
  background-image: url('../images/roza.webp');
  background-position: 0 -20px;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-ali {
  background-image: url('../images/Ali.webp');
}

.wbs-team-image.wbs-team-image-nikki {
  background-image: url("../images/Nikki.webp");
  background-size: cover;
  background-position: center;
}

.wbs-team-image.wbs-team-image-cherly {
  background-image: url('../images/Cherly-Repol.webp');
  background-position: 0 0;
}

.wbs-team-image.wbs-team-image-mansoore {
  background-image: url('../images/mansoore.webp');
}

.wbs-team-image.wbs-team-image-sohrab {
  background-image: url('../images/photo_\ Sohrab\ Mottaghi.webp');
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-femy {
  background-image: url('../images/photo_Femy\ Femy\ anna\ kuriakose.webp');
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-marina {
  background-image: url('../images/photo_\ Marina\ Bishay.webp');
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-bahareh {
  background-image: url('../images/photo_\ Bahare\ Samadzadeh.webp');
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-noveta {
  background-image: url("../images/Novēta Smith.jpg");
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-omayeli {
  background-image: url("../images/Omayeli Alexandra.jpg");
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-image.wbs-team-image-naiya {
  background-image: url("../images/Naiya Prajapat.jpg");
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wbs-team-border-item {
  background-color: var(--flowstica-webflow-library--white);
  text-align: left;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.wbs-team-border-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wbs-team-card-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
}

.wbs-team-image-container {
  flex-shrink: 0;
}

.wbs-team-experience-badge {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  font-style: italic;
}

.wbs-team-info-header {
  flex: 1;
  min-width: 0;
}

.wbs-team-name {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.wbs-team-role {
  color: #6366f1;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
}

.wbs-team-credentials {
  color: #6b7280;
  font-size: 13px;
  margin: 0;
}

.wbs-team-qualification {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
}

.wbs-team-qualification h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.wbs-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #dcfce7;
  color: #16a34a;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.wbs-verified-icon {
  width: 14px;
  height: 14px;
  background: #16a34a;
  border-radius: 50%;
  position: relative;
}

.wbs-verified-icon::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.wbs-team-description {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
  margin: 16px 0 20px 0;
}

.wbs-team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.wbs-team-tag {
  background: #f3f4f6;
  color: #374151;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #e5e7eb;
}

.wbs-team-tag:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
}

.wbs-team-border-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.wbs-team-border-info {
  padding-top: 15px;
}

.wbs-team-border-title {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.pt-0 {
  padding-top: 0;
}

.wbs-feature-text {
  flex-flow: column;
  display: flex;
}

.wbs-feature-arrow {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 55px;
  display: flex;
}

.bold-text {
  font-weight: 600;
}

.wbs-display-image-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wbs-feature-icon-services {
  flex: none;
  height: auto;
}

.wbs-container-3 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wbs-section-2 {
  padding: 6.25rem 5%;
}

.wbs-section-2.section-hero {
  background-color: var(--flowstica-webflow-library--color-primary);
}

.wbs-hero-4-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wbs-heading-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.3em;
}

.image {
  max-width: 500px;
}

.wbs-hero-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-hero-4.privacy-policy {
  grid-template-columns: 1fr;
}

.wbs-hero-4-image-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.wbs-lead-text-4 {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-spacing-34 {
  height: 1.875rem;
}

.text-span {
  color: var(--flowstica-webflow-library--color-secondary);
  font-weight: 700;
}

.wbs-button-primary-5 {
  color: #333;
  text-align: center;
  background-color: #e6fafa;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 900;
}

.wbs-button-primary-5:hover {
  background-color: #f7f7f7;
}

.wbs-link-text-no-decoration {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .wbs-heading-h5.white {
    font-size: 1.4rem;
  }

  .wbs-section-dark {
    padding: 4rem 0;
  }

  .wbs-hero-6 {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
  }

  .wbs-form-block {
    width: 100%;
  }

  .wbs-hero-6-client-grid {
    margin-top: 50px;
  }

  .wbs-section {
    padding: 4rem 0;
  }

  .wbs-section.pt-0 {
    padding-top: 0;
  }

  .wbs-nav-menu {
    background: rgba(0, 0, 0, 0.8) !important;
    border: none !important;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    backdrop-filter: blur(10px);
  }

  .wbs-nav-right {
    display: none;
  }

  .wbs-dropdown-link {
    font-weight: 500;
  }

  .wbs-dropdown-link:hover {
    color: var(--flowstica-webflow-library--color-secondary);
  }

  .wbs-menu-button {
    background-color: var(
      --flowstica-webflow-library--color-secondary-lighter
    );
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .wbs-menu-button.w--open {
    background-color: var(
      --flowstica-webflow-library--color-secondary
    );
  }

  .wbs-navbar-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wbs-step-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wbs-step-4-item {
    text-align: left;
    justify-content: flex-start;
    width: 400px;
  }

  .wbs-feature-4 {
    grid-template-columns: 1fr 1fr;
  }

  .wbs-feature-split-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .wbs-feature-split-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .wbs-cta-5 {
    align-items: flex-start;
    padding: 40px;
  }

  .wbs-cta-image-right {
    width: 110px;
    display: block;
    right: -6%;
  }

  .wbs-cta-image-left {
    width: 110px;
    display: block;
    left: -7%;
  }

  .wbs-accordion-3 {
    width: 100%;
  }

  .wbs-hero-client-grid.logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wbs-team-border-grid {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .icon {
    color: var(--flowstica-webflow-library--white);
  }

  .wbs-display-image-container {
    /* max-width: 400px; */
    max-width: 100%;
  }

  .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wbs-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-heading-h1 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }

  .wbs-hero-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .wbs-section-dark {
    padding: 2rem 0;
  }

  .wbs-hero-3-title {
    line-height: 1.1em;
  }

  .wbs-hero-6-client-grid {
    margin-top: 40px;
  }

  .wbs-accordion-3-heading {
    padding: 1.25rem;
  }

  .wbs-accordion-3-title {
    font-size: 1rem;
  }

  .wbs-accordion-3-item.open .wbs-accordion-3-content {
    padding: 0 1rem 1rem;
  }

  .wbs-accordion-3-icon-wrap {
    width: 24px;
    height: 24px;
  }

  .wbs-section {
    padding: 2rem 0;
  }

  .why-it-matters {
    padding-top: 1rem;
  }

  .wbs-container,
  .wbs-container-2,
  .wbs-container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wbs-hero-client-grid.logo-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wbs-step-4 {
    grid-template-columns: 1fr;
    max-width: 90%;
  }

  .wbs-step-4-item {
    width: 300px;
  }

  .wbs-feature-4 {
    grid-template-columns: 1fr;
  }

  .wbs-feature-icon-simple {
    width: 150px;
  }

  .wbs-feature-split-right,
  .wbs-cta-5 {
    grid-template-columns: 1fr;
  }

  .service-card-image {
    height: 180px;
  }

  .wbs-cta-image-right {
    width: 80px;
    display: none;
    right: -5%;
  }

  .wbs-cta-image-left {
    width: 80px;
    left: -6%;
  }

  .wbs-hero-client-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .wbs-footer-simple-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .wbs-display-image-container {
    /* max-width: 350px; */
    max-width: 100%;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .wbs-section-2.section-hero {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wbs-heading-h1 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  .wbs-hero-client-grid.logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card-image {
    height: 160px;
  }

  p {
    font-size: 16px;
  }

  .wbs-heading-h5.white {
    font-size: 1.3rem;
  }

  .wbs-button-primary-1 {
    width: 100%;
  }

  .wbs-spacing-30 {
    height: 1.1rem;
  }

  .wbs-section-dark {
    padding: 2rem 0;
  }

  .wbs-hero-3-title {
    font-size: 1.7rem;
    line-height: 1.25em;
  }

  .wbs-form-block {
    padding: 20px;
  }

  .wbs-hero-6-button {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .wbs-hero-6-client-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .wbs-step-4 {
    width: 100%;
    max-width: 100%;
  }

  .wbs-step-4-item {
    width: 100%;
  }

  .wbs-feature-title {
    font-size: 1.2rem;
  }

  .wbs-feature-4-item {
    padding: 10px;
  }

  .wbs-heading-h4 {
    font-size: 1.7rem;
  }

  .wbs-feature-split-right {
    grid-template-columns: 1fr;
  }

  .wbs-button-primary-2 {
    width: 100%;
  }

  .wbs-cta-5 {
    padding: 20px;
  }

  .wbs-cta-5-button {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .wbs-cta-image-left {
    display: none;
  }

  .wbs-accordion-3-title {
    padding-right: 20px;
  }

  .wbs-hero-client-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .wbs-footer-simple-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .wbs-lead-text-3 {
    font-size: 1rem;
  }

  .wbs-team-border-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wbs-team-border-grid {
    grid-template-columns: 1fr;
  }

  .wbs-display-image-container {
    /* max-width: 330px; */
    max-width: 100%;
  }

  .wbs-section-2.section-hero {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wbs-heading-h1 {
    font-size: 2.3rem;
  }
}

#w-node-aedf0165-9836-40c1-8509-edd3cc1da639-382cdd63,
#w-node-_1c6ca2e7-26ef-113d-5e38-e0d9ce71eae5-382cdd63,
#w-node-_5ad1e7de-0caa-b550-bd50-0778b74ce311-382cdd63,
#w-node-_72307a76-7ec2-08ec-cdd0-ae4abce807b3-382cdd63,
#w-node-_72307a76-7ec2-08ec-cdd0-ae4abce807ba-382cdd63,
#service-ot.w-node-_72307a76-7ec2-08ec-cdd0-ae4abce807bb-382cdd63,
#service-aba.w-node-_72307a76-7ec2-08ec-cdd0-ae4abce807c2-382cdd63,
#service-slp.w-node-_72307a76-7ec2-08ec-cdd0-ae4abce807c9-382cdd63,
#service-group-programs.w-node-_72307a76-7ec2-08ec-cdd0-ae4abce807d0-382cdd63,
#w-node-_68da3306-1f55-17f8-9e0f-0f15021c374f-382cdd63,
#w-node-b8fedc23-c8de-a85b-6010-2846142d4109-382cdd63,
#w-node-b8fedc23-c8de-a85b-6010-2846142d410b-382cdd63,
#w-node-_2e26cfd6-1ab6-0903-a44f-a8171d79b730-382cdd63,
#w-node-_2e26cfd6-1ab6-0903-a44f-a8171d79b740-382cdd63,
#w-node-_2e26cfd6-1ab6-0903-a44f-a8171d79b750-382cdd63,
#w-node-_397e7034-ee9f-729b-5032-ec39a979b75b-382cdd63,
#w-node-_04f4dcd2-dcae-353b-a56f-d254363f3ba7-382cdd63,
#w-node-_31a8873c-eeb1-e1e7-e10a-eccaaf1b2c7d-382cdd63,
#contact-form-hero.w-node-c6b15609-bbd3-ec7e-a2c2-2b32a9cdf116-31923524 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* Contact form */

.wbs-form-subscribe-input {
  color: var(--flowstica-webflow-library--black);
  border: 1px solid #0000001a;
  border-radius: 10px;
  height: 3.9rem;
  padding: 10px 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.wbs-form-subscribe-input:focus {
  border-color: var(--flowstica-webflow-library--black);
}

.wbs-form-subscribe-input.text-area {
  height: 6rem;
}

/* Contact form end */

/* Hero Contact Form Styles */
.hero-form-title {
  font-size: 1.45rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2em;
  color: var(--flowstica-webflow-library--color-secondary);
}

.hero-form-subtitle {
  font-size: 19px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .hero-form-title {
    font-size: 1.3rem;
  }
  
  .hero-form-subtitle {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  .hero-form-title {
    font-size: 1.2rem;
  }

  .hero-form-subtitle {
    font-size: 16px;
  }
}

/* Sticky Top Bar */
.sticky-top-bar {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--flowstica-webflow-library--color-primary, #f4ede4);
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  box-sizing: border-box;
  transition: top 0.3s ease;
  opacity: 0;
}

.sticky-top-bar.visible {
  top: 0;
  opacity: 1;
}

html, body {
  overflow-x: hidden;
}

.sticky-top-bar-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.sticky-top-bar .cta-phone,
.sticky-top-bar .cta-book {
  background-color: var(--flowstica-webflow-library--color-secondary, #db2c74);
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sticky-top-bar .cta-phone:hover,
.sticky-top-bar .cta-book:hover {
  background-color: var(--flowstica-webflow-library--color-secondary-lighter, #f1609c);
}

.sticky-top-bar .cta-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Offset for sticky bar is handled by navbar top: 52px since it's absolutely positioned */

@media screen and (max-width: 767px) {
  .sticky-top-bar {
    padding: 8px 12px;
  }

  .sticky-top-bar-container {
    justify-content: center;
    gap: 8px;
  }

  .sticky-top-bar .cta-phone,
  .sticky-top-bar .cta-book {
    padding: 8px 14px;
    font-size: 13px;
  }


  .has-hero .wbs-navbar-6 .wbs-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* ===================================
   NEW ABA LANDING PAGE STYLES
   =================================== */

/* Trust Badges (BCBA/OAP) */
.trust-badge.text-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px solid #e9ecef;
}

.trust-badge.text-badge:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.trust-badge .badge-icon {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--flowstica-webflow-library--color-secondary);
  margin-bottom: 0.25rem;
}

.trust-badge .badge-text {
  font-size: 0.75rem;
  color: var(--flowstica-webflow-library--black);
  text-align: center;
  line-height: 1.3;
}

/* Why Early Intervention Matters Section */
.why-it-matters {
  padding-top: 2rem;
}

.why-it-matters .eyebrow {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: var(--flowstica-webflow-library--color-secondary);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.stat-circle {
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.stat-circle:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.stat-circle.yellow {
  background-color: #F7E96C;
}

.stat-circle.blue {
  background-color: #B4C7DB;
}

.stat-circle.teal {
  background-color: #C5DDD8;
}

.stat-circle.gold {
  background-color: #E8C761;
}

.stat-number {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  color: var(--flowstica-webflow-library--black);
  margin-bottom: 1rem;
  line-height: 1;
}

.stat-description {
  display: block;
  font-size: 1rem;
  color: var(--flowstica-webflow-library--black);
  line-height: 1.5;
}

.stats-cta {
  margin-top: 2rem;
}

.oap-highlight {
  background: white;
  border-left: 4px solid var(--flowstica-webflow-library--color-secondary);
  border-radius: 8px;
  padding: 1.5rem 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  max-width: 800px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: left;
  color: var(--flowstica-webflow-library--black);
}

/* Pricing Transparency Section */
.pricing-transparency {
  /* Background controlled by wbs-section-dark */
}

.pricing-transparency .section-header {
  margin-bottom: 3rem;
}

.pricing-transparency .subhead {
  font-size: 1.125rem;
  color: var(--flowstica-webflow-library--black-light);
  margin-top: 0.5rem;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0 3rem;
  max-width: 800px;
}

.pricing-card.single {
  border-color: var(--flowstica-webflow-library--color-secondary);
}

.pricing-card.flexibility {
  border-color: var(--flowstica-webflow-library--color-secondary);
  background: linear-gradient(to bottom, white 0%, #f9f9ff 100%);
}

.pricing-card .price-alt {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--flowstica-webflow-library--color-secondary);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.pricing-card {
  background: white;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 3px solid transparent;
  cursor: default;
}


.pricing-card .label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--flowstica-webflow-library--black-light);
  margin-bottom: 1rem;
}

.pricing-card .price {
  display: block;
  font-size: 4rem;
  font-weight: 800;
  color: var(--flowstica-webflow-library--color-secondary);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.pricing-card .per-hour {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--flowstica-webflow-library--black-light);
}

.pricing-card .note {
  display: block;
  font-size: 0.875rem;
  color: var(--flowstica-webflow-library--black-light);
  margin-top: 1rem;
}

.includes-list {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  max-width: 600px;
  margin: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.includes-list h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--flowstica-webflow-library--black);
}

.includes-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.includes-list li {
  padding: 0.75rem 0;
  padding-left: 2rem;
  position: relative;
  font-size: 1rem;
  color: var(--flowstica-webflow-library--black);
}

.includes-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--flowstica-webflow-library--color-secondary);
  font-weight: 700;
  font-size: 1.25rem;
}

.includes-list .guarantee {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--flowstica-webflow-library--color-secondary);
  margin: 0;
  text-align: left;
}

/* Services Promo Banner */
.services-promo-banner {
  background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
  border-radius: 16px;
  padding: 2.5rem;
  margin-top: 2rem;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.services-promo-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.promo-badge {
  display: inline-block;
  background: white;
  color: var(--flowstica-webflow-library--color-secondary);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.services-promo-banner h4 {
  font-size: 1.75rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.services-promo-banner p {
  font-size: 1rem;
  color: white;
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Comparison Divider */
.comparison-divider {
  margin: 4rem 0 3rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Comparison Table Section */
.comparison-section {
  /* Padding controlled by wbs-section class */
}

.comparison-table-wrapper {
  overflow-x: auto;
  margin: 2rem 0;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.comparison-table thead {
  background: var(--flowstica-webflow-library--color-secondary);
  color: white;
}

.comparison-table th {
  padding: 1.5rem 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
}

.comparison-table th.feature-col {
  text-align: left;
  width: 40%;
}

.comparison-table th.cab-col {
  background: var(--flowstica-webflow-library--color-secondary-lighter);
  width: 30%;
}

.comparison-table th.others-col {
  width: 30%;
}

.comparison-table .table-logo {
  max-width: 120px;
  height: auto;
}

.comparison-table tbody tr {
  border-bottom: 1px solid #e9ecef;
}

.comparison-table tbody tr:hover {
  background: #f8f9fa;
}

.comparison-table tbody tr.highlight-row {
  background: #fff8f0;
}

.comparison-table tbody tr.highlight-row:hover {
  background: #fff3e6;
}

.comparison-table td {
  padding: 1.5rem 1rem;
  vertical-align: top;
}

.comparison-table td.feature {
  text-align: left;
}

.comparison-table td.feature strong {
  display: block;
  font-size: 1rem;
  color: var(--flowstica-webflow-library--black);
  margin-bottom: 0.25rem;
}

.comparison-table .feature-desc {
  display: block;
  font-size: 0.875rem;
  color: var(--flowstica-webflow-library--black-light);
}

.comparison-table td.yes,
.comparison-table td.no {
  text-align: center;
}

.comparison-table .checkmark {
  display: block;
  font-size: 2rem;
  color: #28a745;
  margin-bottom: 0.5rem;
}

.comparison-table .xmark {
  display: block;
  font-size: 2rem;
  color: #dc3545;
  margin-bottom: 0.5rem;
}

.comparison-table .detail {
  display: block;
  font-size: 0.875rem;
  color: var(--flowstica-webflow-library--black-light);
}

.comparison-cta {
  margin-top: 2rem;
}

.comparison-cta p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

/* Interdisciplinary Care Section */
.interdisciplinary-care {
  background: var(--flowstica-webflow-library--white-smoke);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.benefit {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.benefit:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.benefit h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--flowstica-webflow-library--color-secondary);
  margin-bottom: 1rem;
}

.benefit p {
  font-size: 1rem;
  color: var(--flowstica-webflow-library--black);
  line-height: 1.6;
  margin: 0;
}

.interdisciplinary-care .cta-text {
  font-size: 1.125rem;
  margin-top: 2rem;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .oap-highlight {
    font-size: 1.125rem;
    padding: 1.25rem 1.5rem;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pricing-card .price {
    font-size: 3rem;
  }

  .comparison-table {
    font-size: 0.875rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 1rem 0.5rem;
  }

  .comparison-table th {
    font-size: 1.125rem;
  }

  .comparison-table .table-logo {
    max-width: 80px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .services-promo-banner {
    padding: 2rem 1.5rem;
  }

  .services-promo-banner h4 {
    font-size: 1.5rem;
  }

  .about-us-image-wrapper {
    margin: 1.5rem auto 2.5rem;
  }

  .about-us-intro {
    font-size: 1.125rem;
  }

  .about-us-subheading {
    font-size: 1.25rem;
  }

  .oap-callout {
    padding: 1.25rem 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .about-us-image-wrapper {
    margin: 1rem auto 2rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-description {
    font-size: 0.875rem;
  }

  .pricing-card .price {
    font-size: 2.5rem;
  }

  .comparison-table .checkmark,
  .comparison-table .xmark {
    font-size: 1.5rem;
  }
}

/* Services Promo Banner Wrapper - Full Width */
.services-promo-banner-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 3rem 0 0 0;
  padding: 0;
}

.services-promo-banner-wrapper .services-promo-banner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Remove bottom padding from logos section */
.wbs-section.pb-0 {
  padding-bottom: 0 !important;
}

/* Modal Service Images */
.modal-image-container {
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin: 0 auto 2rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.modal-service-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .modal-image-container {
    max-width: 100%;
    height: 250px;
    margin-bottom: 1.5rem;
    border-radius: 8px;
  }
}

@media screen and (max-width: 480px) {
  .modal-image-container {
    height: 200px;
  }
}

/* Rotating Text Animation */
.rotating-text {
  color: #FFE066;
  font-weight: 700;
  display: inline;
  transition: opacity 0.3s ease;
}

/* Hero Location Link */
.hero-location {
  margin: 1.5rem 0;
}

.location-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.location-link:hover {
  opacity: 0.8;
}

.location-icon {
  width: 20px;
  height: 20px;
  fill: var(--flowstica-webflow-library--color-secondary);
}

/* Location Modal */
.location-modal-wrapper {
  max-width: 600px;
}

.location-modal-content {
  padding: 0 2rem 2rem;
}

.location-info-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.location-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.location-info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: var(--flowstica-webflow-library--color-secondary);
}

.location-info-item h6 {
  margin: 0 0 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--flowstica-webflow-library--black);
}

.location-info-item p {
  margin: 0;
  color: #666;
  line-height: 1.5;
}

.location-map {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.location-map-image {
  width: 100%;
  height: auto;
  display: block;
}

.location-modal-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.location-modal-actions .wbs-button-primary-1,
.location-modal-actions .wbs-button-primary-2 {
  flex: 1;
  max-width: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.location-modal-actions svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

@media screen and (max-width: 767px) {
  .location-modal-content {
    padding: 0 1rem 1rem;
  }

  .location-modal-actions {
    flex-direction: column;
  }

  .location-modal-actions .wbs-button-primary-1,
  .location-modal-actions .wbs-button-primary-2 {
    max-width: 100%;
  }
}

/* Footer Location Link */
.footer-location-link {
  transition: opacity 0.2s ease;
  text-decoration: underline;
}

.footer-location-link:hover {
  opacity: 0.8;
}
