
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.content-section {
  background: #fff;
  padding: 25px;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.content-section h2 {
  color: #cc3366;
  font-size: 1.8em;
  margin-bottom: 15px;
  border-bottom: 3px solid #88B432;
  padding-bottom: 10px;
}

.content-section h3 {
  color: #88B432;
  font-size: 1.4em;
  margin: 20px 0 12px 0;
}

.content-section p {
  color: #0A3365;
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 1.05em;
}

.health-stats {
  background: linear-gradient(135deg, #f8f9ff 0%, #e8f4f8 100%);
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
  border-left: 5px solid #cc3366;
}

.health-stats ul {
  list-style: none;
  padding: 0;
}

.health-stats li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  color: #0A3365;
}

.health-stats li:last-child {
  border-bottom: none;
}

.health-stats li::before {
  content: "▶";
  color: #88B432;
  margin-right: 10px;
  font-weight: bold;
}

.cta-section {
  background: #88B432;
  color: white;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  margin: 30px 0;
}

.cta-section h3 {
  color: white;
  margin-bottom: 15px;
}

.cta-button {
  background: white;
  color: #cc3366;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.breadcrumb {
  background: #f8f9fa;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #88B432;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
  .greentxt-gradientbg {
   color: #cc3366;
   font-size: 18px;
  }
  .breadcrumb {
    color: #0A3365;
    text-decoration: none;
  }
  .breadcrumb a {
    color: #0A3365;
    text-decoration: none;
  }
