.cta_anm a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}

.cta_anm a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 46%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.5) 30%,
    rgba(255, 255, 255, 0) 60%
    );
  animation: shine 2s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -40%;
  }
  100% {
    left: 120%;
  }
}
.cta_btn_strt a {
    width: 100%;
}
.lnk_clr a {
    color: #fff;
    cursor: pointer;
}
/*Counter Css */
#cnt_nm {
  display: inline-block;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
  
.counter_sec .inside_countr {
  max-width: 400px;
  margin: auto;
  display: flex;
  gap: 6px;
  align-items: center;
  /*padding: 20px;*/
  font-family: "Figtree Semi Bold", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.counter_sec .inside_countr .number_otrcont {
  display: flex;
  align-items: center;
  gap: 5px;
}
.counter_sec 
.number_otrcont .cont_boxnm {
  width: 28px;
  height: 30px;
  background-color: #fff;
  color: #01c6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.cta_icn a:hover span > span svg {
    transform: translateX(10px);
    transition: 0.3s transform ease-in-out; 

}

.cta_icn a:hover{

background-image:unset !important;
}
.outer_biosldr {
  overflow: hidden;
  padding: 60px;
}
.outer_biosldr .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
  gap: 20px;
}

.outer_biosldr .tab-slider-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
  box-shadow: 0px 54px 64px -20px rgba(0, 0, 0, 0.07);
  padding: 40px 0 0 0;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
}
.outer_biosldr .tabs {
  display: flex;
  flex-direction: column;
}
.mb_viewbiosldr .cont_biound {
  background-color: #ccf4fa !important;
}

.outer_biosldr .tab-item {
  position: relative;
  padding: 24px 20px;
  background: #f0f9fb;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 600;
  text-align: left;
  height: 100%;
  border-bottom: 2px solid rgba(1, 198, 230, 0.05);
}
.outer_biosldr .tab-item:hover,
.outer_biosldr .tab-item.active {
  background: #fff;
  color: #000 !important;
}
.outer_biosldr .tab-item.active::after {
  position: absolute;
  background-color: rgba(1, 198, 230, 1);
  content: "";
  height: 100%;
  width: 2px;
  top: 0;
  right: 100%;
}

.outer_biosldr .content-area {
  flex: 1;
  /* max-width: 800px; */
  padding: 20px 0 0 0;
  /* border: 1px solid #eee; */
  border-radius: 8px;
  background: #fff;
  display: flex;
  justify-content: center;
}

/* Hide all content initially */
.outer_biosldr .content-block {
  max-width: 890px;
  padding: 0;
  /* border: 1px solid #eee; */
  border-radius: 8px;
  background: #fff;
  display: none;
  /* height: 100%; */
  box-shadow: 0px -26px 54px 0px rgba(0, 0, 0, 0.05);
}
.outer_biosldr .content-block.active {
  display: block;
}

.outer_biosldr .img_tbitm img {
  width: 28px;
  height: 28px;
}
.outer_biosldr .cont_tab_sld {
  margin-top: 14px;
}
.outer_biosldr .cont_tab_sld h6 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  font-family: "Figtree Bold", Sans-serif;
}
.outer_biosldr .cont_tab_sld p {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  margin-top: 15px;
  color: #000000;
  font-family: "Figtree Light", Sans-serif;
}
.inside_blockareaimg img {
  max-width: 890px;
  max-height: 640px;
  height: 100%;
  width: 100%;
}

/* mobile slider css start  */

.mb_viewbiosldr .mobile_biosldr {
  padding: 60px 0;
  /* background: #f9f9f9; */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgb(4 220 255 / 4%) 100%);
}

.mb_viewbiosldr .inside_mblebio {
  margin: 0 auto;
  max-width: 1200px;
}

.mb_viewbiosldr {
  overflow: hidden;
}

.mb_viewbiosldr .sldr_mbbio {
  padding: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: -14px 50px 64px -20px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.mb_viewbiosldr .img_mblebio img {
  /* max-width: 60px; */
  /* margin-bottom: 10px; */
  width: 40px;
  height: 40px;
}

.mb_viewbiosldr .hding_biosld h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px;
}

.mb_viewbiosldr .hding_biosld p {
  font-size: 14px;
  color: #555;
  margin: 5px 0;
}

.mb_viewbiosldr .cont_biound img {
  max-width: 100%;
  margin-top: 10px;
  border-radius: 8px;
  width: 100%;
}

.mb_viewbiosldr .hding_biosld {
  padding: 20px 20px 0 20px;
}

.mb_viewbiosldr .slick-dots li button:before {
  opacity: 1 !important;
  color: rgb(142 214 225) !important;
  font-size: 8px !important;
}
.mb_viewbiosldr .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: rgba(1, 198, 230, 1) !important;
}
.mb_viewbiosldr .slick-list{
  overflow: visible !important;
}
/*11 July 2025*/
.txt_undr::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-42%);
    width: 274px;
    height: 15px;
    background-image: url('https://biopreventative.com/wp-content/uploads/2025/07/Union-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}
.txt_undr_mb_simple::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 64%;
    transform: translateX(-44%);
    width: 80px;
    height: 10px;
    background-image: url('https://biopreventative.com/wp-content/uploads/2025/07/Vector-4.svg');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}
.txt_undr_mb_prcs::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 50%;
    transform: translateX(10%);
    width: 95px;
    height: 10px;
    background-image: url('https://biopreventative.com/wp-content/uploads/2025/07/Vector-4.svg');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}


.team_carousel {
  position: relative;
  overflow: hidden;
}

.team_carousel::before,
.team_carousel::after {
  content: '';
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.team_carousel::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, #ffffff00 100%);
}

.team_carousel::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, #ffffff00 100%);
}


@media (min-width: 1025px) {
  .mb_viewbiosldr{
    display: none;
  }
  .slider-dots {
    display: none;
  }
}
body{
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* mobile slider css end  */

/* Responsive slider */
@media (max-width: 1199px) {
  .outer_biosldr .content-block.active {
    display: flex;
    align-items: center;
  }
  .outer_biosldr .tab-item {
    padding: 12px;
  }
}

@media (max-width: 1024px) {
  .outer_biosldr{
    display: none;
  }
  .inside_mblebio h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
  }
  .hding_biosld {
    padding: 20px 12px;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}

@media (max-width: 575px) {
  .mb_viewbiosldr .hding_biosld h6 {
    font-size: 14px;
  }
  .mb_viewbiosldr .hding_biosld p {
    font-size: 12px;
    margin: 0;
  }
  .mb_viewbiosldr .img_mblebio img {
    /* max-width: 60px; */
    /* margin-bottom: 10px; */
    width: 30px;
    height: 30px;
  }

  .mb_viewbiosldr .sldr_mbbio {
    width: 270px !important;
  }
  .mb_viewbiosldr .slick-list{
    padding: 0 15px !important;
  }
  .counter_sec .inside_countr {
    font-size: 12px;
    padding:0;
  }
  .counter_sec .number_otrcont .cont_boxnm {
    width: 20px;
    height: 20  px;
  }
  .team_carousel::before,
.team_carousel::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

}

