:root {
  --ananda-primary: #b01844;
  --ananda-primary-dark: #8a1335;
  --ananda-text-light: #ffffff;
  --ananda-text-hover: #ffccd9;
  --ananda-badge-bg: #ffd700;
  --ananda-badge-text: #000000;
  --ananda-font: "Inter", sans-serif;
  --ananda-heading-font: "Playfair Display", serif;
  --ananda-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.text-primary {
  color: var(--ananda-primary) !important;
}

body {
  font-family: var(--ananda-font);
  overflow-x: hidden;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  max-width: 1748px !important;
  margin-left: auto;
  margin-right: auto;
}

.ananda-header {
  background-color: var(--ananda-primary);
  color: var(--ananda-text-light);
  width: 100%;
}

.ananda-top-bar {
  font-size: 15px;
  font-weight: 500;
}

.ananda-contact-link {
  color: var(--ananda-text-light);
  text-decoration: none;
  transition: var(--ananda-transition);
}

.ananda-contact-link:hover {
  color: var(--ananda-text-hover);
}

.ananda-navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ananda-logo {
  color: var(--ananda-text-light);
  text-decoration: none;
}

.ananda-logo:hover {
  color: var(--ananda-text-light);
}

.ananda-logo-icon i {
  font-size: 3rem;
}

.ananda-small-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: -2px;
}

.ananda-large-text {
  font-size: 36px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0px;
}

.ananda-nav-link {
  color: var(--ananda-text-light) !important;
  font-size: 19px;
  font-weight: 500;
  padding: 10px 14px !important;
  transition: var(--ananda-transition);
}

.ananda-nav-link:hover,
.ananda-nav-link:focus,
.ananda-dropdown:hover>.ananda-nav-link {
  color: var(--ananda-text-hover) !important;
}

.ananda-nav-link.dropdown-toggle::after {
  display: none !important;
}

.ananda-dropdown-icon {
  font-size: 12px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.ananda-dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  color: #4a4a4a;
  transition: var(--ananda-transition);
  position: relative;
  white-space: normal;
}

.ananda-dropdown-menu .dropdown-item:hover {
  background-color: #fcecf0;
  color: var(--ananda-primary);
  padding-left: 36px;
  padding-right: 24px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--ananda-primary);
  text-decoration: none;
  background-color: #fcecf0;
}

.ananda-dropdown-menu .dropdown-item::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--ananda-primary);
  opacity: 0;
  transition: var(--ananda-transition);
}

.ananda-dropdown-menu .dropdown-item:hover::before {
  opacity: 1;
  left: 20px;
}

.ananda-separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  font-weight: 300;
}

.ananda-icon-link {
  color: var(--ananda-text-light);
  font-size: 22px;
  transition: var(--ananda-transition);
  text-decoration: none;
}

.ananda-icon-link:hover {
  color: var(--ananda-text-hover);
}

.ananda-badge {
  background-color: var(--ananda-badge-bg) !important;
  color: var(--ananda-badge-text) !important;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 6px;
  border: 2px solid var(--ananda-primary);
}

.ananda-search-btn {
  background: transparent;
  border: none;
  color: var(--ananda-text-light);
  font-size: 22px;
  transition: var(--ananda-transition);
}

.ananda-search-btn:hover {
  color: var(--ananda-text-hover);
  transform: scale(1.1);
}

.ananda-search-modal {
  background-color: rgba(176, 24, 68, 0.98);
  z-index: 1060;
}

.ananda-search-content {
  background: transparent;
  border: none;
}

.ananda-close-search {
  opacity: 1;
  transition: transform 0.4s ease;
}

.ananda-close-search:hover {
  transform: rotate(90deg) scale(1.2);
}

.ananda-search-title {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 2rem;
}

.ananda-search-form {
  background: #ffffff;
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  transition: var(--ananda-transition);
}

.ananda-search-form:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.ananda-search-input-icon {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 22px;
}

.ananda-search-input {
  border: none;
  border-radius: 50px;
  padding: 15px 20px 15px 65px;
  font-size: 22px;
  font-family: var(--ananda-font);
}

.ananda-search-input:focus {
  box-shadow: none;
  border-color: transparent;
}

.ananda-search-submit {
  background-color: var(--ananda-primary);
  color: #fff;
  border-radius: 50px;
  padding: 12px 35px;
  font-size: 20px;
  font-weight: 600;
  transition: var(--ananda-transition);
}

.ananda-search-submit:hover {
  background-color: var(--ananda-primary-dark);
  color: #fff;
}

.ananda-hero-section {
  background-color: #f0ebe1;
  overflow: hidden;
}

.ananda-hero-row {
  min-height: 85vh;
}

.ananda-hero-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #1a1a1a;
  line-height: 1.2;
}

.ananda-hero-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.6;
  max-width: 500px;
}

.lead {
  font-size: 1rem;
}

.ananda-hero-btn {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  border: 1px solid #1a1a1a !important;
  padding: 10px 30px;
  transition: var(--ananda-transition);
}

.ananda-hero-btn i {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ananda-hero-btn:hover {
  background-color: var(--ananda-primary);
  color: #fff;
  border-color: var(--ananda-primary) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(176, 24, 68, 0.3);
}

.ananda-hero-btn:hover i {
  transform: translateX(6px);
}

.ananda-hero-bg-graphic {
  font-size: 55vw;
  color: #dfdbce;
  z-index: 0;
  opacity: 0.35;
}

.ananda-hero-subject {
  height: 56vh;
  object-fit: cover;
  width: 100%;
}

.ananda-socials-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #4a4a4a;
}

.ananda-social-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 13px;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.ananda-social-circle:hover {
  transform: translateY(-4px);
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-twitter {
  background-color: #1da1f2;
}

.bg-rss {
  background-color: #f26522;
}

.bg-youtube {
  background-color: #ff0000;
}

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

.ananda-hero-nav {
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
}

.ananda-nav-arrow {
  color: #4a4a4a;
  cursor: pointer;
  transition: color 0.3s ease;
  outline: none;
}

.ananda-nav-arrow:hover {
  color: var(--ananda-primary);
}

.ananda-current-slide {
  color: #bd865e;
  font-weight: 500;
}

.ananda-nav-divider {
  width: 1px;
  height: 35px;
  background-color: #b0ada6;
}

.ananda-total-slides {
  color: #4a4a4a;
}

.slick-slide {
  outline: none !important;
}

.ananda-slide {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.slick-active .ananda-slide {
  opacity: 1;
}

.ananda-section-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  color: #8b6b5d;
  font-weight: 500;
}

.ananda-section-title {
  font-family: var(--ananda-heading-font);
  font-size: 60px;
  color: #1a1a1a;
}

.ananda-explore-img-wrap {
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  max-width: 250px;
}

.ananda-explore-img-wrap img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ananda-explore-img-wrap:hover img {
  transform: scale(1.05);
}

.ananda-explore-title {
  font-family: var(--ananda-heading-font);
  font-size: 30px;
  color: #1a1a1a;
  margin-top: 20px;
  font-weight: 400;
}

/* Linked explore items */
a.text-decoration-none .ananda-explore-title {
  color: #1a1a1a;
  transition: color 0.2s ease;
}

a.text-decoration-none:hover .ananda-explore-title {
  color: var(--ananda-primary);
}

a.text-decoration-none:hover .ananda-explore-img-wrap img {
  transform: scale(1.05);
}

.ananda-explore-prev,
.ananda-explore-next {
  transition: all 0.3s ease;
  cursor: pointer;
}

.ananda-explore-prev:hover,
.ananda-explore-next:hover {
  background-color: var(--ananda-primary) !important;
  border-color: var(--ananda-primary) !important;
  color: #fff !important;
}

.ananda-explore-prev:hover i,
.ananda-explore-next:hover i {
  color: #fff !important;
}

.ananda-happiness-dots {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-image: radial-gradient(#d3aba0 20%, transparent 21%);
  background-size: 15px 15px;
  opacity: 0.3;
  z-index: 0;
}

.ananda-happiness-arch {
  width: 240px;
  height: 360px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 50px;
}

.ananda-happiness-woman {
  max-width: 140%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: darken;
}

.ananda-happiness-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  color: #1a1a1a;
  line-height: 1.15;
}

.ananda-happiness-desc {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 1.8;
}

.ananda-outline-btn {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #8b6b5d;
  border: 1px solid #8b6b5d !important;
  padding: 10px 30px;
  transition: var(--ananda-transition);
  overflow: hidden;
}

.ananda-outline-btn i {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ananda-outline-btn:hover {
  background-color: #b72148;
  color: #fff;
  border-color: #b72148 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(183, 33, 72, 0.3);
}

.ananda-outline-btn:hover i {
  transform: translateX(6px);
}

.ananda-stat-number {
  font-family: var(--ananda-heading-font);
  font-size: 97px;
  color: #1a1a1a;
  line-height: 1;
}

.ananda-stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #4a4a4a;
  font-weight: 500;
}

.ananda-right-circle {
  object-fit: cover;
}

.ananda-happiness-badge {
  width: 150px;
  height: 230px;
  background-color: #b72148;
  border-radius: 65px;
  bottom: 10%;
  left: -8%;
  z-index: 2;
}

.ananda-badge-text {
  font-family: var(--ananda-heading-font);
  font-size: 1.8rem;
  line-height: 1.2;
}

.ananda-shop-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: #1a1a1a;
}

.ananda-shop-subtitle {
  font-family: var(--ananda-heading-font);
  font-size: 1.2rem;
  color: #1a1a1a;
}

.ananda-product-card {
  transition: var(--ananda-transition);
}

.ananda-product-img-wrap {
  transition: var(--ananda-transition);
}

.ananda-product-img {
  mix-blend-mode: multiply;
  max-height: 330px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.ananda-product-card:hover .ananda-product-img {
  transform: scale(1.08);
}

.ananda-product-view-btn {
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: -60px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #1a1a1a !important;
}

.ananda-product-view-btn i {
  transition: transform 0.3s ease;
}

.ananda-product-card:hover .ananda-product-view-btn {
  right: 20px;
  opacity: 1;
}

.ananda-product-view-btn:hover {
  background-color: var(--ananda-primary) !important;
  color: #fff !important;
}

.ananda-product-name {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
}

.ananda-product-price {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.ananda-product-stars {
  font-size: 11px;
}

.ananda-awards-section {
  background: linear-gradient(180deg, #fff 0%, #fff7f9 100%);
}

.ananda-awards-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: #1a1a1a;
}

.ananda-awards-desc {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #5c5c5c !important;
  max-width: 430px;
}

.ananda-award-controls {
  padding-top: 6px;
}

.ananda-award-prev,
.ananda-award-next {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(176, 24, 68, 0.18) !important;
  border-radius: 50%;
  background-color: #fff;
  color: var(--ananda-primary);
  box-shadow: 0 10px 24px rgba(176, 24, 68, 0.08);
  transition: var(--ananda-transition);
}

.ananda-award-prev i,
.ananda-award-next i {
  transition: transform 0.3s ease;
}

.ananda-award-prev:hover,
.ananda-award-next:hover {
  background-color: var(--ananda-primary);
  color: #fff;
  border-color: var(--ananda-primary) !important;
  transform: translateY(-2px);
}

.ananda-award-prev:hover i {
  transform: translateX(-4px);
}

.ananda-award-next:hover i {
  transform: translateX(4px);
}

.ananda-award-progress-bar {
  overflow: hidden;
}

.ananda-awards-slider {
  height: 470px !important;
  overflow: hidden;
}

.ananda-awards-slider .slick-list,
.ananda-awards-slider .slick-track {
  height: 100% !important;
}

.ananda-awards-slider .slick-list {
  box-sizing: border-box;
}

.ananda-awards-slider .slick-track {
  display: flex;
  align-items: center;
}

.ananda-awards-slider .slick-slide {
  height: 100% !important;
  opacity: 0.55;
  transform: scale(0.88);
  transform-origin: center center;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.ananda-awards-slider .slick-slide>div {
  display: flex;
  align-items: center;
}

.ananda-awards-slider .slick-slide>div>div {
  display: flex !important;
  align-items: center;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ananda-awards-slider .slick-center {
  opacity: 1;
  transform: scale(1);
}

.ananda-awards-slider .slick-list {
  padding: 26px 0 34px !important;
}

.ananda-award-card {
  height: 420px !important;
  width: 100%;
  border-radius: 8px !important;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(176, 24, 68, 0.08) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ananda-award-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(176, 24, 68, 0.13) !important;
}

.ananda-awards-slider .slick-center .ananda-award-card {
  box-shadow: 0 22px 52px rgba(176, 24, 68, 0.13) !important;
}

.ananda-award-icon {
  width: 260px;
  height: 260px;
  border-radius: 8px !important;
  background-color: #fff !important;
  border: 1px solid rgba(176, 24, 68, 0.09) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06) !important;
  padding: 18px;
  flex-shrink: 0;
}

.ananda-award-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ananda-award-name {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
}

.ananda-award-card p {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
  max-width: 90%;
}

.ananda-footer {
  background-color: var(--ananda-primary);
  color: #d1d1d6;
  font-family: var(--ananda-font);
}

.ananda-footer a {
  color: #fff;
  text-decoration: none;
  transition: var(--ananda-transition);
}

.ananda-footer a:hover {
  color: #da6047;
}

.ananda-footer-top {
  padding: 50px 0px 25px 0;
  border-bottom: 1px solid #6e6e73;
}

.ananda-footer-slogan {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  color: #e0e0e0;
}

.ananda-footer-separator {
  width: 1px;
  height: 60px;
  background-color: #6e6e73;
  margin: 0 0 0 289px;
  display: inline-block;
}

.ananda-footer-vertical-line {
  width: 1px;
  height: 100%;
  min-height: 235px;
  background-color: #6e6e73;
  left: -50px;
  position: relative;
}

.ananda-footer-middle {
  padding: 20px 40px 20px 15px;
}

.ananda-footer-heading {
  color: #ffffff;
  font-family: var(--ananda-heading-font);
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.ananda-footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background-color: #fff;
}

.ananda-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ananda-footer-list li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
  font-size: 17px;
}

.ananda-footer-list li:last-child {
  margin-bottom: 0;
}

.ananda-footer-list li::before {
  content: "•";
  color: #fff;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 20px;
}

.ananda-footer-contact-info {
  font-size: 17px;
  margin-bottom: 30px;
  margin-top: 0 !important;
}

.ananda-footer-contact-info i {
  color: #fff;
  font-size: 19px;
  margin-right: 8px;
  vertical-align: middle;
}

.ananda-newsletter-heading {
  font-family: var(--ananda-heading-font);
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 10px;
}

.ananda-newsletter-desc {
  font-size: 17px;
  line-height: 1.6;
}

.ananda-newsletter-form {
  margin-top: 32px;
}

.ananda-newsletter-form .form-control {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 18px;
}

.ananda-newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.ananda-newsletter-form .form-control:focus {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.6);
}

.ananda-subscribe-btn {
  background-color: #b01844;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 11px 40px;
  font-size: 18px;
  font-weight: 500;
  transition: var(--ananda-transition);
  font-family: "Poppins";
  letter-spacing: 1px;
  box-shadow: 0px 1px 6px 6px #ffffff3b;
}

.ananda-subscribe-btn:hover {
  background-color: #da6047;
  color: #ffffff;
}

.ananda-footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #6e6e73;
  font-size: 15px;
  color: #fff;
}

.ananda_design a {
  color: #ffffff;
  font-weight: bold;
}

.ananda_design a:hover {
  color: #fff;
}

.ananda-footer-bottom p {
  margin: 0;
}

.ananda-footer-socials {
  display: flex;
  gap: 8px;
  justify-content: end;
}

.ananda-footer-socials .ananda-social-circle {
  width: 26px;
  height: 26px;
  font-size: 13px;
}

.ananda-subscribe-btn i {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ananda-subscribe-btn:hover i {
  transform: translateX(6px);
}

.ananda-header-logo-img {
  max-height: 90px;
}

.ananda-footer-logo-img {
  max-height: 80px;
}

.ananda-search-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.ananda-inner-page-header {
  position: relative;
  background-image: url(../images/slider1.jpeg);
  padding: 120px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 1;
}

.ananda-inner-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.inner-page-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(3rem, 5vw, 4.5rem);
  color: #fff;
  margin-bottom: 0;
}

.inner-page-subtitle {
  font-family: "Poppins", sans-serif;
  color: #ffccd9;
  font-size: 1.1rem;
  margin-top: 15px;
}

.ananda-treatment-sessions {
  background-color: #fcfaf5;
}

.ananda-treatment-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ananda-treatment-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(176, 24, 68, 0.12);
}

.ananda-treatment-img-wrap {
  overflow: hidden;
  border-radius: 8px;
}

.ananda-treatment-img {
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ananda-treatment-card:hover .ananda-treatment-img {
  transform: scale(1.04);
}

.ananda-treatment-heading {
  font-family: var(--ananda-heading-font);
  font-size: 2.2rem;
  color: #1a1a1a;
}

.ananda-treatment-desc {
  font-family: "Poppins", sans-serif;
  font-size: 15.5px;
  color: #4a4a4a;
  line-height: 1.8;
}

.ananda-treatment-more {
  color: var(--ananda-primary);
  text-decoration: none;
  font-weight: 500;
}

.ananda-treatment-more:hover {
  color: var(--ananda-primary-dark);
}

.ananda-breadcrumb {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
}

.ananda-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: var(--ananda-transition);
}

.ananda-breadcrumb .breadcrumb-item a:hover {
  color: #ffffff;
}

.ananda-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 500;
}

.ananda-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
}

.awards-gallery-section {
  background-color: #faf7f2;
  padding: 40px 0 50px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.award-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease;
  cursor: pointer;
}

.award-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(176, 24, 68, 0.13);
}

.award-item img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 16px;
  background: #fff;
  display: block;
  transition: transform 0.4s ease;
}

.award-item:hover img {
  transform: scale(1.04);
}

.award-item.tall img {
  height: 270px;
}

.award-item.portrait img {
  height: 300px;
  object-fit: contain;
  padding: 0;
}

.award-item-caption {
  padding: 10px 14px 13px;
  background: #fff;
  border-top: 1px solid #f3eae8;
}

.award-item-caption p {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: #666;
  margin: 0;
  line-height: 1.45;
  text-align: center;
}

.award-item-caption strong {
  display: block;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 2px;
}

.award-lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.award-lightbox-overlay.active {
  display: flex;
}

.award-lightbox-img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 6px;
}

.award-lightbox-close {
  position: absolute;
  top: 20px;
  right: 26px;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
  transition: transform 0.25s ease;
}

.award-lightbox-close:hover {
  transform: rotate(90deg);
}

.awards-reviews-section {
  background: #fff;
  padding: 40px 0 55px;
  border-top: 1px solid #edddd6;
}

.reviews-section-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #1a1a1a;
  margin-bottom: 6px;
}

.google-rating-box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 18px 24px 16px;
  min-width: 190px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
}

.google-rating-box .google-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}

.google-rating-box .google-logo span {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.google-rating-box .g-score {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 4px;
}

.google-rating-box .g-stars {
  color: #fbbc04;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.google-rating-box .g-link {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #1a73e8;
  text-decoration: underline;
  cursor: pointer;
}

.reviews-slider {
  margin-top: 0;
}

.review-card {
  background: #fff;
  border: 1px solid #f0e6e2;
  border-radius: 12px;
  padding: 22px 20px;
  margin: 10px 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}

.review-card:hover {
  box-shadow: 0 8px 28px rgba(176, 24, 68, 0.1);
}

.review-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.reviewer-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--ananda-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  flex-shrink: 0;
}

.reviewer-name {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0;
}

.reviewer-date {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #aaa;
}

.review-stars {
  color: #fbbc04;
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.review-text {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: #4a4a4a;
  line-height: 1.7;
  margin-bottom: 10px;
}

.review-read-more {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: var(--ananda-primary);
  text-decoration: none;
  font-weight: 500;
}

.review-read-more:hover {
  color: var(--ananda-primary-dark);
}

.review-on-google-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 6px;
  padding: 9px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #3c4043;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}

.review-on-google-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  color: #3c4043;
}

.reviews-slider .slick-dots li button:before {
  color: #d1b9b0;
  font-size: 9px;
}

.reviews-slider .slick-dots li.slick-active button:before {
  color: var(--ananda-primary);
}

.awards-newsletter-section {
  background-color: #f5efe9;
  padding: 52px 0;
  border-top: 1px solid #ecddd5;
}

.awards-newsletter-section .nl-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: #1a1a1a;
  margin-bottom: 6px;
}

.awards-newsletter-section .nl-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

.awards-nl-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
  align-items: center;
}

.awards-nl-form input {
  flex: 1;
  min-width: 180px;
  border: 1px solid #d8cac4;
  border-radius: 30px;
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  outline: none;
  background: #fff;
  transition: border-color 0.25s ease;
}

.awards-nl-form input:focus {
  border-color: var(--ananda-primary);
}

.awards-nl-form button {
  background-color: var(--ananda-primary);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 32px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.awards-nl-form button:hover {
  background-color: var(--ananda-primary-dark);
}

.reviews-slider-wrap {
  position: relative;
}

.aitr-page-header {
  background-color: #f0ebe1;
  padding: 38px 0 28px;
  border-bottom: 1px solid #e5ddd2;
}

.aitr-page-header .breadcrumb-wrapper {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #888;
}

.aitr-page-header .breadcrumb-wrapper a {
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

.aitr-page-header .breadcrumb-wrapper a:hover {
  color: var(--ananda-primary);
}

.aitr-page-header .breadcrumb-wrapper .sep {
  margin: 0 6px;
  color: #bbb;
}

.aitr-page-header .breadcrumb-wrapper .current {
  color: #555;
  font-weight: 500;
}

.aitr-page-header h1.aitr-page-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--ananda-primary);
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 1.25;
}

