/* =========================================
   ORDOCLIN PHASE I SECTION
========================================= */

.oc-phase-section {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
  overflow: hidden;
}

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

.oc-phase-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

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

.oc-phase-content {
  max-width: 700px;
}

.oc-phase-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;

  color: #6bbcc1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.oc-phase-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 10px;
  background: #6bbcc1;
}

.oc-phase-content h2 {
  margin: 0;

  color: #58595b;
  font-size: clamp(42px, 4vw, 60px);
  line-height: 1.07;
  font-weight: 600;
  letter-spacing: -1.5px;
}

.oc-phase-content h2 span {
  display: block;
  color: #6bbcc1;
}

.oc-phase-content h3 {
  margin: 20px 0 24px;

  color: #58595b;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
}

.oc-phase-description {
  max-width: 680px;
  margin: 0 0 30px;

  color: #737577;
  font-size: 15px;
  line-height: 1.85;
}

/* =========================================
   FEATURES
========================================= */

.oc-phase-features {
  display: grid;
  grid-template-columns: 1fr 1fr;

  margin-bottom: 32px;

  border-top: 1px solid #e2eded;
  border-bottom: 1px solid #e2eded;
}

.oc-phase-feature {
  display: flex;
  align-items: flex-start;
  gap: 11px;

  min-height: 57px;
  padding: 13px 15px 13px 0;

  color: #58595b;
  font-size: 13px;
  line-height: 1.5;
}

.oc-phase-feature:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid #e2eded;
}

.oc-phase-feature > span {
  flex: 0 0 22px;

  width: 22px;
  height: 22px;

  display: grid;
  place-items: center;

  margin-top: 1px;

  border-radius: 50%;
  background: rgba(107, 188, 193, 0.13);

  color: #6bbcc1;
  font-size: 9px;
}

/* =========================================
   CTA
========================================= */

.oc-phase-btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;

  padding: 15px 24px;

  border-radius: 50px;
  background: #58595b;

  color: #ffffff;
  text-decoration: none;

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

  transition: all 0.3s ease;
}

.oc-phase-btn i {
  transition: transform 0.3s ease;
}

.oc-phase-btn:hover {
  background: #6bbcc1;
  color: #ffffff;
}

.oc-phase-btn:hover i {
  transform: translateX(5px);
}

/* =========================================
   RIGHT VISUAL
========================================= */

/* =========================================
   PHASE I PANEL
========================================= */

