.elementor-53 .elementor-element.elementor-element-bd81da5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-1408a65 *//* ======================================================
   EPIDURAL STEROID INJECTIONS — Clinical Luxe (New Look)
====================================================== */

.ts-esi{
  --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Inter, Arial, sans-serif;
  --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --ink: #0f172a;
  --muted: rgba(15,23,42,.74);
  --line: rgba(15,23,42,.10);
  --blue: #2f7cff;
  --navy: #070b14;

  --wave: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='240' viewBox='0 0 1200 240'%3E%3Cpath d='M0 110 C 150 40 240 190 390 110 C 540 30 660 200 810 110 C 960 30 1080 190 1200 95' fill='none' stroke='%232f7cff' stroke-opacity='0.10' stroke-width='6'/%3E%3Cpath d='M0 170 C 150 100 240 250 390 170 C 540 90 660 260 810 170 C 960 90 1080 250 1200 155' fill='none' stroke='%232f7cff' stroke-opacity='0.06' stroke-width='5'/%3E%3C/svg%3E");

  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 12% 10%, rgba(47,124,255,0.10), transparent 60%),
    radial-gradient(900px 520px at 86% 18%, rgba(15,23,42,0.06), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%),
    var(--wave);
  background-size: auto, auto, auto, 1200px 240px;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

/* ---------------- HERO ---------------- */
.ts-esi-hero{
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(7,11,20,1), rgba(11,18,32,1));
}

.ts-esi-hero__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(47,124,255,0.20), transparent 55%),
    radial-gradient(900px 520px at 85% 30%, rgba(255,255,255,0.06), transparent 55%),
    var(--wave);
  background-size: auto, auto, 1200px 240px;
  background-repeat: no-repeat, no-repeat, repeat;
  opacity: 0.9;
}

.ts-esi-hero__wrap{
  position:relative;
  z-index:1;
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: clamp(46px, 6vw, 86px) 0;
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(16px, 3vw, 40px);
  align-items: center;
  color: #fff;
}

.ts-esi-hero__kicker{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom: 14px;
}

.ts-esi-chip{
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.90);
}

.ts-esi-chip--soft{
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.86);
}

.ts-esi-hero__title{
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  text-shadow: 0 22px 60px rgba(0,0,0,0.55);
}

.ts-esi-hero__sub{
  max-width: 72ch;
  font-size: clamp(15.5px, 1.6vw, 19px);
  line-height: 1.65;
  margin: 0 0 18px;
  color: rgba(255,255,255,0.86);
}

.ts-esi-hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 0 0 14px;
}

.ts-esi-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 950;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.ts-esi-btn:hover{ transform: translateY(-1px); }

.ts-esi-btn--primary{
  background: rgba(255,255,255,0.94);
  color: rgba(10,14,22,0.95) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,0.35);
}
.ts-esi-btn--primary:hover{
  background: rgba(255,255,255,1);
  box-shadow: 0 22px 70px rgba(0,0,0,0.45);
}

.ts-esi-btn--ghost{
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ts-esi-btn--ghost:hover{
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.26);
}

.ts-esi-hero__pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top: 6px;
}

.ts-esi-pill{
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.86);
  font-size: 13px;
  font-weight: 750;
}

.ts-esi-hero__fineprint{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.78);
  line-height: 1.5;
  font-weight: 650;
  font-size: 13.5px;
}

/* Right media: framed “glass” */
.ts-esi-videoFrame{
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 30px 110px rgba(0,0,0,0.55);
  aspect-ratio: 16 / 10;
}

.ts-esi-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  transform: scale(1.05);
  filter: contrast(1.06) saturate(1.03) brightness(0.90);
}

.ts-esi-videoFrame__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(800px 380px at 25% 35%, rgba(255,255,255,0.08), rgba(0,0,0,0.62)),
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.55));
  pointer-events:none;
}

.ts-esi-heroCard{
  margin-top: 14px;
  padding: 16px 16px;
  border-radius: 26px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ts-esi-heroCard__title{
  font-weight: 1000;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.92);
}

.ts-esi-row{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.10);
}
.ts-esi-row span{ color: rgba(255,255,255,0.78); font-weight: 750; }
.ts-esi-row strong{ color: rgba(255,255,255,0.94); font-weight: 1000; }

/* ---------------- MAIN ---------------- */
.ts-esi-main{
  padding: clamp(28px, 4vw, 50px) 0 clamp(80px, 6vw, 110px);
}

.ts-esi-wrap{
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.ts-esi-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 0 0 18px;
}

.ts-esi-nav__link{
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 900;
  color: rgba(15,23,42,0.84);
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(15,23,42,0.10);
  box-shadow: 0 12px 36px rgba(15,23,42,0.06);
  transition: transform .15s ease, border-color .2s ease;
}
.ts-esi-nav__link:hover{
  transform: translateY(-1px);
  border-color: rgba(47,124,255,0.28);
}