.aitr-content-section {
  background-color: #fff;
  padding: 52px 0 70px;
}

.aitr-article-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  margin-bottom: 10px;
  display: block;
}

.aitr-article-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  color: var(--ananda-primary);
  line-height: 1.2;
  margin-bottom: 18px;
}

.aitr-article-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #999;
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.aitr-article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.aitr-article-meta i {
  color: var(--ananda-primary);
  font-size: 12px;
}

.aitr-divider {
  border: none;
  border-top: 1px solid #e8e0d5;
  margin: 24px 0;
}

.aitr-featured-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.09);
}

.tantra {
  text-align: center;
  font-size: 20px;
  color: #b01844;
}

.awards_logo img {
  width: 100%;
  height: 100%;
}

.aitr-body-copy {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.85;
}

.aitr-body-copy p {
  margin-bottom: 16px;
}

.aitr-body-copy strong {
  color: #1a1a1a;
  font-weight: 600;
}

.aitr-body-copy a {
  color: var(--ananda-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.aitr-body-copy a:hover {
  color: var(--ananda-primary-dark);
}

.aitr-section-heading {
  font-family: var(--ananda-heading-font);
  font-size: 1.75rem;
  margin: 26px 0 14px;
  color: #b01844;
}

.aitr-highlight-box {
  background: linear-gradient(135deg, #fff7f9 0%, #fff 100%);
  border-left: 4px solid var(--ananda-primary);
  border-radius: 0 8px 8px 0;
  padding: 18px 22px;
  margin: 26px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #3a3a3a;
  line-height: 1.75;
}

.aitr-highlight-box ul {
  margin: 0;
  padding-left: 20px;
}

.aitr-highlight-box ul li {
  margin-bottom: 6px;
}

.aitr-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.13);
  margin: 28px 0 32px;
}

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

.aitr-logos-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 60px;
  margin: 30px 0 10px;
}

.aitr-logos-row img {
  max-height: 252px;
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.aitr-logos-row img:hover {
  filter: grayscale(0%);
  transform: translateY(-3px);
}

.aitr-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--ananda-primary);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid var(--ananda-primary);
  letter-spacing: 0.5px;
}

.aitr-cta-btn:hover {
  background-color: #FFF;
  color: var(--ananda-primary);
}

.aitr-cta-btn i {
  transition: transform 0.3s ease;
}

.aitr-cta-btn:hover i {
  transform: translateX(5px);
}

.aitr-outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  color: var(--ananda-primary);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 30px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid var(--ananda-primary);
}

.aitr-outline-btn:hover {
  background-color: var(--ananda-primary);
  color: #fff;
}

.aitr-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aitr-checklist li {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #4a4a4a;
  padding: 6px 0 6px 30px;
  position: relative;
  line-height: 1.65;
  border-bottom: 1px dotted #ead9e2;
}

.aitr-checklist li:last-child {
  border-bottom: none;
}

.aitr-checklist li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--ananda-primary);
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 12px;
}

.aitr-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aitr-features-list li {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #555;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f5eef1;
}

.aitr-features-list li:last-child {
  border-bottom: none;
}

.aitr-features-list li i {
  color: var(--ananda-primary);
  font-size: 14px;
}

.aitr-sidebar {
  position: sticky;
  top: 20px;
}

.aitr-sidebar-widget {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  padding: 28px 24px;
  margin-bottom: 28px;
}

.aitr-widget-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.35rem;
  color: #1a1a1a;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ananda-primary);
  display: block;
}

.aitr-share-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aitr-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.aitr-share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  color: #fff;
}

.aitr-share-btn.fb {
  background-color: #3b5998;
}

.aitr-share-btn.tw {
  background-color: #1da1f2;
}

.aitr-share-btn.yt {
  background-color: #ff0000;
}

.aitr-share-btn.ig {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.aitr-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aitr-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  padding: 10px 0;
  border-bottom: 1px solid #f0ebe6;
  line-height: 1.5;
}

.aitr-info-list li:last-child {
  border-bottom: none;
}

.aitr-info-list li i {
  color: var(--ananda-primary);
  font-size: 15px;
  min-width: 18px;
  margin-top: 2px;
}

.aitr-info-list li span {
  flex: 1;
}

.aitr-info-list li strong {
  display: block;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.aitr-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aitr-related-list li {
  border-bottom: 1px dotted #e8ddd5;
}

.aitr-related-list li:last-child {
  border-bottom: none;
}

.aitr-related-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  text-decoration: none;
  padding: 9px 0;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.aitr-related-list li a i {
  color: var(--ananda-primary);
  font-size: 11px;
}

.aitr-related-list li a:hover {
  color: var(--ananda-primary);
  padding-left: 5px;
}

.aitr-sidebar-cta {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #8a1335 100%);
  border-radius: 10px;
  padding: 28px 24px;
  margin-bottom: 28px;
  text-align: center;
  color: #fff;
}

.aitr-sidebar-cta h4 {
  font-family: var(--ananda-heading-font);
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 12px;
}

.aitr-sidebar-cta p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin-bottom: 20px;
}

.aitr-sidebar-cta .cta-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  color: var(--ananda-primary);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 26px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.aitr-sidebar-cta .cta-btn-white:hover {
  background-color: #ffecf0;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.aitr-badge-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  background: #f9f5f0;
  border-radius: 8px;
  padding: 16px;
}

.aitr-badge-strip img {
  max-height: 70px;
  object-fit: contain;
}

.aitr-pullquote {
  border-left: 4px solid var(--ananda-primary);
  background: #fff7f9;
  border-radius: 0 8px 8px 0;
  padding: 22px 28px;
  margin: 30px 0;
}

.aitr-pullquote blockquote {
  font-family: var(--ananda-heading-font);
  font-size: 1.2rem;
  color: #333;
  line-height: 1.6;
  margin: 0 0 12px;
  font-style: italic;
}

.aitr-pullquote cite {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: var(--ananda-primary);
  font-style: normal;
  font-weight: 600;
}

.aitr-testimonials-section {
  position: relative;
  background: linear-gradient(135deg, #1a0a10 0%, #3a0d20 50%, #1a0a10 100%);
  border-radius: 16px;
  padding: 52px 40px 40px;
  margin: 40px 0;
  overflow: hidden;
}

.aitr-testimonials-section::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180, 30, 75, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.aitr-testimonials-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180, 30, 75, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.aitr-testimonials-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  display: block;
  margin-bottom: 8px;
}

.aitr-testimonials-heading {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff;
  margin: 0 0 36px;
  line-height: 1.25;
}

.aitr-testi-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  padding: 36px 32px 30px;
  margin: 0 12px 10px;
  position: relative;
  backdrop-filter: blur(6px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aitr-testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.aitr-testi-quote-icon {
  font-size: 52px;
  line-height: 1;
  color: var(--ananda-primary);
  opacity: 0.6;
  font-family: Georgia, serif;
  position: absolute;
  top: 18px;
  left: 28px;
}

.aitr-testi-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
  margin-top: 4px;
}

.aitr-testi-stars i {
  color: #f5c842;
  font-size: 13px;
}

.aitr-testi-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.82;
  margin: 0 0 24px;
  font-style: italic;
}

.aitr-testi-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
}

.aitr-testi-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #8a1335 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ananda-heading-font);
  font-size: 1.1rem;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(180, 30, 75, 0.4);
}

.aitr-testi-name {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 2px;
}

.aitr-testi-year {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.aitr-testi-slider .slick-dots {
  bottom: -38px;
  text-align: center;
  padding: 0;
  list-style: none;
}

.aitr-testi-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.aitr-testi-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
}

.aitr-testi-slider .slick-dots li button:before {
  display: none;
}

.aitr-testi-slider .slick-dots li.slick-active button {
  background: var(--ananda-primary);
  transform: scale(1.3);
}

.aitr-testi-slider .slick-prev,
.aitr-testi-slider .slick-next {
  top: auto;
  bottom: -48px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
  font-size: 0;
}

.aitr-testi-slider .slick-prev:hover,
.aitr-testi-slider .slick-next:hover {
  background: var(--ananda-primary);
  border-color: var(--ananda-primary);
}

.aitr-testi-slider .slick-prev {
  left: 50%;
  transform: translateX(calc(-100% - 8px));
}

.aitr-testi-slider .slick-next {
  right: auto;
  left: 50%;
  transform: translateX(8px);
}

.aitr-testi-slider .slick-prev:before,
.aitr-testi-slider .slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1;
  opacity: 1;
}

.aitr-testi-slider .slick-prev:before {
  content: '\f053';
}

.aitr-testi-slider .slick-next:before {
  content: '\f054';
}

.aitr-testi-slider-wrap {
  padding-bottom: 72px;
}

.aitr-purchase-widget {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
  margin-bottom: 28px;
}

.aitr-pw-header {
  background: #f2f2f2;
  padding: 28px 24px 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  padding-bottom: 0;
}

.aitr-pw-header::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180, 30, 75, 0.3) 0%, transparent 70%);
  pointer-events: none;
}

.aitr-pw-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

.aitr-purchase-heading {
  font-family: var(--ananda-heading-font);
  font-size: 1.9rem;
  color: #000;
  margin: 0 0 20px;
  line-height: 1.15;
}

.aitr-purchase-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #e8431e 0%, #c7361a 100%);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
  letter-spacing: 0.3px;
  box-shadow: 0 6px 20px rgba(232, 67, 30, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.aitr-purchase-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
  transition: opacity 0.3s ease;
  opacity: 0;
}

.aitr-purchase-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(232, 67, 30, 0.55);
}

.aitr-purchase-btn:hover::after {
  opacity: 1;
}

.aitr-purchase-btn i {
  font-size: 16px;
}

.aitr-pw-body {
  padding: 22px 22px 18px;
}

.aitr-pw-notice {
  background: #fdf8f5;
  border-left: 3px solid var(--ananda-primary);
  border-radius: 0 6px 6px 0;
  padding: 10px 14px;
  margin-bottom: 18px;
}

.aitr-pw-notice p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #5a4a4a;
  line-height: 1.65;
  margin: 0;
}

.aitr-pw-section {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5eeea;
}

.aitr-pw-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.aitr-pw-section-title {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #bbb;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.aitr-pw-section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #f0e8e8;
}

.aitr-purchase-info {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.7;
  margin: 0 0 8px;
}

.aitr-purchase-info:last-child {
  margin-bottom: 0;
}

.aitr-purchase-info strong {
  color: #1a1a1a;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}

.aitr-purchase-info a {
  color: var(--ananda-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}

.aitr-purchase-info a:hover {
  color: #8a1335;
}

.aitr-pw-link-row {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: var(--ananda-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  transition: color 0.2s ease;
}

.aitr-pw-link-row:hover {
  color: #8a1335;
}

.aitr-pw-link-row i {
  font-size: 9px;
}

.aitr-payment-banner {
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #888;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.aitr-payment-logos-box {
  background: linear-gradient(135deg, #fafafa 0%, #f5f0f0 100%);
  border: 1px solid #ece4e0;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}

.aitr-payment-paypal-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #003087;
  border-bottom: 1px solid #ece4e0;
  padding-bottom: 10px;
}

.aitr-payment-paypal-row i {
  font-size: 20px;
  color: #009cde;
}

.aitr-payment-paypal-row .secure-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #888;
  font-weight: 400;
  margin-left: 2px;
}

.aitr-payment-cards-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.aitr-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 3px 10px;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.3px;
  height: 28px;
  white-space: nowrap;
}

.aitr-card-badge.visa {
  color: #1a1f71;
}

.aitr-card-badge.mc {
  color: #eb001b;
  letter-spacing: -0.5px;
}

.aitr-card-badge.amex {
  color: #016fd0;
}

.aitr-cost-display {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 4px;
}

.aitr-cost-amount {
  font-family: var(--ananda-heading-font);
  font-size: 2rem;
  color: var(--ananda-primary);
  line-height: 1;
}

.aitr-cost-currency {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #888;
}

.aitr-terms-link {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: var(--ananda-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.aitr-terms-link:hover {
  color: #8a1335;
}

.aitr-login-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #999;
  font-style: italic;
  margin: 0 0 12px;
  background: #fdf5f5;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #f5e8e8;
}

.aitr-course-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aitr-course-links li {
  border-bottom: 1px solid #f5eeea;
}

.aitr-course-links li:last-child {
  border-bottom: none;
}

.aitr-course-links li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #3a3a3a;
  text-decoration: none;
  padding: 9px 0;
  line-height: 1.4;
  transition: all 0.2s ease;
}

.aitr-course-links li a .course-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #8a1335 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0;
}

.aitr-course-links li a .course-icon i {
  font-size: 7px;
  color: #fff;
  margin-left: 2px;
}

.aitr-course-links li a:hover {
  color: var(--ananda-primary);
  padding-left: 4px;
}

.aitr-course-links .link-sub {
  font-size: 11px;
  color: #aaa;
  display: block;
  margin-top: 2px;
}

.aitr-modules-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  margin: 20px 0;
}

.aitr-modules-table th {
  background-color: var(--ananda-primary);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.aitr-modules-table td {
  padding: 11px 16px;
  border-bottom: 1px solid #f0e8ec;
  color: #4a4a4a;
  vertical-align: top;
}

.aitr-modules-table tr:nth-child(even) td {
  background-color: #fff7f9;
}

.aitr-modules-table tr:hover td {
  background-color: #ffecf2;
}

.aitr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.aitr-tag {
  background: #f5eff5;
  color: var(--ananda-primary);
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.2s ease;
  border: 1px solid #f0e0e8;
}

.aitr-tag:hover {
  background: var(--ananda-primary);
  color: #fff;
}

.videos-intro-strip {
  background: #fff;
  padding: 20px 0 28px;
  border-bottom: 1px solid #ecddd5;
}

.videos-intro-strip p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.7;
}

.videos-section {
  background: #fff;
  padding: 52px 0 70px;
}

.video-featured-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(176, 24, 68, 0.15);
  margin-bottom: 0;
}

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

.video-featured-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.08);
  margin-bottom: 38px;
  border: 1px solid #f5ece8;
  transition: box-shadow 0.35s ease;
}

.video-featured-card:hover {
  box-shadow: 0 16px 50px rgba(176, 24, 68, 0.12);
}

.video-featured-body {
  padding: 28px 30px 26px;
}

.video-featured-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  background: #fff0f4;
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 12px;
  border: 1px solid #ffd5e0;
}

.video-featured-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.25;
}

.video-featured-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.75;
  margin: 0;
}

.videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.video-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.07);
  border: 1px solid #f0e8e4;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}

.video-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 44px rgba(176, 24, 68, 0.12);
}

.video-card-thumb {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #1a1a1a;
  flex-shrink: 0;
}

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

.video-card-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.3s ease;
  cursor: pointer;
}

.video-card-play-overlay:hover {
  background: rgba(0, 0, 0, 0.2);
}

.play-btn-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--ananda-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 4px 20px rgba(176, 24, 68, 0.45);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-left: 4px;
}

.video-card-play-overlay:hover .play-btn-circle {
  transform: scale(1.1);
  box-shadow: 0 8px 28px rgba(176, 24, 68, 0.55);
}

.video-card-body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.video-card-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  background: #fff0f4;
  border-radius: 20px;
  padding: 3px 12px;
  margin-bottom: 10px;
  border: 1px solid #ffd5e0;
  width: fit-content;
}

.video-card-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.25rem;
  color: var(--ananda-primary);
  margin-bottom: 10px;
  line-height: 1.3;
}

.video-card-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.7;
  flex: 1;
  margin: 0;
}

.video-card-desc a {
  color: var(--ananda-primary);
  text-decoration: underline;
}

.videos-section-heading {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: #1a1a1a;
  margin-bottom: 6px;
}

.videos-section-subheading {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  color: #888;
  margin-bottom: 32px;
}

.section-heading-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}

.section-heading-line h2 {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: #1a1a1a;
  margin: 0;
  white-space: nowrap;
}

.section-heading-line::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #e0d0c8, transparent);
}

.podcasts-intro {
  background: #fff;
  padding: 20px 0 26px;
  border-bottom: 1px solid #ecddd5;
}

.podcasts-intro p {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  color: #777;
  margin: 0;
}

.podcasts-section {
  background: #faf7f2;
  padding: 52px 0 70px;
}

.podcast-feature-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(176, 24, 68, 0.1);
  border: 1px solid #f0e5e0;
  margin-bottom: 36px;
  transition: box-shadow 0.35s ease;
}

.podcast-feature-card:hover {
  box-shadow: 0 16px 56px rgba(176, 24, 68, 0.15);
}

.podcast-feature-img-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
}

.podcast-feature-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.podcast-feature-card:hover .podcast-feature-img-wrap img {
  transform: scale(1.04);
}

.podcast-feature-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, transparent 70%);
}

.podcast-feature-body {
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.podcast-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  background: #fff0f4;
  border: 1px solid #ffd5e0;
  border-radius: 30px;
  padding: 5px 16px;
  margin-bottom: 16px;
  width: fit-content;
}

.podcast-feature-show {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 8px;
}

.podcast-feature-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  color: #1a1a1a;
  margin-bottom: 14px;
  line-height: 1.2;
}

.podcast-feature-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.75;
  margin-bottom: 26px;
}

.podcast-listen-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.podcast-listen-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid;
}

.podcast-listen-btn.primary {
  background: var(--ananda-primary);
  color: #fff;
  border-color: var(--ananda-primary);
}

.podcast-listen-btn.primary:hover {
  background: transparent;
  color: var(--ananda-primary);
}

.podcast-listen-btn.apple {
  background: #1c1c1e;
  color: #fff;
  border-color: #1c1c1e;
}

.podcast-listen-btn.apple:hover {
  background: transparent;
  color: #1c1c1e;
}

.podcast-listen-btn.outline {
  background: transparent;
  color: var(--ananda-primary);
  border-color: var(--ananda-primary);
}

.podcast-listen-btn.outline:hover {
  background: var(--ananda-primary);
  color: #fff;
}

.podcast-episode-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0e8e4;
  overflow: hidden;
  margin-bottom: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: stretch;
}

.podcast-episode-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(176, 24, 68, 0.1);
}

.podcast-episode-artwork {
  width: 160px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.podcast-episode-artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.podcast-episode-card:hover .podcast-episode-artwork img {
  transform: scale(1.06);
}

.podcast-episode-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(176, 24, 68, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.podcast-episode-card:hover .podcast-episode-play-overlay {
  opacity: 1;
}

.podcast-episode-play-overlay .play-icon {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ananda-primary);
  font-size: 18px;
  padding-left: 3px;
}

.podcast-episode-body {
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.podcast-episode-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.podcast-episode-show-name {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ananda-primary);
}

.podcast-episode-number {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #aaa;
  font-weight: 500;
}

.podcast-episode-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.3rem;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.3;
}

.podcast-episode-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 16px;
}

.podcast-episode-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.podcast-waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 22px;
}

.podcast-waveform span {
  display: block;
  width: 3px;
  background: var(--ananda-primary);
  border-radius: 2px;
  animation: wave-bar 1.2s ease-in-out infinite;
  opacity: 0.7;
}

.podcast-waveform span:nth-child(1) {
  height: 8px;
  animation-delay: 0s;
}

.podcast-waveform span:nth-child(2) {
  height: 16px;
  animation-delay: 0.1s;
}

.podcast-waveform span:nth-child(3) {
  height: 12px;
  animation-delay: 0.2s;
}

.podcast-waveform span:nth-child(4) {
  height: 20px;
  animation-delay: 0.3s;
}

.podcast-waveform span:nth-child(5) {
  height: 10px;
  animation-delay: 0.4s;
}

.podcast-waveform span:nth-child(6) {
  height: 18px;
  animation-delay: 0.15s;
}

.podcast-waveform span:nth-child(7) {
  height: 8px;
  animation-delay: 0.25s;
}

.podcasts-section-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  margin-bottom: 6px;
  display: block;
}

.podcast-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.podcast-video-modal.active {
  display: flex;
}

.podcast-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.podcast-video-modal-box {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 820px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  animation: modal-slide-in 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.podcast-video-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 10;
  background: #f4f4f4;
  border: none;
  color: #333;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.podcast-video-modal-close:hover {
  background: var(--ananda-primary);
  color: #fff;
  transform: rotate(90deg);
}

.podcast-video-modal-header {
  display: flex;
  align-items: center;
  padding: 22px 28px;
  border-bottom: 1px solid #f0e8e4;
  background: #fff;
}

.podcast-video-modal-header .podcast-waveform span {
  background: var(--ananda-primary);
}

.podcast-video-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: #888;
  margin: 0;
  font-weight: 500;
}

.podcast-video-modal-player {
  padding: 0;
  background: #000;
  position: relative;
}

.podcast-video-modal-player video {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 0 0 16px 16px;
}

.about-hero {
  background: #faf7f2;
  padding: 0;
  min-height: 580px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}

.about-hero-left {
  flex: 0 0 42%;
  position: relative;
  overflow: hidden;
  min-height: 520px;
}

.about-hero-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.about-hero-left::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, #faf7f2 100%);
}

.about-hero-right {
  flex: 1;
  padding: 70px 60px 70px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-hero-pretitle {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-hero-pretitle::before {
  content: '';
  width: 32px;
  height: 2px;
  background: var(--ananda-primary);
  display: inline-block;
}

.about-hero-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 10px;
}

.about-hero-title span {
  color: var(--ananda-primary);
}

.about-hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #888;
  margin-bottom: 22px;
  letter-spacing: 0.5px;
}

.about-hero-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 32px;
  max-width: 560px;
}

.about-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}

