:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7fa0a83 *//* ==============================
 RH LIVER HERO CSS START
============================== */

.rh-liver-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  background-image: url('https://www.liverstudies.com/wp-content/uploads/2026/06/bg.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

/* Readable overlay */
.rh-liver-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.92) 34%,
    rgba(255, 255, 255, 0.58) 52%,
    rgba(255, 255, 255, 0.08) 74%,
    rgba(255, 255, 255, 0) 100%
  );
}

.rh-liver-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 22px 105px;
}

.rh-liver-hero-content {
  max-width: 625px;
}

/* Badge */
.rh-liver-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--rh-liver-teal);
  background: rgba(234, 247, 243, 0.95);
  border: 1px solid rgba(15, 118, 110, 0.16);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.rh-liver-hero-badge::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rh-liver-amber);
  box-shadow: 0 0 0 5px rgba(244, 185, 66, 0.18);
}

/* Text */
.rh-liver-hero h1 {
  margin: 0;
  color: var(--rh-liver-navy);
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.8px;
}

.rh-liver-hero p {
  max-width: 570px;
  margin: 22px 0 0;
  color: var(--rh-liver-text);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

/* Buttons */
.rh-liver-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.rh-liver-hero-primary-btn,
.rh-liver-hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.rh-liver-hero-primary-btn {
  color: var(--rh-liver-white);
  background: linear-gradient(135deg, var(--rh-liver-teal), var(--rh-liver-teal-dark));
  box-shadow: 0 13px 28px rgba(15, 118, 110, 0.28);
}

.rh-liver-hero-primary-btn:hover {
  color: var(--rh-liver-white);
  transform: translateY(-2px);
  box-shadow: 0 17px 35px rgba(15, 118, 110, 0.34);
}

.rh-liver-hero-secondary-btn {
  color: var(--rh-liver-navy);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 118, 110, 0.18);
  box-shadow: 0 10px 24px rgba(8, 36, 58, 0.08);
}

.rh-liver-hero-secondary-btn:hover {
  color: var(--rh-liver-teal);
  background: var(--rh-liver-white);
  transform: translateY(-2px);
}

/* Highlight Cards */
.rh-liver-hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 570px;
  margin-top: 36px;
}

.rh-liver-hero-highlights div {
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 118, 110, 0.14);
  box-shadow: 0 10px 26px rgba(8, 36, 58, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.rh-liver-hero-highlights strong {
  display: block;
  color: var(--rh-liver-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.rh-liver-hero-highlights span {
  display: block;
  margin-top: 5px;
  color: var(--rh-liver-muted);
  font-size: 12px;
  font-weight: 600;
}

/* Tablet */
@media (max-width: 1024px) {
  .rh-liver-hero {
    min-height: 660px;
    background-position: 58% center;
  }

  .rh-liver-hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.92) 42%,
      rgba(255, 255, 255, 0.50) 65%,
      rgba(255, 255, 255, 0.12) 100%
    );
  }

  .rh-liver-hero-container {
    padding: 95px 22px 88px;
  }

  .rh-liver-hero-content {
    max-width: 575px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rh-liver-hero {
    min-height: auto;
    align-items: flex-start;
    background-position: 68% center;
  }

  .rh-liver-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.94) 55%,
      rgba(255, 255, 255, 0.82) 100%
    );
  }

  .rh-liver-hero-container {
    padding: 66px 18px 56px;
  }

  .rh-liver-hero-content {
    max-width: 100%;
    text-align: center;
  }

  .rh-liver-hero-badge {
    margin-bottom: 18px;
    padding: 8px 13px;
    font-size: 12px;
  }

  .rh-liver-hero h1 {
    font-size: clamp(31px, 8vw, 43px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .rh-liver-hero p {
    margin: 18px auto 0;
    font-size: 15px;
    line-height: 1.75;
  }

  .rh-liver-hero-actions {
    justify-content: center;
    margin-top: 26px;
  }

  /* Hide 3 cards on mobile */
  .rh-liver-hero-highlights {
    display: none;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .rh-liver-hero {
    background-position: 72% center;
  }

  .rh-liver-hero-container {
    padding: 52px 16px 46px;
  }

  .rh-liver-hero-badge {
    font-size: 11px;
  }

  .rh-liver-hero h1 {
    font-size: 30px;
  }

  .rh-liver-hero p {
    font-size: 14px;
  }

  .rh-liver-hero-actions {
    gap: 10px;
  }

  .rh-liver-hero-primary-btn,
  .rh-liver-hero-secondary-btn {
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
    font-size: 13px;
  }
}

/* Extra safety */
.rh-liver-hero a,
.rh-liver-hero a:hover,
.rh-liver-hero a:focus,
.rh-liver-hero a:active {
  text-decoration: none !important;
  box-shadow: none !important;
}

/* ==============================
 RH LIVER HERO CSS END
============================== *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-340a116 *//* ==============================
 RH LIVER FEATURED STUDY CSS START
============================== */

.rh-liver-study-section {
  position: relative;
  overflow: hidden;
  padding: 96px 22px;
  font-family: 'Poppins', sans-serif;
  background:
    linear-gradient(135deg, rgba(234, 247, 243, 0.96), rgba(255, 255, 255, 0.98)),
    url('https://violet-turtle-894789.hostingersite.com/wp-content/uploads/2026/06/bg.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.rh-liver-study-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.74);
  pointer-events: none;
}

.rh-liver-study-bg-shape {
  position: absolute;
  right: -150px;
  top: 40px;
  z-index: 2;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.18), transparent 68%);
  pointer-events: none;
}

.rh-liver-study-container {
  position: relative;
  z-index: 3;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 46px;
  align-items: center;
}

/* Left Content */
.rh-liver-study-content {
  max-width: 620px;
}

.rh-liver-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--rh-liver-teal);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 118, 110, 0.16);
  box-shadow: 0 10px 24px rgba(8, 36, 58, 0.06);
  font-size: 13px;
  font-weight: 800;
}

