@import url("https://fonts.googleapis.com/css2?family=Damion&family=Inter:wght@300;400;500;600&family=Kalam:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Georgia", serif;
  line-height: 1.6;
  color: #4a5568;
  background-attachment: fixed;
  min-height: 100vh;
}

/* Rainbow Gradients */
.page-home {
  background: linear-gradient(
    135deg,
    #f7fdf7 0%,
    #e6f7e6 15%,
    #d1f2d1 30%,
    #b8e6b8 45%,
    #9dd99d 60%,
    #82cc82 75%,
    #68b968 90%,
    #4a9d4a 100%
  );
}

.page-home header {
  background-color: #2e7d32;
  box-shadow: 0 2px 10px rgba(46, 125, 50, 0.3);
}

.page-home .logo {
  color: white;
  font-weight: none;
}

.page-home .nav-links a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease;
}

.page-home .nav-links a:hover,
.page-home .nav-links a.active {
  color: white;
  font-weight: 500;
}

.page-home .mobile-menu-btn span {
  background-color: white !important;
}

.page-home .mobile-menu-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.page-home .mobile-menu-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-home footer {
  background: linear-gradient(135deg, #2e7d32, #388e3c) !important;
  color: white !important;
}

.page-home footer h4 {
  color: white;
  font-weight: 600;
}

.page-home footer a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease;
}

.page-home footer a:hover {
  color: white;
}

.page-home footer p,
.page-home footer a,
.page-home .footer-bottom,
.page-home .footer-bottom a {
  color: rgba(255, 255, 255, 0.94);
}

.page-home .social-links a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}

.page-home .social-links a:hover {
  color: white;
  transform: translateY(-2px);
}

.page-about-noa {
  background: linear-gradient(
    135deg,
    #fffef8 0%,
    #fefcf0 15%,
    #fdf8e0 30%,
    #fcf2cc 45%,
    #fbeab5 60%,
    #f9e09a 75%,
    #f7d47d 90%,
    #f5c85f 100%
  );
}
.page-about-ilm {
  background: linear-gradient(
    135deg,
    #f9f1f2 0%,
    #f3e4e6 15%,
    #edd6d8 30%,
    #e4c5c8 45%,
    #d8b0b4 60%,
    #c99aa0 75%,
    #b8858d 90%,
    #a76b74 100%
  );
}
.page-pregnant-women {
  background: linear-gradient(
    135deg,
    #fbfaff 0%,
    #f5f4ff 15%,
    #ede9ff 30%,
    #e0d9ff 45%,
    #d0c6ff 60%,
    #bdb0ff 75%,
    #a998ff 90%,
    #947fff 100%
  );
}
.page-with-noa {
  background: linear-gradient(
    135deg,
    #f8fbff 0%,
    #f0f7ff 15%,
    #e3f0ff 30%,
    #d1e7fe 45%,
    #b8dbfe 60%,
    #9bcdfe 75%,
    #7bbdfe 90%,
    #5aacfe 100%
  );
}
.page-blog {
  background: linear-gradient(
    135deg,
    #7b1734 0%,
    #8f2045 18%,
    #a23157 36%,
    #c76089 58%,
    #e38fb2 80%,
    #f1bed4 100%
  );
}
.page-contact {
  background: linear-gradient(
    135deg,
    #fef7f0 0%,
    #fdf2e9 15%,
    #fce4d6 30%,
    #f8d3bc 45%,
    #f4c2a0 60%,
    #edb088 75%,
    #e69c6f 90%,
    #d97757 100%
  );
}

.page-prices {
  background: linear-gradient(
    135deg,
    #f2fffc 0%,
    #d6f8f6 15%,
    #b4ede9 30%,
    #8cdedc 45%,
    #62cdc9 60%,
    #3cb9c1 75%,
    #1fa0b7 90%,
    #0f6f8a 100%
  );
  --prices-primary: #0f6f8a;
  --prices-secondary: #1fa0b7;
  --prices-highlight: #f59e0b;
  --prices-highlight-dark: #d97706;
  --prices-soft: rgba(255, 255, 255, 0.94);
  --prices-soft-strong: rgba(255, 255, 255, 0.88);
}

.page-prices header {
  background: rgba(15, 111, 138, 0.92);
  box-shadow: 0 2px 20px rgba(15, 111, 138, 0.35);
}

.page-prices .logo {
  color: #eafffb;
}

.page-prices .nav-links a {
  color: rgba(255, 255, 255, 0.88);
}

.page-prices .nav-links a:hover,
.page-prices .nav-links a:focus {
  color: #ffffff;
}

.page-prices .mobile-menu-btn {
  background-color: rgba(255, 255, 255, 0.08);
}

.page-prices .mobile-menu-btn:hover {
  background-color: rgba(255, 255, 255, 0.16);
}

