.hero-section {
    height: 90vh;
    background-image: url("/src/meditative_banner_rtlx.webp");
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

/* Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eaf7e8;
    color: #2f6b2f;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.hero-badge img {
    width: 18px;
}

/* Title */
.hero-title {
    font-size: 3rem;
    font-weight: 500;
    margin: 20px 0;
}

/* Text */
.hero-text {
    max-width: 720px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    opacity: 0.95;
}

/* Buttons */
.hero-buttons .btn-primary {
    background: #2d4bff;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
}

.hero-buttons .btn-success {
    background: #6bbd4f;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hero-buttons .btn {
        width: auto;
        min-width: 220px;
        padding: 10px 24px;
    }
}

.btn-no-hover,
.btn-no-hover:hover,
.btn-no-hover:focus,
.btn-no-hover:active {
    background-color: #0d6efd !important;
    border-color: #0d6efd;
    color: #fff;
    box-shadow: none;
}


/* philosophy section */

.philosophy-section {
    background-color: #ffffff;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    background-color: #fff;
}

.icon-box {
    width: 44px;
    height: 44px;
    background-color: #eaffd9;
    color: #4f7f32;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.icon-box img {
    width: 20px;
}

/* Mobile spacing */
@media (max-width: 768px) {
    .philosophy-section h2 {
        font-size: 1.75rem;
    }
}



/* therapy section */

.therapy-section {
    background-color: #ffffff;
}

.therapy-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.therapy-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.therapy-card img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.therapy-card .card-body {
    padding: 20px;
}

.therapy-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.therapy-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    font-size: 12px;
    padding: 6px 12px;
    background-color: #f2f8e9;
    color: #4f7f32;
    border-radius: 20px;
    white-space: nowrap;
}


/* expert care */


.expert-care-section {
  background-color: #ffffff;
}


.expert-img {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  max-height: 420px;   /* 🔽 reduce image height */
}

.section-label {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  color: #333;
}

.section-text {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 16px;
}

.stat-box {
  background: #f7f5f0;
  padding: 18px;
  border-radius: 12px;
  text-align: left;
}

.stat-box h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.stat-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.stat-box {
  background: #f7f5f0;
  padding: 18px;
  border-radius: 12px;
  text-align: left;
  transition: all 0.3s ease;
  cursor: default;
}

/* Hover effect */
.stat-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

/* Optional: highlight numbers on hover */
.stat-box:hover h5 {
  color: #2f7d32; /* soft green */
}

/* conditions section */
.conditions-section {
  background-color: #ffffff;
}

.section-label {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  color: #333;
}

.section-subtitle {
  max-width: 780px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.conditions-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.condition-pill {
  background-color: #f5ffe9;
  border: 1px solid #dbeccd;
  color: #4a5f3a;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: default;
}

/* Hover effect */
.condition-pill:hover {
  background-color: #e6f6d8;
  transform: translateY(-2px);
}

.section-footer {
  font-size: 15px;
  color: #666;
  max-width: 720px;
  margin: 0 auto;
}
/* video */
.brand-video-section {
  background: #f8f9fa;
}

.video-container {
  position: relative;
  max-width: 900px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Play Button Circle */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.volume-btn {
  position: absolute;
  bottom: 20px;
  right: 80px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Blue Triangle */
.play-btn span {
  width: 0;
  height: 0;
  border-left: 24px solid #2f5bff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

/* Responsive */
@media (max-width: 768px) {
  .play-btn {
    width: 70px;
    height: 70px;
  }

  .play-btn span {
    border-left: 18px solid #2f5bff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}



/* Make video taller */
.video-container video {
  width: 100%;
  height: 500px;
  /* 👈 Increase height */
  object-fit: cover;
  /* Prevent distortion */
}

/* Responsive height */
@media (max-width: 992px) {
  .video-container video {
    height: 380px;
  }
}

@media (max-width: 576px) {
  .video-container video {
    height: 260px;
  }
}
.video-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;       /* Force 1 line */
  overflow: hidden;
  text-overflow: ellipsis;   /* Add ... if too long */
  max-width: 90%;
}
@media (max-width: 768px) {
  .video-caption {
    font-size: 13px;      /* Smaller font */
    padding: 6px 12px;    /* Less padding */
    bottom: 10px;         /* Slightly closer */
  }
}


.video-container {
  position: relative;
  overflow: hidden;
}

.video-toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.video-toggle:hover {
  background: rgba(0,0,0,0.9);
}

/*  e catgloue */
/* Section */
.catalog-section {
  padding: 80px 0;
}

/* Heading */
.catalog-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.catalog-subtitle {
  text-align: center;
  margin-bottom: 30px;
}

/* Wrapper */
.flip-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

/* Flipbook */
#flipbook {
  margin: auto;
}

/* Page */
#flipbook .page {
  background: #fff;
  overflow: hidden;
}

/* Image */
#flipbook img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* IMPORTANT */
}

/* Shadow */
#flipbook .page {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.btn {
  margin: 5px;
}

/* COVER PAGE */
.cover-content {
  display: flex;
  height: 100%;
}

.cover-left {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cover-left h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.cover-left p {
  font-size: 15px;
  line-height: 1.6;
}

.cover-right {
  width: 50%;
}

.cover-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* END PAGE */
.end-page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.end-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.end-content p {
  margin-bottom: 20px;
}

/* MOBILE */
@media (max-width: 768px) {

  .cover-content {
    flex-direction: column;
  }

  .cover-left,
  .cover-right {
    width: 100%;
  }

  .cover-left {
    padding: 20px;
    text-align: center;
  }
}

/* Fix wide screen stretching issue */
.flip-wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#flipbook {
  width: 100%;
}

/* Mobile optimization for end page */
@media (max-width: 480px) {

  .end-page h1 {
    font-size: 24px !important;
    line-height: 1.2;
  }

  .end-page p {
    font-size: 14px !important;
    margin-top: 8px;
  }

  .end-page .btn,
  .end-page button {
    font-size: 13px !important;
    padding: 8px 14px !important;
    border-radius: 6px;
  }

  .end-page {
    padding: 15px 10px !important;
    text-align: center;
  }
}