/* Jamaican Spiritual Reader — Cinzel headings, Inter body, Mama Rose–style header */

:root {
  --jsr-night: #020617;
  --jsr-deep: #1a0b2e;
  --jsr-purple: #2d1b4e;
  --jsr-accent: #6b3fa0;
  --jsr-lavender: #f5f0ff;
  --jsr-lilac: #f5f0ff;
  --jsr-gold: #fef3c7;
  --jsr-amber: #fcd34d;
  --jsr-muted: #d8cce8;
  --jsr-ink: #2a1a3d;
  --jsr-serif: 'Cinzel', Georgia, 'Times New Roman', serif;
  --jsr-sans: 'Inter', system-ui, -apple-system, sans-serif;
  /* Shared content shell — header + all sections */
  --jsr-content-width: 1140px;
  --jsr-gutter: 20px;
}

/* Shared alignment shell */
.jsr-shell {
  width: 100%;
  max-width: var(--jsr-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--jsr-gutter);
  padding-right: var(--jsr-gutter);
  box-sizing: border-box;
}

/* Keep Elementor top-level content on the same 1140px shell as the header */
body.jsr-theme .elementor > .e-con:not(#hero):not(#testimonials) > .e-con-inner,
body.jsr-theme .elementor > .elementor-section > .elementor-container {
  width: 100% !important;
  max-width: var(--jsr-content-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--jsr-gutter) !important;
  padding-right: var(--jsr-gutter) !important;
  box-sizing: border-box !important;
}

/* Hero slider is full-bleed; content shell is inside the widget */
body.jsr-theme .elementor > .e-con#hero > .e-con-inner,
body.jsr-theme .elementor > .e-con#testimonials > .e-con-inner {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Sticky header offset — nav links land on section headlines (esp. Why Trust). */
body.jsr-theme .elementor > .e-con[id],
body.jsr-theme .elementor > .elementor-section[id],
body.jsr-theme #why-trust,
body.jsr-theme #about,
body.jsr-theme #services,
body.jsr-theme #how-it-works,
body.jsr-theme #testimonials,
body.jsr-theme #faq,
body.jsr-theme #cta-banner,
body.jsr-theme #contact-bar {
  scroll-margin-top: 120px;
}

@media (max-width: 767px) {
  body.jsr-theme .elementor > .e-con[id],
  body.jsr-theme .elementor > .elementor-section[id],
  body.jsr-theme #why-trust,
  body.jsr-theme #about,
  body.jsr-theme #services,
  body.jsr-theme #how-it-works,
  body.jsr-theme #testimonials,
  body.jsr-theme #faq,
  body.jsr-theme #cta-banner,
  body.jsr-theme #contact-bar {
    scroll-margin-top: 96px;
  }
}

body.jsr-theme {
  margin: 0;
  background: var(--jsr-lavender);
  color: var(--jsr-ink);
  font-family: var(--jsr-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.jsr-theme ::selection {
  background: var(--jsr-accent);
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.jsr-hide {
  display: none !important;
}

.jsr-ico {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

.jsr-wrap {
  width: 100%;
  max-width: var(--jsr-content-width);
  margin: 0 auto;
  padding: 2rem var(--jsr-gutter);
  box-sizing: border-box;
}

.jsr-fallback {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--jsr-deep);
  color: #fff;
  text-align: center;
  font-family: var(--jsr-serif);
  font-size: 1.25rem;
}

/* Global Elementor typography — Cinzel gold headings (CLIENT LOVE style) site-wide */
.jsr-theme .elementor-heading-title,
.jsr-theme h1,
.jsr-theme h2,
.jsr-theme h3,
.jsr-theme h4,
.jsr-theme h5,
.jsr-theme h6 {
  font-family: var(--jsr-serif) !important;
}

.jsr-theme .elementor > .e-con:not(#hero) .elementor-widget-heading h2.elementor-heading-title,
.jsr-theme .elementor > .e-con:not(#hero) .elementor-widget-heading h3.elementor-heading-title {
  color: #d4af37;
  font-family: 'Cinzel', Georgia, serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

.jsr-theme,
.jsr-theme .elementor-widget-text-editor,
.jsr-theme .elementor-icon-box-description,
.jsr-theme .elementor-button,
.jsr-theme p,
.jsr-theme li {
  font-family: var(--jsr-sans);
}

/* Hero heading override — keep cream for contrast on slides */
#hero .elementor-heading-title,
.elementor-element[data-id] #hero .elementor-heading-title,
.jsr-theme .elementor-location-header + .elementor .elementor-section:first-child .elementor-heading-title {
  font-family: 'Cinzel', sans-serif !important;
}

.jsr-theme #hero .elementor-heading-title {
  font-family: 'Cinzel', Sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #fef3c7 !important;
  line-height: 1.15 !important;
}

@media (max-width: 767px) {
  .jsr-theme #hero .elementor-heading-title {
    font-size: 32px !important;
  }
}

/* Services: top ~30% full-width image cards */
.jsr-theme #services .elementor-widget-image,
.jsr-theme #services .jsr-service-card-image {
  margin: 0 !important;
}

.jsr-theme #services .elementor-widget-image .elementor-widget-container,
.jsr-theme #services .elementor-widget-image img {
  margin: 0 !important;
  width: 100% !important;
}

.jsr-theme #services .elementor-widget-image img {
  display: block;
  width: 100% !important;
  height: 160px !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 15px 15px 0 0;
}

