.home {
  padding-top: 200px !important;
}
img {
  border-radius: 20px;
}

/* .service-banner button.sciom-btn {
  width: 100%;
  max-width: 400px;
  margin: 20px 0px 0px 0px;
} */

/* BANNER CSS start*/
.banner-img-wrapper {
  align-items: end;
  justify-content: flex-end;
  display: flex;
}

.banner:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  background-size: 100%;
  right: 0px;
  max-width: 50%;
  bottom: 0px;
  top: 75px;
}
.sub-banner {
  height: 650px;
  display: flex;
  align-items: center;
}

.banner-content {
  width: 100%;
  max-width: 600px;
  /* align-items: center; */
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.banner.cdmo:after {
  background-image: url(/assets/images/banner/cdmo-banner.png);
}
.banner.pv:after {
  background-image: url(/assets/images/banner/pv-banner.png);
}
.banner.compliance:after {
  background-image: url(/assets/images/banner/compliance-banner.png);
}
.banner.regulatory:after {
  background-image: url(/assets/images/banner/regulatory-banner.png);
}
.banner.validation:after {
  background-image: url(/assets/images/banner/validation-banner.png);
}

.service-banner:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  right: 0px;
  max-width: 80%;
  bottom: 0px;
  top: 136px;
  z-index: -1;
}

.service-banner.blue:after {
  background-image: url(/assets/images/banner/pattern2.png);
}
.service-banner.orange:after {
  background-image: url(/assets/images/banner/pattern1.png);
}

.service-banner .service.col-lg-6 {
  width: 100%;
  width: 400px;
  margin: 0 auto;
  justify-content: center;
  /* align-items: center; */
  display: flex;
  flex-direction: column;
  position: relative;
  height: 470px;
}
.banner-img-wrapper.service.col-lg-6:after {
  content: "";
  position: absolute;
  width: 385px;
  height: 372px;
  background: #ffffff;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 32px;
}
.orange .banner-img-wrapper.service.col-lg-6:after {
  border: 5px solid #f48746;
}
.blue .banner-img-wrapper.service.col-lg-6:after {
  border: 5px solid #06518c;
}
.service-banner .col-lg-6 img {
  width: 100%;
  max-width: 400px;
  border-radius: 50%;
  z-index: 1;
  padding: 8px;
}

section.section-padding.banner:before {
  content: "";
  position: absolute;
  background-image: url("/assets/images/service/shape4.png");
  background-repeat: no-repeat;
  background-size: 60%;
  width: 100%;
  height: 100%;
  bottom: -55%;
  left: 0;
  max-width: 330px;
  z-index: -1;
}

.mission-section {
  padding: 10vh 5vw 10vh 5vw;
}

.mission-section .left-content {
  padding-right: 2rem;
}

.mission-section .left-content h2 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.2rem;
  color: var(--text);
}

.mission-section .left-content p {
  font-size: 1.18rem;
  color: var(--gray);
  margin-bottom: 4rem;
  max-width: 480px;
}

.mission-label {
  font-size: 1.05rem;
  color: var(--gray);
  font-weight: 500;
}

.mission-section .right-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}

.mission-section .image-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  background: white;
}

.mission-section .image-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
}

.mission-section .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Make images different heights for visual interest */
.mission-section .image-card:nth-child(1) {
  grid-row: span 2;
}
.mission-section .image-card:nth-child(1) img {
  height: 100%;
}
.mission-section .image-card:nth-child(2) img {
  height: 250px;
}
.mission-section .image-card:nth-child(3) img {
  height: 250px;
}
.mission-section .image-card:nth-child(4) img {
  height: 520px;
}

@media (max-width: 992px) {
  .mission-section .right-images {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mission-section .image-card:nth-child(1) img,
  .mission-section .image-card:nth-child(4) img {
    height: 380px;
  }
  .mission-section .image-card img {
    height: 320px !important;
  }
}

/* Banner section end */

/* Why Choose US section start */
.value-section {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}
.value-content-p {
  text-align: CENTER;
  padding-top: 50px;
  max-width: 60%;
  margin: 0 AUTO;
}
.value-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -26%;
  left: auto;
  right: -18%;
  width: 100%;
  height: 100%;
  background: url("/assets/images/SCIOM-Black.png") no-repeat center;
  background-size: 500px;
  opacity: 0.1;
  z-index: -1;
  max-width: 500px;
  background-position: bottom;
  z-index: 99;
  transform: rotate(37deg);
  overflow: hidden;
}

.section-title-row {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #2563eb; /* or your brand color */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.heading-02 {
  font-size: 2.8rem;
  margin: 1rem 0;
}

.value-content-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.value-tab-block {
  position: relative;
  display: flex;
}

.value-indicator {
  position: absolute;
  left: 0; /* or -10px / -20px depending on your padding */
  top: 0;
  width: 4px; /* thickness of the bar */
  height: 100%; /* ← Crucial: full height of the parent .value-tab-block */
  background: #e5e7eb; /* gray track */
  border-radius: 2px;
}

.value-indicator-inner {
  width: 100%;
  height: 0; /* start from 0, we'll set via JS */
  background: #3b82f6; /* your blue */
  background: linear-gradient(
    135deg,
    #00518f,
    #3782b5,
    #afcc3e,
    #fdc72f,
    #f4863b,
    #9d1c4b
  );
  border-radius: 2px;
  transition: height 0.5s ease;
  transform-origin: top;
}