.rh-liver-section-badge::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rh-liver-amber);
  box-shadow: 0 0 0 5px rgba(244, 185, 66, 0.18);
}

.rh-liver-study-content h2 {
  margin: 0;
  color: var(--rh-liver-navy);
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -1.2px;
}

.rh-liver-study-content p {
  margin: 18px 0 0;
  color: var(--rh-liver-text);
  font-size: 16px;
  line-height: 1.82;
  font-weight: 400;
}

/* Buttons */
.rh-liver-study-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.rh-liver-study-primary-btn,
.rh-liver-study-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.rh-liver-study-primary-btn {
  color: var(--rh-liver-white);
  background: linear-gradient(135deg, var(--rh-liver-teal), var(--rh-liver-teal-dark));
  box-shadow: 0 13px 28px rgba(15, 118, 110, 0.28);
}

.rh-liver-study-primary-btn:hover {
  color: var(--rh-liver-white);
  transform: translateY(-2px);
  box-shadow: 0 17px 35px rgba(15, 118, 110, 0.34);
}

.rh-liver-study-secondary-btn {
  color: var(--rh-liver-navy);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 118, 110, 0.18);
  box-shadow: 0 10px 24px rgba(8, 36, 58, 0.08);
}

.rh-liver-study-secondary-btn:hover {
  color: var(--rh-liver-teal);
  background: var(--rh-liver-white);
  transform: translateY(-2px);
}

/* Right Card */
.rh-liver-study-card {
  position: relative;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 118, 110, 0.16);
  box-shadow: 0 22px 55px rgba(8, 36, 58, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.rh-liver-study-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 24px;
  border: 1px solid rgba(244, 185, 66, 0.18);
  pointer-events: none;
}

.rh-liver-study-card-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.rh-liver-study-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--rh-liver-teal);
  background: var(--rh-liver-mint);
  border: 1px solid rgba(15, 118, 110, 0.14);
}

