.elementor-65 .elementor-element.elementor-element-6a23a362{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-65 .elementor-element.elementor-element-6a23a362:not(.elementor-motion-effects-element-type-background), .elementor-65 .elementor-element.elementor-element-6a23a362 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E9E2A6;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-65 .elementor-element.elementor-element-321cab31 .elementor-heading-title{color:#000000;}.elementor-65 .elementor-element.elementor-element-60d0b39e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-65 .elementor-element.elementor-element-60d0b39e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-65 .elementor-element.elementor-element-6e156002{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-65 .elementor-element.elementor-element-6e156002:not(.elementor-motion-effects-element-type-background), .elementor-65 .elementor-element.elementor-element-6e156002 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-65 .elementor-element.elementor-element-ced90d9 .elementor-heading-title{color:#FFFFFF;}@media(min-width:768px){.elementor-65 .elementor-element.elementor-element-60d0b39e{--width:100%;}}@media(max-width:1200px) and (min-width:768px){.elementor-65 .elementor-element.elementor-element-60d0b39e{--width:1035.6px;}}/* Start custom CSS for html, class: .elementor-element-466cccd0 *//* ================== MAIN LAYOUT ================== */

#biotech {
  height: auto;
  min-height: 100vh;
  display: block;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.main-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: auto;
  min-height: auto;
}

/* LEFT / RIGHT */
.side-content {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.left-side {
  text-align: right;
  /*padding-right: 20px;*/
}

.right-side {
  text-align: left;
  /*padding-left: 20px;*/
}

/* SVG CENTER */
.svg-container {
  flex: 0 0 40%;
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-container svg {
  width: 100%;
  max-height: 80vh;
}

/* TEXT BLOCK */
.info-block {
  opacity: 0;
  transform: scale(0.8);
  position: relative;
  z-index: 5;
}

  .year{
  font-family: "montserrat",  sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #7D9848;
  }
  
  p{
  font-family: "montserrat",  sans-serif;
  font-size: 14px;
  font-weight: normal;
  }


.top-heading {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #2f4f2f;
  margin-bottom: 5px;
  padding: 5px;
}

/* FOOTER */
.footer-text {
  text-align: center;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}


/* ================== MOBILE ================== */

@media (max-width: 768px) {

  #biotech {
    display: block;
    width: 100%;
    will-change: transform;
    transform: translateZ(0);
    min-height: 100svh;
    position: relative;
    overflow: hidden;
  }

  .main-container {
    display: block;
    height: auto;
    min-height: auto;
  }

  /* ❌ पूर्ण hide करू नका */
  .left-side,
  .right-side {
    display: block;
    position: static;
    width: auto;
    height: 0;
    overflow: visible;
    padding: 0;
    margin: 0;
  }

   /*side layout collapse*/
  .side-content {
    position: static;
    height: 0;
  }
  
  .svg-container {
  position: relative;   /* 🔥 fixed काढा */
  width: 100%;
  flex: none;
  display: block;
  left: 0;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

  .svg-container svg {
    width: 90vw;
    max-width: 420px;
    height: auto;
    display: block;
    margin: 0 auto;
    transform: translateX(15px) translateZ(0);
    backface-visibility: hidden;
  }

  /* 🔥 MAIN FIX */
  .info-block {
    position: absolute;
    left: 50%;
    width: 40%;
    margin: 0 !important;
    z-index: 10;
    /*background: rgba(255,255,255,0.9);*/
    padding: 6px;
    /*border-radius: 6px;*/
  }

      
    .info-block p {
    word-wrap: break-word;
}

  .year{
  font-family: "montserrat",  sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #7D9848;
  }
  
  p{
  font-family: "montserrat",  sans-serif;
  font-size: 12px;
  font-weight: normal;
  }
  
    #bleaf5 {
    display: none;
  }
  
  .top-heading {
    font-size: 20px;
    padding: 15px;
    margin-bottom: 5px;
  }
    .footer-text {
    text-align: center;
    margin-top: 5px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-60d0b39e */#biotech{
transition: 0s;
overscroll-behavior: none;
}/* End custom CSS */