/* Base Styles */
body {
  margin: 0;
  font-family: 'Playfair Display', serif;
  background-color: #b7d3c6; /* Mint green background */
  color: #2f2f2f;
}

/* Updated Header Banner */
.header-banner {
  background-color: #e8f2ec;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-banner img {
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .header-banner {
    height: 120px;
    padding: 5px 0;
  }
}

/* Mobile Nav Toggle */
.mobile-nav-toggle {
  display: none;
  font-size: 32px;
  padding: 16px;
  cursor: pointer;
  background-color: #6a9c86;
  color: #fffaf0;
  text-align: right;
}

/* Main Navigation */
nav,
.main-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  background-color: #6a9c86;
}

nav a:not(.book-now),
.main-nav a:not(.book-now) {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #fffaf0;
  background-color: #6a9c86;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 14px;
  border-radius: 4px;
}

/* Highlighted Book Now Button */
.book-now {
  background-color: #fffaf0 !important;
  color: #2f2f2f !important;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 20px;
  border: none;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: -4px; /* Adjust vertical positioning */
}

.book-now:hover {
  background-color: #f5f0e6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
a {
  color: #6a9c86;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .main-nav.show {
    display: flex;
  }
}

@media (max-width: 768px) {
  .header-banner {
    height: auto;
    padding: 10px 0;
  }

  .header-banner img {
    max-height: 80px;
  }
}

/* Homepage Split Layout */
.split-landing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80vh;
  padding: 60px;
  flex-wrap: wrap;
}

.intro-text {
  width: 100%;
  max-width: 600px;
}

.intro-text h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.intro-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.book-now-main {
  background-color: #fefbf6;
  color: #3b4f3f;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  font-size: 18px;
  border: none;
}

/* Logo Section (Homepage Content Area) */
.logo-right {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-right img {
  max-width: 100%;
  max-height: 200px;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}

/* Readable Subpage Content */
.readable {
  max-width: 800px;
  margin: 60px auto 40px auto;
  padding: 40px 30px;
  font-size: 18px;
  line-height: 1.7;
  color: #2f2f2f;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

/* Sage green links for subpage content */
.readable a {
  color: #6a9c86;
  text-decoration: underline;
}

.readable a:hover {
  text-decoration: none;
}

.mobile-toggle {
  display: none;
  font-size: 28px;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #6a9c86;
  color: white;
}

@media (max-width: 768px) {
  nav {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #6a9c86;
  }

  nav.show {
    display: flex;
  }

  .mobile-toggle {
    display: block;
  }

  .header-banner {
    height: auto;
    padding: 10px 0;
  }

  .header-banner img {
    max-height: 80px;
  }
}

.info-box {
  background-color: #f9f9f9;
  border-left: 4px solid #6a9c86;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-size: 16px;
  color: #444;
}
.profile-section {
  margin: 40px 0;
}

/* Areas of Focus list styling */
.focus-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 40px;
}

.focus-list li {
  margin-bottom: 6px;
  font-size: 0.98rem;
}

/* Layout for the photo beside Meet the Psychologist text */
.profile-section {
  margin: 40px 0;
}

.profile-text {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  position: relative;
}

/* Floating image for wrapped text effect */
.profile-float {
  float: left;
  width: 260px;
  height: auto;
  margin: 10px 25px 20px 0; /* top, right, bottom, left */
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  shape-outside: inset(0 round 16px);
}

/* Heading styling */
.profile-text h2,
.profile-section h2 {
  color: #2c4a3a; /* sage green tone */
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .profile-float {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    width: 80%;
    max-width: 320px;
  }

  .profile-text {
    text-align: left;
  }
}

.main-nav a.contact-link {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 14px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.main-nav a.contact-link:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.home-intro-grid {
  display: grid;
grid-template-columns: 1.1fr 1.3fr 1fr;
  gap: 40px;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
padding: 0px 40px 40px 40px;
}

.logo-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-left img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.home-intro-text {
  max-width: 700px;
}

.home-booking-box {
  background: rgba(255, 255, 255, 0.3);
  padding: 28px;
  border-radius: 20px;
  box-sizing: border-box;
}

.home-booking-box h2 {
  margin-top: 0;
}

.home-booking-box ol,
.home-booking-box ul {
  padding-left: 20px;
}

.book-now-home {
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .home-intro-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
  }

  .logo-left {
    order: 1;
  }

  .home-intro-text {
    order: 2;
  }

  .home-booking-box {
    order: 3;
  }

  .logo-left img {
    max-height: 220px;
  }
}
.meet-psychologist-btn {
  display: inline-block;
  margin-top: 15px;
  margin-left: 12px;
  padding: 12px 22px;
  background-color: rgba(255,255,255,0.18);
  color: inherit;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid rgba(255,255,255,0.5);
  transition: all 0.2s ease;
}

.meet-psychologist-btn:hover {
  background-color: rgba(255,255,255,0.3);
}