.oc-phase-panel {
  position: relative;

  width: 100%;
  max-width: 530px;
  min-height: 610px;

  margin-left: auto;

  padding: 28px;

  overflow: hidden;

  background: linear-gradient(145deg, #ffffff 0%, #f4f9f9 100%);

  border: 1px solid #dceaea;

  border-radius: 28px;

  box-shadow: 0 30px 80px rgba(88, 89, 91, 0.1);
}

/* =========================================
   BACKGROUND GLOW
========================================= */

.oc-phase-panel-glow {
  position: absolute;

  width: 300px;
  height: 300px;

  right: -120px;
  top: -100px;

  border-radius: 50%;

  background: rgba(107, 188, 193, 0.14);

  filter: blur(10px);

  pointer-events: none;
}

/* =========================================
   TOP BAR
========================================= */

.oc-phase-panel-top {
  position: relative;

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

  padding-bottom: 20px;

  border-bottom: 1px solid #dfeaea;

  color: #8d8e8f;

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* =========================================
   MAIN PHASE DISPLAY
========================================= */

.oc-phase-main {
  position: relative;

  display: flex;
  align-items: center;

  gap: 25px;

  padding: 38px 10px 35px;
}

.oc-phase-big-number {
  width: 105px;
  height: 105px;

  display: grid;
  place-items: center;

  flex-shrink: 0;

  border-radius: 22px;

  background: #6bbcc1;

  color: #ffffff;

  font-size: 75px;
  line-height: 1;
  font-weight: 500;

  box-shadow: 12px 12px 0 rgba(107, 188, 193, 0.12);
}

.oc-phase-main-text span {
  display: block;

  margin-bottom: 5px;

  color: #8d8e8f;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.oc-phase-main-text strong {
  display: block;

  max-width: 190px;

  color: #58595b;

  font-size: 23px;
  line-height: 1.15;
  font-weight: 600;
}

/* =========================================
   CAPABILITIES
========================================= */

.oc-phase-capabilities {
  position: relative;

  border-top: 1px solid #dfeaea;
}

.oc-phase-capability {
  display: grid;

  grid-template-columns: 40px 1fr 25px;

  align-items: center;

  gap: 12px;

  min-height: 70px;

  padding: 10px 8px;

  border-bottom: 1px solid #e5eeee;

  transition:
    background 0.3s ease,
    padding 0.3s ease;
}

.oc-phase-capability:hover {
  padding-left: 15px;

  background: rgba(107, 188, 193, 0.07);
}

/* Number */

.oc-phase-capability-number {
  color: #a8b7b8;

  font-size: 10px;
  font-weight: 700;
}

/* Text */

.oc-phase-capability strong {
  display: block;

  color: #58595b;

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

.oc-phase-capability small {
  display: block;

  margin-top: 3px;

  color: #969899;

  font-size: 9px;
  line-height: 1.3;
}

/* Arrow */

.oc-phase-capability > i {
  color: #6bbcc1;

  font-size: 10px;

  transition: transform 0.3s ease;
}

.oc-phase-capability:hover > i {
  transform: translateX(4px);
}

/* =========================================
   BOTTOM STATUS
========================================= */

.oc-phase-panel-bottom {
  display: flex;

  align-items: center;

  gap: 9px;

  padding-top: 22px;

  color: #8d8e8f;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.oc-phase-status-dot {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #6bbcc1;

  box-shadow: 0 0 0 5px rgba(107, 188, 193, 0.12);

  animation: ocPhaseStatus 2s infinite;
}

@keyframes ocPhaseStatus {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(107, 188, 193, 0.1);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(107, 188, 193, 0.03);
  }
}

/* =========================================
   HOVER MAIN NUMBER
========================================= */

.oc-phase-big-number {
  transition: transform 0.4s ease;
}

.oc-phase-panel:hover .oc-phase-big-number {
  transform: translateY(-4px);
}

/* =========================================
   PHASE I STUDY TYPES
========================================= */

.oc-studytypes-section {
  position: relative;
  padding: 110px 0;
  /* background: #f7faf9; */
  overflow: hidden;
}

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

.oc-studytypes-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: center;
}

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

.oc-studytypes-visual {
  position: relative;
  padding-right: 25px;
  padding-bottom: 25px;
}

.oc-studytypes-image {
  position: relative;
  z-index: 2;

  height: 650px;

  overflow: hidden;
  border-radius: 28px;

  background: #e8f2f2;
}

.oc-studytypes-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 0.7s ease;
}

.oc-studytypes-visual:hover .oc-studytypes-image img {
  transform: scale(1.04);
}

/* =========================================
   IMAGE BADGE
========================================= */

.oc-studytypes-badge {
  position: absolute;
  right: 0;
  bottom: 55px;
  z-index: 4;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 22px;
  background: #102f33;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(88, 89, 91, 0.15);
}

.oc-studytypes-badge span {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
}

.oc-studytypes-badge small {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: 700;
}

/* =========================================
   DECORATIVE ACCENT
========================================= */

.oc-studytypes-accent {
  position: absolute;
  left: -18px;
  bottom: 0;
  width: 412px;
  height: 100%;
  border-radius: 20px;
  background: rgb(0 140 148);
  z-index: 1;
}

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

.oc-studytypes-content {
  max-width: 760px;
}

.oc-studytypes-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 17px;

  color: #6bbcc1;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.oc-studytypes-eyebrow::before {
  content: "";

  width: 28px;
  height: 2px;

  border-radius: 10px;

  background: #6bbcc1;
}

/* =========================================
   STUDY TYPE LIST
========================================= */

.oc-studytypes-list {
  display: grid;
  grid-template-columns: 1fr 1fr;

  border-top: 1px solid #dce7e7;
}

/* Individual item */