.about-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid #f0dde5;
  border-radius: 40px;
  padding: 9px 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  box-shadow: 0 3px 12px rgba(176, 24, 68, 0.07);
}

.about-hero-pill i {
  color: var(--ananda-primary);
  font-size: 13px;
}

.about-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ananda-primary);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-hero-cta:hover {
  background: var(--ananda-primary-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(176, 24, 68, 0.25);
}

.about-hero-award-badge {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-hero-award-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--ananda-primary), #8a1335);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.about-hero-award-text .label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #aaa;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-hero-award-text .value {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #1a1a1a;
}

.about-stats-strip {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2b 100%);
  padding: 44px 0;
}

.about-stats-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.about-stat-item {
  text-align: center;
}

.about-stat-num {
  font-family: var(--ananda-heading-font);
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.about-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-stat-divider {
  width: 1px;
  height: 55px;
  background: rgba(255, 255, 255, 0.2);
}

.about-bio-section {
  background: #fff;
  padding: 80px 0 60px;
}

.about-section-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  margin-bottom: 8px;
  display: block;
}

.about-section-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: #1a1a1a;
  margin-bottom: 6px;
}

.about-section-divider {
  width: 50px;
  height: 3px;
  background: var(--ananda-primary);
  border-radius: 2px;
  margin: 14px 0 28px;
}

.about-bio-text {
  font-family: 'Poppins', sans-serif;
  font-size: 15.5px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 18px;
}

.about-bio-text strong {
  color: var(--ananda-primary);
  font-weight: 600;
}

.about-bio-img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(176, 24, 68, 0.15);
}

.about-bio-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-bio-img-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.about-bio-img-badge .quote {
  font-family: var(--ananda-heading-font);
  font-size: 1rem;
  color: #333;
  font-style: italic;
  max-width: 200px;
}

.about-pullquote {
  background: linear-gradient(135deg, #fff7f9, #fff0f4);
  border-left: 4px solid var(--ananda-primary);
  border-radius: 0 14px 14px 0;
  padding: 24px 28px;
  margin: 28px 0;
}

.about-pullquote p {
  font-family: var(--ananda-heading-font);
  font-size: 1.3rem;
  color: #2a1a1a;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}

.about-pullquote cite {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: var(--ananda-primary);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}

.about-credentials-section {
  background: #faf7f2;
  padding: 70px 0;
}

.about-cred-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-cred-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 26px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0e8ec;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-cred-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(176, 24, 68, 0.12);
}

.about-cred-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--ananda-primary), #8a1335);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.about-cred-title {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.about-cred-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #777;
  line-height: 1.7;
}

.about-video-section {
  background: #fff;
  padding: 70px 0;
}

.about-video-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

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

.about-video-caption {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: #999;
  text-align: center;
  margin-top: 16px;
}

.about-offers-section {
  background: #faf7f2;
  padding: 70px 0;
}

.about-offer-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.about-offer-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1.5px solid #f0dde5;
  border-radius: 50px;
  padding: 11px 22px;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #333;
  box-shadow: 0 3px 12px rgba(176, 24, 68, 0.07);
  transition: all 0.25s ease;
}

.about-offer-tag:hover {
  background: var(--ananda-primary);
  border-color: var(--ananda-primary);
  color: #fff;
}

.about-offer-tag i {
  color: var(--ananda-primary);
  font-size: 13px;
  transition: color 0.25s;
}

.about-offer-tag:hover i {
  color: #fff;
}

.about-cta-strip {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2b 100%);
  padding: 70px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.04'%3E%3Ccircle cx='40' cy='40' r='30'/%3E%3C/g%3E%3C/svg%3E");
}

.about-cta-strip h2 {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #fff;
  margin-bottom: 14px;
}

.about-cta-strip p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 540px;
  margin: 0 auto 30px;
  line-height: 1.75;
}

.about-cta-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--ananda-primary);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 5px;
}

.about-cta-btn-white:hover {
  background: #ffecf0;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: var(--ananda-primary);
}

.about-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  margin: 5px;
}

.about-cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
  transform: translateY(-3px);
}

.book-hero {
  background: linear-gradient(135deg, #2d1a3e 0%, #b01844 60%, #8a1335 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px;
}

.book-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(200, 169, 110, 0.15) 0%, transparent 40%);
  pointer-events: none;
}

.book-hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.book-hero-orb-1 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(200, 169, 110, 0.18) 0%, transparent 70%);
  top: -120px;
  right: -100px;
}

.book-hero-orb-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  bottom: -80px;
  left: 10%;
}

.book-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 18px;
}

.book-hero-eyebrow::before,
.book-hero-eyebrow::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.book-hero-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #fff;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 18px;
}

.book-hero-title span {
  color: #c8a96e;
}

.book-hero-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 36px;
}

.book-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.book-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 40px;
  padding: 8px 18px;
  backdrop-filter: blur(6px);
}

.book-hero-badge i {
  color: #c8a96e;
}

.book-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 50px;
}

.book-hero-stat {
  background: rgba(255, 255, 255, 0.05);
  padding: 28px 20px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.book-hero-stat-number {
  font-family: var(--ananda-heading-font);
  font-size: 2.4rem;
  color: #c8a96e;
  line-height: 1;
  display: block;
}

.book-hero-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
  letter-spacing: 0.5px;
}

.book-hero-img-wrap {
  position: relative;
}

.book-hero-img-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  padding: 8px;
}

.book-hero-img-card img {
  border-radius: 18px;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.book-hero-float-tag {
  position: absolute;
  bottom: 28px;
  left: -20px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.book-hero-float-tag-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #b01844, #8a1335);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.book-hero-float-tag-text {
  font-family: 'Poppins', sans-serif;
}

.book-hero-float-tag-text strong {
  display: block;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 600;
}

.book-hero-float-tag-text span {
  font-size: 12px;
  color: #888;
}

.book-process-section {
  background: #f9f7f4;
  padding: 40px 0;
  border-bottom: 1px solid #ede9e4;
}

.book-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.book-process-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 30px;
  left: calc(50% + 40px);
  right: calc(-50% + 40px);
  height: 1px;
  background: linear-gradient(to right, #b01844 0%, #e0cfc7 100%);
  opacity: 0.4;
}

.book-step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b01844, #2d1a3e);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 6px 20px rgba(176, 24, 68, 0.3);
  flex-shrink: 0;
}

.book-step-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.15rem;
  color: #2d1a3e;
  margin-bottom: 8px;
}

.book-step-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
}

.book-services-section {
  background: #fff;
  padding: 50px 0 100px;
}

.book-services-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #b01844;
  margin-bottom: 12px;
}

.book-services-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #2d1a3e;
  font-weight: 400;
  margin-bottom: 14px;
}

.book-services-divider {
  width: 60px;
  height: 3px;
  background: #b01844;
  border-radius: 2px;
  margin: 0 0 22px;
}

.book-services-lead {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #777;
  max-width: 540px;
  line-height: 1.7;
}

.book-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f0eaf5;
  background: #fff;
  box-shadow: 0 4px 24px rgba(45, 26, 62, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.book-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(45, 26, 62, 0.14);
  border-color: #b01844;
}

.book-card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 230px;
}

.book-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.book-card:hover .book-card-img-wrap img {
  transform: scale(1.06);
}

.book-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45, 26, 62, 0.55) 0%, transparent 60%);
}

.book-card-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  backdrop-filter: blur(8px);
}

.book-card-body {
  padding: 28px 28px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.book-card-icon-ring {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.book-card:hover .book-card-icon-ring {
  transform: rotate(-6deg) scale(1.05);
}

.book-card-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.45rem;
  color: #2d1a3e;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.25;
}

.book-card-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #888;
  line-height: 1.7;
  flex: 1;
  margin-bottom: 24px;
}

.book-card-details {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.book-card-details li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #666;
}

.book-card-details li i {
  font-size: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

.book-card-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.book-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.28s ease;
  white-space: nowrap;
}

.book-btn-primary i {
  transition: transform 0.25s ease;
}

.book-btn-primary:hover i {
  transform: translateX(4px);
}

.book-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 40px;
  text-decoration: none;
  border: 1px solid #e0dae8;
  color: #2d1a3e;
  background: transparent;
  transition: all 0.28s ease;
  white-space: nowrap;
}

.book-btn-outline:hover {
  border-color: #b01844;
  color: #b01844;
  background: rgba(176, 24, 68, 0.04);
}

.book-card-theme-event .book-card-tag {
  background: rgba(176, 24, 68, 0.18);
  color: #b01844;
}

.book-card-theme-event .book-card-icon-ring {
  background: #fdf0f4;
  color: #b01844;
}

.book-card-theme-event .book-card-details li i {
  color: #b01844;
}

.book-card-theme-event .book-btn-primary {
  background: #b01844;
  color: #fff;
}

.book-card-theme-event .book-btn-primary:hover {
  background: #8a1335;
  color: #fff;
}

.book-card-theme-counsel .book-card-tag {
  background: rgba(45, 26, 62, 0.14);
  color: #2d1a3e;
}

.book-card-theme-counsel .book-card-icon-ring {
  background: #f2eef8;
  color: #2d1a3e;
}

.book-card-theme-counsel .book-card-details li i {
  color: #6d348a;
}

.book-card-theme-counsel .book-btn-primary {
  background: #2d1a3e;
  color: #fff;
}

.book-card-theme-counsel .book-btn-primary:hover {
  background: #1a0e26;
  color: #fff;
}

.book-card-theme-treat .book-card-tag {
  background: rgba(200, 169, 110, 0.2);
  color: #8a6530;
}

.book-card-theme-treat .book-card-icon-ring {
  background: #fef9f0;
  color: #c8a96e;
}

.book-card-theme-treat .book-card-details li i {
  color: #c8a96e;
}

.book-card-theme-treat .book-btn-primary {
  background: #c8a96e;
  color: #fff;
}

.book-card-theme-treat .book-btn-primary:hover {
  background: #a8893e;
  color: #fff;
}

.book-card-theme-contact .book-card-tag {
  background: rgba(45, 140, 120, 0.15);
  color: #1a6b5c;
}

.book-card-theme-contact .book-card-icon-ring {
  background: #eef8f5;
  color: #2a9d85;
}

.book-card-theme-contact .book-card-details li i {
  color: #2a9d85;
}

.book-card-theme-contact .book-btn-primary {
  background: linear-gradient(135deg, #2a9d85, #1a6b5c);
  color: #fff;
}

.book-card-theme-contact .book-btn-primary:hover {
  opacity: 0.88;
  color: #fff;
}

.book-assurance {
  background: linear-gradient(135deg, #2d1a3e 0%, #4d2a60 100%);
  padding: 60px 0;
}

.book-assurance-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.book-assurance-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(200, 169, 110, 0.18);
  border: 1px solid rgba(200, 169, 110, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #c8a96e;
  flex-shrink: 0;
}

.book-assurance-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 6px;
}

.book-assurance-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}

.faq-intro-strip {
  background: linear-gradient(135deg, #fff7f9 0%, #fff0f4 50%, #fff 100%);
  padding: 40px 0 36px;
  border-bottom: 1px solid #f0dde5;
  position: relative;
  overflow: hidden;
}

.faq-intro-strip::before {
  content: 'FAQ';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--ananda-heading-font);
  font-size: 180px;
  color: var(--ananda-primary);
  opacity: 0.04;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.faq-intro-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  margin-bottom: 10px;
  display: block;
}

.faq-intro-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2rem, 4vw, 3rem);
  color: #1a1a1a;
  margin-bottom: 14px;
  line-height: 1.2;
}

.faq-intro-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #777;
  line-height: 1.75;
  max-width: 640px;
  margin-bottom: 0;
}

.faq-intro-subtitle a {
  color: var(--ananda-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-intro-img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(176, 24, 68, 0.15);
  height: 340px;
}

.faq-intro-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.faq-intro-img-wrap:hover img {
  transform: scale(1.04);
}

.faq-intro-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(176, 24, 68, 0.25) 0%, transparent 60%);
}

.faq-intro-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.faq-intro-badge i {
  color: var(--ananda-primary);
  font-size: 18px;
}

.faq-intro-badge span {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
}

.faq-search-bar {
  background: #fff;
  padding: 28px 0;
  border-bottom: 1px solid #f0e8ec;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.faq-search-wrap {
  position: relative;
  max-width: 560px;
}

.faq-search-wrap i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 17px;
}

.faq-search-input {
  width: 100%;
  border: 2px solid #ece0e6;
  border-radius: 50px;
  padding: 13px 20px 13px 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #333;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-search-input:focus {
  border-color: var(--ananda-primary);
  box-shadow: 0 0 0 4px rgba(176, 24, 68, 0.1);
}

.faq-results-count {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #999;
  margin-top: 8px;
  min-height: 20px;
}

.faq-results-count span {
  color: var(--ananda-primary);
  font-weight: 600;
}

.faq-main-section {
  background: #faf7f2;
  padding: 60px 0 60px;
}

.faq-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 44px;
}

.faq-cat-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #666;
  background: #fff;
  border: 2px solid #ece0e6;
  border-radius: 40px;
  padding: 9px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-cat-btn i {
  font-size: 13px;
}

.faq-cat-btn:hover,
.faq-cat-btn.active {
  background: var(--ananda-primary);
  border-color: var(--ananda-primary);
  color: #fff;
}

.faq-cat-btn .faq-cat-count {
  background: rgba(176, 24, 68, 0.12);
  color: var(--ananda-primary);
  border-radius: 20px;
  padding: 1px 8px;
  font-size: 11px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.faq-cat-btn.active .faq-cat-count,
.faq-cat-btn:hover .faq-cat-count {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.faq-accordion-area {
  display: none;
}

.faq-accordion-area.active {
  display: block;
}

.faq-group-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.6rem;
  color: #1a1a1a;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ananda-primary);
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-group-title i {
  color: var(--ananda-primary);
  font-size: 1.2rem;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0e8ec;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 28px rgba(176, 24, 68, 0.1);
}

.faq-item.open {
  box-shadow: 0 8px 32px rgba(176, 24, 68, 0.12);
  border-color: #f0c0d0;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  cursor: pointer;
  user-select: none;
}

.faq-question-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  flex: 1;
  transition: color 0.3s ease;
}

.faq-item.open .faq-question-text {
  color: var(--ananda-primary);
}

.faq-question-num {
  font-family: 'Poppins';
  font-size: 1.3rem;
  color: var(--ananda-primary);
  flex-shrink: 0;
  width: 32px;
  text-align: center;
  transition: opacity 0.3s ease;
  position: relative;
  top: -1px;
}

.faq-item.open .faq-question-num {
  opacity: 1;
}

.faq-toggle-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff0f4;
  border: 2px solid #f0d0da;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ananda-primary);
  font-size: 13px;
  flex-shrink: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faq-item.open .faq-toggle-icon {
  background: var(--ananda-primary);
  border-color: var(--ananda-primary);
  color: #fff;
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faq-answer-inner {
  padding: 0 26px 24px 26px;
  border-top: 1px solid #f5e8ed;
}

.faq-answer-inner p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.85;
  margin: 18px 0 0;
}

.faq-answer-inner p:first-child {
  margin-top: 18px;
}

.faq-answer-inner a {
  color: var(--ananda-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-answer-inner strong {
  color: #1a1a1a;
  font-weight: 600;
}

.faq-answer-inner ul {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.85;
  padding-left: 24px;
  margin: 10px 0 0;
}

.faq-answer-inner ul li {
  margin-bottom: 6px;
}

.faq-tip-box {
  background: linear-gradient(135deg, #fff7f9 0%, #fff0f4 100%);
  border-left: 4px solid var(--ananda-primary);
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin-top: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.faq-tip-box i {
  color: var(--ananda-primary);
  margin-right: 6px;
}

.faq-no-results {
  display: none;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.faq-no-results i {
  font-size: 3rem;
  color: #ddd;
  margin-bottom: 16px;
  display: block;
}

.faq-no-results p {
  color: #999;
  font-size: 16px;
}

.faq-sidebar {
  position: sticky;
  top: 100px;
}

.faq-sidebar-widget {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  padding: 28px 24px;
  margin-bottom: 24px;
  border: 1px solid #f0e8ec;
}

.faq-sidebar-widget-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.3rem;
  color: #1a1a1a;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ananda-primary);
  display: block;
}

.faq-quick-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-quick-nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  padding: 9px 0;
  border-bottom: 1px dotted #ecddd5;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.faq-quick-nav li:last-child a {
  border-bottom: none;
}

.faq-quick-nav li a i {
  color: var(--ananda-primary);
  font-size: 12px;
  min-width: 14px;
}

.faq-quick-nav li a:hover {
  color: var(--ananda-primary);
  padding-left: 6px;
}

.faq-sidebar-cta {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #8a1335 100%);
  border-radius: 12px;
  padding: 30px 24px;
  text-align: center;
  color: #fff;
}

.faq-sidebar-cta h4 {
  font-family: var(--ananda-heading-font);
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 10px;
}

.faq-sidebar-cta p {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin-bottom: 20px;
}

.faq-sidebar-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--ananda-primary);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.faq-sidebar-cta-btn:hover {
  background: #ffecf0;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: var(--ananda-primary);
}

.faq-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.faq-stat-item {
  text-align: center;
  background: #fff7f9;
  border-radius: 10px;
  padding: 16px 10px;
  border: 1px solid #f0dde5;
}

.faq-stat-num {
  font-family: var(--ananda-heading-font);
  font-size: 2rem;
  color: var(--ananda-primary);
  line-height: 1;
  margin-bottom: 4px;
}

.faq-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #888;
  font-weight: 500;
}

.faq-cta-strip {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2b 100%);
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.faq-cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.faq-cta-strip h2 {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #fff;
  margin-bottom: 14px;
}

.faq-cta-strip p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.faq-cta-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--ananda-primary);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 5px;
}

.faq-cta-btn-white:hover {
  background: #ffecf0;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: var(--ananda-primary);
}

.faq-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  margin: 5px;
}

.faq-cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
  transform: translateY(-3px);
}

.faq-item.search-hidden {
  display: none;
}

.event-calendar-section {
  background: #fff;
  padding: 70px 0 90px;
}

.event-section-intro {
  margin-bottom: 54px;
}

.event-section-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ananda-accent, #c8a96e);
  margin-bottom: 12px;
}

.event-section-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2rem, 4vw, 2.9rem);
  color: var(--ananda-primary, #2d1a3e);
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.2;
}

.event-section-divider {
  width: 60px;
  height: 3px;
  background: var(--ananda-accent, #c8a96e);
  margin: 0 0 20px 0;
  border-radius: 2px;
}

.event-section-lead {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #666;
  max-width: 560px;
  line-height: 1.7;
}

.event-month-group {
  margin-bottom: 52px;
}

.event-month-group:last-child {
  margin-bottom: 0;
}

.event-month-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.event-month-label {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--ananda-primary, #2d1a3e);
  font-weight: 400;
  white-space: nowrap;
}

.event-month-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #e0dee5, transparent);
}

