@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body, p, li, a, span, label, input, textarea, button, .service-list li {
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 1.1rem;
  color: #1a2a36;
}
.video-bg-wrapper {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  z-index: 0;
  overflow: hidden;
}
.video-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
header {
  background: transparent;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 10;
  margin-top: 2.5rem;
}
.nav-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  padding-left: 2rem;
}
.hero {
  background: none;
  min-height: 60vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 0;
}
.hero-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  filter: brightness(0.7);
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}
.hero-content {
  background: rgba(255,255,255,0.7) !important;
  border-radius: 18px;
  padding: 3rem 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-block;
  box-shadow: 0 4px 32px rgba(30,50,80,0.18);
  border: 1.5px solid rgba(26,127,160,0.18);
  backdrop-filter: blur(6px);
  margin-top: 0;
  max-width: 95%;
  width: 95%;
  position: relative;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
}
.hero-content h1 {
  font-size: 2.7rem;
  font-weight: 800;
  color: #1a7fa0;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}
.hero-content p {
  font-size: 1.3rem;
  color: #1a2a36;
  margin-bottom: 2rem;
}
.cta-btn {
  background: #a259c4;
  color: #fff;
  padding: 0.9rem 2rem;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(162,89,196,0.18);
  transition: background 0.2s;
  animation: pulse 1.5s infinite;
}
.cta-btn:hover {
  background: #7c3fa0;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(162,89,196,0.7); }
  70% { box-shadow: 0 0 0 12px rgba(162,89,196,0); }
  100% { box-shadow: 0 0 0 0 rgba(162,89,196,0); }
}
section {
  padding: 3rem 0 2rem 0;
}
section h2, .about h2, .services h2, .experienced-therapists h2, .client-focused h2, .contact h2 {
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 2.4rem;
  color: #1a7fa0;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 8px rgba(30,50,80,0.10);
}
.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}
.service-list li {
  background: rgba(255,255,255,0.85) !important;
  border-radius: 8px;
  border: 2px solid #1a7fa0;
  box-shadow: 0 2px 8px rgba(26,127,160,0.08);
  padding: 1.2rem 1rem;
  font-size: 1.08rem;
  color: #1a2a36;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.service-list li:hover {
  box-shadow: 0 6px 24px rgba(26,127,160,0.15);
  border-color: #14586b;
  transform: translateY(-4px) scale(1.03);
}
footer {
  background: #1a2a36;
  color: #fff;
  text-align: center;
  padding: 2rem 0 1rem 0;
  font-size: 1rem;
  margin-top: 2rem;
}
.services .container > p {
  margin-bottom: 2rem;
}
.experienced-therapists {
  background: #fdeaf1; /* light pink */
  padding: 3rem 0 2rem 0;
}
.experienced-therapists p {
  font-size: 1.13rem;
  color: #1a2a36;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.client-focused {
  background: #f0fae6; /* light green */
  padding: 3rem 0 2rem 0;
}
.client-focused p {
  font-size: 1.13rem;
  color: #1a2a36;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.about .container > p,
.experienced-therapists p,
.client-focused p {
  font-size: 1.13rem;
  color: #1a2a36;
  max-width: none;
  margin: 0 0 1.5rem 0;
  text-align: left;
}
.about {
  background: rgba(255,255,255,0.2) !important;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(30,50,80,0.08);
  margin: 0 auto 1.5rem auto;
  max-width: 1100px;
  padding: 0 1.5rem 2rem 1.5rem;
  position: relative;
  z-index: 2;
  border: 1.5px solid rgba(26,127,160,0.10);
  overflow: visible;
}
.services {
  background: #fff;
  padding: 3rem 0 2rem 0;
}
.experienced-therapists {
  background: #e6faf8;
  padding: 3rem 0 2rem 0;
}
.client-focused {
  background: #fff;
  padding: 3rem 0 2rem 0;
}
.contact {
  background: #e6faf8;
  padding: 3rem 0 2rem 0;
}
.about, .services, .experienced-therapists, .client-focused, .contact {
  background: rgba(255,255,255,0.7) !important;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(30,50,80,0.08);
  margin: 4rem auto;
  max-width: 95%;
  width: 95%;
  padding: 2rem 1.5rem;
  position: relative;
  z-index: 2;
  border: 1.5px solid rgba(26,127,160,0.10);
  overflow: visible;
}
main {
  position: relative;
  z-index: 2;
}
.logo-video {
  height: 80px;
  max-width: 270px;
  width: auto;
  vertical-align: middle;
  display: block;
  border-radius: 8px;
  object-fit: contain;
  background: transparent;
}
.logo {
  display: flex;
  align-items: center;
  min-height: 80px;
}
.hero-logo-shadow {
  box-shadow: 0 6px 32px rgba(30,50,80,0.18), 0 1.5px 8px rgba(26,127,160,0.10);
}

.hero-occupational-text {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  color: #1a7fa0;
  text-shadow: 0 2px 12px rgba(30,50,80,0.18);
  margin: 1.2rem 0 2.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-referral-btn {
  font-size: 1.25rem;
  padding: 1.1rem 2.5rem;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(26,127,160,0.13);
  letter-spacing: 0.5px;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.hero-referral-btn:hover {
  background: #14586b;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 32px rgba(26,127,160,0.18);
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-content, .about, .services, .experienced-therapists, .client-focused, .contact {
  position: relative;
  overflow: hidden;
}
/* Remove the fade-out pseudo-element */
.hero-content::after, .about::after, .services::after, .experienced-therapists::after, .client-focused::after, .contact::after {
  content: none !important;
}

.hero-occupational-heading {
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 2.4rem;
  color: #1a7fa0;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 8px rgba(30,50,80,0.10);
}

.about .container,
.services .container,
.experienced-therapists .container,
.client-focused .container,
.contact .container {
  margin-left: 4rem;
  margin-right: 4rem;
}

@media (max-width: 700px) {
  .nav-flex {
    flex-direction: column;
    height: auto;
    padding: 1rem 0;
  }
  nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  nav a {
    margin: 0.5rem 0;
    display: block;
    font-size: 1.1rem;
  }
  .logo-img {
    height: 38px;
  }
  .hero {
    min-height: 40vh;
    padding: 1rem 0 0 0;
  }
  .hero-img {
    height: 180px;
  }
  .hero-content {
    padding: 1.2rem 0.7rem;
    margin-top: 0;
    max-width: 98vw;
    width: 98vw;
  }
  .hero-content h1 {
    font-size: 1.5rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  section {
    padding: 1.2rem 0 0.7rem 0;
  }
  .about, .services, .experienced-therapists, .client-focused, .contact {
    padding: 1.2rem 0 0.7rem 0;
  }
  .service-list {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .service-list li {
    font-size: 1rem;
    padding: 0.9rem 0.7rem;
  }
  .experienced-therapists p, .client-focused p, .about .container > p {
    font-size: 1rem;
  }
  .about {
    padding: 0.5rem 0 0.7rem 0;
  }
  .logo-video {
    height: 60px;
    max-width: 180px;
  }
  .logo {
    min-height: 60px;
  }
  header {
    margin-top: 1.2rem;
  }
  .hero-occupational-text {
    font-size: 1.2rem;
    margin: 0.7rem 0 1.2rem 0;
  }
  .hero-referral-btn {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
} 