.rh-liver-study-card-header h3 {
  margin: 0;
  color: var(--rh-liver-navy);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.rh-liver-study-card-header p {
  margin: 5px 0 0;
  color: var(--rh-liver-muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

/* Study List */
.rh-liver-study-list {
  position: relative;
  display: grid;
  gap: 14px;
}

.rh-liver-study-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 17px;
  border-radius: 20px;
  background: rgba(234, 247, 243, 0.66);
  border: 1px solid rgba(15, 118, 110, 0.12);
}

.rh-liver-study-item span {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--rh-liver-navy);
  background: rgba(244, 185, 66, 0.28);
  font-size: 13px;
  font-weight: 800;
}

.rh-liver-study-item h4 {
  margin: 0;
  color: var(--rh-liver-navy);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.rh-liver-study-item p {
  margin: 6px 0 0;
  color: var(--rh-liver-muted);
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
}

/* Tablet */
@media (max-width: 1024px) {
  .rh-liver-study-section {
    padding: 82px 22px;
  }

  .rh-liver-study-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .rh-liver-study-content {
    max-width: 760px;
  }

  .rh-liver-study-card {
    max-width: 760px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rh-liver-study-section {
    padding: 66px 18px;
    background-position: center;
  }

  .rh-liver-study-section::before {
    background: rgba(255, 255, 255, 0.86);
  }

  .rh-liver-study-bg-shape {
    display: none;
  }

  .rh-liver-study-container {
    gap: 30px;
  }

  .rh-liver-study-content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .rh-liver-section-badge {
    padding: 8px 13px;
    font-size: 12px;
  }

  .rh-liver-study-content h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }

  .rh-liver-study-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .rh-liver-study-actions {
    justify-content: center;
    margin-top: 26px;
  }

  .rh-liver-study-card {
    padding: 24px;
    border-radius: 24px;
  }

  .rh-liver-study-card::before {
    inset: 10px;
    border-radius: 19px;
  }

  .rh-liver-study-card-header {
    align-items: flex-start;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .rh-liver-study-section {
    padding: 56px 16px;
  }

  .rh-liver-section-badge {
    font-size: 11px;
    padding: 8px 12px;
  }

  .rh-liver-study-content h2 {
    font-size: 28px;
  }

  .rh-liver-study-content p {
    font-size: 14px;
  }

  .rh-liver-study-primary-btn,
  .rh-liver-study-secondary-btn {
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
    font-size: 13px;
  }

  .rh-liver-study-card {
    padding: 20px;
  }

  .rh-liver-study-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .rh-liver-study-card-header h3 {
    font-size: 18px;
  }

  .rh-liver-study-card-header p {
    font-size: 12.5px;
  }

  .rh-liver-study-item {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .rh-liver-study-item span {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 12px;
  }

  .rh-liver-study-item h4 {
    font-size: 15px;
  }

  .rh-liver-study-item p {
    font-size: 12.5px;
  }
}

/* Extra safety */
.rh-liver-study-section a,
.rh-liver-study-section a:hover,
.rh-liver-study-section a:focus,
.rh-liver-study-section a:active {
  text-decoration: none !important;
  box-shadow: none !important;
}

/* ==============================
 RH LIVER FEATURED STUDY CSS END
============================== *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b289456 *//* ==============================
 RH LIVER SYMPTOMS & RISK FACTORS CSS START
============================== */

.rh-liver-symptoms-section{
  position:relative;
  padding:96px 22px;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
  background:
    radial-gradient(circle at top left, rgba(15,118,110,.10), transparent 34%),
    radial-gradient(circle at bottom right, rgba(244,185,66,.12), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f7fbfa 100%);
}

.rh-liver-symptoms-section::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  top:-180px;
  right:-220px;
  border-radius:50%;
  background:rgba(234,247,243,.75);
  pointer-events:none;
}

.rh-liver-symptoms-section::after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  bottom:-100px;
  left:-100px;
  border-radius:50%;
  background:rgba(15,118,110,.08);
  pointer-events:none;
}

.rh-liver-symptoms-container{
  position:relative;
  z-index:2;
  max-width:1240px;
  margin:0 auto;
}

/* Header */

.rh-liver-symptoms-header{
  max-width:850px;
  margin:0 auto 50px;
  text-align:center;
}

.rh-liver-symptoms-header h2{
  margin:0;
  color:var(--rh-liver-navy);
  font-size:clamp(32px,3.4vw,48px);
  line-height:1.14;
  font-weight:800;
  letter-spacing:-1.1px;
}

.rh-liver-symptoms-header p{
  margin:18px auto 0;
  max-width:760px;
  color:var(--rh-liver-text);
  font-size:16px;
  line-height:1.8;
}

/* Grid */

.rh-liver-symptoms-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

/* Cards */

.rh-liver-symptoms-card{
  position:relative;
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(15,118,110,.14);
  box-shadow:0 20px 50px rgba(8,36,58,.08);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.rh-liver-symptoms-card::before{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:22px;
  border:1px solid rgba(15,118,110,.08);
  pointer-events:none;
}

.rh-liver-risk-card{
  background:
  linear-gradient(
    180deg,
    rgba(255,255,255,.94),
    rgba(234,247,243,.88)
  );
}

/* Header */

.rh-liver-symptoms-card-header{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}

.rh-liver-symptoms-icon{
  width:56px;
  height:56px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:rgba(244,185,66,.25);
  color:var(--rh-liver-navy);
  border:1px solid rgba(244,185,66,.26);
}

.rh-liver-risk-card .rh-liver-symptoms-icon{
  background:linear-gradient(
    135deg,
    var(--rh-liver-teal),
    var(--rh-liver-teal-dark)
  );
  color:#fff;
}

.rh-liver-symptoms-icon span{
  font-size:14px;
  font-weight:800;
}

.rh-liver-symptoms-card h3{
  margin:0;
  color:var(--rh-liver-navy);
  font-size:24px;
  font-weight:800;
  line-height:1.25;
}

/* List */

.rh-liver-symptoms-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:14px;
}

.rh-liver-symptoms-card li{
  position:relative;
  padding-left:28px;
  color:var(--rh-liver-text);
  font-size:14px;
  line-height:1.65;
  font-weight:600;
}

.rh-liver-symptoms-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--rh-liver-teal);
  box-shadow:0 0 0 4px rgba(15,118,110,.12);
}

