/* ===================================
   BA/BE EXPERTISE
=================================== */
/* ============================
   SECTION
============================ */

.babe-section {
  padding: 120px 6%;
  background: #ffffff;
}

.babe-container {
  max-width: 1400px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;

  align-items: center;
}

/* ============================
   LEFT
============================ */

.section-label {
  display: inline-block;

  padding: 8px 16px;

  background: #eaf8f8;

  border-radius: 50px;

  color: #0093a0;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 0.12em;
}

.babe-content h2 span {
  color: #0093a0;
}

.regulatory-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 35px;
}

.regulatory-badges span {
  padding: 10px 16px;

  border-radius: 8px;

  background: #f5fafa;

  border: 1px solid #e1ecec;

  font-size: 13px;
  font-weight: 600;
}

/* ============================
   RIGHT ECOSYSTEM
============================ */

.ecosystem {
  position: relative;

  width: 550px;
  height: 550px;

  margin: auto;
}

.ecosystem::before {
  content: "";

  position: absolute;

  inset: 70px;

  border-radius: 50%;

  border: 2px dashed rgba(0, 151, 165, 0.15);
}

/* CENTER */

.center-node {
  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  width: 180px;
  height: 180px;

  border-radius: 50%;

  background: linear-gradient(135deg, #0093a0, #006f78);

  color: white;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;

  font-size: 20px;
  font-weight: 700;

  box-shadow: 0 25px 60px rgba(0, 151, 165, 0.25);
}

/* OUTER NODES */

.node {
  position: absolute;

  width: 170px;
  height: 100px;

  background: white;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;

  padding: 15px;

  font-weight: 700;

  color: #17383c;

  border: 1px solid #e4efef;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);

  transition: 0.35s;
}

.node:hover {
  transform: scale(1.05);
  border-color: #0093a0;
}

/* POSITIONS */

.node-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.node-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.node-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.node-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ====================================
   BA/BE STATS
==================================== */
.babe-data-strip {
  padding: 100px 6%;
  background: #eaf7f7;
}
.data-strip-header {
  text-align: center;
  /* margin-bottom: 70px; */
}

.data-strip-header span {
  color: #0095a2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

/* Line */

.data-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1300px;
  margin: auto;
  margin-top: 50px;
}

.data-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #dff5f7, #0095a2, #dff5f7);
}

/* Metric */

.metric-point {
  text-align: center;

  position: relative;
}

.metric-point h3 {
  margin-top: 30px;

  color: #17383c;

  font-size: 40px !important;

  font-weight: 800;

  line-height: 1;
}

.metric-point p {
  margin-top: 12px;

  color: #66777a;

  font-size: 15px;

  line-height: 1.6;
}

<!-- /* ====================================
                BA/BE Therapy
   ==================================== */ -->

 /* =========================
   THERAPEUTIC TABLE
========================= */

.therapeutic-section {
    padding: 125px 20px 50px;
}

.therapeutic-section .sec-title {
  text-align: center;
  padding-bottom: 50px;
}

.icon-cell i {
  line-height: 42px;
  color: #008c94;
  font-size: 18px;
}

.icon-cell i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #008c9415;
  color: #008c94;
  font-size: 18px;
  transition: 0.3s;
  display: flex;
  align-content: center;
  justify-content: center;
}

.section-tag {
  display: inline-block;
  padding: 10px 25px;
  background: rgba(15, 114, 174, 0.08);
  color: #0f72ae;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.section-desc {
  max-width: 850px;
  margin: auto;
  color: #6d7485;
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 60px;
}

.table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  border-radius: 25px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.table-container {
  max-width: 1000px;
  margin: 0 auto;
}

.therapeutic-table {
  width: 100%;
  border-collapse: collapse;
}