.page-prices .cta-button {
  background: linear-gradient(135deg, var(--prices-secondary) 0%, #0c8e9b 100%);
  box-shadow: 0 4px 18px rgba(15, 111, 138, 0.35);
  color: #ffffff;
}

.page-prices .cta-button:hover {
  background: linear-gradient(135deg, #0c8e9b 0%, var(--prices-secondary) 100%);
  color: #ffffff;
  box-shadow: 0 6px 24px rgba(17, 95, 114, 0.45);
}

.page-prices footer {
  background: linear-gradient(135deg, #0f6f8a, #0b4d5f) !important;
  color: #f0fffd !important;
}

.page-prices footer h4 {
  color: #f7fffe;
}

.page-prices footer a,
.page-prices footer p,
.page-prices .footer-bottom,
.page-prices .footer-bottom a {
  color: rgba(255, 255, 255, 0.9);
}

.page-prices footer a:hover {
  color: #ffffff;
}

#contact .page-header p {
  font-family: "Damion", cursive;
  font-size: 1.5rem;
  color: #8b3a22;
  font-style: italic;
}

/* --- Header --- */
header {
  background: rgba(245, 200, 95, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 12000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

nav {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 1rem;
  gap: 2rem;
  font-style: italic;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2.5rem;
  align-items: center;
  margin: 0 auto;
}

.nav-links a {
  text-decoration: none;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #8b4513;
}

@media (min-width: 769px) {
  .nav-links {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    align-items: center;
    color: #8b5cf6;
    margin-left: auto;
  }
  .nav-links a {
    color: #4a4a4a;
    font-size: 1.2rem;
  }
}

.mobile-menu-close {
  display: none;
}

.logo {
  font-family: damion, cursive;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: italic;
  color: #8b4513;
  text-decoration: none;
}

.cta-button {
  background: linear-gradient(135deg, #e8b040 0%, #c28625 100%);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(214, 158, 46, 0.3);
}
.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(192, 192, 192, 0.6);
  background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 50%, #c0c0c0 100%);
  color: #333;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(214, 158, 46, 0.6);
}

/* Mobile Nav Menu Structure */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
  position: relative;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.mobile-menu-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mobile-menu-btn span {
  width: 25px;
  height: 3px;
  background: #4a5568;
  margin: 2px 0;
  transition: 0.3s;
  border-radius: 2px;
  display: block;
}

@media (max-width: 768px) {
  .mobile-menu-btn {
    display: flex !important;
  }
  
  /* Hide the regular nav links on mobile */
  nav .nav-links {
    display: none;
    pointer-events: none;
  }
  nav .nav-links.active {
    display: flex;
    pointer-events: auto;
  }
  
  /* Hide CTA button on mobile to make room for menu button */
  .cta-button {
    display: none;
  }
  .nav-links {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    border-right: 2px solid #e2e8f0;
    box-shadow: 0 0 40px 10px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transition: left 0.3s ease;
    z-index: 10001; /* Above overlay */
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    pointer-events: none;
  }
  .nav-links.active {
    left: 0;
    box-shadow: 0 0 40px 10px rgba(0,0,0,0.18);
    border-right: 2px solid #cbd5e1;
    pointer-events: auto;
  }
  .nav-links li {
    font-size: 1.5rem;
    color: #2e7d32;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 0 #fff, 0 2px 4px rgba(46,125,50,0.08);
  }
  .nav-links a {
    color: #2e7d32;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 1rem 0;
    font-weight: 600;
    background: none;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 1px 0 #fff, 0 2px 8px rgba(46,125,50,0.06);
    transition: background 0.2s, color 0.2s;
    display: block;
    text-align: center;
  }

  .page-home nav .nav-links a,
  .page-about-noa nav .nav-links a,
  .page-about-ilm nav .nav-links a,
  .page-pregnant-women nav .nav-links a,
  .page-with-noa nav .nav-links a,
  .page-blog nav .nav-links a,
  .page-faq nav .nav-links a,
  .page-contact nav .nav-links a {
    color: #2e7d32;
    text-shadow: none;
  }

  .page-home nav .nav-links a:hover,
  .page-about-noa nav .nav-links a:hover,
  .page-about-ilm nav .nav-links a:hover,
  .page-pregnant-women nav .nav-links a:hover,
  .page-with-noa nav .nav-links a:hover,
  .page-blog nav .nav-links a:hover,
  .page-faq nav .nav-links a:hover,
  .page-contact nav .nav-links a:hover {
    background: #e6f7e6;
    color: #388e3c;
  }
  .nav-links a:hover {
    background: #e6f7e6;
    color: #388e3c;
  }
  .mobile-menu-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: #4a5568;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
  }

  .mobile-menu-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .about-main-section {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }

  .about-image {
    flex: none;
    align-self: center;
  }

  .about-image .noa-image {
    max-width: 300px;
  }

  .credentials-section {
    padding: 2rem;
  }

  .credentials-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .credential-item {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .credential-year {
    flex: none;
    text-align: center;
    border-right: none;
    border-bottom: 2px solid #d69e2e;
    padding-right: 0;
    padding-bottom: 0.5rem;
    font-size: 1rem;
  }

  /* Footer Mobile Styles */
  .footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .footer-section {
    padding: 1rem 0;
  }

  .social-links {
    justify-content: center;
  }
}
.page-home .mobile-menu-btn span,
.page-about-noa .mobile-menu-btn span,
.page-about-ilm .mobile-menu-btn span,
.page-pregnant-women .mobile-menu-btn span,
.page-with-noa .mobile-menu-btn span,
.page-blog .mobile-menu-btn span,
.page-contact .mobile-menu-btn span,
.page-prices .mobile-menu-btn span {
  background: #fff;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
main {
  margin-top: 80px;
}

.page {
  display: block;
  min-height: calc(100vh - 80px);
  padding: 2rem 0;
}

.page-header {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 2rem;
  padding-top: 1rem;
}

.page-header h2 {
  font-size: 2.5rem;
  color: #2d3748;
  margin-bottom: 1rem;
}

#about-noa-description {
  font-family: "Damion", cursive;
  font-size: 1.5rem;
  font-style: italic;
  color: #d69e2e;
}

#home {
  padding: 0;
  margin-top: -80px;
}
#home .hero {
  padding-top: 80px;
}
#home .container {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.page:not(#home) {
  padding: 2rem 0;
}
.page.active {
  display: block;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* --- Hero Section --- */
.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-left: calc(-50vw + 50%);
  background-image: url("./images/hero-img.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  backdrop-filter: none;
  text-align: left;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-left h1 {
  font-family: "Damion", cursive;
  font-size: 4.5rem;
  color: rgb(42, 124, 111);
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 1.1rem 1.75rem;
  box-shadow: 0 8px 32px rgba(42, 124, 111, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 30px rgba(42, 124, 111, 0.3);
  transition: all 0.3s ease;
  display: inline-block;
}
.hero-left h1:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(42, 124, 111, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 40px rgba(42, 124, 111, 0.4);
}
.hero-left h1 .h1-line-1,
.hero-left h1 .h1-line-2 {
  display: block;
}
.hero-left h1 .h1-line-1 {
  margin-bottom: 0.2rem;
}
.hero-left h1 .h1-line-2 {
  font-size: 0.9em;
  opacity: 0.95;
}
.hero-left h5 {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0.5rem 0 0.25rem 0;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}
.hero-left .session-type {
  display: inline-block;
  background: rgba(214, 158, 46, 0.8);
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.9rem;
  font-weight: 500;
  text-shadow: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.hero-left p {
  font-size: 1.4rem;
  color: #fff;
  font-style: italic;
  margin: 1rem 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  line-height: 1.4;
}
.hero-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.hero-right p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.hero-right .cta-button {
  align-self: flex-start;
  font-size: 1.1rem;
  padding: 1rem 2rem;
  box-shadow: 0 4px 15px rgba(214, 158, 46, 0.4);
}

.page-update-note {
  max-width: 960px;
  margin: 2rem auto 3rem;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(214, 158, 46, 0.25);
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(214, 158, 46, 0.2);
  backdrop-filter: blur(8px);
}

.page-update-note p {
  margin: 0;
  font-size: 1.05rem;
  color: #4a4a4a;
  line-height: 1.6;
}

.page-update-note strong {
  color: #b7791f;
}

/* ========================= HOMEPAGE SECTIONS ========================= */

/* --- Reusable Tag & Buttons --- */
.session-type,
.gold-tag {
  display: inline-block;
  background: rgba(214, 158, 46, 0.85);
  color: #fff;
  padding: 0.35rem 0.85rem;
  border-radius: 14px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.read-more-btn {
  display: inline-block;
  background: linear-gradient(135deg, #d69e2e, #b7791f);
  color: #fff;
  padding: 0.7rem 1.6rem;
  border-radius: 30px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.35s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(214, 158, 46, 0.35);
  z-index: 10;
}
.read-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transition: left 0.6s ease;
}
.read-more-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #e2b035, #c8851f);
  box-shadow: 0 8px 20px rgba(214, 158, 46, 0.45);
}
.read-more-btn:hover::before {
  left: 120%;
}

/* --- Hero Subheader --- */
.hero-min {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55)),
    url("./images/header-img.JPG") center/cover no-repeat;
}
.hero-min .hero-inner {
  max-width: 1100px;
  padding: 0 1.5rem;
}
.hero-subheading {
  font-family: "Damion", cursive;
  font-size: 4rem;
  line-height: 1;
  color: rgb(42, 124, 111);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  padding: 1rem 2rem;
  border-radius: 22px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: fadeInUp 0.9s ease forwards;
  opacity: 0;
}
.hero-actions {
  margin-top: 2.2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-actions .cta-button {
  font-size: 1.05rem;
  padding: 1rem 2.2rem;
}

@media (max-width: 900px) {
  .hero-subheading {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .hero-subheading {
    font-size: 2.4rem;
  }
}

/* --- Content Blocks / Four Feature Cards Grid --- */
.content-blocks {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  padding: 4rem 2rem 6rem;
  align-items: stretch;
  justify-items: stretch;
}

.features-section {
  padding: 5rem 0 2rem;
  max-width: 1920px;
  margin: 0 auto;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
  padding: 0 1rem;
}
.content-block,
.feature-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  box-shadow: 0 20px 50px -8px rgba(0, 0, 0, 0.18);
  display: flex;
  gap: 3rem;
  padding: 3rem 4rem 4rem 4rem;
  align-items: stretch;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  height: 100%;
  min-height: 420px;
  width: 100%;
}
.content-block::after,
.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 20% 15%,
    rgba(214, 158, 46, 0.12),
    transparent 60%
  );
  opacity: 0;
  transition: 0.6s;
}
.content-block:hover,
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px -10px rgba(0, 0, 0, 0.25);
}
.content-block:hover::after,
.feature-card:hover::after {
  opacity: 1;
}

/* Content Block Specific Structure */
.content-block-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 1.5rem;
}

