/* ════════════════════════════════════════════════════════════
   LUMINHRT ELEMENTOR — FRONTEND CSS v1.0
   Pixel-perfect port of the original LuminHRT 2.0 design.
   All widget selectors scoped to .lhrt-el-* prefix.
════════════════════════════════════════════════════════════ */

/* ── Google Fonts preload handled via PHP enqueue ── */

:root {
    --lhrt-gold:    #B08D6A;
    --lhrt-gold-dk: #8C6E50;
    --lhrt-cream:   #FAF7F3;
    --lhrt-dark:    #2A2420;
    --lhrt-muted:   #5A5048;
    --lhrt-border:  #E0D5C8;
    --lhrt-lav:     #D1D5F5;
    --lhrt-pink:    #F8A7A7;
    --lhrt-pink-dk: #e08888;
    --lhrt-white:   #fff;
    --lhrt-ease:    cubic-bezier(.16,1,.3,1);
}

/* ══════════════════════════════════════
   HERO WIDGET  (.lhrt-hero-wrap)
══════════════════════════════════════ */
.lhrt-hero-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 80vh;
}
.lhrt-hero-img {
    position: relative;
    overflow: hidden;
    background: #ede8e1;
    min-height: 500px;
}
.lhrt-hero-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.lhrt-hero-pane {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
}
.lhrt-hero-pane::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.97) 0%, rgba(250,247,243,.95) 100%);
    z-index: 1;
    pointer-events: none;
}
.lhrt-hero-top {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 48px 72px 40px;
}
.lhrt-hero-inner { width: 100%; max-width: 560px; }

.lhrt-h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(42px, 4.6vw, 70px);
    font-weight: 600;
    line-height: 1.05;
    color: var(--lhrt-dark);
    margin-bottom: 22px;
    opacity: 0;
    animation: lhrtFU .9s var(--lhrt-ease) forwards .3s;
}
.lhrt-h1 em { color: var(--lhrt-pink); font-style: italic; }

.lhrt-hero-desc {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--lhrt-muted);
    margin-bottom: 38px;
    opacity: 0;
    animation: lhrtFU .9s var(--lhrt-ease) forwards .5s;
}
.lhrt-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    opacity: 0;
    animation: lhrtFU .9s var(--lhrt-ease) forwards .7s;
}

/* Buttons */
.lhrt-btn-dark {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #fff;
    background: var(--lhrt-dark);
    padding: 17px 36px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .3s;
    border: none;
    cursor: pointer;
}
.lhrt-btn-dark:hover {
    background: var(--lhrt-pink);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(248,167,167,.3);
    color: #fff;
}
.lhrt-btn-ghost {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--lhrt-dark);
    border: 1px solid rgba(42,36,32,.2);
    padding: 17px 36px;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s;
    background: transparent;
    display: inline-flex;
    align-items: center;
}
.lhrt-btn-ghost:hover {
    border-color: var(--lhrt-dark);
    transform: translateY(-2px);
    color: var(--lhrt-dark);
}