@media (min-width: 1025px) {
  .jsr-theme #services .elementor-widget-image img {
    height: 170px !important;
  }
}

/* Mobile: taller cards/images so cover crop looks natural (not stretched) */
@media (max-width: 767px) {
  .jsr-theme #services .e-con.e-child {
    min-height: 0;
  }

  .jsr-theme #services .elementor-widget-image img {
    height: 200px !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* About: icon + heading top-aligned on one line (desktop/tablet) */
.jsr-theme #about .elementor-icon-box-wrapper {
  align-items: flex-start !important;
}

.jsr-theme #about .elementor-icon-box-left .elementor-icon-box-icon {
  margin-top: 2px !important;
  margin-right: 12px !important;
}

.jsr-theme #about .elementor-icon-box-title {
  margin: 0 0 4px !important;
  line-height: 1.25 !important;
}

.jsr-theme #about .elementor-icon-box-description {
  margin: 0 !important;
}

/* About mobile: icon on top, content center-aligned */
@media (max-width: 767px) {
  .jsr-theme #about .elementor-icon-box-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .jsr-theme #about .elementor-icon-box-left .elementor-icon-box-icon,
  .jsr-theme #about .elementor-icon-box-icon {
    margin: 0 0 10px !important;
  }

  .jsr-theme #about .elementor-icon-box-content {
    text-align: center !important;
    width: 100%;
  }

  .jsr-theme #about .elementor-icon-box-title,
  .jsr-theme #about .elementor-icon-box-description {
    text-align: center !important;
  }

  .jsr-theme #about .elementor-widget-icon-box {
    text-align: center;
  }
}

/* Why Trust: vertical separators between icon boxes */
.jsr-theme #why-trust .e-con-boxed > .e-con-inner,
.jsr-theme #why-trust .e-con {
  position: relative;
}

@media (max-width: 1024px) {
  .jsr-theme #why-trust .e-con[style*="border"],
  .jsr-theme #why-trust .e-con {
    border-right-width: 0 !important;
  }
}

/* ========== HEADER ========== */
.jsr-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(2, 6, 23, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(107, 33, 168, 0.3);
}

/*
 * Circular logo placement (chosen): LEFT OVERLAPPING BADGE
 * Half sits in the menu bar, half hangs into the hero — ideal for seal logos.
 * Alternate modifiers (optional): .jsr-header--logo-center | .jsr-header--logo-inline
 */
.jsr-header--badge {
  overflow: visible;
}

.jsr-header--badge .jsr-nav-row {
  overflow: visible;
  height: 4.5rem;
  align-items: center;
}

.jsr-brand--badge {
  position: relative;
  z-index: 40;
  gap: 0.85rem;
  align-items: center;
  margin-right: 0.25rem;
}

.jsr-logo-badge-wrap {
  display: block;
  width: 96px;
  height: 72px; /* reserves space inside the bar; image hangs below */
  position: relative;
  flex-shrink: 0;
}