.rh-liver-risk-card li::before{
  background:var(--rh-liver-amber);
  box-shadow:0 0 0 4px rgba(244,185,66,.18);
}

/* Note */

.rh-liver-card-note{
  margin-top:24px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(234,247,243,.55);
  color:var(--rh-liver-muted);
  font-size:13px;
  line-height:1.7;
  border-left:4px solid var(--rh-liver-amber);
}

/* Disclaimer */

.rh-liver-symptoms-disclaimer{
  max-width:950px;
  margin:36px auto 0;
  padding:20px 24px;
  border-radius:22px;
  text-align:center;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(15,118,110,.14);
  border-left:5px solid var(--rh-liver-amber);
  box-shadow:0 14px 35px rgba(8,36,58,.07);
  color:var(--rh-liver-text);
  font-size:14px;
  line-height:1.75;
}

.rh-liver-symptoms-disclaimer strong{
  color:var(--rh-liver-navy);
  font-weight:800;
}

/* ==========================
 Tablet
========================== */

@media(max-width:1024px){

  .rh-liver-symptoms-section{
    padding:82px 22px;
  }

  .rh-liver-symptoms-grid{
    gap:20px;
  }

}

/* ==========================
 Mobile
========================== */

@media(max-width:768px){

  .rh-liver-symptoms-section{
    padding:66px 18px;
  }

  .rh-liver-symptoms-header h2{
    font-size:32px;
  }

  .rh-liver-symptoms-header p{
    font-size:15px;
  }

  .rh-liver-symptoms-grid{
    grid-template-columns:1fr;
  }

  .rh-liver-symptoms-card{
    padding:24px;
  }

  .rh-liver-symptoms-card h3{
    font-size:22px;
  }

}

/* ==========================
 Small Mobile
========================== */

@media(max-width:480px){

  .rh-liver-symptoms-section{
    padding:56px 16px;
  }

  .rh-liver-symptoms-header h2{
    font-size:28px;
    line-height:1.18;
  }

  .rh-liver-symptoms-header p{
    font-size:14px;
  }

  /* Mobile Grid View */
  .rh-liver-symptoms-grid{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }

  .rh-liver-symptoms-card{
    padding:18px;
    border-radius:22px;
  }

  .rh-liver-symptoms-card-header{
    flex-direction:column;
    text-align:center;
    gap:10px;
  }

  .rh-liver-symptoms-icon{
    width:48px;
    height:48px;
    margin:0 auto;
  }

  .rh-liver-symptoms-card h3{
    font-size:16px;
  }

  .rh-liver-symptoms-card li{
    font-size:12px;
    line-height:1.5;
  }

  .rh-liver-card-note{
    font-size:11px;
    padding:12px;
  }

  .rh-liver-symptoms-disclaimer{
    font-size:13px;
    padding:18px;
  }

}

