.elementor-88 .elementor-element.elementor-element-4cdad88e{--display:flex;}.elementor-88 .elementor-element.elementor-element-279c3886{width:100%;max-width:100%;}@media(max-width:767px){.elementor-88 .elementor-element.elementor-element-279c3886 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-279c3886 *//* Overall Wrapper */
.pipeline-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
    font-family: "indivisible-variable", sans-serif !important;
    
  margin-top: 16px;
  color: #192B4D !important;
  background-color: #ffffff;
  border-radius: 25px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  filter: drop-shadow(0px 0px 13px #0000000D);
}
.displaynone {
    display: none;
}
.down-arrow {
    height: 22px;
    width: 22px;
    background-image: url("/wp-content/uploads/2025/05/Down-Arrow.svg");
    background-size: 22px;
}

/* Header and Rows */
.pipeline-header,
.pipeline-row {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  align-items: center;
  margin-bottom: 0px;
}

.pipeline-header {
  margin-bottom: 0px;
  border-bottom: 1px dotted #051F3888;
}
.pipeline-row {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    font-size: 25px !important;
}
.pipeline-row-divider {
    border-top: 1px dotted #051F3888;
}
/* Columns */
.col {
  padding-left: 12px;
}
.pipeline-header .col {
    border-right: 1px dotted #051F3888;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
}
.pipeline-header .disease {
    grid-column: span 4;
    padding-left: 0px;
}
.pipeline-header .code {
    grid-column: span 2;
}
.pipeline-header .stage1 {
    grid-column: span 2 ;
    padding-left: 0px;
  text-align: center;
}
.pipeline-header .stage2 {
    grid-column:span 2;
    padding-left: 0px;
  text-align: center;
}
.pipeline-header .stage3 {
    grid-column:span 2;
    padding-left: 0px;
  text-align: center;
    border-right: 1px dotted #051F3888;
}
.pipeline-header .stage4 {
    grid-column:span 2;
    padding-left: 0px;
  text-align: center;
}

/* Disease Name Column */
.pipeline-row .disease {
    grid-column: span 4;
  font-weight: 500;
  color: #0A1A37;
  padding: 10px 0;
  font-size: 23px;
    border-right: 1px dotted #051F3888;
}

.bar-14 {
    grid-column: 7 / 9;
  grid-row: 1;
  height: 100%;
  border-right: 1px dotted #051F3888;
}.bar-24 {
   grid-column: 9 / 11;
  grid-row: 1;
  height: 100%;
  border-right: 1px dotted #051F3888;
}.bar-34 {
    grid-column: 11 / 13;
  grid-row: 1;
  height: 100%;
  border-right: 1px dotted #051F3888;
}.bar-44 {
    grid-column: 14;
  grid-row: 1;
  height: 100%;
  border-right: 1px dotted #051F3888;
}

/* Therapy Code Column */
.pipeline-row .code {
    grid-column: span 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #0A1A37;
  height: 100%;
  border-right: 1px dotted #051F3888;

}

/* Stages Label Area */
.stages {
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
 
}

.stage {
  flex: 1;
  font-family: 'Indivible Variable', sans-serif;
  text-align: center;
  font-weight: 500;
  color: #0A1A37;
}

/* Vertical Divider */
.divider {
  width: 1px;
  background-image: linear-gradient(#0A1A37 50%, rgba(255,255,255,0) 0%);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  margin: 0 0px;
}

/* Bar Area */
.bar {
    grid-column:  7 / 15;
  grid-row: 1;
    min-width: 50%;
    padding-left: 0;
  flex-grow: 1;
}

/* Dark Background of Bar */
.bar-bg {
  width: 100%;
  height: 32px; /* Thicker blue background */
  background-color: #0A1A37;
  border-radius: 0px; /* Slight rounding on blue (can set to 0px if you want perfectly squared) */
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center; /* Center yellow fill vertically */
}

/* Animated Orange Fill */
.bar-fill {
  height: 18px; /* Thinner yellow bar */
  background-color: #FBB040;
  margin-left: 8px;
  width: 0%;
    position: relative;
  animation: fill-bar 1.2s ease-out forwards;
}
.bar-blue {
    background-color: #98C8F6;
}

.bar-fill::after {
    left: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #FBB040;
  border-right: 0;
}
.bar-blue::after {
    left: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #98c8f6;
  border-right: 0;
}

/* Animation Keyframes */
@keyframes fill-bar {
  to {
    width: var(--fill-width);
  }
}

@media (max-width: 1120px) {
    .bar-14, .bar-24, .bar-34, .bar-44{
        display: none;
    }
    .pipeline-wrapper {
        
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  border-radius: 15px;
  padding-top: 0;
    }
    .pipeline-row {
        display: grid;
        grid-template: "a a"
        "b c";
    }
    .pipeline-header {
        grid-template: "a b c d";
        margin-bottom: 10px;
    }
    .pipeline-header .disease {
        grid-column: span 0;
        display: none;
    }
    .pipeline-header .code {
        grid-column: span 0;
        display: none;
    }
    .pipeline-header .stage1 {
        grid-area: a;
        font-size: 10px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 7px;
    }
    .pipeline-header .stage2 {
        grid-area: b;
        font-size: 10px;
        font-weight: 500;
        padding-top: 12px;
        padding-bottom: 10px;
    }
    .pipeline-header .stage3 {
        grid-area: c;
        font-size: 10px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 7px;
    }
    
    .pipeline-header .stage4 {
        grid-area: d;
        font-size: 10px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 7px;
        border-right: 0;
    }
    .col.bar {
        padding: 0px 0 10px 0;
        order: -1;
    }
    .pipeline-row {
        width: 100%;
        margin-bottom: 10px;
    }
    .col.disease {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
        grid-column: span 6;
    }.col.code {
        margin-top: 0;
        margin-bottom: 10px;
        padding-top: 0;
        grid-column: span 2;
    }
    .col {
        padding-left: 0px;
    }
    .bar {
    grid-column:  span 8;
    }
    .pipeline-header {
  margin-bottom: 0px;
  border-bottom: 0px dotted #051F3888;
}
    .pipeline-row .col.disease,.pipeline-row .col.code {
        width: auto;
        font-size: 14px;
        line-height: 15px;
        border: 0;
        border-right: 0px dotted #051F3888;
    }
    .pipeline-row .col.code {
        border-right: 0px dotted #051F3888;
    }
    
.down-arrow {
    height: 14px;
    width: 14px;
    background-image: url("/wp-content/uploads/2025/05/Down-Arrow.svg");
    background-size: 14px;
}

    .col.code {
    
        width: auto;
        font-size: 15px;
        text-align: right;
        justify-self: end;
    }
    .stage {
        font-size: 12px;
    }
}/* End custom CSS */