
.custom-image-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%; /* Adjust this value according to your image aspect ratio */
  }

  .slider-before,
  .slider-after {
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }

  .slider-after {
    overflow: hidden;
  }

  .slider-handle {
    position: absolute;
    top: 0;
    left: 30%;
    width: 4px;
    height: 100%;
    background-color: #fff;
    cursor: ew-resize;
  }

.slider-handle::before,
.slider-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  cursor: ew-resize;
  transition: all 0.2s ease-out; /* Add transition property */
}

.slider-handle::before {
  left: -24px;
  border-right: 16px solid #fff;
}

.slider-handle::after {
  right: -24px;
  border-left: 16px solid #fff;
}
.before-after-label {
    position: absolute;
    top: 1rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.8);
    color: #1a202c; /* dark gray */
    border-radius: 9999px;
    z-index: 10;
    pointer-events: none;
    text-transform: uppercase;
  }
  .label-before {
    left: 1rem;
  }
  .label-after {
    right: 1rem;
  }
  .sema-info{
    text-align: center;
    
}
.sema-info .sema-info-slider .slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 404px;
  width: 100%;
  height: 7px;
  background: #51B3FA;
  outline: none;
  margin-bottom: 50px;
}
.sema-info .sema-info-slider .input {
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  width: 154px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 50px;
  color: #000000;
  outline: none;
}
.sema-info .sema-info-slider .tag {

  border-radius: 57px;
  height: 102px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 0 52px;
  min-width: 229px;
}
.sema-info .sema-info-slider .tag .value {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.23077px;
  color: #000;
  margin-left: 28px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 61px;
  /* Set a specific slider handle width */
  height: 61px;
  /* Slider handle height */
  background: #fff;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M5.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M10.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.slider::-moz-range-thumb {
  width: 61px;
  /* Set a specific slider handle width */
  height: 61px;
  /* Slider handle height */
  background: #fff;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M5.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M10.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-slide {
    transition-timing-function: ease-in-out !important;
  }

.hero-bg {
    background-color: #f7f0eb;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    position: relative;
    min-height: 600px; /* Ensures enough height to see images */
    box-shadow: 0 -20px 30px -20px rgba(0, 0, 0, 0.3); /* Upward outer shadow */
  }