.jsr-logo-badge {
  position: absolute;
  left: 0;
  top: 50%;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  transform: translateY(-28%); /* ~half in bar, half out over hero */
  background: #0a0614;
  border: 3px solid rgba(254, 243, 199, 0.9);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(147, 51, 234, 0.35),
    0 0 24px rgba(212, 175, 55, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.jsr-brand--badge:hover .jsr-logo-badge {
  transform: translateY(-30%) scale(1.03);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(252, 211, 77, 0.45),
    0 0 28px rgba(212, 175, 55, 0.28);
}

/* Logo already includes curved brand text — keep wordmark as soft secondary */
.jsr-header--badge .jsr-brand-text {
  display: none;
}

@media (min-width: 1280px) {
  .jsr-header--badge .jsr-brand-text {
    display: block;
    max-width: 11rem;
  }

  .jsr-header--badge .jsr-brand-name {
    font-size: 0.95rem;
    white-space: normal;
    line-height: 1.15;
  }

  .jsr-header--badge .jsr-brand-sub {
    white-space: normal;
    line-height: 1.3;
  }
}

@media (max-width: 1099px) {
  .jsr-logo-badge-wrap {
    width: 76px;
    height: 60px;
  }

  .jsr-logo-badge {
    width: 76px;
    height: 76px;
    transform: translateY(-26%);
    border-width: 2px;
  }

  .jsr-brand--badge:hover .jsr-logo-badge {
    transform: translateY(-28%) scale(1.03);
  }
}

@media (max-width: 639px) {
  .jsr-header--badge .jsr-nav-row {
    height: 4rem;
  }

  .jsr-logo-badge-wrap {
    width: 64px;
    height: 52px;
  }

  .jsr-logo-badge {
    width: 64px;
    height: 64px;
    transform: translateY(-22%);
  }

  .jsr-brand--badge:hover .jsr-logo-badge {
    transform: translateY(-24%) scale(1.02);
  }
}

/* Optional: centered floating badge (add class jsr-header--logo-center on <header>) */
.jsr-header--logo-center .jsr-nav-row {
  justify-content: center;
  position: relative;
}

.jsr-header--logo-center .jsr-brand--badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 45;
}

.jsr-header--logo-center .jsr-nav-links {
  margin-right: auto;
}

.jsr-header--logo-center .jsr-nav-actions {
  margin-left: auto;
}

.jsr-header--logo-center .jsr-brand-text {
  display: none !important;
}

/* Optional: compact inline circle (add class jsr-header--logo-inline on <header>) */
.jsr-header--logo-inline .jsr-logo-badge-wrap {
  width: 52px;
  height: 52px;
}

.jsr-header--logo-inline .jsr-logo-badge {
  position: static;
  width: 52px;
  height: 52px;
  transform: none;
}

.jsr-header--logo-inline .jsr-brand-text {
  display: block;
}

.jsr-topbar {
  background: linear-gradient(90deg, #3b0764, #1e1b4b, #3b0764);
  border-bottom: 1px solid rgba(245, 158, 11, 0.2);
  padding: 0.4rem 0;
  font-size: 0.75rem;
  color: rgba(254, 243, 199, 0.95);
  font-family: var(--jsr-sans);
}

.jsr-topbar-inner {
  width: 100%;
  max-width: var(--jsr-content-width);
  margin: 0 auto;
  padding-left: var(--jsr-gutter);
  padding-right: var(--jsr-gutter);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.jsr-online {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.jsr-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #34d399;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.7);
  animation: jsr-pulse 2s ease-in-out infinite;
}

@keyframes jsr-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

.jsr-top-links {
  display: none;
  align-items: center;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .jsr-top-links {
    display: flex;
  }
}

.jsr-top-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(254, 243, 199, 0.95);
  transition: color 0.2s;
}

.jsr-top-links a:hover {
  color: #fcd34d;
}

.jsr-wa {
  color: #6ee7b7 !important;
}

.jsr-wa:hover {
  color: #a7f3d0 !important;
}

.jsr-sep {
  color: #6b21a8;
}

.jsr-nav-row {
  width: 100%;
  max-width: var(--jsr-content-width);
  margin: 0 auto;
  padding: 0 var(--jsr-gutter);
  box-sizing: border-box;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.jsr-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  flex-shrink: 0;
}

.jsr-logo-ring {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  padding: 2px;
  background: linear-gradient(135deg, #9333ea, #4f46e5, #f59e0b);
  box-shadow: 0 10px 25px rgba(88, 28, 135, 0.45);
}

.jsr-logo-inner {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #020617;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fbbf24;
  font-size: 1.15rem;
  line-height: 1;
}

.jsr-brand-name {
  font-family: var(--jsr-serif);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fef3c7;
  font-size: 0.95rem;
  display: block;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .jsr-brand-name {
    font-size: 1.15rem;
  }
}

.jsr-brand-sub {
  display: block;
  font-family: var(--jsr-sans);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d8b4fe;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .jsr-brand-sub {
    font-size: 10px;
  }
}

.jsr-nav-links {
  display: none;
  align-items: center;
  gap: 1.15rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(233, 213, 255, 0.92);
  margin: 0 0.75rem;
  font-family: var(--jsr-sans);
}

@media (min-width: 1100px) {
  .jsr-nav-links {
    display: flex;
  }
}

.jsr-nav-links a {
  color: inherit;
  white-space: nowrap;
  transition: color 0.2s;
}

.jsr-nav-links a:hover {
  color: #fcd34d;
}

.jsr-nav-links .jsr-nav-highlight {
  color: #fcd34d;
  font-weight: 600;
}

.jsr-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.jsr-btn-book {
  position: relative;
  border-radius: 999px;
  padding: 1px;
  background: linear-gradient(90deg, #f59e0b, #a855f7, #fbbf24);
  font-weight: 600;
  font-size: 0.75rem;
  color: #fef3c7;
  font-family: var(--jsr-serif);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .jsr-btn-book {
    font-size: 0.8rem;
  }
}

.jsr-btn-book > span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: #020617;
  transition: background 0.2s;
}

.jsr-btn-book:hover > span {
  background: rgba(59, 7, 100, 0.9);
}

.jsr-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  color: #d8b4fe;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 1.35rem;
  line-height: 1;
}

@media (min-width: 1100px) {
  .jsr-menu-toggle {
    display: none;
  }
}

.jsr-menu-toggle:hover {
  color: #fff;
  background: rgba(88, 28, 135, 0.4);
}

.jsr-mobile-drawer {
  display: none;
  background: rgba(2, 6, 23, 0.96);
  border-bottom: 1px solid rgba(107, 33, 168, 0.3);
  width: 100%;
  max-width: var(--jsr-content-width);
  margin: 0 auto;
  padding: 0.75rem var(--jsr-gutter) 1.35rem;
  box-sizing: border-box;
  font-family: var(--jsr-sans);
}

.jsr-mobile-drawer.is-open {
  display: block;
}

.jsr-mobile-drawer > a {
  display: block;
  width: 100%;
  text-align: left;
  color: #e9d5ff;
  padding: 0.55rem 0;
  font-size: 1rem;
  font-weight: 500;
}

.jsr-mobile-drawer > a:hover {
  color: #fcd34d;
}

.jsr-mobile-cta {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(107, 33, 168, 0.3);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.jsr-mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.jsr-mobile-cta .call {
  background: rgba(88, 28, 135, 0.5);
  color: #fef3c7;
}

.jsr-mobile-cta .wa {
  background: rgba(2, 44, 34, 0.6);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #a7f3d0;
}

.jsr-mobile-cta .book {
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(252, 211, 77, 0.45);
  color: #fcd34d;
  font-family: var(--jsr-serif);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Quick icons section — PNG image boxes (larger, matching How It Works visual weight) */
.jsr-theme #quick-icons .jsr-quick-image-box .elementor-image-box-img,
.jsr-theme #quick-icons .elementor-widget-image-box .elementor-image-box-img {
  width: 96px !important;
  max-width: 96px !important;
  margin: 0 auto 8px !important;
}

.jsr-theme #quick-icons .elementor-widget-image-box .elementor-image-box-img img {
  width: 96px !important;
  height: auto !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.jsr-theme #quick-icons .elementor-image-box-wrapper {
  text-align: center;
}

.jsr-theme #quick-icons .elementor-image-box-title {
  color: #fef3c7 !important;
  font-family: 'Cinzel', serif !important;
  font-size: 13px !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .jsr-theme #quick-icons .elementor-widget-image-box .elementor-image-box-img,
  .jsr-theme #quick-icons .elementor-widget-image-box .elementor-image-box-img img {
    width: 72px !important;
    max-width: 72px !important;
  }
}

