.elementor-2187 .elementor-element.elementor-element-f554779{--display:flex;--min-height:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2187 .elementor-element.elementor-element-f554779:not(.elementor-motion-effects-element-type-background), .elementor-2187 .elementor-element.elementor-element-f554779 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A4F7C;}.elementor-2187 .elementor-element.elementor-element-bf97c60{--display:flex;}.elementor-2187 .elementor-element.elementor-element-d00f271{--display:flex;}.elementor-2187 .elementor-element.elementor-element-5b222d5{--display:flex;}.elementor-2187 .elementor-element.elementor-element-a826cad{--display:flex;}.elementor-2187 .elementor-element.elementor-element-eedf99a{--display:flex;}.elementor-2187 .elementor-element.elementor-element-c0af0be{--display:flex;--min-height:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2187 .elementor-element.elementor-element-c0af0be:not(.elementor-motion-effects-element-type-background), .elementor-2187 .elementor-element.elementor-element-c0af0be > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A4F7C;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2187 .elementor-element.elementor-element-f554779{--min-height:10px;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2187 .elementor-element.elementor-element-c0af0be{--min-height:10px;--margin-top:-15px;--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-484c68e *//* ===============================
   BLOOD TESTS HUB (Premium)
   Origin Bloods
=============================== */

.ob-hub{
  background:#fff;
  padding:56px 0 88px;
  font-family:"Montserrat",sans-serif !important;
}

.ob-hub__wrap{
  width:min(1200px, calc(100% - 40px));
  margin:0 auto;
}

/* ===============================
   HEADER
=============================== */

.ob-hub__head{
  text-align:center;
  margin:0 0 34px;
}

.ob-hub__title{
  margin:0 0 12px;
  font-size:42px;
  font-weight:900;
  letter-spacing:-0.9px;
  color:#2A4F7C;
  line-height:1.05;
}

.ob-hub__title::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  border-radius:999px;
  background:#B3202D;
  margin:14px auto 0;
}

.ob-hub__intro{
  margin:18px auto 0;
  max-width:920px;
  color:rgba(16,24,40,0.78);
  font-size:15px;
  line-height:1.85;
}

.ob-hub__intro p{
  margin:0 0 14px;
}

.ob-hub__intro p:last-child{
  margin-bottom:0;
}

/* ===============================
   SECTION TITLE
=============================== */

.ob-hub__sectiontitle{
  text-align:center;
  margin:34px 0 26px;
  font-size:26px;
  font-weight:850;
  color:#2A4F7C;
  letter-spacing:-0.3px;
  line-height:1.2;
}

.ob-hub__sectiontitle::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  border-radius:999px;
  background:#B3202D;
  margin:12px auto 0;
}

/* ===============================
   GRID
=============================== */

.ob-hub__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
  align-items:stretch;
}

/* ===============================
   CARD
=============================== */