.value-tab-link-wrapper {
  flex: 1;
}

.valu-tab-link {
  padding: 0.6rem 1.3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 0.6rem;
}

.valu-tab-link:hover,
.valu-tab-link.active {
  background: #eff6ff;
}

.heading-04 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #1f2937;
  font-weight: 500;
}

.value-tab-text {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.5;
  overflow: hidden;
  transition:
    max-height 0.6s ease,
    opacity 0.6s ease;
  display: none;
  margin-bottom: 0px;
}

.valu-tab-link.active .value-tab-text {
  display: block;
}

.value-image-block {
  position: relative;
  height: 396px;
}

.value-image {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.value-image._01 {
  opacity: 1;
} /* first is visible by default */

.value-image._02,
.value-image._03,
.value-image._04,
.value-image._05 {
  opacity: 0;
}
/* Why Choose US section end */

/* -----what make sciom----- */
/* .section {
  padding: 60px 5% 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  min-height: 100vh;
} */

/* LEFT – Always visible sticky heading */
.left {
  position: sticky;
  top: 80px;
  height: fit-content;
  align-self: start;
}

.left h2 {
  font-size: 3.4rem;
  margin-bottom: 1.2rem;
}

.left h2 span {
  color: #3b82f6;
}

.left p {
  font-size: 1.35rem;
  opacity: 0.9;
  max-width: 420px;
}

/* RIGHT – Tall scrolling area where cards appear one by one */
.right {
  position: relative;
  min-height: 320vh;
  /* ← Make taller to control how many cards appear gradually */
  display: flex;
  flex-direction: column;
  padding-bottom: 100vh;
}

.card {
  position: sticky;
  top: 100px;
  /* All cards stick at roughly same viewport position */
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background: white;
  border-radius: 1.2rem;
  padding: 2.2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  transition:
    transform 0.6s ease,
    box-shadow 0.6s ease;
  transform-origin: top center;
  opacity: 0.92;
}

/* Cards enter one by one because of large spacing between them */
.card + .card {
  margin-top: 90vh;
  /* ← This is the magic: huge gap = cards appear separately */
}

/* Visual stacking – older cards (lower z-index) are smaller & offset */
.card:nth-child(1) {
  z-index: 1;
  transform: scale(0.88) translate(32px, 24px);
}

.card:nth-child(2) {
  z-index: 2;
  transform: scale(0.92) translate(20px, 14px);
}

.card:nth-child(3) {
  z-index: 3;
  transform: scale(0.96) translate(10px, 6px);
}

.card:nth-child(4) {
  z-index: 4;
  transform: scale(1) translate(0, 0);
}

.card h3 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
  color: #2563eb;
}