.therapeutic-table thead th {
  background: linear-gradient(45deg, #008c94, #56b3b8);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 26px;
  text-align: left;
  border-left: 1px solid #edf2f7;
}

.therapeutic-table tbody td {
  padding: 15px;
  font-size: 17px;
  color: #58595b;
  border-bottom: 1px solid #edf2f7;
  border-left: 1px solid #edf2f7;
}

.therapeutic-table tbody tr:nth-child(even) {
  background: #f8fbfd;
}

.therapeutic-table tbody tr:hover {
  background: rgba(15, 114, 174, 0.05);
  transition: 0.3s;
}

.count {
  font-size: 36px;
  font-weight: 700;
  color: #0f72ae;
}

.therapeutic-table tbody td:nth-child(3),
.therapeutic-table thead th:nth-child(3) {
  border-left: 1px solid #edf2f7;
}

.table-wrapper.service3 {
  margin: 0 70px;
}

/* =========================
   RESPONSIVE
========================= */

/*other tables*/
table.therapeutic-table.regulatory tbody td {
  padding: 12px;
  font-size: 17px;
}

table.therapeutic-table.regulatory .count {
  padding-left: 20px;
}

<!-- /* ====================================
    BA/BE Dosage-section
 ==================================== */ -->
/* Section */
.dosage-flow {
    padding: 100px 0 50px;
    background: #fff;
}

.flow-wrapper {
  display: grid;
  grid-template-columns: 480px 80px 1fr;
  gap: 30px;
  align-items: center;
}

.flow-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.flow-item {
  padding: 13px 25px;
  border: 1px solid #e4e7ea;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
}

.flow-item i {
  font-size: 24px;
  color: #008c94;
}

.flow-item span {
  font-size: 17px;
  font-weight: 600;
}

.flow-item:hover,
.flow-item.active {
  background: #008c94;
  color: #fff;
}

.flow-item.active i {
  color: #fff;
}

.flow-arrow {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-line {
  width: 100%;
  height: 2px;
  background: #008c94;
}

.arrow-head {
    position: absolute;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #008c94;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow-content {
  background: #f8fbfc;
  border-radius: 20px;
  padding: 40px;
  min-height: 420px;
}

.content-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.content-header i {
  font-size: 30px;
  color:#008c94;
  line-height: 57px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.content-header h3 {
  margin: 0;
  font-size: 25px;
  line-height: 35px;
}
.content-header span {
  color: #008c94;
  font-weight: 600;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.category-box {
  background: #fff;
  border: 1px solid #dce6eb;
  padding: 18px;
  border-radius: 12px;
  font-weight: 500;
  transition: 0.3s;
}

.category-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

<!-- /* ====================================
         BA/BE Bioanalytical Laboratory 
==================================== */ -->

.lab-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

/* Atmospheric subtle light glow */
.glow-orb {
  position: absolute;
  top: 15%;
  left: 20%;
  width: 450px;
  height: 450px;
  background: radial-gradient(
    circle,
    rgba(14, 165, 233, 0.08) 0%,
    rgba(246, 249, 252, 0) 70%
  );
  pointer-events: none;
}

.lab-section .container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}

/* Badge */

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #0284c7;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.25);
}
/* Stat Grid */
.stats-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.stat-card {
  background: #ffffff;
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px -2px rgba(15, 23, 42, 0.04);
  transition: all 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 24px -6px rgba(15, 23, 42, 0.08);
}

.stat-num {
    display: block;
    font-size: 2.25rem;
    font-weight: 800;
    color: #0b2e59;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-num .accent {
    color: #008c94;
}

.stat-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #66777a;
}

/* Right Panel: Capabilities */
.card-eyebrow {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #38bdf8;
  font-weight: 700;
  margin-bottom: 6px;
}

.card-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.card-header p {
  font-size: 0.88rem;
  color: #94a3b8;
  margin-bottom: 28px;
}

.assay-grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.assay-grid li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.88rem;
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}

.assay-grid li:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* ===================================
   BA/BE WORKFLOW
=================================== */

.hidden-content {
  max-height: 0;

  overflow: hidden;

  transition: 0.4s ease;
}

.workflow-card.active .hidden-content {
  max-height: 300px;
}

.read-more {
  margin-top: 15px;

  border: none;

  background: none;

  color: #00a6b5;

  font-weight: 600;

  cursor: pointer;
}

<!-- /* ====================================
                                BA/BE Digital Workflows Across
/* ====================================
   SECTION
==================================== */

.Digital-Workflows {
  padding: 100px 0;
  overflow: hidden;
}

/* ====================================
   LAYOUT
==================================== */

.workflow-layout {
  display: flex;
  align-items: center;
  gap: 80px;
}

/* LEFT CONTENT */

.workflow-left {
  width: 35%;
  /* padding-left: 8%; */
  flex-shrink: 0;
}

/* RIGHT SLIDER */

.workflow-right {
  width: 65%;
  overflow: hidden;
}

/* ====================================
   CONTENT
==================================== */

