/* Haritha Ayurveda — homepage styles (extracted from index.blade.php for caching/perf) */

		/* ── Unified section eyebrow — same pill "section-badge" style across ALL homepage sections ── */
		.ha-home-alt .section-eyebrow,
		.ha-home-alt .htm-eyebrow,
		.ha-home-alt .hac-eyebrow,
		.ha-home-alt .hgal-eyebrow,
		.ha-home-alt .peb-eyebrow,
		.ha-home-alt .hdiff-badge,
		.ha-home-alt .hdm-eyebrow,
		.ha-home-alt .hblog-eyebrow,
		.ha-home-alt .hfaq-eyebrow,
		.ha-home-alt .ha-watch-eyebrow {
			display: inline-block !important;
			align-items: initial !important;
			justify-content: initial !important;
			font-family: 'Montserrat', sans-serif !important;
			font-size: 12px !important;
			font-weight: 700 !important;
			letter-spacing: 3px !important;
			line-height: 1.5 !important;
			color: #97BC17 !important;
			text-transform: uppercase !important;
			margin: 0 0 14px !important;
			padding: 6px 16px !important;
			background: rgba(151, 188, 23, .12) !important;
			border: 0 !important;
			border-radius: 100px !important;
			gap: 0 !important;
			box-shadow: none !important;
		}
		.ha-home-alt .section-eyebrow::before, .ha-home-alt .section-eyebrow::after,
		.ha-home-alt .htm-eyebrow::before, .ha-home-alt .htm-eyebrow::after,
		.ha-home-alt .hac-eyebrow::before, .ha-home-alt .hac-eyebrow::after,
		.ha-home-alt .hgal-eyebrow::before, .ha-home-alt .hgal-eyebrow::after,
		.ha-home-alt .peb-eyebrow::before, .ha-home-alt .peb-eyebrow::after,
		.ha-home-alt .hdiff-badge::before, .ha-home-alt .hdiff-badge::after,
		.ha-home-alt .hdm-eyebrow::before, .ha-home-alt .hdm-eyebrow::after,
		.ha-home-alt .hblog-eyebrow::before, .ha-home-alt .hblog-eyebrow::after,
		.ha-home-alt .hfaq-eyebrow::before, .ha-home-alt .hfaq-eyebrow::after,
		.ha-home-alt .ha-watch-eyebrow::before, .ha-home-alt .ha-watch-eyebrow::after {
			display: none !important;
			content: none !important;
		}
		.ha-home-alt .section-eyebrow svg, .ha-home-alt .htm-eyebrow svg,
		.ha-home-alt .hac-eyebrow svg, .ha-home-alt .hgal-eyebrow svg,
		.ha-home-alt .peb-eyebrow svg, .ha-home-alt .hdiff-badge svg,
		.ha-home-alt .hdm-eyebrow svg, .ha-home-alt .hblog-eyebrow svg,
		.ha-home-alt .hfaq-eyebrow svg, .ha-home-alt .ha-watch-eyebrow svg {
			display: none !important;
		}

		/* Homepage section rhythm — alternate between two brand colours only.
		   Scoped to .ha-home-alt so shared section classes are unaffected elsewhere. */
		.ha-home-alt #about-1,
		.ha-home-alt #ha-courses,
		.ha-home-alt #ha-retreat,
		.ha-home-alt #services-10,
		.ha-home-alt .hac-section,
		.ha-home-alt #ebooks-library,
		.ha-home-alt .hdm-section,
		.ha-home-alt .hblog-section,
		.ha-home-alt .hfaq-section { background: #ffffff !important; }

		.ha-home-alt .ha-watch-section,
		.ha-home-alt .haritha-divider-section-by-deepak,
		.ha-home-alt .video-feature-section,
		.ha-home-alt .htm-tst,
		.ha-home-alt .hgal-section,
		.ha-home-alt .hdiff-section,
		.ha-home-alt .tch-section,
		.ha-home-alt .hroom-section { background: #f2f7ea !important; }
	

		/* Global override: unify every H2 to match the "Ayurveda and Yoga Retreat
		   in Rishikesh, India" heading (.font30.txt-color-01). */
		h2 {
			font-family: 'Lustria', Georgia, 'Times New Roman', serif !important;
			font-size: 38px !important;
			font-weight: 700 !important;
			line-height: 1.25 !important;
			letter-spacing: 1px !important;
			text-transform: none !important;
			color: #2d4d18 !important;
		}
		.hdiff-section h2 { color: #2d4d18 !important; }
		@media (max-width: 767px) {
			h2 { font-size: 30px !important; }
		}
		@media (max-width: 479px) {
			h2 { font-size: 25px !important; }
		}
	

		/* Global override: every .p-lg uses 20px (matches all section descriptions). */
		.p-lg {
			font-size: 20px !important;
		}

		/* === Global button styling — all .btn match the active/primary look === */
		.btn,
		a.btn,
		button.btn {
			background: linear-gradient(135deg, #97BC17 0%, #507C24 100%) !important;
			color: #fff !important;
			border: 1.5px solid transparent !important;
			border-radius: 100px !important;
			box-shadow: 0 4px 12px rgba(80, 124, 36, 0.28) !important;
			padding: 10px 22px !important;
			font-weight: 600 !important;
			letter-spacing: 0.3px !important;
			text-decoration: none !important;
			transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease !important;
			display: inline-flex !important;
			align-items: center !important;
			justify-content: center !important;
			line-height: 1 !important;
		}

		.btn:hover,
		.btn:focus,
		a.btn:hover,
		a.btn:focus,
		button.btn:hover,
		button.btn:focus {
			background: linear-gradient(135deg, #97BC17 0%, #507C24 100%) !important;
			color: #fff !important;
			transform: translateY(-2px);
			box-shadow: 0 8px 22px rgba(80, 124, 36, 0.45) !important;
			filter: brightness(1.08);
			border-color: transparent !important;
		}

		/* (Secondary buttons in Courses / Packages cards keep their arrow via
				   the section-specific rules below.) */
	

		/* Preserve global hero h1 sizing used elsewhere on the page */
		h1 { font-size: 68px !important; }

		/* === Hero — single image with overlay === */
		.hhero { position: relative; overflow: hidden; min-height: 660px; display: flex; align-items: stretch; }
		.hhero * { box-sizing: border-box; }
		.hhero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; z-index: 0; }
		.hhero-video { position: absolute; inset: 0; z-index: 0; overflow: hidden; opacity: 0; transition: opacity 1.1s ease; pointer-events: none; }
		.hhero-video.is-ready { opacity: 1; }
		.hhero-video iframe { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100vw; height: 56.25vw; min-height: 100%; min-width: 177.78vh; border: 0; pointer-events: none; }
		.hhero-overlay { position: absolute; inset: 0; z-index: 1;
			background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.82) 22%, rgba(0,0,0,.55) 40%, rgba(0,0,0,.20) 55%, rgba(0,0,0,0) 66%); }
		.hhero-inner { position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left; padding-top: 70px; padding-bottom: 56px; }
		.hhero-media { position: absolute; inset: 0; z-index: 0; }
		/* Mobile: stack a clean 16:9 video/thumbnail on top, text content below */
		@media (max-width: 767px){
			/* Clear the fixed mobile header exactly — no oversized gap (was margin-top:28%) */
			.hhero.main_slider_area { margin-top: 96px !important; }
			.hhero { display: block; min-height: 0; overflow: visible; }
			.hhero-media { position: relative; inset: auto; width: 100%; aspect-ratio: 16 / 9; background: #000; overflow: hidden; }
			.hhero-bg { object-position: center; }
			.hhero-video iframe { position: absolute; top: 0; left: 0; transform: none; width: 100%; height: 100%; min-width: 0; min-height: 0; }
			.hhero-overlay { display: none; }
			.hhero-inner { position: relative; z-index: 2; display: block; padding: 26px 15px 34px; background: linear-gradient(160deg, #2d4d18 0%, #1c3310 100%); }
			.hhero-copy .hhero-kicker { margin-bottom: 12px; font-size: 15px; }
			.hhero-copy .hhero-keywords { font-size: 15px; padding-top: 14px; gap: 8px 10px; }
			.hhero-copy .hhero-actions { margin-top: 22px; gap: 12px; }
		}

		.hhero-copy { max-width: 805px; }
		.hhero-kicker { display: inline-flex; align-items: center; gap: 6px; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; letter-spacing: 3px; color: #f3efe4; margin-bottom: 20px; }
		.hhero-kicker .ln { width: 50px; height: 1.5px; background: #97BC17; display: inline-block; }
		.hhero-copy .hhero-title { font-size: 56px !important; text-align: left; margin: 0 0 20px; }
		.hhero-copy .hhero-title .gold { color: #97BC17; }
		.hhero-copy .hhero-sub { text-align: left; margin: 0 0 24px; max-width: 740px; color: #e7e2d4; }
		.hhero-keywords { width: 100%; display: inline-flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; padding-top: 20px; border-top: 1px solid #97BC17; font-size: 22px; letter-spacing: 1px; color: #eae5d7; }
		.hhero-keywords b { font-weight: 600; }
		.hhero-keywords i { color: #97BC17; font-style: normal; font-weight: 900}
		.hhero-copy .hhero-actions { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 16px; margin: 28px 0 0; }
		.hhero-copy .hhero-btn { border-radius: 50px; }
		.hhero-copy .hhero-btn.primary { background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); }
		@media (max-width: 991px){ .hhero-copy .hhero-title { font-size: 44px !important; } }
		@media (max-width: 767px){ .hhero-copy .hhero-title { font-size: 34px !important; } .hhero-copy, .hhero-copy .hhero-sub { max-width: 100%; } }

		.hhero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: 'Brush Script MT', 'Segoe Script', cursive; font-size: 30px; color: #fff; margin-bottom: 8px; }
		.hhero-eyebrow svg { width: 34px; height: 18px; fill: none; stroke: #507C24; stroke-width: 1.6; }
		.hhero-title { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; color: #fff; line-height: 1.08; margin: 0 0 6px; font-size: 60px !important; }
		.hhero-title .gold { color: #507C24; display: block; }
		.hhero-divider { display: flex; align-items: center; gap: 14px; margin: 14px 0 18px; }
		.hhero-divider span { width: 110px; height: 2px; background: linear-gradient(90deg, #507C24, transparent); }
		.hhero-divider span:first-child { background: linear-gradient(90deg, transparent, #507C24); max-width: 90px; }
		.hhero-divider svg { width: 26px; height: 26px; fill: #507C24; flex: 0 0 auto; }
		.hhero-sub { font-size: 18px; line-height: 1.7; color: #ece6d6; max-width: 640px; margin: 0 auto 28px; text-align: center;}

		.hhero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-bottom: 44px; }
		.hhero-btn { display: inline-flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 700; padding: 16px 32px; border-radius: 10px; text-decoration: none; transition: transform .25s, background .25s, box-shadow .25s; }
		.hhero-btn svg { width: 20px; height: 20px; }
		.hhero-btn.primary { background: #4a7a23; color: #fff; box-shadow: 0 10px 26px rgba(0,0,0,.3); }
		.hhero-btn.primary svg { fill: #cde3a6; }
		.hhero-btn.primary:hover { background: #3c6322; color: #fff; transform: translateY(-2px); }
		.hhero-btn.ghost { background: rgba(255,255,255,.06); color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
		.hhero-btn.ghost svg { fill: #507C24; }
		.hhero-btn.ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; color: #fff; transform: translateY(-2px); }

		/* Stats bar */
		.hhero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; width: 100vw; margin-left: calc(50% - 50vw); background: #507C24; border: 0; border-radius: 0; padding: 13px max(24px, calc((100vw - 1160px) / 2)); box-shadow: none; }
		.hhero-stat { display: flex; align-items: center; gap: 13px; padding: 4px 24px; border-left: 1px solid rgba(255,255,255,.18); }
		.hhero-stat:first-child { border-left: 0; }
		.hhero-stat-ico { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; background: #355019; display: flex; align-items: center; justify-content: center; }
		.hhero-stat-ico svg { width: 22px; height: 22px; fill: #fff; }
		.hhero-stat .t { font-family: Georgia, serif; font-size: 22px; font-weight: 700; color: #fff; line-height: 1.05; }
		.hhero-stat .s { font-size: 16px; color: rgba(255,255,255,1); }
		.hhero-statbar { background: transparent; padding: 0; overflow: hidden; }

		/* Feature bar below hero */
		.hhero-features { background: linear-gradient(180deg, #fbf7ec 0%, #f6f1e2 100%); padding: 30px 0; }
		.hhero-features .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
		.hhero-feature { display: flex; align-items: flex-start; gap: 15px; padding: 6px 26px; border-left: 1px solid #e6ddc6; }
		.hhero-feature:first-child { border-left: 0; }
		.hhero-feature-ico { flex: 0 0 auto; width: 58px; height: 58px; border-radius: 50%; border: 1.5px solid #c5cdb0; background: #fbf6e8; display: flex; align-items: center; justify-content: center; }
		.hhero-feature-ico svg { width: 28px; height: 28px; fill: #4a7a23; }
		.hhero-feature strong { display: block; font-size: 16px; color: #2d4d18; font-weight: 700; line-height: 1.25; margin-bottom: 4px; }
		.hhero-feature span { font-size: 13.5px; color: #7a8366; line-height: 1.5; }

		@media (max-width: 1100px) {
			.hhero-title { font-size: 48px !important; }
		}
		@media (max-width: 991px) {
			.hhero { min-height: 0; }
			.hhero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.78), rgba(0,0,0,.66)); }
			.hhero-inner { padding-top: 48px; padding-bottom: 30px; }
			.hhero-title { font-size: 38px !important; }
			.hhero-sub { max-width: 100%; }
			.hhero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
			.hhero-stat:nth-child(odd) { border-left: 0; }
			.hhero-features .container { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
			.hhero-feature:nth-child(odd) { border-left: 0; }
		}
		@media (max-width: 575px) {
			.hhero-title { font-size: 30px !important; }
			.hhero-eyebrow { font-size: 24px; }
			.hhero-sub { font-size: 16px; }
			.hhero-btn { flex: 1 1 auto; justify-content: center; padding: 14px 18px; }
			/* Keep the stat bar as a compact 2x2 (2 rows) on phones */
			.hhero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 14px; column-gap: 6px; padding: 14px 16px; }
			.hhero-stat { border-left: 0; padding: 2px 8px; gap: 8px; text-align: center; justify-content: center; }
			.hhero-stat .t { font-size: 19px; }
			.hhero-stat .s { font-size: 13.5px; line-height: 1.3; }
			.hhero-features .container { grid-template-columns: 1fr; }
			.hhero-feature { border-left: 0; }
		}
	

		/* === Courses section: modern UI/UX === */
		#services-10 {
			background: radial-gradient(circle at top right, #EEF5E8 0%, transparent 35%), radial-gradient(circle at bottom left, #F2F7EE 0%, transparent 30%), #F8F6EF;
			padding: 50px 0 !important;
			position: relative;
		}

		#services-10::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 1px;
			background: linear-gradient(90deg, transparent, rgba(80, 124, 36, 0.15), transparent);
		}

		/* Section heading */
		#services-10 .section-title {
			margin-bottom: 50px !important;
		}

		#services-10 .section-eyebrow {
			display: inline-block;
			font-size: 12px;
			font-weight: 700;
			letter-spacing: 3px;
			color: #97BC17;
			text-transform: uppercase;
			margin-bottom: 14px;
			padding: 6px 16px;
			background: rgba(151, 188, 23, 0.12);
			border-radius: 100px;
		}

		#services-10 .section-title h2 {
			font-size: 38px !important;
			font-weight: 700 !important;
			color: #2d4d18 !important;
			margin-bottom: 8px;
			line-height: 1.25;
			position: relative;
		}

		#services-10 .section-title h2::after {
			content: '';
			display: block;
			width: 90px;
			height: 4px;
			background: linear-gradient(90deg, #97BC17, #507C24);
			border-radius: 2px;
			margin: 18px auto 6px;
		}

		#services-10 .section-title img {
			display: none;
		}

		/* hide old SVG separator — replaced by gradient bar */
		#services-10 .section-title p.p-lg {
			color: #5a6b52 !important;
			font-size: 20px !important;
			line-height: 1.7;
			margin: 0 auto;
		}

		/* Course cards */
		#services-10 .service-block {
			margin-bottom: 30px;
			/* Make each column a flex container so the card inside stretches
							   to the row's tallest height (equal-height cards). */
			display: flex;
		}

		#services-10 .sbox-10 {
			background: #fff !important;
			border-radius: 0;
			overflow: hidden;
			box-shadow: 0 4px 24px rgba(45, 77, 24, 0.08);
			transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
				box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
			width: 100%;
			border: 2px solid #507C24 !important;
			padding: 0 !important;
			/* Flex column on mobile (image stacks above text); switches to a
							   side-by-side row on desktop via the media query below. */
			display: flex;
			flex-direction: column;
		}

		/* === Horizontal (image beside content) layout on desktop === */
		@media (min-width: 992px) {
			#services-10 .sbox-10 {
				flex-direction: row;
			}

			/* Zigzag: these cards put the image on the right instead of the left */
			#services-10 .sbox-10--img-right {
				flex-direction: row-reverse;
			}

			#services-10 .sbox-10-img {
				flex: 0 0 42%;
				aspect-ratio: auto;
			}
		}

		/* Duration pill at the top of each card's text body */
		#services-10 .course-duration {
			align-self: flex-start;
			display: inline-flex;
			align-items: center;
			gap: 7px;
			background: linear-gradient(135deg, #97BC17 0%, #507C24 100%);
			color: #fff;
			font-size: 13px;
			font-weight: 600;
			padding: 6px 15px;
			border-radius: 100px;
			letter-spacing: 0.3px;
			margin-bottom: 14px;
			box-shadow: 0 4px 12px rgba(80, 124, 36, 0.25);
		}

		#services-10 .course-duration i {
			font-size: 12px;
		}

		/* Course info — icon + label/value, no boxes */
		#services-10 .course-meta {
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
			gap: 9px 24px;
			margin-bottom: 14px;
			padding: 11px 0;
			border-top: 1px solid rgba(80, 124, 36, 0.18);
			border-bottom: 1px solid rgba(80, 124, 36, 0.18);
		}

		#services-10 .course-meta .meta-item {
			display: flex;
			align-items: center;
			gap: 9px;
		}

		#services-10 .course-meta .meta-icon {
			flex: 0 0 32px;
			width: 32px;
			height: 32px;
			border-radius: 50%;
			background: rgba(151, 188, 23, 0.14);
			color: #507C24;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 13px;
		}

		#services-10 .course-meta .meta-label {
			display: block;
			font-size: 11px;
			color: #8a9781;
			text-transform: uppercase;
			letter-spacing: 0.5px;
			margin-bottom: 1px;
		}

		#services-10 .course-meta .meta-val {
			font-size: 14px;
			font-weight: 700;
			color: #2d4d18;
		}

		/* Action buttons share a single row */
		#services-10 .course-actions {
			display: flex;
			gap: 12px;
			flex-wrap: wrap;
		}

		#services-10 .course-actions .btn {
			flex: 1 1 0;
			min-width: 150px;
			margin-right: 0 !important;
			margin-bottom: 0 !important;
		}

		/* Price section — International / Indian with offer + original price */
		#services-10 .course-price {
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
			margin-bottom: 14px;
		}

		#services-10 .course-price .price-box {
			flex: 1 1 0;
			min-width: 170px;
			background: rgba(151, 188, 23, 0.08);
			border: 1px solid rgba(80, 124, 36, 0.22);
			border-radius: 10px;
			padding: 9px 14px;
		}

		#services-10 .course-price .price-region {
			display: flex;
			align-items: center;
			gap: 7px;
			font-size: 11px;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 0.5px;
			color: #8a9781;
			margin-bottom: 4px;
		}

		#services-10 .course-price .price-now {
			font-size: 20px;
			font-weight: 700;
			color: #507C24;
			margin-right: 8px;
		}

		#services-10 .course-price .price-was {
			font-size: 15px;
			color: #a7ac9f;
			text-decoration: line-through;
		}

		#services-10 .sbox-10:hover {
			transform: translateY(-10px);
			box-shadow: 0 20px 44px rgba(45, 77, 24, 0.18);
		}

		/* Image */
		#services-10 .sbox-10-img {
			position: relative;
			overflow: hidden;
			aspect-ratio: 4 / 3;
		}

		#services-10 .sbox-10-img .hover-overlay,
		#services-10 .sbox-10-img .hover-overlay img,
		#services-10 .sbox-10-img img {
			width: 100% !important;
			height: 100% !important;
			object-fit: cover;
			display: block;
			transition: transform 0.7s ease;
			max-width: 100%;
		}

		#services-10 .sbox-10:hover .sbox-10-img img {
			transform: scale(1.08);
		}

		#services-10 .sbox-10-img::after {
			content: '';
			position: absolute;
			inset: 0;
			background: linear-gradient(180deg, transparent 55%, rgba(80, 124, 36, 0.22) 100%);
			pointer-events: none;
			transition: opacity 0.35s ease;
		}

		#services-10 .sbox-10:hover .sbox-10-img::after {
			opacity: 0.6;
		}

		/* Text body */
		#services-10 .sbox-10-txt {
			padding: 18px 20px !important;
			display: flex;
			flex-direction: column;
			align-items: stretch;
			flex: 1; /* fill remaining card height so buttons always sit at bottom */
		}

		#services-10 .sbox-10-txt h3 {
			font-size: 20px !important;
			font-weight: 700 !important;
			line-height: 1.35 !important;
			margin-bottom: 8px !important;
			min-height: 0;
		}

		#services-10 .sbox-10-txt h3 a {
			color: #2d4d18 !important;
			text-decoration: none !important;
			transition: color 0.2s ease;
		}

		#services-10 .sbox-10-txt h3 a:hover {
			color: #97BC17 !important;
		}

		#services-10 .sbox-10-txt p.text-dark-01 {
			color: #5a6b52 !important;
			font-size: 15.5px !important;
			line-height: 1.55 !important;
			margin-bottom: 13px !important;
			text-align: left !important;
			flex-grow: 1; /* push buttons to card bottom for equal-height layout */
		}

		/* Buttons */
		#services-10 .sbox-10-txt .btn {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding: 9px 18px !important;
			font-size: 15px !important;
			font-weight: 600 !important;
			border-radius: 100px !important;
			border: 1.5px solid transparent !important;
			transition: all 0.25s ease !important;
			margin-right: 6px;
			margin-bottom: 6px;
			text-decoration: none !important;
			line-height: 1 !important;
			letter-spacing: 0.3px;
		}

		#services-10 .sbox-10-txt .btn:nth-of-type(1) {
			background: linear-gradient(135deg, #97BC17 0%, #507C24 100%) !important;
			color: #fff !important;
			box-shadow: 0 4px 12px rgba(80, 124, 36, 0.28);
		}

		#services-10 .sbox-10-txt .btn:nth-of-type(1):hover {
			transform: translateY(-2px);
			box-shadow: 0 8px 22px rgba(80, 124, 36, 0.45);
			filter: brightness(1.08);
		}

		/* Secondary button — outline pill with arrow, restored */
		#services-10 .sbox-10-txt .btn:nth-of-type(2) {
			background: transparent !important;
			color: #507C24 !important;
			border: 1.5px solid #507C24 !important;
			box-shadow: none !important;
		}

		#services-10 .sbox-10-txt .btn:nth-of-type(2)::after {
			content: ' →' !important;
			transition: transform 0.2s ease;
			display: inline-block;
			margin-left: 2px;
		}

		#services-10 .sbox-10-txt .btn:nth-of-type(2):hover {
			background: #507C24 !important;
			color: #fff !important;
			transform: translateY(-2px);
			border-color: #507C24 !important;
		}

		#services-10 .sbox-10-txt .btn:nth-of-type(2):hover::after {
			transform: translateX(4px);
		}

		/* Responsive */
		@media (max-width: 991px) {
			#services-10 .section-title h2 {
				font-size: 30px !important;
			}

			#services-10 {
				padding: 40px 0 !important;
			}
		}

		@media (max-width: 767px) {
			#services-10 .section-title h2 {
				font-size: 24px !important;
			}

			#services-10 .section-title p.p-lg {
				font-size: 20px !important;
			}

			#services-10 .sbox-10-txt h3 {
				min-height: auto;
			}

			#services-10 {
				padding: 30px 0 !important;
			}
		}
	

		.ha-watch-section { background: linear-gradient(180deg, #F8F6EF 0%, #F5F2E8 40%, #EEF5E8 100%); padding: 60px 0; }
		.ha-watch-head { text-align: center; max-width: 100%; margin: 0 auto 34px; }
		.ha-watch-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: #43882b; margin-bottom: 14px; }
		.ha-watch-eyebrow::before, .ha-watch-eyebrow::after { content: ''; width: 34px; height: 1px; background: #43882b; }
		.ha-watch-title { font-family: Georgia, 'Times New Roman', serif; font-size: 44px !important; font-weight: 700 !important; color: #1f2a17 !important; line-height: 1.15; margin: 0 0 14px !important; }
		.ha-watch-title em { font-style: italic; color: #43882b; }
		.ha-watch-sub { color: #5a6b52; font-size: 17px; line-height: 1.6; margin: 0; text-align: center;}
		.ha-watch-video { max-width: 100%; margin: 0 auto; }
		.ha-watch-thumb { position: relative; display: block; border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px rgba(30, 40, 20, .28); aspect-ratio: 1300 / 520; }
		.ha-watch-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
		.ha-watch-thumb:hover img { transform: scale(1.04); }
		.ha-watch-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.1) 40%, rgba(0,0,0,.45) 100%); }
		.ha-watch-label { position: absolute; top: 26px; z-index: 2; color: rgba(255,255,255,.85); font-weight: 800; letter-spacing: 3px; font-size: 20px; text-transform: uppercase; }
		.ha-watch-label--left { left: 34px; }
		.ha-watch-label--right { right: 34px; }
		.ha-watch-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; width: 96px; height: 68px; background: #ff0000; border-radius: 18px; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,.4); transition: transform .3s ease, background .3s ease; }
		.ha-watch-play::after { content: ''; margin-left: 4px; border-style: solid; border-width: 15px 0 15px 24px; border-color: transparent transparent transparent #fff; }
		.ha-watch-thumb:hover .ha-watch-play { transform: translate(-50%, -50%) scale(1.08); background: #ff2323; }
		.ha-watch-badge { position: absolute; left: 30px; bottom: 28px; z-index: 3; display: inline-flex; align-items: center; gap: 9px; background: rgba(20, 25, 15, .6); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 8px 16px; border-radius: 100px; }
		.ha-watch-badge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #43882b; }
		@media (max-width: 767px) {
			.ha-watch-title { font-size: 30px !important; }
			.ha-watch-label { font-size: 13px; letter-spacing: 2px; top: 16px; }
			.ha-watch-label--left { left: 18px; }
			.ha-watch-label--right { right: 18px; }
			.ha-watch-play { width: 74px; height: 52px; }
			.ha-watch-play::after { border-width: 11px 0 11px 18px; }
			.ha-watch-badge { left: 16px; bottom: 16px; }
		}
	

		/* === Ayurveda & Panchakarma Courses — decorative redesign (independent of #services-10) === */
		#ha-courses { background: radial-gradient(circle at top right, #EEF5E8 0%, transparent 35%), radial-gradient(circle at bottom left, #F2F7EE 0%, transparent 30%), #F8F6EF; }
		#ha-courses .section-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 3px; color: #97BC17; text-transform: uppercase; margin-bottom: 14px; padding: 6px 16px; background: rgba(151,188,23,.12); border-radius: 100px; }
		#ha-courses .section-title { margin-bottom: 46px !important; }
		#ha-courses .section-title h2 { font-size: 38px !important; font-weight: 700 !important; color: #2d4d18 !important; margin-bottom: 8px; line-height: 1.25; }
		#ha-courses .section-title h2::after { content: ''; display: block; width: 90px; height: 4px; background: linear-gradient(90deg, #97BC17, #507C24); border-radius: 2px; margin: 18px auto 6px; }
		#ha-courses .section-title img { display: none; }
		#ha-courses .section-title p.p-lg { color: #5a6b52 !important; font-size: 20px !important; line-height: 1.7; margin: 0 auto; }

		#ha-courses .hr-cards { display: flex; flex-direction: column; gap: 36px; }
		#ha-courses .hr-card { position: relative; display: flex; background: #fdfbf4; border: 3px solid rgb(80,124,36); border-radius: 22px; overflow: hidden; box-shadow: 0 16px 42px rgba(45,77,24,.12); }
		#ha-courses .hr-card--rev { flex-direction: row-reverse; }

		#ha-courses .hr-media { flex: 0 0 38%; position: relative; min-height: 430px; }
		#ha-courses .hr-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; box-shadow: 0 0 31px rgba(0,0,0,1), inset 0 0 22px rgba(0,0,0,1); }
		#ha-courses .hr-badge { position: absolute; bottom: 24px; left: 24px; z-index: 3; width: 76px; height: 76px; border-radius: 50%; background: #2d4d18; border: 3px solid #fff; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 29px; box-shadow: 0 8px 22px rgba(0,0,0,.28); }
		#ha-courses .hr-card--rev .hr-badge { left: auto; right: 24px; }
		#ha-courses .hr-card--gold .hr-badge { background: #43882b; color: #fff; }

		#ha-courses .hr-body { flex: 1; padding: 34px 40px; position: relative; }
		#ha-courses .hr-title { font-family: Georgia, 'Times New Roman', serif; color: #2d4d18; font-weight: 700; font-size: 32px; margin: 0; line-height: 1.12; }
		#ha-courses .hr-orn { display: flex; align-items: center; gap: 10px; margin: 10px 0 16px; }
		#ha-courses .hr-orn::before, #ha-courses .hr-orn::after { content: ''; height: 1px; flex: 0 0 96px; background: linear-gradient(90deg, transparent, #43882b); }
		#ha-courses .hr-orn::after { background: linear-gradient(90deg, #43882b, transparent); }
		#ha-courses .hr-orn i { color: #43882b; font-size: 13px; }
		#ha-courses .hr-desc { color: #5a6b52; font-size: 15.5px; line-height: 1.6; margin: 0 0 20px; }

		#ha-courses .hr-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 22px; margin-bottom: 22px; }
		#ha-courses .hr-mi { display: flex; align-items: center; gap: 12px; }
		#ha-courses .hr-mi-ic { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; }
		#ha-courses .hr-card--gold .hr-mi-ic { background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff; }
		#ha-courses .hr-mi small { display: block; font-size: 14px; letter-spacing: .5px; text-transform: uppercase; color: #000; line-height: 1.4; }
		#ha-courses .hr-mi strong { display: block; font-size: 15px; color: #2d4d18; line-height: 1.25; font-weight: 700; }

		#ha-courses .hr-pricebar { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid rgba(80,124,36,.16); border-radius: 16px; padding: 12px 16px; }
		#ha-courses .hr-price { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
		#ha-courses .hr-price .lbl { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; letter-spacing: .5px; text-transform: uppercase; color: #000; margin-bottom: 2px; }
		#ha-courses .hr-price .amt { }
		#ha-courses .hr-price .now { font-size: 22px; font-weight: 700; color: #2d4d18; }
		#ha-courses .hr-price .was { font-size: 15px; color: #000; text-decoration: line-through; margin-left: 7px; }
		#ha-courses .hr-book { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff !important; font-family: Georgia, serif; font-weight: 700; font-size: 18px; padding: 15px 34px; border-radius: 12px; text-decoration: none !important; box-shadow: 0 8px 20px rgba(45,77,24,.3); transition: transform .25s ease, box-shadow .25s ease; }
		#ha-courses .hr-book:hover { transform: translateY(-2px); color: #fff !important; box-shadow: 0 12px 26px rgba(45,77,24,.42); }
		#ha-courses .hr-book i { font-size: 14px; color: #fff; }
		#ha-courses .hr-card--gold .hr-book { background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); box-shadow: 0 8px 20px rgba(152,108,22,.32); }
		#ha-courses .hr-card--gold .hr-book:hover { box-shadow: 0 12px 26px rgba(152,108,22,.44); }
		#ha-courses .hr-card--gold .hr-book i { color: #fff; }

		@media (max-width: 991px) {
			#ha-courses .hr-card, #ha-courses .hr-card--rev { flex-direction: column; }
			#ha-courses .hr-media { flex: none; width: 100%; min-height: 260px; }
			#ha-courses .hr-body { padding: 28px 24px; }
			#ha-courses .hr-title { font-size: 26px; }
			#ha-courses .hr-meta { grid-template-columns: repeat(2, 1fr); }
			#ha-courses .section-title h2 { font-size: 30px !important; }
		}
		@media (max-width: 575px) {
			#ha-courses .hr-meta { grid-template-columns: 1fr; }
			#ha-courses .hr-pricebar { flex-direction: column; }
			#ha-courses .hr-book { width: 100%; justify-content: center; }
		}

		/* Course carousel — one card per slide */
		#ha-courses .hac-carousel { position: relative; }
		#ha-courses .hac-viewport { overflow: hidden; padding: 10px 0; }
		#ha-courses .hac-track { display: flex; transition: transform .55s cubic-bezier(.4, 0, .2, 1); will-change: transform; }
		#ha-courses .hac-slide { flex: 0 0 100%; width: 100%; min-width: 100%; box-sizing: border-box; }
		#ha-courses .hac-slide .hr-card { height: 100%; }
		#ha-courses .hac-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 48px; height: 48px; border-radius: 50%; border: none; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 17px; cursor: pointer; box-shadow: 0 6px 18px rgba(45, 77, 24, .3); transition: transform .2s ease, box-shadow .2s ease; }
		#ha-courses .hac-arrow:hover { transform: translateY(-50%) scale(1.08); box-shadow: 0 10px 24px rgba(45, 77, 24, .42); color: #fff; }
		#ha-courses .hac-arrow--prev { left: -10px; }
		#ha-courses .hac-arrow--next { right: -10px; }
		#ha-courses .hac-dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
		#ha-courses .hac-dots button { width: 10px; height: 10px; padding: 0; border: none; border-radius: 50%; background: rgba(80, 124, 36, .25); cursor: pointer; transition: all .25s ease; }
		#ha-courses .hac-dots button.is-active { background: linear-gradient(135deg, #97BC17, #507C24); width: 26px; border-radius: 6px; }
		@media (max-width: 1180px) {
			#ha-courses .hac-arrow--prev { left: 6px; }
			#ha-courses .hac-arrow--next { right: 6px; }
		}
		@media (max-width: 991px) {
			#ha-courses .hac-arrow { width: 40px; height: 40px; font-size: 14px; }
		}
	

				.hac-more-wrap { text-align: center; margin-top: 34px; }
				.hac-more { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff !important; font-weight: 700; font-size: 16px; padding: 14px 34px; border-radius: 50px; text-decoration: none !important; box-shadow: 0 8px 20px rgba(45,77,24,.28); transition: transform .25s ease, box-shadow .25s ease; }
				.hac-more:hover { transform: translateY(-2px); color: #fff !important; box-shadow: 0 12px 26px rgba(45,77,24,.4); }
				.hac-more svg { width: 18px; height: 18px; fill: currentColor; }
				

		/* === Authentic Ayurveda section: modern UI/UX (font sizes preserved) === */
		.haritha-divider-section-by-deepak {
			background: linear-gradient(180deg, #F8F6EF 0%, #F5F2E8 40%, #EEF5E8 100%) !important;
			padding: 50px 0 !important;
			position: relative;
		}

		.haritha-divider-section-by-deepak::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 1px;
			background: linear-gradient(90deg, transparent, rgba(80, 124, 36, 0.15), transparent);
		}

		/* Section heading */
		.haritha-divider-section-by-deepak .section-title {
			margin-bottom: 50px !important;
		}

		.haritha-divider-section-by-deepak .section-eyebrow {
			display: inline-block;
			font-size: 12px;
			font-weight: 700;
			letter-spacing: 3px;
			color: #97BC17;
			text-transform: uppercase;
			margin-bottom: 14px;
			padding: 6px 16px;
			background: rgba(151, 188, 23, 0.12);
			border-radius: 100px;
		}

		.haritha-divider-section-by-deepak .section-title h2 {
			color: #2d4d18 !important;
			font-weight: 700 !important;
			margin-bottom: 8px;
			line-height: 1.3;
		}

		.haritha-divider-section-by-deepak .section-title h2::after {
			content: '';
			display: block;
			width: 90px;
			height: 4px;
			background: linear-gradient(90deg, #97BC17, #507C24);
			border-radius: 2px;
			margin: 18px auto 6px;
		}

		.haritha-divider-section-by-deepak .section-title img {
			display: none;
		}

		.haritha-divider-section-by-deepak .section-title p.p-lg {
			color: #5a6b52 !important;
			font-size: 20px !important;
			line-height: 1.7;
			margin: 0 auto;
		}

		/* Equal heights across the alternating text/image grid */
		.haritha-divider-section-by-deepak .row.gy-4 {
			align-items: stretch;
			/* Extra bottom breathing room between rows of cards */
			row-gap: 36px;
		}

		.haritha-divider-section-by-deepak .row.gy-4>.col-lg-4 {
			display: flex;
			margin-bottom: 16px;
			/* additional cushion below each card */
		}

		.haritha-divider-section-by-deepak .row.gy-4>.col-lg-4>.content-box,
		.haritha-divider-section-by-deepak .row.gy-4>.col-lg-4>img.img-fluid {
			width: 100%;
		}

		/* Text cards — clean green gradient, no more layered borders */
		.haritha-divider-section-by-deepak .content-box {
			border: none !important;
			border-radius: 18px !important;
			overflow: hidden !important;
			box-shadow: 0 8px 28px rgba(45, 77, 24, 0.12);
			transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
				box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
			margin-bottom: 0 !important;
			width: 100%;
		}

		.haritha-divider-section-by-deepak .content-box:hover {
			transform: translateY(-8px);
			box-shadow: 0 20px 44px rgba(45, 77, 24, 0.22);
		}

		.haritha-divider-section-by-deepak .content-text {
			background: linear-gradient(135deg, #5a8f29 0%, #3c6517 100%) !important;
			border: none !important;
			padding: 32px 28px !important;
			color: #fff !important;
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
			text-align: center;
			position: relative;
			cursor: default;
		}

		/* Subtle decorative corner brackets in lime accent */
		.haritha-divider-section-by-deepak .content-text::before,
		.haritha-divider-section-by-deepak .content-text::after {
			content: '';
			position: absolute;
			width: 34px;
			height: 34px;
			border: 2px solid rgba(151, 188, 23, 0.65);
			transition: opacity 0.3s ease;
		}

		.haritha-divider-section-by-deepak .content-text::before {
			top: 14px;
			left: 14px;
			border-right: none;
			border-bottom: none;
			border-radius: 8px 0 0 0;
		}

		.haritha-divider-section-by-deepak .content-text::after {
			bottom: 14px;
			right: 14px;
			border-left: none;
			border-top: none;
			border-radius: 0 0 8px 0;
		}

		.haritha-divider-section-by-deepak .content-box:hover .content-text::before,
		.haritha-divider-section-by-deepak .content-box:hover .content-text::after {
			border-color: #97BC17;
		}

		.haritha-divider-section-by-deepak .content-text .card-title {
			color: #fff !important;
			font-weight: 700 !important;
			margin-bottom: 14px !important;
			position: relative;
			display: inline-block;
			align-self: center;
		}

		.haritha-divider-section-by-deepak .content-text .card-title::after {
			content: '';
			display: block;
			width: 46px;
			height: 3px;
			background: #97BC17;
			border-radius: 2px;
			margin: 10px auto 0;
		}

		.haritha-divider-section-by-deepak .content-text .card-text {
			color: rgba(255, 255, 255, 0.92) !important;
			line-height: 1.7 !important;
			margin-bottom: 0 !important;
			text-align: left !important;
		}

		/* Image tiles — rounded, shadow, hover lift, zoom */
		.haritha-divider-section-by-deepak .row.gy-4>.col-lg-4>img.img-fluid {
			border-radius: 18px;
			object-fit: cover;
			height: 100%;
			min-height: 240px;
			box-shadow: 0 8px 28px rgba(45, 77, 24, 0.15);
			transition: transform 0.5s ease, box-shadow 0.5s ease;
			margin-bottom: 0 !important;
		}

		.haritha-divider-section-by-deepak .row.gy-4>.col-lg-4:hover>img.img-fluid {
			transform: translateY(-6px) scale(1.01);
			box-shadow: 0 20px 40px rgba(45, 77, 24, 0.22);
		}

		/* === Concise offering grid === */
		.haritha-divider-section-by-deepak .ha-cgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
		@media (max-width: 991px) { .haritha-divider-section-by-deepak .ha-cgrid { grid-template-columns: repeat(2, 1fr); } }
		@media (max-width: 575px) { .haritha-divider-section-by-deepak .ha-cgrid { grid-template-columns: 1fr; } }
		.haritha-divider-section-by-deepak .ha-ccard { background: #fff; border: 1px solid rgba(80, 124, 36, 0.14); border-radius: 14px; padding: 22px; box-shadow: 0 8px 22px rgba(45, 77, 24, 0.07); transition: transform 0.35s ease, box-shadow 0.35s ease; }
		.haritha-divider-section-by-deepak .ha-ccard:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(45, 77, 24, 0.14); }
		.haritha-divider-section-by-deepak .ha-ccard-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
		.haritha-divider-section-by-deepak .ha-ccard-ic { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; background: rgba(151, 188, 23, 0.15); color: #507C24; display: flex; align-items: center; justify-content: center; font-size: 19px; }
		.haritha-divider-section-by-deepak .ha-ccard-title { color: #2d4d18 !important; font-weight: 700 !important; font-size: 18px !important; margin: 0; line-height: 1.25; }
		.haritha-divider-section-by-deepak .ha-ccard-desc { color: #5a6b52 !important; font-size: 16px !important; line-height: 1.65; margin: 0; }
		.haritha-divider-section-by-deepak .ha-ccta { background: linear-gradient(135deg, #50702c, #3a531d); border: none; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
		.haritha-divider-section-by-deepak .ha-ccta-title { color: #fff; font-weight: 700; font-size: 18px; line-height: 1.3; }
		.haritha-divider-section-by-deepak .ha-ccta-btn { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff !important; font-weight: 600; font-size: 14px; padding: 11px 22px; border-radius: 100px; text-decoration: none !important; box-shadow: 0 6px 16px rgba(45, 77, 24, 0.3); transition: all 0.25s ease; }
		.haritha-divider-section-by-deepak .ha-ccta-btn:hover { transform: translateY(-2px); color: #fff !important; }

		/* === Alternating elegant panels (reference style) === */
		.haritha-divider-section-by-deepak .ha-panels {
			display: flex;
			flex-direction: column;
			gap: 22px;
		}

		.haritha-divider-section-by-deepak .ha-panel {
			display: flex;
			background: #fbf9f0;
			border: 1px solid rgba(80, 124, 36, 0.12);
			border-radius: 22px;
			overflow: hidden;
			box-shadow: 0 12px 36px rgba(45, 77, 24, 0.10);
			transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
		}

		.haritha-divider-section-by-deepak .ha-panel:hover {
			transform: translateY(-6px);
			box-shadow: 0 22px 48px rgba(45, 77, 24, 0.16);
		}

		.haritha-divider-section-by-deepak .ha-panel--rev {
			flex-direction: row-reverse;
		}

		.haritha-divider-section-by-deepak .ha-panel-media {
			flex: 0 0 46%;
			position: relative;
			min-height: 320px;
		}

		.haritha-divider-section-by-deepak .ha-panel-media img {
			position: absolute;
			inset: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.haritha-divider-section-by-deepak .ha-panel-body {
			flex: 1;
			padding: 28px 36px;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}

		.haritha-divider-section-by-deepak .ha-panel-head {
			display: flex;
			align-items: center;
			gap: 16px;
			margin-bottom: 9px;
		}

		.haritha-divider-section-by-deepak .ha-panel-head .ha-panel-icon {
			margin-bottom: 0;
			flex: 0 0 auto;
		}

		.haritha-divider-section-by-deepak .ha-panel-head .ha-panel-title {
			margin: 0;
		}

		.haritha-divider-section-by-deepak .ha-panel-icon {
			width: 50px;
			height: 50px;
			border-radius: 50%;
			background: rgba(151, 188, 23, 0.14);
			color: #507C24;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 21px;
			margin-bottom: 12px;
		}

		.haritha-divider-section-by-deepak .ha-panel-title {
			color: #2d4d18 !important;
			font-weight: 700 !important;
			font-size: 23px !important;
			line-height: 1.25;
			margin: 0 0 9px;
		}

		.haritha-divider-section-by-deepak .ha-divider {
			display: flex;
			align-items: center;
			gap: 9px;
			margin-bottom: 13px;
		}

		.haritha-divider-section-by-deepak .ha-divider::before,
		.haritha-divider-section-by-deepak .ha-divider::after {
			content: '';
			height: 1px;
			width: 38px;
			background: linear-gradient(90deg, transparent, #4a7a23);
		}

		.haritha-divider-section-by-deepak .ha-divider::after {
			background: linear-gradient(90deg, #4a7a23, transparent);
		}

		.haritha-divider-section-by-deepak .ha-divider i {
			color: #4a7a23;
			font-size: 13px;
		}

		.haritha-divider-section-by-deepak .ha-panel-desc {
			color: #5a6b52 !important;
			line-height: 1.5;
			margin: 0 0 13px;
		}

		.haritha-divider-section-by-deepak .ha-panel-list {
			list-style: none;
			padding: 0;
			margin: 0 0 16px;
		}

		.haritha-divider-section-by-deepak .ha-panel-list li {
			display: flex;
			align-items: center;
			gap: 11px;
			color: #4a5a42;
			font-size: 14px;
			font-weight: 500;
			margin-bottom: 8px;
		}

		.haritha-divider-section-by-deepak .ha-panel-list li i {
			color: #5a8f29;
			font-size: 16px;
		}

		.haritha-divider-section-by-deepak .ha-panel-btn {
			align-self: flex-start;
			display: inline-flex;
			align-items: center;
			gap: 9px;
			background: linear-gradient(135deg, #6ba32e, #4a7a1f);
			color: #fff !important;
			font-weight: 600;
			font-size: 14px;
			padding: 11px 22px;
			border-radius: 100px;
			text-decoration: none !important;
			box-shadow: 0 6px 16px rgba(80, 124, 36, 0.30);
			transition: all 0.25s ease;
		}

		.haritha-divider-section-by-deepak .ha-panel-btn:hover {
			transform: translateY(-2px);
			box-shadow: 0 10px 24px rgba(80, 124, 36, 0.42);
			color: #fff !important;
		}

		/* Amber (gold) accent for alternating panels */
		.haritha-divider-section-by-deepak .ha-panel--amber .ha-panel-icon {
			background: rgba(74,122,35, 0.16);
			color: #3c6322;
		}

		.haritha-divider-section-by-deepak .ha-panel--amber .ha-panel-list li i {
			color: #3c6322;
		}

		.haritha-divider-section-by-deepak .ha-panel--amber .ha-panel-btn {
			background: linear-gradient(135deg, #97BC17 0%, #507C24 100%);
			box-shadow: 0 6px 16px rgba(182, 121, 26, 0.32);
		}

		/* Bottom call-to-action strip */
		.haritha-divider-section-by-deepak .ha-cta {
			margin-top: 34px;
			display: flex;
			align-items: center;
			gap: 24px;
			background: rgba(151, 188, 23, 0.13);
			border: 1px solid rgba(80, 124, 36, 0.16);
			border-radius: 18px;
			padding: 22px 30px;
		}

		.haritha-divider-section-by-deepak .ha-cta-icon {
			width: 64px;
			height: 64px;
			flex: 0 0 64px;
			border-radius: 50%;
			background: #fff;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #507C24;
			font-size: 28px;
			box-shadow: 0 4px 14px rgba(45, 77, 24, 0.12);
		}

		.haritha-divider-section-by-deepak .ha-cta-text {
			flex: 1;
		}

		.haritha-divider-section-by-deepak .ha-cta-text h4 {
			color: #2d4d18 !important;
			font-weight: 700 !important;
			margin: 0 0 4px;
			font-size: 22px;
		}

		.haritha-divider-section-by-deepak .ha-cta-text p {
			color: #5a6b52 !important;
			margin: 0;
			font-size: 15px;
			line-height: 1.5;
		}

		.haritha-divider-section-by-deepak .ha-cta-btn {
			flex: 0 0 auto;
			display: inline-flex;
			align-items: center;
			gap: 9px;
			background: linear-gradient(135deg, #6ba32e, #4a7a1f);
			color: #fff !important;
			font-weight: 600;
			font-size: 15px;
			padding: 14px 28px;
			border-radius: 100px;
			text-decoration: none !important;
			box-shadow: 0 6px 16px rgba(80, 124, 36, 0.3);
			transition: all 0.25s ease;
		}

		.haritha-divider-section-by-deepak .ha-cta-btn:hover {
			transform: translateY(-2px);
			box-shadow: 0 10px 24px rgba(80, 124, 36, 0.42);
			color: #fff !important;
		}

		@media (max-width: 991px) {
			.haritha-divider-section-by-deepak .ha-panel,
			.haritha-divider-section-by-deepak .ha-panel--rev {
				flex-direction: column;
			}

			.haritha-divider-section-by-deepak .ha-panel-media {
				flex: none;
				width: 100%;
				min-height: 260px;
			}

			.haritha-divider-section-by-deepak .ha-panel-body {
				padding: 32px 26px;
			}

			.haritha-divider-section-by-deepak .ha-cta {
				flex-direction: column;
				text-align: center;
			}
		}

		/* Responsive */
		@media (max-width: 991px) {
			.haritha-divider-section-by-deepak {
				padding: 40px 0 !important; }

			.haritha-divider-section-by-deepak .row.gy-4>.col-lg-4>img.img-fluid {
				min-height: auto;
				height: auto;
			}

			.haritha-divider-section-by-deepak .content-text {
				padding: 26px 22px !important;
			}
		}

		@media (max-width: 767px) {
			.haritha-divider-section-by-deepak {
				padding: 30px 0 !important; }
		}
	

		/* === Ayurveda & Yoga Retreat — decorative redesign (independent of #services-10) === */
		#ha-retreat { background: radial-gradient(circle at top right, #EEF5E8 0%, transparent 35%), radial-gradient(circle at bottom left, #F2F7EE 0%, transparent 30%), #F8F6EF; }
		#ha-retreat .section-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 3px; color: #97BC17; text-transform: uppercase; margin-bottom: 14px; padding: 6px 16px; background: rgba(151,188,23,.12); border-radius: 100px; }
		#ha-retreat .section-title { margin-bottom: 46px !important; }
		#ha-retreat .section-title h2 { font-size: 38px !important; font-weight: 700 !important; color: #2d4d18 !important; margin-bottom: 8px; line-height: 1.25; }
		#ha-retreat .section-title h2::after { content: ''; display: block; width: 90px; height: 4px; background: linear-gradient(90deg, #97BC17, #507C24); border-radius: 2px; margin: 18px auto 6px; }
		#ha-retreat .section-title img { display: none; }
		#ha-retreat .section-title p.p-lg { color: #5a6b52 !important; font-size: 20px !important; line-height: 1.7; margin: 0 auto; }

		#ha-retreat .hr-cards { display: flex; flex-direction: column; gap: 36px; }
		#ha-retreat .hr-card { position: relative; display: flex; background: #fdfbf4; border: 3px solid rgb(80,124,36); border-radius: 22px; overflow: hidden; box-shadow: 0 16px 42px rgba(45,77,24,.12); }
		#ha-retreat .hr-card--rev { flex-direction: row-reverse; }

		#ha-retreat .hr-media { flex: 0 0 38%; position: relative; min-height: 430px; }
		#ha-retreat .hr-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; box-shadow: 0 0 31px rgba(0,0,0,1), inset 0 0 22px rgba(0,0,0,1); }
		#ha-retreat .hr-badge { position: absolute; bottom: 24px; left: 24px; z-index: 3; width: 76px; height: 76px; border-radius: 50%; background: #2d4d18; border: 3px solid #fff; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 29px; box-shadow: 0 8px 22px rgba(0,0,0,.28); }
		#ha-retreat .hr-card--rev .hr-badge { left: auto; right: 24px; }
		#ha-retreat .hr-card--gold .hr-badge { background: #43882b; color: #fff; }

		#ha-retreat .hr-body { flex: 1; padding: 34px 40px; position: relative; }
		#ha-retreat .hr-title { font-family: Georgia, 'Times New Roman', serif; color: #2d4d18; font-weight: 700; font-size: 32px; margin: 0; line-height: 1.12; }
		#ha-retreat .hr-orn { display: flex; align-items: center; gap: 10px; margin: 10px 0 16px; }
		#ha-retreat .hr-orn::before, #ha-retreat .hr-orn::after { content: ''; height: 1px; flex: 0 0 96px; background: linear-gradient(90deg, transparent, #43882b); }
		#ha-retreat .hr-orn::after { background: linear-gradient(90deg, #43882b, transparent); }
		#ha-retreat .hr-orn i { color: #43882b; font-size: 13px; }
		#ha-retreat .hr-desc { color: #5a6b52; font-size: 15.5px; line-height: 1.6; margin: 0 0 20px; }

		#ha-retreat .hr-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 22px; margin-bottom: 22px; }
		#ha-retreat .hr-mi { display: flex; align-items: center; gap: 12px; }
		#ha-retreat .hr-mi-ic { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; }
		#ha-retreat .hr-card--gold .hr-mi-ic { background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff; }
		#ha-retreat .hr-mi small { display: block; font-size: 14px; letter-spacing: .5px; text-transform: uppercase; color: #000; line-height: 1.4; }
		#ha-retreat .hr-mi strong { display: block; font-size: 15px; color: #2d4d18; line-height: 1.25; font-weight: 700; }

		#ha-retreat .hr-pricebar { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid rgba(80,124,36,.16); border-radius: 16px; padding: 12px 16px; }
		#ha-retreat .hr-price { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
		#ha-retreat .hr-price .lbl { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; letter-spacing: .5px; text-transform: uppercase; color: #000; margin-bottom: 2px; }
		#ha-retreat .hr-price .amt { }
		#ha-retreat .hr-price .now { font-size: 22px; font-weight: 700; color: #2d4d18; }
		#ha-retreat .hr-price .was { font-size: 15px; color: #000; text-decoration: line-through; margin-left: 7px; }
		#ha-retreat .hr-book { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff !important; font-family: Georgia, serif; font-weight: 700; font-size: 18px; padding: 15px 34px; border-radius: 12px; text-decoration: none !important; box-shadow: 0 8px 20px rgba(45,77,24,.3); transition: transform .25s ease, box-shadow .25s ease; }
		#ha-retreat .hr-book:hover { transform: translateY(-2px); color: #fff !important; box-shadow: 0 12px 26px rgba(45,77,24,.42); }
		#ha-retreat .hr-book i { font-size: 14px; color: #fff; }
		#ha-retreat .hr-card--gold .hr-book { background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); box-shadow: 0 8px 20px rgba(152,108,22,.32); }
		#ha-retreat .hr-card--gold .hr-book:hover { box-shadow: 0 12px 26px rgba(152,108,22,.44); }
		#ha-retreat .hr-card--gold .hr-book i { color: #fff; }

		@media (max-width: 991px) {
			#ha-retreat .hr-card, #ha-retreat .hr-card--rev { flex-direction: column; }
			#ha-retreat .hr-media { flex: none; width: 100%; min-height: 260px; }
			#ha-retreat .hr-body { padding: 28px 24px; }
			#ha-retreat .hr-title { font-size: 26px; }
			#ha-retreat .hr-meta { grid-template-columns: repeat(2, 1fr); }
			#ha-retreat .section-title h2 { font-size: 30px !important; }
		}
		@media (max-width: 575px) {
			#ha-retreat .hr-meta { grid-template-columns: 1fr; }
			#ha-retreat .hr-pricebar { flex-direction: column; }
			#ha-retreat .hr-book { width: 100%; justify-content: center; }
		}
	

				/* Retreat carousel — one card per slide */
				#ha-retreat .hac-carousel { position: relative; }
				#ha-retreat .hac-viewport { overflow: hidden; padding: 10px 0; }
				#ha-retreat .hac-track { display: flex; transition: transform .55s cubic-bezier(.4, 0, .2, 1); will-change: transform; }
				#ha-retreat .hac-slide { flex: 0 0 100%; width: 100%; min-width: 100%; box-sizing: border-box; }
				#ha-retreat .hac-slide .hr-card { height: 100%; }
				#ha-retreat .hac-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 48px; height: 48px; border-radius: 50%; border: none; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 17px; cursor: pointer; box-shadow: 0 6px 18px rgba(45, 77, 24, .3); transition: transform .2s ease, box-shadow .2s ease; }
				#ha-retreat .hac-arrow:hover { transform: translateY(-50%) scale(1.08); box-shadow: 0 10px 24px rgba(45, 77, 24, .42); color: #fff; }
				#ha-retreat .hac-arrow--prev { left: -10px; }
				#ha-retreat .hac-arrow--next { right: -10px; }
				#ha-retreat .hac-dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
				#ha-retreat .hac-dots button { width: 10px; height: 10px; padding: 0; border: none; border-radius: 50%; background: rgba(80, 124, 36, .25); cursor: pointer; transition: all .25s ease; }
				#ha-retreat .hac-dots button.is-active { background: linear-gradient(135deg, #97BC17, #507C24); width: 26px; border-radius: 6px; }
				@media (max-width: 1180px) {
					#ha-retreat .hac-arrow--prev { left: 6px; }
					#ha-retreat .hac-arrow--next { right: 6px; }
				}
				@media (max-width: 991px) {
					#ha-retreat .hac-arrow { width: 40px; height: 40px; font-size: 14px; }
				}
				

		/* === Featured video section === */
		.video-feature-section {
			background: linear-gradient(180deg, #F8F6EF 0%, #F5F2E8 40%, #EEF5E8 100%) !important;
			padding: 50px 0 !important;
			position: relative;
		}

		.video-feature-section::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 1px;
			background: linear-gradient(90deg, transparent, rgba(80, 124, 36, 0.15), transparent);
		}

		.video-feature-section .section-title {
			margin-bottom: 36px !important;
		}

		.video-feature-section .section-title h2 {
			color: #2d4d18 !important;
			font-weight: 700 !important;
			line-height: 1.3;
			margin-bottom: 8px;
		}

		.video-feature-section .section-title h2::after {
			content: '';
			display: block;
			width: 90px;
			height: 4px;
			background: linear-gradient(90deg, #97BC17, #507C24);
			border-radius: 2px;
			margin: 16px auto 6px;
		}

		.video-feature-section .section-title img {
			display: none;
		}

		/* hide old SVG separator */

		/* Video thumbnail — rounded with brand-green border */
		.video-feature-section .video-preview {
			position: relative;
			border-radius: 20px;
			overflow: hidden;
			border: 4px solid #507C24;
			box-shadow: 0 12px 36px rgba(45, 77, 24, 0.22);
			transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
				box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
			max-width: 900px;
			margin: 0 auto;
		}

		.video-feature-section .video-preview:hover {
			transform: translateY(-4px);
			box-shadow: 0 20px 48px rgba(45, 77, 24, 0.32);
			border-color: #97BC17;
		}

		.video-feature-section .video-preview a {
			display: block;
			position: relative;
		}

		.video-feature-section .video-preview img.img-fluid {
			display: block;
			width: 100%;
			height: auto;
		}

		/* Play button hover */
		.video-feature-section .video-preview .video-btn {
			transition: transform 0.3s ease;
		}

		.video-feature-section .video-preview:hover .video-btn {
			transform: scale(1.1);
		}

		@media (max-width: 767px) {
			.video-feature-section {
				padding: 30px 0 !important;
			}

			.video-feature-section .video-preview {
				border-width: 3px;
				border-radius: 16px;
			}
		}
	
		/* === Hero feature redesign (reference) === */
		.video-feature-section .ha-hero-head { text-align: center; margin-bottom: 30px; }
		.video-feature-section .ha-hero-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; letter-spacing: 2px; color: #507C24; text-transform: uppercase; margin-bottom: 14px; }
		.video-feature-section .ha-hero-eyebrow i { color: #97BC17; font-size: 13px; }
		.video-feature-section .ha-hero-title { color: #2d4d18 !important; font-weight: 700 !important; font-size: 40px !important; line-height: 1.2; margin: 0 0 16px; }
		.video-feature-section .ha-hero-title::after { display: none; }
		.video-feature-section .ha-hero-pills { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 18px; font-size: 16px; font-weight: 600; }
		.video-feature-section .ha-hero-pills span { color: #3c5520; }
		.video-feature-section .ha-hero-pills .sep { color: #4a7a23; font-size: 11px; }

		.video-feature-section .ha-hero-main { display: flex; gap: 26px; align-items: stretch; background: linear-gradient(135deg, #50702c 0%, #3a531d 100%); border-radius: 26px; padding: 22px; box-shadow: 0 18px 44px rgba(45, 77, 24, 0.22); margin-bottom: 28px; }
		.video-feature-section .ha-hero-video { flex: 0 0 55%; display: flex; flex-direction: column; gap: 20px; }
		.video-feature-section .ha-hero-video .video-preview { flex: 1 1 0; min-height: 0; max-width: none; margin: 0; width: 100%; height: 100%; border: 2px solid rgba(255, 255, 255, 0.18); box-shadow: none; }
		.video-feature-section .ha-hero-video .video-preview a { display: block; width: 100%; height: 100%; }
		.video-feature-section .ha-hero-video .video-preview img { width: 100%; height: 100%; object-fit: cover; }
		.video-feature-section .ha-hero-photo { flex: 1 1 0; min-height: 0; width: 100%; border-radius: 16px; overflow: hidden; border: 2px solid rgba(255, 255, 255, 0.18); }
		.video-feature-section .ha-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
		.video-feature-section .ha-hero-why { flex: 1; color: #fff; padding: 14px 22px 14px 4px; display: flex; flex-direction: column; }
		.video-feature-section .ha-why-title { color: #fff !important; font-weight: 700 !important; font-size: 27px !important; margin: 0 0 6px; }
		.video-feature-section .ha-why-title::after { content: ''; display: block; width: 70px; height: 3px; background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.35)); border-radius: 2px; margin: 12px 0 18px; }
		.video-feature-section .ha-why-list { list-style: none; padding: 0; margin: 0 0 22px; }
		.video-feature-section .ha-why-list li { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 6px; }
		.video-feature-section .ha-why-ic { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: rgba(255, 255, 255, 0.95); border: 1px solid rgba(255, 255, 255, 0.4); display: flex; align-items: center; justify-content: center; }
		.video-feature-section .ha-why-ic img { width: 18px; height: 18px; display: block; }
		.video-feature-section .ha-why-tx h4 { color: #fff !important; font-weight: 700 !important; font-size: 16px !important; margin: 2px 0 3px; }
		.video-feature-section .ha-why-tx p { color: rgba(255, 255, 255, 0.78) !important; margin: 0; font-size: 14px; line-height: 1.45; }
		.video-feature-section .ha-why-btn { align-self: flex-start; display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff !important; font-weight: 600; font-size: 15px; padding: 13px 28px; border-radius: 100px; text-decoration: none !important; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18); margin-top: auto; transition: all 0.25s ease; }
		.video-feature-section .ha-why-btn:hover { transform: translateY(-2px); color: #fff !important; }

		.video-feature-section .ha-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 20px; padding: 26px 20px; box-shadow: 0 10px 30px rgba(45, 77, 24, 0.10); margin-bottom: 28px; }
		.video-feature-section .ha-stat { display: flex; align-items: center; justify-content: center; gap: 14px; background: transparent !important; border: none !important; border-radius: 0 !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; }
		.video-feature-section .ha-stat > i { color: #507C24; font-size: 30px; }
		.video-feature-section .ha-stat-num { color: #2d4d18; font-weight: 700; font-size: 26px; line-height: 1; }
		.video-feature-section .ha-stat-lbl { color: #5a6b52; font-size: 14px; }
		.video-feature-section .ha-stat + .ha-stat { border-left: 1px solid rgba(80, 124, 36, 0.14) !important; }

		.video-feature-section .ha-hero-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
		.video-feature-section .ha-fcard { display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(80, 124, 36, 0.12); border-radius: 16px; padding: 22px; box-shadow: 0 8px 22px rgba(45, 77, 24, 0.08); transition: transform 0.35s ease, box-shadow 0.35s ease; }
		.video-feature-section .ha-fcard:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(45, 77, 24, 0.16); }
		.video-feature-section .ha-fcard-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
		.video-feature-section .ha-fcard-ic { width: 52px; height: 52px; flex: 0 0 52px; border-radius: 50%; background: #4f6a28; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 21px; }
		.video-feature-section .ha-fcard h4 { color: #2d4d18 !important; font-weight: 700 !important; font-size: 18px !important; margin: 0; }
		.video-feature-section .ha-fcard p { color: #5a6b52 !important; font-size: 14px; line-height: 1.5; margin: 0 0 14px; }
		.video-feature-section .ha-fcard-arrow { display: inline-flex; align-items: center; gap: 7px; color: #4a7a23; font-size: 14px; font-weight: 700; text-decoration: none; align-self: flex-start; margin-top: auto; transition: gap .2s ease, color .2s ease; }
		.video-feature-section .ha-fcard-arrow:hover { color: #2d4d18; gap: 11px; }

		@media (max-width: 991px) {
			.video-feature-section .ha-hero-main { flex-direction: column; }
			.video-feature-section .ha-hero-video { flex: none; }
			/* Stacked hero images need a real height on mobile (the desktop flex/height:100% scheme collapses them to thin lines) */
			.video-feature-section .ha-hero-video .video-preview,
			.video-feature-section .ha-hero-photo { flex: none; height: auto; aspect-ratio: 2 / 1; }
			.video-feature-section .ha-stats { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
			.video-feature-section .ha-stat:nth-child(odd) { border-left: none; }
			.video-feature-section .ha-hero-cards { grid-template-columns: repeat(2, 1fr); }
			.video-feature-section .ha-hero-title { font-size: 30px !important; }
		}
		@media (max-width: 575px) {
			.video-feature-section .ha-hero-cards, .video-feature-section .ha-stats { grid-template-columns: 1fr; }
		}
	

		/* === Packages section (#services-11): modern UI/UX === */
		#services-11 {
			background: linear-gradient(180deg, #ffffff 0%, #F8F3E9 100%) !important;
			padding: 50px 0 !important;
			position: relative;
		}

		#services-11::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 1px;
			background: linear-gradient(90deg, transparent, rgba(80, 124, 36, 0.15), transparent);
		}

		/* Section heading — same sizes as Yoga Retreat (#services-10): h2 38px, p 21px */
		#services-11 .section-title {
			margin-bottom: 50px !important;
		}

		#services-11 .section-eyebrow {
			display: inline-block;
			font-size: 12px;
			font-weight: 700;
			letter-spacing: 3px;
			color: #97BC17;
			text-transform: uppercase;
			margin-bottom: 14px;
			padding: 6px 16px;
			background: rgba(151, 188, 23, 0.12);
			border-radius: 100px;
		}

		#services-11 .section-title h2 {
			font-size: 38px !important;
			font-weight: 700 !important;
			color: #2d4d18 !important;
			margin-bottom: 8px;
			line-height: 1.25;
		}

		#services-11 .section-title h2::after {
			content: '';
			display: block;
			width: 90px;
			height: 4px;
			background: linear-gradient(90deg, #97BC17, #507C24);
			border-radius: 2px;
			margin: 18px auto 6px;
		}

		#services-11 .section-title img {
			display: none;
		}

		#services-11 .section-title p.p-lg {
			color: #5a6b52 !important;
			font-size: 20px !important;
			line-height: 1.7;
			margin: 0 auto;
		}

		/* Package cards */
		#services-11 .service-block {
			margin-bottom: 30px;
			display: flex;
		}

		#services-11 .sbox-10 {
			background: #fff !important;
			border-radius: 16px;
			overflow: hidden;
			box-shadow: 0 4px 24px rgba(45, 77, 24, 0.08);
			transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
				box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
			width: 100%;
			border: 1px solid rgba(151, 188, 23, 0.1);
			padding: 0 !important;
			display: flex;
			flex-direction: column;
		}

		#services-11 .sbox-10:hover {
			transform: translateY(-10px);
			box-shadow: 0 20px 44px rgba(45, 77, 24, 0.18);
		}

		/* Image */
		#services-11 .sbox-10-img {
			position: relative;
			overflow: hidden;
			aspect-ratio: 4 / 3;
		}

		#services-11 .sbox-10-img .hover-overlay,
		#services-11 .sbox-10-img .hover-overlay img,
		#services-11 .sbox-10-img img {
			width: 100% !important;
			height: 100% !important;
			object-fit: cover;
			display: block;
			transition: transform 0.7s ease;
			max-width: 100%;
		}

		#services-11 .sbox-10:hover .sbox-10-img img {
			transform: scale(1.08);
		}

		#services-11 .sbox-10-img::after {
			content: '';
			position: absolute;
			inset: 0;
			background: linear-gradient(180deg, transparent 55%, rgba(80, 124, 36, 0.22) 100%);
			pointer-events: none;
			transition: opacity 0.35s ease;
		}

		#services-11 .sbox-10:hover .sbox-10-img::after {
			opacity: 0.6;
		}

		/* Text body */
		#services-11 .sbox-10-txt {
			padding: 22px 22px 22px !important;
			display: flex;
			flex-direction: column;
			align-items: stretch;
		}

		#services-11 .sbox-10-txt h3 {
			font-weight: 700 !important;
			line-height: 1.4 !important;
			margin-bottom: 14px !important;
			text-align: center;
		}

		#services-11 .sbox-10-txt h3 a {
			color: #2d4d18 !important;
			text-decoration: none !important;
			transition: color 0.2s ease;
		}

		#services-11 .sbox-10-txt h3 a:hover {
			color: #97BC17 !important;
		}

		/* Bullet list — green checkmarks instead of default bullets */
		#services-10 .sbox-10-txt ul.simple-list {
			list-style: none;
			padding: 0 !important;
			margin: 0 0 12px 0 !important;
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 2px 22px;
		}

		#services-10 .sbox-10-txt ul.simple-list li.list-item {
			padding: 3px 0 3px 22px !important;
			margin: 0 !important;
			position: relative;
			align-items: flex-start !important;
			text-align: left;
		}

		#services-10 .sbox-10-txt ul.simple-list li.list-item::before {
			content: '';
			position: absolute;
			left: 4px;
			top: 10px;
			width: 12px;
			height: 7px;
			border-left: 2.5px solid #97BC17;
			border-bottom: 2.5px solid #97BC17;
			transform: rotate(-45deg);
		}

		#services-10 .sbox-10-txt ul.simple-list li.list-item p {
			margin: 0 !important;
			color: #5a6b52 !important;
			font-size: 15px !important;
			line-height: 1.45;
		}

		/* Buttons — same modern pill style as Courses section */
		#services-11 .sbox-10-txt .btn {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding: 9px 18px !important;
			font-weight: 600 !important;
			border-radius: 100px !important;
			border: 1.5px solid transparent !important;
			transition: all 0.25s ease !important;
			margin-right: 6px;
			margin-bottom: 6px;
			text-decoration: none !important;
			line-height: 1 !important;
			letter-spacing: 0.3px;
		}

		#services-11 .sbox-10-txt .btn:nth-of-type(1) {
			background: linear-gradient(135deg, #97BC17 0%, #507C24 100%) !important;
			color: #fff !important;
			box-shadow: 0 4px 12px rgba(80, 124, 36, 0.28);
		}

		#services-11 .sbox-10-txt .btn:nth-of-type(1):hover {
			transform: translateY(-2px);
			box-shadow: 0 8px 22px rgba(80, 124, 36, 0.45);
			filter: brightness(1.08);
		}

		/* Secondary button — outline pill with arrow, restored */
		#services-11 .sbox-10-txt .btn:nth-of-type(2) {
			background: transparent !important;
			color: #507C24 !important;
			border: 1.5px solid #507C24 !important;
			box-shadow: none !important;
		}

		#services-11 .sbox-10-txt .btn:nth-of-type(2)::after {
			content: ' →' !important;
			transition: transform 0.2s ease;
			display: inline-block;
			margin-left: 2px;
		}

		#services-11 .sbox-10-txt .btn:nth-of-type(2):hover {
			background: #507C24 !important;
			color: #fff !important;
			transform: translateY(-2px);
			border-color: #507C24 !important;
		}

		#services-11 .sbox-10-txt .btn:nth-of-type(2):hover::after {
			transform: translateX(4px);
		}

		/* Responsive */
		@media (max-width: 991px) {
			#services-11 .section-title h2 {
				font-size: 30px !important;
			}

			#services-11 {
				padding: 40px 0 !important;
			}
		}

		@media (max-width: 767px) {
			#services-11 .section-title h2 {
				font-size: 24px !important;
			}

			#services-11 .section-title p.p-lg {
				font-size: 20px !important;
			}

			#services-11 {
				padding: 30px 0 !important;
			}
		}
	

		/* === Wellness Packages — decorative cards matched to Courses design (scoped to #services-10) === */
		#services-10 .pk-cards{display:flex;flex-direction:column;gap:40px;}
		#services-10 .pk-card{--frame:#6f9a34;position:relative;display:flex;align-items:stretch;background:#fbf8ef;border:2px solid var(--frame);border-radius:22px;padding:10px;box-shadow:0 18px 44px rgba(45,77,24,.12);overflow:hidden;}
		#services-10 .pk-card::before{content:'';position:absolute;inset:7px;border:1px solid var(--frame);opacity:.4;border-radius:22px;pointer-events:none;z-index:6;}
		#services-10 .pk-card--gold{--frame:#6f9a34;}
		#services-10 .pk-card--rev{flex-direction:row-reverse;}

		#services-10 .pk-media{position:relative;flex:0 0 42%;min-height:320px;border-radius:16px;overflow:hidden;border:3px solid var(--frame);}
		#services-10 .pk-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
		#services-10 .pk-media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(45,77,24,.16));pointer-events:none;z-index:1;}

		#services-10 .pk-wave{position:absolute;top:0;bottom:0;right:-1px;width:58px;height:100%;z-index:4;}
		#services-10 .pk-card--rev .pk-wave{right:auto;left:-1px;transform:scaleX(-1);}
		#services-10 .pk-wave .wv-fill{fill:#fbf8ef;}
		#services-10 .pk-wave .wv-line{fill:none;stroke:var(--frame);stroke-width:2.5;}

		#services-10 .pk-mandala{position:absolute;width:92px;height:92px;z-index:2;opacity:.85;pointer-events:none;}
		#services-10 .pk-mandala--a{top:14px;}
		#services-10 .pk-mandala--b{bottom:14px;}
		#services-10 .pk-card:not(.pk-card--rev) .pk-mandala{left:14px;}
		#services-10 .pk-card--rev .pk-mandala{right:14px;}

		#services-10 .pk-body{flex:1;position:relative;padding:18px 26px;display:flex;flex-direction:column;}
		#services-10 .pk-body>*{position:relative;z-index:2;}
		#services-10 .pk-leaf{position:absolute;width:118px;height:118px;opacity:.5;pointer-events:none;z-index:1;}
		#services-10 .pk-leaf--tl{top:0;left:0;}
		#services-10 .pk-leaf--br{bottom:0;right:0;transform:rotate(180deg);}

		#services-10 .pk-kicker{display:block;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:600;font-size:24px;color:#43882b;line-height:1;margin-bottom:3px;}
		#services-10 .pk-title{font-family:Georgia,'Times New Roman',serif;font-weight:700;font-size:25px;line-height:1.12;margin:0;}
		#services-10 .pk-title a{color:#2d4d18 !important;text-decoration:none !important;transition:color .2s ease;}
		#services-10 .pk-title a:hover{color:#4a7a23 !important;}

		#services-10 .pk-orn{display:flex;align-items:center;gap:10px;margin:12px 0 16px;}
		#services-10 .pk-orn::before,#services-10 .pk-orn::after{content:'';height:1px;flex:0 0 90px;background:linear-gradient(90deg,transparent,#43882b);}
		#services-10 .pk-orn::after{background:linear-gradient(90deg,#43882b,transparent);}
		#services-10 .pk-orn i{color:#43882b;font-size:12px;}

		#services-10 .pk-desc{color:#5a6b52 !important;font-size:14px;line-height:1.5;margin:0 0 12px;text-align:left;}

		#services-10 .pk-list{list-style:none;display:flex;flex-wrap:wrap;gap:7px;padding:0;margin:0 0 12px;}
		#services-10 .pk-list li{display:flex;}
		#services-10 .pk-list li p{margin:0;display:inline-flex;align-items:center;gap:7px;font-size:16px!important;font-weight:600;color:#3c5520;background:rgba(111,154,52,.1);border:1px solid rgba(111,154,52,.22);padding:5px 11px;border-radius:100px;}
		#services-10 .pk-card--gold .pk-list li p{color:#3c5520;background:rgba(111,154,52,.1);border-color:rgba(111,154,52,.22);}

		#services-10 .pk-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:11px 16px;margin-bottom:14px;}
		#services-10 .pk-mi{display:flex;align-items:center;gap:11px;}
		#services-10 .pk-mi-ic{width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:linear-gradient(135deg, #97BC17 0%, #507C24 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;}
		#services-10 .pk-card--gold .pk-mi-ic{background:linear-gradient(135deg, #97BC17 0%, #507C24 100%);color:#fff;}
		#services-10 .pk-mi small{display:block;font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:#000;line-height:1.35;}
		#services-10 .pk-mi strong{display:block;font-size:13px;color:#2d4d18;line-height:1.2;font-weight:700;}

		#services-10 .pk-pricebar{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid rgba(111,154,52,.16);border-radius:14px;padding:9px 14px;margin-top:auto;}
		#services-10 .pk-price{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;}
		#services-10 .pk-price .lbl{display:inline-flex;align-items:center;gap:6px;font-size:14px;letter-spacing:.5px;text-transform:uppercase;color:#000;margin-bottom:2px;}
		#services-10 .pk-price .now{font-size:22px;font-weight:700;color:#2d4d18;}
		#services-10 .pk-price .was{font-size:15px;color:#000;text-decoration:line-through;margin-left:7px;}
		#services-10 .pk-book{flex:0 0 auto;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg, #97BC17 0%, #507C24 100%);color:#fff !important;font-family:Georgia,serif;font-weight:700;font-size:15px;padding:11px 24px;border-radius:10px;text-decoration:none !important;box-shadow:0 8px 20px rgba(45,77,24,.3);transition:transform .25s ease,box-shadow .25s ease;}
		#services-10 .pk-book:hover{transform:translateY(-2px);color:#fff !important;box-shadow:0 12px 26px rgba(45,77,24,.42);}
		#services-10 .pk-book i{font-size:14px;color:#fff;}
		#services-10 .pk-card--gold .pk-book{background:linear-gradient(135deg, #97BC17 0%, #507C24 100%);box-shadow:0 8px 20px rgba(152,108,22,.32);}
		#services-10 .pk-card--gold .pk-book:hover{box-shadow:0 12px 26px rgba(152,108,22,.44);}
		#services-10 .pk-card--gold .pk-book i{color:#fff;}

		@media (max-width:991px){
			#services-10 .pk-card,#services-10 .pk-card--rev{flex-direction:column;}
			#services-10 .pk-media{flex:none;width:100%;min-height:250px;}
			#services-10 .pk-wave{display:none;}
			#services-10 .pk-body{padding:24px 22px;}
			#services-10 .pk-title{font-size:26px;}
			#services-10 .pk-kicker{font-size:20px;}
			#services-10 .pk-meta{grid-template-columns:repeat(2,1fr);}
		}
		@media (max-width:575px){
			#services-10 .pk-meta{grid-template-columns:1fr;}
			#services-10 .pk-pricebar{flex-direction:column;}
			#services-10 .pk-book{width:100%;justify-content:center;}
			#services-10 .pk-leaf{width:82px;height:82px;}
		}
	

			/* Packages carousel — one card per slide */
			#services-10 .hac-carousel { position: relative; }
			#services-10 .hac-viewport { overflow: hidden; padding: 10px 0; }
			#services-10 .hac-track { display: flex; transition: transform .55s cubic-bezier(.4, 0, .2, 1); will-change: transform; }
			#services-10 .hac-slide { flex: 0 0 100%; width: 100%; min-width: 100%; box-sizing: border-box; }
			#services-10 .hac-slide .pk-card { height: 100%; }
			#services-10 .hac-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 8; width: 48px; height: 48px; border-radius: 50%; border: none; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 17px; cursor: pointer; box-shadow: 0 6px 18px rgba(45, 77, 24, .3); transition: transform .2s ease, box-shadow .2s ease; }
			#services-10 .hac-arrow:hover { transform: translateY(-50%) scale(1.08); box-shadow: 0 10px 24px rgba(45, 77, 24, .42); color: #fff; }
			#services-10 .hac-arrow--prev { left: -10px; }
			#services-10 .hac-arrow--next { right: -10px; }
			#services-10 .hac-dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
			#services-10 .hac-dots button { width: 10px; height: 10px; padding: 0; border: none; border-radius: 50%; background: rgba(80, 124, 36, .25); cursor: pointer; transition: all .25s ease; }
			#services-10 .hac-dots button.is-active { background: linear-gradient(135deg, #97BC17, #507C24); width: 26px; border-radius: 6px; }
			@media (max-width: 1180px) {
				#services-10 .hac-arrow--prev { left: 6px; }
				#services-10 .hac-arrow--next { right: 6px; }
			}
			@media (max-width: 991px) {
				#services-10 .hac-arrow { width: 40px; height: 40px; font-size: 14px; }
			}
			

		/* === Guest Testimonials — international guests redesign === */
		.htm-tst {
			background: linear-gradient(180deg, #F8F6EF 0%, #F5F2E8 40%, #EEF5E8 100%);
			padding: 70px 0;
			position: relative;
			overflow: hidden;
		}
		.htm-tst * { box-sizing: border-box; }
		.htm-tst .htm-inner { position: relative; z-index: 2; }

		/* Heading block */
		.htm-tst .htm-eyebrow {
			display: inline-flex; align-items: center; gap: 12px;
			font-size: 14px; font-weight: 700; letter-spacing: 3px;
			text-transform: uppercase; color: #6b7c4e; margin-bottom: 14px;
		}
		.htm-tst .htm-eyebrow::before,
		.htm-tst .htm-eyebrow::after {
			content: ""; width: 26px; height: 1px; background: #8a9781;
		}
		.htm-tst .htm-title {
			font-size: 44px; font-weight: 800; line-height: 1.15;
			color: #294214; margin: 0 0 12px;
		}
		.htm-tst .htm-sub {
			font-size: 18px; color: #5a6b52; margin: 0 auto 22px;
		}
		.htm-tst .htm-meta {
			display: inline-flex; align-items: center; gap: 26px;
			flex-wrap: wrap; justify-content: center; margin-bottom: 46px;
		}
		.htm-tst .htm-meta .htm-meta-item {
			display: inline-flex; align-items: center; gap: 9px;
			font-size: 16px; font-weight: 600; color: #3c4a30;
		}
		.htm-tst .htm-meta .htm-divider { width: 1px; height: 22px; background: #cfc6a8; }
		.htm-tst .htm-stars { color: #507C24; font-size: 17px; letter-spacing: 1px; }
		.htm-tst .htm-meta svg { width: 20px; height: 20px; fill: #2d4d18; }

		/* Featured row */
		.htm-tst .htm-featured {
			display: grid; grid-template-columns: 1.15fr 1fr; gap: 0;
			background: #fffdf8; border-radius: 18px; overflow: hidden;
			box-shadow: 0 18px 50px rgba(41,66,20,.10);
			border: 1px solid #ece6d3; margin-bottom: 26px;
		}
		.htm-tst .htm-video {
			position: relative; cursor: pointer; min-height: 340px;
			background-size: cover; background-position: center;
		}
		.htm-tst .htm-card .htm-video { min-height: 100%; }
		.htm-tst .htm-video::after {
			content: ""; position: absolute; inset: 0;
			background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.35));
		}

		/* Featured video carousel */
		.htm-tst .htm-carousel { position: relative; }
		.htm-tst .htm-carousel-track {
			position: relative; width: 100%; aspect-ratio: 3 / 2; background: #1c2b10;
		}
		.htm-tst .htm-slide {
			position: absolute; inset: 0; cursor: pointer;
			background-size: cover; background-position: center;
			opacity: 0; pointer-events: none; transition: opacity .6s ease;
		}
		.htm-tst .htm-slide.is-active { opacity: 1; pointer-events: auto; }
		.htm-tst .htm-slide::after {
			content: ""; position: absolute; inset: 0;
			background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.32));
		}
		.htm-tst .htm-nav {
			position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
			width: 42px; height: 42px; border-radius: 50%; border: none; cursor: pointer;
			background: rgba(255,255,255,.85); display: flex; align-items: center; justify-content: center;
			transition: background .2s ease; box-shadow: 0 4px 14px rgba(0,0,0,.2);
		}
		.htm-tst .htm-nav:hover { background: #fff; }
		.htm-tst .htm-nav svg { width: 24px; height: 24px; fill: #2d4d18; }
		.htm-tst .htm-prev { left: 14px; }
		.htm-tst .htm-next { right: 14px; }
		.htm-tst .htm-dots {
			position: absolute; bottom: 14px; left: 0; right: 0; z-index: 4;
			display: flex; gap: 8px; justify-content: center;
		}
		.htm-tst .htm-dots button {
			width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; cursor: pointer;
			background: rgba(255,255,255,.55); transition: background .2s ease, transform .2s ease;
		}
		.htm-tst .htm-dots button.is-active { background: #fff; transform: scale(1.25); }
		.htm-tst .htm-badge {
			position: absolute; top: 16px; left: 16px; z-index: 3;
			display: inline-flex; align-items: center; gap: 7px;
			background: #2d4d18; color: #fff; font-size: 13px; font-weight: 600;
			padding: 7px 14px; border-radius: 30px;
		}
		.htm-tst .htm-badge svg { width: 14px; height: 14px; fill: #507C24; }
		.htm-tst .htm-play {
			position: absolute; z-index: 3; top: 50%; left: 50%;
			transform: translate(-50%, -50%);
			width: 70px; height: 49px; border-radius: 14px;
			background: #ff0000; border: none; cursor: pointer;
			display: flex; align-items: center; justify-content: center;
			transition: transform .25s ease, background .25s ease;
			box-shadow: 0 6px 18px rgba(0,0,0,.35);
		}
		.htm-tst .htm-video:hover .htm-play { transform: translate(-50%,-50%) scale(1.08); background:#ff0000; }
		.htm-tst .htm-play svg { width: 30px; height: 30px; fill: #fff; margin-left: 2px; }
		.htm-tst .htm-card .htm-play { width: 54px; height: 38px; border-radius: 11px; }
		.htm-tst .htm-card .htm-play svg { width: 24px; height: 24px; }

		/* Featured quote */
		.htm-tst .htm-quote {
			padding: 44px 42px; display: flex; flex-direction: column; justify-content: center;
		}
		.htm-tst .htm-quote .htm-qmark { font-family: Georgia, serif; font-size: 64px; line-height: .3; color: #9caa6e; }
		.htm-tst .htm-quote-title {
			font-size: 30px; font-weight: 800; color: #294214; margin: 16px 0 14px; line-height: 1.2;
		}
		.htm-tst .htm-quote p {
			font-family: Georgia, 'Times New Roman', serif; font-style: italic;
			font-size: 21px; line-height: 1.55; color: #3a4a2c; margin: 0 0 26px;
		}
		.htm-tst .htm-quote-foot { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
		.htm-tst .htm-quote-foot .htm-stars { color: #507C24; font-size: 18px; letter-spacing: 1px; }
		.htm-tst .htm-quote-foot .htm-foot-text { font-size: 15px; font-weight: 600; color: #3c4a30; }
		.htm-tst .htm-author { display: flex; align-items: center; gap: 14px; }
		.htm-tst .htm-author img {
			width: 56px; height: 56px; border-radius: 50%; object-fit: cover;
			border: 2px solid #e7e0cb;
		}
		.htm-tst .htm-author .htm-name { font-weight: 700; color: #294214; font-size: 17px; }
		.htm-tst .htm-author .htm-loc { font-size: 14px; color: #6b7c4e; display:flex; align-items:center; gap:6px; }
		.htm-tst .htm-author .htm-rate { color: #507C24; font-size: 13px; letter-spacing: 1px; margin-top: 4px; }

		/* Small cards */
		.htm-tst .htm-cards {
			display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px;
		}
		.htm-tst .htm-card {
			background: #fffdf8; border: 1px solid #ece6d3; border-radius: 16px;
			overflow: hidden; display: grid; grid-template-columns: 40% 1fr;
			box-shadow: 0 8px 26px rgba(41,66,20,.07); transition: transform .25s ease, box-shadow .25s ease;
		}
		.htm-tst .htm-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(41,66,20,.13); }
		.htm-tst .htm-card .htm-video { min-height: 100%; }
		.htm-tst .htm-card .htm-card-body { padding: 20px 18px; }
		.htm-tst .htm-card .htm-qmark { font-family: Georgia, serif; font-size: 40px; line-height:.2; color: #9caa6e; }
		.htm-tst .htm-card .htm-card-body p {
			font-size: 14.5px; line-height: 1.55; color: #4a5840; margin: 12px 0 16px;
		}
		.htm-tst .htm-card .htm-name { font-weight: 700; color: #294214; font-size: 15px; }
		.htm-tst .htm-card .htm-loc { font-size: 13px; color: #6b7c4e; display:flex; align-items:center; gap:5px; margin: 2px 0 4px; }
		.htm-tst .htm-card .htm-rate { color: #507C24; font-size: 12px; letter-spacing: 1px; }

		/* Google reviews text slider */
		.htm-tst .htm-rev { position: relative; margin-bottom: 40px; }
		.htm-tst .htm-rev-head { display: flex; justify-content: center; margin-bottom: 26px; }
		.htm-tst .htm-rev-badge {
			display: inline-flex; align-items: center; gap: 9px;
			background: #fffdf8; border: 1px solid #e7e0cb; border-radius: 30px;
			padding: 9px 18px; font-size: 14px; font-weight: 600; color: #3c4a30;
		}
		.htm-tst .htm-rev-badge svg { width: 18px; height: 18px; }
		.htm-tst .htm-rev-viewport { overflow: hidden; }
		.htm-tst .htm-rev-track { display: flex; gap: 24px; transition: transform .5s ease; will-change: transform; }
		.htm-tst .htm-rev-card {
			flex: 0 0 auto; box-sizing: border-box;
			background: #fffdf8; border: 1px solid #ece6d3; border-radius: 16px;
			padding: 26px 24px; box-shadow: 0 8px 26px rgba(41,66,20,.07);
			display: flex; flex-direction: column;
		}
		.htm-tst .htm-rev-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
		.htm-tst .htm-rev-stars { color: #FBBC04; font-size: 16px; letter-spacing: 1px; }
		.htm-tst .htm-rev-text { font-size: 15.5px; line-height: 1.6; color: #46543b; margin: 0 0 22px; flex: 1 1 auto; }
		.htm-tst .htm-rev-author { display: flex; align-items: center; gap: 12px; }
		.htm-tst .htm-rev-avatar {
			width: 46px; height: 46px; border-radius: 50%; flex: 0 0 auto; overflow: hidden;
			display: flex; align-items: center; justify-content: center;
			color: #fff; font-weight: 700; font-size: 18px;
		}
		.htm-tst .htm-rev-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
		.htm-tst .htm-rev-author .htm-name { font-weight: 700; color: #294214; font-size: 15px; line-height: 1.25; }
		.htm-tst .htm-rev-author .htm-loc { font-size: 12.5px; color: #6b7c4e; margin-top: 2px; }
		.htm-tst .htm-rev-nav {
			position: absolute; top: calc(50% + 16px); transform: translateY(-50%); z-index: 5;
			width: 42px; height: 42px; border-radius: 50%; border: 1px solid #e7e0cb; cursor: pointer;
			background: #fff; display: flex; align-items: center; justify-content: center;
			box-shadow: 0 4px 14px rgba(41,66,20,.12); transition: background .2s ease;
		}
		.htm-tst .htm-rev-nav:hover { background: #f3efe2; }
		.htm-tst .htm-rev-nav svg { width: 24px; height: 24px; fill: #2d4d18; }
		.htm-tst .htm-rev-prev { left: -10px; }
		.htm-tst .htm-rev-next { right: -10px; }
		.htm-tst .htm-rev-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
		.htm-tst .htm-rev-dots button {
			width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; cursor: pointer;
			background: #d2cab2; transition: background .2s ease, transform .2s ease;
		}
		.htm-tst .htm-rev-dots button.is-active { background: #2d4d18; transform: scale(1.25); }
		@media (max-width: 575px) {
			.htm-tst .htm-rev-prev { left: 2px; }
			.htm-tst .htm-rev-next { right: 2px; }
			.htm-tst .htm-rev-nav { background: rgba(255,255,255,.9); }
		}

		/* Stats bar */
		.htm-tst .htm-stats {
			display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
			background: #f0ecdc; border: 1px solid #e4ddc6; border-radius: 18px;
			padding: 32px 26px; margin-bottom: 34px;
		}
		.htm-tst .htm-stat { display: flex; align-items: center; gap: 16px; }
		.htm-tst .htm-stat .htm-ico {
			flex: 0 0 auto; width: 56px; height: 56px; border-radius: 50%;
			background: #2d4d18; display: flex; align-items: center; justify-content: center;
		}
		.htm-tst .htm-stat .htm-ico svg { width: 26px; height: 26px; fill: #fff; }
		.htm-tst .htm-stat .htm-num { font-size: 28px; font-weight: 800; color: #294214; line-height: 1; }
		.htm-tst .htm-stat .htm-lab { font-size: 15px; font-weight: 700; color: #3c4a30; }
		.htm-tst .htm-stat .htm-desc { font-size: 12.5px; color: #6b7c4e; }

		/* CTA */
		.htm-tst .htm-cta-wrap { text-align: center; }
		.htm-tst .htm-cta {
			display: inline-flex; align-items: center; gap: 10px;
			background: linear-gradient(135deg, #97BC17 0%, #507C24 100%) !important; color: #fff; font-size: 16px; font-weight: 600;
			padding: 15px 34px; border-radius: 40px; text-decoration: none;
			transition: background .25s ease, transform .25s ease;
		}
		.htm-tst .htm-cta:hover { background: #3c6322; transform: translateY(-2px); color: #fff; }
		.htm-tst .htm-cta svg { width: 18px; height: 18px; fill: #fff; }

		/* Video modal */
		#htm-video-modal {
			position: fixed; inset: 0; z-index: 99999; display: none;
			background: rgba(0,0,0,.86); align-items: center; justify-content: center; padding: 20px;
		}
		#htm-video-modal.htm-open { display: flex; }
		#htm-video-modal .htm-modal-box { position: relative; width: 100%; max-width: 880px; aspect-ratio: 16/9; }
		#htm-video-modal iframe { width: 100%; height: 100%; border: 0; border-radius: 10px; }
		#htm-video-modal .htm-close {
			position: absolute; top: -44px; right: 0; width: 38px; height: 38px;
			background: #fff; border: none; border-radius: 50%; cursor: pointer;
			font-size: 22px; line-height: 1; color: #2d4d18;
		}

		@media (max-width: 991px) {
			.htm-tst .htm-title { font-size: 32px; }
			.htm-tst .htm-featured { grid-template-columns: 1fr; }
			.htm-tst .htm-featured .htm-video { min-height: 280px; }
			.htm-tst .htm-cards { grid-template-columns: 1fr; max-width: 480px; margin-left:auto; margin-right:auto; }
			.htm-tst .htm-stats { grid-template-columns: repeat(2, 1fr); row-gap: 26px; }
		}
		@media (max-width: 575px) {
			.htm-tst { padding: 50px 0; }
			.htm-tst .htm-title { font-size: 25px; }
			.htm-tst .htm-sub { font-size: 16px; }
			.htm-tst .htm-quote { padding: 30px 24px; }
			.htm-tst .htm-quote p { font-size: 19px; }
			.htm-tst .htm-stats { grid-template-columns: 1fr; }
			.htm-tst .htm-meta { gap: 14px; }
		}
	

		/* === Activities During the Course — card redesign === */
		.hac-section {
			background: radial-gradient(circle at top right, #EEF5E8 0%, transparent 35%), radial-gradient(circle at bottom left, #F2F7EE 0%, transparent 30%), #F8F6EF;
			padding: 70px 0;
			position: relative;
			overflow: hidden;
		}
		.hac-section * { box-sizing: border-box; }
		.hac-inner { position: relative; z-index: 2; }

		.hac-section .hac-eyebrow {
			display: inline-flex; align-items: center; gap: 12px;
			font-size: 14px; font-weight: 700; letter-spacing: 3px;
			text-transform: uppercase; color: #6b7c4e; margin-bottom: 14px;
		}
		.hac-section .hac-eyebrow svg { width: 16px; height: 16px; fill: #3c6322; }
		.hac-section .hac-eyebrow::before,
		.hac-section .hac-eyebrow::after { content: ""; width: 30px; height: 1px; background: #3c6322; }
		.hac-section .hac-title {
			font-family: Georgia, 'Times New Roman', serif;
			font-size: 46px; font-weight: 700; color: #2d4d18; margin: 0 0 12px; line-height: 1.12;
		}
		.hac-section .hac-sub { font-size: 18px; color: #5a6b52; margin: 0 auto 16px; max-width: 640px; }
		.hac-section .hac-flourish { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 50px; }
		.hac-section .hac-flourish span { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #3c6322); }
		.hac-section .hac-flourish span:last-child { background: linear-gradient(90deg, #3c6322, transparent); }
		.hac-section .hac-flourish svg { width: 26px; height: 26px; fill: #3c6322; }

		/* Cards */
		.hac-section .hac-cards {
			display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 50px;
		}
		.hac-section .hac-card {
			background: #fffdf8; border: 1px solid #ece6d3; border-radius: 18px; overflow: hidden;
			box-shadow: 0 10px 30px rgba(45,77,24,.08); transition: transform .3s ease, box-shadow .3s ease;
			display: flex; flex-direction: column;
		}
		.hac-section .hac-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(45,77,24,.16); }
		.hac-section .hac-card-media { position: relative; }
		.hac-section .hac-card-media img { width: 100%; height: 250px; object-fit: cover; display: block; }
		.hac-section .hac-card-icon {
			position: absolute; left: 26px; bottom: -28px; z-index: 3;
			width: 60px; height: 60px; border-radius: 50%; background: #fffdf8;
			display: flex; align-items: center; justify-content: center;
			box-shadow: 0 8px 20px rgba(45,77,24,.18);
		}
		.hac-section .hac-card-icon svg { width: 30px; height: 30px; fill: #2d4d18; }
		.hac-section .hac-card-body { padding: 44px 28px 30px; display: flex; flex-direction: column; flex: 1 1 auto; }
		.hac-section .hac-card-body h3 {
			font-family: Georgia, 'Times New Roman', serif;
			font-size: 20px; font-weight: 700; color: #2d4d18; margin: 0 0 12px;
		}
		.hac-section .hac-card-divider { width: 44px; height: 3px; background: #3c6322; border-radius: 2px; margin-bottom: 16px; }
		.hac-section .hac-card-body p { font-size: 15.5px; line-height: 1.65; color: #5a6b52; margin: 0 0 20px; flex: 1 1 auto; }
		.hac-section .hac-learn {
			display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
			font-size: 15px; font-weight: 700; color: #2d4d18; text-decoration: none;
			transition: gap .2s ease, color .2s ease;
		}
		.hac-section .hac-learn svg { width: 18px; height: 18px; fill: #2d4d18; }
		.hac-section .hac-learn:hover { gap: 14px; color: #3c6322; }

		/* Feature bar */
		.hac-section .hac-features {
			display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
			background: #f0ecdc; border: 1px solid #e4ddc6; border-radius: 18px;
			padding: 30px 28px; margin-bottom: 34px;
		}
		.hac-section .hac-feature { display: flex; align-items: center; gap: 15px; }
		.hac-section .hac-feat-icon {
			flex: 0 0 auto; width: 54px; height: 54px; border-radius: 50%; background: #3c6322;
			display: flex; align-items: center; justify-content: center;
		}
		.hac-section .hac-feat-icon svg { width: 26px; height: 26px; fill: #fff; }
		.hac-section .hac-feature strong { display: block; font-size: 16px; color: #294214; font-weight: 700; }
		.hac-section .hac-feature span { font-size: 13.5px; color: #6b7c4e; line-height: 1.4; }

		/* CTA */
		.hac-section .hac-cta-wrap { text-align: center; }
		.hac-section .hac-cta {
			display: inline-flex; align-items: center; gap: 10px;
			background: linear-gradient(135deg, #97BC17 0%, #507C24 100%) !important; color: #fff; font-size: 16px; font-weight: 600;
			padding: 15px 36px; border-radius: 40px; text-decoration: none;
			transition: background .25s ease, transform .25s ease;
		}
		.hac-section .hac-cta:hover { background: #3c6322; transform: translateY(-2px); color: #fff; }
		.hac-section .hac-cta svg { width: 18px; height: 18px; fill: #fff; }

		@media (max-width: 991px) {
			.hac-section .hac-title { font-size: 34px; }
			.hac-section .hac-cards { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
			.hac-section .hac-features { grid-template-columns: repeat(2, 1fr); row-gap: 26px; }
		}
		@media (max-width: 575px) {
			.hac-section { padding: 50px 0; }
			.hac-section .hac-title { font-size: 27px; }
			.hac-section .hac-sub { font-size: 16px; }
			.hac-section .hac-features { grid-template-columns: 1fr; }
		}
	

		/* === Haritha Ayurveda Gallery — filterable masonry redesign === */
		.hgal-section {
			background: linear-gradient(180deg, #F8F6EF 0%, #F5F2E8 40%, #EEF5E8 100%);
			padding: 70px 0; position: relative; overflow: hidden;
		}
		.hgal-section * { box-sizing: border-box; }
		.hgal-inner { position: relative; z-index: 2; }

		.hgal-section .hgal-eyebrow {
			display: inline-flex; align-items: center; gap: 12px;
			font-size: 14px; font-weight: 700; letter-spacing: 3px;
			text-transform: uppercase; color: #3c6322; margin-bottom: 12px;
		}
		.hgal-section .hgal-eyebrow::before,
		.hgal-section .hgal-eyebrow::after { content: ""; width: 34px; height: 1px; background: #3c6322; }
		.hgal-section .hgal-title {
			font-family: Georgia, 'Times New Roman', serif;
			font-size: 48px; font-weight: 700; color: #2d4d18; margin: 0 0 10px; line-height: 1.1;
		}
		.hgal-section .hgal-lotus { width: 38px; margin-bottom: 14px; }
		.hgal-section .hgal-sub { font-size: 17.5px; color: #5a6b52; margin: 0 auto 30px; line-height: 1.6; }

		/* Filter pills */
		.hgal-section .hgal-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 34px; }
		.hgal-section .hgal-pill {
			display: inline-flex; align-items: center; gap: 8px;
			border: 1px solid #dcd6c2; background: #fffdf8; color: #3c4a30;
			font-size: 14.5px; font-weight: 600; padding: 9px 18px; border-radius: 30px;
			cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease;
		}
		.hgal-section .hgal-pill svg { width: 17px; height: 17px; fill: #6b7c4e; transition: fill .2s ease; }
		.hgal-section .hgal-pill:hover { border-color: #9bb06a; }
		.hgal-section .hgal-pill.is-active { background: linear-gradient(135deg, #3c6322, #2d4d18); color: #fff; border-color: transparent; }
		.hgal-section .hgal-pill.is-active svg { fill: #fff; }

		/* Masonry grid */
		.hgal-section .hgal-grid {
			display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 124px;
			gap: 18px; grid-auto-flow: dense;
		}
		.hgal-section .hgal-tile {
			grid-row: span 2; position: relative; border-radius: 14px; overflow: hidden;
			margin: 0; box-shadow: 0 8px 22px rgba(45,77,24,.10); cursor: pointer;
		}
		.hgal-section .hgal-grid.is-all .hgal-tile.is-feature { grid-row: span 3; grid-column: 1; }
		.hgal-section .hgal-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
		.hgal-section .hgal-tile:hover img { transform: scale(1.06); }
		.hgal-section .hgal-tile figcaption {
			position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 14px;
			color: #fff; font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 8px;
			background: linear-gradient(transparent, rgba(0,0,0,.72));
		}
		.hgal-section .hgal-tile figcaption svg { width: 16px; height: 16px; fill: rgba(255,255,255,.85); flex: 0 0 auto; }

		/* CTA panel */
		.hgal-section .hgal-cta {
			background: #f6f3e8; border: 1px solid #e7e0cb; border-radius: 18px;
			padding: 26px 32px; display: grid; grid-template-columns: 1.5fr 1.1fr auto; gap: 26px;
			align-items: center; margin: 40px 0 32px;
		}
		.hgal-section .hgal-cta-left { display: flex; align-items: center; gap: 18px; }
		.hgal-section .hgal-cta-icon {
			flex: 0 0 auto; width: 60px; height: 60px; border-radius: 50%; background: #3c6322;
			display: flex; align-items: center; justify-content: center;
		}
		.hgal-section .hgal-cta-icon svg { width: 28px; height: 28px; fill: #fff; }
		.hgal-section .hgal-cta-left h3 { font-family: Georgia, serif; font-size: 23px; font-weight: 700; color: #2d4d18; margin: 0 0 6px; }
		.hgal-section .hgal-cta-left p { font-size: 14.5px; color: #5a6b52; margin: 0; line-height: 1.5; }
		.hgal-section .hgal-cta-mid { display: flex; align-items: center; gap: 16px; border-left: 1px solid #ddd5bf; padding-left: 26px; }
		.hgal-section .hgal-cta-phone {
			flex: 0 0 auto; width: 56px; height: 56px; border-radius: 50%; border: 2px solid #3c6322;
			display: flex; align-items: center; justify-content: center;
		}
		.hgal-section .hgal-cta-phone svg { width: 24px; height: 24px; fill: #3c6322; }
		.hgal-section .hgal-cta-num { font-size: 24px; font-weight: 800; color: #2d4d18; text-decoration: none; display: block; line-height: 1.1; }
		.hgal-section .hgal-cta-num:hover { color: #3c6322; }
		.hgal-section .hgal-cta-mid small { font-size: 13px; color: #6b7c4e; }
		.hgal-section .hgal-cta-actions { display: flex; flex-direction: column; gap: 12px; }
		.hgal-section .hgal-btn {
			display: inline-flex; align-items: center; justify-content: center; gap: 9px;
			background: #3c6322; color: #fff; font-size: 15px; font-weight: 600;
			padding: 12px 26px; border-radius: 30px; text-decoration: none; white-space: nowrap;
			transition: background .2s ease, transform .2s ease;
		}
		.hgal-section .hgal-btn:hover { background: #2d4d18; transform: translateY(-2px); color: #fff; }
		.hgal-section .hgal-btn.wa { background: #2d4d18; }
		.hgal-section .hgal-btn.wa:hover { background: #1f3a10; }
		.hgal-section .hgal-btn svg { width: 17px; height: 17px; fill: #fff; }

		/* View full gallery */
		.hgal-section .hgal-viewall { display: flex; align-items: center; justify-content: center; gap: 18px; }
		.hgal-section .hgal-viewall .hgal-flourish { width: 70px; height: 1px; background: linear-gradient(90deg, transparent, #3c6322); position: relative; }
		.hgal-section .hgal-viewall .hgal-flourish.r { background: linear-gradient(90deg, #3c6322, transparent); }
		.hgal-section .hgal-viewall .hgal-flourish::after { content: ""; position: absolute; right: -6px; top: -11px; color: #3c6322; font-size: 16px; }
		.hgal-section .hgal-viewall .hgal-flourish.r::after { content: ""; left: -6px; right: auto; }
		.hgal-section .hgal-viewbtn {
			display: inline-flex; align-items: center; gap: 10px;
			background: linear-gradient(135deg, #97BC17 0%, #507C24 100%) !important; color: #fff; font-size: 16px; font-weight: 600;
			padding: 14px 34px; border-radius: 40px; text-decoration: none;
			transition: background .25s ease, transform .25s ease;
		}
		.hgal-section .hgal-viewbtn:hover { background: #3c6322; transform: translateY(-2px); color: #fff; }
		.hgal-section .hgal-viewbtn svg { width: 18px; height: 18px; fill: #fff; }

		@media (max-width: 991px) {
			.hgal-section .hgal-title { font-size: 34px; }
			.hgal-section .hgal-grid { grid-template-columns: repeat(2, 1fr); }
			.hgal-section .hgal-grid.is-all .hgal-tile.is-feature { grid-row: span 2; grid-column: auto; }
			.hgal-section .hgal-cta { grid-template-columns: 1fr; gap: 20px; }
			.hgal-section .hgal-cta-mid { border-left: none; border-top: 1px solid #ddd5bf; padding-left: 0; padding-top: 20px; }
			.hgal-section .hgal-cta-actions { flex-direction: row; flex-wrap: wrap; }
		}
		@media (max-width: 575px) {
			.hgal-section { padding: 50px 0; }
			.hgal-section .hgal-title { font-size: 27px; }
			.hgal-section .hgal-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
			.hgal-section .hgal-tile, .hgal-section .hgal-grid.is-all .hgal-tile.is-feature { grid-row: span 1; grid-column: auto; }
			.hgal-section .hgal-viewall .hgal-flourish { width: 36px; }
		}
	

		/* === Booking CTA section — bold gradient hero-style CTA === */
		#about-6 {
			background: linear-gradient(135deg, #2d4d18 0%, #507C24 50%, #97BC17 100%) !important;
			padding: 50px 0 !important;
			position: relative;
			overflow: hidden;
		}

		/* Decorative blurred circles for organic visual interest */
		#about-6::before {
			content: '';
			position: absolute;
			top: -180px;
			right: -180px;
			width: 460px;
			height: 460px;
			background: radial-gradient(circle, rgba(255, 255, 255, 0.10) 0%, transparent 70%);
			border-radius: 50%;
			pointer-events: none;
		}

		#about-6::after {
			content: '';
			position: absolute;
			bottom: -140px;
			left: -140px;
			width: 360px;
			height: 360px;
			background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
			border-radius: 50%;
			pointer-events: none;
		}

		#about-6 .container,
		#about-6 .txt-block {
			position: relative;
			z-index: 2;
		}

		/* Eyebrow */
		#about-6 .cta-eyebrow {
			display: inline-block;
			font-size: 12px;
			font-weight: 700;
			letter-spacing: 3px;
			color: #f4f9e8;
			text-transform: uppercase;
			margin-bottom: 14px;
			padding: 6px 16px;
			background: rgba(255, 255, 255, 0.15);
			border: 1px solid rgba(255, 255, 255, 0.25);
			border-radius: 100px;
		}

		/* Title — white, with subtle light-green accent bar */
		#about-6 h4 {
			color: #fff !important;
			font-weight: 700 !important;
			margin-bottom: 16px !important;
			line-height: 1.3;
		}

		#about-6 h4::after {
			content: '';
			display: block;
			width: 80px;
			height: 4px;
			background: rgba(255, 255, 255, 0.6);
			border-radius: 2px;
			margin: 16px auto 0;
		}

		/* Body text — light, readable on green */
		#about-6 p {
			color: rgba(255, 255, 255, 0.95) !important;
			line-height: 1.7;
			margin-bottom: 28px !important;
		}

		#about-6 p a {
			color: #fff !important;
			font-weight: 700;
			text-decoration: none;
			border-bottom: 2px solid rgba(255, 255, 255, 0.5);
			padding-bottom: 1px;
			transition: border-color 0.2s ease;
		}

		#about-6 p a:hover {
			color: #fff !important;
			border-bottom-color: #fff;
		}

		#about-6 .cta-phone-icon {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: 28px;
			height: 28px;
			border-radius: 50%;
			background: rgba(255, 255, 255, 0.2);
			color: #fff;
			margin-right: 8px;
			vertical-align: middle;
			font-size: 13px;
		}

		/* CTA button — inverted (white with green text) so it pops on green bg */
		#about-6 .btn,
		#about-6 a.btn {
			background: #fff !important;
			color: #2d4d18 !important;
			border: 2px solid #fff !important;
			border-radius: 100px !important;
			padding: 14px 34px !important;
			font-weight: 700 !important;
			font-size: 16px !important;
			letter-spacing: 0.3px;
			box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22) !important;
			text-decoration: none !important;
			transition: transform 0.25s ease, box-shadow 0.25s ease,
				background 0.25s ease, color 0.25s ease !important;
		}

		#about-6 .btn:hover,
		#about-6 a.btn:hover,
		#about-6 .btn:focus,
		#about-6 a.btn:focus {
			background: linear-gradient(135deg, #97BC17 0%, #507C24 100%) !important;
			color: #fff !important;
			border-color: transparent !important;
			transform: translateY(-3px);
			box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3) !important;
		}

		@media (max-width: 767px) {
			#about-6 {
				padding: 40px 0 !important;
			}

			#about-6 .btn,
			#about-6 a.btn {
				padding: 12px 28px !important;
				font-size: 15px !important;
			}
		}
	

		/* === Pre-Course Recommended Reading — eBooks redesign === */
		.peb-section {
			background: radial-gradient(circle at top right, #EEF5E8 0%, transparent 35%), radial-gradient(circle at bottom left, #F2F7EE 0%, transparent 30%), #F8F6EF;
			padding: 70px 0; position: relative; overflow: hidden;
		}
		.peb-section * { box-sizing: border-box; }
		.peb-inner { position: relative; z-index: 2; }

		.peb-section .peb-eyebrow {
			display: inline-flex; align-items: center; gap: 12px;
			font-size: 14px; font-weight: 700; letter-spacing: 3px;
			text-transform: uppercase; color: #3c6322; margin-bottom: 12px;
		}
		.peb-section .peb-eyebrow svg { width: 16px; height: 16px; fill: #3c6322; }
		.peb-section .peb-eyebrow::before,
		.peb-section .peb-eyebrow::after { content: ""; width: 30px; height: 1px; background: #3c6322; }
		.peb-section .peb-title {
			font-family: Georgia, 'Times New Roman', serif;
			font-size: 44px; font-weight: 700; color: #2d4d18; margin: 0 0 10px; line-height: 1.12;
		}
		.peb-section .peb-lotus { width: 38px; margin-bottom: 14px; }
		.peb-section .peb-sub { font-size: 17.5px; color: #5a6b52; margin: 0 auto 46px; line-height: 1.6; }

		/* Book carousel */
		.peb-section .peb-slider { position: relative; margin-bottom: 40px; }
		.peb-section .peb-viewport { overflow: hidden; }
		.peb-section .peb-track { display: flex; gap: 26px; transition: transform .5s ease; will-change: transform; }
		.peb-section .peb-card {
			flex: 0 0 auto; box-sizing: border-box;
			background: #fffdf8; border: 1px solid #ece6d3; border-radius: 18px; overflow: hidden;
			box-shadow: 0 10px 30px rgba(45,77,24,.08); transition: transform .3s ease, box-shadow .3s ease;
			display: flex; flex-direction: column;
		}
		.peb-section .peb-nav {
			position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
			width: 44px; height: 44px; border-radius: 50%; border: 1px solid #e7e0cb; cursor: pointer;
			background: #fff; display: flex; align-items: center; justify-content: center;
			box-shadow: 0 4px 14px rgba(45,77,24,.12); transition: background .2s ease;
		}
		.peb-section .peb-nav:hover { background: #f3efe2; }
		.peb-section .peb-nav svg { width: 24px; height: 24px; fill: #2d4d18; }
		.peb-section .peb-prev { left: -12px; }
		.peb-section .peb-next { right: -12px; }
		.peb-section .peb-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
		.peb-section .peb-dots button {
			width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; cursor: pointer;
			background: #d2cab2; transition: background .2s ease, transform .2s ease;
		}
		.peb-section .peb-dots button.is-active { background: #2d4d18; transform: scale(1.25); }
		.peb-section .peb-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(45,77,24,.16); }
		.peb-section .peb-cover { position: relative; background: #f1eee3; }
		.peb-section .peb-cover img { width: 100%; height: auto; object-fit: cover; display: block; }
		.peb-section .peb-pdf-badge {
			position: absolute; top: 14px; right: 14px; z-index: 2;
			width: 44px; height: 44px; border-radius: 50%; background: #3c6322;
			display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(45,77,24,.3);
		}
		.peb-section .peb-pdf-badge svg { width: 22px; height: 22px; fill: #fff; }
		.peb-section .peb-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1 1 auto; }
		.peb-section .peb-body h3 {
			display: flex; align-items: center; gap: 8px;
			font-family: Georgia, 'Times New Roman', serif;
			font-size: 18px !important; font-weight: 700 !important; color: #2d4d18 !important;
			margin: 0 0 12px !important; line-height: 1.3 !important;
		}
		.peb-section .peb-body h3 svg { width: 18px; height: 18px; fill: #6b9a2e; flex: 0 0 auto; }
		.peb-section .peb-body p { font-size: 14.5px; line-height: 1.6; color: #5a6b52; margin: 0 0 20px; flex: 1 1 auto; text-align: left;}
		.peb-section .peb-download {
			display: flex; align-items: center; justify-content: center; gap: 9px;
			background: linear-gradient(135deg, #97BC17 0%, #507C24 100%) !important; color: #fff !important; font-size: 14.5px; font-weight: 700;
			padding: 13px 16px; border-radius: 10px; text-decoration: none;
			transition: background .2s ease, color .2s ease;
		}
		.peb-section .peb-download svg { width: 17px; height: 17px; fill: #fff; transition: fill .2s ease; }
		.peb-section .peb-download:hover { background: #3c6322; color: #fff; }
		.peb-section .peb-download:hover svg { fill: #fff; }

		/* Feature bar */
		.peb-section .peb-features {
			display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
			background: #f0ecdc; border: 1px solid #e4ddc6; border-radius: 16px;
			padding: 28px 26px; margin-bottom: 30px;
		}
		.peb-section .peb-feature { display: flex; align-items: center; gap: 15px; }
		.peb-section .peb-feat-icon {
			flex: 0 0 auto; width: 56px; height: 56px; border-radius: 50%; background: #3c6322;
			display: flex; align-items: center; justify-content: center;
		}
		.peb-section .peb-feat-icon svg { width: 26px; height: 26px; fill: #fff; }
		.peb-section .peb-feature strong { display: block; font-size: 16px; color: #294214; font-weight: 700; }
		.peb-section .peb-feature span { font-size: 13.5px; color: #6b7c4e; line-height: 1.4; }

		/* CTA banner */
		.peb-section .peb-cta {
			position: relative; overflow: hidden;
			background: linear-gradient(100deg, #1f3a12 0%, #2d4d18 45%, #3c6322 100%);
			border-radius: 16px; padding: 30px 40px;
			display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
		}
		.peb-section .peb-cta::before {
			content: ""; position: absolute; left: -40px; top: -30px; width: 220px; height: 160%;
			background: radial-gradient(circle at left, rgba(60,99,34,.16), transparent 70%);
			pointer-events: none;
		}
		.peb-section .peb-cta-text { position: relative; z-index: 2; flex: 1 1 420px; }
		.peb-section .peb-cta-text h3 {
			display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
			font-family: Georgia, serif; font-size: 27px; font-weight: 700; color: #fff; margin: 0 0 8px;
		}
		.peb-section .peb-cta-text h3 svg { width: 24px; height: 24px; fill: #4a7a23; }
		.peb-section .peb-cta-text p { font-size: 15.5px; color: rgba(255,255,255,.85); margin: 0; }
		.peb-section .peb-cta-btn {
			position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 10px;
			background: linear-gradient(135deg, #ffffff 0%, #f2ead6 100%); color: #2d4d18;
			font-size: 16px; font-weight: 700; padding: 15px 32px; border-radius: 40px; text-decoration: none;
			box-shadow: 0 6px 16px rgba(0,0,0,.18);
			transition: transform .25s ease, box-shadow .25s ease;
		}
		.peb-section .peb-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.25); color: #2d4d18; }
		.peb-section .peb-cta-btn svg { width: 18px; height: 18px; fill: #2d4d18; }

		@media (max-width: 991px) {
			.peb-section .peb-title { font-size: 33px; }
			.peb-section .peb-features { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
			.peb-section .peb-cover img { height: 300px; }
		}
		@media (max-width: 575px) {
			.peb-section { padding: 50px 0; }
			.peb-section .peb-title { font-size: 25px; }
			.peb-section .peb-features { grid-template-columns: 1fr; }
			.peb-section .peb-cta { padding: 26px 24px; }
			.peb-section .peb-cta-text h3 { font-size: 22px; }
			.peb-section .peb-prev { left: 2px; }
			.peb-section .peb-next { right: 2px; }
			.peb-section .peb-nav { background: rgba(255,255,255,.92); }
		}
	

		/* === Become a Certified Practitioner section === */
		.hcert-section { background: linear-gradient(180deg, #f8f4e6 0%, #f1ecda 100%); padding: 56px 0; position: relative; overflow: hidden; }
		.hcert-section * { box-sizing: border-box; }
		.hcert-inner { position: relative; z-index: 2; }

		.hcert-title {
			font-family: Georgia, 'Times New Roman', serif; font-size: 42px; font-weight: 700;
			color: #2d4d18; line-height: 1.18; margin: 0 0 14px; text-align: center;
		}
		.hcert-divider { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 22px; }
		.hcert-divider span { width: 80px; height: 1px; background: linear-gradient(90deg, transparent, #4a7a23); }
		.hcert-divider span:last-child { background: linear-gradient(90deg, #4a7a23, transparent); }
		.hcert-divider svg { width: 26px; height: 26px; fill: #4a7a23; }
		.hcert-sub { font-size: 16px; line-height: 1.6; color: #5a6b52; text-align: center;  margin: 0 auto 34px; }

		.hcert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
		.hcert-card {
			background: rgba(255,255,255,.6); border: 1px solid #e7ddc2; border-radius: 20px;
			padding: 18px 22px 20px; box-shadow: 0 10px 30px rgba(80,60,20,.06);
		}
		.hcert-card-head {
			display: block; text-align: center; font-family: Georgia, serif; font-size: 19px; font-weight: 700; color: #fff;
			background: linear-gradient(135deg, #4a7a23, #2d4d18); border-radius: 12px;
			padding: 10px 18px; margin: -2px 0 14px; box-shadow: 0 6px 16px rgba(150,110,20,.25);
		}
		.hcert-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; }
		.hcert-list li {
			display: flex; align-items: center; gap: 10px;
			padding: 7px 2px;
			font-size: 14px; color: #3c4a30; font-weight: 500; line-height: 1.35;
		}
		.hcert-ico {
			flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%;
			border: 1.5px solid #c5cdb0; background: #fbf6e8;
			display: flex; align-items: center; justify-content: center;
		}
		.hcert-ico svg { width: 15px; height: 15px; fill: #4a7a23; }

		.hcert-actions { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; margin-top: 32px; }
		.hcert-btn {
			display: inline-flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 700;
			padding: 14px 38px; border-radius: 12px; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease;
		}
		.hcert-btn svg { width: 20px; height: 20px; }
		.hcert-btn.primary { background: #2d4d18; color: #fff; box-shadow: 0 8px 22px rgba(45,77,24,.28); }
		.hcert-btn.primary svg { fill: #fff; }
		.hcert-btn.primary:hover { background: #3c6322; transform: translateY(-2px); color: #fff; }
		.hcert-btn.ghost { background: transparent; color: #2d4d18; border: 2px solid #4a7a23; }
		.hcert-btn.ghost svg { fill: #2d4d18; }
		.hcert-btn.ghost:hover { background: #4a7a23; color: #fff; transform: translateY(-2px); }
		.hcert-btn.ghost:hover svg { fill: #fff; }

		@media (max-width: 991px) {
			.hcert-title { font-size: 32px; }
			.hcert-grid { grid-template-columns: 1fr; gap: 22px; }
		}
		@media (max-width: 575px) {
			.hcert-list { grid-template-columns: 1fr; }
		}
		@media (max-width: 575px) {
			.hcert-section { padding: 52px 0; }
			.hcert-title { font-size: 25px; }
			.hcert-sub { font-size: 15.5px; }
			.hcert-list li { font-size: 14.5px; }
			.hcert-actions { gap: 14px; }
			.hcert-btn { width: 100%; justify-content: center; padding: 15px 24px; }
		}
	

		/* === What Makes Haritha Different — theme (light green) section === */
		.hdiff-section {
			position: relative; overflow: hidden; padding: 72px 0;
			background: radial-gradient(circle at top right, #EEF5E8 0%, transparent 35%), radial-gradient(circle at bottom left, #F2F7EE 0%, transparent 30%), #F8F6EF;
		}
		.hdiff-section * { box-sizing: border-box; }
		.hdiff-inner { position: relative; z-index: 2; }
		.hdiff-head { text-align: center; margin: 0 auto 46px; }
			.hdiff-badge { display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(60,99,34,.5); color: #3c6322; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; margin-bottom: 18px; }
			.hdiff-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #4a7a23; }
			.hdiff-title { font-family: Georgia, 'Times New Roman', serif; font-size: 44px; font-weight: 700; color: #2d4d18; line-height: 1.15; margin: 0 0 22px; }
			.hdiff-title .gold { color: #4a7a23; }
			.hdiff-title::after { content: ""; display: block; width: 96px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, #97BC17, #4a7a23); margin: 20px auto 0; }
			.hdiff-lead { font-family: Georgia, serif; font-style: italic; font-size: 20px; line-height: 1.6; color: #3c5520; margin: 0 auto 20px; max-width: 760px; }
			.hdiff-para { font-size: 16px; line-height: 1.8; color: #5a6b52; margin: 0 auto; }

			/* Cards — compact 3-across */
			.hdiff-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
			.hdiff-card { position: relative; overflow: hidden; background: #fffdf8; border: 1px solid #ece6d3; border-radius: 14px; padding: 22px 22px 20px; text-align: center; box-shadow: 0 8px 22px rgba(45,77,24,.09); transition: transform .3s ease, box-shadow .3s ease; }
			.hdiff-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(45,77,24,.15); }
			.hdiff-card-ico { width: 50px; height: 50px; border-radius: 12px; margin: 0 auto 12px; background: linear-gradient(135deg, #4a7a23, #2d4d18); display: flex; align-items: center; justify-content: center; }
			.hdiff-card-ico svg { width: 25px; height: 25px; fill: #fff; }
			.hdiff-card h3 { font-family: Georgia, serif; font-size: 18px!important; font-weight: 700; color: #2d4d18; margin: 0 0 9px; padding-bottom: 9px; display: inline-block; position: relative; }
			.hdiff-card h3::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 40px; height: 2px; background: #4a7a23; }
			.hdiff-card p { font-size: 14px; line-height: 1.5; color: #6a6450; margin: 0 auto; max-width: 95%; text-align:center; }
			.hdiff-num { position: absolute; right: 15px; top: 6px; font-family: Georgia, serif; font-size: 40px; font-weight: 700; color: rgba(60,99,34,.12); line-height: 1; pointer-events: none; }

			/* Feature bar */
			.hdiff-features { margin-top: 40px; border: 1px solid #e4ddc6; border-radius: 16px; background: rgba(255,255,255,.55); padding: 24px 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
			.hdiff-feature { display: flex; align-items: center; gap: 14px; padding: 4px 22px; border-left: 1px solid #ece3cf; }
			.hdiff-feature:first-child { border-left: 0; }
			.hdiff-feat-icon { flex: 0 0 auto; width: 56px; height: 56px; border-radius: 50%; border: 1.5px solid rgba(74,122,35,.4); display: flex; align-items: center; justify-content: center; }
			.hdiff-feat-icon svg { width: 26px; height: 26px; fill: #4a7a23; }
			.hdiff-feature strong { display: block; font-size: 15px; color: #2d4d18; font-weight: 700; line-height: 1.2; margin-bottom: 3px; }
			.hdiff-feature span { font-size: 13px; color: #7a8366; line-height: 1.4; }

			@media (max-width: 991px) {
				.hdiff-title { font-size: 34px; }
				.hdiff-cards { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
				.hdiff-features { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
				.hdiff-feature:nth-child(3) { border-left: 0; }
			}
			@media (max-width: 575px) {
				.hdiff-section { padding: 52px 0; }
				.hdiff-title { font-size: 26px; }
				.hdiff-lead { font-size: 17px; }
				.hdiff-features { grid-template-columns: 1fr; }
				.hdiff-feature { border-left: 0; padding: 4px 12px; }
			}
		

        .hdm-section { background: linear-gradient(180deg, #F8F6EF 0%, #F5F2E8 40%, #EEF5E8 100%); padding: 60px 0; position: relative; overflow: hidden; }
        .hdm-section * { box-sizing: border-box; }
        .hdm-grid { display: grid; grid-template-columns: 42% 1fr; gap: 44px; align-items: stretch; }

        /* Left image grid */
        .hdm-photos { display: grid; grid-template-columns: 1fr; grid-auto-rows: 1fr; gap: 16px; height: 100%; }
        .hdm-photos img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; object-position: top; border-radius: 14px; box-shadow: 0 10px 26px rgba(80,60,20,.12); display: block; }

        /* Right content */
        .hdm-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 18px; font-weight: 700; color: #4a7a23; margin-bottom: 4px; }
        .hdm-eyebrow svg { width: 18px; height: 18px; fill: #4a7a23; }
        .hdm-eyebrow::before, .hdm-eyebrow::after { content: ""; width: 34px; height: 1px; background: #4a7a23; }
        .hdm-name { font-family: Georgia, 'Times New Roman', serif; font-size: 56px !important; font-weight: 700 !important; color: #2d4d18 !important; line-height: 1.05 !important; margin: 2px 0 4px !important; letter-spacing: 0 !important; }
        .hdm-role { font-family: Georgia, serif; font-size: 22px; font-weight: 700; color: #4a7a23; display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
        .hdm-role::before, .hdm-role::after { content: ""; width: 26px; height: 1px; background: #4a7a23; }

        .hdm-quote { position: relative; border-top: 1px solid #e6dcc0; border-bottom: 1px solid #e6dcc0; padding: 18px 30px; margin-bottom: 22px; text-align: center; }
        .hdm-quote p { font-family: Georgia, serif; font-style: italic; font-size: 16.5px; line-height: 1.6; color: #4a5a36; margin: 0; }
        .hdm-quote::before, .hdm-quote::after { font-family: Georgia, serif; font-size: 40px; color: #4a7a23; line-height: 0; position: absolute; }
        .hdm-quote::before { content: "\201C"; left: 0; top: 26px; }
        .hdm-quote::after { content: "\201D"; right: 2px; bottom: 4px; }

        .hdm-welcome { font-family: Georgia, serif; font-size: 24px !important; font-weight: 700 !important; color: #2d4d18 !important; line-height: 1.3 !important; margin: 0 0 22px !important; letter-spacing: 0 !important; }

        .hdm-timeline { margin-bottom: 26px; }
        .hdm-step { display: flex; gap: 18px; position: relative; padding-bottom: 20px; }
        .hdm-step:last-child { padding-bottom: 0; }
        .hdm-step-ico { position: relative; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid #c5cdb0; background: #fff; display: flex; align-items: center; justify-content: center; z-index: 1; }
        .hdm-step-ico svg { width: 20px; height: 20px; fill: #4a7a23; }
        .hdm-step:not(:last-child) .hdm-step-ico::after { content: ""; position: absolute; top: 44px; bottom: -20px; left: 50%; transform: translateX(-50%); width: 0; border-left: 1.5px dotted #c5cdb0; }
        .hdm-step p { font-size: 14.5px; line-height: 1.7; color: #5a6b52; margin: 6px 0 0; text-align: left; }
        .hdm-step p strong { color: #2d4d18; }

        .hdm-actions { display: flex; flex-wrap: wrap; gap: 16px; }
        .hdm-btn { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 700; padding: 15px 28px; border-radius: 10px; text-decoration: none; transition: transform .25s, background .25s; }
        .hdm-btn svg { width: 18px; height: 18px; }
        .hdm-btn.primary { background: #2d4d18; color: #fff; }
        .hdm-btn.primary svg { fill: #fff; }
        .hdm-btn.primary:hover { background: #3c6322; color: #fff; transform: translateY(-2px); }
        .hdm-btn.ghost { background: transparent; color: #2d4d18; border: 1.5px solid #2d4d18; }
        .hdm-btn.ghost svg { fill: #4a7a23; }
        .hdm-btn.ghost:hover { background: #2d4d18; color: #fff; transform: translateY(-2px); }
        .hdm-btn.ghost:hover svg { fill: #fff; }

        /* Bottom feature bar */
        .hdm-bottom { margin-top: 44px; background: rgba(255,255,255,.6); border: 1px solid #e8dcc0; border-radius: 18px; padding: 26px 30px; }
        .hdm-bottom-title { text-align: center; font-family: Georgia, serif; font-size: 24px !important; font-weight: 700 !important; color: #2d4d18 !important; margin: 0 0 20px !important; }
        .hdm-bottom-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
        .hdm-feat { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 0 6px; border-left: 1px solid #ece3cf; }
        .hdm-feat:first-child { border-left: 0; }
        .hdm-feat-ico { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
        .hdm-feat-ico svg { width: 30px; height: 30px; fill: #4a7a23; }
        .hdm-feat span { font-size: 13px; font-weight: 600; color: #3c4a30; line-height: 1.3; }
        .hdm-foot { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; margin-top: 22px; padding-top: 18px; border-top: 1px solid #ece3cf; }
        .hdm-foot span { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #5a6b52; font-weight: 600; }
        .hdm-foot svg { width: 16px; height: 16px; fill: #4a7a23; }
        .hdm-foot a { color: #5a6b52; text-decoration: none; }
        .hdm-foot a:hover { color: #4a7a23; }

        @media (max-width: 991px) {
            .hdm-grid { grid-template-columns: 1fr; gap: 30px; }
            .hdm-name { font-size: 42px !important; }
            .hdm-bottom-grid { grid-template-columns: repeat(3, 1fr); row-gap: 22px; }
            .hdm-feat:nth-child(4) { border-left: 0; }
        }
        @media (max-width: 575px) {
            .hdm-name { font-size: 33px !important; }
            .hdm-photos img { height: 220px; }
            .hdm-bottom-grid { grid-template-columns: repeat(2, 1fr); }
            .hdm-feat { border-left: 0; }
            .hdm-foot { gap: 12px; }
        }
    

		/* === Latest Blogs — journal redesign === */
		.hblog-section { background: radial-gradient(circle at top right, #EEF5E8 0%, transparent 35%), radial-gradient(circle at bottom left, #F2F7EE 0%, transparent 30%), #F8F6EF; padding: 70px 0; position: relative; overflow: hidden; }
		.hblog-section * { box-sizing: border-box; }
		.hblog-inner { position: relative; z-index: 2; }

		.hblog-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #3c6322; margin-bottom: 8px; }
		.hblog-eyebrow svg { width: 16px; height: 16px; fill: #4a7a23; }
		.hblog-eyebrow::before, .hblog-eyebrow::after { content: ""; width: 30px; height: 1px; background: #4a7a23; }
		.hblog-title { font-family: Georgia, 'Times New Roman', serif; font-size: 46px; font-weight: 700; color: #2d4d18; margin: 0 0 10px; line-height: 1.1; }
		.hblog-sub { font-size: 17px; color: #5a6b52; margin: 0 auto 14px; line-height: 1.6; }
		.hblog-divider { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 6px 0 44px; }
		.hblog-divider span { width: 70px; height: 1px; background: linear-gradient(90deg, transparent, #4a7a23); }
		.hblog-divider span:last-child { background: linear-gradient(90deg, #4a7a23, transparent); }
		.hblog-divider svg { width: 24px; height: 24px; fill: #4a7a23; }

		.hblog-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }

		/* shared bits */
		.hblog-badge { position: absolute; top: 16px; left: 16px; z-index: 3; display: inline-flex; align-items: center; gap: 7px; background: #2d4d18; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 7px 14px; border-radius: 8px; }
		.hblog-badge svg { width: 13px; height: 13px; fill: #cde3a6; }
		.hblog-meta { display: flex; align-items: center; gap: 16px; color: #7a8366; font-size: 13.5px; }
		.hblog-meta .mi { display: inline-flex; align-items: center; gap: 6px; }
		.hblog-meta .sep { width: 1px; height: 14px; background: #d8d0bb; }
		.hblog-meta svg { width: 15px; height: 15px; fill: #9aa07f; }
		.hblog-more { display: inline-flex; align-items: center; gap: 7px; font-size: 14.5px; font-weight: 700; color: #2d4d18; text-decoration: none; transition: gap .2s, color .2s; }
		.hblog-more svg { width: 16px; height: 16px; fill: #2d4d18; }
		.hblog-more:hover { gap: 12px; color: #3c6322; }

		/* Blog card — uniform, image on top */
		.hblog-card { background: #fffdf8; border: 1px solid #ece3cf; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 12px 32px rgba(80,60,20,.08); transition: transform .3s ease, box-shadow .3s ease; }
		.hblog-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(80,60,20,.14); }
		.hblog-card-img { position: relative; }
		.hblog-card-img img { width: 100%; height: 220px; object-fit: cover; display: block; }
		.hblog-card-body { padding: 22px 24px 20px; display: flex; flex-direction: column; flex: 1 1 auto; }
		.hblog-card-body h3 { font-family: Georgia, serif; font-size: 20px !important; font-weight: 700; color: #2d4d18; line-height: 1.35 !important; margin: 0 0 10px; }
		.hblog-card-body h3 a { color: inherit; text-decoration: none; }
		.hblog-card-body h3 a:hover { color: #3c6322; }
		.hblog-card-body p { font-size: 14.5px; line-height: 1.6; color: #5a6b52; margin: 0 0 18px; flex: 1 1 auto; text-align: left}
		.hblog-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 14px; border-top: 1px solid #efe7d2; }

		/* Filter pills */
		.hblog-filters { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; margin: 34px 0 0; background: rgba(255,255,255,.5); border: 1px solid #ece3cf; border-radius: 16px; padding: 14px 18px; }
		.hblog-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid transparent; background: transparent; color: #5a6b52; font-size: 14.5px; font-weight: 600; padding: 9px 18px; border-radius: 50px; text-decoration: none; transition: all .2s; }
		.hblog-pill svg { width: 17px; height: 17px; fill: #8aa05c; }
		.hblog-pill:hover { background: #f0f0e0; color: #3c6322; }
		.hblog-pill.is-active { background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff; }
		.hblog-pill.is-active svg { fill: #cde3a6; }
		.hblog-pill-sep { width: 1px; height: 22px; background: #ddd5bf; }

		/* CTA banner */
		.hblog-cta { margin-top: 22px; background: #f0ecdc; border: 1px solid #e4ddc6; border-radius: 18px; padding: 28px 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; position: relative; overflow: hidden; }
		.hblog-cta-text h3 { font-family: Georgia, serif; font-size: 26px; font-weight: 700; color: #2d4d18; margin: 0 0 6px; }
		.hblog-cta-text p { font-size: 15px; color: #5a6b52; margin: 0; }
		.hblog-cta-btn { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff; font-size: 16px; font-weight: 700; padding: 15px 32px; border-radius: 10px; text-decoration: none; transition: background .25s, transform .25s; white-space: nowrap; }
		.hblog-cta-btn svg { width: 18px; height: 18px; fill: #fff; }
		.hblog-cta-btn:hover { background: #3c6322; transform: translateY(-2px); color: #fff; }

		@media (max-width: 991px) {
			.hblog-title { font-size: 34px; }
			.hblog-row { grid-template-columns: repeat(2, 1fr); }
		}
		@media (max-width: 575px) {
			.hblog-section { padding: 50px 0; }
			.hblog-title { font-size: 27px; }
			.hblog-row { grid-template-columns: 1fr; }
			.hblog-pill-sep { display: none; }
			.hblog-cta { flex-direction: column; align-items: flex-start; }
		}
	

		/* === FAQ — accordion redesign === */
		.hfaq-section { background: linear-gradient(180deg, #F8F6EF 0%, #F5F2E8 40%, #EEF5E8 100%); padding: 70px 0; position: relative; overflow: hidden; }
		.hfaq-section * { box-sizing: border-box; }
		.hfaq-inner { position: relative; z-index: 2; }

		.hfaq-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #3c6322; margin-bottom: 8px; }
		.hfaq-eyebrow svg { width: 16px; height: 16px; fill: #4a7a23; }
		.hfaq-eyebrow::before, .hfaq-eyebrow::after { content: ""; width: 30px; height: 1px; background: #4a7a23; }
		.hfaq-title { font-family: Georgia, 'Times New Roman', serif; font-size: 46px; font-weight: 700; color: #2d4d18; margin: 0 0 10px; line-height: 1.1; }
		.hfaq-sub { font-size: 17px; color: #5a6b52; margin: 0 auto 14px; line-height: 1.6; }
		.hfaq-divider { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 6px 0 44px; }
		.hfaq-divider span { width: 70px; height: 1px; background: linear-gradient(90deg, transparent, #4a7a23); }
		.hfaq-divider span:last-child { background: linear-gradient(90deg, #4a7a23, transparent); }
		.hfaq-divider svg { width: 24px; height: 24px; fill: #4a7a23; }

		.hfaq-grid { display: grid; grid-template-columns: 33% 1fr; gap: 30px; align-items: stretch; }

		/* Aside */
		.hfaq-aside { position: relative; display: flex; flex-direction: column; }
		.hfaq-aside-img { flex: 1 1 auto; min-height: 0; }
		.hfaq-aside-img img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: 18px; display: block; box-shadow: 0 12px 30px rgba(80,60,20,.12); }
		.hfaq-help { position: relative; z-index: 2; margin: -160px 14px 0; background: linear-gradient(160deg, #355019, #223a10); border-radius: 16px; padding: 26px 26px 28px; color: #fff; box-shadow: 0 16px 34px rgba(0,0,0,.25); }
		.hfaq-help-ico { width: 64px; height: 64px; border-radius: 50%; background: #fdfaf0; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
		.hfaq-help-ico svg { width: 32px; height: 32px; fill: #355019; }
		.hfaq-help h3 { font-family: Georgia, serif; font-size: 22px; font-weight: 700; color: #fff; margin: 0 0 8px; }
		.hfaq-help p { font-size: 14.5px; color: #d8e3c5; line-height: 1.55; margin: 0 0 18px; }
		.hfaq-help-btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; max-width: 220px; border: 1.5px solid rgba(255,255,255,.5); color: #fff; font-size: 15px; font-weight: 600; padding: 12px 20px; border-radius: 10px; text-decoration: none; transition: background .2s, border-color .2s; }
		.hfaq-help-btn svg { width: 16px; height: 16px; fill: #fff; }
		.hfaq-help-btn:hover { background: rgba(255,255,255,.12); color: #fff; border-color: #fff; }

		/* Accordion */
		.hfaq-acc { display: flex; flex-direction: column; gap: 16px; }
		.hfaq-item { background: #fffdf8; border: 1px solid #ece3cf; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 18px rgba(80,60,20,.05); transition: box-shadow .25s; }
		.hfaq-item:has(.hfaq-q[aria-expanded="true"]) { box-shadow: 0 12px 30px rgba(80,60,20,.12); border-color: #dcd2b6; }
		.hfaq-q { width: 100%; border: 0; background: transparent; text-align: left; cursor: pointer; display: flex; align-items: center; gap: 16px; padding: 18px 22px; }
		.hfaq-q-ico { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; background: rgba(80,124,36,.12); display: flex; align-items: center; justify-content: center; }
		.hfaq-q-ico img { width: 22px; height: 22px; display: block; }
		.hfaq-q-ico svg { width: 22px; height: 22px; fill: #cde3a6; }
		.hfaq-q-text { flex: 1 1 auto; font-family: Georgia, serif; font-size: 17.5px; font-weight: 700; color: #2d4d18; line-height: 1.35; }
		.hfaq-sign { flex: 0 0 auto; width: 26px; height: 26px; position: relative; color: #4a7a23; }
		.hfaq-sign::after { content: "+"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 400; line-height: 1; }
		.hfaq-q[aria-expanded="true"] .hfaq-sign { color: #2d4d18; }
		.hfaq-q[aria-expanded="true"] .hfaq-sign::after { content: "\2212"; }
		.hfaq-a { padding: 0 22px 22px 82px; font-size: 17px; line-height: 1.7; color: #2c2f2b; font-weight:500 }
		.hfaq-a a { color: #4a7a23; text-decoration: underline; }
		.hfaq-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%) !important; color: #fff; border: 0; font-size: 14.5px; font-weight: 600; padding: 11px 24px; border-radius: 8px; cursor: pointer; transition: background .2s; }
		.hfaq-more:hover { background: #2d4d18; color: #fff; }

		/* Bottom bar */
		.hfaq-bottom { margin-top: 40px; background: rgba(255,255,255,.55); border: 1px solid #e8dcc0; border-radius: 18px; padding: 28px 32px; display: grid; grid-template-columns: 1.5fr 2fr; gap: 28px; align-items: center; }
		.hfaq-bottom-left h3 { font-family: Georgia, serif; font-size: 24px; font-weight: 700; color: #2d4d18; margin: 0 0 6px; }
		.hfaq-bottom-left > p { font-size: 14.5px; color: #5a6b52; margin: 0 0 14px; }
		.hfaq-contact { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
		.hfaq-contact a { display: inline-flex; align-items: center; gap: 8px; color: #3c4a30; font-size: 14.5px; font-weight: 600; text-decoration: none; }
		.hfaq-contact a:hover { color: #4a7a23; }
		.hfaq-contact svg { width: 17px; height: 17px; fill: #4a7a23; }
		.hfaq-contact .csep { width: 1px; height: 18px; background: #d8d0bb; }
		.hfaq-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-left: 1px solid #ddd5bf; padding-left: 26px; }
		.hfaq-feat { display: flex; align-items: flex-start; gap: 12px; }
		.hfaq-feat-ico { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; background: #355019; display: flex; align-items: center; justify-content: center; }
		.hfaq-feat-ico svg { width: 24px; height: 24px; fill: #fff; }
		.hfaq-feat strong { display: block; font-size: 14.5px; color: #2d4d18; font-weight: 700; line-height: 1.2; margin-bottom: 3px; }
		.hfaq-feat span { font-size: 12.5px; color: #7a8366; line-height: 1.4; }

		@media (max-width: 991px) {
			.hfaq-title { font-size: 34px; }
			.hfaq-grid { grid-template-columns: 1fr; gap: 24px; }
			.hfaq-aside-img img { height: 360px; }
			.hfaq-help { margin: -120px 16px 0; }
			.hfaq-bottom { grid-template-columns: 1fr; }
			.hfaq-feats { border-left: 0; border-top: 1px solid #ddd5bf; padding-left: 0; padding-top: 22px; }
		}
		@media (max-width: 575px) {
			.hfaq-section { padding: 50px 0; }
			.hfaq-title { font-size: 26px; }
			.hfaq-q-text { font-size: 16px; }
			.hfaq-a { padding-left: 22px; }
			.hfaq-feats { grid-template-columns: 1fr; }
		}
	

		#book_download_modal .modal-content { border: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
		#book_download_modal .contacts-section { padding: 0 !important; background: #fff; }
		#book_download_modal .ebk-head { text-align: center; padding: 32px 28px 6px; }
		#book_download_modal .ebk-ico { width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(135deg,#97BC17,#507C24); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; box-shadow: 0 8px 20px rgba(80,124,36,.3); }
		#book_download_modal .ebk-ico svg { width: 30px; height: 30px; fill: #fff; }
		#book_download_modal .ebk-head h2 { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 700; color: #2d4d18; margin: 0 0 6px; }
		#book_download_modal .ebk-head p { font-size: .95rem; color: #5a6b52; margin: 0; }
		#book_download_modal .ebk-form { padding: 20px 32px 30px; }
		#book_download_modal .ebk-field { position: relative; margin-bottom: 14px; }
		#book_download_modal .ebk-field > svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; fill: #8aa05c; pointer-events: none; }
		#book_download_modal .ebk-form input.form-control { height: auto; width: 100%; border: 1.5px solid #dce4cf; border-radius: 12px; padding: 14px 16px 14px 46px; font-size: 15px; color: #3c4a30; background: #fbfdf6; box-shadow: none; transition: border-color .2s, box-shadow .2s, background .2s; }
		#book_download_modal .ebk-form input.form-control::placeholder { color: #9aa07f; }
		#book_download_modal .ebk-form input.form-control:focus { outline: none; border-color: #507C24; box-shadow: 0 0 0 3px rgba(80,124,36,.15); background: #fff; }
		#book_download_modal .ebk-submit { width: 100%; border: 0; border-radius: 50px; background: linear-gradient(135deg,#97BC17,#507C24); color: #fff; font-size: 16px; font-weight: 700; padding: 15px; margin-top: 4px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: transform .2s, filter .2s; }
		#book_download_modal .ebk-submit:hover { filter: brightness(1.06); transform: translateY(-2px); color: #fff; }
		#book_download_modal .ebk-submit svg { width: 18px; height: 18px; fill: #fff; }
		#book_download_modal .ebk-note { display: flex; align-items: center; justify-content: center; gap: 7px; text-align: center; font-size: 12.5px; color: #9aa07f; margin: 14px 0 0; }
		#book_download_modal .ebk-note svg { width: 13px; height: 13px; fill: #9aa07f; }
	