/* Subtle lift when hovering the top card */
.card:hover {
  transform: scale(1.03) translateY(-10px) !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* Optional color distinction */
.card:nth-child(1) {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
}

.card:nth-child(2) {
  background: linear-gradient(135deg, #f0fdf4, #d1fae5);
}

.card:nth-child(3) {
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
}

.card:nth-child(4) {
  background: linear-gradient(135deg, #f3e8ff, #e9d5ff);
}

/* Mobile fallback – no stacking */
@media (max-width: 980px) {
  .section {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .left {
    position: static;
  }

  .card {
    position: static;
    transform: none !important;
    margin: 0 0 4rem;
  }

  .right {
    min-height: auto;
    padding-bottom: 0;
  }

  .card + .card {
    margin-top: 0;
  }
}

.spacer {
  height: 80vh;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #6b7280;
  margin: 40px 0;
}

/* Service section css */
.pie-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  margin: auto;
  max-width: 1380px;
  padding: 20px 0;
  text-align: center;
}

.interactive-services {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  padding: 0 65px;
}

@media (min-width: 992px) {
  .pie-wrapper,
  .slider-wrapper {
    flex: 0 0 50%;
    max-width: calc(50% - 25px);
  }
}

.interactive-services-slider,
.slider-wrapper {
  display: flex !important;
  flex-direction: column !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-list .slick-track {
  display: flex !important;
}

@media (max-width: 991px) {
  .pie-wrapper {
    display: none;
    visibility: hidden;
  }

  .slider-wrapper {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.pie-wrapper {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pie-text {
  font-size: 20px;
  font-weight: 700;
  left: 50%;
  max-width: 40%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.pie-inner {
  display: block;
  height: 100%;
  position: static;
  width: 100%;
}

.pie-inner > .slick-dots {
  position: static;
}

.pie-inner > .slick-dots,
.pie-inner > .slick-dots > li {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pie-inner > .slick-dots > li {
  pointer-events: none;
  position: absolute;
}

.pie {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 85%;
  height: 50%;
  left: 37%;
  pointer-events: all;
  position: absolute;
  transform-origin: bottom center;
  transition: all 1.5s ease-out;
  width: 100%;
  z-index: 3;
  max-width: 145px;
}
ul.slick-dots {
  background-image: url("/assets/images/Services-round.svg");
  background-size: 100%;
  max-width: 600px;
  margin: 0 auto !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  text-align: center;
}

.pie:hover,
.slick-active > .pie {
  filter: saturate(100%);
  opacity: 1;
  transition: all 1.5s ease-out;
}

.pie[data-theme="1"] {
  background-image: url("/assets/images/Services-01.svg");
  rotate: 118.285714deg;
  transition: all 0.3s ease;
  left: 19%;
}

.pie[data-theme="2"] {
  background-image: url("/assets/images/Services-02.svg");
  rotate: 204.714286deg;
  transition: all 0.3s ease;
  top: -52px;
}

.pie[data-theme="3"] {
  background-image: url("/assets/images/Services-03.svg");
  rotate: 270.142857deg;
}

.pie[data-theme="4"] {
  background-image: url("/assets/images/Services-04.svg");
  rotate: 339.571429deg;
  transition: all 0.3s ease;
  top: 36px;
}

.pie[data-theme="0"] {
  background-image: url("/assets/images/Services-05.svg");
  rotate: 64deg;
  transition: all 0.3s ease;
  left: 20%;
}

.pie[data-theme="1"]:hover,
.pie[data-theme="2"]:hover,
.pie[data-theme="3"]:hover,
.pie[data-theme="4"]:hover,
.pie[data-theme="5"]:hover,
.pie[data-theme="6"]:hover,
.pie[data-theme="7"]:hover {
  background-size: 90%;
  transition: all 0.3s ease;
}

.slick-slide.slide {
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
}

.button_cta {
  margin-top: auto !important;
}

.slide h3 {
  margin: 0;
}

.slide-title {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  height: 130px;
  margin: 0;
  width: 353px;
}

.sub__title_text p {
  margin: 0 auto;
  padding: 0 50px 0 0;
}

.sub__title_text {
  min-height: 120px;
}

.slider-arrows {
  margin-top: 30px;
}

.slider-arrows .slick-arrow {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.slider-arrows .slick-arrow.slick-prev {
  margin-right: 30px;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  left: 100px !important;
}

.slider-arrows .slick-arrow > i {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  width: 24px;
}

.slider-arrows .slick-arrow .arrow-left {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='m148.7 411.3-144-144C1.563 264.2 0 260.1 0 256s1.562-8.188 4.688-11.31l144-144c6.25-6.25 16.38-6.25 22.62 0s6.25 16.38 0 22.62L54.63 240H496c8.8 0 16 7.2 16 16s-7.156 16-16 16H54.63l116.7 116.7c6.25 6.25 6.25 16.38 0 22.62s-16.43 6.28-22.63-.02'/%3E%3C/svg%3E");
}

.slider-arrows .slick-arrow .arrow-right {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='m363.3 100.7 144 144c3.1 3.1 4.7 7.2 4.7 10.4s-1.562 8.188-4.688 11.31l-144 144c-6.25 6.25-16.38 6.25-22.62 0s-6.25-16.38 0-22.62l116.7-116.7H16c-8.844 0-16-7.156-16-15.1 0-8.844 7.156-16 16-16h441.4l-116.7-116.7c-6.25-6.25-6.25-16.38 0-22.62s16.4-6.23 22.6.03'/%3E%3C/svg%3E");
}

.hideText {
  display: none;
}
.pie-text {
  transition: opacity 0.3s ease;
}
.slick-slide img {
  display: block;
  max-width: 85px;
  width: 100%;
}

.services-section {
  margin: auto;
  padding: 80px 20px;
  position: relative;
}
.services-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  width: 100%;
  height: 100%;
  background: url("/assets/images/background-ELEMENT.png") no-repeat center;
  background-size: 500px;
  opacity: 0.1;
  z-index: -1;
  max-width: 500px;
}

.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  transition: all 0.4s ease;
}

.service-row:last-child {
  border-bottom: 1px solid #ddd;
}

/* TEXT */

.service-text {
  flex: 1;
  transition: all 0.4s ease;
}

.service-text h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.service-desc {
  color: #555;
  margin-bottom: 20px;
}

/* TAGS */

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tags span {
  background: #e5e5e5;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
}

/* IMAGE */

.service-image {
  flex: 1;
  overflow: hidden;
  border-radius: 14px;
  text-align: right;
}
.service-image img {
  width: 100%;
  transition: transform 0.6s ease;
  max-width: 192px;
  border-radius: 10px;
  filter: saturate(0%);
}
.service-row.active img {
  max-width: 100%;
  filter: unset;
}
/* HIDDEN CONTENT */

.hidden-content {
  max-height: 0;
  opacity: 0;
  /* overflow: hidden; */
  transition: all 0.5s ease;
}

.hidden-content a {
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  font-weight: 600;
}
.service-wrapper {
  padding-top: 50px;
}
/* HOVER EFFECT */

.service-row:hover {
  padding: 70px 0;
}

.service-row:hover .hidden-content {
  max-height: 200px;
  opacity: 1;
  margin-top: 15px;
}

.service-row:hover img {
  transform: scale(1.05);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .service-row {
    flex-direction: column;
    text-align: left;
  }
}

/* pharmacovigilence page css */

.who-we-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.who-wrapper {
  max-width: 1200px;
  margin: auto;
  gap: 60px;
  align-items: center;
}

/* LEFT */

.who-left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}

.who-box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/* SERVICE BOX */

.service-box {
  background: #202f63;
  color: white;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-content {
  animation: fadeUp 0.6s ease;
}

.service-icon {
  width: 45px;
  margin-bottom: 15px;
}

/* IMAGE */

.image-box img {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* BUTTONS */
.slider-controls {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.slider-controls button {
  width: 45px;
  height: 45px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 32px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: linear-gradient(
    135deg,
    #00518f,
    #3782b5,
    #afcc3e,
    #fdc72f,
    #f4863b,
    #9d1c4b
  );
  background: linear-gradient(
    135deg,
    #00518f,
    #3782b5,
    #afcc3e,
    #fdc72f,
    #f4863b,
    #9d1c4b
  );
  background-size: 300% 300%;
  animation: gradientMove 6s ease infinite;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 10px 25px rgba(0, 81, 143, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
}

/* RIGHT */

.who-right {
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: 50px;
}
.desc-text {
  line-height: 1.7;
  /* margin-bottom: 25px; */
  opacity: 1;
  transform: translateY(20px);
  animation: textReveal 0.7s ease forwards;
  padding-bottom: 30px;
}

.know-btn {
  display: inline-block;
  background: #0d4f59;
  color: white;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
}

.image-box {
  position: relative;
  overflow: hidden;
}

/* white wipe */
.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

/* white fade in */

.overlay-animate {
  animation: whiteFade 0.5s ease forwards;
}

@keyframes whiteFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes wipe {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

/* slide animations */

.img-right {
  animation: rightIn 1.2s ease forwards;
}

.img-left {
  animation: leftIn 1.2s ease forwards;
}
@keyframes rightIn {
  0% {
    transform: translateX(150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes leftIn {
  0% {
    transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
} /* text going up (current text) */

.text-out {
  animation: textUp 0.45s ease forwards;
}

@keyframes textUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}

/* new text coming down */

.text-in {
  animation: textDown 0.55s ease forwards;
}

@keyframes textDown {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* service content animation */

.service-icon {
  font-size: 25px;
  margin-bottom: 15px;
  color: #fdc72f;
}

/* html.has-scroll-smooth {
    overflow: hidden;
  }
  
  [data-scroll-container] {
    min-height: 100vh;
  } */

/* ceo message css */
.ceo-message {
  background: linear-gradient(135deg, #5882b5 50%, #608b3d 80%, #afcc3e 100%);
}

/*cdmo services page css  */
/* ================= FIXED IMAGE ================= */

/* ================= HORIZONTAL SCROLL ================= */

.pined {
  overflow: hidden;
  height: 100vh;
}

.pined-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 90%;
  max-width: 1320px;
  margin: auto;
}

.pined-list {
  position: absolute;
  left: 0;
  display: flex;
  gap: 60px;
}

.pined-list li {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
  max-width: 500px;
}

.pined-list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bg-pinner {
  background-image: url(https://picsum.photos/id/1028/1000/800);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.pined {
  background: #fff;
  padding: 140px 0;
}

.pined-list {
  display: flex;
  gap: 40px;
}

.pined-list li {
  min-width: 500px;
  list-style: none;
}

.bg-pinner {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  display: flex;
  padding: 40px;
  color: white;
  position: relative;
}

.bg-pinner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0000008f;
  border-radius: 10px;
}

.bg-pinner div {
  position: relative;
  z-index: 2;
}

/* service page css */
/* ===============================
   SUB SERVICES SECTION
================================= */

/* LEFT SIDE */
.sub-service-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sub_services .sub-service-heading p {
  max-width: 70%;
  margin: 0 auto;
}
.col-lg-5.sub-service-heading {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* ===============================
   BUTTONS
================================= */

.slider-button {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

/* Override Swiper default buttons */
.slider-button .swiper-button-prev,
.slider-button .swiper-button-next {
  position: static !important;
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

.slider-button .swiper-button-prev:hover,
.slider-button .swiper-button-next:hover {
  background: #5882b5;
}

.slider-button .swiper-button-prev::after,
.slider-button .swiper-button-next::after {
  font-size: 18px;
  color: #5882b5 !important;
  font-weight: bold;
}

.slider-button .swiper-button-prev:hover::after,
.slider-button .swiper-button-next:hover::after {
  color: #fff !important;
}

/* ===============================
   SWIPER CONTAINER
================================= */

.subServiceSwiper {
  width: 100%;
  padding: 30px 10px;
}

/* VERY IMPORTANT: DO NOT FIX HEIGHT */
.subServiceSwiper .swiper-wrapper {
  align-items: stretch;
}

.subServiceSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}

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

.card-list {
  padding: 0;
  margin: 0;
}

.card-list .card-item {
  list-style: none;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: auto;
}

.card-list .card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* CARD CONTENT */
.sub_services h2.card-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #10285d;
}

.sub_service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

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

@media (max-width: 991px) {
  .sub_services {
    padding: 60px 0;
  }

  .sub_services .sub-service-heading p {
    max-width: 100%;
  }

  .slider-button {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .sub_services h2.card-title {
    font-size: 18px;
  }

  .sub_service-card p {
    font-size: 14px;
  }
}
/* FORCE SWIPER ARROWS */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px !important;
  font-weight: bold;
  color: #cb478e !important;
}

/* Ensure visible */
.swiper-button-prev,
.swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slider-button {
  position: relative;
  z-index: 10;
}

.slider-button .swiper-button-prev,
.slider-button .swiper-button-next {
  cursor: pointer;
  z-index: 11;
}
.sub_services {
  position: relative;
  z-index: 5;
}

.slider-button {
  position: relative;
  z-index: 20;
}

.pined {
  z-index: 1;
}

/* technical depth css */
.tech-elegant {
  overflow: hidden;
  position: relative;
}
.tech-elegant .row {
  z-index: 1;
  position: relative;
}
section.tech-elegant:after {
  content: "";
  position: absolute;
  background: url("/assets/images/service/shape.png");
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 400px;
  z-index: 0;
}

/* LEFT */
.tech-heading {
  font-size: 38px;
  font-weight: 700;
  color: #0e2a5c;
}

.tech-desc {
  margin-top: 15px;
  color: #6b7280;
  max-width: 420px;
}

/* RIGHT FLOW */
.tech-flow {
  position: relative;
}

/* ITEMS */
.flow-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 70px;
}

/* Zig-zag spacing */
.flow-item.shift {
  margin-left: 90px;
}

/* CIRCLE */
.circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SOFT FADE OVERLAY (IMPORTANT PART) */
.circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-size: 200px;
  height: 100%;
  width: 100%;
  background-position: center;
  opacity: 0.75;
}

/* LIGHT COLORS (NOT HARSH) */
.orange::after {
  background-image: url("/assets/images/SCIOM-Rounds-01.svg");
}

.green::after {
  background-image: url("/assets/images/SCIOM-Rounds-02.svg");
}

.pink::after {
  background-image: url("/assets/images/SCIOM-Rounds-03.svg");
}

/* TEXT */
.flow-text h3 {
  font-size: 20px;
  color: #0e2a5c;
  margin-bottom: 8px;
}

.flow-text p {
  color: #555;
  max-width: 320px;
  line-height: 1.6;
}

/* CONNECTING LINE (SUBTLE) */
/* .tech-flow::before {
  content: "";
  position: absolute;
  left: 80px;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #dbeafe, transparent);
} */

/* HOVER (VERY SUBTLE PREMIUM) */
.circle {
  transition: transform 0.3s ease;
}

.flow-item:hover .circle {
  transform: translateY(-6px);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .flow-item,
  .flow-item.shift {
    flex-direction: column;
    margin-left: 0;
    text-align: center;
  }

  .tech-flow::before {
    display: none;
  }
}

.image-content-wrapper h2 {
  padding-bottom: 20px;
}

/* stages section css */
.timeline-service-section {
  padding: 100px 0;
  background: #f7f9fc;
  position: relative;
}

.timeline-service-section::before {
  content: "";
  position: absolute;
  top: -95px;
  right: -53px;
  width: 100%;
  background: url("/assets/images/service/shape3.png") no-repeat center;
  background-size: 66%;
  opacity: 0.1;
  max-width: 300px;
  height: 100%;
}

/* MAIN TIMELINE */
.timeline-service-section .timeline {
  position: relative;
  justify-content: space-between;
  display: flex;
  grid-gap: 40px;
}

/* CENTER LINE */
.timeline-service-section .timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d1d5db;
  transform: translateY(-50%);
}

/* EACH ITEM */
.timeline-service-section .timeline-item {
  position: relative;
  width: 100%;
  text-align: center;
}

/* TOP ITEMS */
.timeline-service-section .timeline-item.top {
  padding-bottom: 80px;
}

/* BOTTOM ITEMS */
.timeline-service-section .timeline-item.bottom {
  padding-top: 80px;
}

/* CARD */
.timeline-service-section .content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

/* TEXT */
.timeline-service-section .content h3 {
  font-size: 18px;
  color: #0e2a5c;
  margin-bottom: 10px;
}

/* HOVER */
.timeline-service-section .content:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .timeline-service-section .timeline {
    flex-direction: column;
  }

  .timeline-service-section .timeline::before {
    bottom: 0;
    left: 20%;
    width: 2px;
    height: 90%;
  }

  .timeline-service-section .timeline-item {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 40px;
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
  }

  .timeline-service-section .timeline-item.top,
  .timeline-service-section .timeline-item.bottom {
    padding: 0;
  }
}

#serviceTitle {
  font-size: 33px;
  padding-bottom: 20px;
  color: #212f61;
  max-width: 550px;
  width: 100%;
  font-weight: 700;
}
/* MAKE ALL ITEMS SAME HEIGHT */
.timeline-service-section .timeline {
  display: flex;
  gap: 40px;
  align-items: stretch; /* 🔥 important */
}

/* EACH ITEM FLEX */
.timeline-service-section .timeline-item {
  display: flex;
}

/* CONTENT FULL HEIGHT */
.timeline-service-section .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 180px; /* adjust as needed */
}
/* regulatory page css */

/* reg section css */
.reg-section {
  padding: 100px 0;
  overflow: hidden;
}

.reg-section .split-row {
  align-items: center;
  min-height: 500px;
}

.reg-section .content-col,
.reg-section .image-col {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reg-section .image-col {
  transform: translateX(80px);
}

.reg-section .content-col.visible,
.reg-section .image-col.visible {
  opacity: 1;
  transform: translateX(0);
}

.reg-section .lead-text strong {
  color: var(--color-main);
  font-weight: 600;
}
/* 
.reg-section .leaf-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  aspect-ratio: 4 / 5;
} */
.reg-section .image-col {
  justify-content: center;
  align-items: center;
  display: flex;
}
.leaf-image {
  width: 100%;
  max-width: 500px;
}

.reg-section .leaf-image-wrapper:hover .leaf-image {
  transform: scale(1.04);
}

@media (max-width: 991px) {
  .reg-section .split-row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .reg-section .content-col,
  .reg-section .image-col {
    transform: translateY(60px);
  }
  .reg-section .leaf-image-wrapper {
    max-width: 360px;
    margin: 60px auto 40px;
  }
}

.outcome .left-content {
  padding-right: 20px;
  justify-content: center;
  display: flex;
}

.outcome .features-label {
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.outcome .highlight {
  color: #1e40af; /* or any accent color you prefer */
}
/* .outcome .container {
  flex: 1;
  width: 100%;
  max-width: 1222px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
} */

.outcome .benefit-list {
  counter-reset: benefit-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

ul.benefit-list:after {
  content: "";
  position: absolute;
  left: 13px;
  right: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  height: 87%;
  width: 1px;
  background: #000;
  z-index: 0;
}

.outcome .benefit-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}

.outcome .benefit-item::before {
  counter-increment: benefit-counter;
  content: counter(benefit-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: #1e293b;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
}

.outcome .benefit-text {
  font-weight: 500;
}

.outcome .right-visual {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outcome .cards-stack {
  position: relative;
  width: 380px;
  height: 240px;
}

.outcome .card {
  position: absolute;
  width: 340px;
  height: 210px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  color: white;
  font-family: "Courier New", Courier, monospace;
  padding: 24px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.outcome .card:hover {
  transform: translateY(-15px) scale(1.05);
  z-index: 10;
}

.outcome .card-1 {
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
  transform: rotate(-6deg);
  z-index: 3;
}

.outcome .card-2 {
  top: 30px;
  left: 40px;
  background: linear-gradient(135deg, #10b981 0%, #34d399 50%, #a78bfa 100%);
  transform: rotate(4deg);
  z-index: 2;
}

.outcome .card-3 {
  top: 60px;
  left: 80px;
  background: linear-gradient(135deg, #f59e0b 0%, #fb923c 50%, #f87171 100%);
  transform: rotate(-3deg);
  z-index: 1;
}

.outcome .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.outcome .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.outcome .card-logo {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}

.outcome .card-chip {
  width: 50px;
  height: 40px;
  background: linear-gradient(135deg, #ffd700, #ffaa00);
  border-radius: 6px;
  opacity: 0.9;
}

.outcome .card-number {
  font-size: 20px;
  letter-spacing: 3px;
  margin: 20px 0 10px;
  font-weight: 300;
}

.outcome .card-footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

@media (max-width: 900px) {
  .outcome .right-visual {
    height: 380px;
  }
}

/* instrument service page css */

.instrument-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.25rem;
  justify-content: center;
}

.instrument-item {
  flex: 0 1 260px;
  min-width: 220px;
  max-width: 300px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.28s ease;
  text-align: center;
  border: 1px solid #e0f2fe;
  display: flex;
  flex-direction: row;
  padding: 0px 20px;
}

/* .instrument-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(14, 165, 233, 0.18);
  border-color: #0ea5e9;
} */

.instrument-item .icon {
  /* background: linear-gradient(135deg, #9bb8dc, #6088b7); */
  /* background: linear-gradient(51deg, #9bb8dc, #fff); */
  /* background: #A7C2E5; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #305090;
  margin: 0;
  width: 50%;
}

.instrument-item h3 {
  font-size: 1.25rem;
  color: #0f172a;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  word-break: normal !important;
}
.instrument-item .stock {
  display: block;
  color: #10b981;
  font-weight: 600;
  font-size: 0.95rem;
  padding-bottom: 1.2rem;
}

/* Optional – make it even more fluid on ultra-wide screens */
@media (min-width: 1400px) {
  .instrument-grid {
    gap: 2rem 1.75rem;
  }
  .instrument-item {
    flex: 0 1 280px;
  }
}

.instrument-process .timeline {
  position: relative;
  margin: 60px 0 0 0;
}

.instrument-process .timeline-line {
  position: absolute;
  left: 18px;
  top: 0;
  width: 2px;
  height: 0;
  /* background: linear-gradient(45deg, transparent, #000, transparent); */
  background: linear-gradient(
    135deg,
    #00518f,
    #3782b5,
    #afcc3e,
    #fdc72f,
    #f4863b,
    #9d1c4b
  );
  transition: height 1.5s ease;
}

.instrument-process .timeline-line.active {
  height: 100%;
}

.instrument-process .timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
  align-items: center;
}

.instrument-process .timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

.instrument-process .timeline-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  z-index: 2;
}

.instrument-process .timeline-content {
  max-width: 500px;
}

.instrument-process .timeline-image {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  border-radius: 8px;
  max-width: 300px;
  margin: 0 0 0 auto;
}

/* MOBILE */
@media (max-width: 768px) {
  .instrument-process .timeline-line {
    left: 20px;
  }

  .instrument-process .timeline-item {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .instrument-process .timeline-content {
    margin-left: 60px;
  }

  .instrument-process .timeline-image {
    margin-left: 60px;
    width: calc(100% - 60px);
    padding-bottom: 25px;
  }
}

.timeline-image i {
  font-size: 66px;
}

.timeline-image {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Wrapper */
.icon-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/* BACK ICON (shadow style) */
.icon-bg {
  position: absolute;
  font-size: 80px;
  color: currentColor;
  opacity: 0.08;
  top: 17%;
  left: 25%;
  transform: translate(-50%, -50%) scale(1.4);
}

/* FRONT ICON */
.icon-main {
  position: relative;
  font-size: 36px;
  z-index: 2;
}

/* 🎨 Colors per step */
.instrument-process .timeline-item:nth-child(2) .icon-wrapper {
  color: #9d1c4b;
}
.instrument-process .timeline-item:nth-child(3) .icon-wrapper {
  color: #608b3d;
}
.instrument-process .timeline-item:nth-child(4) .icon-wrapper {
  color: #f4863b;
}
.instrument-process .timeline-item:nth-child(5) .icon-wrapper {
  color: #202f63;
}
.instrument-process .timeline-item:nth-child(6) .icon-wrapper {
  color: #fdc72f;
}
.instrument-process .timeline-item:nth-child(7) .icon-wrapper {
  color: #ec7988;
}
.instrument-process .timeline-item:nth-child(8) .icon-wrapper {
  color: #608b3d;
}
.instrument-process .timeline-item:nth-child(9) .icon-wrapper {
  color: #202f63;
}
.instrument-process .timeline-item:hover .icon-bg {
  transform: translate(-50%, -50%) scale(1.6);
  opacity: 0.12;
}

.timeline-item:hover .icon-main {
  transform: scale(1.1);
}

.instrument-tech:before {
  content: "";
  position: absolute;
  background: url("/assets/images/service/shape.png");
  width: 100%;
  height: 100%;
  top: -55px;
  bottom: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 400px;
  z-index: 0;
  transform: rotate(180deg);
}
.instrument-tech:after {
  display: none;
}
.instrument-tech .flow-item.shift {
  margin-left: -100px;
}

/* audit page css for process section */

.process {
  padding: 80px 20px;
}

/* Step */
.process .step {
  width: 100%;
  max-width: 200px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.process .step.down {
  margin-top: 120px;
}

/* Diamond icon */

.process .icon img {
  max-width: 130px;
  position: relative;
  z-index: 99;
}

/* Text */
.process .step h3 {
  margin: 10px 0 5px;
  color: #555;
  font-size: 22px;
}

.process .step h4 {
  margin: 0;
  color: #333;
}

.process .step p {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
}

.process .icon:before {
  content: "";
  background-image: url("/assets/images/audit-page/connected-line.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(51deg);
  top: 11px;
}

.process .icon.green:before,
.process .icon.blue:before {
  transform: rotate(4deg);
  top: -72px;
  left: 102px;
}

.process .icon.pink2:before {
  content: unset;
}

/* Responsive */
@media (max-width: 768px) {
  .process .container {
    flex-direction: column;
    align-items: center;
  }

  .process .step {
    width: 80%;
    margin-bottom: 40px;
  }

  .process .step.down {
    margin-top: 0;
  }

  .process .container::before {
    display: none;
  }
}

/* cdmo service why sciom section css */

.why-sciom-alt {
  padding: 100px 20px;
  background: #ffffff;
}

.why-sciom-alt .why-header p {
  color: #5882b5;
  margin-bottom: 50px;
}

/* LIST */
.why-sciom-alt .why-list {
  max-width: 900px;
  margin: auto;
}

/* ITEM */
.why-sciom-alt .why-item {
  display: flex;
  gap: 20px;
  padding: 25px;
  border-left: 4px solid transparent;
  background: #f8fafc;
  margin-bottom: 15px;
  border-radius: 10px;
  transition: 0.4s ease;
  position: relative;
  z-index: 1;
}

/* ICON */
.why-sciom-alt .icon {
  font-size: 30px;
  min-width: 40px;
  transition: 0.3s;
}

/* 🔥 HOVER EFFECT */
.why-sciom-alt .why-item:hover {
  transform: translateX(10px);
  border-left: 4px solid #f4863b;
  background: linear-gradient(90deg, rgba(236, 121, 136, 0.08), transparent);
  box-shadow: 0 10px 25px rgba(32, 47, 99, 0.1);
}

/* icon animation */
.why-sciom-alt .why-item:hover .icon {
  transform: scale(1.2);
  padding-left: 30px;
}

/* text color change */
.why-sciom-alt .why-item:hover h3 {
  color: #9d1c4b;
}

.why-sciom-alt .why-item:hover p {
  color: #202f63;
}

/* subtle glow line */
.why-sciom-alt .why-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(180deg, #ec7988, #f4863b, #fdc72f, #afcc3e);
  opacity: 0.1;
  transition: 0.4s;
  z-index: -1;
}

.why-sciom-alt .why-item:hover::after {
  width: 100%;
}

/* MOBILE */
@media (max-width: 768px) {
  .why-sciom-alt .why-item {
    flex-direction: column;
  }
}

/* extra css for that scroll card in cdmo service  */

/* Card */
.cdmo-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  grid-gap: 25px;
}
.cdmo-flex .row {
  grid-gap: 55px;
}
.cdmo-card {
  flex: 1 1 450px;
  max-width: 500px;
  padding: 30px;
  border-radius: 16px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  background: #305090;
  border: 1px solid #5882b5;
  color: #fff;
}

/* Gradient Layer */
.cdmo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    #ec7988,
    #9d1c4b,
    #f4863b,
    #fdc72f,
    #afcc3e,
    #608b3d
  );
  opacity: 0;
  transition: 0.4s;
  z-index: 1;
}

/* 🔥 Image Layer */
.cdmo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url('assets/images/service/cdmo-service/cdmo5.jpg'); */
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 0.4s;
  z-index: 0;
}

/* Content always above */
.cdmo-card h3,
.cdmo-card p {
  position: relative;
  z-index: 2;
}

/* Hover Effects */
.cdmo-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border-color: #fdc72f;
}

/* Show image */
.cdmo-card:hover::after {
  opacity: 0.25; /* control image visibility */
}

/* Show gradient on top of image */
.cdmo-card:hover::before {
  opacity: 0.3;
}

/* Text changes */
.cdmo-card:hover h3 {
  color: #fdc72f;
}

.cdmo-card:hover p {
  color: #ffffff;
}
.cdmo-card:nth-child(1)::after {
  background-image: url("/assets/images/service/cdmo-service/cdmo4.jpg");
}

.cdmo-card:nth-child(2)::after {
  background-image: url("/assets/images/service/cdmo-service/cdmo5.jpg");
}

.cdmo-card:nth-child(3)::after {
  background-image: url("/assets/images/service/cdmo-service/cdmo6.jpg");
}

.cdmo-card:nth-child(4)::after {
  background-image: url("/assets/images/service/cdmo-service/cdmo7.jpg");
}

/* contact page css */
.contact-banner .section-padding {
  padding: 160px 0px 0px;
  position: relative;
}

.contact-banner .left {
  flex: 1;
  animation: fadeUp 1.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  align-self: center;
}

.contact-banner .left h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-banner .left h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.contact-banner .left p {
  opacity: 0.85;
  line-height: 1.5;
  margin-bottom: 25px;
  font-size: 17px;
}

/* FEATURES */

.contact-banner .features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}

.contact-banner .features div {
  font-size: 14px;
}

.contact-banner .features i {
  color: #2fb5ff;
  margin-right: 6px;
}

/* BUTTONS */

.contact-banner .buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.contact-banner .btn {
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.contact-banner.download {
  background: #2fb5ff;
  color: white;
}

.contact-banner .download:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.contact-banner .video {
  color: white;
}

.contact-banner .video i {
  margin-right: 8px;
  background: #2fb5ff;
  padding: 8px;
  border-radius: 50%;
}

/* SOCIAL */

.contact-banner .social p {
  margin-bottom: 10px;
}

.contact-banner .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  background: #0a66c2;
  border-radius: 4px;
  color: white;
  transition: 0.3s;
}

.contact-banner .social a:hover {
  background: #2fb5ff;
  transform: translateY(-3px);
}

/* FORM BOX */

.contact-banner .form-box {
  /* flex: 1; */
  color: #333;
  padding: 0px;
  /* width: 420px; */
  animation: fadeUp 1.5s ease;
}

.contact-banner .form-box h2 {
  text-align: center;
  margin-bottom: 10px;
}

.contact-banner .form-box .sub {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-bottom: 25px;
}

.contact-banner form input,
.contact-banner form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.contact-banner .row {
  display: flex;
}

.contact-banner textarea {
  height: 100px;
  resize: none;
}

.contact-banner button {
  width: 100%;
  padding: 12px;
  border: none;
  background: #2fb5ff;
  color: white;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-banner button:hover {
  background: #1895d6;
}

.contact-banner .Contact-page .cta-button {
  display: none;
}

.contact-banner-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 700px;
  width: 100%;
}

.contact-banner-image img {
  max-width: 800px;
  width: 100%;
}
.contact-banner {
  padding: 160px 0px !important;
}

section.Contact-section {
  position: relative;
  z-index: 9;
}

.contact-banner .follow-link {
  display: flex;
  grid-gap: 50px;
}

/* ANIMATION */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .contact-banner .container {
    flex-direction: column;
  }

  .contact-banner .form-box {
    width: 100%;
  }
}

/* apply page css */
.apply .form.col-lg-6 {
  padding: 30px 15px 0px 15px;
}

.apply-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 800px;
}

.apply-banner-image img {
  max-width: 800px;
}

/* pv service page css banner  */
.banner-img:after {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  background: #fff;
  border-radius: 100%;
  z-index: -1;
  bottom: 170px;
  border: 3px solid #f48746;
}
.banner-img img {
  border-radius: 100%;
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.banner-img {
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 410px;
  margin: 0 auto;
}

.values .value-image-block {
  display: none;
}
.values .value-content-block {
  grid-template-columns: 1fr;
}
.value-tab-block {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
p.cta-text {
  padding-bottom: 40px;
}
.col-lg-6.service-banner-content {
  padding: 100px 0px;
}

.banner-padding .banner p {
  padding: 15px 0px;
}
.banner-padding .service-banner-content p {
  padding: 15px 0px;
}