.section-label {
  display: inline-block;
  padding: 10px 18px;
  background: #e8f8fa;
  color: #00a6b4;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

/* .description {
  max-width: 500px;
  font-size: 18px;
  line-height: 1.9;
  color: #5b6675;
} */

/* ====================================
   SLIDER
==================================== */

.workflow-slider {
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  gap: 30px;
  transition: 0.6s ease;
  padding: 35px;
}
/* SHOW 2 CARDS */

.swiper-slide {
  flex: 0 0 calc(50% - 15px);
}

/* ====================================
   CARD
==================================== */

.swiper-slide {
    background: #fff;
    border-radius: 26px;
    padding: 45px;
    /* box-shadow: 0 15px 40px rgb(0 0 0 / 43%); */
    transition: 0.4s;
    height: auto !important;
    border: 1px solid #008c94;
    border-top: 5px solid #008c94;
}

.workflow-item:hover {
  transform: translateY(-8px);
}

.step-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #008c94;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.workflow-item h3 {
  font-size: 25px;
  line-height: 1.25;
  color: #0b2e59;
  margin-bottom: 10px;
}

.workflow-item p {
  color: #5b6675;
  line-height: 1.5;
  margin-bottom: 20px;
}

.tags {
  color: #008c94;
  font-weight: 600;
}

/* ====================================
   PROGRESS BAR
==================================== */

.timeline-line {
  width: 100%;
  height: 6px;
  background: #e5e7eb;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 40px;
}

.timeline-progress {
  width: 25%;
  height: 100%;
  background: #008c94;
  transition: 0.5s;
}

/* ====================================
   CONTROLS
==================================== */

