 
/******three scroll***************/
.vwp-section {
  background: #eaf4fb;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-family: Arial, sans-serif;
}

.vwp-wrap {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 120px;
  padding: 60px 40px;
  position: relative;
  z-index: 2;
}

.vwp-content {
  flex: 1;
  text-align: left;
  position: relative;
  min-height: 180px;
}

.vwp-content-box {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.vwp-content-box.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.vwp-content h2 {
  color: #3d5362;
  font-size: 42px;
  line-height: 1.35;
  font-weight: 800;
  margin: 0;
}

.vwp-wheel-area {
  width: 520px;
  height: 520px;
  flex: 0 0 520px;
  position: relative;
}

.vwp-bg-rings {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 900px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.vwp-bg-rings span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(247, 148, 29, 0.55);

}

.vwp-bg-rings span:nth-child(1) {
  width: 520px;
  height: 520px;
  /*border: 2.5px solid rgba(243, 153, 54, 0.6);*/

}
}

.vwp-bg-rings span:nth-child(2) {
  width: 700px;
  height: 700px;
  /*border: 2px solid rgba(243, 153, 54, 0.35);*/
}

.vwp-bg-rings span:nth-child(3) {
  width: 880px;
  height: 880px;
   /*border: 1.5px solid rgba(243, 153, 54, 0.15);*/
}

.vwp-wheel {
  width: 520px;
  height: 520px;
  position: relative;
  z-index: 2;
  transform-origin: center center;
}

.vwp-wheel-ring {
  position: absolute;
  inset: 90px;
  border-radius: 50%;
  background: conic-gradient(
    from 300deg,
    #58ad5b 0deg 170deg,
    #abd31b 170deg 360deg,

    
  );
}

.vwp-wheel-ring::after {
  content: "";
  position: absolute;
  inset: 60px;
  background: #eaf4fb;
  border-radius: 50%;
}

.vwp-circle-item {
  position: absolute;
  width: 150px;
  height: 150px;
  left: 185px;
  top: 185px;
  border-radius: 50%;
  background: #edf7fd;
  box-shadow: 0 12px 28px rgba(53, 77, 95, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transform-origin: center center;
}

.vwp-circle-inner {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #f8fcff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vwp-circle-inner img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.vwp-circle-item.active {
  width: 180px;
  height: 180px;
  z-index: 10;
}

.vwp-circle-item.active .vwp-circle-inner {
  width: 140px;
  height: 140px;
}


/*********vertivcal plasma***********/
  .vwd-hero {
  background: #eaf4fb;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.vwd-inner {
  width: 100%;
  max-width: 1250px;
  margin: auto;
  padding: 70px 40px;
}

.vwd-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.vwd-graphic {
  width: 580px;
  height: 520px;
  position: relative;
  flex: 0 0 580px;
}

.vwd-grid {
  position: absolute;
  left: 5px;
  top: 25px;
  width: 500px;
  height: 470px;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(87, 156, 170, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 156, 170, 0.18) 1px, transparent 1px);
  background-size: 44px 44px;
  z-index: 0;
}

.vwd-bottle {
  position: absolute;
  left: 55px;
  top: 200px;
  width: 120px;
  z-index: 5;
}

.vwd-tube {
  position: absolute;
  width: 52px;
  z-index: 5;
}

.tube-1 {
  left: 285px;
  top: 215px;
}

.tube-2 {
  left: 400px;
  top: 215px;
}

.vwd-ring {
  position: absolute;
  border: 2px solid #f7941d;
  border-radius: 50%;
  z-index: 2;
}

.ring-1 {
  left: 55px;
  top: 22px;
  width: 235px;
  height: 480px;
  opacity: 0.35;
}

.ring-2 {
  left: 235px;
  top: 70px;
  width: 200px;
  height: 395px;
  opacity: 0.55;
}

.ring-3 {
  left: 360px;
  top: 115px;
  width: 155px;
  height: 305px;
  opacity: 0.75;
}

.ring-4 {
  left: 460px;
  top: 160px;
  width: 115px;
  height: 220px;
  border-width: 20px;
  border-left-color: #f7941d;
  border-top-color: #f7941d;
  border-right-color: #e94354;
  border-bottom-color: #e94354;
  opacity: 1;
}

.vwd-text {
  max-width: 480px;
}

.vwd-text p {
  color: #344b5c;
  font-size: 24px;
  line-height: 1.48;
  font-weight: 800;
  font-style: italic;
  margin: 0 0 42px;
}

.vwd-text p:last-child {
  margin-bottom: 0;
}