.hero-bg2{
    background-color: #f7f0eb;
}
  
  .pen {
    position: absolute;
    transition: transform 1s ease-out, top 1s ease-out, left 1s ease-out;
    max-width: none;
    height: auto;
    z-index: 1;
    opacity: 0;
    transform: scale(1) rotate(0deg);
  }
  
  .pen.animate {
    opacity: 1;
  }
  
  .pen-left {
    top: 0%;
    left:0%;
    width: 250px;
    transform: rotate(-10deg);
  }
  
  .pen-top {
    top: -350px;
    left: 40%;
    transform: translateX(-50%) rotate(100deg);
    width: 220px;
    z-index: 999;
  }
  
  .pen-right {
    top: 0%;
    right: 10px;
    width: 220px;
    transform: rotate(40deg);
    z-index: 1;
  }
  
  .pen.animate.pen-left {
    transform: rotate(-20deg);
  }
  
  .pen.animate.pen-top {
    transform: translateX(-50%) rotate(85deg); /* Lays it horizontal */
  }
  
  .pen.animate.pen-right {
    transform: rotate(50deg);
  }
  @media only screen and (max-width: 1214px) {
    .pen-left {
        top: 0%;
        left:0%;
        width: 220px;
        transform: rotate(-10deg);
      }
      
      .pen-top {
        top: -350px;
        left: 40%;
        transform: translateX(-50%) rotate(100deg);
        width: 200px;
        z-index: 999;
      }
      
      .pen-right {
        top: 0%;
        right: -50px;
        width: 200px;
        transform: rotate(40deg);
        z-index: 1;
      }
  }
  @media only screen and (max-width: 1179px) {
    .pen-left {
        top: 0%;
        left:-2%;
        width: 190px;
        transform: rotate(-10deg);
      }
      
      .pen-top {
        top: -350px;
        left: 40%;
        transform: translateX(-50%) rotate(100deg);
        width: 190px;
        z-index: 999;
      }
      
      .pen-right {
        top: 0%;
        right: -75px;
        width: 190px;
        transform: rotate(40deg);
        z-index: 1;
      }
      .pen.animate.pen-right {
        transform: rotate(30deg);
      }
  }
  @media only screen and (max-width: 1058px) {
    .pen-left {
        top: 5%;
        left:-5%;
        width: 190px;
        transform: rotate(-10deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-10deg);
      }
  }
  @media only screen and (max-width: 980px) {
    .pen-left {
        top: 15%;
        left:-5%;
        width: 190px;
        transform: rotate(-10deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-20deg);
      }
      .pen-right {
        top: 5%;
        right: -95px;
        width: 190px;
        transform: rotate(40deg);
        z-index: 1;
      }
      .pen.animate.pen-right {
        transform: rotate(50deg);
      }
  }
  @media only screen and (max-width: 888px) {
    .pen-left {
        top: 20%;
        left:-5%;
        width: 190px;
        transform: rotate(-40deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-50deg);
      }
      .pen-right {
        top: 10%;
        right: -95px;
        width: 190px;
        transform: rotate(60deg);
        z-index: 1;
      }
      .pen.animate.pen-right {
        transform: rotate(70deg);
      }
  }
  @media only screen and (max-width: 769px) {
    .pen-top {
        top: -250px;
        left: 40%;
        transform: translateX(-50%) rotate(100deg);
        width: 160px;
        z-index: 999;
      }
    .pen-left {
        top: 25%;
        left:0%;
        width: 150px;
        transform: rotate(-40deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-50deg);
      }
      .pen-right {
        top: 15%;
        right: -95px;
        width: 150px;
        transform: rotate(20deg);
        z-index: 1;
      }
      .pen.animate.pen-right {
        transform: rotate(30deg);
      }
  }
  @media only screen and (max-width: 518px) {
    .pen-top {
        top: -250px;
        left: 40%;
        transform: translateX(-50%) rotate(100deg);
        width: 160px;
        z-index: 999;
      }
    .pen-left {
        top: 25%;
        left:-8%;
        width: 150px;
        transform: rotate(-20deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-30deg);
      }
      
  }
  @media only screen and (max-width: 428px) {
    .pen-top {
        top: -150px;
        left: 40%;
        transform: translateX(-50%) rotate(100deg);
        width: 120px;
        z-index: 999;
      }
    .pen-left {
        top: 25%;
        left:-8%;
        width: 150px;
        transform: rotate(-20deg);
      }
      .pen-right {
        top: 20%;
        right: -125px;
        width: 150px;
        transform: rotate(20deg);
        z-index: 1;
      }
      .pen.animate.pen-right {
        transform: rotate(30deg);
      }
  }
  @media only screen and (max-width: 395px) {
    .pen-left {
        top: 25%;
        left:-20%;
        width: 150px;
        transform: rotate(-10deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-20deg);
      }
      
  }

  .open .plus-minus-icon::before {
    content: "−";
  }

  .plus-minus-icon::before {
    content: "+";
    display: inline-block;
    transition: transform 0.3s ease;
  }
  #faqs div ul{
    list-style-type: circle;
  }
  #faqs div ol{
    list-style-type: decimal ;
  }
/* ---- Biotech Lifestyle additions (native.biotechlifestyle.com) ---- */
/* Our vials take the place of DirectMeds' Ozempic/Mounjaro pens (brand-name pens
   have no business on a compounded-medication page). Same positions/animation. */