/* Highlight card */
.lhrt-hero-hl {
    position: relative;
    z-index: 2;
    background: var(--lhrt-lav);
    padding: 30px 72px;
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0;
    animation: lhrtFU .9s var(--lhrt-ease) forwards .9s;
}
.lhrt-hero-hl-ico {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: rgba(255,255,255,.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lhrt-hero-hl-ico svg { width: 22px; height: 22px; color: var(--lhrt-dark); }
.lhrt-hero-hl-stat {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-weight: 600;
    color: var(--lhrt-dark);
    display: block;
    margin-bottom: 3px;
}
.lhrt-hero-hl-txt {
    font-size: 13px;
    color: var(--lhrt-dark);
    opacity: .75;
    display: block;
    line-height: 1.5;
}

@keyframes lhrtFU {
    from { opacity:0; transform:translateY(26px); }
    to   { opacity:1; transform:translateY(0); }
}

/* ══════════════════════════════════════
   CONTENT BLOCK WIDGET  (.lhrt-cb)
══════════════════════════════════════ */
.lhrt-cb {
    font-family: 'Jost', sans-serif;
    color: var(--lhrt-dark);
    line-height: 1.7;
    margin-bottom: 56px;
}
.lhrt-cb:last-child { margin-bottom: 0; }
.lhrt-cb.is-intro { /* intro paragraph style — no heading, no border */ }

.lhrt-cb h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(26px, 2.8vw, 36px) !important;
    font-weight: 600 !important;
    color: var(--lhrt-dark) !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid var(--lhrt-border) !important;
}
.lhrt-cb p {
    font-size: 16.5px;
    font-weight: 300;
    color: var(--lhrt-muted);
    line-height: 1.85;
    margin-bottom: 18px;
}
.lhrt-cb p:last-child { margin-bottom: 0; }
.lhrt-cb p strong { color: var(--lhrt-dark); font-weight: 500; }

/* Bullet list */
.lhrt-cb ul {
    list-style: none;
    margin: 18px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lhrt-cb ul li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 15.5px;
    font-weight: 400;
    color: var(--lhrt-dark);
    line-height: 1.6;
}
.lhrt-cb ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: var(--lhrt-gold);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px;
}

/* Cards grid */
.lhrt-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
}
.lhrt-card-item {
    background: var(--lhrt-cream);
    padding: 26px 22px;
    border-radius: 16px;
    border: 1px solid var(--lhrt-border);
    transition: all .3s;
}
.lhrt-card-item:hover {
    transform: translateY(-4px);
    border-color: var(--lhrt-gold);
    box-shadow: 0 14px 30px rgba(176,141,106,.1);
}
.lhrt-card-item h3 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    color: var(--lhrt-dark) !important;
    margin-bottom: 8px !important;
    border: none !important;
    padding: 0 !important;
}
.lhrt-card-item p {
    font-size: 13.5px !important;
    color: var(--lhrt-dark) !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

/* ══════════════════════════════════════
   SERVICE NAV WIDGET  (.lhrt-snav)
══════════════════════════════════════ */
.lhrt-snav {
    background: var(--lhrt-white);
    padding: 28px;
    border-radius: 18px;
    border: 1px solid var(--lhrt-border);
    box-shadow: 0 4px 16px rgba(42,36,32,.04);
    margin-bottom: 22px;
}
.lhrt-snav-ttl {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--lhrt-dark);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--lhrt-border);
    display: block;
}
.lhrt-snav-list { list-style: none; margin: 0; padding: 0; }
.lhrt-snav-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--lhrt-border);
    text-decoration: none;
    color: var(--lhrt-muted);
    font-size: 13.5px;
    font-family: 'Jost', sans-serif;
    transition: all .2s;
}
.lhrt-snav-list li:last-child a { border-bottom: none; }
.lhrt-snav-list li a:hover,
.lhrt-snav-list li a.lhrt-active {
    color: var(--lhrt-gold-dk);
    font-weight: 500;
}
.lhrt-snav-arr { font-size: 11px; opacity: 0; transition: opacity .2s; }
.lhrt-snav-list li a:hover .lhrt-snav-arr,
.lhrt-snav-list li a.lhrt-active .lhrt-snav-arr { opacity: 1; }

/* ══════════════════════════════════════
   BOOKING LINK WIDGET  (.lhrt-book-card)
══════════════════════════════════════ */
.lhrt-book-card {
    background: #fff;
    padding: 32px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid var(--lhrt-border);
    box-shadow: 0 4px 16px rgba(42,36,32,.04);
}
.lhrt-book-h {
    font-family: 'Cormorant Garamond', serif;
    font-size: 23px;
    font-weight: 500;
    color: #1a1a1a;
    display: block;
    margin-bottom: 4px;
}
.lhrt-book-sub {
    font-size: 12px;
    color: rgba(0,0,0,.45);
    display: block;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: 'Jost', sans-serif;
}
.lhrt-book-btn {
    width: 100%;
    display: block;
    background: linear-gradient(135deg, var(--lhrt-gold), var(--lhrt-gold-dk));
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 14px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    cursor: pointer;
    transition: all .25s;
    margin-top: 4px;
    text-decoration: none;
    text-align: center;
}
.lhrt-book-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(176,141,106,.35);
    color: #fff;
}