/* How It Works — larger consistent purple icons */
.jsr-theme #how-it-works .elementor-widget-icon-box .elementor-icon {
  font-size: 56px;
}

.jsr-theme #how-it-works .elementor-widget-icon-box .elementor-icon i,
.jsr-theme #how-it-works .elementor-widget-icon-box .elementor-icon svg {
  color: #6b3fa0;
  fill: #6b3fa0;
}

/* About + Why Trust — consistent accent icon color */
.jsr-theme #about .elementor-widget-icon-box .elementor-icon i,
.jsr-theme #about .elementor-widget-icon-box .elementor-icon svg {
  color: #5925A1;
  fill: #5925A1;
}

.jsr-theme #why-trust .elementor-widget-icon-box .elementor-icon i,
.jsr-theme #why-trust .elementor-widget-icon-box .elementor-icon svg {
  color: #6b3fa0 !important;
  fill: #6b3fa0 !important;
}

.jsr-theme #footer .jsr-footer-logo img {
  max-width: 120px;
  height: auto;
}

/* Keep 4 footer columns on one row on desktop */
.jsr-theme #footer .jsr-footer-row.e-con,
.jsr-theme #footer .jsr-footer-row {
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px 20px !important;
}

.jsr-theme #footer .jsr-footer-col.e-con,
.jsr-theme #footer .jsr-footer-col {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: none !important;
}