/* ==============================
 RH LIVER SYMPTOMS & RISK FACTORS CSS END
============================== */

/* Card Images */

.rh-liver-symptoms-image{
  margin-bottom:20px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
}

.rh-liver-symptoms-image img{
  display:block;
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:18px;
  transition:transform .4s ease;
}

.rh-liver-symptoms-card:hover .rh-liver-symptoms-image img{
  transform:scale(1.04);
}

@media(max-width:480px){

  .rh-liver-symptoms-image{
    margin-bottom:14px;
  }

  .rh-liver-symptoms-image img{
    height:120px;
    border-radius:14px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1d7b6a *//* ==============================
 RH LIVER DISEASE PROGRESSION CSS START
============================== */

.rh-liver-progression-section {
  position: relative;
  padding: 96px 22px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  background:
    linear-gradient(
      135deg,
      rgba(8, 36, 58, 0.90),
      rgba(11, 95, 89, 0.76)
    ),
    url('https://www.liverstudies.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-4-2026-11_12_44-AM.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Extra dark overlay for text readability */
.rh-liver-progression-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at top left, rgba(244, 185, 66, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(8, 36, 58, 0.18), rgba(8, 36, 58, 0.34));
  pointer-events: none;
}

/* Decorative glow */
.rh-liver-progression-section::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -140px;
  z-index: 1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(244, 185, 66, 0.12);
  pointer-events: none;
}

.rh-liver-progression-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */
.rh-liver-progression-header {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.rh-liver-progression-header .rh-liver-section-badge {
  background: rgba(255, 255, 255, 0.10);
  color: var(--rh-liver-amber);
  border-color: rgba(244, 185, 66, 0.28);
  box-shadow: none;
}

.rh-liver-progression-header h2 {
  margin: 0;
  color: var(--rh-liver-white);
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -1.2px;
}

.rh-liver-progression-header p {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.82;
  font-weight: 400;
}

/* Desktop Flow */
.rh-liver-progression-flow {
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr 42px 1fr;
  align-items: stretch;
}

/* Cards */
.rh-liver-progression-card {
  position: relative;
  min-height: 245px;
  padding: 26px 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(234, 247, 243, 0.18);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.rh-liver-progression-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(244, 185, 66, 0.34);
}

.rh-liver-progression-highlight {
  background: rgba(244, 185, 66, 0.15);
  border-color: rgba(244, 185, 66, 0.38);
}

.rh-liver-progression-final {
  background: rgba(234, 247, 243, 0.15);
  border-color: rgba(234, 247, 243, 0.28);
}

/* Number */
.rh-liver-progression-number {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: var(--rh-liver-navy);
  background: var(--rh-liver-amber);
  box-shadow: 0 12px 24px rgba(244, 185, 66, 0.20);
  font-size: 14px;
  font-weight: 800;
}

.rh-liver-progression-card h3 {
  margin: 0;
  color: var(--rh-liver-white);
  font-size: 19px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.rh-liver-progression-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13.5px;
  line-height: 1.75;
  font-weight: 400;
}

/* Arrows */
.rh-liver-progression-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rh-liver-progression-arrow span {
  position: relative;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: rgba(244, 185, 66, 0.82);
}

.rh-liver-progression-arrow span::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid rgba(244, 185, 66, 0.95);
  border-right: 2px solid rgba(244, 185, 66, 0.95);
  transform: translateY(-50%) rotate(45deg);
}

/* Note */
.rh-liver-progression-note {
  max-width: 940px;
  margin: 38px auto 0;
  padding: 20px 24px;
  border-radius: 22px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(234, 247, 243, 0.18);
  border-left: 5px solid var(--rh-liver-amber);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  text-align: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.rh-liver-progression-note strong {
  color: var(--rh-liver-white);
  font-weight: 800;
}

/* Tablet / Small Desktop */
@media (max-width: 1180px) {
  .rh-liver-progression-flow {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 720px;
    margin: 0 auto;
  }

  .rh-liver-progression-card {
    min-height: auto;
  }

  .rh-liver-progression-arrow {
    height: 30px;
  }

  .rh-liver-progression-arrow span {
    width: 2px;
    height: 28px;
  }

  .rh-liver-progression-arrow span::after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }
}

/* Mobile Grid View */
@media (max-width: 768px) {
  .rh-liver-progression-section {
    padding: 66px 18px;
    background-position: center top;
  }

  .rh-liver-progression-header {
    margin-bottom: 38px;
  }

  .rh-liver-progression-header h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }

  .rh-liver-progression-header p {
    font-size: 15px;
    line-height: 1.75;
  }

  /* Cards as grid on mobile */
  .rh-liver-progression-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 100%;
  }

  /* Hide arrows in mobile grid */
  .rh-liver-progression-arrow {
    display: none;
  }

  .rh-liver-progression-card {
    min-height: auto;
    padding: 20px 16px;
    border-radius: 22px;
    text-align: center;
  }

  .rh-liver-progression-card:hover {
    transform: none;
  }

  .rh-liver-progression-number {
    width: 42px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 12px;
  }

  .rh-liver-progression-card h3 {
    font-size: 17px;
    line-height: 1.28;
  }

  .rh-liver-progression-card p {
    font-size: 12.5px;
    line-height: 1.65;
  }

  /* Last card full width for balanced 5-card layout */
  .rh-liver-progression-card:last-child {
    grid-column: 1 / -1;
  }

  .rh-liver-progression-note {
    padding: 18px 20px;
    font-size: 13px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .rh-liver-progression-section {
    padding: 56px 14px;
  }

  .rh-liver-progression-header h2 {
    font-size: 28px;
  }

  .rh-liver-progression-header p {
    font-size: 14px;
  }

  .rh-liver-progression-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .rh-liver-progression-card {
    padding: 18px 12px;
    border-radius: 20px;
  }

  .rh-liver-progression-number {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 11px;
    margin-bottom: 12px;
  }

  .rh-liver-progression-card h3 {
    font-size: 15.5px;
  }

  .rh-liver-progression-card p {
    font-size: 12px;
    line-height: 1.6;
  }

  .rh-liver-progression-note {
    padding: 16px 18px;
    font-size: 12.5px;
  }
}

/* ==============================
 RH LIVER DISEASE PROGRESSION CSS END
============================== *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e5359c */```css
/* ==============================
RH LIVER ELIGIBILITY CSS START
============================== */

.rh-liver-eligibility-section{
  position:relative;
  padding:96px 22px;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
  background:
    radial-gradient(circle at top left, rgba(244,185,66,.14), transparent 34%),
    radial-gradient(circle at bottom right, rgba(15,118,110,.12), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f7fbfa 100%);
}

.rh-liver-eligibility-section::before{
  content:"";
  position:absolute;
  right:-220px;
  top:60px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(234,247,243,.85);
  pointer-events:none;
}

.rh-liver-eligibility-section::after{
  content:"";
  position:absolute;
  left:-140px;
  bottom:40px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:rgba(8,36,58,.05);
  pointer-events:none;
}

.rh-liver-eligibility-container{
  position:relative;
  z-index:2;
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:0.95fr 1.05fr;
  gap:42px;
  align-items:center;
}

/* Left Side */

.rh-liver-eligibility-content{
  max-width:620px;
}

.rh-liver-eligibility-content h2{
  margin:0;
  color:var(--rh-liver-navy);
  font-size:clamp(32px,3.4vw,48px);
  line-height:1.14;
  font-weight:800;
  letter-spacing:-1.2px;
}

.rh-liver-eligibility-content p{
  margin:18px 0 0;
  color:var(--rh-liver-text);
  font-size:16px;
  line-height:1.85;
}

/* Steps */

.rh-liver-eligibility-points{
  margin-top:30px;
  display:grid;
  gap:14px;
}

.rh-liver-eligibility-points > div{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(234,247,243,.75);
  border:1px solid rgba(15,118,110,.10);
}

.rh-liver-eligibility-points span{
  flex-shrink:0;
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:var(--rh-liver-amber);
  color:var(--rh-liver-navy);
  font-size:13px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(244,185,66,.20);
}

.rh-liver-eligibility-points p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  font-weight:600;
}

/* Disclaimer */

.rh-liver-eligibility-disclaimer{
  margin-top:24px;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(255,255,255,.88);
  border-left:4px solid var(--rh-liver-amber);
  border:1px solid rgba(15,118,110,.10);
  color:var(--rh-liver-text);
  font-size:14px;
  line-height:1.75;
  box-shadow:0 14px 34px rgba(8,36,58,.06);
}

/* Form Box */

.rh-liver-form-box{
  position:relative;
  padding:36px;
  border-radius:32px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(15,118,110,.14);
  box-shadow:0 24px 60px rgba(8,36,58,.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.rh-liver-form-box::before{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:24px;
  border:1px solid rgba(244,185,66,.16);
  pointer-events:none;
}

.rh-liver-form-box h3{
  margin:0;
  color:var(--rh-liver-navy);
  font-size:28px;
  font-weight:800;
  line-height:1.2;
}

.rh-liver-form-box > p{
  margin:12px 0 24px;
  color:var(--rh-liver-muted);
  font-size:15px;
  line-height:1.8;
}

.rh-liver-cf7-shortcode{
  position:relative;
  z-index:2;
}

/* CF7 Fields */

.rh-liver-form-box input,
.rh-liver-form-box select,
.rh-liver-form-box textarea{
  width:100%;
  min-height:54px;
  padding:14px 18px;
  border-radius:14px;
  border:1px solid rgba(15,118,110,.14);
  background:#fff;
  color:var(--rh-liver-text);
  font-size:14px;
  box-sizing:border-box;
}

.rh-liver-form-box textarea{
  min-height:130px;
  resize:vertical;
}

.rh-liver-form-box input:focus,
.rh-liver-form-box select:focus,
.rh-liver-form-box textarea:focus{
  outline:none;
  border-color:var(--rh-liver-teal);
  box-shadow:0 0 0 4px rgba(15,118,110,.10);
}

/* Submit Button */

.rh-liver-form-box input[type="submit"],
.rh-liver-form-box button,
.rh-liver-form-box .wpcf7-submit{
  border:none;
  cursor:pointer;
  color:#fff;
  font-weight:800;
  min-height:54px;
  padding:0 28px;
  border-radius:999px;
  background:linear-gradient(
    135deg,
    var(--rh-liver-teal),
    var(--rh-liver-teal-dark)
  );
  box-shadow:0 14px 30px rgba(15,118,110,.25);
  transition:.25s;
}

.rh-liver-form-box input[type="submit"]:hover,
.rh-liver-form-box .wpcf7-submit:hover{
  transform:translateY(-2px);
}

/* Tablet */

@media (max-width:1024px){

  .rh-liver-eligibility-container{
    grid-template-columns:1fr;
  }

  .rh-liver-form-box{
    max-width:760px;
    margin:0 auto;
  }

  .rh-liver-eligibility-content{
    max-width:760px;
    margin:0 auto;
    text-align:center;
  }
}

/* Mobile */

@media (max-width:768px){

  .rh-liver-eligibility-section{
    padding:66px 18px;
  }

  /* FORM TOP */
  .rh-liver-form-box{
    order:-1;
    padding:24px;
    border-radius:26px;
  }

  .rh-liver-eligibility-container{
    gap:30px;
  }

  .rh-liver-eligibility-content h2{
    font-size:32px;
    letter-spacing:-0.8px;
  }

  .rh-liver-eligibility-content{
    text-align:center;
  }

  .rh-liver-eligibility-points > div{
    text-align:left;
  }
}

/* Small Mobile */

@media (max-width:480px){

  .rh-liver-eligibility-section{
    padding:56px 16px;
  }

  .rh-liver-form-box{
    padding:20px;
  }

  .rh-liver-eligibility-content h2{
    font-size:28px;
    line-height:1.18;
  }

  .rh-liver-eligibility-content p{
    font-size:14px;
  }

  .rh-liver-eligibility-points > div{
    flex-direction:column;
    text-align:center;
  }

  .rh-liver-eligibility-disclaimer{
    font-size:13px;
  }
}

/* ==============================
RH LIVER ELIGIBILITY CSS END
============================== */
```/* End custom CSS */