.vwd-text strong {
  color: #f7941d;
}
/*****************plasma on home page******************/
.plasma-sec {
  background: #eaf4fb;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.plasma-wrap {
  width: 100%;
  max-width: 1250px;
  margin: auto;
  padding: 70px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.plasma-content {
  flex: 1;
  text-align: right;
}

.plasma-content p {
  color: #3d5362;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 800;
  font-style: italic;
  margin: 0;
}

.plasma-content sup {
  font-size: 50%;
}

.plasma-graphic {
  width: 560px;
  height: 520px;
  flex: 0 0 560px;
  position: relative;
}

.plasma-rings {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.plasma-rings span {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid rgba(247, 148, 29, 0.55);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.plasma-rings span:nth-child(1) {
  width: 280px;
  height: 280px;
}

.plasma-rings span:nth-child(2) {
  width: 390px;
  height: 390px;
}

.plasma-rings span:nth-child(3) {
  width: 500px;
  height: 500px;
  opacity: 0.6;
}

.plasma-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #edf7fd;
  box-shadow: 0 20px 35px rgba(53, 77, 95, 0.22);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plasma-center::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  background: #f7fbff;
}

.plasma-chart {
  position: relative;
  z-index: 2;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef7d28, #e84255);
  overflow: hidden;
}

.plasma-chart::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 18px 18px;
}

.plasma-chart svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 25px 18px;
  box-sizing: border-box;
}

.plasma-bag {
  position: absolute;
  width: 105px;
  z-index: 5;
  filter: drop-shadow(12px 14px 10px rgba(53,77,95,.25));
}

.plasma-bag-left {
  left: 58px;
  top: 207px;
}

.plasma-bag-right {
  right: 50px;
  top: 207px;
}
/*****************__________*************/
.plasma-bag-sec {
  background: #eaf4fb;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.plasma-bag-wrap {
  width: 620px;
  height: 560px;
  position: relative;
}

.plasma-rings {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.plasma-rings span {
  position: absolute;
  left: 50%;
  top: 50%;

  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.plasma-rings span:nth-child(1) {
  width: 250px;
  height: 250px;
      border: 2.5px solid rgba(243, 153, 54, 0.6);

}

.plasma-rings span:nth-child(2) {
  width: 390px;
  height: 390px;
   border: 2px solid rgba(243, 153, 54, 0.35);
}
}

.plasma-rings span:nth-child(3) {
  width: 520px;
  height: 520px;
  border: 1.5px solid rgba(243, 153, 54, 0.15);
}
}

/*.bag-img {
  position: absolute;
  width: 150px;
  z-index: 999;
  filter: drop-shadow(14px 16px 10px rgba(53,77,95,.28));
}*/



.bag-chart-line {
  position: absolute;
  left: 145px;
  top: 238px;
  width: 335px;
  height: 120px;
  z-index: 6;
  overflow: visible;
}


/***************___________________******************/
.vwp-pin-wrap {
  height: 2800px;
  position: relative;
  background: #edf5fb;
}

.vwp-section {
  min-height: 100vh;
  height: 100vh;
  background: #edf5fb;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.vwp-content {
  width: 330px;
  min-height: 220px;
  position: relative;
  z-index: 10;
  transform: translateX(90px);
}

.vwp-content-box {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.vwp-content-box.active {
  opacity: 1;
  pointer-events: auto;
}

.vwp-content-box h2 {
  font-size: 23px;
  line-height: 1.35;
  color: #3c5363;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.vwp-content-box h2 span,
.vwp-content-box h2 strong {
  color: #f28c00;
}

.vwp-wheel-area {
  width: 560px;
  height: 560px;
  position: relative;
  z-index: 5;
}

.vwp-bg-rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vwp-bg-rings span {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.vwp-bg-rings span:nth-child(1) {
  width: 300px;
  height: 300px;
  border: 1px solid #f3a44d;
}

.vwp-bg-rings span:nth-child(2) {
  width: 420px;
  height: 420px;
  border: 1px solid #f6c37d;
}

.vwp-bg-rings span:nth-child(3) {
  width: 540px;
  height: 540px;
  border: 1px solid #f9dfc0;
}

.vwp-wheel {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.vwp-wheel-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 292px;
  height: 292px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: conic-gradient(
    #ef5746 0deg 105deg,
    transparent 105deg 148deg,
    #f28c00 148deg 285deg,
    transparent 285deg 360deg
  );
}

.vwp-wheel-ring::before {
  content: "";
  position: absolute;
  inset: 44px;
  border-radius: 50%;
  background: #edf5fb;
}

.vwp-circle-item {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #edf5fb;
  box-shadow: 0 18px 38px rgba(53, 77, 95, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
  cursor: pointer;
}

.vwp-circle-item::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  background: #f8fbff;
}

.vwp-circle-inner {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.vwp-circle-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vwp-circle-item.active {
  box-shadow: 0 22px 45px rgba(53, 77, 95, 0.24);
}