.jsr-theme #footer .jsr-footer-contact .elementor-icon-list-icon i,
.jsr-theme #footer .jsr-footer-contact .elementor-icon-list-icon svg {
  color: #d4af37 !important;
  fill: #d4af37 !important;
}

/* Same link size across Quick Links, Services, Contact */
.jsr-theme #footer .jsr-footer-col .elementor-widget-text-editor,
.jsr-theme #footer .jsr-footer-col .elementor-widget-text-editor p,
.jsr-theme #footer .jsr-footer-col .elementor-widget-text-editor a,
.jsr-theme #footer .jsr-footer-contact .elementor-icon-list-text,
.jsr-theme #footer .jsr-footer-contact .elementor-icon-list-text a {
  font-size: 13px !important;
  line-height: 1.85 !important;
  color: #d8cce8 !important;
  font-family: var(--jsr-sans) !important;
}

.jsr-theme #footer .jsr-footer-contact .elementor-icon-list-text,
.jsr-theme #footer .jsr-footer-contact .elementor-icon-list-text a {
  color: #d8cce8 !important;
}

.jsr-theme #footer .jsr-footer-contact .elementor-icon-list-item {
  margin-bottom: 10px !important;
}

@media (max-width: 1024px) {
  .jsr-theme #footer .jsr-footer-row.e-con,
  .jsr-theme #footer .jsr-footer-row {
    flex-wrap: wrap !important;
  }

  .jsr-theme #footer .jsr-footer-col.e-con,
  .jsr-theme #footer .jsr-footer-col {
    flex: 1 1 42% !important;
  }
}

@media (max-width: 767px) {
  .jsr-theme #footer .jsr-footer-col.e-con,
  .jsr-theme #footer .jsr-footer-col {
    flex: 1 1 100% !important;
  }
}

/* Soft polish */
.jsr-theme .elementor-widget-icon-box .elementor-icon-box-wrapper {
  transition: transform 0.25s ease;
}

.jsr-theme .elementor-widget-icon-box:hover .elementor-icon-box-wrapper {
  transform: translateY(-3px);
}

.jsr-theme .elementor-button {
  font-family: var(--jsr-sans) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jsr-theme .elementor-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(107, 63, 160, 0.35);
}

@media (max-width: 767px) {
  .jsr-theme .elementor-button {
    width: 100%;
    text-align: center;
  }
}

/* Testimonials host — widget owns the full CLIENT LOVE layout */
body.jsr-theme #testimonials.jsr-testimonials-host,
body.jsr-theme #testimonials.jsr-testimonials-host > .e-con-inner {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