.ts-esi-card{
  margin-top: 14px;
  padding: clamp(18px, 2.6vw, 26px);
  border-radius: 26px;
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(15,23,42,0.10);
  box-shadow: 0 18px 60px rgba(15,23,42,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ts-esi-h2{
  font-family: var(--serif);
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.02em;
  color: var(--ink);
}

.ts-esi-p{
  margin: 0 0 14px;
  color: rgba(15,23,42,0.74);
  line-height: 1.75;
  font-size: 15.6px;
  font-weight: 650;
}

.ts-esi-tiles{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ts-esi-tiles--3{ grid-template-columns: repeat(3, 1fr); }

.ts-esi-tile{
  padding: 14px 14px;
  border-radius: 22px;
  background:#fff;
  border: 1px solid rgba(15,23,42,0.10);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
}
.ts-esi-tile__t{ font-weight: 1000; color: var(--ink); margin-bottom: 6px; }
.ts-esi-tile__d{ color: rgba(15,23,42,0.74); line-height: 1.6; font-weight: 650; }

.ts-esi-listGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ts-esi-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}

.ts-esi-callout{
  margin-top: 12px;
  padding: 14px 14px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(47,124,255,0.12), rgba(47,124,255,0.06));
  border: 1px solid rgba(47,124,255,0.18);
}
.ts-esi-callout__t{ font-weight: 1000; margin-bottom: 4px; color: rgba(15,23,42,0.88); }
.ts-esi-callout__d{ color: rgba(15,23,42,0.78); line-height: 1.6; font-weight: 650; }

.ts-esi-steps{
  margin: 0 0 12px;
  padding-left: 18px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}

.ts-esi-duo{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ts-esi-mini{
  padding: 14px 14px;
  border-radius: 22px;
  background:#fff;
  border: 1px solid rgba(15,23,42,0.10);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
}
.ts-esi-mini__t{ font-weight: 1000; color: var(--ink); margin-bottom: 6px; }
.ts-esi-mini__d{ color: rgba(15,23,42,0.74); line-height: 1.6; font-weight: 650; }

.ts-esi-ctaBar{
  margin-top: 14px;
  padding: 16px 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(15,23,42,0.95), rgba(15,23,42,0.82));
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
  display:flex;
  gap: 14px;
  align-items:center;
  justify-content: space-between;
  box-shadow: 0 26px 90px rgba(15,23,42,0.18);
}
.ts-esi-ctaBar__text{ font-weight: 850; line-height: 1.4; }

.ts-esi-riskGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.ts-esi-risk{
  padding: 14px 14px;
  border-radius: 22px;
  background:#fff;
  border: 1px solid rgba(15,23,42,0.10);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
}
.ts-esi-risk__t{ font-weight: 1000; color: var(--ink); margin-bottom: 6px; }
.ts-esi-risk__d{ color: rgba(15,23,42,0.74); line-height: 1.6; font-weight: 650; }

.ts-esi-disclaimer{
  margin-top: 12px;
  padding: 14px 14px;
  border-radius: 22px;
  background: rgba(15,23,42,0.04);
  border: 1px solid rgba(15,23,42,0.10);
  color: rgba(15,23,42,0.74);
  line-height: 1.6;
  font-weight: 650;
}

/* FAQ */
.ts-esi-faq{ display:grid; gap:10px; margin-top: 6px; }
.ts-esi-faq__q{
  width:100%;
  text-align:left;
  padding: 14px 14px;
  border-radius: 22px;
  background:#fff;
  border: 1px solid rgba(15,23,42,0.10);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
  font-weight: 1000;
  color: rgba(15,23,42,0.90);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap:12px;
  cursor:pointer;
}
.ts-esi-faq__icon{ width:18px; height:18px; position:relative; flex:0 0 auto; }
.ts-esi-faq__icon:before,
.ts-esi-faq__icon:after{
  content:"";
  position:absolute;
  background: rgba(15,23,42,0.70);
  border-radius: 999px;
  left:50%; top:50%;
  transform: translate(-50%, -50%);
}
.ts-esi-faq__icon:before{ width:12px; height:2px; }
.ts-esi-faq__icon:after{ width:2px; height:12px; }
.ts-esi-faq__q[aria-expanded="true"] .ts-esi-faq__icon:after{ display:none; }
.ts-esi-faq__a{
  padding: 0 14px 14px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}

/* Sources */
.ts-esi-sources__list{
  margin:0;
  padding-left: 18px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}
.ts-esi-sources__list a{
  color: rgba(15,23,42,0.86);
  font-weight: 900;
  text-decoration:none;
  border-bottom: 1px solid rgba(47,124,255,0.35);
}
.ts-esi-sources__list a:hover{ border-bottom-color: rgba(47,124,255,0.75); }

/* Responsive */
@media (max-width: 980px){
  .ts-esi-hero__wrap{ grid-template-columns: 1fr; }
  .ts-esi-tiles{ grid-template-columns: 1fr; }
  .ts-esi-tiles--3{ grid-template-columns: 1fr; }
  .ts-esi-listGrid{ grid-template-columns: 1fr; }
  .ts-esi-duo{ grid-template-columns: 1fr; }
  .ts-esi-riskGrid{ grid-template-columns: 1fr; }
  .ts-esi-ctaBar{ flex-direction: column; align-items:flex-start; }
}/* End custom CSS */