/* ══════════════════════════════════════
   MEMBERSHIP WIDGET  (.lhrt-mb)
══════════════════════════════════════ */
.lhrt-mb-wrap {
    background: linear-gradient(135deg, var(--lhrt-dark) 0%, #3d302a 100%);
    padding: 96px 48px;
    position: relative;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
}
.lhrt-mb-wrap::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(176,141,106,.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.lhrt-mb-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.lhrt-mb-hdr { text-align: center; margin-bottom: 52px; }
.lhrt-mb-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--lhrt-gold);
    display: block;
    margin-bottom: 14px;
}
.lhrt-mb-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 12px;
}
.lhrt-mb-h2 em { color: var(--lhrt-pink); font-style: italic; }
.lhrt-mb-sub {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.5);
    max-width: 480px;
    margin: 0 auto;
}

/* Consult strip */
.lhrt-cs {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    padding: 24px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}
.lhrt-cs-txt { flex: 1; }
.lhrt-cs-ttl {
    font-family: 'Cormorant Garamond', serif;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 4px;
}
.lhrt-cs-sub { font-size: 13px; color: rgba(255,255,255,.42); line-height: 1.5; }
.lhrt-cs-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: 600;
    color: var(--lhrt-pink);
    flex-shrink: 0;
    line-height: 1;
}