.event-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event-card {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 0;
  background: #fff;
  border: 1px solid #ede9f6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(45, 26, 62, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.event-card:hover {
  box-shadow: 0 8px 32px rgba(45, 26, 62, 0.13);
  transform: translateY(-3px);
  border-color: var(--ananda-accent, #c8a96e);
}

.event-card-date-badge {
  background: var(--ananda-primary, #2d1a3e);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 12px;
  align-self: stretch;
  min-height: 120px;
  text-align: center;
}

.event-date-day {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ananda-accent, #c8a96e);
}

.event-date-month {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 4px;
}

.event-date-year {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
}

.event-card-body {
  padding: 22px 26px;
  border-right: 1px solid #ede9f6;
}

.event-card-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.35rem;
  color: var(--ananda-primary, #2d1a3e);
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
}

.event-card-title:hover {
  color: var(--ananda-accent, #c8a96e);
}

.event-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 4px;
}

.event-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #777;
}

.event-meta-item i {
  color: var(--ananda-accent, #c8a96e);
  font-size: 11px;
  flex-shrink: 0;
}

.event-card-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.event-tag-workshop {
  background: #fdf3e7;
  color: #b97a2a;
}

.event-tag-training {
  background: #eef3fd;
  color: #3060b0;
}

.event-tag-retreat {
  background: #eef8ef;
  color: #2e7a35;
}

.event-tag-reiki {
  background: #f4eeff;
  color: #6940b0;
}

.event-card-cta {
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 150px;
}

.event-book-btn {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 40px;
  background: var(--ananda-accent, #c8a96e);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, transform 0.2s ease;
}

.event-book-btn:hover {
  background: var(--ananda-primary, #2d1a3e);
  color: #fff;
  transform: scale(1.04);
}

.event-learn-link {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

.event-learn-link:hover {
  color: var(--ananda-accent, #c8a96e);
}

.event-date-range-badge {
  font-family: 'Poppins', sans-serif;
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
  line-height: 1.4;
  text-align: center;
}

.event-empty {
  padding: 30px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #aaa;
  font-style: italic;
}

.testi-hero {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #6b0f27 100%);
  padding: 72px 0 120px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.testi-hero::before {
  content: '\201C';
  font-family: var(--ananda-heading-font);
  font-size: 600px;
  color: rgba(255, 255, 255, 0.04);
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.testi-hero::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #faf7f2;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.testi-hero-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
  display: block;
}

.testi-hero-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.15;
}

.testi-hero-title span {
  color: #ffccd9;
}

.testi-hero-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 36px;
}

.testi-hero-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 10px;
}

.testi-hero-stat {
  text-align: center;
}

.testi-hero-stat-num {
  font-family: var(--ananda-heading-font);
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.testi-hero-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testi-hero-stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  align-self: center;
}

.testi-filter-bar {
  background: #fff;
  padding: 22px 0;
  border-bottom: 1px solid #f0e8ec;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.055);
}

.testi-filter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.testi-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.testi-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  background: #f9f5f0;
  border: 1.5px solid #ece0e6;
  border-radius: 40px;
  padding: 8px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.testi-filter-btn i {
  font-size: 12px;
}

.testi-filter-btn:hover,
.testi-filter-btn.active {
  background: var(--ananda-primary);
  border-color: var(--ananda-primary);
  color: #fff;
}

.testi-filter-count {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #999;
}

.testi-filter-count span {
  color: var(--ananda-primary);
  font-weight: 700;
}

.testi-featured-section {
  background: #faf7f2;
  padding: 70px 0 30px;
}

.testi-featured-card {
  background: #fff;
  border-radius: 20px;
  padding: 50px 48px;
  box-shadow: 0 16px 60px rgba(176, 24, 68, 0.1);
  border: 1px solid #f0dde5;
  position: relative;
  overflow: hidden;
}

.testi-featured-card::before {
  content: '\201C';
  font-family: var(--ananda-heading-font);
  font-size: 155px;
  color: var(--ananda-primary);
  opacity: 0.06;
  position: absolute;
  top: -24px;
  left: 20px;
  line-height: 1;
  pointer-events: none;
}

.testi-featured-stars {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.testi-featured-stars i {
  color: #f5a623;
  font-size: 22px;
}

.testi-featured-text {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: #1a1a1a;
  line-height: 1.7;
  margin-bottom: 28px;
  font-style: italic;
}

.testi-featured-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testi-featured-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ananda-heading-font);
  font-size: 1.6rem;
  color: #fff;
  flex-shrink: 0;
  border: 3px solid rgba(176, 24, 68, 0.15);
}

.testi-featured-name {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 3px;
}

.testi-featured-course {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: var(--ananda-primary);
  font-weight: 500;
}

.testi-featured-date {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #aaa;
  margin-top: 2px;
}

.testi-featured-badge {
  position: absolute;
  top: 24px;
  right: 28px;
  background: linear-gradient(135deg, var(--ananda-primary), #8a1335);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
}

.testi-grid-section {
  background: #faf7f2;
  padding: 40px 0 80px;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0e8ec;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.testi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(176, 24, 68, 0.12);
}

.testi-card-quote {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--ananda-heading-font);
  font-size: 64px;
  color: var(--ananda-primary);
  opacity: 0.1;
  line-height: 1;
  user-select: none;
}

.testi-card-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
}

.testi-card-stars i {
  color: #f5a623;
  font-size: 14px;
}

.testi-card-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  background: #fff0f4;
  border: 1px solid #ffd5e0;
  border-radius: 20px;
  padding: 3px 12px;
  margin-bottom: 14px;
  width: fit-content;
}

.testi-card-text {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.82;
  flex: 1;
  margin-bottom: 22px;
}

.testi-card-text.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 153px;
}

.testi-read-toggle {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: var(--ananda-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 18px;
}

.testi-card-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #f5edf0;
  padding-top: 16px;
}

.testi-card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ananda-heading-font);
  font-size: 1.2rem;
  color: #fff;
  flex-shrink: 0;
}

.testi-card-name {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2px;
}

.testi-card-location {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #aaa;
}

.testi-card-wrap.filter-hidden {
  display: none;
}

.testi-video-section {
  background: #fff;
  padding: 70px 0;
}

.testi-section-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  margin-bottom: 8px;
  display: block;
}

.testi-section-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: #1a1a1a;
  margin-bottom: 6px;
}

.testi-section-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #999;
  margin-bottom: 40px;
}

.testi-video-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0e8ec;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.testi-video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(176, 24, 68, 0.13);
}

.testi-video-thumb {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #1a1a1a;
}

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

.testi-video-body {
  padding: 18px 22px 20px;
}

.testi-video-name {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.testi-video-course {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: var(--ananda-primary);
}

.testi-cta-strip {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2b 100%);
  padding: 70px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.testi-cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.04'%3E%3Ccircle cx='40' cy='40' r='30'/%3E%3C/g%3E%3C/svg%3E");
}

.testi-cta-strip h2 {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #fff;
  margin-bottom: 14px;
}

.testi-cta-strip p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 540px;
  margin: 0 auto 30px;
  line-height: 1.75;
}

.testi-cta-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--ananda-primary);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 5px;
}

.testi-cta-btn-white:hover {
  background: #ffecf0;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: var(--ananda-primary);
}

.testi-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  margin: 5px;
}

.testi-cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
  transform: translateY(-3px);
}

.inner-page-title {
  animation: fadeUp 0.8s ease both;
}

.ananda-breadcrumb {
  animation: fadeUp 0.8s 0.2s ease both;
}

.treatment-sessions-section {
  background: #fff;
  padding: 60px 0;
}

.treatment-row {
  display: flex;
  align-items: stretch;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.07);
  margin-bottom: 35px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.treatment-row:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(176, 24, 68, 0.12);
}

.treatment-row:last-child {
  margin-bottom: 0;
}

.treatment-row.reverse {
  flex-direction: row-reverse;
}

.treatment-img-pane {
  flex: 0 0 45%;
  min-height: 520px;
  height: 520px;
  position: relative;
  overflow: hidden;
}

.treatment-img-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}

.treatment-row:hover .treatment-img-pane img {
  transform: scale(1.05);
}

.treatment-img-pane::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(176, 24, 68, 0.25) 0%, transparent 60%);
  transition: opacity 0.4s ease;
  opacity: 0;
}

.treatment-row:hover .treatment-img-pane::after {
  opacity: 1;
}

.treat-num-badge {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--ananda-primary);
  color: #fff;
  font-family: var(--ananda-heading-font);
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 6px 18px rgba(176, 24, 68, 0.35);
}

.treatment-row.reverse .treat-num-badge {
  left: auto;
  right: 28px;
}

.treatment-content-pane {
  flex: 1;
  padding: 45px 45px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.treatment-row.reverse .treatment-content-pane {
  background: #fcfaf5;
}

.treat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  margin-bottom: 12px;
}

.treat-title {
  font-family: var(--ananda-heading-font);
  font-size: 2.4rem;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 18px;
}

.treat-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 1.85;
  margin-bottom: 28px;
}

.treat-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.treat-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #444;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.treat-features li:last-child {
  border-bottom: none;
}

.treat-features i {
  color: var(--ananda-primary);
  font-size: 14px;
  flex-shrink: 0;
}

.treat-btn-primary {
  background: var(--ananda-primary);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 13px 32px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.treat-btn-primary:hover {
  background: var(--ananda-primary-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(176, 24, 68, 0.3);
}

.treat-btn-outline {
  background: transparent;
  color: var(--ananda-primary);
  border: 1.5px solid var(--ananda-primary);
  border-radius: 30px;
  padding: 12px 28px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.treat-btn-outline:hover {
  background: var(--ananda-primary);
  color: #fff;
  transform: translateY(-2px);
}

.treatment-cta-section {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2e 100%);
  padding: 90px 0;
  text-align: center;
}

.treatment-cta-section h2 {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #fff;
  margin-bottom: 16px;
}

.treatment-cta-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 550px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.cta-btn-white {
  background: #fff;
  color: var(--ananda-primary);
  border: none;
  border-radius: 30px;
  padding: 15px 42px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.cta-btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  color: var(--ananda-primary-dark);
}

.cta-btn-ghost {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  padding: 13px 36px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-left: 16px;
}

.cta-btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  transform: translateY(-2px);
}

.contact-wrapper {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 2;
}

.contact_main {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.contact-info-side {
  background-color: var(--ananda-primary);
  color: #fff;
  padding: 60px 50px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-info-side::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

.contact-info-content {
  position: relative;
  z-index: 1;
}

.contact-info-list {
  list-style: none;
  padding-left: 0;
}

.contact-info-list li {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
}

.contact-info-list i {
  font-size: 20px;
  margin-right: 20px;
  margin-top: 5px;
  color: #ffccd9;
  width: 24px;
  text-align: center;
}

.contact-info-side a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-info-side a:hover {
  opacity: 0.8;
  color: #ffccd9;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  margin-right: 12px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.social-links a:hover {
  background-color: #fff;
  color: var(--ananda-primary);
  transform: translateY(-3px);
}

.contact-form-side {
  padding: 50px 50px;
  background-color: #fff;
}

.ananda-contact-form .form-control {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 14px 18px;
  background-color: #f8f9fa;
  font-size: 15px;
  transition: all 0.3s ease;
}

.ananda-contact-form .form-control:focus {
  box-shadow: 0 0 0 4px rgba(176, 24, 68, 0.1);
  border-color: var(--ananda-primary);
  background-color: #fff;
}

.ananda-form-label {
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
  display: block;
}

.ananda-btn-send {
  background-color: var(--ananda-primary);
  color: white;
  padding: 14px 40px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: none;
}

.ananda-btn-send:hover {
  background-color: var(--ananda-primary-dark);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(176, 24, 68, 0.2);
}

.sub-text-form {
  font-size: 0.8rem;
  color: #888;
  max-width: 280px;
  line-height: 1.4;
}

.contact-page-content-wrapper {
  z-index: 5;
}

.contact-connect-title {
  font-family: var(--ananda-heading-font);
  font-size: 2.8rem;
}

.contact-connect-subtitle {
  font-size: 1rem;
  opacity: 0.9;
  font-weight: 300;
}

.contact-info-label {
  font-size: 0.85rem;
  opacity: 0.8;
}

.contact-info-value-lg {
  font-size: 1.15rem;
}

.contact-info-value-md {
  font-size: 1.05rem;
}

.contact-info-value-sm {
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-info-value-sm.d-block {
  display: block;
}

.contact-social-label {
  font-size: 0.9rem;
  font-weight: 500;
}

.contact-form-title {
  color: var(--ananda-primary);
  font-family: var(--ananda-heading-font);
  font-size: 2.4rem;
}

.contact-form-subtitle {
  font-size: 1.05rem;
}

.contact-form-link {
  color: var(--ananda-primary);
  font-weight: 500;
  text-decoration: underline;
}

.contact-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  accent-color: var(--ananda-primary);
  cursor: pointer;
}

.contact-checkbox-label {
  font-size: 0.95rem;
  cursor: pointer;
}

.tantra-page-bg {
  background-color: #faf8f5 !important;
  font-family: var(--ananda-heading-font);
}

.tantra-intro-box {
  padding: 40px 0;
}

.tantra-main-title {
  font-family: var(--ananda-heading-font);
  font-size: 56px;
  color: var(--ananda-primary-dark, #8a1334);
  line-height: 1.1;
  margin-bottom: 12px;
}

.tantra-meta-text {
  font-family: var(--ananda-font);
  font-size: 0.95rem;
  color: #777;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.tantra-premium-card {
  background: white;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  padding: 60px 80px;
  border-bottom: 5px solid var(--ananda-primary);
}

.tantra-icon-accent {
  font-size: 3rem;
  color: #e8c5c5;
}

.tantra-lead-text {
  font-family: var(--ananda-heading-font);
  font-size: 1.8rem;
  color: #222;
  line-height: 1.5;
}

.tantra-standard-text {
  font-family: var(--ananda-font);
  font-size: 1.05rem;
  color: #444;
  line-height: 1.8;
}

.tantra-divider-line {
  width: 60px;
  height: 3px;
  background-color: var(--ananda-primary);
  border-radius: 3px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.article-caption {
  display: block;
  margin-top: 15px;
  font-family: var(--ananda-font);
  font-size: 0.9rem;
  color: #777;
  font-style: italic;
}

.tantra-fade-in {
  animation: tantraFadeIn 1s ease-out forwards;
  opacity: 0;
}

.tantra-fade-up {
  animation: tantraFadeUp 1s ease-out forwards;
  opacity: 0;
}

.tantra-text-pane {
  overflow: hidden;
}

.tantra-quote-mark {
  font-family: var(--ananda-heading-font);
  font-size: 8rem;
  color: #f0e6e8;
  top: -20px;
  left: 20px;
  line-height: 1;
  user-select: none;
}

.tantra-highlight-box {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2e 100%);
  color: white;
  box-shadow: 0 15px 40px rgba(176, 24, 68, 0.2);
}

.tantra-subheading {
  font-family: var(--ananda-heading-font);
  font-size: 2.2rem;
  line-height: 1.3;
}

.tantra-banner-card {
  border-top: 5px solid #222;
}

.tantra-statement-text {
  font-family: var(--ananda-heading-font);
  font-size: 2.8rem;
  color: #222;
  line-height: 1.3;
}

.tantra-statement-text span {
  color: var(--ananda-primary);
  font-style: italic;
}

.max-w-700 {
  max-width: 700px;
}

.tantra-signature {
  font-family: var(--ananda-heading-font);
  font-size: 2.5rem;
  color: var(--ananda-primary) !important;
  font-style: italic;
}

.tantra-overlap-container {
  position: relative;
  padding-bottom: 20px;
}

.tantra-overlap-bg {
  position: absolute;
  top: 40px;
  left: -20px;
  right: -20px;
  bottom: 0;
  background-color: #f0e6e8;
  border-radius: 30px;
  z-index: 0;
}

.tantra-overlap-content {
  position: relative;
  z-index: 1;
  border-left: 5px solid #e8c5c5;
}

.drop-cap::first-letter {
  font-family: var(--ananda-heading-font);
  font-size: 4rem;
  color: var(--ananda-primary);
  float: left;
  line-height: 0.8;
  padding-right: 12px;
  padding-top: 8px;
}

.tantra-subheading-dark {
  font-family: var(--ananda-heading-font);
  font-size: 2.2rem;
  color: #222;
  border-color: var(--ananda-primary) !important;
}

.tantra-history-section {
  border-right: 5px solid #e8c5c5;
}

.tantra-final-card {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.tantra-final-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(176, 24, 68, 0.3) 0%, transparent 60%);
  z-index: 0;
}

.tantra-rose-icon-wrap i {
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.font-elsie {
  font-family: var(--ananda-heading-font);
}

.font-poppins {
  font-family: var(--ananda-font);
}

.tantra-standard-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  color: #5c5c5c;
  line-height: 1.8;
}

.ananda-logo-img {
  max-height: 90px;
}

.tantra-hero-section {
  background-color: #faf8f5;
}

.tantra-meta-primary {
  color: var(--ananda-primary) !important;
  letter-spacing: 2px !important;
}

.tantra-lead-quote {
  font-size: 1.3rem !important;
  border-left: 3px solid var(--ananda-primary);
  padding-left: 25px;
}

.tantra-quote-box {
  border-color: var(--ananda-primary) !important;
}

.tantra-quote-icon {
  top: 12px;
  left: 12px;
  color: var(--ananda-primary);
}

.tantra-img-square {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  z-index: 1;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.tantra-img-cover {
  object-fit: cover;
}

.tantra-text-large {
  font-size: 1.15rem !important;
}

.tantra-intermission-section {
  background-color: #fcfaf7;
}

.tantra-max-w-600 {
  max-width: 600px;
  margin: 0 auto;
}

.tantra-signature-wrap {
  min-width: 250px;
}

.tantra-img-framed {
  object-fit: cover;
  padding: 8px;
  background-color: #fff;
}

.tantra-roots-section {
  background-color: #faf8f5;
}

.tantra-max-w-800 {
  max-width: 800px;
}

.tantra-heart-icon {
  font-size: 1.5rem;
}

.courses-intro-strip {
  background: linear-gradient(135deg, #fff7f9 0%, #fff0f4 60%, #fff 100%);
  padding: 44px 0 36px;
  border-bottom: 1px solid #f0dde5;
  position: relative;
  overflow: hidden;
}

.courses-intro-strip::after {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 24, 68, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.courses-intro-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  margin-bottom: 10px;
  display: block;
}

.courses-intro-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2rem, 4vw, 3rem);
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.2;
}

.courses-intro-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #aaa;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.courses-intro-meta i {
  color: var(--ananda-primary);
  font-size: 12px;
}

.courses-intro-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  max-width: 680px;
  margin-bottom: 0;
}

.courses-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.courses-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid #f0dde5;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 3px 12px rgba(176, 24, 68, 0.07);
}

.courses-stat-pill i {
  color: var(--ananda-primary);
  font-size: 15px;
}

.courses-stat-pill span {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.courses-filter-bar {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #f0e8ec;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.courses-filter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.courses-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.courses-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  background: #f9f5f0;
  border: 1.5px solid #ece0e6;
  border-radius: 40px;
  padding: 8px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.courses-tab-btn i {
  font-size: 12px;
}

.courses-tab-btn:hover,
.courses-tab-btn.active {
  background: var(--ananda-primary);
  border-color: var(--ananda-primary);
  color: #fff;
}

.courses-count-badge {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #888;
}

.courses-count-badge span {
  color: var(--ananda-primary);
  font-weight: 700;
}

.courses-grid-section {
  background: #faf7f2;
  padding: 60px 0 80px;
}

.courses-section-heading {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #1a1a1a;
  margin-bottom: 6px;
}

.courses-section-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #999;
  margin-bottom: 36px;
}

.course-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid #f0e8ec;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(176, 24, 68, 0.14);
}

.course-card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
  flex-shrink: 0;
}

.course-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.course-card:hover .course-card-img-wrap img {
  transform: scale(1.07);
}

.course-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.45) 100%);
}

.course-card-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  background: var(--ananda-primary);
  border-radius: 20px;
  padding: 4px 14px;
}

.course-card-accred {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  padding: 6px 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--ananda-primary);
}

.course-card-accred i {
  font-size: 11px;
}

.course-card-body {
  padding: 24px 24px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.course-card-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.3rem;
  color: var(--ananda-primary);
  margin-bottom: 10px;
  line-height: 1.3;
}

.course-card-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 18px;
}

.course-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}

.course-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: #888;
}

.course-meta-item i {
  color: var(--ananda-primary);
  font-size: 11.5px;
}

.course-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #f5edf0;
  padding-top: 16px;
}

.course-card-enroll-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ananda-primary);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.course-card-enroll-btn:hover {
  background: var(--ananda-primary-dark);
  color: #fff;
  transform: translateX(3px);
}

.course-card-enroll-btn i {
  transition: transform 0.3s ease;
}

.course-card:hover .course-card-enroll-btn i {
  transform: translateX(4px);
}

.course-card-read-more {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: var(--ananda-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.course-card-read-more:hover {
  color: var(--ananda-primary-dark);
}

.course-card-featured {
  display: flex;
  flex-direction: row;
}

.course-card-featured .course-card-img-wrap {
  height: auto;
  min-height: 280px;
  width: 45%;
  flex-shrink: 0;
  border-radius: 0;
}

.course-card-featured .course-card-body {
  padding: 32px 30px;
}

.course-card-featured .course-card-title {
  font-size: 1.7rem;
}

.courses-cta-strip {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2b 100%);
  padding: 64px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.courses-cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='40' cy='40' r='30'/%3E%3C/g%3E%3C/svg%3E");
}

.courses-cta-strip h2 {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #fff;
  margin-bottom: 14px;
}

.courses-cta-strip p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.75;
}

.courses-cta-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--ananda-primary);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 5px;
}

.courses-cta-btn-white:hover {
  background: #ffecf0;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: var(--ananda-primary);
}

.courses-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  margin: 5px;
}

.courses-cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
  transform: translateY(-3px);
}

.course-card-item.filter-hidden {
  display: none;
}

.dtu-page {
  background-color: #fdfaf6;
}

.dtu-intro-section {
  padding: 80px 0;
  background: #fff;
}

.dtu-alt-section {
  padding: 80px 0;
  background: #faf7f2;
}

.dtu-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  color: #aaa;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dtu-meta i {
  color: var(--ananda-primary);
}

.dtu-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  margin-bottom: 12px;
}

.dtu-heading {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2rem, 4vw, 3rem);
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 24px;
}

.dtu-heading em {
  font-style: italic;
  color: var(--ananda-primary);
}

.dtu-body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 20px;
}

.dtu-body p,
.dtu-body span,
.dtu-body strong,
.dtu-body em {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  color: #555 !important;
  line-height: 1.9 !important;
}

.dtu-body a {
  color: var(--ananda-primary) !important;
  text-decoration: underline;
}

.dtu-drop-cap::first-letter,
.dtu-drop-cap>p:first-child::first-letter {
  font-family: var(--ananda-heading-font);
  font-size: 4.5rem;
  color: var(--ananda-primary);
  float: left;
  line-height: 0.8;
  padding-right: 10px;
  padding-top: 10px;
}

.dtu-pull-quote {
  font-family: var(--ananda-heading-font);
  font-size: 1.15rem;
  color: #333;
  line-height: 1.8;
  border-left: 4px solid var(--ananda-primary);
  padding: 18px 26px;
  background: #fdf5f7;
  border-radius: 0 12px 12px 0;
  margin: 28px 0;
  font-style: italic;
}

.dtu-pull-quote p,
.dtu-pull-quote span {
  font-family: var(--ananda-heading-font) !important;
  font-size: 1.15rem !important;
  color: #333 !important;
  line-height: 1.8 !important;
  font-style: italic !important;
}

.dtu-accent-block {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2e 100%);
  border-radius: 16px;
  padding: 30px 36px;
  margin: 28px 0;
}

.dtu-accent-text {
  font-family: 'Poppins', sans-serif;
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.85;
  margin: 0;
}

.dtu-accent-text p,
.dtu-accent-text span,
.dtu-accent-text strong,
.dtu-accent-text em {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15.5px !important;
  color: rgba(255, 255, 255, 0.95) !important;
  line-height: 1.85 !important;
}

.dtu-accent-block *,
.dtu-accent-block p,
.dtu-accent-block span,
.dtu-accent-block strong,
.dtu-accent-block em {
  color: rgba(255, 255, 255, 0.95) !important;
}