.oc-studytype {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 55px;
  padding: 10px 14px 10px 0;
  border-bottom: 1px solid #dce7e7;
  color: #58595b;
  font-size: 15px;
  line-height: 1.4;
  transition:
    color 0.25s ease,
    padding-left 0.25s ease,
    background 0.25s ease;
}

/* Right column divider */

.oc-studytype:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid #dce7e7;
}

/* Number */

.oc-studytype-number {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgb(107 188 193 / 18%);
  color: #008c93;
  font-size: 10px;
  font-weight: 700;
  transition: all 0.25s ease;
}

/* Hover */

.oc-studytype:hover {
  color: #008c93;
  padding-left: 6px;
}

.oc-studytype:nth-child(even):hover {
  padding-left: 24px;
}

.oc-studytype:hover .oc-studytype-number {
  background: #6bbcc1;
  color: #ffffff;
}

/* ========================================= ORDOCLIN PHASE I CAPABILITIES ========================================== */

.oc-phase-capabilities {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background: #f7f9fa;
  overflow: hidden;
}


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

.oc-phase-intro {
  position: sticky;
  top: 100px;
}

.oc-phase-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  color: #6bbcc1;
}

.oc-phase-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #6bbcc1;
}

.oc-phase-title {
  margin: 0;

  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -2px;
  color: #303234;
}

/* ==========================================
   ACCORDION
   ========================================== */