/* Pricing grid */
.lhrt-pg {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 40px;
}
.lhrt-pc {
    border-radius: 20px;
    padding: 34px 28px;
    transition: transform .3s;
}
.lhrt-pc:hover { transform: translateY(-4px); }
.lhrt-pc-feat {
    background: linear-gradient(135deg, var(--lhrt-gold), var(--lhrt-gold-dk));
    position: relative;
}
.lhrt-pc-feat::after {
    content: 'MOST POPULAR';
    position: absolute; top: 16px; right: 16px;
    font-size: 9px; font-weight: 700; letter-spacing: 2px;
    background: rgba(255,255,255,.2); color: #fff;
    padding: 4px 10px; border-radius: 100px;
}
.lhrt-pc-alt {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
}
.lhrt-pc-lbl {
    font-size: 10px; font-weight: 600; letter-spacing: 2px;
    text-transform: uppercase; margin-bottom: 11px; display: block;
}
.lhrt-pc-feat .lhrt-pc-lbl { color: rgba(255,255,255,.7); }
.lhrt-pc-alt  .lhrt-pc-lbl { color: rgba(255,255,255,.38); }
.lhrt-pc-amt {
    font-family: 'Cormorant Garamond', serif;
    font-size: 46px; font-weight: 600;
    line-height: 1; color: #fff; display: block; margin-bottom: 3px;
}
.lhrt-pc-per { font-size: 12.5px; display: block; margin-bottom: 20px; }
.lhrt-pc-feat .lhrt-pc-per { color: rgba(255,255,255,.65); }
.lhrt-pc-alt  .lhrt-pc-per { color: rgba(255,255,255,.4); }
.lhrt-pc-list { list-style: none; margin: 0 0 20px; padding: 0; }
.lhrt-pc-list li {
    display: flex; align-items: flex-start; gap: 9px;
    font-size: 13px; margin-bottom: 9px; padding-bottom: 9px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.lhrt-pc-list li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.lhrt-pc-feat .lhrt-pc-list li { color: rgba(255,255,255,.9); }
.lhrt-pc-alt  .lhrt-pc-list li { color: rgba(255,255,255,.55); }
.lhrt-pck {
    width: 16px; height: 16px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 9px; margin-top: 1px;
}
.lhrt-pc-feat .lhrt-pck { background: rgba(255,255,255,.25); color: #fff; }
.lhrt-pc-alt  .lhrt-pck { background: rgba(255,255,255,.1);  color: rgba(255,255,255,.4); }
.lhrt-pc-note { font-size: 12px; line-height: 1.55; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.lhrt-pc-feat .lhrt-pc-note { color: rgba(255,255,255,.6); }
.lhrt-pc-alt  .lhrt-pc-note { color: rgba(255,255,255,.32); }
.lhrt-mb-note {
    text-align: center; font-size: 13px;
    color: rgba(255,255,255,.35); line-height: 1.7; margin-bottom: 26px;
}
.lhrt-mb-cta-wrap { text-align: center; }
.lhrt-mb-cta {
    display: inline-flex; align-items: center; gap: 7px;
    color: var(--lhrt-gold); font-size: 12px; font-weight: 600;
    letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none;
    border-bottom: 1px solid rgba(176,141,106,.4); padding-bottom: 3px;
    transition: all .2s;
}
.lhrt-mb-cta:hover { color: #fff; border-color: rgba(255,255,255,.4); }

/* ══════════════════════════════════════
   CLINICIAN WIDGET  (.lhrt-cl)
══════════════════════════════════════ */
.lhrt-cl-wrap {
    background: var(--lhrt-cream);
    padding: 96px 48px;
    font-family: 'Jost', sans-serif;
}
.lhrt-cl-inner {
    max-width: 1280px; margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    gap: 80px; align-items: center;
}
.lhrt-cl-img {
    border-radius: 24px; overflow: hidden;
    aspect-ratio: 3/4; background: var(--lhrt-border);
    box-shadow: 0 24px 56px rgba(42,36,32,.1);
}
.lhrt-cl-img img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center top; display: block;
}
.lhrt-cl-img-ph {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center; font-size: 60px;
}
.lhrt-cl-tag {
    font-size: 11px; font-weight: 600; letter-spacing: 3px;
    text-transform: uppercase; color: var(--lhrt-gold); display: block; margin-bottom: 12px;
}
.lhrt-cl-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4vw, 52px); font-weight: 500;
    color: var(--lhrt-dark); line-height: 1.05; margin-bottom: 5px; display: block;
}
.lhrt-cl-creds {
    font-size: 13px; color: var(--lhrt-gold-dk); letter-spacing: .5px;
    margin-bottom: 22px; display: block;
}
.lhrt-cl-bio {
    font-size: 16px; font-weight: 300; line-height: 1.85;
    color: var(--lhrt-muted); margin-bottom: 28px;
}
.lhrt-cl-facts { display: flex; flex-wrap: wrap; gap: 10px; }
.lhrt-cl-fact {
    background: var(--lhrt-white); padding: 11px 18px; border-radius: 100px;
    border: 1px solid var(--lhrt-border); font-size: 12.5px; font-weight: 500;
    color: var(--lhrt-dark); display: flex; align-items: center; gap: 7px;
}
.lhrt-cl-fact svg { width: 12px; height: 12px; color: var(--lhrt-gold); }

/* ══════════════════════════════════════
   CTA BAND WIDGET  (.lhrt-cta-band)
══════════════════════════════════════ */
.lhrt-cta-band-wrap {
    background: var(--lhrt-lav);
    padding: 60px 48px;
    text-align: center;
    font-family: 'Jost', sans-serif;
}
.lhrt-cta-band-h {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 600;
    color: var(--lhrt-dark);
    margin-bottom: 24px;
    line-height: 1.2;
}
.lhrt-cta-band-h em { color: var(--lhrt-gold-dk); font-style: italic; }

/* ══════════════════════════════════════
   FAQ WIDGET  (.lhrt-faq)
══════════════════════════════════════ */
.lhrt-faq-wrap {
    background: var(--lhrt-white);
    padding: 96px 48px;
    font-family: 'Jost', sans-serif;
}
.lhrt-faq-inner { max-width: 860px; margin: 0 auto; }
.lhrt-faq-hdr { text-align: center; margin-bottom: 48px; }
.lhrt-faq-tag {
    font-size: 11px; font-weight: 600; letter-spacing: 3px;
    text-transform: uppercase; color: var(--lhrt-gold); display: block; margin-bottom: 12px;
}
.lhrt-faq-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 4vw, 48px); font-weight: 600;
    color: var(--lhrt-dark); line-height: 1.1;
}
.lhrt-faq-item { border-bottom: 1px solid var(--lhrt-border); }
.lhrt-faq-item:first-of-type { border-top: 1px solid var(--lhrt-border); }
.lhrt-faq-btn {
    width: 100%; background: none; border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: space-between;
    gap: 20px; padding: 20px 0; text-align: left;
}
.lhrt-faq-q {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18.5px; font-weight: 500; color: var(--lhrt-dark); line-height: 1.3;
}
.lhrt-faq-ico {
    width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
    background: var(--lhrt-cream); border: 1px solid var(--lhrt-border);
    display: flex; align-items: center; justify-content: center; transition: all .3s;
}
.lhrt-faq-ico svg { width: 11px; height: 11px; color: var(--lhrt-gold); transition: transform .3s; }
.lhrt-faq-item.is-open .lhrt-faq-ico { background: var(--lhrt-gold); border-color: var(--lhrt-gold); }
.lhrt-faq-item.is-open .lhrt-faq-ico svg { color: #fff; transform: rotate(45deg); }
.lhrt-faq-body {
    display: none; padding: 0 0 20px;
    font-size: 15.5px; font-weight: 300; color: var(--lhrt-muted);
    line-height: 1.85; max-width: 760px;
}
.lhrt-faq-item.is-open .lhrt-faq-body { display: block; }

/* ══════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════ */
.lhrt-rv {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .9s var(--lhrt-ease), transform .9s var(--lhrt-ease);
}
.lhrt-rv.lhrt-in { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1200px) {
    .lhrt-mb-wrap,
    .lhrt-cl-wrap,
    .lhrt-faq-wrap,
    .lhrt-cta-band-wrap { padding-left: 32px; padding-right: 32px; }
}
@media (max-width: 1024px) {
    .lhrt-pg { grid-template-columns: 1fr 1fr; }
    .lhrt-pc-feat { grid-column: span 2; }
    .lhrt-cl-inner { grid-template-columns: 1fr; gap: 40px; }
    .lhrt-cl-img { aspect-ratio: 16/9; }
}
@media (max-width: 900px) {
    .lhrt-hero-wrap {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .lhrt-hero-img { height: 420px; min-height: 420px; }
    .lhrt-hero-top { padding: 52px 28px 36px; }
    .lhrt-hero-hl { padding: 28px; }
    .lhrt-hero-btns { flex-direction: column; align-items: flex-start; }
    .lhrt-cards { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .lhrt-mb-wrap,
    .lhrt-cl-wrap,
    .lhrt-faq-wrap,
    .lhrt-cta-band-wrap { padding-left: 20px; padding-right: 20px; }
    .lhrt-pg { grid-template-columns: 1fr; }
    .lhrt-pc-feat { grid-column: span 1; }
    .lhrt-cs { flex-direction: column; text-align: center; }
}

/* ══════════════════════════════════════
   ELEMENTOR EDITOR PREVIEW FIXES
══════════════════════════════════════ */
.elementor-editor-active .lhrt-h1,
.elementor-editor-active .lhrt-hero-desc,
.elementor-editor-active .lhrt-hero-btns,
.elementor-editor-active .lhrt-hero-hl {
    opacity: 1;
    animation: none;
    transform: none;
}
.elementor-editor-active .lhrt-rv {
    opacity: 1;
    transform: none;
}