.dtu-highlight-line {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #333;
  border-left: 3px solid var(--ananda-primary);
  padding: 14px 22px;
  background: #fdf5f7;
  border-radius: 0 8px 8px 0;
  line-height: 1.75;
  margin-top: 28px;
}

.dtu-interlude-section {
  padding: 90px 0;
  background: #1a1118;
  position: relative;
  overflow: hidden;
}

.dtu-interlude-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 24, 68, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.dtu-interlude-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 24, 68, 0.10) 0%, transparent 70%);
  pointer-events: none;
}

.dtu-interlude-inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dtu-interlude-icon {
  font-size: 2.6rem;
  color: var(--ananda-primary);
  opacity: 0.5;
  display: block;
  margin-bottom: 32px;
}

.dtu-blockquote {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #f5eee8;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 40px;
  border: none;
  padding: 0;
  background: none;
}

.dtu-signature-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dtu-signature-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.4);
}

.dtu-signature {
  font-family: var(--ananda-heading-font);
  font-size: 3.6rem;
  color: var(--ananda-primary);
  line-height: 1;
  font-style: italic;
}

.dtu-feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 20px 60px rgba(176, 24, 68, 0.08);
  border: 1px solid rgba(176, 24, 68, 0.1);
  border-top: 4px solid var(--ananda-primary);
}

.dtu-feature-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0e8ec;
}

.dtu-feature-card-header i {
  font-size: 2rem;
  color: var(--ananda-primary);
  opacity: 0.7;
}

.dtu-feature-card-header h3 {
  font-family: var(--ananda-heading-font);
  font-size: 1.5rem;
  color: #1a1a1a;
  margin: 0;
}

.dtu-integration-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dtu-integration-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fdf7f9;
  transition: background 0.2s;
}

.dtu-integration-list li:hover {
  background: #fdeef3;
}

.dtu-integration-list li>i {
  color: var(--ananda-primary);
  font-size: 1rem;
  margin-top: 3px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

.dtu-integration-list li>div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dtu-integration-list li strong {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.dtu-integration-list li span {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}

.dtu-conclusion-section {
  padding: 100px 0;
  background: #fff;
}

.dtu-conclusion-card {
  background: linear-gradient(135deg, #fdf5f7 0%, #fff 100%);
  border: 1px solid rgba(176, 24, 68, 0.12);
  border-top: 4px solid var(--ananda-primary);
  border-radius: 24px;
  padding: 60px 72px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(176, 24, 68, 0.07);
}

.dtu-conclusion-icon {
  color: var(--ananda-primary);
  font-size: 2rem;
  opacity: 0.25;
  display: block;
  margin-bottom: 24px;
}

.dtu-conclusion-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.35;
}

.dtu-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ananda-primary);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dtu-cta-btn:hover {
  background: #7a0f2e;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(176, 24, 68, 0.25);
}

.mlt-page {
  background-color: #fdfaf6;
}

.mlt-lead-section {
  padding: 80px 0;
  background: #fff;
}

.mlt-alt-section {
  padding: 80px 0;
  background: #faf7f2;
}

.mlt-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  color: #aaa;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mlt-meta i {
  color: var(--ananda-primary);
}

.mlt-hero-img-frame {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border: 1px solid #ede0e6;
}

.mlt-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.mlt-hero-caption {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2e 100%);
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 20px;
  text-align: center;
}

.mlt-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  margin-bottom: 12px;
}

.mlt-heading {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2rem, 4vw, 3rem);
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 24px;
}

.mlt-body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 20px;
}

.mlt-body p,
.mlt-body span,
.mlt-body strong,
.mlt-body em {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  color: #555 !important;
  line-height: 1.9 !important;
}

.mlt-body a {
  color: var(--ananda-primary) !important;
  text-decoration: underline;
}

.mlt-drop-cap::first-letter,
.mlt-drop-cap>p:first-child::first-letter {
  font-family: var(--ananda-heading-font);
  font-size: 4.5rem;
  color: var(--ananda-primary);
  float: left;
  line-height: 0.8;
  padding-right: 10px;
  padding-top: 10px;
}

.mlt-pull-quote {
  font-family: var(--ananda-heading-font);
  font-size: 1.15rem;
  color: #333;
  line-height: 1.8;
  border-left: 4px solid var(--ananda-primary);
  padding: 18px 26px;
  background: #fdf5f7;
  border-radius: 0 12px 12px 0;
  margin: 28px 0;
  font-style: italic;
}

.mlt-pull-quote p,
.mlt-pull-quote span {
  font-family: var(--ananda-heading-font) !important;
  font-size: 1.15rem !important;
  color: #333 !important;
  line-height: 1.8 !important;
  font-style: italic !important;
}

.mlt-pillar-card {
  background: #fff;
  border: 1px solid #f0e0e8;
  border-top: 3px solid var(--ananda-primary);
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 6px 24px rgba(176, 24, 68, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mlt-pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(176, 24, 68, 0.12);
}

.mlt-pillar-card>i {
  font-size: 1.6rem;
  color: var(--ananda-primary);
  opacity: 0.7;
  display: block;
  margin-bottom: 14px;
}

.mlt-pillar-card h4 {
  font-family: var(--ananda-heading-font);
  font-size: 1.15rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.mlt-pillar-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #777;
  line-height: 1.7;
  margin: 0;
}

.mlt-divine-card {
  border-radius: 18px;
  padding: 32px 28px;
  height: 100%;
  border: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mlt-divine-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
}

.mlt-shakti {
  background: linear-gradient(145deg, #fff5f8 0%, #fdeef3 100%);
  border-color: #f5d0de;
}

.mlt-shiva {
  background: linear-gradient(145deg, #f5f8ff 0%, #eef2fd 100%);
  border-color: #cdd9f5;
}

.mlt-divine-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mlt-shakti .mlt-divine-card-header i {
  font-size: 1.5rem;
  color: var(--ananda-primary);
}

.mlt-shiva .mlt-divine-card-header i {
  font-size: 1.5rem;
  color: #3a5a99;
}

.mlt-divine-card-header h3 {
  font-family: var(--ananda-heading-font);
  font-size: 1.3rem;
  color: #1a1a1a;
  margin: 0;
}

.mlt-divine-card-header h3 span {
  font-size: 0.95rem;
  color: #999;
  font-style: italic;
}

.mlt-divine-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.mlt-accent-block {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2e 100%);
  border-radius: 16px;
  padding: 30px 36px;
  margin: 28px 0;
}

.mlt-accent-text {
  font-family: 'Poppins', sans-serif;
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.85;
  margin: 0;
}

.mlt-accent-text p,
.mlt-accent-text span,
.mlt-accent-text strong,
.mlt-accent-text em {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15.5px !important;
  color: rgba(255, 255, 255, 0.95) !important;
  line-height: 1.85 !important;
}

.mlt-accent-block *,
.mlt-accent-block p,
.mlt-accent-block span,
.mlt-accent-block strong,
.mlt-accent-block em {
  color: rgba(255, 255, 255, 0.95) !important;
}

.mlt-interlude-section {
  padding: 90px 0;
  background: #14100e;
  position: relative;
  overflow: hidden;
}

.mlt-interlude-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 24, 68, 0.20) 0%, transparent 70%);
  pointer-events: none;
}

.mlt-interlude-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 24, 68, 0.10) 0%, transparent 70%);
  pointer-events: none;
}

.mlt-interlude-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mlt-interlude-icon {
  font-size: 2.4rem;
  color: var(--ananda-primary);
  opacity: 0.5;
  display: block;
  margin-bottom: 32px;
}

.mlt-blockquote {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: #f5eee8;
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 28px;
  border: none;
  padding: 0;
  background: none;
}

.mlt-interlude-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
  margin: 0;
}

.mlt-interlude-sub em {
  color: var(--ananda-primary);
  font-style: normal;
}

.mlt-wave-card {
  background: linear-gradient(135deg, #fdf5f7 0%, #faf2f5 100%);
  border: 1px solid rgba(176, 24, 68, 0.12);
  border-left: 5px solid var(--ananda-primary);
  border-radius: 0 16px 16px 0;
  padding: 32px 36px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 32px 0;
}

.mlt-wave-icon {
  color: var(--ananda-primary);
  font-size: 2rem;
  opacity: 0.5;
  flex-shrink: 0;
  margin-top: 4px;
}

.mlt-wave-text {
  font-family: var(--ananda-heading-font);
  font-size: 1.25rem;
  color: #2a1a20;
  line-height: 1.8;
  font-style: italic;
  margin: 0;
}

.mlt-signature-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid #f0e0e8;
}

.mlt-sig-line {
  width: 48px;
  height: 3px;
  background: var(--ananda-primary);
  border-radius: 2px;
  margin-bottom: 8px;
}

.mlt-sig-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #aaa;
  margin: 0;
}

.mlt-signature {
  font-family: var(--ananda-heading-font);
  font-size: 2.8rem;
  color: var(--ananda-primary);
  line-height: 1.1;
  font-style: italic;
  margin: 0;
}

.mlt-cta-section {
  padding: 100px 0;
  background: #fff;
}

.mlt-cta-icon {
  color: var(--ananda-primary);
  font-size: 2rem;
  opacity: 0.2;
  display: block;
  margin-bottom: 20px;
}

.mlt-cta-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.3;
}

.mlt-cta-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #777;
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.8;
}

.mlt-btn-primary {
  display: inline-flex;
  align-items: center;
  background: var(--ananda-primary);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mlt-btn-primary:hover {
  background: #7a0f2e;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(176, 24, 68, 0.25);
}

.mlt-btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--ananda-primary);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px;
  border: 2px solid var(--ananda-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.mlt-btn-outline:hover {
  background: var(--ananda-primary);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(176, 24, 68, 0.2);
}

.pay-shop-section .pay-shop-lead {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #666;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.8;
}

.pay-info-section {
  padding: 72px 0 80px;
  background: #fff;
}

.pay-info-heading {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: #1a1a1a;
  margin-bottom: 6px;
  line-height: 1.2;
}

.pay-info-note {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 36px;
}

.pay-method-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #f0eaea;
}

.pay-method-block:last-of-type {
  border-bottom: none;
}

.pay-method-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2e 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.pay-method-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.2rem;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.pay-method-body {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  color: #666;
  line-height: 1.85;
  margin: 0;
}

.pay-link {
  color: var(--ananda-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}

.pay-link:hover {
  opacity: 0.75;
  color: var(--ananda-primary);
}

.pay-bank-details {
  background: #faf7f2;
  border-radius: 12px;
  padding: 20px 24px;
  border: 1px solid #f0e0d0;
  margin-top: 8px;
  max-width: 910px;
}

.pay-bank-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.pay-bank-table td {
  padding: 5px 12px 5px 0;
  vertical-align: top;
  color: #555;
}

.pay-bank-table td:first-child {
  color: #999;
  white-space: nowrap;
  width: 140px;
}

.pay-policy-block {
  padding: 22px 0;
  border-bottom: 1px solid #f0eaea;
}

.pay-policy-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.pay-policy-title i {
  color: var(--ananda-primary);
}

.pay-badge-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pay-gateway-card {
  background: #fff;
  border: 1px solid #ede0e8;
  border-top: 4px solid var(--ananda-primary);
  border-radius: 16px;
  padding: 26px 24px;
  box-shadow: 0 8px 28px rgba(176, 24, 68, 0.07);
}

.pay-gateway-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 48px;
}

.pay-gateway-logo img {
  max-height: 44px;
  max-width: 140px;
  object-fit: contain;
}

.pay-gateway-fallback {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: var(--ananda-heading-font);
  font-size: 1.4rem;
  color: #333;
}

.pay-gateway-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #888;
  line-height: 1.7;
  margin: 0;
  text-align: center;
}

.pay-paysmart {
  background: linear-gradient(135deg, #1a3a6e 0%, #0d2247 100%);
  border-color: #1a3a6e;
}

.pay-paysmart-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.pay-paysmart-header>i {
  font-size: 2.2rem;
  color: #fff;
  opacity: 0.6;
}

.pay-paysmart-brand {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.pay-paysmart-tagline {
  font-family: var(--ananda-heading-font);
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.2;
  margin: 4px 0 0;
}

.pay-paysmart .pay-gateway-desc {
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
}

.pay-accepted-cards {
  background: #fdf9f6;
  border: 1px solid #ede0d4;
  border-radius: 14px;
  padding: 20px 24px;
}

.pay-accepted-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #aaa;
  margin-bottom: 12px;
}

.pay-card-icons {
  display: flex;
  gap: 14px;
  font-size: 2.2rem;
  flex-wrap: wrap;
}

.pay-contact-box {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2e 100%);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pay-contact-box-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
}

.pay-contact-box-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6;
}

.pay-contact-btn {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 0.2s;
  margin-top: 4px;
}

.pay-contact-btn:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.pay-contact-phone {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  text-decoration: none;
  gap: 6px;
  transition: color 0.2s;
}

.pay-contact-phone:hover {
  color: #fff;
}

.pay-products-section {
  padding: 80px 0 88px;
  background: #faf7f2;
}

.pay-prod-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--ananda-primary);
  margin-bottom: 10px;
}

.pay-prod-heading {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.2;
}

.pay-prod-subhead {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  color: #888;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}

.pay-prod-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0e8ec;
}

.pay-prod-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(176, 24, 68, 0.13);
}

.pay-prod-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #f5f0f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pay-prod-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.pay-prod-card:hover .pay-prod-img-wrap img {
  transform: scale(1.07);
}

.pay-prod-overlay {
  position: absolute;
  inset: 0;
  background: rgba(176, 24, 68, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
  font-size: 1.6rem;
}

.pay-prod-card:hover .pay-prod-overlay {
  opacity: 1;
}

.pay-course-wrap {
  background: transparent;
}

.pay-course-thumb {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2e 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.pay-course-thumb i {
  font-size: 3.2rem;
  color: rgba(255, 255, 255, 0.55);
}

.pay-course-thumb span {
  font-family: var(--ananda-heading-font);
  font-size: 1.45rem;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 1px;
}

.pay-prod-body {
  padding: 18px 20px 20px;
}

.pay-prod-badge {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #fdeef3;
  color: var(--ananda-primary);
  padding: 3px 10px;
  border-radius: 50px;
  margin-bottom: 8px;
}

.pay-badge-course {
  background: #eef4ff;
  color: #2a5cad;
}

.pay-prod-name {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 14px;
  min-height: 40px;
}

.pay-prod-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.pay-prod-price {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ananda-primary);
}

.pay-prod-btn {
  display: inline-flex;
  align-items: center;
  background: var(--ananda-primary);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  white-space: nowrap;
}

.pay-prod-btn:hover {
  background: #7a0f2e;
  color: #fff;
  transform: scale(1.04);
}

.pay-prod-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.pay-prod-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding-bottom: 4px;
}

.pay-arrow-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--ananda-primary);
  background: #fff;
  color: var(--ananda-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(176, 24, 68, 0.10);
}

.pay-arrow-btn:hover {
  background: var(--ananda-primary);
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 8px 24px rgba(176, 24, 68, 0.22);
}

.pay-products-section .slick-prev,
.pay-products-section .slick-next {
  display: none !important;
}

.news-section {
  padding: 64px 0 80px;
  background: #faf7f2;
}

.news-control-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ede0e0;
}

.news-cats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.news-cat-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 50px;
  border: 1.5px solid #e0d0d8;
  background: #fff;
  color: #888;
  cursor: pointer;
  transition: all 0.22s ease;
  letter-spacing: 0.3px;
}

.news-cat-btn:hover {
  border-color: var(--ananda-primary);
  color: var(--ananda-primary);
  background: #fdeef3;
}

.news-cat-btn.active {
  background: var(--ananda-primary);
  border-color: var(--ananda-primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(176, 24, 68, 0.18);
}

.news-control-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.news-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.news-search-wrap i {
  position: absolute;
  left: 14px;
  color: #bbb;
  font-size: 13px;
  pointer-events: none;
}

.news-search-wrap input {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  padding: 9px 18px 9px 38px;
  border: 1.5px solid #e0d0d8;
  border-radius: 50px;
  background: #fff;
  color: #444;
  width: 220px;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.news-search-wrap input:focus {
  border-color: var(--ananda-primary);
  box-shadow: 0 0 0 3px rgba(176, 24, 68, 0.08);
}

.news-view-toggle {
  display: flex;
  background: #fff;
  border: 1.5px solid #e0d0d8;
  border-radius: 10px;
  overflow: hidden;
}

.news-view-btn {
  width: 38px;
  height: 38px;
  background: transparent;
  border: none;
  color: #aaa;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-view-btn.active {
  background: var(--ananda-primary);
  color: #fff;
}

.news-view-btn:not(.active):hover {
  background: #fdeef3;
  color: var(--ananda-primary);
}

.news-results-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 30px;
}

.news-results-meta strong {
  color: #555;
}

.news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--ananda-primary);
  text-decoration: none;
  margin-top: 12px;
  transition: gap 0.2s;
}

.news-read-more:hover {
  gap: 12px;
  color: var(--ananda-primary);
}

.news-grid-cat-badge,
.news-list-cat-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ananda-primary);
  padding: 4px 12px;
  border-radius: 50px;
  backdrop-filter: blur(6px);
  z-index: 2;
}

.news-badge-awards {
  color: #9a7010;
}

.news-badge-events {
  color: #8a5030;
}

.news-badge-newsletter {
  color: #6a1a8a;
}

.news-badge-training {
  color: #1a4a50;
}

.news-hidden {
  display: none !important;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 52px;
}

.news-grid-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f0e0ea;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.news-grid-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(176, 24, 68, 0.12);
}

.news-grid-img-link {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.news-grid-img {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: rgba(255, 255, 255, 0.45);
  overflow: hidden;
  position: relative;
}

.news-thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.news-grid-card:hover .news-thumb-img,
.news-list-item:hover .news-thumb-img {
  transform: scale(1.07);
}

.news-grid-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-grid-meta {
  display: flex;
  gap: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #bbb;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.news-grid-meta i {
  color: var(--ananda-primary);
  opacity: 0.7;
  margin-right: 4px;
}

.news-grid-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.2rem;
  line-height: 1.35;
  margin-bottom: 10px;
}

.news-grid-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
}

.news-grid-title a:hover {
  color: var(--ananda-primary);
}

.news-grid-excerpt {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #777;
  line-height: 1.75;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 52px;
}

.news-list-item {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #f0e0ea;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-list-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(176, 24, 68, 0.10);
}

.news-list-img-link {
  flex-shrink: 0;
  width: 220px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.news-list-thumb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.4);
  min-height: 172px;
  position: relative;
  overflow: hidden;
}

.news-list-item:hover .news-list-thumb {
  transform: scale(1.05);
}

.news-list-body {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.news-list-meta {
  display: flex;
  gap: 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #bbb;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.news-list-meta i {
  color: var(--ananda-primary);
  opacity: 0.7;
  margin-right: 4px;
}

.news-list-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.news-list-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
}

.news-list-title a:hover {
  color: var(--ananda-primary);
}

.news-list-excerpt {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: #777;
  line-height: 1.75;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-no-results {
  text-align: center;
  padding: 64px 20px;
  color: #bbb;
}

.news-no-results i {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
  color: #e0c0cc;
}

.news-no-results p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
}

.news-reset-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  background: var(--ananda-primary);
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s;
}

.news-reset-btn:hover {
  background: #7a0f2e;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
}

.news-page-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #e0d0d8;
  background: #fff;
  color: #888;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.22s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.news-page-btn:hover:not(:disabled) {
  border-color: var(--ananda-primary);
  color: var(--ananda-primary);
  background: #fdeef3;
}

.news-page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.news-page-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
}

.news-page-num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1.5px solid #e0d0d8;
  background: #fff;
  color: #666;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.22s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.news-page-num:hover:not(.active) {
  border-color: var(--ananda-primary);
  color: var(--ananda-primary);
  background: #fdeef3;
}

.news-page-num.active {
  background: var(--ananda-primary);
  border-color: var(--ananda-primary);
  color: #fff;
  box-shadow: 0 6px 20px rgba(176, 24, 68, 0.22);
  transform: scale(1.08);
}

.news-page-ellipsis {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #bbb;
  padding: 0 4px;
  line-height: 44px;
}

.cwr-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.cwr-hero-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.04);
  transition: transform 8s ease;
}

.cwr-hero:hover .cwr-hero-img {
  transform: scale(1.00);
}

.cwr-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 5, 5, 0.15) 0%, rgba(10, 5, 5, 0.55) 55%, rgba(10, 5, 5, 0.82) 100%);
}

.cwr-hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 0 52px;
}

.cwr-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.cwr-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.cwr-breadcrumb a:hover {
  color: #fff;
}

.cwr-breadcrumb .current {
  color: rgba(255, 255, 255, 0.85);
}

.cwr-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--ananda-primary);
  color: #fff;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.cwr-hero-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2rem, 5vw, 3.6rem);
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.cwr-hero-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.65);
}

.cwr-hero-meta i {
  color: var(--ananda-primary);
  margin-right: 5px;
  opacity: 0.85;
}

.cwr-page {
  background: #faf7f2;
  padding: 64px 0 80px;
}


.cwr-body {
  font-family: 'Poppins', sans-serif;
  font-size: 15.5px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 20px;
}

.cwr-drop-cap::first-letter {
  font-family: var(--ananda-heading-font);
  float: left;
  font-size: 4.2rem;
  line-height: 0.85;
  margin: 4px 12px 0 0;
  color: var(--ananda-primary);
}

.cwr-heading {
  font-family: var(--ananda-heading-font);
  font-size: 1.7rem;
  color: #1a1a1a;
  margin: 38px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0e0ea;
}