.pen { pointer-events: none; }
.pen-left  { width: 180px; }
.pen-top   { width: 150px; }
.pen-right { width: 160px; }
@media (max-width: 769px) { .pen-left { width: 120px; } .pen-top { width: 100px; } .pen-right { width: 110px; } }


/* Dosage schedule (was DirectMeds' semaglutide-dosage.png / tirzepatide-dosage.png) */
.dose-chart { margin: 12px 0 4px; }
.dose-chart .dc-title { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; margin-bottom: 10px; }
.dose-chart .dc-title img { width: 26px; height: 26px; }
.dose-chart .dc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; align-items: end; }
.dose-chart .dc-step { color: #fff; border-radius: 6px; text-align: center; padding: 14px 6px; }
.dose-chart .dc-step b { display: block; font-size: 17px; letter-spacing: .02em; }
.dose-chart .dc-step span { display: block; font-size: 12px; margin-top: 4px; line-height: 1.3; }
.dose-chart .dc-1 { background: #4A9FE0; min-height: 110px; }
.dose-chart .dc-2 { background: #1F6FC2; min-height: 140px; }
.dose-chart .dc-3 { background: #0E3F86; min-height: 170px; }
.dose-chart .dc-labels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 6px; font-weight: 700; font-size: 14px; text-align: center; }
.dose-chart .dc-labels span { border-top: 2px solid #111; padding-top: 6px; }

/* Phone mockup (was DirectMeds' phone.jpg, which showed THEIR intake) */
.phone-wrap { display: flex; justify-content: center; padding: 30px 0; background: #f7f4f0; border-radius: 16px; }
.phone { width: 300px; border: 10px solid #111; border-radius: 40px; background: #F7F4F0; box-shadow: 0 20px 40px rgba(0,0,0,.18); overflow: hidden; }
.phone .notch { width: 110px; height: 22px; background: #111; border-radius: 0 0 14px 14px; margin: 0 auto 10px; }
.phone .ph-logo { display: block; width: 130px; margin: 0 auto 8px; }
.phone .ph-steps { display: flex; align-items: center; justify-content: space-between; padding: 0 14px 10px; border-bottom: 1px solid #e6e1d9; }
.phone .ph-steps i { width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid #c9ccd6; background: #fff; display: block; }
.phone .ph-steps i.on { background: #0ab0fb; border-color: #0ab0fb; }
.phone .ph-steps i.now { border-color: #0ab0fb; box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 8px #0ab0fb; }
.phone .ph-steps s { flex: 1; height: 1px; background: #ddd8ce; margin: 0 4px; }
.phone .ph-body { padding: 16px 16px 20px; font-family: Georgia, 'Times New Roman', serif; }
.phone .ph-body h4 { font-size: 20px; line-height: 1.2; margin: 0 0 8px; font-weight: 400; color: #0e1134; }
.phone .ph-body h4 em { color: #0ab0fb; font-style: normal; }
.phone .ph-body p { font-size: 11px; color: #4b5163; margin: 0 0 10px; }
.phone .ph-body h5 { font-size: 15px; font-weight: 400; margin: 6px 0 8px; }
.phone .ph-body .ph-in { background: #fff; border: 1px solid #d9d6cf; border-radius: 6px; height: 30px; margin-bottom: 8px; font-size: 11px; color: #9a9fb0; display: flex; align-items: center; padding: 0 10px; font-family: system-ui, sans-serif; }
.phone .ph-body .ph-btn { background: #0ab0fb; color: #fff; text-align: center; border-radius: 999px; padding: 10px; font-size: 13px; margin-top: 10px; }
.phone .ph-two { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.phone .ph-lbl { font-size: 11px; font-family: system-ui, sans-serif; margin: 0 0 4px; }

/* Decorative tilt for the "Medications in stock" card image */
.ttag { position: absolute; bottom: 2.5rem; left: 1rem; }

/* ---- Patient stories: the buy.biotechlifestyle.com section, verbatim markup.
   Tokens + the lgg-* rules come from the BL G lander; the handful of Tailwind-4
   utilities that Tailwind 2 CDN lacks are restated below. ---- */
#stories{--sec-pad:clamp(56px,7vw,116px);--container:1140px;--c-cream-2:#FBF9F5;--c-ink:#23373D;--c-ink-soft:#4A5D62;
  font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.lgg-sec{padding-block:var(--sec-pad);}
.lgg-sec--cream2{background:var(--c-cream-2);}
.lgg-sec--stories{padding-block-start:clamp(22px,2.4vw,34px);}
.lgg-sec--stories .lgg-sechead{margin-bottom:0;}
.lgg-wrap{max-width:var(--container);margin:0 auto;padding-inline:20px;}
.lgg-sechead{text-align:center;max-width:660px;margin:0 auto 28px;}
.lgg-sechead p{margin:16px 0 0;font-size:15.5px;line-height:1.62;color:var(--c-ink-soft);}
.lgg-kicker{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--c-ink-soft);opacity:.72;}
.lgg-h2{margin:12px 0 0;font-size:clamp(28px,3.6vw,40px);line-height:1.12;letter-spacing:-.025em;font-weight:500;color:var(--c-ink);}
.lgg-fineprint{margin:16px 0 0;font-size:11px;line-height:1.6;max-width:56ch;}
.lgg-fineprint--onlight{color:rgba(35,55,61,.55);max-width:64ch;margin-inline:auto;text-align:center;}
#stories video[class*="aspect-"]{aspect-ratio:480/848;}
#stories .snap-x{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;}
#stories .snap-x::-webkit-scrollbar{display:none;}
#stories .snap-center{scroll-snap-align:center;}
#stories [class*="bg-black/55"]{background:rgba(0,0,0,.55);}
#stories [class*="bg-black/40"]{background:rgba(0,0,0,.4);}
#stories [class*="bg-white/"]{background:rgba(255,255,255,.7);}
#stories [class*="backdrop-blur"]{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);}
#stories video{display:block;}

/* ---- Happy Customers: a plain responsive grid (the swiper wrapper the reference
   used was never initialised and collapsed the cards). ---- */
.reviews-grid{display:grid;grid-template-columns:1fr;gap:20px;}
@media (min-width:640px){.reviews-grid{grid-template-columns:repeat(2,1fr);}}
@media (min-width:1024px){.reviews-grid{grid-template-columns:repeat(5,1fr);}}
.review-card{background:#fff;border:1px solid #ece7df;border-radius:16px;padding:22px 20px;box-shadow:0 4px 14px rgba(0,0,0,.05);display:flex;flex-direction:column;}
.review-card h3{font-size:17px;line-height:1.3;font-weight:600;color:#111827;margin:0 0 8px;}
.review-card p{margin:0;}
.review-card p.mt-4{margin-top:auto;padding-top:14px;}

/* ---- Legal modal (same as buy.biotechlifestyle.com/pricing): footer links open BL's
   legal pages in an iframe so the visitor never leaves the lander. ---- */
.js-legal{background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;text-decoration:none;}
.js-legal:hover{text-decoration:underline;}
.modal-overlay{position:fixed;inset:0;background:rgba(20,32,30,.55);display:none;align-items:center;justify-content:center;padding:18px;z-index:60;}
.modal-overlay.is-open{display:flex;}
.modal{background:#fff;border-radius:16px;width:100%;max-width:860px;height:min(82vh,760px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.35);}
.modal-head{display:flex;align-items:center;justify-content:space-between;background:#111827;color:#fff;padding:12px 18px;}
.modal-head b{font-size:15px;font-weight:700;}
.modal-close{border:0;background:transparent;color:#fff;font-size:24px;line-height:1;cursor:pointer;padding:2px 6px;}
.modal iframe{border:0;width:100%;flex:1;background:#fff;}
@media (max-width:560px){.modal{height:90vh;}}