.content-block-header h3 {
  margin: 0 0 1rem;
  font-size: 2.3rem;
  font-family: "Georgia", serif;
  color: #2d3748;
  line-height: 1.15;
  font-weight: 600;
}

.content-block-body {
  display: flex;
  gap: 3rem;
  align-items: stretch;
  flex: 1;
  flex-direction: column;
}

.content-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.content-text p {
  margin: 0 0 1.6rem;
  font-size: 1.35rem;
  line-height: 1.85;
  color: #4a5568;
  flex-grow: 1;
}

.session-types {
  margin-bottom: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.session-type {
  padding: 0.3rem 0.8rem;
  background: rgba(46, 125, 50, 0.1);
  color: #2e7d32;
  border-radius: 12px;
  font-size: 0.65rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid rgba(46, 125, 50, 0.2);
}

.image-placeholder {
  flex: 0 0 auto;
  height: 250px;
  border-radius: 20px;
  background: #ddd center/cover no-repeat;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.content-block-image {
  flex: 0 0 auto;
  height: 250px;
  border-radius: 20px;
  background: linear-gradient(135deg, #61514d, #8b6f68);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.content-block-image.pregnancy-bg {
  background: linear-gradient(135deg, #c73e1d, #e85a3a);
}

.content-block-image.community-bg {
  background: linear-gradient(135deg, #ffffff, #f5f5dc);
}

.feature-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
}

.read-more-btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background: linear-gradient(135deg, #2e7d32, #388e3c);
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: auto;
}

.read-more-btn:hover {
  background: linear-gradient(135deg, #1b5e20, #2e7d32);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
}

/* Specific images for each content block */
.image-noa-session {
  background-image: url("images/pregnant-woman.avif");
  background-size: cover;
  background-position: center;
}

.image-nestle-dialogue {
  background-image: url("images/Nestle dialogue.jpg");
  background-size: cover;
  background-position: center;
}

.image-about-noa {
  background-image: url("images/pregnant-woman.avif");
  background-size: cover;
  background-position: center;
}

.image-header {
  background: linear-gradient(135deg, #2e7d32, #388e3c);
}

.feature-image {
  flex: 0 0 auto;
  border-radius: 18px;
  background: #ddd center/cover no-repeat;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.feature-image span {
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 0.6rem;
  font-weight: 600;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.feature-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.feature-body h3 {
  margin: 0 0 0.75rem;
  font-size: 1.9rem;
  font-family: "Georgia", serif;
  color: #2d3748;
  line-height: 1.15;
}
.feature-body p {
  margin: 0 0 1.4rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4a5568;
  flex-grow: 1;
}
.feature-meta {
  margin-bottom: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.feature-meta .session-type {
  font-size: 0.65rem;
  letter-spacing: 1px;
}
@media (min-width: 1025px) {
  .content-block-body {
    flex-direction: row;
  }

  .image-placeholder,
  .content-block-image {
    flex: 0 0 360px;
    height: 260px;
  }

  .feature-image {
    flex: 0 0 320px;
  }
}

@media (max-width: 830px) {
  .content-blocks,
  .features-grid {
    grid-template-columns: 1fr;
    padding: 2rem 1rem 4rem;
    gap: 2.5rem;
  }
  .content-block,
  .feature-card {
    padding: 2.5rem;
    min-height: auto;
    gap: 2rem;
  }

  .content-block-inner {
    gap: 1.5rem;
  }

  .content-block-body {
    gap: 1.5rem;
  }

  .content-block-header h3 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }

  .content-text {
    min-height: auto;
  }

  .content-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 0 0 1.5rem;
  }

  .session-types {
    margin-bottom: 1rem;
  }

  .testimonials-section {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .faq-section {
    padding: 4rem 0.5rem;
  }

  .instagram-section {
    padding: 3rem 0.5rem 3.5rem;
  }
}
@media (max-width: 560px) {
  .content-blocks {
    padding: 1.5rem 0.5rem 3rem;
  }

  .content-block,
  .feature-card {
    padding: 2rem;
    gap: 1.5rem;
  }

  .content-block-inner {
    gap: 1rem;
  }

  .content-block-body {
    gap: 1.5rem;
  }

  .content-block-header h3,
  .feature-body h3 {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }

  .content-text p {
    font-size: 1.1rem;
    line-height: 1.75;
    margin: 0 0 1.2rem;
  }

  .session-types {
    margin-bottom: 0.8rem;
  }

  .image-placeholder,
  .content-block-image,
  .feature-image {
    height: 200px;
  }
}

/* --- Testimonial Carousel --- */
.testimonials-section {
  padding: 4.5rem 0 4rem;
  max-width: 1920px;
  margin: 1rem auto 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.testimonials-wrapper {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 34px;
  padding: 3rem 2.5rem 2.6rem;
  box-shadow: 0 20px 55px -15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
}
.testimonials-header {
  text-align: center;
  margin-bottom: 3rem;
}
.testimonials-header h2 {
  font-size: 2.6rem;
  margin: 0 0 0.5rem;
  font-family: "Damion", cursive;
  color: rgb(42, 124, 111);
}
.testimonials-header p {
  margin: 0;
  font-size: 1.1rem;
  color: #4a5568;
  font-style: italic;
}
.testimonial-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
  will-change: transform;
}
.testimonial-card {
  flex: 0 0 100%;
  padding: 0 1rem;
}
.testimonial-inner {
  background: linear-gradient(135deg, #ffffff, #f5fff6);
  padding: 2.8rem 2.5rem;
  border-radius: 24px;
  box-shadow: 0 14px 38px -8px rgba(0, 0, 0, 0.15);
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-inner::before {
  content: "\201C";
  position: absolute;
  top: -25px;
  left: 20px;
  font-size: 8rem;
  line-height: 1;
  color: rgba(214, 158, 46, 0.25);
  font-family: Georgia, serif;
}

.testimonial-inner::after {
  content: "\201D";
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 8rem;
  line-height: 1;
  color: rgba(214, 158, 46, 0.25);
  font-family: Georgia, serif;
}

.testimonial-text {
  font-size: 1.25rem;
  line-height: 1.65;
  font-style: italic;
  color: #2d3748;
  margin: 0 0 1.8rem;
}
.testimonial-author {
  font-weight: 600;
  color: #2d3748;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
.testimonial-role {
  color: #d69e2e;
  font-size: 0.85rem;
  font-style: italic;
  margin-top: 0.25rem;
}
.testimonial-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.tn-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(214, 158, 46, 0.12);
  border: 2px solid #d69e2e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d69e2e;
  font-size: 1.3rem;
  cursor: pointer;
  transition: 0.35s;
  position: relative;
  overflow: hidden;
}
.tn-btn:hover {
  background: #d69e2e;
  color: #fff;
  box-shadow: 0 0 22px rgba(214, 158, 46, 0.55);
  transform: scale(1.08);
}
.tn-dots {
  display: flex;
  gap: 0.6rem;
}
.tn-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(214, 158, 46, 0.35);
  cursor: pointer;
  transition: 0.35s;
}
.tn-dot.active,
.tn-dot:hover {
  background: #d69e2e;
  transform: scale(1.25);
}
@media (max-width: 900px) {
  .testimonials-wrapper {
    padding: 3rem 1.75rem;
  }
  .testimonial-text {
    font-size: 1.1rem;
  }
  .testimonials-header h2 {
    font-size: 2.2rem;
  }
}

/* --- FAQ Accordion --- */
.faq-section {
  max-width: 1920px;
  margin: 3rem auto 0;
  padding: 4rem 1rem;
}
.faq-wrapper {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 34px;
  padding: 3rem 2.5rem 2.6rem;
  box-shadow: 0 20px 55px -15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
}
.faq-header {
  text-align: center;
  margin: 0 0 2.2rem;
}
.faq-header h2 {
  margin: 0 0 0.4rem;
  font-size: 2.4rem;
  font-family: "Damion", cursive;
  color: rgb(42, 124, 111);
}
.faq-header p {
  margin: 0;
  font-style: italic;
  color: #4a5568;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-item {
  border: 1px solid rgba(214, 158, 46, 0.35);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: 0.35s;
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  color: #2d3748;
  background: linear-gradient(135deg, #fff, #fffef8);
}
.faq-question span.toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(214, 158, 46, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #d69e2e;
  transition: 0.4s;
  font-weight: bold;
}
.faq-item.open .faq-question span.toggle {
  background: #d69e2e;
  color: #fff;
  transform: rotate(135deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0 1.5rem;
  font-size: 0.95rem;
}
.faq-item.open .faq-answer {
  padding: 0 1.5rem 1.2rem;
}
.faq-answer p {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #4a5568;
}
@media (max-width: 780px) {
  .faq-wrapper {
    padding: 2.2rem 1.4rem;
  }
  .faq-header h2 {
    font-size: 2rem;
  }
}

/* --- Instagram Feed (6 posts) --- */
.instagram-section {
  max-width: 1920px;
  margin: 2rem auto 3rem;
  padding: 2rem 1rem 2.5rem;
}
.instagram-wrapper {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 28px;
  padding: 2rem 2rem 2rem;
  box-shadow: 0 12px 35px -10px rgba(0, 0, 0, 0.15);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
}
.instagram-header {
  text-align: center;
  margin: 0 0 1.5rem;
}
.instagram-header h2 {
  margin: 0;
  font-size: 1.8rem;
  font-family: "Damion", cursive;
  color: rgb(42, 124, 111);
}
.insta-grid {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}

/* Custom scrollbar styling */
.insta-grid::-webkit-scrollbar {
  height: 8px;
}

.insta-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.insta-grid::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #ff6b9d, #ff8c42);
  border-radius: 4px;
}

.insta-grid::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #ff8c42, #ffd23f);
}

@media (max-width: 768px) {
  .insta-grid {
    gap: 1rem;
  }

  .insta-embed {
    min-height: 450px;
    width: 280px;
  }

  .insta-embed .instagram-media {
    min-height: 450px !important;
    height: 450px !important;
    max-width: 274px !important;
  }

  .insta-embed iframe {
    min-height: 450px !important;
    height: 450px !important;
    max-width: 274px !important;
  }

  .insta-embed .instagram-media img,
  .insta-embed .instagram-media video {
    max-height: 225px !important;
    height: 225px !important;
  }
}

@media (max-width: 480px) {
  .insta-grid {
    gap: 0.8rem;
  }

  .insta-embed {
    min-height: 400px;
    width: 250px;
  }

  .insta-embed .instagram-media {
    min-height: 400px !important;
    height: 400px !important;
    max-width: 244px !important;
  }

  .insta-embed iframe {
    min-height: 400px !important;
    height: 400px !important;
    max-width: 244px !important;
  }

  .insta-embed .instagram-media img,
  .insta-embed .instagram-media video {
    max-height: 200px !important;
    height: 200px !important;
  }
}
.insta-embed {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
  padding: 3px;
  background: linear-gradient(45deg, #ff6b9d, #ff8c42, #ffd23f, #06ffa5);
  min-height: 500px;
  width: 320px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insta-embed:nth-child(2) {
  background: linear-gradient(45deg, #ff8c42, #ffd23f, #06ffa5, #4ecdc4);
}
.insta-embed:nth-child(3) {
  background: linear-gradient(45deg, #ffd23f, #06ffa5, #4ecdc4, #8b5cf6);
}
.insta-embed:nth-child(4) {
  background: linear-gradient(45deg, #06ffa5, #4ecdc4, #8b5cf6, #ff6b9d);
}
.insta-embed:nth-child(5) {
  background: linear-gradient(45deg, #4ecdc4, #8b5cf6, #ff6b9d, #ff8c42);
}
.insta-embed:nth-child(6) {
  background: linear-gradient(45deg, #8b5cf6, #ff6b9d, #ff8c42, #ffd23f);
}

.insta-embed .instagram-media {
  width: 100% !important;
  max-width: 314px !important;
  min-height: 500px !important;
  height: 500px !important;
  border-radius: 15px !important;
  margin: 0 !important;
  background: #fff !important;
  overflow: visible !important;
}

/* Ensure Instagram content is properly sized to show captions */
.insta-embed iframe {
  width: 100% !important;
  max-width: 314px !important;
  min-height: 500px !important;
  height: 500px !important;
  border-radius: 15px !important;
}

/* Force Instagram to show full content including captions */
.insta-embed .instagram-media blockquote {
  height: auto !important;
  min-height: 480px !important;
}

/* Adjust the container to accommodate content */
.insta-embed {
  min-height: 500px;
}
.insta-embed:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 10px 28px -6px rgba(0, 0, 0, 0.25);
}

/* Override Instagram's default styles to fit our design */
.insta-embed .instagram-media:before {
  display: none !important;
}

.insta-embed .instagram-media {
  box-shadow: none !important;
  border: none !important;
}

/* Force Instagram embeds to show full height including captions */
.insta-embed .instagram-media,
.insta-embed .instagram-media > div {
  max-height: none !important;
  height: auto !important;
}

/* Ensure the media part is appropriately sized to leave room for captions - 50/50 balance */
.insta-embed .instagram-media img,
.insta-embed .instagram-media video {
  max-height: 250px !important;
  height: 250px !important;
  object-fit: cover !important;
}

/* Loading state for Instagram embeds */
.insta-embed:not(:has(.instagram-media-rendered)):before {
  content: "Loading Instagram post...";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}
.follow-cta {
  margin-top: 2rem;
  text-align: center;
}
.follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(45deg, #ff6ba0, #ff8c42, #ffd23f, #8b5cf6);
  background-size: 300% 300%;
  animation: gradientShift 8s ease infinite;
  color: #fff;
  padding: 0.85rem 2.1rem;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
.follow-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px -6px rgba(0, 0, 0, 0.35);
}
@keyframes gradientShift {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@media (max-width: 640px) {
  .instagram-wrapper {
    padding: 2.2rem 1.4rem;
  }
  .instagram-header h2 {
    font-size: 2rem;
  }
}

/* --- Utilities --- */
.section-spacer {
  height: 40px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* About Main Section */
.about-main-section {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  margin-bottom: 4rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-image {
  flex: 0 0 40%;
  max-width: 40%;
}

.about-content {
  flex: 1;
  max-width: 60%;
}

.about-image .noa-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Banner Image for Pregnant Woman Page */
.banner-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 15px;
  margin: 2rem 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.about-text {
  flex: 1;
}

.about-text article {
  background: rgba(248, 250, 252, 0.6);
  padding: 2.5rem;
  border-radius: 15px;
  border-left: 4px solid #d69e2e;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

.about-text article::before {
  content: '"';
  font-family: "Georgia", serif;
  font-size: 4rem;
  color: #d69e2e;
  opacity: 0.2;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  line-height: 1;
}

.about-text article p {
  font-family: "Georgia", serif;
  line-height: 1.8;
  margin-bottom: 1.8rem;
  font-size: 1.1rem;
  color: #2d3748;
  position: relative;
  z-index: 1;
}

.about-text article p:first-child {
  margin-top: 1rem;
}

.about-text article p:last-child {
  margin-bottom: 0;
}

.about-text article strong {
  color: rgb(42, 124, 111);
  font-weight: 600;
  background: rgba(214, 158, 46, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}

.about-text article p:first-letter {
  font-size: 1.4em;
  font-weight: 600;
  color: #d69e2e;
}

/* Credentials Section */
.credentials-section {
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.credentials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

/* About Page Mobile Responsiveness */
@media (max-width: 1200px) {
  .about-main-section {
    gap: 3rem;
  }

  .about-image {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .about-content {
    flex: 1;
    max-width: 62%;
  }
}

@media (max-width: 1024px) {
  .about-main-section {
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem;
  }

  .about-image {
    flex: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .credentials-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .credential-year {
    flex: 0 0 100px;
    font-size: 0.85rem;
  }

  .page-header h2 {
    font-size: 2.25rem;
  }

  #about-noa-description {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .about-main-section {
    padding: 2rem;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .about-text article {
    padding: 2rem;
  }

  .about-text article::before {
    font-size: 3rem;
    top: 0.5rem;
    left: 1rem;
  }

  .about-text article p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }

  .credentials-section {
    padding: 2rem;
  }

  .experience-block,
  .education-block {
    padding: 2rem;
  }

  .credential-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
  }

  .credential-year {
    flex: none;
    width: 100%;
    text-align: left;
    padding-right: 0;
    border-right: none;
    border-bottom: 2px solid #d69e2e;
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .about-main-section {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .about-text article {
    padding: 1.5rem;
  }

  .about-text article::before {
    font-size: 2.5rem;
    top: 0.25rem;
    left: 0.75rem;
  }

  .about-text article p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .credentials-section {
    padding: 1.5rem;
  }

  .experience-block,
  .education-block {
    padding: 1.5rem;
  }

  .experience-block h3,
  .education-block h3 {
    font-size: 1.3rem;
    margin-bottom: 1.25rem;
  }

  .credential-item {
    padding: 0.875rem;
  }

  .credential-year {
    font-size: 0.85rem;
  }

  .credential-description {
    font-size: 0.9rem;
  }

  .page-header {
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding: 0 1rem;
  }

  .page-header h2 {
    font-size: 2rem;
  }

  #about-noa-description {
    font-size: 1.25rem;
  }
}

.experience-block,
.education-block {
  background: rgba(248, 250, 252, 0.8);
  padding: 2.5rem;
  border-radius: 15px;
  border: 1px solid rgba(214, 158, 46, 0.2);
}

.experience-block h3,
.education-block h3 {
  color: rgb(42, 124, 111);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}

.credentials-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.credential-item {
  display: flex;
  align-items: center;
  background: rgba(214, 158, 46, 0.1);
  padding: 1rem 1.2rem;
  border-radius: 8px;
  border-left: 3px solid #d69e2e;
  transition: all 0.3s ease;
  gap: 1.5rem;
}

.credential-item:hover {
  background: rgba(214, 158, 46, 0.15);
  transform: translateX(5px);
}

.credential-year {
  flex: 0 0 120px;
  font-weight: 600;
  color: rgb(42, 124, 111);
  font-size: 0.9rem;
  text-align: right;
  padding-right: 1rem;
  border-right: 2px solid #d69e2e;
}

.credential-description {
  flex: 1;
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.4;
}

/* Footer */
footer {
  background: linear-gradient(
    135deg,
    rgba(245, 200, 95, 0.95),
    rgba(249, 224, 154, 0.95)
  );
  color: #4a4a4a;
  padding: 3rem 0 1rem;
  margin-top: 4rem;
}

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

.footer-section h4 {
  color: #4a4a4a;
  font-weight: 600;
  margin-bottom: 1rem;
}

footer .footer-section:first-of-type h4 {
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
}

.footer-section p {
  color: #4a4a4a;
  margin-bottom: 0.5rem;
}

.footer-section a {
  color: #5a5a5a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #8b4513;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(74, 74, 74, 0.2);
  color: #4a4a4a;
}

.footer-bottom a {
  color: #8b4513;
  text-decoration: none;
  font-weight: 600;
  font-family: "Damion", cursive;
  font-size: 1.1rem;
  position: relative;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.footer-bottom a:hover {
  color: #a0522d;
  transform: translateY(-1px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

:is(
    .page-about-ilm,
    .page-pregnant-women,
    .page-with-noa,
    .page-blog,
    .page-faq,
    .page-contact
  ) footer {
  color: rgba(255, 255, 255, 0.92);
}

:is(
    .page-about-ilm,
    .page-pregnant-women,
    .page-with-noa,
    .page-blog,
    .page-faq,
    .page-contact
  ) footer h4 {
  color: #ffffff;
}

:is(
    .page-about-ilm,
    .page-pregnant-women,
    .page-with-noa,
    .page-blog,
    .page-faq,
    .page-contact
  ) footer p {
  color: rgba(255, 255, 255, 0.9);
}

:is(
    .page-about-ilm,
    .page-pregnant-women,
    .page-with-noa,
    .page-blog,
    .page-faq,
    .page-contact
  ) footer a {
  color: rgba(255, 255, 255, 0.9);
}

:is(
    .page-about-ilm,
    .page-pregnant-women,
    .page-with-noa,
    .page-blog,
    .page-faq,
    .page-contact
  ) footer a:hover {
  color: #ffffff;
}

:is(
    .page-about-ilm,
    .page-pregnant-women,
    .page-with-noa,
    .page-blog,
    .page-faq,
    .page-contact
  ) .footer-bottom {
  color: rgba(255, 255, 255, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

:is(
    .page-about-ilm,
    .page-pregnant-women,
    .page-with-noa,
    .page-blog,
    .page-faq,
    .page-contact
  ) .footer-bottom a {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

:is(
    .page-about-ilm,
    .page-pregnant-women,
    .page-with-noa,
    .page-blog,
    .page-faq,
    .page-contact
  ) .footer-bottom a:hover {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

/* Social Media Icons */
.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.social-link.instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  color: white;
}

.social-link.facebook {
  background: #1877f2;
  color: white;
}

.social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.social-link:hover svg {
  transform: scale(1.1);
}

/* ILM Page Specific Styles */
.page-about-ilm #about-ilm-description {
  font-family: "Damion", cursive;
  font-size: 1.5rem;
  font-style: italic;
  color: #8f4f59;
}

.page-about-ilm .about-text article strong {
  color: #8f4f59;
  background: rgba(201, 154, 160, 0.15);
}

.page-about-ilm .about-text article ul {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.page-about-ilm .about-text article li {
  margin-bottom: 0.8rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #374151;
}

/* ILM Image Styling */
.page-about-ilm .about-image .ilm-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ILM Text Article Styling */
.page-about-ilm .about-text article {
  border-left: 4px solid #b8858d;
}

.page-about-ilm .about-text article::before {
  color: #b8858d;
}

/* ILM Page Header & Footer Colors */
.page-about-ilm header {
  background: rgba(167, 107, 116, 0.95);
}

.page-about-ilm nav .nav-links a {
  color: #fdf5f6;
}

.page-about-ilm nav .nav-links a:hover {
  background: rgba(249, 241, 242, 0.18);
  color: #ffffff;
}

.page-about-ilm footer {
  background: linear-gradient(
    135deg,
    rgba(167, 107, 116, 0.95),
    rgba(201, 154, 160, 0.95)
  );
}

/* Pregnant Women Page Header & Footer Colors */
.page-pregnant-women header {
  background: rgba(102, 126, 234, 0.95);
}

.page-pregnant-women footer {
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.95),
    rgba(118, 75, 162, 0.95)
  );
}

/* With Noa Page Header & Footer Colors (Blue Theme) */
.page-with-noa header {
  background: rgba(91, 172, 254, 0.95);
}

.page-with-noa footer {
  background: linear-gradient(
    135deg,
    rgba(91, 172, 254, 0.95),
    rgba(155, 205, 254, 0.95)
  );
}

/* Pregnant Woman Page Specific Styling */
.page-pregnant-women .page-header {
  margin-top: 10rem;
  padding-top: 3rem;
}

.page-pregnant-women .page-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #333;
  font-weight: 700;
}

.page-pregnant-women .page-header .subtitle {
  font-family: "Damion", cursive;
  font-size: 1.5rem;
  font-style: italic;
  color: #764ba2;
  font-weight: 400;
}

.support-list {
  list-style: none;
  margin: 2.75rem 0 3.5rem;
  padding: 0;
  display: grid;
  gap: 1.35rem;
}

.support-item {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  border-radius: 20px;
  padding: 1.35rem 1.75rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 235, 255, 0.78));
  box-shadow: 0 24px 38px -26px rgba(73, 33, 124, 0.55);
  border-left: 6px solid rgba(118, 75, 162, 0.38);
  color: #4a4458;
  font-weight: 500;
  line-height: 1.6;
}

.support-icon {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff0f6, #b794f4);
  color: #4a1756;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 10px 24px rgba(183, 148, 244, 0.45);
  transform: translateY(2px);
}

.support-text {
  display: block;
  font-size: 1.05rem;
}

@media (max-width: 768px) {
  .support-list {
    gap: 1rem;
  }

  .support-item {
    padding: 1.15rem 1.4rem;
    border-left-width: 4px;
  }

  .support-icon {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}

/* With Noa Page Specific Styling */
.page-with-noa .page-header {
  margin-top: 10rem;
  padding-top: 3rem;
}

.page-with-noa .page-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #333;
  font-weight: 700;
}

.page-with-noa .page-header .subtitle {
  font-family: "Damion", cursive;
  font-size: 1.5rem;
  font-style: italic;
  color: #fe8cc5;
  font-weight: 400;
}

/* Blog Page Header & Footer Colors (Red Theme) */
.page-blog header {
  background: #7b1734;
}

.page-blog footer {
  background: linear-gradient(
    135deg,
    rgba(162, 49, 87, 0.95),
    rgba(123, 23, 52, 0.95)
  );
}

.page-blog .nav-links a {
  color: white;
}

.page-blog .nav-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.page-blog .logo {
  color: white;
}

/* Blog Page Specific Styling */
.page-blog .page-header {
  margin-top: 2rem;
  padding-top: 2rem;
}

.page-blog .page-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #e7e7e1;
  font-weight: 700;
}

.page-blog .page-header .subtitle {
  font-family: "Damion", cursive;
  font-size: 1.5rem;
  font-style: italic;
  color: #eee0e6;
  font-weight: 400;
}

/* Blog Intro Card */
.blog-intro-card {
  background-image: linear-gradient(
    135deg,
    rgb(254, 249, 243) 0%,
    rgb(254, 245, 238) 50%,
    rgb(254, 241, 232) 100%
  );
  border-radius: 20px;
  padding: 3rem;
  margin: 2rem 0 3rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  text-align: center;
}

.blog-intro-card h2 {
  font-family: "Damion", cursive;
  font-size: 2.5rem;
  color: #5d4037;
  margin-bottom: 1rem;
}

.blog-intro-card p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
}

/* Blog Rows */
.blog-row {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

/* Blog Posts */
.blog-post {
  flex: 1;
  background-image: linear-gradient(
    135deg,
    rgb(254, 249, 243) 0%,
    rgb(254, 245, 238) 50%,
    rgb(254, 241, 232) 100%
  );
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.blog-header-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-title {
  font-family: "Damion", cursive;
  font-size: 1.8rem;
  color: #5d4037;
  margin: 1.5rem 1.5rem 1rem 1.5rem;
  line-height: 1.3;
}

.blog-post {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(123, 23, 52, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(123, 23, 52, 0.1);
}
.blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(123, 23, 52, 0.25);
  border-color: rgba(123, 23, 52, 0.3);
}
.blog-text {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
  margin: 1rem 1.5rem 1.5rem 1.5rem;
}

.read-more {
  display: inline-block;
  color: #5d4037;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.9rem;
  margin: 0 1.5rem 1.5rem 1.5rem;
}

.read-more:hover {
  color: #4a2c20;
}

/* Mobile responsiveness for blog */
@media (max-width: 768px) {
  .blog-row {
    flex-direction: column;
    gap: 1.5rem;
  }

  .blog-intro-card {
    padding: 2rem;
  }

  .blog-intro-card h2 {
    font-size: 2rem;
  }

  .blog-title {
    font-size: 1.5rem;
  }
}

/* Introduction Card Styling */
.intro-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 3rem;
  margin: 2rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

.cta-section {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(254, 140, 197, 0.2);
}

.cta-button-large {
  background: linear-gradient(135deg, #fe8cc5, #fea1cf);
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(254, 140, 197, 0.3);
}

.cta-button-large:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(254, 140, 197, 0.4);
}

.cta-note {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}

/* Pricing Section */
.pricing-section {
  margin: 4rem 0;
}

.pricing-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #333;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 140, 197, 0.3);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.pricing-card.featured {
  border-color: #fe8cc5;
  background: linear-gradient(
    135deg,
    rgba(254, 140, 197, 0.05),
    rgba(254, 161, 207, 0.05)
  );
}

.pricing-card .card-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: linear-gradient(135deg, #fe8cc5, #fea1cf);
  color: #fff;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 5px 20px rgba(254, 140, 197, 0.35);
}

.pricing-card.most-popular {
  border-color: rgba(82, 205, 154, 0.4);
  background: linear-gradient(
    135deg,
    rgba(82, 205, 154, 0.06),
    rgba(65, 180, 134, 0.08)
  );
}

.pricing-card.most-popular .card-badge {
  background: linear-gradient(135deg, #41b486, #52cd9a);
  box-shadow: 0 5px 20px rgba(82, 205, 154, 0.35);
}

.pricing-card h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1rem;
}

.price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fe8cc5;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: center;
}

.price .old-price {
  font-size: 1.05rem;
  font-weight: 500;
  color: #a0aec0;
  text-decoration: line-through;
}

.price .new-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fe8cc5;
}

.price-note {
  font-size: 0.85rem;
  font-weight: 600;
  color: #3aa76d;
  background: rgba(58, 167, 109, 0.08);
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.session-details {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(254, 140, 197, 0.2);
}

.session-details p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}

.features {
  list-style: none;
  margin-bottom: 2rem;
}

.features li {
  padding: 0.5rem 0;
  color: #555;
  position: relative;
}

.features li:before {
  content: "✓";
  color: #fe8cc5;
  font-weight: 600;
  margin-right: 0.5rem;
}

.pricing-cta {
  background: linear-gradient(135deg, #fe8cc5, #fea1cf);
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(254, 140, 197, 0.3);
}

.pricing-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(254, 140, 197, 0.4);
}

.page-prices .page-header {
  margin-top: 7rem;
}

.page-prices .page-header h1 {
  color: var(--prices-primary);
}

.page-prices .page-header .subtitle {
  color: rgba(15, 111, 138, 0.85);
}

@media (max-width: 768px) {
  .page-prices .page-header {
    margin-top: 6rem;
  }
}

.page-prices .pricing-section h2 {
  color: var(--prices-primary);
}

.page-prices .pricing-section {
  position: relative;
}

.page-prices .pricing-card {
  background: var(--prices-soft);
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(10, 88, 105, 0.14);
}

.page-prices .pricing-card:hover {
  border-color: rgba(31, 160, 183, 0.4);
  box-shadow: 0 16px 40px rgba(9, 66, 78, 0.2);
}

.page-prices .pricing-card.featured {
  border-color: rgba(31, 160, 183, 0.55);
  background: linear-gradient(
    135deg,
    rgba(31, 160, 183, 0.16),
    rgba(15, 111, 138, 0.08)
  );
}

.page-prices .pricing-card.highlight {
  border-color: rgba(245, 158, 11, 0.45);
  background: linear-gradient(
    135deg,
    rgba(245, 158, 11, 0.14),
    rgba(253, 224, 71, 0.1)
  );
}

.page-prices .pricing-card.tier-foundation,
.page-prices .pricing-card.tier-partner {
  background: var(--prices-soft-strong);
}

.page-prices .pricing-card .card-badge {
  background: linear-gradient(135deg, var(--prices-secondary), #0c8e9b);
  box-shadow: 0 5px 20px rgba(15, 111, 138, 0.35);
}

.page-prices .pricing-card.highlight .card-badge {
  background: linear-gradient(135deg, var(--prices-highlight), #fde68a);
  color: #1f2933;
  box-shadow: 0 5px 20px rgba(245, 158, 11, 0.35);
}

.page-prices .price,
.page-prices .price .new-price {
  color: var(--prices-primary);
}

.page-prices .price .old-price {
  color: rgba(15, 111, 138, 0.4);
}

.page-prices .price-note {
  color: var(--prices-highlight-dark);
  background: rgba(245, 158, 11, 0.12);
}

.page-prices .session-details {
  border-bottom: 1px solid rgba(12, 141, 154, 0.18);
}

.page-prices .features li:before {
  color: var(--prices-secondary);
}

.page-prices .pricing-cta {
  background: linear-gradient(135deg, var(--prices-secondary), var(--prices-primary));
  box-shadow: 0 4px 18px rgba(15, 111, 138, 0.35);
}

.page-prices .pricing-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(12, 141, 154, 0.45);
}

/* Method Benefits Section */
.method-benefits-section {
  margin: 4rem 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.benefit-card {
  background: rgba(248, 250, 252, 0.8);
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(37, 99, 235, 0.1);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.15);
  border-color: rgba(37, 99, 235, 0.3);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.benefit-icon svg {
  width: 30px;
  height: 30px;
}

.benefit-card h3 {
  font-size: 1.3rem;
  color: #1e40af;
  margin-bottom: 1rem;
  font-weight: 600;
}

.benefit-card p {
  color: #4b5563;
  line-height: 1.6;
}

/* Principles Section */
.principles-section {
  margin: 4rem 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.principles-section h3 {
  font-size: 2rem;
  color: #1e40af;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}

.principles-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.principle-item {
  background: rgba(248, 250, 252, 0.8);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #3b82f6;
  transition: all 0.3s ease;
}

.principle-item:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.1);
}

.principle-item h4 {
  font-size: 1.2rem;
  color: #1e40af;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.principle-item p {
  color: #4b5563;
  line-height: 1.6;
}

/* Mobile Responsiveness for ILM Page */
@media (max-width: 768px) {
  .method-benefits-section,
  .principles-section {
    padding: 2rem;
  }

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

  .principles-content {
    grid-template-columns: 1fr;
  }

  .benefit-card,
  .principle-item {
    padding: 1.5rem;
  }
}

/* FAQ Page Specific Styling */
.page-faq {
  background: linear-gradient(
    135deg,
    #0d9488 0%,
    #10a193 18%,
    #14b8a6 36%,
    #2dd4bf 54%,
    #5eead4 74%,
    #99f6e4 92%,
    #ccfbf1 100%
  );
}

/* FAQ Page Header Spacing */
.page-faq .page-header {
  margin-top: 2rem;
  padding-top: 2rem;
}

.page-faq .page-header h2 {
  font-size: 2.5rem;
  color: #2d3748;
  margin-bottom: 1rem;
}

.page-faq .page-header p {
  font-family: "Damion", cursive;
  font-size: 1.5rem;
  color: #0b625a;
  font-style: italic;
}

/* FAQ Page Header and Footer Colors */
.page-faq header {
  background: #0d9488;
  backdrop-filter: blur(10px);
}

.page-faq .nav-links a {
  color: white;
}

.page-faq .nav-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.page-faq .logo {
  color: white;
}

.page-faq footer {
  background: linear-gradient(
    135deg,
    rgba(13, 148, 136, 0.95),
    rgba(20, 184, 166, 0.95)
  );
}

/* FAQ Section Styling */
.faq-section {
  background: rgba(255, 255, 255, 0.9);
  padding: 4rem 0;
  margin: 4rem 0;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 1rem;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(20, 184, 166, 0.1);
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.faq-item.open {
  border-color: rgba(20, 184, 166, 0.3);
}

.faq-question {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%);
  border: none;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: linear-gradient(135deg, #ccfbf1 0%, #99f6e4 100%);
}

.faq-item.open .faq-question {
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
  color: white;
}

.question-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  font-family: "Georgia", serif;
}

.faq-item.open .question-text {
  color: white;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: bold;
  color: #14b8a6;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(20, 184, 166, 0.1);
}

.faq-item.open .faq-icon {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer.expanded {
  max-height: 500px;
}

.answer-content {
  margin-top: 0.75rem;
  padding: 0 1.5rem 1.5rem;
  background: rgba(224, 252, 246, 0.55);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.answer-content p {
  color: #285e61;
  line-height: 1.75;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 1.05rem;
  padding: 0.9rem 1.1rem;
  background: rgba(255, 255, 255, 0.9);
  border-left: 4px solid #0d9488;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(13, 148, 136, 0.08);
}

.answer-content p + p {
  margin-top: 1rem;
}

.answer-content p strong {
  color: #0f766e;
}

/* FAQ Mobile Responsiveness */
@media (max-width: 768px) {
  .page-faq .faq-container {
    padding: 0 1rem;
  }

  .page-faq .faq-question {
    padding: 1.2rem;
  }

  .page-faq .question-text {
    font-size: 1rem;
  }

  .page-faq .answer-content {
    margin-top: 0.6rem;
    padding: 0 1.2rem 1.2rem;
  }

  .page-faq .answer-content p {
    font-size: 1rem;
    padding: 0.75rem 0.9rem;
    border-left-width: 3px;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.08);
  }
}

/* Connect Page Specific Styling */
.page-contact {
  background: linear-gradient(
    135deg,
    #d97757 0%,
    #e08667 20%,
    #e89d7f 40%,
    #efb699 60%,
    #f6ccb4 80%,
    #fce1cd 100%
  );
}

/* Connect Page Header Spacing */
.page-contact .page-header {
  margin-top: 2rem;
  padding-top: 2rem;
}

.page-contact .page-header h2 {
  font-size: 2.5rem;
  color: #2d3748;
  margin-bottom: 1rem;
}

.page-contact .page-header p {
  font-family: "Damion", cursive;
  font-size: 1.5rem;
  color: #8b3a22;
  font-style: italic;
}

/* Connect Page Header and Footer Colors */
.page-contact header {
  background: #d97757;
  backdrop-filter: blur(10px);
}

.page-contact .nav-links a {
  color: white;
}

.page-contact .nav-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.page-contact .logo {
  color: white;
}

.page-contact footer {
  background: linear-gradient(
    135deg,
    rgba(217, 119, 87, 0.95),
    rgba(237, 176, 136, 0.95)
  );
}

/* Contact Form Styling */
.contact-form {
  background: rgba(255, 255, 255, 0.95);
  padding: 3rem;
  border-radius: 20px;
  margin: 2rem 0 3rem 0;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #2d3748;
  font-size: 1rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid rgba(217, 119, 87, 0.2);
  border-radius: 10px;
  font-size: 1rem;
  font-family: "Georgia", serif;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #d97757;
  box-shadow: 0 0 0 3px rgba(217, 119, 87, 0.1);
  background: rgba(255, 255, 255, 1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form .cta-button {
  background: linear-gradient(135deg, #d97757, #e69c6f);
  color: white;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(217, 119, 87, 0.3);
  display: block;
  margin: 2rem auto 0;
}

.contact-form .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(217, 119, 87, 0.4);
  background: linear-gradient(135deg, #c86b4a, #d97757);
}

/* Contact Info Section */
.contact-info-section {
  margin: 3rem 0;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 3rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-card h3 {
  font-size: 2rem;
  color: #d97757;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(252, 228, 214, 0.5);
  border-radius: 15px;
  transition: all 0.3s ease;
  border-left: 4px solid #d97757;
}

.contact-item:hover {
  transform: translateX(5px);
  background: rgba(252, 228, 214, 0.7);
  box-shadow: 0 5px 20px rgba(217, 119, 87, 0.15);
}

.contact-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d97757, #e69c6f);
  border-radius: 50%;
}

.contact-text {
  flex: 1;
}

.contact-label {
  display: block;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-value {
  display: block;
  color: #4a5568;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-value:hover,
.contact-value:focus {
  color: #d97757;
}

.address-item .contact-text {
  display: flex;
  flex-direction: column;
}

.address-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.practice-name {
  font-weight: 600;
  color: #d97757;
  font-size: 1.1rem;
}

.street-address,
.city-postal {
  color: #4a5568;
  font-size: 1rem;
}

/* Mobile Responsiveness for Connect Page */
@media (max-width: 768px) {
  .contact-form,
  .contact-info-card {
    padding: 2rem;
  }

  .contact-item {
    padding: 1.2rem;
  }

  .contact-icon {
    width: 35px;
    height: 35px;
    font-size: 1.3rem;
  }

  .contact-value {
    font-size: 1rem;
  }

  .practice-name {
    font-size: 1rem;
  }
}

/* ===== BLOG SYSTEM STYLES ===== */

/* Blog Grid Layout */
.blog-grid {
  margin: 3rem 0;
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Blog Post Cards */
.blog-post {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(123, 23, 52, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(123, 23, 52, 0.1);
}

.blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(123, 23, 52, 0.25);
  border-color: rgba(123, 23, 52, 0.3);
}

.blog-header-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.blog-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-post:hover .blog-header-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 2rem;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #a23157;
  font-weight: 500;
}

.blog-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #651b2f;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.tag {
  background: linear-gradient(135deg, #f5d4e2, #f1bed4);
  color: #7b1734;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(123, 23, 52, 0.2);
}

.blog-divider {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #a23157, #7b1734, #a23157);
  margin: 1.5rem 0;
  border-radius: 1px;
}

.blog-text {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #a23157, #7b1734);
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.read-more:hover {
  background: linear-gradient(135deg, #7b1734, #5a0d28);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(123, 23, 52, 0.4);
}

/* Blog Post Detail Page */
.blog-nav {
  margin: 2rem 0;
}

.back-to-blog {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #a23157;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  background: rgba(162, 49, 87, 0.1);
  transition: all 0.3s ease;
}

.back-to-blog:hover {
  background: rgba(162, 49, 87, 0.2);
  transform: translateX(-3px);
}

.blog-post article {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 3rem;
  margin: 2rem 0;
  box-shadow: 0 10px 30px rgba(123, 23, 52, 0.1);
  border: 1px solid rgba(123, 23, 52, 0.1);
}

.post-header {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(123, 23, 52, 0.15);
}

.post-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #a23157;
  font-weight: 500;
}

.post-title {
  font-size: 2rem;
  font-weight: 600;
  color: #651b2f;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}

.post-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.post-image {
  margin: 2rem auto 3rem auto;
  text-align: center;
}

.post-image img {
  max-width: 40%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(123, 23, 52, 0.15);
}

.post-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a5568;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.post-content p {
  margin-bottom: 1.5rem;
}

/* Post Navigation */
.post-navigation {
  margin: 3rem 0;
}

.nav-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.nav-post {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  border: 1px solid rgba(123, 23, 52, 0.1);
  text-align: center;
}

.nav-post:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(123, 23, 52, 0.2);
  border-color: rgba(123, 23, 52, 0.3);
}

.nav-label {
  display: block;
  font-size: 0.9rem;
  color: #a23157;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.nav-title {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #651b2f;
  line-height: 1.3;
}

/* Loading and Error States */
.loading-state,
.error-state,
.no-posts {
  text-align: center;
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  margin: 2rem 0;
  border: 1px solid rgba(123, 23, 52, 0.1);
}

.loading-state p,
.error-state h3,
.no-posts h3 {
  color: #651b2f;
  font-weight: 600;
  margin-bottom: 1rem;
}

.error-state p,
.no-posts p {
  color: #4a5568;
  margin-bottom: 1.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-posts-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .blog-post article {
    padding: 2rem;
  }

  .post-title {
    font-size: 1.7rem;
  }

  .post-meta {
    flex-direction: column;
    gap: 0.5rem;
  }

  .nav-posts {
    grid-template-columns: 1fr;
  }

  .blog-content {
    padding: 1.5rem;
  }

  .blog-title {
    font-size: 1.3rem;
  }

  .post-image img {
    max-width: 60%;
  }

  .post-content {
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .blog-posts-grid {
    gap: 1.5rem;
  }

  .blog-header-image {
    height: 200px;
  }

  .post-title {
    font-size: 1.5rem;
  }

  .blog-content {
    padding: 1.2rem;
  }

  .post-content {
    padding: 0 0.5rem;
  }
}
