/* Ayurveda Diploma Course page styles (consolidated) */
html { scroll-behavior: smooth; }
        .ha-submenu { background: var(--ha-green); background-image: linear-gradient(180deg, #6a9a2f 0%, var(--ha-green) 45%, #3f6a1c 100%); position: relative; z-index: 998; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 4px solid #2d4d18; box-shadow: 0 8px 20px rgba(45,77,24,.28), inset 0 1px 0 rgba(255,255,255,.22); }
        .ha-submenu.is-fixed { position: fixed; top: 0; left: 0; right: 0; }
        .ha-submenu-inner { display: flex; justify-content: center; flex-wrap: nowrap; }
        .ha-submenu a { flex: 0 0 auto; color: rgba(255,255,255,1); font-size: 15px; font-weight: 600; letter-spacing: .3px; text-decoration: none; padding: 16px 35px; white-space: nowrap; position: relative; text-shadow: 0 1px 1px rgba(0,0,0,.28); transition: transform .15s ease, background .2s, color .2s, box-shadow .2s; }
        .ha-submenu a + a { border-left: 1px solid rgba(255,255,255,.14); }
        .ha-submenu a:hover { background: rgba(255,255,255,.12); color: #fff; transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.25); }
        .ha-submenu a:active { transform: translateY(1px); }
        .ha-submenu a.is-active { color: #2d4d18; background: linear-gradient(180deg, #ffffff 0%, #eef5e2 100%); text-shadow: none; border-radius: 8px; margin: 6px 4px; padding: 9px 28px; box-shadow: 0 5px 12px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.9); }
        #sec-overview, #sec-food, #sec-timetable, #sec-syllabus, #sec-schedule { scroll-margin-top: 70px; }
        /* Hide the in-page submenu while the mobile slide-out menu is open */
        body.wsactive .ha-submenu, body.wsactive .ha-submenu-spacer { display: none !important; }
        /* Compact: fit all tabs in one row (no horizontal scroll) below desktop */
        @media (max-width: 991px) {
            .ha-submenu-inner { justify-content: stretch; }
            .ha-submenu a { flex: 1 1 0; min-width: 0; text-align: center; white-space: normal; line-height: 1.2; letter-spacing: .1px; padding: 12px 5px; font-size: 13px; }
            .ha-submenu a.is-active { margin: 5px 0; padding: 8px 5px; border-radius: 6px; }
        }
        @media (max-width: 480px) {
            .ha-submenu a { font-size: 11px; padding: 10px 3px; }
            .ha-submenu a.is-active { margin: 4px 0; padding: 7px 3px; }
        }

.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 22%; z-index: 0; }
        .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-copy { max-width: 740px; }
        .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-title { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; color: #fff; line-height: 1.08; margin: 0 0 20px; font-size: 56px !important; text-align: left; }
        .hhero-title .gold { color: #97BC17; }
        .hhero-sub { font-size: 18px; line-height: 1.7; color: #e7e2d4; margin: 0 0 24px; max-width: 740px; text-align: left; }
        .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-actions { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 16px; margin: 28px 0 0; }
        .hhero-btn { display: inline-flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 700; padding: 16px 32px; border-radius: 50px; text-decoration: none; transition: transform .25s, background .25s, box-shadow .25s; cursor: pointer; }
        .hhero-btn svg { width: 20px; height: 20px; }
        .hhero-btn.primary { background: var(--ha-green); color: #fff; box-shadow: 0 10px 26px rgba(0,0,0,.3); border: 0; }
        .hhero-btn.primary svg { fill: #fff; }
        .hhero-btn.primary:hover { filter: brightness(1.05); 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: #97BC17; }
        .hhero-btn.ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; color: #fff; transform: translateY(-2px); }
        @media (max-width: 991px){ .hhero-title { font-size: 44px !important; } .hhero { min-height: 540px; } }
        @media (max-width: 767px){ .hhero-title { font-size: 34px !important; } .hhero-copy, .hhero-sub { max-width: 100%; } .hhero-keywords { font-size: 17px; } .hhero-btn { flex: 1 1 auto; justify-content: center; } .hhero { min-height: 460px; } }

.ha-info3d { background: var(--ha-green); padding: 12px 0; }
        .ha-info3d-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
        .ha-info3d-card { background: transparent; border: none; border-radius: 0; padding: 2px 12px; text-align: center; box-shadow: none; }
        .ha-info3d-card + .ha-info3d-card { border-left: 1px solid rgba(255,255,255,.18); }
        .ha-info3d-label { font-size: .72rem; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.8); font-weight: 700; margin-bottom: 3px; }
        .ha-info3d-line { display: none; }
        .ha-info3d-val { font-size: 1rem; font-weight: 700; color: #fff; line-height: 1.25; }
        @media (max-width: 767px) {
            .ha-info3d-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
            .ha-info3d { padding: 8px 0; }
            .ha-info3d-card { padding: 14px 12px; }
            .ha-info3d-card:nth-child(odd) { border-left: none; }
            .ha-info3d-card:nth-child(even) { border-left: 1px solid rgba(255,255,255,.18); }
            .ha-info3d-card:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
        }

.ha-free-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 22px; }
                        .ha-free-card { background: #fff; border: 1px solid #e7ecdd; border-radius: 14px; padding: 18px 16px; text-align: center; box-shadow: 0 6px 16px rgba(45,77,24,.07); transition: transform .25s, box-shadow .25s; }
                        .ha-free-card:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(45,77,24,.13); }
                        .ha-free-card .t { font-size: 15px; font-weight: 700; color: #173404; line-height: 1.3; margin-bottom: 7px; }
                        .ha-free-card .tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #639922; }
                        @media (max-width: 767px) { .ha-free-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
                        @media (max-width: 420px) { .ha-free-grid { grid-template-columns: 1fr; } }

.ha-watch-section { background: radial-gradient(circle at top right, #EEF5E8 0%, transparent 35%), radial-gradient(circle at bottom left, #F2F7EE 0%, transparent 30%), #F8F6EF; 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: 3px solid var(--ha-green); 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; }
        }

.ha-vben-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,600px);gap:24px;align-items:stretch;}.ha-vben-img{border-radius:12px;overflow:hidden;border: 1.5px solid var(--ha-green)}@media (max-width:991px){.ha-vben-grid{grid-template-columns:1fr;}}

.ha-curr-body .ha-curr-col-head, .ha-curr-body .ha-curr-col-head i { color:#fff !important; }

.hsch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
                .hsch-card { border: 1.5px solid var(--ha-green); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 8px 26px rgba(45,77,24,.07); }
                .hsch-title { background: var(--ha-green); color: #fff; font-family: Georgia,serif; font-weight: 700; font-size: 19px; text-align: center; padding: 16px 18px; display: flex; align-items: center; justify-content: center; gap: 10px; }
                .hsch-title svg { width: 20px; height: 20px; fill: #fff; flex: 0 0 20px; }
                .hsch-subhead { display: grid; grid-template-columns: 42% 58%; background: #EAF3DE; }
                .hsch-subhead > div { padding: 11px 20px; font-weight: 700; font-size: 12.5px; letter-spacing: .6px; text-transform: uppercase; color: #3B6D11; }
                .hsch-row { display: grid; grid-template-columns: 42% 58%; }
                .hsch-body .hsch-row:nth-child(even) { background: #f5f9ee; }
                .hsch-body .hsch-row > div { padding: 13px 20px; font-size: 14.5px; color: var(--ha-text); line-height: 1.45; }
                .hsch-body .hsch-row .t { font-weight: 700; color: #3B6D11; }
                .hsch-stack { display: flex; flex-direction: column; gap: 24px; height: 100%; }
                .hsch-photo { border-radius: 16px; border: 1.5px solid var(--ha-green);overflow: hidden; box-shadow: 0 8px 26px rgba(45,77,24,.1); flex: 1 1 auto; }
                .hsch-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
                @media (max-width: 991px) { .hsch-stack { height: auto; } }
                @media (max-width: 991px) { .hsch-grid { grid-template-columns: 1fr; } }
                @media (max-width: 480px) { .hsch-title { font-size: 17px; } .hsch-subhead > div, .hsch-body .hsch-row > div { padding: 11px 14px; font-size: 13.5px; } }

.ha-inex-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;align-items:stretch;}@media (max-width:768px){.ha-inex-grid{grid-template-columns:1fr;}}

.ha-incl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;align-items:stretch;}@media (max-width:768px){.ha-incl-grid{grid-template-columns:1fr;}}

/* ── Video Testimonials ────────────────────────────────────────────── */
        .ha-testimonials-section { background: var(--ha-light); }

        .ha-video-thumb-btn {
            position: relative;
            display: block;
            width: 100%;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            border-radius: 16px;
            border: 3px solid rgba(80,124,36,.35);
            background: #f0f0f0;
            box-shadow: 0 6px 18px rgba(0,0,0,.07);
            cursor: pointer;
            transition: transform .3s, box-shadow .3s;
            padding: 0;
        }
        .ha-video-thumb-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 14px 34px rgba(80,124,36,.18);
        }
        .ha-video-thumb-btn img.ha-vt-cover {
            position: absolute; inset: 0;
            width: 100%; height: 100%;
            object-fit: cover; display: block;
            transition: transform .5s;
        }
        .ha-video-thumb-btn:hover img.ha-vt-cover { transform: scale(1.04); }
        .ha-vt-overlay {
            position: absolute; inset: 0;
            background: rgba(0,0,0,.12);
            transition: background .3s;
        }
        .ha-video-thumb-btn:hover .ha-vt-overlay { background: rgba(0,0,0,0); }
        .ha-vt-play {
            position: absolute; inset: 0;
            display: flex; align-items: center; justify-content: center;
        }
        .ha-vt-play img {
            width: 80px;
            height:auto;
            filter: drop-shadow(0 4px 14px rgba(0,0,0,.3));
            transition: transform .3s;
        }
        .ha-video-thumb-btn:hover .ha-vt-play img { transform: scale(1.12); }

        /* ── Text Reviews ──────────────────────────────────────────────────── */
        .ha-reviews-section { background: #fff; }

        .ha-review-card {
            position: relative;
            display: flex; flex-direction: column;
            border-radius: 20px;
            border: 2px solid rgba(80,124,36,.25);
            background: #fff;
            padding: 26px 26px 22px;
            box-shadow: 0 6px 18px rgba(0,0,0,.05);
            height: 100%;
        }
        .ha-review-quote {
            position: absolute; top: 16px; right: 16px;
            color: rgba(80,124,36,.2);
            font-size: 2.8rem; line-height: 1;
            font-family: Georgia, serif;
            pointer-events: none;
        }
        .ha-review-avatar {
            width: 48px; height: 48px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
            background: linear-gradient(135deg, var(--ha-green) 0%, var(--ha-dark) 100%);
            display: flex; align-items: center; justify-content: center;
            font-size: .88rem; font-weight: 700; color: #fff;
            border: 2px solid rgba(80,124,36,.25);
        }
        .ha-review-avatar img { width: 100%; height: 100%; object-fit: cover; }
        .ha-review-name { font-size: 1rem; font-weight: 700; color: var(--ha-dark); margin-bottom: 3px; }
        .ha-review-stars { display: flex; gap: 2px; color: #c9a24a; font-size: .85rem; }
        .ha-review-body {
            margin-top: 16px; font-size: .87rem; color: #555; line-height: 1.8;text-align: left;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
        }
        .ha-review-body.ha-expanded { -webkit-line-clamp: unset; }
        .ha-read-more-btn {
            display: none;
            margin-top: 10px;
            background: none; border: none; padding: 0;
            font-size: .85rem; font-weight: 700; color: var(--ha-green);
            cursor: pointer; text-decoration: none;
            transition: color .2s;
        }
        .ha-read-more-btn:hover { color: var(--ha-dark); text-decoration: underline; }
        /* No border/outline ring when clicked/focused — on all devices & browsers */
        .ha-read-more-btn,
        .ha-read-more-btn:focus,
        .ha-read-more-btn:focus-visible,
        .ha-read-more-btn:active {
            outline: none !important;
            box-shadow: none !important;
            border: none !important;
            -webkit-tap-highlight-color: transparent;
        }

        .ha-see-all-link {
            display: inline-flex; align-items: center; gap: 8px;
            font-size: .9rem; font-weight: 700; color: var(--ha-green);
            transition: gap .25s, color .25s;
            text-decoration: none;
        }
        .ha-see-all-link:hover { gap: 12px; color: var(--ha-dark); }
        .ha-see-all-link svg { width: 16px; height: 16px; flex-shrink: 0; }

        /* ── Video popup modal ─────────────────────────────────────────────── */
        .ha-video-modal {
            position: fixed; inset: 0;
            display: none; align-items: center; justify-content: center;
            padding: 16px;
            z-index: 2000;
        }
        .ha-video-modal.is-open { display: flex; }
        .ha-video-modal-backdrop {
            position: absolute; inset: 0;
            background: rgba(0,0,0,.82);
        }
        .ha-video-modal-close {
            position: absolute; top: 16px; right: 16px; z-index: 1;
            width: 44px; height: 44px; border-radius: 50%;
            background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.4);
            color: #fff; display: flex; align-items: center; justify-content: center;
            cursor: pointer; transition: background .25s, transform .25s;
        }
        .ha-video-modal-close:hover { background: rgba(255,255,255,.28); transform: scale(1.08); }
        .ha-video-modal-close svg { width: 22px; height: 22px; }
        .ha-video-modal-body {
            position: relative; z-index: 0;
            width: 100%; max-width: 960px;
        }
        .ha-video-modal-body iframe {
            aspect-ratio: 16/9; width: 100%;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0,0,0,.4);
            display: block;
        }

.ha-standout-2col { display: grid; grid-template-columns: 1fr 45%; gap: 32px; align-items: stretch; }
                .ha-standout-left { display: flex; flex-direction: column; justify-content: center; }
                .ha-standout-img { border: 1.5px solid var(--ha-green); border-radius: 14px; overflow: hidden; box-shadow: 0 12px 30px rgba(45,77,24,.12); }
                .ha-standout-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
                .ha-standout-grid { display: grid; grid-template-columns: 1fr; gap: 12px; list-style: none; padding: 0; margin: 18px 0 0; }
                @media (max-width: 991px) { .ha-standout-2col { grid-template-columns: 1fr; } }

.ha-career-grid p {
            text-align: left;
        }
        .ha-career-grid .inner-block-grid {
            border:1.5px solid var(--ha-green);
            background:#fff;
            border-radius:var(--ha-radius);
            padding:22px 24px;
            box-shadow:0 6px 20px rgba(80,60,20,.05);
            height:100%;
        }

.ha-career-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:stretch;}@media (max-width:768px){.ha-career-grid{grid-template-columns:1fr;}}

.ha-incl-card{
            border: 1.5px solid var(--ha-green)!important;
        }

.hexc-head { text-align: center;  margin: 0 auto 40px; }
        .hexc-eyebrow { display: inline-flex; align-items: center; gap: 12px; background: rgba(80,124,36,.07); border: 1px solid rgba(80,124,36,.2); border-radius: 100px; padding: 7px 20px 7px 7px; margin-bottom: 20px; }
        .hexc-eyebrow .ic { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg,#97BC17,#507C24); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 15px; }
        .hexc-eyebrow span { font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #3c6317; }
        .hexc-title { font-family: Georgia,serif; font-size: 2.5rem; font-weight: 700; color: #2d4d18; line-height: 1.15; margin: 0 0 14px; }
        .hexc-divider { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 0 20px; }
        .hexc-divider span { width: 80px; height: 1px; background: linear-gradient(90deg,transparent,#97BC17); }
        .hexc-divider span:last-child { background: linear-gradient(90deg,#97BC17,transparent); }
        .hexc-divider i { color: #97BC17; font-size: 15px; }
        .hexc-sub { font-size: 1rem; line-height: 1.75; color: #5a6b52; margin: 0; }
        .hexc-sub b { color: #507C24; font-weight: 700; }
        .hexc-carousel { position: relative; padding: 0 46px; }
        /* Native CSS scroll-snap carousel — iOS Safari handles this reliably,
           unlike the old JS transform/offsetLeft approach which drifted on iPhone.
           The viewport IS the flex scroll container; .hexc-track collapses via
           display:contents so the slides overflow the scroller directly (an inner
           flex track would clamp to the viewport width and never scroll). */
        .hexc-viewport { display: flex; gap: 18px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 12px 4px; scrollbar-width: none; -ms-overflow-style: none; }
        .hexc-viewport::-webkit-scrollbar { display: none; }
        .hexc-track { display: contents; }
        .hexc-slide { flex: 0 0 auto; width: calc((100% - 36px) / 3); box-sizing: border-box; scroll-snap-align: start; }
        .hexc-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--ha-green); background: #fff; color: #507C24; display: flex; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; z-index: 3; box-shadow: 0 6px 18px rgba(45,77,24,.12); transition: background .2s, color .2s; }
        .hexc-arrow:hover { background: linear-gradient(135deg,#97BC17,#507C24); color: #fff; border-color: transparent; }
        .hexc-arrow.prev { left: 0; }
        .hexc-arrow.next { right: 0; }
        .hexc-dots { display: flex; justify-content: center; gap: 9px; margin-top: 26px; }
        .hexc-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #cdddb5; cursor: pointer; transition: all .25s; }
        .hexc-dot.active { width: 26px; border-radius: 6px; background: var(--ha-green); }
        .hexc-card { background: #fff; height: 100%; border: 1.5px solid var(--ha-green); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(45,77,24,.06); display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease; }
        .hexc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(45,77,24,.14); }
        .hexc-card-ic { width: 56px; height: 56px; margin: 18px auto 12px; border-radius: 50%; background: rgba(151,188,23,.14); color: #507C24; display: flex; align-items: center; justify-content: center; font-size: 22px; }
        .hexc-card-title { text-align: center; font-family: Georgia,serif; font-weight: 700; font-size: 1.4rem; color: #2d4d18; padding: 20px 12px 14px; line-height: 1.3; }
        .hexc-card-img { margin: auto 12px 12px; border-radius: 12px; overflow: hidden; aspect-ratio: 1 / 1; }
        .hexc-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .hexc-loc { display: grid; grid-template-columns: 1fr 1fr; margin-top: 40px; border-radius: 20px; overflow: hidden; box-shadow: 0 12px 34px rgba(45,77,24,.1); align-items: stretch; border: 1.5px solid var(--ha-green)}
        .hexc-loc-left { background: linear-gradient(135deg,#eef5e8,#e3efd6); padding: 34px 36px; display: flex; align-items: center; gap: 26px; }
        .hexc-loc-emblem { width: 118px; height: 118px; flex: 0 0 118px; border-radius: 50%; background: #2d4d18; display: flex; align-items: center; justify-content: center; color: #cde3a6; font-size: 44px; box-shadow: 0 8px 22px rgba(45,77,24,.28); }
        .hexc-loc-title { font-family: Georgia,serif; font-size: 1.4rem; font-weight: 700; color: #2d4d18; margin: 0 0 8px; display: flex; align-items: center; gap: 9px; }
        .hexc-loc-title i { color: #507C24; font-size: 1.1rem; }
        .hexc-loc-text { font-size: .95rem; line-height: 1.6; color: #5a6b52; margin: 0 0 16px; }
        .hexc-loc-pill { display: inline-flex; align-items: center; gap: 11px; background: #2d4d18; color: #fff; padding: 11px 20px; border-radius: 12px; }
        .hexc-loc-pill > i { font-size: 1.1rem; color: #cde3a6; }
        .hexc-loc-pill .p-title { font-weight: 700; font-size: .95rem; display: block; }
        .hexc-loc-pill .p-sub { font-size: .74rem; color: #cde3a6; display: block; }
        .hexc-loc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
        @media (max-width: 991px) { .hexc-title { font-size: 2rem; } .hexc-loc { grid-template-columns: 1fr; } .hexc-loc-img { min-height: 260px; } .hexc-slide { width: calc((100% - 18px) / 2); } }
        @media (max-width: 767px) { .hexc-slide { width: 100%; } .hexc-carousel { padding: 0 40px; } }
        @media (max-width: 575px) { .hexc-loc-left { flex-direction: column; text-align: center; } .hexc-loc-title { justify-content: center; } }

/* ── STED section ─────────────────────────────────────────────────── */
    .ha-sted-section { background: var(--ha-light); }

    /* Info card (left column) */
    .ha-sted-info-card {
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 4px 28px rgba(80,124,36,.10);
        border: 1.5px solid var(--ha-green);
        padding: 36px 32px 28px;
        height: 100%;
    }
    .ha-sted-badge-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-top: 28px;
    }
    .ha-sted-badge {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        background: var(--ha-light);
        border-radius: 12px;
        padding: 14px 14px;
        border: 1.5px solid var(--ha-green);
    }
    .ha-sted-badge-icon {
        width: 36px;
        height: 36px;
        background: linear-gradient(135deg, rgba(80,124,36,.15) 0%, rgba(80,124,36,.25) 100%);
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: .9rem;
        color: var(--ha-green);
    }
    .ha-sted-badge-text strong {
        display: block;
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--ha-dark);
        line-height: 1.3;
        margin-bottom: 2px;
    }
    .ha-sted-badge-text span {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4;
    }
    /* Certificate card (right column) */
    .ha-sted-cert-card {
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 4px 28px rgba(80,124,36,.12);
        border: 1.5px solid var(--ha-green);
        overflow: hidden;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .ha-sted-cert-head {
        background: var(--ha-green);
        padding: 18px 24px;
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .ha-sted-cert-head-icon {
        width: 42px;
        height: 42px;
        background: rgba(255,255,255,.18);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        color: #fff;
        flex-shrink: 0;
    }
    .ha-sted-cert-head-title {
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.3;
    }
    .ha-sted-cert-head-sub {
        color: rgba(255,255,255,.75);
        font-size: .75rem;
        margin-top: 2px;
    }
    .ha-sted-cert-body {
        padding: 24px;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ha-sted-cert-img-wrap {
    
        margin: 0 auto 20px;
        position: relative;
    }
    .ha-sted-cert-img-wrap::before {
        content: '';
        position: absolute;
        inset: -6px;
        border-radius: 12px;
        background: linear-gradient(135deg, var(--ha-green), var(--ha-dark));
        z-index: 0;
        opacity: .18;
    }
    .ha-sted-cert-img-wrap img {
        width: 100%;
        display: block;
        border-radius: 8px;
        position: relative;
        z-index: 1;
        box-shadow: 0 4px 20px rgba(0,0,0,.15);
    }
    .ha-sted-cert-caption {
        font-size: .78rem;
        color: #777;
        text-align: center;
        line-height: 1.6;
    }
    .ha-sted-cert-photo {
        width: 100%;
        border-top: 1px solid rgba(80,124,36,.1);
        overflow: hidden;
        flex-shrink: 0;
        max-height: 435px;
        border-radius: 16px;
        border: 1.5px solid var(--ha-green);
    }
    .ha-sted-cert-photo img {
        width: 100%;
        height: 345px;
        object-fit: cover;
        display: block;

        transition: transform .4s;
    }
    .ha-sted-cert-card:hover .ha-sted-cert-photo img {
        transform: scale(1.04);
    }

    @media (max-width: 767px) {
        .ha-sted-badge-row { grid-template-columns: 1fr; }
        .ha-sted-info-card { padding: 24px 18px; }
        .ha-sted-cert-body { padding: 18px; }
    }

/* === 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; }
		}

/* === FAQ — accordion redesign (matches homepage) === */
        .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-block; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; line-height: 1.5; text-transform: uppercase; color: #97BC17; margin: 0 0 14px; padding: 6px 16px; background: rgba(151,188,23,.12); border-radius: 100px; }
        .hfaq-eyebrow svg { display: none !important; }
        .hfaq-eyebrow::before, .hfaq-eyebrow::after { content: none !important; display: none !important; }
        .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; }
        .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-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-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; }
        @media (max-width: 991px) {
            .hfaq-title { font-size: 34px; }
            .hfaq-grid { grid-template-columns: 1fr; gap: 24px; }
            .hfaq-aside-img img { height: 360px; }
        }
        @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; }
        }

.hto-title { font-family: Georgia, serif; font-size: 2rem; font-weight: 700; color: #2d4d18; margin: 0; }
        .hto-steps { display: flex; align-items: stretch; justify-content: center; gap: 0; }
        .hto-step { flex: 1; background: #fff; border: 1.5px solid var(--ha-green); border-radius: 16px; overflow: hidden; padding: 28px 24px; box-shadow: 0 8px 22px rgba(45,77,24,.06); transition: transform .25s, box-shadow .25s; }
        .hto-arrow { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; align-self: center; width: 46px; height: 46px; margin: 0 6px; border-radius: 50%; background: #EAF3DE; color: #3B6D11; font-size: 1.1rem; box-shadow: 0 4px 12px rgba(45,77,24,.1); }
        .hto-step:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(45,77,24,.12); }
        .hto-step-num { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%); color: #fff; font-family: Georgia, serif; font-weight: 700; font-size: 1.25rem; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
        .hto-step p { margin: 0; color: #5a6b52; font-size: .98rem; line-height: 1.65; }
        .hto-step a { color: var(--ha-green); font-weight: 600; }
        .htc-card { margin: 0 auto; background: #fff; border: 1.5px solid var(--ha-green); border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(45,77,24,.07); }
        .htc-lead { display: flex; gap: 16px; padding: 20px 26px; background: #F0F6E6; border-bottom: 1px solid #DCE9C4; }
        .htc-lead-ic { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 10px; background: #27500A; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
        .htc-lead-title { font-size: 1.02rem; font-weight: 700; color: #173404; margin: 0 0 4px; }
        .htc-lead-text { font-size: .95rem; color: #5a6b52; line-height: 1.6; margin: 0; }
        .htc-row { display: flex; gap: 16px; padding: 18px 26px; border-bottom: 1px solid var(--ha-border); }
        .htc-row:last-child { border-bottom: none; }
        .htc-num { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: #EAF3DE; color: #3B6D11; display: flex; align-items: center; justify-content: center; font-size: .85rem; font-weight: 700; }
        .htc-row p { margin: 0; color: #5a6b52; font-size: .96rem; line-height: 1.6; }
        .htc-valid { display: inline-flex; align-items: center; gap: 9px; margin: 22px auto 0; background: linear-gradient(135deg, #97BC17 0%, #507C24 100%) !important; color: #EAF3DE; font-size: .92rem; padding: 11px 22px; border-radius: 100px; }
        .htc-valid-wrap { text-align: center; }
        @media (max-width: 991px) { .hto-steps { flex-direction: column; align-items: stretch; } .hto-arrow { transform: rotate(90deg); margin: 6px auto; } .htc-lead, .htc-row { padding-left: 20px; padding-right: 20px; } }

/* Screen-reader-only H1 for SEO (hero is image-only by design) */
.ha-sr-only {
    position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* Reusable custom sub-heading (definition boxes / feature cards).
   Font-size is governed globally by the `.ha-page h3` rule (kept identical
   across every course page, including the diploma), so this class only carries
   the weight/colour/spacing — replacing the old dead inline font-sizes. */
.ha-cbox-title {
    font-weight: 700;
    color: var(--ha-dark);
    margin: 0 0 10px;
}
