.elementor-3779 .elementor-element.elementor-element-c15636a{--display:flex;--min-height:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3779 .elementor-element.elementor-element-c15636a:not(.elementor-motion-effects-element-type-background), .elementor-3779 .elementor-element.elementor-element-c15636a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A4F7C;}.elementor-3779 .elementor-element.elementor-element-f25c1db{--display:flex;}.elementor-3779 .elementor-element.elementor-element-f45ec3e{--display:flex;--min-height:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3779 .elementor-element.elementor-element-f45ec3e:not(.elementor-motion-effects-element-type-background), .elementor-3779 .elementor-element.elementor-element-f45ec3e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A4F7C;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-3779 .elementor-element.elementor-element-c15636a{--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-3779 .elementor-element.elementor-element-f45ec3e{--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-197afc7 *//* ===============================
   THERAPEUTIC VENESECTION PAGE
   Origin Bloods Style
================================ */

.ob-ven-page{
  background:#fff;
  font-family:"Montserrat",sans-serif !important;
  color:#2A4F7C;
}

/* HERO */

.ob-ven-hero{
  padding:72px 0 64px;
  background:
    radial-gradient(circle at top right, rgba(179,32,45,.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, rgba(42,79,124,.025) 100%);
}

.ob-ven-hero__inner{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:54px;
  align-items:center;
}

.ob-ven-hero__eyebrow,
.ob-ven-location__eyebrow{
  margin:0 0 14px;
  color:#B3202D !important;
  font-size:13px;
  font-weight:850;
  letter-spacing:.3px;
  text-transform:uppercase;
}

.ob-ven-hero h1{
  margin:0;
  color:#2A4F7C;
  font-size:54px;
  font-weight:950;
  line-height:1.02;
  letter-spacing:-1.4px;
}

.ob-ven-hero h1::after{
  content:"";
  display:block;
  width:84px;
  height:4px;
  margin-top:18px;
  border-radius:999px;
  background:#B3202D;
}

.ob-ven-hero__intro{
  margin:22px 0 0;
  max-width:700px;
  color:rgba(16,24,40,.78);
  font-size:16px;
  line-height:1.85;
}

.ob-ven-hero__details{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.ob-ven-hero__details span{
  padding:9px 13px;
  border-radius:999px;
  background:rgba(179,32,45,.07);
  border:1px solid rgba(179,32,45,.15);
  color:#B3202D;
  font-size:12px;
  font-weight:850;
  line-height:1;
}

.ob-ven-hero__image img,
.ob-ven-image-block img,
.ob-ven-clinic-image img{
  width:100%;
  display:block;
  object-fit:cover;
  border-radius:24px;
  box-shadow:
    0 22px 55px rgba(16,24,40,.13),
    0 0 0 1px rgba(16,24,40,.06);
}

.ob-ven-hero__image img{
  aspect-ratio:4 / 3;
}

/* BUTTONS */

.ob-ven-button{
  margin-top:28px;
  width:190px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:14px;
  background:#B3202D;
  color:#fff !important;
  font-size:15px;
  font-weight:850;
  letter-spacing:.2px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
  transition:
    background .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.ob-ven-button:hover{
  background:#2A4F7C;
  color:#fff !important;
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(42,79,124,.25);
}

.ob-ven-button:visited,
.ob-ven-button:active,
.ob-ven-button:focus{
  color:#fff !important;
}

/* CONTENT SECTIONS */

.ob-ven-section{
  padding:64px 0;
  background:#fff;
}

.ob-ven-section--soft{
  background:linear-gradient(180deg, rgba(42,79,124,.025) 0%, rgba(179,32,45,.025) 100%);
}

.ob-ven-section__inner{
  width:min(1060px, calc(100% - 40px));
  margin:0 auto;
}

.ob-ven-section h2,
.ob-ven-location h2,
.ob-ven-faq h2{
  margin:0;
  color:#2A4F7C;
  font-size:38px;
  font-weight:950;
  line-height:1.1;
  letter-spacing:-.8px;
}

.ob-ven-section h2::after,
.ob-ven-location h2::after,
.ob-ven-faq h2::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  margin-top:14px;
  border-radius:999px;
  background:#B3202D;
}

.ob-ven-section p{
  margin:20px 0 0;
  color:rgba(16,24,40,.78);
  font-size:15px;
  line-height:1.9;
}

/* IMAGE BLOCKS */

.ob-ven-image-block{
  margin-top:34px;
}

.ob-ven-image-block img{
  max-height:520px;
}

.ob-ven-clinic-image{
  padding:58px 0 60px;
  background:#fff;
}

.ob-ven-clinic-image__inner{
  width:min(1060px, calc(100% - 40px));
  margin:0 auto;
}

.ob-ven-clinic-image img{
  max-height:560px;
  border-radius:24px;
  box-shadow:
    0 25px 60px rgba(16,24,40,.12),
    0 0 0 1px rgba(16,24,40,.05);
}

/* INFO CARDS */

.ob-ven-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
  margin-top:30px;
}

.ob-ven-info-card,
.ob-ven-check{
  background:#fff;
  border:1px solid rgba(16,24,40,.09);
  border-radius:20px;
  padding:26px 24px;
  box-shadow:0 12px 30px rgba(16,24,40,.055);
}

.ob-ven-info-card h3,
.ob-ven-check h3{
  margin:0;
  color:#2A4F7C;
  font-size:20px;
  font-weight:900;
  line-height:1.2;
}

.ob-ven-info-card h3::after,
.ob-ven-check h3::after{
  content:"";
  display:block;
  width:44px;
  height:3px;
  margin-top:12px;
  border-radius:999px;
  background:#B3202D;
}

.ob-ven-info-card p,
.ob-ven-check p{
  margin:14px 0 0;
  color:rgba(16,24,40,.76);
  font-size:14px;
  line-height:1.85;
}

/* NOTE */

.ob-ven-note{
  margin-top:28px;
  padding:22px 24px;
  border-left:5px solid #B3202D;
  border-radius:18px;
  background:rgba(179,32,45,.055);
  color:rgba(16,24,40,.78);
  font-size:15px;
  line-height:1.8;
}

.ob-ven-note strong{
  color:#2A4F7C;
  font-weight:900;
}

/* CHECKLIST */

.ob-ven-checklist{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
  margin-top:30px;
}

/* LOCATION CTA */

.ob-ven-location{
  padding:30px 0 70px;
  background:
    radial-gradient(circle at top right, rgba(179,32,45,.09), transparent 34%),
    linear-gradient(135deg, #fff 0%, rgba(42,79,124,.035) 100%);
}

.ob-ven-location__inner{
  width:min(1060px, calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 280px;
  gap:42px;
  align-items:center;
  padding:40px 42px;
  background:#fff;
  border:1px solid rgba(16,24,40,.09);
  border-radius:24px;
  box-shadow:0 16px 42px rgba(16,24,40,.075);
}

.ob-ven-location p{
  margin:18px 0 0;
  color:rgba(16,24,40,.78);
  font-size:15px;
  line-height:1.85;
}

.ob-ven-location address{
  margin-top:22px;
  color:#2A4F7C;
  font-size:16px;
  font-style:normal;
  font-weight:750;
  line-height:1.7;
}

.ob-ven-location__price{
  text-align:right;
}

.ob-ven-location__price span{
  color:#B3202D;
  font-size:13px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.3px;
}

.ob-ven-location__price strong{
  display:block;
  margin-top:8px;
  color:#B3202D;
  font-size:58px;
  font-weight:950;
  line-height:1;
}

.ob-ven-location__price p{
  margin-top:8px;
  color:#2A4F7C;
  font-size:14px;
  font-weight:750;
}

.ob-ven-location__price .ob-ven-button{
  margin-left:auto;
}

/* MAP */

.ob-ven-map{
  width:min(1060px, calc(100% - 40px));
  margin:22px auto 0;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 16px 42px rgba(16,24,40,.08);
}

.ob-ven-map iframe{
  width:100%;
  height:420px;
  border:0;
  display:block;
}

/* FAQ */

.ob-ven-faq{
  padding:64px 0 84px;
  background:#fff;
}

.ob-ven-faq details{
  margin-top:16px;
  border:1px solid rgba(16,24,40,.09);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 26px rgba(16,24,40,.045);
  overflow:hidden;
}

.ob-ven-faq details:first-of-type{
  margin-top:30px;
}

.ob-ven-faq summary{
  cursor:pointer;
  padding:20px 22px;
  color:#2A4F7C;
  font-size:16px;
  font-weight:900;
  list-style:none;
}

.ob-ven-faq summary::-webkit-details-marker{
  display:none;
}

.ob-ven-faq summary::after{
  content:"+";
  float:right;
  color:#B3202D;
  font-size:24px;
  line-height:1;
  font-weight:800;
}

.ob-ven-faq details[open] summary::after{
  content:"–";
}

.ob-ven-faq details p{
  margin:0;
  padding:0 22px 22px;
  color:rgba(16,24,40,.76);
  font-size:14px;
  line-height:1.85;
}

/* TABLET */

@media (max-width:980px){

  .ob-ven-hero{
    padding:56px 0 52px;
  }

  .ob-ven-hero__inner{
    grid-template-columns:1fr;
    gap:34px;
    text-align:center;
  }

  .ob-ven-hero__image{
    order:-1;
  }

  .ob-ven-hero h1{
    font-size:40px;
  }

  .ob-ven-hero h1::after{
    margin:16px auto 0;
  }

  .ob-ven-hero__intro{
    margin-left:auto;
    margin-right:auto;
  }

  .ob-ven-hero__details{
    justify-content:center;
  }

  .ob-ven-button{
    margin-left:auto;
    margin-right:auto;
  }

  .ob-ven-section h2,
  .ob-ven-location h2,
  .ob-ven-faq h2{
    text-align:center;
  }

  .ob-ven-section h2::after,
  .ob-ven-location h2::after,
  .ob-ven-faq h2::after{
    margin-left:auto;
    margin-right:auto;
  }

  .ob-ven-clinic-image{
    padding:48px 0 54px;
  }

  .ob-ven-location{
    padding:28px 0 64px;
  }

  .ob-ven-location__inner{
    grid-template-columns:1fr;
    text-align:center;
  }

  .ob-ven-location__price{
    text-align:center;
  }

  .ob-ven-location__price .ob-ven-button{
    margin-left:auto;
    margin-right:auto;
  }
}

/* MOBILE */

@media (max-width:620px){

  .ob-ven-hero{
    padding:38px 0 44px;
  }

  .ob-ven-hero__inner,
  .ob-ven-section__inner,
  .ob-ven-location__inner,
  .ob-ven-clinic-image__inner,
  .ob-ven-map{
    width:min(100% - 28px, 1100px);
  }

  .ob-ven-hero h1{
    font-size:32px;
    letter-spacing:-.7px;
  }

  .ob-ven-hero__intro,
  .ob-ven-section p,
  .ob-ven-location p{
    font-size:14px;
    line-height:1.8;
  }

  .ob-ven-hero__image img,
  .ob-ven-image-block img,
  .ob-ven-clinic-image img{
    border-radius:18px;
  }

  .ob-ven-section{
    padding:48px 0;
  }

  .ob-ven-section h2,
  .ob-ven-location h2,
  .ob-ven-faq h2{
    font-size:29px;
    letter-spacing:-.5px;
  }

  .ob-ven-image-block{
    margin-top:26px;
  }

  .ob-ven-clinic-image{
    padding:42px 0 46px;
  }

  .ob-ven-grid,
  .ob-ven-checklist{
    grid-template-columns:1fr;
    gap:14px;
  }

  .ob-ven-info-card,
  .ob-ven-check{
    padding:22px 20px;
    border-radius:18px;
  }

  .ob-ven-info-card h3,
  .ob-ven-check h3{
    font-size:18px;
  }

  .ob-ven-note{
    padding:20px;
    font-size:14px;
    border-radius:16px;
  }

  .ob-ven-location{
    padding:24px 0 52px;
  }

  .ob-ven-location__inner{
    padding:30px 22px;
    border-radius:20px;
  }

  .ob-ven-location address{
    font-size:15px;
  }

  .ob-ven-location__price strong{
    font-size:48px;
  }

  .ob-ven-button{
    width:100%;
    max-width:230px;
    height:52px;
  }

  .ob-ven-map{
    border-radius:18px;
  }

  .ob-ven-map iframe{
    height:320px;
  }

  .ob-ven-faq{
    padding:48px 0 64px;
  }

  .ob-ven-faq summary{
    padding:18px 18px;
    font-size:15px;
  }

  .ob-ven-faq details p{
    padding:0 18px 20px;
  }
}

/* SMALL MOBILE */

@media (max-width:380px){

  .ob-ven-hero__inner,
  .ob-ven-section__inner,
  .ob-ven-location__inner,
  .ob-ven-clinic-image__inner,
  .ob-ven-map{
    width:min(100% - 20px, 1100px);
  }

  .ob-ven-hero h1{
    font-size:29px;
  }

  .ob-ven-section h2,
  .ob-ven-location h2,
  .ob-ven-faq h2{
    font-size:26px;
  }

  .ob-ven-location__price strong{
    font-size:44px;
  }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion:reduce){

  .ob-ven-button{
    transition:none !important;
  }

  .ob-ven-button:hover{
    transform:none !important;
  }
}/* End custom CSS */