.cwr-pull-quote {
  border-left: 4px solid var(--ananda-primary);
  background: linear-gradient(135deg, #fdf5f7, #faf0f5);
  border-radius: 0 16px 16px 0;
  padding: 28px 32px;
  margin: 32px 0;
  font-family: var(--ananda-heading-font);
  font-size: 1.2rem;
  color: #3a1a2a;
  line-height: 1.65;
  position: relative;
}

.cwr-quote-icon {
  display: block;
  font-size: 1.8rem;
  color: var(--ananda-primary);
  opacity: 0.3;
  margin-bottom: 10px;
}

.cwr-pull-quote cite {
  display: block;
  margin-top: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: var(--ananda-primary);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.cwr-feature-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0e0ea;
  padding: 24px 22px;
  height: 100%;
  box-shadow: 0 4px 18px rgba(176, 24, 68, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.cwr-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(176, 24, 68, 0.12);
}

.cwr-feature-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--ananda-primary), #7a0f2e);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.cwr-feature-card h4 {
  font-family: var(--ananda-heading-font);
  font-size: 1.05rem;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.cwr-feature-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #777;
  line-height: 1.7;
  margin: 0;
}

.cwr-check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.cwr-check-list li {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  color: #555;
  padding: 9px 0 9px 32px;
  position: relative;
  border-bottom: 1px solid #f5edf0;
  line-height: 1.6;
}

.cwr-check-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 11px;
  color: var(--ananda-primary);
  background: #fdeef3;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  text-align: center;
}

.cwr-dot-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.cwr-dot-list li {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  color: #666;
  padding: 6px 0 6px 22px;
  position: relative;
}

.cwr-dot-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 7px;
  height: 7px;
  background: var(--ananda-primary);
  border-radius: 50%;
  opacity: 0.6;
}

.cwr-inline-link {
  color: var(--ananda-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: opacity 0.2s;
}

.cwr-inline-link:hover {
  opacity: 0.75;
  color: var(--ananda-primary);
}

.cwr-accent-block {
  background: linear-gradient(135deg, #1a0510 0%, #2d0a18 100%);
  border-radius: 20px;
  padding: 36px 40px;
  margin: 38px 0;
  position: relative;
  overflow: hidden;
}

.cwr-accent-block::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 24, 68, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.cwr-accent-icon {
  font-size: 1.8rem;
  color: var(--ananda-primary);
  opacity: 0.5;
  display: block;
  margin-bottom: 14px;
}

.cwr-accent-text {
  font-family: var(--ananda-heading-font);
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
  margin: 0 0 12px;
}

.cwr-accent-author {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  letter-spacing: 0.5px;
}

.cwr-share-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 0;
  border-top: 1px solid #f0e0ea;
  border-bottom: 1px solid #f0e0ea;
  margin: 40px 0;
  flex-wrap: wrap;
}

.cwr-share-label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #888;
}

.cwr-share-btns {
  display: flex;
  gap: 8px;
}

.cwr-share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cwr-share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.cwr-fb {
  background: #1877f2;
}

.cwr-tw {
  background: #1da1f2;
}

.cwr-em {
  background: var(--ananda-primary);
}

.cwr-lk {
  background: #0a66c2;
}

.cwr-author-card {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid #f0e0ea;
  border-radius: 18px;
  padding: 28px 28px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  align-items: flex-start;
  margin-top: 8px;
}

.cwr-author-avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ananda-primary), #7a0f2e);
  color: #fff;
  font-family: var(--ananda-heading-font);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(176, 24, 68, 0.25);
}

.cwr-author-name {
  font-family: var(--ananda-heading-font);
  font-size: 1.1rem;
  color: #1a1a1a;
  margin: 0 0 2px;
}

.cwr-author-role {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: var(--ananda-primary);
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

.cwr-author-bio {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #777;
  line-height: 1.7;
  margin: 0;
}

.cwr-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 100px;
}

.cwr-sidebar-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.05rem;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.cwr-info-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #f0e0ea;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(176, 24, 68, 0.07);
}

.cwr-info-card-header {
  background: linear-gradient(135deg, var(--ananda-primary) 0%, #7a0f2e 100%);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.cwr-info-card-header i {
  font-size: 1rem;
  opacity: 0.8;
}

.cwr-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cwr-info-list li {
  display: flex;
  flex-direction: column;
  padding: 14px 24px;
  border-bottom: 1px solid #faf0f5;
}

.cwr-info-list li:last-child {
  border-bottom: none;
}

.cwr-info-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.cwr-info-label i {
  color: var(--ananda-primary);
  margin-right: 6px;
}

.cwr-info-value {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}

.cwr-info-value em {
  font-size: 11px;
  color: #aaa;
  font-style: normal;
}

.cwr-book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ananda-primary);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 24px;
  margin: 0;
  transition: background 0.2s, transform 0.2s;
}

.cwr-book-btn:hover {
  background: #7a0f2e;
  color: #fff;
  transform: none;
}

.cwr-includes-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #f0e0ea;
  padding: 24px 24px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.cwr-includes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cwr-includes-list li {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #555;
  padding: 7px 0 7px 26px;
  position: relative;
  border-bottom: 1px solid #fdf6f8;
  line-height: 1.5;
}

.cwr-includes-list li:last-child {
  border-bottom: none;
}

.cwr-includes-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 10px;
  color: #27ae60;
}

.cwr-contact-card {
  background: linear-gradient(135deg, #1a0510 0%, #2d0a18 100%);
  border-radius: 18px;
  padding: 24px 24px;
  color: rgba(255, 255, 255, 0.8);
}

.cwr-contact-card .cwr-sidebar-title {
  color: #fff;
}

.cwr-contact-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 14px;
}

.cwr-contact-link-btn {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.2s;
}

.cwr-contact-link-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.cwr-related-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #f0e0ea;
  padding: 24px 24px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.cwr-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cwr-related-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: transform 0.2s;
}

.cwr-related-list a:hover {
  transform: translateX(4px);
}

.cwr-related-thumb {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
}

.cwr-related-title {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin: 0 0 3px;
  line-height: 1.4;
}

.cwr-related-date {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #bbb;
}

.workshops-page {
  background: #fff;
}

.workshops-header-section {
  padding: 36px 0 10px;
  background: #fdf9f4;
  border-bottom: 1px solid #f0e9df;
}

.workshops-title-wrapper {
  max-width: 820px;
}

.workshops-intro-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.85;
  margin-bottom: 12px;
}

.workshops-link {
  color: var(--ananda-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
  transition: opacity 0.2s;
}

.workshops-link:hover {
  opacity: 0.75;
  color: var(--ananda-primary);
}

.workshops-grid-section {
  padding: 52px 0 20px;
}

.workshop-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.workshop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(176, 24, 68, 0.13);
}

.workshop-img-wrapper {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.workshop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.workshop-card:hover .workshop-img {
  transform: scale(1.07);
}

.workshop-overlay {
  position: absolute;
  inset: 0;
  background: rgba(176, 24, 68, 0.52);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.workshop-card:hover .workshop-overlay {
  opacity: 1;
}

.workshop-overlay-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}

.workshop-overlay-btn:hover {
  background: #fff;
  color: var(--ananda-primary);
}

.workshop-card-body {
  padding: 24px 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-top: 3px solid var(--ananda-primary);
}

.workshop-card-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.55rem;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.3;
}

.workshop-card-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: #777;
  line-height: 1.75;
  margin-bottom: 18px;
  flex: 1;
}

.workshop-more-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--ananda-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.2s, opacity 0.2s;
  align-self: flex-start;
}

.workshop-more-btn:hover {
  opacity: 0.8;
  color: var(--ananda-primary);
  gap: 9px;
}

.workshops-bottom-strip {
  width: 100%;
  height: 10px;
  background-color: #fdf6ec;
  border-top: 1px solid #f0e5d5;
  border-bottom: 1px solid #f0e5d5;
}

.terms-page-header {
  background-color: #f0ebe1;
  padding: 38px 0 28px;
  border-bottom: 1px solid #e5ddd2;
}

.terms-page-header .breadcrumb-wrapper {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

.terms-page-header .breadcrumb-wrapper a {
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

.terms-page-header .breadcrumb-wrapper a:hover {
  color: #b01844;
}

.terms-page-header .breadcrumb-wrapper .sep {
  margin: 0 6px;
  color: #bbb;
}

.terms-page-header .breadcrumb-wrapper .current {
  color: #555;
  font-weight: 500;
}

.terms-page-header h1 {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: #b01844;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.25;
}

.terms-content-section {
  background: #fff;
  padding: 42px 0 60px;
}

.terms-last-updated {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: #999;
  font-style: italic;
  margin-bottom: 32px;
}

.terms-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-top: 32px;
  margin-bottom: 14px;
}

.terms-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-top: 22px;
  margin-bottom: 10px;
}

.terms-content h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  margin-top: 22px;
  margin-bottom: 10px;
}

.terms-content p,
.terms-content li {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.85;
  margin-bottom: 10px;
}

.terms-content ul,
.terms-content ol {
  padding-left: 20px;
  margin-bottom: 14px;
}

.terms-content ol.terms-numbered {
  list-style: none;
  padding-left: 0;
}

.terms-content ol.terms-numbered li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.terms-content .terms-def-list {
  list-style: none;
  padding-left: 0;
}

.terms-content .terms-def-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
}

.terms-content .terms-def-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #999;
}

.terms-content .terms-sub-list {
  list-style: none;
  padding-left: 0;
}

.terms-content .terms-sub-list li {
  padding-left: 0;
}

.terms-content .terms-pandemic-list {
  list-style: none;
  padding-left: 0;
  counter-reset: pandemic-counter;
}

.terms-content .terms-pandemic-list li {
  counter-increment: pandemic-counter;
  padding-left: 0;
}

.terms-reviews-section {
  background: #fff;
  padding: 52px 0 40px;
  border-top: 1px solid #f0ebe1;
}

.terms-reviews-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #1a1a1a;
  margin-bottom: 4px;
}

.google-rating-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 18px 16px;
  text-align: center;
}

.google-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #444;
  margin-bottom: 8px;
}

.google-score {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  line-height: 1;
  margin-bottom: 4px;
}

.google-stars i {
  color: #fbbc05;
  font-size: 13px;
}

.review-on-google-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #333;
  border: 1.5px solid #d0d0d0;
  border-radius: 6px;
  padding: 7px 16px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.review-on-google-btn:hover {
  border-color: #b01844;
  color: #b01844;
}

.review-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 18px 18px 16px;
  margin: 0 8px;
  min-height: 190px;
}

.review-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.reviewer-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
}

.reviewer-name {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #222;
}

.reviewer-date {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #aaa;
  margin-bottom: 0;
}

.review-stars i {
  color: #fbbc05;
  font-size: 11px;
}

.review-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-top: 8px;
  margin-bottom: 6px;
}

.review-read-more {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #1a73e8;
  text-decoration: none;
}

.review-read-more:hover {
  text-decoration: underline;
}

.reviews-slider .slick-dots li button:before {
  color: #b01844;
}

.reviews-slider .slick-dots li.slick-active button:before {
  color: #b01844;
}

.reviews-slider .slick-prev:before,
.reviews-slider .slick-next:before {
  color: #b01844;
}

.terms-newsletter-section {
  background: #fdf9f4;
  padding: 52px 0;
  border-top: 1px solid #f0e9df;
}

.nl-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: #1a1a1a;
  margin-bottom: 10px;
}

.nl-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #777;
  margin-bottom: 24px;
}

.terms-nl-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.terms-nl-form input {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  padding: 11px 18px;
  outline: none;
  flex: 1 1 180px;
  max-width: 240px;
  transition: border-color 0.2s;
}

.terms-nl-form input:focus {
  border-color: #b01844;
}

.terms-nl-form button {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  background: #b01844;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 11px 32px;
  cursor: pointer;
  transition: background 0.2s;
}

.terms-nl-form button:hover {
  background: #8a1335;
}

.shop-intro-section {
  background-color: #fdf9f4;
}

.shop-intro-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2rem, 4vw, 3rem);
  color: #1a1a1a;
}

.shop-intro-text {
  font-family: 'Poppins', sans-serif;
  color: #4a4a4a;
  font-size: 1.1rem;
  line-height: 1.8;
}

.shop-highlight-text {
  color: var(--ananda-primary);
  font-size: 1.25rem;
}

.shop-grid-section {
  background-color: #fff;
}

