.elementor-2031 .elementor-element.elementor-element-a3e42d2{--display:flex;--min-height:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2031 .elementor-element.elementor-element-a3e42d2:not(.elementor-motion-effects-element-type-background), .elementor-2031 .elementor-element.elementor-element-a3e42d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A4F7C;}.elementor-2031 .elementor-element.elementor-element-a0145f0{--display:flex;}.elementor-2031 .elementor-element.elementor-element-0cf2c79{--display:flex;}.elementor-2031 .elementor-element.elementor-element-4f1d1ac{--display:flex;}.elementor-2031 .elementor-element.elementor-element-09c28f7{--display:flex;}.elementor-2031 .elementor-element.elementor-element-96c9018{--display:flex;}.elementor-2031 .elementor-element.elementor-element-3e5bb31{--display:flex;}.elementor-2031 .elementor-element.elementor-element-5f86df8{--display:flex;--min-height:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2031 .elementor-element.elementor-element-5f86df8:not(.elementor-motion-effects-element-type-background), .elementor-2031 .elementor-element.elementor-element-5f86df8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A4F7C;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2031 .elementor-element.elementor-element-a3e42d2{--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-2031 .elementor-element.elementor-element-5f86df8{--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-5ec54da *//* ===============================
   PAGE HERO (Category Pages)
   Updated to red + navy
=============================== */

.ob-hero{
  background:#fff;
  padding:44px 0 28px;
  font-family:"Montserrat", sans-serif !important;
  color:#101828;
}

.ob-hero__wrap{
  width:min(1100px, calc(100% - 40px));
  margin:0 auto;
}

/* ===============================
   HEADER
=============================== */

.ob-hero__head{
  text-align:center;
  margin:0 0 18px;
}

/* TITLE */

.ob-hero__title{
  margin:0 0 12px;
  font-size:42px;
  font-weight:900;
  letter-spacing:-0.8px;
  line-height:1.05;
  color:#B3202D;
}

/* NAVY ACCENT LINE */

.ob-hero__title::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  border-radius:999px;
  background:#2A4F7C;
  margin:14px auto 0;
}

/* ===============================
   INTRO TEXT
=============================== */

.ob-hero__intro{
  margin:18px auto 0;
  max-width:880px;
}

.ob-hero__intro p{
  margin:0 0 16px;
  font-size:15.5px;
  line-height:1.9;
  color:rgba(16,24,40,0.78);
}

.ob-hero__intro p:last-child{
  margin-bottom:0;
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width:980px){

  .ob-hero__title{
    font-size:34px;
  }

}

@media (max-width:620px){

  .ob-hero{
    padding:36px 0 20px;
  }

  .ob-hero__title{
    font-size:30px;
  }

  .ob-hero__intro p{
    font-size:14.5px;
    line-height:1.8;
  }

}

/* ===============================
   REDUCED MOTION
=============================== */

@media (prefers-reduced-motion: reduce){

  .ob-hero *{
    transition:none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7f2715 *//* ===============================
   WOMEN'S MOST POPULAR BLOOD TESTS
   Updated to red + navy
=============================== */

.ob-tests--women-popular{
  background:#fff;
  padding:44px 0 84px;
  font-family:"Montserrat",sans-serif !important;
  overflow-x:hidden;
}

.ob-tests--women-popular .ob-tests__wrap{
  width:min(1440px, calc(100% - 40px));
  margin:0 auto;
}

/* Heading */
.ob-tests--women-popular .ob-tests__heading{
  text-align:center;
  margin:0 0 26px;

  font-size:30px;
  font-weight:850;
  line-height:1.15;
  letter-spacing:-0.3px;
  color:#2A4F7C;
}

/* Underline */
.ob-tests--women-popular .ob-tests__heading::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  border-radius:999px;
  background:#B3202D;
  margin:14px auto 0;
}

/* Grid */
.ob-tests--women-popular .ob-tests__grid--two{
  display:grid;
  grid-template-columns:repeat(2, minmax(320px, 440px));
  justify-content:center;
  gap:28px;
  padding:10px;
}

/* Card */
.ob-tests--women-popular .ob-testcard{
  background:#fff;
  border-radius:22px;
  padding:24px 22px;

  display:flex;
  flex-direction:column;
  height:100%;

  border:1px solid rgba(16,24,40,0.10);

  box-shadow:0 10px 26px rgba(16,24,40,0.06);

  transition:
    transform .22s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

/* Hover glow */
.ob-tests--women-popular .ob-testcard: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 82px rgba(179,32,45,0.10);
}

/* Title */
.ob-tests--women-popular .ob-testcard__title{
  margin:0 0 12px;
  text-align:center;

  font-size:16px;
  font-weight:850;
  line-height:1.25;
  color:#B3202D;

  white-space:nowrap;
}

/* Description */
.ob-tests--women-popular .ob-testcard__desc{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.7;
  color:rgba(16,24,40,0.78);

  min-height:110px;
}

/* Meta */
.ob-tests--women-popular .ob-testcard__meta{
  list-style:none;
  padding:0;
  margin:0;

  display:grid;
  gap:8px;

  font-size:13px;
  color:rgba(16,24,40,0.70);
}

.ob-tests--women-popular .ob-testcard__meta li{
  display:flex;
  align-items:center;
  gap:10px;
}

.ob-tests--women-popular .ob-testcard__meta li::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#2A4F7C;
  box-shadow:0 0 0 3px rgba(42,79,124,0.12);
}

/* Footer */
.ob-tests--women-popular .ob-testcard__footer{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid rgba(16,24,40,0.08);

  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.ob-tests--women-popular .ob-testcard__price{
  font-size:20px;
  font-weight:900;
  color:#B3202D;
  text-align:center;
  letter-spacing:-0.2px;
}

/* Button */
.ob-tests--women-popular .ob-testcard__btn{
  width:100%;
  height:46px;

  border-radius:14px;
  background:#B3202D;
  color:#fff !important;
  text-decoration:none;

  font-weight:700;
  font-size:14px;

  display:flex;
  align-items:center;
  justify-content:center;

  box-shadow:inset 0 1px 0 rgba(255,255,255,0.20);

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    opacity .18s ease;
}

.ob-tests--women-popular .ob-testcard__btn:hover{
  transform:translateY(-2px);
  box-shadow:
    0 14px 28px rgba(16,24,40,0.16),
    inset 0 1px 0 rgba(255,255,255,0.20);
  opacity:.98;
}

/* Responsive */
@media (max-width:1200px){
  .ob-tests--women-popular .ob-testcard__title{
    white-space:normal;
  }
}

@media (max-width:900px){
  .ob-tests--women-popular .ob-tests__grid--two{
    grid-template-columns:1fr;
  }

  .ob-tests--women-popular .ob-testcard__desc{
    min-height:0;
  }
}

@media (max-width:680px){
  .ob-tests--women-popular{
    padding:36px 0 70px;
  }

  .ob-tests--women-popular .ob-tests__heading{
    font-size:24px;
  }

  .ob-tests--women-popular .ob-tests__grid--two{
    gap:16px;
    padding:6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b495d31 *//* =====================================
   GENERAL HEALTH BLOOD TESTS
   Updated to red + navy
===================================== */

.ob-tests--general{
  background:#fff;
  padding:44px 0 84px;
  font-family:"Montserrat",sans-serif !important;
}

.ob-tests--general .ob-tests__wrap{
  width:min(1440px, calc(100% - 40px));
  margin:0 auto;
}

/* =====================================
   SECTION HEADING
===================================== */

.ob-tests--general .ob-tests__heading{
  text-align:center;
  margin:0 0 30px;

  font-size:30px;
  font-weight:850;
  letter-spacing:-0.3px;
  color:#2A4F7C;
}

.ob-tests--general .ob-tests__heading::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  border-radius:999px;
  background:#B3202D;
  margin:14px auto 0;
}

/* =====================================
   GRID
===================================== */

.ob-tests--general .ob-tests__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

/* =====================================
   CARD
===================================== */

.ob-tests--general .ob-testcard{
  background:#fff;
  border-radius:22px;
  padding:24px 22px;

  display:flex;
  flex-direction:column;
  height:100%;

  border:1px solid rgba(16,24,40,.10);

  box-shadow:0 10px 26px rgba(16,24,40,.06);

  transition:
    transform .22s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

/* Hover glow */
.ob-tests--general .ob-testcard:hover{
  transform:translateY(-6px);

  border-color:rgba(179,32,45,.20);

  box-shadow:
    0 20px 44px rgba(16,24,40,.14),
    0 0 0 1px rgba(179,32,45,.10),
    0 0 18px rgba(179,32,45,.22),
    0 0 44px rgba(179,32,45,.16),
    0 0 80px rgba(179,32,45,.10);
}

/* =====================================
   TITLE
===================================== */

.ob-tests--general .ob-testcard__title{
  margin:0 0 12px;
  text-align:center;

  font-size:16px;
  font-weight:850;
  color:#B3202D;
}

/* =====================================
   DESCRIPTION
===================================== */

.ob-tests--general .ob-testcard__desc{
  margin:0 0 14px;

  font-size:14px;
  line-height:1.7;
  color:rgba(16,24,40,.78);

  min-height:110px;
}

/* =====================================
   META LIST
===================================== */

.ob-tests--general .ob-testcard__meta{
  list-style:none;
  padding:0;
  margin:0;

  display:grid;
  gap:8px;

  font-size:13px;
  color:rgba(16,24,40,.70);
}

.ob-tests--general .ob-testcard__meta li{
  display:flex;
  align-items:center;
  gap:10px;
}

.ob-tests--general .ob-testcard__meta li::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#2A4F7C;
  box-shadow:0 0 0 3px rgba(42,79,124,.12);
}

/* =====================================
   FOOTER
===================================== */

.ob-tests--general .ob-testcard__footer{
  margin-top:auto;
  padding-top:18px;

  border-top:1px solid rgba(16,24,40,.08);

  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.ob-tests--general .ob-testcard__price{
  font-size:20px;
  font-weight:900;
  color:#B3202D;
}

/* =====================================
   BUTTON
===================================== */

.ob-tests--general .ob-testcard__btn{
  width:100%;
  height:46px;

  border-radius:14px;
  background:#B3202D;
  color:#fff !important;
  text-decoration:none;

  font-size:14px;
  font-weight:700;

  display:flex;
  align-items:center;
  justify-content:center;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.2);

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    opacity .18s ease;
}

.ob-tests--general .ob-testcard__btn:hover{
  transform:translateY(-2px);

  box-shadow:
    0 14px 28px rgba(16,24,40,.16),
    inset 0 1px 0 rgba(255,255,255,.2);

  opacity:.98;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width:1200px){

  .ob-tests--general .ob-tests__grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media (max-width:680px){

  .ob-tests--general{
    padding:36px 0 70px;
  }

  .ob-tests--general .ob-tests__heading{
    font-size:24px;
  }

  .ob-tests--general .ob-tests__grid{
    grid-template-columns:1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f9f5d5 *//* ===============================
   THYROID BLOOD TESTS ONLY
   Updated to red + navy
=============================== */

.ob-thyroid-tests{
  background:#ffffff;
  padding:48px 0 80px;
  font-family:"Montserrat", sans-serif !important;
  overflow-x:hidden;
}

.ob-thyroid-tests__wrap{
  width:min(1400px, calc(100% - 40px));
  margin:0 auto;
}

/* ===============================
   HEADING
=============================== */

.ob-thyroid-tests__heading{
  margin:0 0 30px;
  text-align:center;
  font-size:30px;
  font-weight:800;
  line-height:1.15;
  letter-spacing:-0.3px;
  color:#2A4F7C;
}

.ob-thyroid-tests__heading::after{
  content:"";
  display:block;
  width:70px;
  height:3px;
  margin:14px auto 0;
  border-radius:999px;
  background:#B3202D;
}

/* ===============================
   GRID
=============================== */

.ob-thyroid-tests__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(320px, 420px));
  justify-content:center;
  gap:22px;
  padding:10px 0;
}

/* ===============================
   CARD
=============================== */

.ob-thyroid-testcard{
  background:#fff;
  border-radius:20px;
  padding:24px;
  display:flex;
  flex-direction:column;
  height:100%;
  border:1px solid rgba(16,24,40,0.08);
  box-shadow:0 10px 24px rgba(16,24,40,0.06);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.ob-thyroid-testcard:hover{
  transform:translateY(-6px);
  border-color:rgba(179,32,45,0.25);
  box-shadow:
    0 18px 40px rgba(16,24,40,0.14),
    0 0 20px rgba(179,32,45,0.20),
    0 0 60px rgba(179,32,45,0.12);
}

/* ===============================
   TITLE
=============================== */

.ob-thyroid-testcard__title{
  margin:0 0 12px;
  text-align:center;
  font-size:18px;
  font-weight:800;
  line-height:1.25;
  color:#B3202D;
}

/* ===============================
   DESCRIPTION
=============================== */

.ob-thyroid-testcard__desc{
  margin:0 0 20px;
  font-size:14px;
  line-height:1.7;
  color:#374151;
  min-height:120px;
}

/* ===============================
   META
=============================== */

.ob-thyroid-testcard__meta{
  list-style:none;
  padding:0;
  margin:0 0 20px;
  display:grid;
  gap:8px;
  font-size:13px;
  color:#6B7280;
  min-height:52px;
}

.ob-thyroid-testcard__meta li{
  display:flex;
  align-items:center;
  gap:8px;
}

.ob-thyroid-testcard__meta li::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#2A4F7C;
  box-shadow:0 0 0 3px rgba(42,79,124,0.10);
  flex:0 0 auto;
}

/* ===============================
   FOOTER
=============================== */

.ob-thyroid-testcard__footer{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid rgba(16,24,40,0.08);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.ob-thyroid-testcard__price{
  font-size:22px;
  font-weight:800;
  line-height:1;
  color:#B3202D;
  text-align:center;
}

/* ===============================
   BUTTON
=============================== */

.ob-thyroid-testcard__btn{
  width:100%;
  height:46px;
  border-radius:12px;
  background:#B3202D;
  color:#ffffff !important;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.18);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    opacity .18s ease;
}

.ob-thyroid-testcard__btn:hover{
  transform:translateY(-2px);
  box-shadow:
    0 12px 24px rgba(16,24,40,0.16),
    inset 0 1px 0 rgba(255,255,255,0.18);
  opacity:.98;
}

/* ===============================
   TABLET
=============================== */

@media (max-width:980px){
  .ob-thyroid-tests__grid{
    grid-template-columns:minmax(320px, 520px);
  }

  .ob-thyroid-testcard__desc,
  .ob-thyroid-testcard__meta{
    min-height:0;
  }
}

/* ===============================
   MOBILE
=============================== */

@media (max-width:640px){
  .ob-thyroid-tests{
    padding:36px 0 60px;
  }

  .ob-thyroid-tests__wrap{
    width:min(100%, calc(100% - 24px));
  }

  .ob-thyroid-tests__heading{
    font-size:24px;
  }

  .ob-thyroid-tests__grid{
    grid-template-columns:1fr;
    gap:16px;
    padding:6px 0;
  }

  .ob-thyroid-testcard{
    padding:20px 18px;
    border-radius:18px;
  }

  .ob-thyroid-testcard__title{
    font-size:17px;
  }

  .ob-thyroid-testcard__desc{
    font-size:13px;
    line-height:1.65;
  }

  .ob-thyroid-testcard__btn{
    height:44px;
  }
}

/* ===============================
   REDUCED MOTION
=============================== */

@media (prefers-reduced-motion: reduce){
  .ob-thyroid-testcard,
  .ob-thyroid-testcard__btn{
    transition:none !important;
  }

  .ob-thyroid-testcard:hover,
  .ob-thyroid-testcard__btn:hover{
    transform:none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98b95f3 *//* ===============================
   VITAMIN TEST SECTION
   Updated to red + navy
=============================== */

.ob-vitamin{
  background:#fff;
  padding:60px 0 70px;
  font-family:"Montserrat",sans-serif;
}

.ob-vitamin__wrap{
  width:min(900px, calc(100% - 40px));
  margin:0 auto;
}

/* ===============================
   INTRO
=============================== */

.ob-vitamin__intro{
  text-align:center;
  margin-bottom:34px;
}

.ob-vitamin__heading{
  font-size:28px;
  font-weight:850;
  color:#2A4F7C;
  margin:0;
}

.ob-vitamin__heading::after{
  content:"";
  display:block;
  width:70px;
  height:3px;
  background:#B3202D;
  border-radius:999px;
  margin:14px auto 0;
}

.ob-vitamin__text{
  margin:18px auto 0;
  max-width:720px;

  font-size:15px;
  line-height:1.8;
  color:rgba(16,24,40,0.78);
}

/* ===============================
   CARD CENTERING
=============================== */

.ob-vitamin__cardwrap{
  display:flex;
  justify-content:center;
}

/* ===============================
   CARD
=============================== */

.ob-vitamin-card{
  background:#fff;
  border-radius:22px;
  padding:28px 26px;

  width:100%;
  max-width:420px;

  display:flex;
  flex-direction:column;

  border:1px solid rgba(16,24,40,0.10);

  box-shadow:
    0 12px 30px rgba(16,24,40,0.06);

  transition:.25s ease;
}

.ob-vitamin-card:hover{
  transform:translateY(-5px);

  box-shadow:
    0 20px 44px rgba(16,24,40,0.14),
    0 0 24px rgba(179,32,45,0.18);
}

/* ===============================
   TITLE
=============================== */

.ob-vitamin-card__title{
  text-align:center;
  margin:0 0 14px;

  font-size:17px;
  font-weight:850;
  color:#B3202D;
}

/* ===============================
   DESCRIPTION
=============================== */

.ob-vitamin-card__desc{
  font-size:14px;
  line-height:1.7;
  color:rgba(16,24,40,0.78);
  margin-bottom:18px;
}

/* ===============================
   META
=============================== */

.ob-vitamin-card__meta{
  list-style:none;
  padding:0;
  margin:0;

  display:grid;
  gap:10px;
}

.ob-vitamin-card__meta li{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  color:rgba(16,24,40,0.72);
}

.ob-vitamin-card__meta li::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#2A4F7C;
  box-shadow:0 0 0 3px rgba(42,79,124,0.12);
}

/* ===============================
   FOOTER
=============================== */

.ob-vitamin-card__footer{
  margin-top:auto;
  padding-top:18px;

  border-top:1px solid rgba(16,24,40,0.08);

  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.ob-vitamin-card__price{
  font-size:20px;
  font-weight:900;
  color:#B3202D;
}

/* ===============================
   BUTTON
=============================== */

.ob-vitamin-card__btn{
  width:100%;
  height:46px;

  background:#B3202D;
  color:#fff !important;
  text-decoration:none;

  border-radius:14px;

  font-weight:700;
  font-size:14px;

  display:flex;
  align-items:center;
  justify-content:center;

  transition:.2s ease;
}

.ob-vitamin-card__btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(16,24,40,0.16);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c77b6a *//* Bottom SEO block */
.ob-seo{
  background:#fff;
  padding:34px 0 60px;
  font-family:"Montserrat",sans-serif !important;
}

.ob-seo__wrap{
  width:min(900px, calc(100% - 40px));
  margin:0 auto;
}

.ob-seo__title{
  margin:0 0 14px;
  text-align:center;
  font-size:22px;
  font-weight:850;
  color:#B3202D;
  line-height:1.2;
}

/* 🔵 NAVY ACCENT LINE */
.ob-seo__title::after{
  content:"";
  display:block;
  width:64px;
  height:3px;
  border-radius:999px;
  background:#2A4F7C;
  margin:12px auto 0;
}

.ob-seo__text{
  margin:0;
  font-size:16px;
  line-height:1.8;
  color:rgba(16,24,40,0.78);
  text-align:left;
}/* End custom CSS */