.timeline-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.prev-btn,
.next-btn {
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50%;
  background: #0b2e59;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.prev-btn:hover,
.next-btn:hover {
  background: #008c94;
}

.counter {
  font-size: 50px;
  font-weight: 600;
  color: #0b2e59;
}

.imaging-box.service-2 ul {
  grid-template-columns: 1fr;
}

.imaging-layout.service-2 {
  gap: 134px;
}

/* =========================================
   ORDOCLIN BA/BE WORKFLOW FAQ
========================================= */

.oc-babe-workflow-section {
  position: relative;
  padding: 105px 20px;
  background: #eaf7f7;
  overflow: hidden;
}

.oc-babe-workflow-container {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

/* =========================================
   HEADING
========================================= */

/* =========================================
   FAQ
========================================= */

.oc-babe-faq {
  width: 100%;
}

/* =========================================
   ITEM
========================================= */

.oc-babe-item {
  position: relative;

  border-bottom: 1px solid rgba(88, 89, 91, 0.13);

  transition: background 0.3s ease;
}

/* =========================================
   QUESTION
========================================= */

.oc-babe-question {
  width: 100%;

  display: grid;
  grid-template-columns: 75px 1fr 42px;
  align-items: center;

  gap: 20px;

  padding: 25px 5px;

  border: 0;
  outline: none;

  background: transparent;

  cursor: pointer;

  text-align: left;

  font-family: inherit;
}

/* Number */

.oc-babe-number {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;

  color: #a2a4a5;

  transition: color 0.3s ease;
}

/* Title */

.oc-babe-title {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;

  color: #58595b;

  transition: color 0.3s ease;
}

/* =========================================
   PLUS ICON
========================================= */

.oc-babe-icon {
  position: relative;

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #f1f8f8;

  transition:
    background 0.3s ease,
    transform 0.35s ease;
}

/* Horizontal */

.oc-babe-icon span:first-child {
  position: absolute;

  width: 13px;
  height: 1.5px;

  background: #008c94;
}

/* Vertical */

.oc-babe-icon span:last-child {
  position: absolute;

  width: 1.5px;
  height: 13px;

  background: #008c94;

  transition: transform 0.3s ease;
}

/* =========================================
   ANSWER
========================================= */

.oc-babe-answer {
  display: grid;

  grid-template-rows: 0fr;

  transition:
    grid-template-rows 0.4s ease,
    padding 0.4s ease;

  padding-left: 95px;
}

.oc-babe-answer p {
  min-height: 0;
  overflow: hidden;

  margin: 0;

  max-width: 780px;

  font-size: 15px;
  line-height: 1.75;

  color: #77797a;
}

/* =========================================
   ACTIVE
========================================= */

.oc-babe-item.active {
  background: #fff;
  border-radius: 14px;
  border-bottom-color: transparent;

  margin: 6px 0;
}

.oc-babe-item.active .oc-babe-question {
  padding-left: 22px;
  padding-right: 22px;
}

.oc-babe-item.active .oc-babe-number {
  color: #008c94;
}

.oc-babe-item.active .oc-babe-title {
  color: #4f5051;
}

.oc-babe-item.active .oc-babe-answer {
  grid-template-rows: 1fr;

  padding: 0 22px 27px 117px;
}

.oc-babe-item.active .oc-babe-icon {
  background: #008c94;

  transform: rotate(180deg);
}

.oc-babe-item.active .oc-babe-icon span {
  background: #ffffff;
}

.oc-babe-item.active .oc-babe-icon span:last-child {
  transform: rotate(90deg);
}

/* =========================================
   HOVER
========================================= */

.oc-babe-question:hover .oc-babe-title {
  color: #008c94;
}

.oc-babe-question:hover .oc-babe-number {
  color: #008c94;
}

/* 
        <!-- =====================================================
            BA/BE Specific Digital Capabilities 
        
        ===================================================== --> */
.digital-capabilities {
  padding: 100px 0;
  background: #f8fafc;
}

/* .container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
} */

.digital-wrapper {
  display: grid;
  grid-template-columns: 62% 38%;
  gap: 70px;
  align-items: start;
}

.digital-left {
  position: sticky;
  top: 120px;
}

.section-label {
  color: #00a0af;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.learn-more {
  color: #0b2e59;
  font-weight: 600;
  text-decoration: none;
}

/* Accordion */

.accordion-item {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.accordion-header {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header h3 {
  margin: 0;
  color: #0b2e59;
  font-size: 17px;
}
.accordion-header span {
  width: 40px;
  height: 40px;
  background: #00a0af;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  padding: 0 30px;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 0 30px 30px;
}

.accordion-content p {
  color: #5b6675;
  line-height: 1.8;
}

.accordion-content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.accordion-content li {
  margin-bottom: 14px;
  padding-left: 30px;
  position: relative;
}

.accordion-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00a0af;
  font-weight: bold;
}

<!-- /* ==================================== TECHNOLOGY & DIGITAL SYSTEMS  ==================================== */ -->
.technology-section {
  padding: 100px 0;
  background: #ffffff;
}

/* .container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
} */

.technology-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 70px;
  align-items: center;
}

.technology-image img {
  width: 100%;
  border-radius: 24px;
  display: block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.section-label {
  display: inline-block;
  color: #00a6b4;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.technology-content h2 {
  font-size: 46px;
  line-height: 1.2;
  color: #0b2e59;
  margin-bottom: 20px;
}

/* .description {
  color: #5b6675;
  line-height: 1.8;
  margin-bottom: 40px;
} */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 40px;
}

.technology-content {
  text-align: left;
}

/* ====================================
   RESPONSIVE
==================================== */

@media (max-width: 1200px) {
  .workflow-layout {
    flex-direction: column;
  }

  .workflow-left,
  .workflow-right {
    width: 100%;
    padding-left: 0;
  }
}

/* =========================================
   TABLET
========================================= */
@media (max-width: 991px) {
  .data-line {
    grid-template-columns: repeat(2, 1fr);

    row-gap: 20px;
    gap: 25px;
  }

  .data-line::before {
    display: none;
  }

  .section-desc {
    font-size: 18px;
  }

  .therapeutic-table {
    min-width: 800px;
  }

  .oc-babe-workflow-section {
    padding: 85px 20px;
  }

  .oc-babe-question {
    grid-template-columns: 60px 1fr 40px;
  }

  .oc-babe-answer {
    padding-left: 80px;
  }

  .oc-babe-item.active .oc-babe-answer {
    padding-left: 102px;
  }

  .digital-wrapper {
    grid-template-columns: 1fr;
  }

  .digital-left {
    position: relative;
    top: auto;
  }


 .technology-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
}

  .technology-content h2 {
    font-size: 36px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .babe-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .ecosystem {
    width: 420px;
    height: 420px;
    margin-bottom: 15px;
}

  .center-node {
    width: 150px;
    height: 150px;

    font-size: 16px;
  }

  .node {
    width: 130px;
    height: 80px;

    font-size: 12px;
  }

    .flow-wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
    justify-content: center;
}
  .arrow-line {
    display: none;
  }
  .arrow-head {
    display: none;
  }
  .flow-item span {
    font-size: 14px;
    font-weight: 600;
}
.flow-item i {
    font-size: 17px;
    color: #008c94;
}.flow-item {
    padding: 10px 14px;
    gap: 20px;
}

.category-box {
    padding: 10px;
    font-size: 12px;
}
.content-header span {
    color: #008c94;
    font-weight: 600;
    font-size: 14px;
}
.content-header h3 {
    font-size: 20px;
}
.flow-content {
    padding: 23px 20px;
    min-height: 335px;
}
.flow-wrapper { 
    justify-content: center;
}
.lab-section {
    padding: 20px 0;
}
.digital-right {
    order: 2;
}
}


@media (max-width: 767px) {
  .main-title {
    font-size: 2.1rem;
  }
  .capabilities-card {
    padding: 24px;
  }
  .table-wrapper.service3 {
    margin: 0px;
  }
  .oc-babe-workflow-section {
    padding: 65px 18px;
  }

  .oc-babe-workflow-heading {
    margin-bottom: 40px;
  }

  .oc-babe-workflow-heading h2 {
    font-size: 34px;
  }

  .oc-babe-workflow-tagline {
    font-size: 16px;
  }

  .oc-babe-workflow-intro {
    font-size: 14px;
    line-height: 1.7;
  }

  .oc-babe-question {
    grid-template-columns: 42px 1fr 38px;

    gap: 12px;

    padding: 22px 0;
  }

  .oc-babe-item.active .oc-babe-question {
    padding-left: 15px;
    padding-right: 15px;
  }

  .oc-babe-number {
    font-size: 12px;
  }

  .oc-babe-title {
    font-size: 16px;
  }

  .oc-babe-icon {
    width: 34px;
    height: 34px;
  }

  .oc-babe-answer {
    padding-left: 54px;
  }

  .oc-babe-item.active .oc-babe-answer {
    padding: 0 15px 24px 69px;
  }

  .oc-babe-answer p {
    font-size: 14px;
  }

.swiper-slide {
    flex: 0 0 88%;
}
  /* .workflow-item {
    padding: 30px;
  } */

  .workflow-item h3 {
    font-size: 20px;
  }

  .counter {
    font-size: 35px;
  }


  .lab-section .container {
    grid-template-columns: 1fr;
  }
  .stat-card {
    text-align: center;
  }
  .dosage-flow {
    padding: 40px 0 30px;
  }
  .babe-section {
    padding: 30px 20px;
  }
  .node-left {
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
  }
  .node-right {
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
  }

  .therapeutic-section {
    padding: 60px 20px 30px;
}
.device-research-content h3{
  margin-bottom: 10px;
}
  .stat-num {
    font-size: 1.5rem;
}
.stat-card {
    padding: 18px 16px;
}
.lab-section .container {
    gap: 35px;
}
.workflow-layout {
     gap: 0px;
}
.swiper-slide {
    padding: 20px;
    margin-top: 25px;
}
.swiper-wrapper {
     padding: 0px; 
}
.step-number {
    width: 35px;
    height: 35px;
   
    font-size: 14px;
}
.workflow-item p {
    margin-bottom: 15px;
    font-size: 14px;
}
.timeline-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
}
.accordion-header {
    padding: 8px 12px;
    justify-content: space-around;
}
.accordion-header h3 {
    font-size: 14px;
    width: 90%;
}
.accordion-header span {
    width: 25px;
    height: 25px;
    font-size: 20px;
}
.accordion-content p {
    line-height: 1.5;
    font-size: 13px;
}
.accordion-content li {
    padding-left: 22px;
    font-size: 13px;
}
.digital-capabilities {
    padding: 40px 0 20px;
}
}


@media (max-width: 576px) {
  .data-line {
    grid-template-columns: 1fr 1fr;
  }

  .metric-point h3 {
    font-size: 42px;
  }

  .ecosystem {
    width: 320px;
    height: 320px;
  }

  .node {
    width: 110px;
    height: auto;

    font-size: 11px;
  }

  .center-node {
    width: 120px;
    height: 120px;

    font-size: 14px;
  }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .oc-babe-workflow-section {
    padding: 55px 15px;
  }

  .oc-babe-question {
    grid-template-columns: 35px 1fr 35px;
    gap: 9px;
  }

  .oc-babe-title {
    font-size: 15px;
  }

  .oc-babe-item.active .oc-babe-answer {
    padding-left: 59px;
  }
}