.shop-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fcfcfc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.shop-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.shop-product-img-wrap {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #f0e9df;
  overflow: hidden;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-product-img {
  max-height: 100%;
  mix-blend-mode: multiply;
  transition: transform 0.5s ease;
}

.shop-product-card:hover .shop-product-img {
  transform: scale(1.05);
}

.shop-product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.shop-product-card:hover .shop-product-overlay {
  opacity: 1;
}

.shop-buy-btn {
  background-color: var(--ananda-primary);
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 10px 24px;
  border: none;
  transform: translateY(20px);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.shop-product-card:hover .shop-buy-btn {
  transform: translateY(0);
}

.shop-buy-btn:hover {
  background-color: var(--ananda-primary-dark);
}

.shop-product-body {
  padding: 20px;
}

.shop-product-name {
  font-family: var(--ananda-heading-font);
  font-size: 1.25rem;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.4;
}

.shop-product-price {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #8b6b5d;
  margin-bottom: 0;
}

.sitemap-section {
  background-color: #fdf9f4;
}

.sitemap-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  border: 1px solid #f0e9df;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sitemap-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.sitemap-card-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.5rem;
  color: var(--ananda-primary);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sitemap-card-icon {
  width: 35px;
  height: 35px;
  background-color: #fcecf0;
  color: var(--ananda-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.sitemap-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sitemap-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.sitemap-list li:last-child {
  margin-bottom: 0;
}

.sitemap-list li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #d1a89c;
  font-size: 12px;
  transition: transform 0.2s ease;
}

.sitemap-list li:hover::before {
  transform: translateX(3px);
  color: var(--ananda-primary);
}

.sitemap-link {
  font-family: 'Poppins', sans-serif;
  color: #4a4a4a;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
  line-height: 1.5;
}

.sitemap-link:hover {
  color: var(--ananda-primary);
}

.login-section {
  background: linear-gradient(135deg, #fdf9f4 0%, #f4e8dc 100%);
  padding: 80px 0;
}

.login-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  border: 1px solid #f0e9df;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  max-width: 500px;
  margin: 0 auto;
}

.login-title {
  font-family: var(--ananda-heading-font);
  font-size: 40px;
  line-height: 50px;
  color: var(--ananda-primary);
  margin-bottom: 15px;
  text-align: center;
}

.login-subtitle {
  font-family: 'Poppins', sans-serif;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 30px;
  font-size: 0.95rem;
}

.login-subtitle a {
  color: var(--ananda-primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.login-subtitle a:hover {
  color: var(--ananda-primary-dark);
  text-decoration: underline;
}

.login-form-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.login-form-control {
  border: 1px solid #e0d8cf;
  border-radius: 8px;
  padding: 12px 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background-color: #fafafa;
}

.login-form-control:focus {
  border-color: var(--ananda-primary);
  box-shadow: 0 0 0 3px rgba(176, 24, 68, 0.1);
  background-color: #ffffff;
}

.login-form-check-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: #555;
  cursor: pointer;
}

.login-form-check-input {
  cursor: pointer;
}

.login-form-check-input:checked {
  background-color: var(--ananda-primary);
  border-color: var(--ananda-primary);
}

.login-submit-btn {
  background-color: var(--ananda-primary);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  margin-top: 15px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.login-submit-btn:hover {
  background-color: var(--ananda-primary-dark);
  transform: translateY(-2px);
}

.login-logo {
  max-height: 80px;
  width: auto;
}

.login-forgot-link {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: var(--ananda-primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.login-forgot-link:hover {
  color: var(--ananda-primary-dark);
  text-decoration: underline;
}

.error-section {
  background-color: #fdf9f4;
  padding: 100px 0 120px 0;
  text-align: center;
}

.error-code {
  font-family: var(--ananda-heading-font);
  font-size: clamp(6rem, 15vw, 10rem);
  color: var(--ananda-primary);
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 4px 4px 0px rgba(176, 24, 68, 0.08);
}

.error-title {
  font-family: var(--ananda-heading-font);
  font-size: clamp(2rem, 5vw, 3rem);
  color: #1a1a1a;
  margin-bottom: 15px;
}

.error-text {
  font-family: 'Poppins', sans-serif;
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.error-btn {
  background-color: var(--ananda-primary);
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 14px 36px;
  border-radius: 50px;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.error-btn:hover {
  background-color: var(--ananda-primary-dark);
  transform: translateY(-2px);
}

.search-results-section {
  padding: 60px 0 100px;
  background-color: #fdf9f4;
}

.search-results-header {
  margin-bottom: 40px;
  border-bottom: 1px solid #e0d8cf;
  padding-bottom: 20px;
}

.search-results-title {
  font-family: var(--ananda-heading-font);
  font-size: 2.2rem;
  color: var(--ananda-primary);
  margin-bottom: 5px;
}

.search-results-meta {
  font-family: 'Poppins', sans-serif;
  color: #555;
  font-size: 1rem;
}

.search-result-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #f0e9df;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  display: flex;
  gap: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.search-result-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.search-result-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.search-result-img-wrap {
  position: relative;
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}

.search-result-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--ananda-primary);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.search-result-price {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ananda-primary);
  display: block;
  margin-bottom: 10px;
}

.search-result-buy-btn {
  font-size: 0.9rem;
  padding: 8px 20px;
  background-color: var(--ananda-primary);
  color: #fff !important;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.search-result-buy-btn:hover {
  background-color: var(--ananda-primary-dark);
}

.search-result-content {
  flex-grow: 1;
}

.search-result-heading {
  font-family: var(--ananda-heading-font);
  font-size: 1.6rem;
  margin-bottom: 8px;
  line-height: 1.2;
}

.search-result-heading a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.search-result-heading a:hover {
  color: var(--ananda-primary);
}

.search-result-date {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 10px;
  display: block;
}

.search-result-excerpt {
  font-family: 'Poppins', sans-serif;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.search-result-read-more {
  font-family: 'Poppins', sans-serif;
  color: var(--ananda-primary);
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.search-result-read-more:hover {
  color: var(--ananda-primary-dark);
}

.ack-form-section {
  padding: 80px 0 100px;
  background-color: #fdf9f4;
}

.ack-container {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  border-radius: 8px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
}

.ack-main-title {
  font-family: var(--ananda-heading-font);
  font-size: 3rem;
  color: var(--ananda-primary);
  margin-bottom: 15px;
}

.ack-subtitle {
  font-family: var(--ananda-heading-font);
  font-size: 2rem;
  color: var(--ananda-primary);
  margin-bottom: 10px;
  font-weight: 500;
}

.ack-section-header {
  font-family: var(--ananda-heading-font);
  font-size: 1.5rem;
  color: var(--ananda-primary);
  margin-bottom: 25px;
  margin-top: 45px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.ack-details-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.ack-input {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 10px 0;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #555;
  transition: border-color 0.3s;
  background: transparent;
  margin-bottom: 25px;
}

.ack-input:focus {
  outline: none;
  border-bottom-color: var(--ananda-primary);
}

.ack-paragraph {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.ack-check-group {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.ack-check-input {
  margin-top: 0;
  accent-color: var(--ananda-primary);
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid #ddd;
}

.ack-check-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 1.5;
  display: inline-block;
}

.ack-medical-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}

.ack-submit-btn {
  background-color: var(--ananda-primary);
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ack-submit-btn:hover {
  background-color: var(--ananda-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(176, 24, 68, 0.2);
}

.lesson-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 5px solid var(--ananda-primary);
}

.lesson-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.lesson-title {
  font-family: var(--ananda-heading-font);
  font-size: 1.8rem;
  color: var(--ananda-primary);
  margin-bottom: 20px;
}

.audio-player-container {
  background: #fdf8f9;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.audio-player-container audio {
  width: 100%;
  height: 40px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

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

.download-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  transition: color 0.3s ease;
  text-decoration: none;
  color: #4a4a4a;
}

.download-item:last-child {
  border-bottom: none;
}

.download-item:hover {
  color: var(--ananda-primary);
}

.download-item i {
  font-size: 1.2rem;
  color: var(--ananda-primary);
}

.sidebar-course-info {
  background: var(--ananda-primary);
  color: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
}

.sidebar-course-info h4 {
  font-family: var(--ananda-heading-font);
  margin-bottom: 15px;
}

.sidebar-course-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-course-info ul li {
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}


@keyframes wave-bar {

  0%,
  100% {
    transform: scaleY(0.5);
  }

  50% {
    transform: scaleY(1);
  }
}

@keyframes modal-slide-in {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tantraFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tantraFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile dropdown slide-in animation */
@keyframes mobileDropSlide {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ── Sidebar Rich Content (TinyMCE output) ── */
.sidebar-rich-content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  padding: 28px 24px;
  margin-bottom: 28px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}

.sidebar-rich-content h1,
.sidebar-rich-content h2,
.sidebar-rich-content h3,
.sidebar-rich-content h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #b01844;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

.sidebar-rich-content h2 {
  font-size: 1.5rem;
}

.sidebar-rich-content h3 {
  font-size: 1.1rem;
}

.sidebar-rich-content h4 {
  font-size: 1rem;
}

.sidebar-rich-content p {
  margin-bottom: 10px;
}

.sidebar-rich-content ul,
.sidebar-rich-content ol {
  padding-left: 20px;
  margin-bottom: 12px;
}

.sidebar-rich-content ul li,
.sidebar-rich-content ol li {
  margin-bottom: 6px;
}

.sidebar-rich-content a {
  color: #b01844;
  text-decoration: none;
}

.sidebar-rich-content a:hover {
  color: #8c1236;
}

.sidebar-rich-content strong {
  color: #1f2937;
}

.sidebar-rich-content img {
  max-width: 100%;
  border-radius: 6px;
  margin: 8px 0;
}

.sidebar-rich-content hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 16px 0;
}


/* ── Purchase Course Content Blocks ── */
.pc-content-blocks {
  font-family: 'Poppins', sans-serif;
}

.pc-block-heading {
  font-family: 'Playfair Display', Georgia, serif;
  color: #b01844;
  margin: 32px 0 16px;
  line-height: 1.3;
}

.pc-block-heading:first-child {
  margin-top: 0;
}

.pc-block-text {
  margin-bottom: 28px;
}

.pc-block-text p {
  line-height: 1.8;
  color: #374151;
}

.pc-block-image {
  margin: 28px 0;
}

.pc-block-image img {
  width: 100%;
  border-radius: 12px;
}

.pc-block-caption {
  font-size: 13px;
  color: #6b7280;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}

.pc-block-video {
  margin: 28px 0;
}

.pc-block-video video {
  width: 100%;
  border-radius: 12px;
}

.pc-block-audio {
  margin: 20px 0;
}

.pc-audio-player {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff8f9;
  border: 1px solid #f3c6d0;
  border-radius: 12px;
  padding: 20px;
}

.pc-block-pdf {
  margin: 20px 0;
}

.pc-pdf-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
}

.pc-pdf-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #b01844;
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.pc-pdf-download:hover {
  background: #8c1236;
  color: #fff;
}


/* ── Per-block password gate ── */
.pc-block-gate {
  margin: 20px 0;
  border: 2px dashed #fde68a;
  border-radius: 12px;
  padding: 24px;
  background: #fffbeb;
  text-align: center;
}

.pc-block-gate-inner {
  max-width: 340px;
  margin: 0 auto;
}

.pc-block-gate i.fa-lock {
  font-size: 2rem;
  color: #d97706;
  margin-bottom: 12px;
  display: block;
}

.pc-block-gate-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #92400e;
  margin-bottom: 16px;
}


.dynamic-content p {
  font-size: 16px;
}


.dynamic-content {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

.dynamic-content h1,
.dynamic-content h2,
.dynamic-content h3,
.dynamic-content h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #b01844;
  margin-top: 28px;
  margin-bottom: 14px;
  font-weight: 700;
}

.dynamic-content h1 {
  font-size: 32px;
}

.dynamic-content h2 {
  font-size: 26px;
}

.dynamic-content h3 {
  font-size: 21px;
}

.dynamic-content h4 {
  font-size: 18px;
}

.dynamic-content p {
  margin-bottom: 16px;
}

.dynamic-content ul,
.dynamic-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

.dynamic-content ul {
  list-style: disc;
}

.dynamic-content ol {
  list-style: decimal;
}

.dynamic-content li {
  margin-bottom: 8px;
}

.dynamic-content a {
  color: #b01844;
  text-decoration: underline;
}

.dynamic-content a:hover {
  color: #8c1236;
}

.dynamic-content strong {
  font-weight: 700;
}

.dynamic-content img {
  max-width: 100%;
  border-radius: 12px;
  margin: 16px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.dynamic-content blockquote {
  border-left: 4px solid #b01844;
  padding: 12px 20px;
  margin: 20px 0;
  background: rgba(176, 24, 68, 0.04);
  border-radius: 0 10px 10px 0;
  color: #4b5563;
  font-style: italic;
}

.dynamic-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 14px;
}

.dynamic-content table th,
.dynamic-content table td {
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
}

.dynamic-content table th {
  background: #f9fafb;
  font-weight: 700;
  color: #1f2937;
}

.dynamic-content hr {
  border: none;
  border-top: 2px solid #f3f4f6;
  margin: 28px 0;
}

.sidebar-dynamic {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}

.sidebar-dynamic h2,
.sidebar-dynamic h3,
.sidebar-dynamic h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #b01844;
  margin-top: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}

.sidebar-dynamic p {
  margin-bottom: 12px;
  font-size: 16px;
}

.sidebar-dynamic ul,
.sidebar-dynamic ol {
  padding-left: 20px;
  margin-bottom: 14px;
}

.sidebar-dynamic ul {
  list-style: disc;
}

.sidebar-dynamic a {
  color: #b01844;
  text-decoration: none;
}

.sidebar-dynamic strong {
  font-weight: 700;
}


@media only screen and (max-width: 1780px) {
  .left_logo {
    width: 30% !important;
  }

  .ananda-footer-socials {
    width: 30% !important;
  }

  .ananda-footer-slogan {
    width: 40% !important;
  }

  .ananda-footer-separator {
    margin: 0 0 0 190px;
  }
}

@media only screen and (max-width: 1680px) {
  .ananda-footer-separator {
    margin: 0 0 0 190px;
  }

  .ananda-footer-vertical-line {
    left: -30px;
  }

  .ananda-footer-middle {
    padding: 20px 0px 20px 0px;
  }

  .ananda-newsletter-desc br {
    display: none;
  }

  .ananda-hero-title {
    font-size: 60px;
    line-height: 65px;
  }

  .ananda-awards-title,
  .ananda-shop-title,
  .ananda-happiness-title,
  .ananda-section-title {
    font-size: 55px;
    line-height: 60px;
  }

  .ananda-hero-title br {
    display: none;
  }

  .ananda-hero-row {
    gap: 30px;
  }

  .ananda-nav-link {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1440px) {
  .ananda-footer-list li {
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 15px;
  }

  .ananda-footer-list li::before {
    top: -2px;
    font-size: 17px;
  }

  .ananda-newsletter-heading {
    font-size: 40px;
  }

  .ananda-newsletter-desc {
    font-size: 15px;
    line-height: 1.6;
  }

  .ananda-footer-slogan {
    font-size: 15px;
  }

  .ananda-subscribe-btn {
    padding: 10px 30px;
    font-size: 16px;
    letter-spacing: 0px;
  }

  .ananda-footer-contact-info {
    font-size: 15px;
  }

  .ananda-footer-separator {
    margin: 0 0 0 135px;
  }

  .ananda-newsletter-form .form-control {
    font-size: 15px;
  }

  .ananda-hero-title {
    font-size: 55px;
    line-height: 60px;
  }

  .ananda-awards-title,
  .ananda-shop-title,
  .ananda-happiness-title,
  .ananda-section-title {
    font-size: 50px;
    line-height: 55px;
  }

  .ananda-awards-desc {
    font-size: 15px;
    line-height: 1.5;
  }

  .awards_heading {
    padding-bottom: 0 !important;
  }

  .ananda_shop {
    margin-bottom: 1rem !important;
  }

  .ananda-happiness-desc {
    font-size: 16px;
    line-height: 1.6;
  }

  .ananda-stat-number {
    font-size: 85px;
  }

  .ananda-stat-label {
    font-size: 14px;
  }

  .ananda-explore-section {
    padding-top: 15px !important;
  }

  .ananda-explore-title {
    font-size: 25px;
  }

  .ananda-section-subtitle {
    font-size: 18px;
  }

  .ananda-hero-subtitle {
    font-size: 16px;
  }

  .ananda-nav-link {
    font-size: 16px;
  }

  .tantra-standard-text {
    font-size: 16px !important;
    line-height: 1.8;
  }

  .tantra-lead-quote {
    font-size: 1.1rem !important;
    padding-left: 20px;
  }

  .tantra-lead-text {
    font-size: 1.3rem !important;
  }

  .tantra-main-title {
    font-size: 45px;
  }

  .tantra-subheading {
    font-size: 28px;
  }

  .tantra-signature {
    font-size: 32px;
  }

  .tantra-quote-icon {
    top: 10px;
    left: 10px;
    font-size: 35px;
  }

  .tantra-quote-box {
    padding: 32px !important;
  }

  .Khajuraho_right {
    width: 30% !important;
  }

  .Khajuraho_left {
    width: 70% !important;
  }

  .contact-form-side {
    padding: 25px 20px;
  }

  .contact-info-side {
    padding: 35px 30px;
  }

  .contact-connect-title {
    font-size: 38px;
  }

  .contact-form-title {
    font-size: 34px;
  }

  .contact-connect-subtitle {
    font-size: 15px;
  }

  .contact-info-list i {
    font-size: 18px;
    margin-right: 20px;
    margin-top: 5px;
    width: 13px;
  }

  .contact-info-value-md,
  .contact-info-value-lg {
    font-size: 15px;
  }

  .contact_main {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .treatment-img-pane {
    min-height: 528px;
    height: 528px;
  }

  .treat-title {
    font-size: 32px;
  }

  .treat-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .treat-features li {
    font-size: 15px;
  }

  .treatment-sessions-section {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 1366px) {
  .award_service {
    padding-right: 1rem !important;
  }

  .ananda_shop_container {
    padding-bottom: 2rem !important;
    padding-top: 1rem !important;
  }

  .ananda-nav-link {
    font-size: 15px;
  }

  .ananda-dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 6px 15px;
  }

  .ananda-dropdown-menu .dropdown-item:hover::before {
    left: 16px;
  }

  .ananda-dropdown-menu .dropdown-item:hover {
    padding-left: 30px;
    padding-right: 15px;
  }

  .ananda-icon-link {
    font-size: 18px;
  }

  .ananda-logo-icon img {
    max-height: 60px !important;
  }

  .contact-info-list,
  .contact-form-subtitle {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .ananda-newsletter-heading {
    font-size: 35px;
  }

  .left_logo img {
    max-height: 60px !important;
  }

  .ananda-footer-separator {
    margin: 0 0 0 110px;
  }

  .ananda-footer-vertical-line {
    left: -20px;
  }

  .ananda-hero-title {
    font-size: 50px;
    line-height: 55px;
  }

  .ananda-awards-title,
  .ananda-shop-title,
  .ananda-happiness-title,
  .ananda-section-title {
    font-size: 45px;
    line-height: 50px;
  }

  .awards_section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ananda-product-name {
    font-size: 14px;
  }

  .ananda-badge-text {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .ananda-happiness-badge {
    width: 130px;
    height: 180px;
    left: -10%;
  }

  .ananda-happiness-woman {
    max-width: 120%;
  }

  .ananda-happiness-desc {
    font-size: 15px;
    line-height: 1.6;
  }

  .ananda-stat-number {
    font-size: 70px;
  }

  .ananda-outline-btn {
    font-size: 17px;
    margin-bottom: 0 !important;
  }

  .ananda-award-progress-bar {
    width: 45px !important;
  }

  .ananda-award-prev,
  .ananda-award-next {
    width: 40px;
    height: 40px;
  }

  .ananda-hero-subject {
    height: 50vh;
  }

  .ananda-hero-subtitle {
    font-size: 15px;
  }

  .header_full {
    flex-direction: column;
  }

  .header_menu {
    width: 100%;
  }

  .ananda-top-bar {
    justify-content: center !important;
    align-items: center !important;
  }

  #anandaMainNav {
    justify-content: center !important;
  }

  .ananda-search-btn {
    font-size: 18px;
  }

  .tantra-standard-text {
    font-size: 15px !important;
    line-height: 22px;
  }

  .tantra-lead-quote {
    font-size: 1rem !important;
    padding-left: 20px;
  }

  .tantra-lead-text {
    font-size: 1.1rem !important;
  }

  .tantra-main-title {
    font-size: 40px;
  }

  .tantra-subheading {
    font-size: 22px;
  }

  .tantra-signature {
    font-size: 28px;
  }

  .Euphoria_content {
    width: 100% !important;
  }

  .tantra_math_box,
  .tantra_ocean_box {
    padding: 0 20px !important;
  }

  .Khajuraho_right {
    width: 35% !important;
  }

  .Khajuraho_left {
    width: 65% !important;
  }

  .treatment-img-pane {
    min-height: 500px;
    height: 500px;
  }

  .treat-title {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .ananda-side-padding {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
}

@media (max-width: 1199.98px) {
  .videos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ananda-product-img {
    max-height: 400px;
  }

}

@media only screen and (max-width: 1150px) {
  .newsletter_contact {
    padding-left: 40px;
  }

  .ananda-footer-contact-info {
    gap: 10px !important;
  }

  .ananda-footer-vertical-line {
    left: -20px;
    min-height: 255px;
  }

  .left_logo img {
    max-height: 50px !important;
  }

  .ananda-happiness-dots {
    width: 260px;
    height: 260px;
  }

  .ananda-happiness-woman {
    max-width: 100%;
  }

  .full_treat {
    margin-top: 0 !important;
  }

  .ananda-explore-section {
    padding-top: 0px !important;
  }

  .happiness_ptline {
    margin-top: 0 !important;
  }

  .tantra-lead-text {
    font-size: 1em !important;
    margin-bottom: 12px !important;
  }

  .Euphoria_header {
    margin-bottom: 20px !important;
  }

  .contact-form-side {
    padding: 20px 40px;
  }

  .contact-connect-title {
    font-size: 32px;
  }

  .contact-form-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1080px) {
  .ananda-newsletter-heading {
    font-size: 30px;
  }

  .ananda-footer-separator {
    margin: 0 0 0 85px;
  }

  .ananda-footer-socials .ananda-social-circle {
    width: 23px;
    height: 23px;
    font-size: 11px;
  }

  .ananda-stat-number {
    font-size: 55px;
  }

  .ananda-explore-title {
    font-size: 22px;
  }

  .ananda-nav-link {
    font-size: 14px;
  }

  .ananda-nav-link {
    padding: 9px 13px !important;
  }

  .ack-form-section {
    padding: 20px 0;
  }

}

@media only screen and (max-width: 1024px) {
  .ananda-newsletter-heading {
    font-size: 25px;
  }

  .ananda-footer-list li {
    font-size: 14px;
  }

  .ananda-footer-slogan {
    font-size: 14px;
  }

  .ananda-newsletter-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .ananda-subscribe-btn {
    padding: 10px 25px;
    font-size: 15px;
    letter-spacing: 0px;
  }

  .ananda-footer-bottom {
    font-size: 14px;
  }

  .ananda-awards-slider .slick-list {
    padding: 20px 0 30px !important;
  }

  .ananda-hero-title {
    font-size: 45px;
    line-height: 50px;
  }

  .ananda-awards-title,
  .ananda-shop-title,
  .ananda-happiness-title,
  .ananda-section-title {
    font-size: 40px;
    line-height: 45px;
  }

  .ananda-shop-subtitle {
    font-size: 1rem;
  }

  .ananda-award-icon {
    height: 190px;
  }

  .ananda-awards-desc {
    font-size: 14px;
  }

  .ananda_shop_container {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
  }

  .ananda-happiness-dots {
    width: 210px;
    height: 210px;
  }

  .ananda-happiness-arch {
    margin-top: 10px;
  }

  .ananda-stat-label {
    font-size: 14px;
  }

  .ananda-hero-subtitle {
    font-size: 14px;
  }

  .ananda-social-circle {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .ananda-hero-row {
    min-height: 78vh;
  }

  .ananda-navbar {
    padding-right: 5px !important;
  }

  .Catherine_quote {
    margin-bottom: 20px !important;
  }

  .tantra-standard-text {
    font-size: 14px !important;
    line-height: 22px;
  }

  .tantra-lead-quote {
    font-size: 1rem !important;
    padding-left: 20px;
  }

  .tantra-lead-text {
    font-size: 1rem !important;
  }

  .tantra-main-title {
    font-size: 32px;
  }

  .tantra-subheading {
    font-size: 20px;
  }

  .tantra-signature {
    font-size: 24px;
  }

  .contact-info-value-md,
  .contact-info-value-lg,
  .contact-info-value-sm {
    font-size: 14px;
  }

  .contact-form-subtitle {
    font-size: 14px;
  }

  .contact-info-side {
    width: 38% !important;
  }

  .contact-form-side {
    width: 62% !important;
  }

  .ananda-btn-send {
    padding: 12px 20px;
    font-size: 15px;
  }

  .ananda-contact-form .form-control {
    padding: 12px 18px;
    font-size: 14px;
  }

  .contact_main {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .contact-connect-title {
    font-size: 28px;
  }

  .contact-form-title {
    font-size: 24px;
  }

  .treatment-sessions-section {
    padding: 45px 0;
  }

  .treatment-content-pane {
    padding: 30px 30px;
  }

  .treat-num-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 45px;
    height: 45px;
    font-size: 16px;
  }

  .treat-desc {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
  }

  .treat-features li {
    font-size: 14px;
  }

  .about-bio-section .row {
    flex-direction: column;
  }

  .about-bio-section .row .col-lg-7 {
    order: 2 !important;
    width: 100% !important;
  }

  .about-bio-section .row .col-lg-5 {
    order: 1 !important;
    width: 100% !important;
  }

  .about-bio-img-wrap img {
    object-fit: cover;
    max-height: 640px;
    object-position: top;
  }
}

@media (max-width: 1024px) {
  .login-title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 992px) {
  .ananda-dropdown {
    position: relative;
  }

  .ananda-dropdown:hover .ananda-dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .ananda-dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--ananda-transition);
    margin-top: 0;
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    min-width: 300px;
    padding: 15px 0;
  }

  .ananda-dropdown:hover .ananda-dropdown-icon {
    transform: rotate(180deg);
  }
}


@media (max-width: 991.98px) {

  .ananda-dropdown-menu {
    display: none !important;
  }

  /* When Bootstrap adds .show, reveal it with smooth animation */
  .ananda-dropdown-menu.show {
    display: block !important;
    animation: mobileDropSlide 0.22s ease forwards;
  }


  .ananda-header {
    position: relative;
  }

  .header_menu {
    position: static !important;
  }

  #anandaMainNav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--ananda-primary);
    z-index: 1050;
    padding: 0 15px 15px 15px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  }

  .ananda-top-bar {
    display: none !important;
  }

  .ananda-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ananda-dropdown-menu {
    background-color: transparent;
    border: none;
    padding-left: 20px;
  }

  .ananda-dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 6px 15px;
    color: rgba(255, 255, 255, 0.85);
  }

  .ananda-dropdown-menu .dropdown-item:hover,
  .ananda-dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding-left: 25px;
    border-radius: 8px;
  }

  .ananda-dropdown-menu .dropdown-item::before {
    display: none;
  }

  .ananda-nav-list {
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-top: 15px !important;
    padding: 15px;
  }

  .ananda-nav-link {
    padding: 15px 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ananda-nav-item:last-child .ananda-nav-link {
    border-bottom: none;
  }

  .ananda-dropdown-icon {
    float: right;
    margin-top: 8px;
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .ananda-nav-link.show .ananda-dropdown-icon {
    transform: rotate(180deg);
  }

  .ananda-toggler {
    transition: transform 0.3s ease;
  }

  .ananda-toggler[aria-expanded="true"] {
    transform: rotate(90deg);
  }

  .ananda-awards-title,
  .ananda-awards-desc {
    max-width: none;
  }

  .ananda-award-card {
    height: 360px !important;
  }

  .ananda-awards-slider {
    height: 430px !important;
  }

  .ananda-awards-slider .slick-slide {
    transform: scale(0.9);
  }

  .awards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .aitr-sidebar {
    position: static;
    margin-top: 40px;
  }

  .about-cred-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-hero {
    flex-direction: column;
    min-height: auto;
  }

  .about-hero-left {
    flex: none;
    height: 420px;
    width: 100%;
  }

  .about-hero-left::after {
    background: linear-gradient(to bottom, transparent 60%, #faf7f2 100%);
  }

  .about-hero-right {
    padding: 40px 24px 50px;
  }

  .book-hero {
    padding: 70px 0 60px;
  }

  .book-hero-img-card img {
    height: 300px;
  }

  .book-hero-float-tag {
    left: 0;
  }

  .book-process-step::after {
    display: none;
  }

  .faq-sidebar {
    position: static;
    margin-top: 40px;
  }

  .faq-intro-img-wrap {
    height: 260px;
    margin-top: 28px;
  }

  .course-card-featured {
    flex-direction: column;
  }

  .course-card-featured .course-card-img-wrap {
    width: 100%;
    height: 260px;
  }

  .about-cta-strip {
    padding: 25px 0;
  }

  .ananda-happiness-right-img {
    max-width: 500px;
    margin: 0px auto;
  }

  .ananda-award-controls {
    justify-content: end;
  }

}

@media only screen and (max-width: 991px) {
  .ananda-awards-slider .slick-list {
    padding: 0 0px 30px 0 !important;
  }

  .ananda-award-card {
    height: 390px !important;
  }

  .ananda-hero-title {
    font-size: 24px;
    line-height: 34px;
  }

  .ananda-awards-title,
  .ananda-shop-title,
  .ananda-happiness-title,
  .ananda-section-title {
    font-size: 35px;
    line-height: 40px;
  }

  .award_service {
    margin-bottom: 16px !important;
  }

  .ananda_shop {
    margin-bottom: 0rem !important;
  }

  .lead {
    font-size: .875em;
    font-weight: 300;
  }

  .banner_img {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
  }

  .banner_img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
        rgba(255, 105, 180, 0) 0%,
        rgba(255, 105, 180, 0.2) 50%,
        rgba(255, 20, 147, 0.8) 100%);
    z-index: 1;
  }

  .ananda-happiness-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .explore_row {
    margin-bottom: 20px !important;
  }

  .ananda-hero-subtitle {
    margin-bottom: 25px !important;
    color: #fff;
  }

  .ananda-hero-title {
    margin-bottom: 15px !important;
    color: #fff;
  }

  .ananda-hero-btn {
    background: #fff;
  }

  .ananda-hero-subject {
    height: 100%;
  }

  .ananda-hero-row {
    min-height: auto;
  }

  .ananda-hero-row {
    gap: 0px;
  }

  .ananda-hero-row {
    align-items: flex-start !important;
  }

  .bannertxt_top {
    padding-top: 25px !important;
    margin-bottom: 50px;
    position: absolute !important;
    bottom: 0px;
    width: 100%;
    left: 0;
  }

  .ananda-hero-socials {
    margin: 25px 0 !important;
    display: none !important;
  }

  .header_full {
    flex-direction: row;
  }

  .header_menu {
    width: 40%;
  }

  .logo_full {
    width: 60%;
  }

  .tantra_math_box2 {
    margin-top: 0 !important;
  }

  .tantrafirst_fig,
  .tantrafirst_fig img {
    width: 100% !important;
  }

  .tantra2nd {
    flex-direction: column-reverse;
    gap: 25px !important;
    padding-bottom: 35px;
  }

  .tantra_math_box,
  .tantra_ocean_box {
    padding: 0 15px !important;
  }

  .tantra_math_box {
    margin-top: 35px !important;
  }

  .trantra_trust {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
  }

  .Khajuraho_right {
    margin-top: 0 !important;
  }

  .Khajuraho_right {
    width: 40% !important;
  }

  .Khajuraho_left {
    width: 60% !important;
  }

  .tantra4th_sec {
    margin-bottom: 0px !important;
  }

  .tantra_top_sec {
    margin-bottom: 20px !important;
  }

  .Concluding_offr {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .euphoria_row {
    margin-bottom: 20px !important;
  }

  .Euphoria_card {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .aitr-testimonials-section {
    margin: 0;
  }

  .about-bio-img-wrap {
    margin-bottom: 20px;
  }

  .about-bio-img-wrap img {
    object-fit: cover;
    max-height: 640px;
    object-position: top;
  }

  .aitr-content-section {
    padding-inline: 10px;
  }

  .ananda-slide .px-sm-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}

@media (max-width: 991px) {

  .treatment-row,
  .treatment-row.reverse {
    flex-direction: column;
  }

  .treatment-img-pane {
    flex: 0 0 320px;
    height: 320px;
    min-height: 320px;
  }

  .treat-num-badge,
  .treatment-row.reverse .treat-num-badge {
    top: 20px;
    left: 20px;
    right: auto;
  }

  .treatment-content-pane {
    padding: 40px 32px;
  }

  .contact-form-side {
    padding: 40px 30px;
  }

  .contact-info-side {
    padding: 40px 30px;
  }

  .dtu-intro-section,
  .dtu-alt-section {
    padding: 60px 0;
  }

  .dtu-interlude-section {
    padding: 64px 0;
  }

  .dtu-conclusion-section {
    padding: 64px 0;
  }

  .dtu-conclusion-card {
    padding: 44px 36px;
  }

  .mlt-lead-section,
  .mlt-alt-section {
    padding: 60px 0;
  }

  .mlt-interlude-section {
    padding: 64px 0;
  }

  .mlt-cta-section {
    padding: 64px 0;
  }

  .pay-info-section {
    padding: 52px 0 60px;
  }

  .pay-badge-sidebar {
    position: static;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-list-img-link {
    width: 180px;
  }

  .cwr-hero {
    min-height: 400px;
  }

  .cwr-sidebar {
    position: static;
  }

  .cwr-article {
    max-width: 100%;
  }

  .login-title {
    font-size: 35px;
    line-height: 40px;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    color: var(--ananda-primary);
    text-decoration: none;
    background-color: none;
  }

  .pay-products-section {
    padding: 40px 0 40px;
  }

  .terms-content-section {
    background: #fff;
    padding: 15px 0 20px;
  }

  .workshops-grid-section .row>* {
    margin-top: 2rem;
  }

  .ananda-header {
    padding-block: 10px;
  }

}

@media only screen and (max-width: 850px) {
  .contact_row {
    flex-direction: column !important;
  }

  .contact-info-side {
    width: 100% !important;
  }

  .contact-form-side {
    width: 100% !important;
  }

  .contact-form-side {
    padding: 30px 30px;
  }

  .contact-info-side {
    padding: 30px 30px;
  }

  .contact_main {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .treatment-sessions-section {
    padding: 35px 0;
  }

  .treatment-img-pane {
    min-height: 460px;
    height: 460px;
  }

  .ananda-section-title {
    font-size: 24px !important;
  }

}

@media (min-width: 768px) {
  .ananda-footer-top {
    flex-direction: row !important;
  }
}

@media (max-width: 768px) {

  .tantra-premium-card,
  .tantra-overlap-content {
    padding: 40px 30px;
  }

  .tantra-lead-text {
    font-size: 1.4rem;
  }

  .tantra-statement-text {
    font-size: 2rem;
  }

  .tantra-overlap-bg {
    display: none;
  }

  .ack-container {
    padding: 30px 20px;
  }

  .ack-main-title {
    font-size: 2.2rem;
  }

  .ack-subtitle {
    font-size: 1.6rem;
  }

}

@media (max-width: 767.98px) {
  .google-rating-box {
    width: 100%;
    margin-bottom: 28px;
  }

  .awards-nl-form {
    flex-direction: column;
  }

  .awards-nl-form input {
    width: 100%;
  }

  .aitr-testimonials-section {
    padding: 36px 20px 36px;
  }

  .aitr-testi-card {
    padding: 28px 20px 22px;
    margin: 0 6px 10px;
  }

  .aitr-page-header {
    padding: 26px 0 18px;
  }

  .aitr-content-section {
    padding: 32px 0 20px;
  }


  .videos-section {
    padding: 32px 0 50px;
  }

  .video-featured-body {
    padding: 18px 18px 16px;
  }

  .videos-filter-bar {
    position: static;
  }

  .podcasts-section {
    padding: 32px 0 20px;
  }

  .podcast-feature-body {
    padding: 24px 20px 22px;
  }

  .podcast-feature-img-wrap {
    min-height: 220px;
  }

  .podcast-episode-card {
    flex-direction: column;
  }

  .podcast-episode-artwork {
    width: 100%;
    height: 200px;
  }

  .podcast-episode-body {
    padding: 18px 18px 16px;
  }

  .book-hero-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .book-services-lead {
    max-width: 100%;
  }

  .faq-intro-strip {
    padding: 28px 0 24px;
  }

  .faq-main-section {
    padding: 36px 0 36px;
  }

  .faq-question {
    padding: 18px 18px;
  }

  .faq-answer-inner {
    padding: 0 18px 20px;
  }

  .faq-search-bar {
    position: static;
  }

  .faq-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .event-card {
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto auto;
  }

  .event-card-date-badge {
    grid-row: 1 / 3;
    min-height: auto;
  }

  .event-card-body {
    border-right: none;
    border-bottom: 1px solid #ede9f6;
    padding: 16px 18px;
  }

  .event-card-cta {
    grid-column: 2;
    padding: 14px 18px;
    align-items: flex-start;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: end;
  }

  .event-date-day {
    font-size: 1.5rem;
  }

  .testi-hero {
    padding: 50px 0 90px;
  }

  .testi-featured-card {
    padding: 30px 22px;
  }

  .testi-featured-card::before {
    font-size: 100px;
    top: -15px;
  }

  .testi-filter-bar {
    position: static;
  }

  .testi-hero-stat-divider {
    display: none;
  }

  .courses-intro-strip {
    padding: 28px 0 24px;
  }

  .courses-grid-section {
    padding: 36px 0 56px;
  }

  .courses-filter-bar {
    position: static;
  }

  .aitr-testi-slider-wrap {
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .ananda-footer-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .mid_lef {
    gap: 30px;
  }

  .newsletter_contact {
    padding-left: 12px;
  }

  .ananda-footer-socials,
  .ananda-footer-slogan,
  .left_logo {
    width: 100% !important;
    justify-content: center;
  }

  .ananda-footer-top {
    padding: 40px 0px 20px 0;
    gap: 7px;
  }

  .ananda-footer-contact-info {
    gap: 20px !important;
  }

  .award_service {
    margin-bottom: 0px !important;
  }

  .ananda-outline-btn {
    font-size: 16px;
    padding: 10px 20px;
  }

  .ananda-badge-text {
    font-size: 1.1rem;
  }

  .ananda-logo-icon img {
    max-height: 50px !important;
  }

  .header_menu {
    width: 50%;
  }

  .logo_full {
    width: 50%;
  }

  .Khajuraho_main_row {
    flex-direction: column !important;
    gap: 25px;
  }

  .Khajuraho_right {
    width: 100% !important;
  }

  .Khajuraho_left {
    width: 100% !important;
  }

  .Khajuraho_left {
    margin-bottom: 0 !important;
  }

  .Intermission_messag {
    padding-bottom: 10px !important;
  }

  .treatment-img-pane {
    min-height: 430px;
    height: 430px;
  }

  .treatment-content-pane {
    padding: 25px 17px;
  }

  .treat-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .pay-products-section {
    padding: 56px 0 64px;
  }


  .news-section {
    padding: 44px 0 60px;
  }

  .news-control-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-control-right {
    width: 100%;
    justify-content: space-between;
  }

  .news-search-wrap input {
    width: 100%;
  }

  .news-list-item {
    flex-direction: column;
  }

  .news-list-img-link {
    width: 100%;
  }

  .news-list-thumb {
    min-height: 160px;
    width: 100%;
  }

  .cwr-page {
    padding: 44px 0 60px;
  }

  .cwr-hero {
    min-height: 320px;
  }

  .cwr-hero-content {
    padding: 60px 0 36px;
  }

  .cwr-pull-quote {
    padding: 20px 22px;
  }

  .cwr-accent-block {
    padding: 24px 22px;
  }

  .cwr-author-card {
    flex-direction: column;
    gap: 14px;
  }

  .search-result-item {
    flex-direction: column;
    gap: 15px;
  }

  .search-result-img {
    width: 100%;
    height: 200px;
  }

  .testi-featured-section {
    padding: 10px 0 0px;
  }

  .terms-content-section {
    padding: 42px 0 20px;
  }
}

@media only screen and (max-width: 700px) {
  .ananda-right-circle {
    width: 80%;
  }

  .ananda-happiness-badge {
    width: 120px;
    height: 170px;
    left: -0%;
  }

  .banner_img {
    margin-bottom: 0px !important;
  }

}

@media only screen and (max-width: 600px) {
  .ananda-awards-slider .slick-list {
    padding: 0 0px 0px 0 !important;
  }

  .ananda-stat-number {
    font-size: 50px;
  }

  .ananda-happiness-section,
  .explore_container,
  .ananda-shop-section,
  .ananda-awards-section {
    padding-bottom: 35px !important;
  }

  .happiness_ptline,
  .explore_container,
  .ananda-shop-section,
  .ananda-awards-section {
    padding-top: 35px !important;
  }

  .ananda-explore-title {
    font-size: 20px;
    margin-bottom: 0;
  }


  .ananda-awards-title,
  .ananda-shop-title,
  .ananda-happiness-title {
    font-size: 30px;
    line-height: 35px;
  }

  .ananda-section-title {
    font-size: 30px;
  }

  .ananda-mobile-contact a {
    font-size: 14px;
    display: flex !important;
    align-items: center;
    overflow-wrap: anywhere;
  }

  .header_menu {
    width: 52%;
  }

  .logo_full {
    width: 48%;
  }

}

@media (max-width: 575.98px) {
  .ananda-award-icon {
    width: 170px;
    height: 170px;
    padding: 16px;
  }

  .ananda-award-card {
    height: 340px !important;
  }

  .ananda-awards-slider {
    height: 400px !important;
  }

  .awards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .videos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .podcast-video-modal-box {
    border-radius: 12px;
  }

  .podcast-video-modal-header {
    padding: 16px 20px;
  }

  .podcast-video-modal-player video {
    border-radius: 0 0 12px 12px;
    max-height: 250px;
  }

  .about-cred-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-left {
    height: 320px;
  }

  .about-bio-section,
  .about-credentials-section,
  .about-video-section,
  .about-offers-section {
    padding: 44px 0;
  }

  .about-stats-strip {
    padding: 30px 0;
  }

  .about-stat-divider {
    display: none;
  }

  .testi-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .treatment-content-pane {
    padding: 30px 20px;
  }

  .treat-title {
    font-size: 1.9rem;
  }

  .cta-btn-ghost {
    margin-left: 0;
    margin-top: 12px;
  }

  .dtu-intro-section,
  .dtu-alt-section {
    padding: 44px 0;
  }

  .dtu-conclusion-card {
    padding: 32px 20px;
  }

  .dtu-drop-cap::first-letter {
    font-size: 3.2rem;
  }

  .dtu-signature {
    font-size: 2.8rem;
  }

  .dtu-feature-card {
    padding: 24px 20px;
  }

  .mlt-lead-section,
  .mlt-alt-section {
    padding: 44px 0;
  }

  .mlt-drop-cap::first-letter {
    font-size: 3.2rem;
  }

  .mlt-signature {
    font-size: 2.2rem;
  }

  .mlt-wave-card {
    flex-direction: column;
    gap: 14px;
    padding: 24px 22px;
  }

  .pay-bank-table td:first-child {
    width: 100px;
  }

  .pay-card-icons {
    font-size: 1.8rem;
    gap: 10px;
  }

  .pay-prod-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

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

  .news-page-num {
    width: 36px;
    height: 36px;
    font-size: 12px;
    border-radius: 9px;
  }

  .news-page-btn {
    width: 36px;
    height: 36px;
  }

  .login-title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .ananda-navbar {
    padding-right: 0px !important;
  }

  .logo_full {
    padding-left: 0 !important;
  }

  .ananda-logo-icon img {
    max-height: 45px !important;
  }

  .header_menu {
    width: 60%;
  }

  .logo_full {
    width: 40%;
  }

  .ack-main-title {
    font-size: 1.80rem;
  }

  .ack-subtitle {
    font-size: 1.3rem;
  }

  .ack-section-header {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 499px) {
  .ananda-awards-slider .slick-slide>div>div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .ananda-award-icon {
    height: 210px;
  }

  .ananda-happiness-badge {
    width: 110px;
    height: 145px;
  }

  .ananda-happiness-badge {
    bottom: 3%;
  }

  .bannertxt_top {
    margin-bottom: 0;
  }

  .ananda-hero-row {
    min-height: auto;
  }

  .ananda-logo-icon img {
    max-height: 40px !important;
  }

  .header_menu {
    width: 63%;
  }

  .bannertxt_top {
    padding-bottom: 25px;
  }

  .logo_full {
    width: 37%;
  }

  .ananda-award-card {
    height: 390px !important;
  }

  .aitr-testi-quote-icon {
    top: 6px;
  }

}

@media (max-width: 479.98px) {
  .book-hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .book-hero-stat:last-child {
    grid-column: span 2;
  }

  .event-card {
    grid-template-columns: 70px 1fr;
  }

}

@media only screen and (max-width: 467px) {
  .ananda-footer-contact-info {
    gap: 10px !important;
  }

  .ananda-right-circle {
    width: 90%;
  }
}

@media only screen and (max-width: 460px) {
  .header_menu {
    width: 100%;
  }

  .logo_full {
    width: 60%;
    position: absolute;
    z-index: 1;
  }

  .ananda-dropdown-menu {
    padding-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  .treat-btn-primary {
    padding: 13px 17px;
    font-size: 14px;
  }

  .treat-btn-outline {
    padding: 12px 18px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 420px) {
  #anandaMainNav {
    padding: 0 10px 10px 10px;
  }

  .awards-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .pay-bank-table tbody tr {
    display: grid;

  }
}



/* ── Counselling Cards ── */
.counsel-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
}

.counsel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(43, 122, 120, 0.15);
}

.counsel-card-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.counsel-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.counsel-card:hover .counsel-card-img-wrap img {
  transform: scale(1.06);
}

.counsel-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(43, 122, 120, 0.5));
}

.counsel-card-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #b01844;
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

.counsel-card-icon {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
}

.counsel-card-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.counsel-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
  line-height: 1.4;
}

.counsel-card-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 16px;
  flex: 1;
}

.counsel-card-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.counsel-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #2b7a78;
  font-weight: 600;
  background: rgba(43, 122, 120, 0.08);
  padding: 4px 10px;
  border-radius: 20px;
}

.counsel-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
}

.counsel-card-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #b01844;
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.25s;
  box-shadow: 0 4px 14px rgba(43, 122, 120, 0.25);
}

.counsel-card-book-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(43, 122, 120, 0.35);
  color: white;
}

.counsel-card-read-more {
  font-size: 13px;
  color: #b01844;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.counsel-card-read-more:hover {
  color: #8c1236;
  text-decoration: underline;
}


/* ── NEWS INNER PAGE ──────────────────────────────────────── */

/* Hero */
.ns-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.ns-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.0);
  transition: transform 8s ease;
}

.ns-hero:hover .ns-hero-bg {
  transform: scale(1.05);
}

.ns-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.ns-hero-inner {
  position: relative;
  z-index: 2;
  padding: 52px 0 44px;
  width: 100%;
  color: white;
}

.ns-breadcrumb {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
}

.ns-breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.ns-breadcrumb a:hover {
  color: white;
}

.ns-breadcrumb .sep {
  margin: 0 8px;
}

.ns-cat-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  color: white;
  margin-bottom: 16px;
}

.ns-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 46px);
  font-weight: 700;
  line-height: 1.2;
  color: white;
  margin-bottom: 20px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  max-width: 820px;
}

.ns-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Poppins', sans-serif;
}

.ns-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Layout */
.ns-body {
  padding: 56px 0 64px;
}

/* Content */
.ns-article-lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e7eb;
}

.ns-article-content {
  font-size: 16px;
  line-height: 1.9;
  color: #374151;
}

.ns-article-content p {
  margin-bottom: 20px;
}

.ns-article-content h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: #b01844;
  margin: 32px 0 14px;
}