.ob-hubcard{
  background:#fff;
  border-radius:22px;
  padding:26px 26px 22px;
  text-decoration:none;
  color:inherit;
  border:1px solid rgba(16,24,40,0.10);
  box-shadow:0 10px 26px rgba(16,24,40,0.06);
  display:flex;
  flex-direction:column;
  gap:12px;
  transition:
    transform .22s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.ob-hubcard:hover{
  transform:translateY(-6px);
  border-color:rgba(179,32,45,0.20);
  box-shadow:
    0 20px 44px rgba(16,24,40,0.14),
    0 0 0 1px rgba(179,32,45,0.10),
    0 0 18px rgba(179,32,45,0.22),
    0 0 44px rgba(179,32,45,0.16),
    0 0 80px rgba(179,32,45,0.10);
}

/* ===============================
   CARD TOP
=============================== */

.ob-hubcard__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.ob-hubcard__title{
  margin:0;
  font-size:18px;
  font-weight:900;
  letter-spacing:-0.2px;
  color:#2A4F7C;
  line-height:1.2;
}

.ob-hubcard__chip{
  flex:0 0 auto;
  font-size:12px;
  font-weight:800;
  color:#B3202D;
  background:rgba(179,32,45,0.08);
  border:1px solid rgba(179,32,45,0.16);
  border-radius:14px;
  padding:7px 10px;
  line-height:1;
  white-space:nowrap;
}

/* ===============================
   CARD BODY
=============================== */

.ob-hubcard__desc{
  margin:0;
  font-size:14px;
  line-height:1.75;
  color:rgba(16,24,40,0.78);
}

.ob-hubcard__cta{
  margin-top:6px;
  font-size:13px;
  font-weight:850;
  color:#B3202D;
  display:flex;
  align-items:center;
  gap:8px;
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width:900px){
  .ob-hub__grid{
    grid-template-columns:1fr;
  }

  .ob-hub__title{
    font-size:34px;
  }

  .ob-hub__sectiontitle{
    font-size:24px;
  }
}

@media (max-width:680px){
  .ob-hub{
    padding:44px 0 70px;
  }

  .ob-hub__title{
    font-size:30px;
  }

  .ob-hub__sectiontitle{
    font-size:22px;
    margin:26px 0 18px;
  }

  .ob-hub__intro{
    font-size:14px;
    line-height:1.8;
  }

  .ob-hubcard{
    padding:22px 18px 18px;
    border-radius:18px;
  }

  .ob-hubcard__top{
    flex-direction:column;
    gap:10px;
  }

  .ob-hubcard__chip{
    align-self:flex-start;
  }

  .ob-hubcard__desc{
    font-size:14px;
    line-height:1.7;
  }
}

/* ===============================
   REDUCED MOTION
=============================== */

@media (prefers-reduced-motion: reduce){
  .ob-hubcard{
    transition:none !important;
  }

  .ob-hubcard:hover{
    transform:none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-817ad10 *//* ===============================
   HOW IT WORKS SECTION (Premium)
   Matches your branded info cards
   =============================== */

.ob-process{
  background:#fff;
  padding:70px 0 60px;
  font-family:"Montserrat",sans-serif !important;
}

.ob-process__wrap{
  width:min(1100px, calc(100% - 40px));
  margin:0 auto;
}

/* Main Card */
.ob-process__block{
  background:#fff;
  border-radius:22px;
  padding:38px 36px;

  border:1px solid rgba(16,24,40,0.08);

  box-shadow:0 14px 34px rgba(16,24,40,0.06);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.ob-process__block:hover{
  transform:translateY(-4px);
  border-color:rgba(179,32,45,0.20);

  box-shadow:
    0 20px 44px rgba(16,24,40,0.14),
    0 0 0 1px rgba(179,32,45,0.10),
    0 0 18px rgba(179,32,45,0.22),
    0 0 44px rgba(179,32,45,0.16),
    0 0 80px rgba(179,32,45,0.10);
}

/* Heading */
.ob-process__heading{
  text-align:center;
  font-size:28px;
  font-weight:850;
  margin:0 0 22px;
  color:#2A4F7C;
  letter-spacing:-0.3px;
}

.ob-process__heading::after{
  content:"";
  display:block;
  width:70px;
  height:3px;
  background:#B3202D;
  border-radius:999px;
  margin:12px auto 0;
}

/* Intro text */
.ob-process__content p{
  font-size:15px;
  line-height:1.8;
  color:rgba(16,24,40,0.80);
  margin:0 0 18px;
}

/* Steps */
.ob-process__steps{
  margin-top:22px;
  display:grid;
  gap:20px;
}

.ob-process__step{
  display:flex;
  gap:18px;
  align-items:flex-start;
}

.ob-process__number{
  flex:0 0 auto;
  width:36px;
  height:36px;
  border-radius:12px;

  background:#B3202D;
  color:#fff;

  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ob-process__stephead{
  margin:0 0 6px;
  font-size:16px;
  font-weight:850;
  color:#2A4F7C;
  letter-spacing:-0.1px;
}

.ob-process__steptxt{
  margin:0;
  font-size:14px;
  line-height:1.75;
  color:rgba(16,24,40,0.78);
}

/* Premium email link */
.ob-process__link{
  color:#B3202D;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(179,32,45,0.35);
  transition:opacity .18s ease, border-color .18s ease;
}

.ob-process__link:hover{
  opacity:.9;
  border-bottom-color:rgba(179,32,45,0.65);
}

/* Notice box */
.ob-process__notice{
  margin-top:26px;
  padding:16px 18px;

  background:rgba(179,32,45,0.06);
  border:1px solid rgba(179,32,45,0.20);
  border-radius:14px;

  font-size:14px;
  line-height:1.7;
  color:#101828;
}

/* Responsive */
@media (max-width:700px){

  .ob-process{
    padding:50px 0 44px;
  }

  .ob-process__block{
    padding:26px 20px;
    border-radius:18px;
  }

  .ob-process__heading{
    font-size:22px;
  }

  .ob-process__step{
    flex-direction:column;
    gap:10px;
  }

  .ob-process__number{
    width:32px;
    height:32px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .ob-process__block{
    transition:none !important;
  }
  .ob-process__block:hover{
    transform:none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8365618 *//* ===============================
   BLOOD TESTS HUB: SUPPORTING SEO BLOCKS
   Premium clean rebuild
=============================== */

.ob-hubseo{
  background:#fff;
  padding:60px 0 80px;
  font-family:"Montserrat",sans-serif !important;
}

.ob-hubseo__wrap{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
  display:grid;
  gap:34px;
}

/* ===============================
   MAIN BLOCK
=============================== */

.ob-hubseo__block{
  background:#fff;
  border-radius:24px;
  padding:36px 36px 32px;
  border:1px solid rgba(16,24,40,0.08);
  box-shadow:0 14px 34px rgba(16,24,40,0.06);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.ob-hubseo__block:hover{
  transform:translateY(-4px);
  border-color:rgba(179,32,45,0.18);
  box-shadow:
    0 20px 44px rgba(16,24,40,0.12),
    0 0 24px rgba(179,32,45,0.08);
}

/* ===============================
   HEADINGS
=============================== */

.ob-hubseo__head{
  text-align:center;
  margin:0 0 20px;
}

.ob-hubseo__heading{
  margin:0;
  font-size:26px;
  font-weight:850;
  letter-spacing:-0.35px;
  line-height:1.18;
  color:#2A4F7C;
}

.ob-hubseo__heading::after{
  content:"";
  display:block;
  width:66px;
  height:3px;
  border-radius:999px;
  background:#B3202D;
  margin:12px auto 0;
}

/* ===============================
   BODY COPY
=============================== */

.ob-hubseo__content p{
  margin:0 0 16px;
  font-size:15px;
  line-height:1.85;
  color:rgba(16,24,40,0.80);
}

.ob-hubseo__content p:last-of-type{
  margin-bottom:0;
}

.ob-hubseo__content strong{
  font-weight:800;
  color:#101828;
}

/* ===============================
   FEATURE GRID
=============================== */

.ob-hubseo__features{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.ob-hubseo__feature{
  background:linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  border:1px solid rgba(16,24,40,0.08);
  border-radius:18px;
  padding:18px 18px 16px;
  box-shadow:0 8px 20px rgba(16,24,40,0.04);
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.ob-hubseo__feature:hover{
  transform:translateY(-4px);
  border-color:rgba(179,32,45,0.14);
  box-shadow:
    0 12px 26px rgba(16,24,40,0.08),
    0 0 14px rgba(179,32,45,0.05);
  background:linear-gradient(180deg, #ffffff 0%, #fcfbfb 100%);
}

/* ===============================
   FEATURE TITLE
=============================== */

.ob-hubseo__featuretitle{
  position:relative;
  margin:0 0 10px;
  padding-bottom:8px;
  font-size:16px;
  font-weight:850;
  letter-spacing:-0.15px;
  line-height:1.3;
  color:#2A4F7C;
}

.ob-hubseo__featuretitle::after{
  content:"";
  display:block;
  width:26px;
  height:2px;
  border-radius:999px;
  background:#B3202D;
  margin-top:6px;
  transition:width .28s ease;
}

.ob-hubseo__feature:hover .ob-hubseo__featuretitle::after{
  width:46px;
}

.ob-hubseo__featuretext{
  margin:0;
  font-size:14px;
  line-height:1.75;
  color:rgba(16,24,40,0.77);
}

/* ===============================
   PILLS
=============================== */

.ob-hubseo__pills{
  margin-top:20px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}

.ob-hubseo__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(179,32,45,0.16);
  background:rgba(179,32,45,0.06);
  color:#B3202D;
  font-size:12px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
  transition:
    border-color .18s ease,
    background .18s ease,
    transform .18s ease;
}

.ob-hubseo__pill:hover{
  background:rgba(179,32,45,0.09);
  border-color:rgba(179,32,45,0.24);
  transform:translateY(-1px);
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width:900px){
  .ob-hubseo__features{
    grid-template-columns:1fr;
  }

  .ob-hubseo__heading{
    font-size:24px;
  }
}

@media (max-width:700px){
  .ob-hubseo{
    padding:44px 0 60px;
  }

  .ob-hubseo__block{
    padding:26px 20px;
    border-radius:18px;
  }

  .ob-hubseo__head{
    margin-bottom:16px;
  }

  .ob-hubseo__heading{
    font-size:22px;
    line-height:1.22;
  }

  .ob-hubseo__content p{
    font-size:14px;
    line-height:1.8;
  }

  .ob-hubseo__features{
    margin-top:20px;
    gap:14px;
  }

  .ob-hubseo__feature{
    padding:16px 16px 14px;
    border-radius:16px;
  }

  .ob-hubseo__featuretitle{
    font-size:15px;
    margin-bottom:9px;
    padding-bottom:7px;
  }

  .ob-hubseo__featuretitle::after{
    width:24px;
    margin-top:5px;
  }

  .ob-hubseo__feature:hover .ob-hubseo__featuretitle::after{
    width:40px;
  }

  .ob-hubseo__featuretext{
    font-size:14px;
    line-height:1.7;
  }

  .ob-hubseo__pills{
    justify-content:flex-start;
  }
}

/* ===============================
   REDUCED MOTION
=============================== */

@media (prefers-reduced-motion: reduce){
  .ob-hubseo__block,
  .ob-hubseo__feature,
  .ob-hubseo__featuretitle::after,
  .ob-hubseo__pill{
    transition:none !important;
  }

  .ob-hubseo__block:hover,
  .ob-hubseo__feature:hover,
  .ob-hubseo__pill:hover{
    transform:none !important;
  }

  .ob-hubseo__feature:hover .ob-hubseo__featuretitle::after{
    width:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5afb2f7 *//* ===============================
   DOCTOR-REVIEWED RESULTS SECTION
   Origin Bloods
=============================== */

.ob-medreview{
  background:#fff;
  padding:64px 0 60px;
  font-family:"Montserrat",sans-serif !important;
  color:#101828;
}

.ob-medreview__wrap{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
}

/* Main outer card */
.ob-medreview__card{
  background:#fff;
  border-radius:22px;
  padding:38px 34px;
  border:1px solid rgba(16,24,40,0.08);
  box-shadow:0 14px 34px rgba(16,24,40,0.06);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.ob-medreview__card:hover{
  transform:translateY(-4px);
  border-color:rgba(179,32,45,0.16);
  box-shadow:
    0 20px 44px rgba(16,24,40,0.12),
    0 0 24px rgba(179,32,45,0.08);
}

/* Header */
.ob-medreview__head{
  text-align:center;
  max-width:860px;
  margin:0 auto 30px;
}

.ob-medreview__eyebrow{
  margin:0 0 10px;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#B3202D;
}

.ob-medreview__title{
  margin:0;
  font-size:36px;
  font-weight:850;
  letter-spacing:-0.6px;
  line-height:1.1;
  color:#2A4F7C;
}

.ob-medreview__title::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  border-radius:999px;
  background:#B3202D;
  margin:14px auto 0;
}

.ob-medreview__intro{
  margin:16px auto 0;
  font-size:15px;
  line-height:1.8;
  color:rgba(16,24,40,0.78);
}

/* Main aligned 2-column section */
.ob-medreview__main{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  gap:22px;
  align-items:stretch;
}

/* Left side */
.ob-medreview__copy{
  display:flex;
}

.ob-medreview__copyinner{
  width:100%;
  background:linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  border:1px solid rgba(16,24,40,0.08);
  border-radius:18px;
  padding:20px 20px 18px;
  box-shadow:0 8px 20px rgba(16,24,40,0.04);
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.ob-medreview__copyinner:hover{
  transform:translateY(-3px);
  border-color:rgba(179,32,45,0.14);
  box-shadow:
    0 12px 26px rgba(16,24,40,0.08),
    0 0 14px rgba(179,32,45,0.05);
  background:linear-gradient(180deg, #ffffff 0%, #fcfbfb 100%);
}

.ob-medreview__copytitle{
  position:relative;
  margin:0 0 14px;
  padding-bottom:8px;
  font-size:18px;
  font-weight:850;
  letter-spacing:-0.2px;
  line-height:1.25;
  color:#2A4F7C;
}

.ob-medreview__copytitle::after{
  content:"";
  display:block;
  width:30px;
  height:2px;
  border-radius:999px;
  background:#B3202D;
  margin-top:6px;
  transition:width .28s ease;
}

.ob-medreview__copyinner:hover .ob-medreview__copytitle::after{
  width:50px;
}

.ob-medreview__copyinner p{
  margin:0 0 16px;
  font-size:15px;
  line-height:1.85;
  color:rgba(16,24,40,0.80);
}

.ob-medreview__copyinner p:last-of-type{
  margin-bottom:0;
}

.ob-medreview__notice{
  margin-top:18px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(179,32,45,0.18);
  background:rgba(179,32,45,0.06);
  font-size:14px;
  line-height:1.75;
  color:rgba(16,24,40,0.86);
}

/* Right side */
.ob-medreview__points{
  display:grid;
  gap:16px;
}

.ob-medreview__point{
  background:linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  border:1px solid rgba(16,24,40,0.08);
  border-radius:18px;
  padding:18px 18px 16px;
  box-shadow:0 8px 20px rgba(16,24,40,0.04);
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.ob-medreview__point:hover{
  transform:translateY(-3px);
  border-color:rgba(179,32,45,0.14);
  box-shadow:
    0 12px 26px rgba(16,24,40,0.08),
    0 0 14px rgba(179,32,45,0.05);
  background:linear-gradient(180deg, #ffffff 0%, #fcfbfb 100%);
}

.ob-medreview__pointtitle{
  position:relative;
  margin:0 0 10px;
  padding-bottom:8px;
  font-size:16px;
  font-weight:850;
  letter-spacing:-0.15px;
  line-height:1.3;
  color:#2A4F7C;
}

.ob-medreview__pointtitle::after{
  content:"";
  display:block;
  width:26px;
  height:2px;
  border-radius:999px;
  background:#B3202D;
  margin-top:6px;
  transition:width .28s ease;
}

.ob-medreview__point:hover .ob-medreview__pointtitle::after{
  width:46px;
}

.ob-medreview__pointtext{
  margin:0;
  font-size:14px;
  line-height:1.75;
  color:rgba(16,24,40,0.77);
}

/* Team row */
.ob-medreview__teamblock{
  margin-top:28px;
}

.ob-medreview__teamtitle{
  margin:0 0 18px;
  text-align:center;
  font-size:22px;
  font-weight:850;
  letter-spacing:-0.2px;
  color:#2A4F7C;
}

.ob-medreview__teamtitle::after{
  content:"";
  display:block;
  width:56px;
  height:3px;
  border-radius:999px;
  background:#B3202D;
  margin:10px auto 0;
}

.ob-medreview__teamgrid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.ob-medreview__teamcard{
  background:#fff;
  border:1px solid rgba(16,24,40,0.10);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(16,24,40,0.06);
  transition:
    transform .22s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.ob-medreview__teamcard:hover{
  transform:translateY(-4px);
  border-color:rgba(179,32,45,0.18);
  box-shadow:
    0 18px 40px rgba(16,24,40,0.12),
    0 0 24px rgba(179,32,45,0.10);
}

.ob-medreview__media{
  margin:0;
  width:100%;
  aspect-ratio:4 / 5;
  overflow:hidden;
  background:#f6f7f9;
}

.ob-medreview__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 20%;
  display:block;
}

.ob-medreview__teambody{
  padding:14px 14px 16px;
  text-align:center;
}

.ob-medreview__name{
  margin:0;
  font-size:15px;
  font-weight:900;
  letter-spacing:-0.2px;
  color:#B3202D;
}

/* Responsive */
@media (max-width:980px){
  .ob-medreview__main{
    grid-template-columns:1fr;
  }

  .ob-medreview__teamgrid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:700px){
  .ob-medreview{
    padding:46px 0 40px;
  }

  .ob-medreview__card{
    padding:26px 20px;
    border-radius:18px;
  }

  .ob-medreview__title{
    font-size:30px;
  }

  .ob-medreview__intro,
  .ob-medreview__copyinner p{
    font-size:14px;
    line-height:1.78;
  }

  .ob-medreview__main{
    gap:18px;
  }

  .ob-medreview__copyinner{
    padding:18px 16px 16px;
    border-radius:16px;
  }

  .ob-medreview__copytitle{
    font-size:16px;
    margin-bottom:12px;
    padding-bottom:7px;
  }

  .ob-medreview__copytitle::after{
    width:26px;
  }

  .ob-medreview__copyinner:hover .ob-medreview__copytitle::after{
    width:42px;
  }

  .ob-medreview__points{
    gap:12px;
  }

  .ob-medreview__point{
    padding:16px 16px 14px;
    border-radius:16px;
  }

  .ob-medreview__pointtitle{
    font-size:15px;
    margin-bottom:9px;
    padding-bottom:7px;
  }

  .ob-medreview__pointtitle::after{
    width:24px;
  }

  .ob-medreview__point:hover .ob-medreview__pointtitle::after{
    width:40px;
  }

  .ob-medreview__teamtitle{
    font-size:20px;
  }

  .ob-medreview__teamgrid{
    grid-template-columns:1fr;
  }

  .ob-medreview__teamcard{
    border-radius:16px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .ob-medreview__card,
  .ob-medreview__copyinner,
  .ob-medreview__copytitle::after,
  .ob-medreview__point,
  .ob-medreview__pointtitle::after,
  .ob-medreview__teamcard{
    transition:none !important;
  }

  .ob-medreview__card:hover,
  .ob-medreview__copyinner:hover,
  .ob-medreview__point:hover,
  .ob-medreview__teamcard:hover{
    transform:none !important;
  }

  .ob-medreview__copyinner:hover .ob-medreview__copytitle::after{
    width:30px;
  }

  .ob-medreview__point:hover .ob-medreview__pointtitle::after{
    width:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63e1ec1 *//* ===============================
   FAQ SECTION (Premium)
   Origin Bloods
=============================== */

.ob-faq{
  background:#fff;
  padding:64px 0 56px;
  font-family:"Montserrat",sans-serif !important;
}

.ob-faq__wrap{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
}

.ob-faq__card{
  background:#fff;
  border-radius:22px;
  padding:38px 34px;
  border:1px solid rgba(16,24,40,0.08);
  box-shadow:0 14px 34px rgba(16,24,40,0.06);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.ob-faq__card:hover{
  transform:translateY(-4px);
  border-color:rgba(179,32,45,0.16);
  box-shadow:
    0 20px 44px rgba(16,24,40,0.12),
    0 0 24px rgba(179,32,45,0.10);
}

/* Header */
.ob-faq__head{
  text-align:center;
  max-width:860px;
  margin:0 auto 30px;
}

.ob-faq__eyebrow{
  margin:0 0 10px;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#B3202D;
}

.ob-faq__title{
  margin:0;
  font-size:38px;
  font-weight:850;
  letter-spacing:-0.6px;
  line-height:1.1;
  color:#2A4F7C;
}

.ob-faq__title::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  border-radius:999px;
  background:#B3202D;
  margin:14px auto 0;
}

.ob-faq__intro{
  margin:16px auto 0;
  font-size:15px;
  line-height:1.8;
  color:rgba(16,24,40,0.78);
}

/* Grid */
.ob-faq__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
  align-items:start;
}

/* Item */
.ob-faq__item{
  background:#fff;
  border:1px solid rgba(16,24,40,0.08);
  border-radius:18px;
  box-shadow:0 8px 20px rgba(16,24,40,0.04);
  overflow:hidden;
  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.ob-faq__item:hover{
  border-color:rgba(179,32,45,0.16);
  box-shadow:
    0 12px 26px rgba(16,24,40,0.08),
    0 0 18px rgba(179,32,45,0.06);
}

.ob-faq__item[open]{
  border-color:rgba(179,32,45,0.18);
  box-shadow:
    0 14px 28px rgba(16,24,40,0.08),
    0 0 18px rgba(179,32,45,0.07);
}

/* Question */
.ob-faq__question{
  list-style:none;
  cursor:pointer;
  position:relative;
  display:flex;
  align-items:center;
  min-height:86px;
  padding:20px 58px 20px 22px;
  font-size:16px;
  font-weight:800;
  line-height:1.45;
  color:#2A4F7C;
  user-select:none;
}

.ob-faq__question::-webkit-details-marker{
  display:none;
}

.ob-faq__question::before,
.ob-faq__question::after{
  content:"";
  position:absolute;
  right:22px;
  top:50%;
  width:14px;
  height:2px;
  background:#B3202D;
  border-radius:999px;
  transform:translateY(-50%);
  transition:transform .2s ease, opacity .2s ease;
}

.ob-faq__question::after{
  transform:translateY(-50%) rotate(90deg);
}

.ob-faq__item[open] .ob-faq__question::after{
  opacity:0;
  transform:translateY(-50%) rotate(90deg) scaleX(.5);
}

/* Answer */
.ob-faq__answer{
  padding:0 22px 22px;
  border-top:1px solid rgba(16,24,40,0.06);
}

.ob-faq__answer p{
  margin:16px 0 0;
  font-size:14px;
  line-height:1.8;
  color:rgba(16,24,40,0.80);
}

.ob-faq__answer a{
  color:#B3202D;
  font-weight:750;
  text-decoration:none;
  border-bottom:1px solid rgba(179,32,45,0.35);
  transition:opacity .18s ease, border-color .18s ease;
}

.ob-faq__answer a:hover{
  opacity:.9;
  border-bottom-color:rgba(179,32,45,0.65);
}

/* Responsive */
@media (max-width:900px){
  .ob-faq__grid{
    grid-template-columns:1fr;
  }

  .ob-faq__question{
    min-height:78px;
  }
}

@media (max-width:680px){
  .ob-faq{
    padding:46px 0 40px;
  }

  .ob-faq__card{
    padding:26px 20px;
    border-radius:18px;
  }

  .ob-faq__title{
    font-size:30px;
  }

  .ob-faq__intro{
    font-size:14px;
    line-height:1.75;
  }

  .ob-faq__grid{
    gap:14px;
  }

  .ob-faq__question{
    min-height:72px;
    padding:18px 48px 18px 16px;
    font-size:15px;
    line-height:1.45;
  }

  .ob-faq__question::before,
  .ob-faq__question::after{
    right:16px;
  }

  .ob-faq__answer{
    padding:0 16px 18px;
  }

  .ob-faq__answer p{
    margin-top:14px;
    font-size:14px;
    line-height:1.75;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .ob-faq__card,
  .ob-faq__item,
  .ob-faq__question::before,
  .ob-faq__question::after{
    transition:none !important;
  }
}/* End custom CSS */