.oc-phase-accordion {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.oc-phase-item {
  position: relative;
  border-bottom: 1px solid rgba(88, 89, 91, 0.18);
}
.oc-phase-item.even-number {
  border-left: 1px solid rgb(88 89 91 / 18%);
}

.oc-phase-question {
  width: 100%;
  min-height: 94px;

  padding: 0;

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

  border: 0;
  outline: 0;
  background: transparent;

  cursor: pointer;
  text-align: left;
}

.oc-phase-question-left {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-left: 20px;
}

.oc-phase-number {
  min-width: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #58595b;
  transition: color 0.3s ease;
}

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

  color: #008c94;

  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

/* ==========================================
   TOGGLE ICON
   ========================================== */

.oc-phase-toggle {
  width: 42px;
  height: 42px;

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

  flex-shrink: 0;

  color: #58595b;

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

.oc-phase-toggle i {
  font-size: 15px;
  transition: transform 0.35s ease;
}

.oc-phase-item:not(.active) .oc-phase-toggle i {
  transform: translateX(0);
}

.oc-phase-item:not(.active) .oc-phase-question:hover .oc-phase-toggle i {
  transform: translateX(5px);
}

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

.oc-phase-item.active .oc-phase-question-title {
  color: #008c94;
}

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

.oc-phase-item.active .oc-phase-toggle {
  color: #008c94;
}

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

.oc-phase-answer {
  display: grid;
  grid-template-rows: 0fr;

  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.oc-phase-answer-inner {
  overflow: hidden;
  min-height: 0;
  padding-left: 80px;
  padding-right: 20px;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    padding-bottom 0.45s ease;
}

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

.oc-phase-item.active .oc-phase-answer-inner {
  padding-bottom: 20px;
  opacity: 1;
  transform: translateY(0);
}

.oc-phase-answer-inner p {
  margin: 0;

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

  color: #707274;
}

/* ==========================================
   TAGS
   ========================================== */

.oc-phase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 22px;
}

.oc-phase-tags span {
  display: inline-flex;
  align-items: center;

  padding: 7px 12px;

  border-radius: 50px;

  background: rgba(107, 188, 193, 0.1);

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;

  color: #58595b;
}

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

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

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


/* =========================================
   ORDOCLIN REGULATORY SECTION
========================================= */

.oc-regulatory-section {
    position: relative;
    padding: 120px 0;
    /* background: #f7faf9; */
    overflow: hidden;
}


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

.oc-regulatory-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}


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

.oc-regulatory-content {
    max-width: 650px;
}


/* Label */

.oc-regulatory-label {
    margin-top: 30px;

    color: #58595b;

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


/* =========================================
   RIGHT VISUAL
========================================= */

.oc-regulatory-visual {
    position: relative;

    width: 500px;
    height: 500px;

    margin: 0 auto;
}


/* Background glow */

.oc-regulatory-glow {
    position: absolute;
    /* width: 390px; */
    /* height: 390px; */
    left: 50%;
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    /* border-radius: 50%; */
    /* background: radial-gradient(
            circle,
            rgba(107, 188, 193, .14),
            rgba(107, 188, 193, .04) 50%,
            transparent 72%
        ); */
    /* filter: blur(5px); */
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================
   CENTER
========================================= */

.oc-regulatory-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 165px;
    height: 165px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #008c94;
    box-shadow: 0 25px 60px rgba(88, 89, 91, .12);
}
.oc-regulatory-center-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
    border-radius: 50%;
    background: rgb(243 251 251 / 45%);
    color: #FFFF;
    font-size: 15px;
}


.oc-regulatory-center span {
    color: #FFF;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2px;
}

.oc-regulatory-center strong {
    margin-top: 2px;
    color: #FFFF;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
}


.oc-regulatory-center small {
    margin-top: 3px;
    color: #FFF;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

/* =========================================
   AUTHORITY PILLS
========================================= */

.oc-reg-authority {
    position: absolute;
    z-index: 3;
    min-width: 115px;
    padding: 12px 15px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 30px rgba(88, 89, 91, .08);
    backdrop-filter: blur(8px);
    transition: transform .3s ease,
        box-shadow .3s ease;
    text-align: center;
}


.oc-reg-authority:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 40px rgba(88, 89, 91, .13);
}


.oc-reg-authority span {
    display: block;

    color: #58595b;

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


.oc-reg-authority small {
    display: block;

    margin-top: 3px;

    color: #999;

    font-size: 8px;
}


/* =========================================
   POSITIONS
========================================= */

.oc-reg-fda {
    top: 30px;
    left: 50%;

    transform: translateX(-50%);
}

.oc-reg-fda:hover {
    transform: translateX(-50%) translateY(-5px);
}


.oc-reg-ema {
    top: 115px;
    right: 10px;
}


.oc-reg-cdsco {
    top: 260px;
    right: -5px;
}


.oc-reg-hc {
    bottom: 80px;
    right: 25px;
}


.oc-reg-tga {
    bottom: 15px;
    left: 50%;

    transform: translateX(-50%);
}

.oc-reg-tga:hover {
    transform: translateX(-50%) translateY(-5px);
}


.oc-reg-mhra {
    bottom: 80px;
    left: 25px;
}


.oc-reg-anvisa {
    top: 260px;
    left: -5px;
}


.oc-reg-who {
    top: 115px;
    left: 10px;
}


/* =========================================
   CONNECTING LINES
========================================= */

.oc-reg-line {
    position: absolute;
    z-index: 0;
    display: block;
    height: 1px;
    background: rgba(107, 188, 193, .25);
    transform-origin: left center;
}


/* Top */

.oc-reg-line-1 {
    width: 120px;

    left: 50%;
    top: 205px;

    transform: rotate(-90deg);
}


/* Top-right */

.oc-reg-line-2 {
    width: 115px;

    left: 55%;
    top: 45%;

    transform: rotate(-28deg);
}


/* Bottom-right */

.oc-reg-line-3 {
    width: 115px;

    left: 55%;
    top: 55%;

    transform: rotate(28deg);
}


/* Bottom */

.oc-reg-line-4 {
    width: 120px;

    left: 50%;
    top: 55%;

    transform: rotate(90deg);
}


/* Bottom-left */

.oc-reg-line-5 {
    width: 115px;

    left: 45%;
    top: 55%;

    transform: rotate(152deg);
}


/* Top-left */

.oc-reg-line-6 {
    width: 115px;

    left: 45%;
    top: 45%;

    transform: rotate(208deg);
}



/* .oc-reg-line-7 {
    width: 115px;

    left: 75%;
    top: 45%;

    transform: rotate(208deg);
}


.oc-reg-line-8 {
    width: 115px;

    left: 75%;
    top: 45%;

    transform: rotate(208deg);
} */

/* =========================================
   TABLET
========================================= */

@media (max-width: 1200px) {

    .oc-regulatory-layout {
        gap: 40px;
    }

    .oc-regulatory-visual {
        width: 500px;
        height: 500px;
    }

    .oc-reg-authority {
        min-width: 100px;
        padding: 10px 12px
    }

     .oc-phase-layout {
    gap: 55px;
  }

  .oc-phase-panel {
    max-width: 480px;
    min-height: 580px;
  }

  .oc-studytypes-layout {
    gap: 50px;
  }

  .oc-studytypes-image {
    height: 580px;
  }

  .oc-studytypes-content h2 {
    font-size: 48px;
  }

  .oc-phase-layout {
    gap: 45px;
  }

  .oc-phase-visual {
    min-height: 520px;
  }

  .oc-phase-orbit {
    width: 500px;
    height: 500px;
  }

  .oc-phase-ring-one {
    width: 210px;
    height: 210px;
  }

  .oc-phase-ring-two {
    width: 330px;
    height: 330px;
  }

  .oc-phase-ring-three {
    width: 450px;
    height: 450px;
  }

}


/* =========================================
   991px
========================================= */

@media (max-width: 991px) {

    .oc-regulatory-section {
        padding: 90px 0;
    }

    .oc-regulatory-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .oc-regulatory-content {
        max-width: 800px;
    }

    .oc-regulatory-visual {
        margin: 0 auto;
        width: 570px;
        height: 570px;
    }

     .oc-phase-capabilities {
    padding: 90px 0;
  }

  .oc-phase-intro {
    position: relative;
    top: auto;
  }

  .oc-phase-title {
    font-size: 48px;
  }

  .oc-phase-description {
    max-width: 650px;
  }

   .oc-phase-panel {
    max-width: 650px;
    margin: 0 auto;
  }

  .oc-studytypes-section {
    padding: 90px 0;
  }

  .oc-studytypes-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .oc-studytypes-visual {
    max-width: 650px;
    width: 100%;

    margin: 0 auto;
  }

  .oc-studytypes-image {
    height: 500px;
  }

  .oc-studytypes-content {
    max-width: 850px;
  }

  .oc-phase-section {
    padding: 90px 0;
  }

  .oc-phase-layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .oc-phase-content {
    max-width: 800px;
  }

  .oc-phase-visual {
    min-height: 570px;
  }

  .oc-phase-orbit {
    width: 540px;
    height: 540px;
  }
}


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

@media (max-width: 767px) {

    .oc-regulatory-section {
        padding: 70px 0;
    }

    .oc-regulatory-content h2 {
        font-size: 38px;
        letter-spacing: -.8px;
    }

    .oc-regulatory-content h3 {
        font-size: 18px;
    }

    .oc-regulatory-visual {
        width: 390px;
        height: 390px;
    }

    .oc-regulatory-center {
        width: 125px;
        height: 125px;
    }

    .oc-regulatory-center-icon {
        width: 30px;
        height: 30px;

        margin-bottom: 5px;

        font-size: 12px;
    }

    .oc-regulatory-center strong {
        font-size: 12px;
    }

    .oc-reg-authority {
        min-width: 82px;
        padding: 8px 10px;

        border-radius: 10px;
    }

    .oc-reg-authority span {
        font-size: 9px;
    }

    .oc-reg-authority small {
        font-size: 6px;
    }

 .oc-reg-fda {
    top: 14px;
}

    .oc-reg-ema {
        top: 75px;
        right: 0;
    }

    .oc-reg-cdsco {
    top: 150px;
    right: -19px;
}

    .oc-reg-hc {
        bottom: 50px;
        right: 5px;
    }

    .oc-reg-tga {
        bottom: 0;
    }

    .oc-reg-mhra {
        bottom: 50px;
        left: 5px;
    }

 .oc-reg-anvisa {
    top: 152px;
    left: -16px;
}

    .oc-reg-who {
        top: 75px;
        left: 0;
    }

    .oc-phase-capabilities {
    padding: 70px 0;
  }

  .oc-phase-eyebrow {
    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .oc-phase-title {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .oc-phase-tagline {
    font-size: 17px;
    margin-top: 22px;
  }

  .oc-phase-description {
    font-size: 14px;
    line-height: 1.75;
  }

  .oc-phase-question {
    min-height: 82px;
  }

  .oc-phase-question-left {
    gap: 16px;
  }

  .oc-phase-number {
    min-width: 24px;
    font-size: 10px;
  }

  .oc-phase-question-title {
    font-size: 16px;
    padding-right: 10px;
  }

  .oc-phase-toggle {
    width: 34px;
    height: 34px;
  }

  .oc-phase-toggle i {
    font-size: 13px;
  }

  .oc-phase-answer-inner {
    padding-left: 40px;
    padding-right: 25px;
  }

  .oc-phase-answer-inner p {
    font-size: 14px;
    line-height: 1.75;
  }

  .oc-studytypes-section {
    padding: 70px 0 30px;
}

  .oc-studytypes-image {
    height: 430px;
    border-radius: 22px;
  }

  .oc-studytypes-badge {
    width: 120px;
    height: 120px;

    right: -2px;
    bottom: 35px;

    border-radius: 18px;
  }

  .oc-studytypes-badge span {
    font-size: 40px;
  }

  .oc-studytypes-content h2 {
    font-size: 38px;
    letter-spacing: -0.8px;
  }

  .oc-studytypes-content h3 {
    font-size: 18px;
  }

  .oc-studytypes-description {
    font-size: 14px;
  }

  /* One column */

 .oc-studytypes-list {
    grid-template-columns: 1fr;
    margin: 10px 30px;
    border-top: none;
}

  .oc-studytype:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .oc-studytype:nth-child(even):hover {
    padding-left: 6px;
  }

   .oc-phase-section {
    padding: 70px 0;
  }

  .oc-phase-layout {
    gap: 55px;
  }

  .oc-phase-content h2 {
    font-size: 38px;
    letter-spacing: -0.8px;
  }

  .oc-phase-content h3 {
    font-size: 18px;
  }

  .oc-phase-description {
    font-size: 14px;
  }

  .oc-phase-features {
    grid-template-columns: 1fr;
  }

  .oc-phase-feature:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  /* Smaller visual */

  .oc-phase-visual {
    min-height: 440px;
  }

  .oc-phase-orbit {
    width: 390px;
    height: 390px;
  }

  .oc-phase-ring-one {
    width: 170px;
    height: 170px;
  }

  .oc-phase-ring-two {
    width: 270px;
    height: 270px;
  }

  .oc-phase-ring-three {
    width: 360px;
    height: 360px;
  }

  .oc-phase-center {
    width: 125px;
    height: 125px;
  }

  .oc-phase-center-inner strong {
    font-size: 42px;
  }

  /* Nodes */

  .oc-phase-node {
    min-width: auto;
    padding: 7px 9px;
    gap: 7px;
  }

  .oc-node-icon {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
    font-size: 10px;
  }

  .oc-phase-node strong {
    font-size: 9px;
  }

  .oc-phase-node small {
    font-size: 7px;
  }

  .oc-node-fih {
    top: 0;
  }

  .oc-node-sad {
    top: 100px;
    right: -5px;
  }

  .oc-node-mad {
    bottom: 65px;
    right: -5px;
  }

  .oc-node-pkpd {
    bottom: 0;
  }

  .oc-node-bio {
    top: 100px;
    left: -5px;
  }

  /* Connecting lines */

  .oc-line-top,
  .oc-line-bottom {
    height: 65px;
  }

  .oc-line-left,
  .oc-line-right {
    width: 65px;
  }

 .safety-capabilities {
    margin: 20px auto;
}

.safety-capabilities li {
    /* justify-content: center; */
    gap: 12px;
    margin-bottom: 10px;
    font-size: 13px;
    margin-left: 5%;
}
.oc-studytypes-badge small {
    /* font-size: 7px; */
    padding: 20px;
}
}

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

@media (max-width: 576px) {
  .oc-phase-panel {
    min-height: auto;

    padding: 20px;

    border-radius: 22px;
  }

  .oc-phase-main {
    gap: 18px;

    padding: 28px 5px;
  }

  .oc-phase-big-number {
    width: 80px;
    height: 80px;

    border-radius: 16px;

    font-size: 55px;
  }

  .oc-phase-main-text strong {
    font-size: 18px;
  }

  .oc-phase-capability {
    grid-template-columns: 30px 1fr 20px;

    min-height: 65px;

    gap: 8px;
  }

  .oc-phase-capability strong {
    font-size: 12px;
  }

  .oc-phase-capability small {
    font-size: 8px;
  }

  .oc-studytypes-image {
    height: 350px;
  }

  .oc-studytypes-badge {
    width: 105px;
    height: 105px;
  }

  .oc-studytypes-badge span {
    font-size: 34px;
  }

  

  .oc-studytypes-content h2 {
    font-size: 34px;
  }

  .oc-studytype {
    font-size: 12px;
    min-height: 40px;
  }
  .oc-studytype-number {
     flex: none;
    width: 22px;
    height: 22px;
    font-size: 8px;
}
}

@keyframes ocPhasePulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }


}


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

@media (max-width: 480px) {

  .oc-regulatory-visual {
    width: 300px;
    height: 300px;
}
.oc-reg-line-2 {
   
    left: 55%;
    top: 47%;
    
}
.oc-reg-line-1 {
    top: 147px;
}
.oc-reg-line-3 {
    width: 115px;
    left: 55%;
    top: 61%;
    transform: rotate(28deg);
}
.oc-reg-line-6 {
    width: 115px;
    left: 45%;
    top: 48%;
    transform: rotate(208deg);
}
.oc-reg-line-5 {
    width: 115px;
    left: 45%;
    top: 61%;
    transform: rotate(152deg);
}


    .oc-regulatory-center {
        width: 105px;
        height: 105px;
    }

    .oc-reg-authority {
        min-width: 70px;
        padding: 7px 8px;
    }

    .oc-reg-authority span {
        font-size: 8px;
    }

    .oc-reg-authority small {
        font-size: 5px;
    }

    .oc-regulatory-center span {
        font-size: 6px;
    }

    .oc-regulatory-center strong {
        font-size: 10px;
    }

    .oc-regulatory-center small {
        font-size: 5px;
    }

      .oc-phase-title {
    font-size: 34px;
  }

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

  .oc-phase-question-left {
    gap: 12px;
  }

  .oc-phase-answer-inner {
    padding-left: 36px;
    padding-right: 15px;
  }

  .oc-phase-accent {
    font-size: 10px;
  }

   .oc-phase-content h2 {
    font-size: 34px;
  }

  .oc-phase-btn {
    width: 100%;
    justify-content: center;
  }

  .oc-phase-visual {
    min-height: 350px;
  }

  .oc-phase-orbit {
    width: 315px;
    height: 315px;
  }

  .oc-phase-ring-one {
    width: 135px;
    height: 135px;
  }

  .oc-phase-ring-two {
    width: 220px;
    height: 220px;
  }

  .oc-phase-ring-three {
    width: 290px;
    height: 290px;
  }

  .oc-phase-center {
    width: 105px;
    height: 105px;
  }

  .oc-phase-center-inner strong {
    font-size: 35px;
  }

  .oc-phase-center-inner span {
    font-size: 8px;
  }

  .oc-phase-center-inner small {
    font-size: 6px;
  }

  .oc-phase-node {
    padding: 5px 7px;
  }

  .oc-node-icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .oc-node-fih {
    top: -5px;
  }

  .oc-node-sad {
    right: -12px;
    top: 78px;
  }

  .oc-node-mad {
    right: -12px;
    bottom: 45px;
  }

  .oc-node-pkpd {
    bottom: -5px;
  }

  .oc-node-bio {
    left: -12px;
    top: 78px;
  }

    .oc-studytypes-accent{
    display: none;
  }
  .oc-studytypes-layout{
    gap: 0px;
  }
  .oc-phase-accordion {
    grid-template-columns: 1fr;
}

}