.ns-article-content h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 21px;
  font-weight: 700;
  color: #b01844;
  margin: 28px 0 12px;
}

.ns-article-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin: 24px 0 10px;
}

.ns-article-content ul,
.ns-article-content ol {
  padding-left: 26px;
  margin-bottom: 20px;
}

.ns-article-content ul {
  list-style: disc;
}

.ns-article-content ol {
  list-style: decimal;
}

.ns-article-content li {
  margin-bottom: 10px;
}

.ns-article-content a {
  color: #b01844;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.ns-article-content a:hover {
  color: #8c1236;
}

.ns-article-content strong {
  font-weight: 700;
}

.ns-article-content em {
  font-style: italic;
}

.ns-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 24px 0;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.ns-article-content blockquote {
  border-left: 4px solid #b01844;
  padding: 16px 24px;
  margin: 28px 0;
  background: rgba(176, 24, 68, 0.04);
  border-radius: 0 12px 12px 0;
  color: #4b5563;
  font-style: italic;
  font-size: 17px;
  line-height: 1.7;
}

.ns-article-content hr {
  border: none;
  border-top: 2px solid #f3f4f6;
  margin: 36px 0;
}

/* Footer bar */
.ns-article-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid #e5e7eb;
  margin-top: 40px;
}

.ns-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s;
}

/* Author box */
.ns-author-box {
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg, #fff8f9, #fff);
  border: 1px solid #f3c6d0;
  border-radius: 16px;
  padding: 22px 24px;
  margin-top: 40px;
}

.ns-author-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 800;
  color: white;
}

.ns-author-name {
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 3px;
}

.ns-author-meta {
  font-size: 12px;
  color: #9ca3af;
  font-family: 'Poppins', sans-serif;
}

/* Sidebar */
.ns-sidebar-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 22px;
  margin-bottom: 22px;
  border: 1px solid rgba(229, 231, 235, 0.8);
}

.ns-sidebar-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #b01844;
}

/* Related article card */
.ns-related-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f3f4f6;
  text-decoration: none;
  color: inherit;
}

.ns-related-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ns-related-thumb {
  width: 70px;
  height: 54px;
  border-radius: 9px;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.ns-related-item:hover .ns-related-thumb {
  transform: scale(1.05);
}

.ns-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ns-related-thumb-icon {
  width: 70px;
  height: 54px;
  border-radius: 9px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

.ns-related-title {
  font-size: 13px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.4;
  margin-bottom: 4px;
}

.ns-related-item:hover .ns-related-title {
  color: #b01844;
}

.ns-related-date {
  font-size: 11px;
  color: #9ca3af;
}

/* Back link */
.ns-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #b01844;
  text-decoration: none;
  background: rgba(176, 24, 68, 0.07);
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.2s;
  margin-bottom: 36px;
}

.ns-back-link:hover {
  background: rgba(176, 24, 68, 0.14);
  color: #8c1236;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .ns-hero {
    min-height: 350px !important;
  }

  .ns-hero-title {
    font-size: clamp(22px, 5vw, 36px);
  }

  .ns-body {
    padding: 40px 0 48px;
  }

  .ns-sidebar-card {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .ns-hero {
    min-height: 300px !important;
  }

  .ns-hero-inner {
    padding: 40px 0 32px;
  }

  .ns-hero-title {
    font-size: clamp(20px, 6vw, 28px);
  }

  .ns-hero-meta {
    font-size: 12px;
    gap: 12px;
  }

  .ns-article-lead {
    font-size: 16px;
  }

  .ns-article-content {
    font-size: 15px;
  }

  .ns-back-link {
    margin-bottom: 24px;
  }

  .google-rating-box {
    margin: 0 auto 20px;
  }
}

@media (max-width: 575px) {
  .ns-hero {
    min-height: 280px !important;
  }

  .ns-breadcrumb {
    font-size: 12px;
  }

  .ns-cat-pill {
    font-size: 10px;
    padding: 4px 12px;
  }

  .ns-hero-title {
    font-size: 20px;
  }

  .ns-article-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .awards-nl-form {
    flex-direction: column;
  }

  .awards-nl-form input,
  .awards-nl-form button {
    width: 100%;
  }
}