.what-we-deliver {
  position: relative;
}

/* .what-we-deliver:before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: url('/assets/images/service/case-processing.png') no-repeat center center;
    background-size: 65%;
    z-index: -1;
    max-width: 44%;
    margin: 0 auto;
    right: 40%;
} */
.what-we-deliver .content-wrapper {
  position: absolute;
  align-items: center;
  /* justify-content: center; */
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
  margin-right: 236px;
}
.what-we-deliver .col-lg-6 {
  align-items: center;
  display: flex;
}
/* Right Side Content */
.what-we-deliver .right-content {
  flex: 1;
  min-width: 340px;
}
.what-we-deliver .content-item {
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 48px;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 400px;
}
.what-we-deliver .content-item:last-child {
  margin-bottom: 0;
}
/* .number-dot {
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, #00b894, #0052cc);
    color: white;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 184, 148, 0.4);
  } */
.what-we-deliver .text-content h3 {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}
.what-we-deliver .text-content p {
  color: #555;
  line-height: 1.65;
  font-size: 1.05rem;
}

.what-we-deliver .main-title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 50px;
  background: linear-gradient(to right, #00b894, #2c5aa0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

@media (max-width: 992px) {
  .what-we-deliver .wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .what-we-deliver .center-image img {
    max-width: 320px;
  }
}

/* create curve feel */
.what-we-deliver .content-item:nth-child(1) {
  right: 30%;
}
.what-we-deliver .content-item:nth-child(2) {
  right: -15px;
}
.what-we-deliver .content-item:nth-child(3) {
  left: 20%;
}
.what-we-deliver .content-item:nth-child(4) {
  left: 20%;
}
.what-we-deliver .content-item:nth-child(5) {
  left: -15px;
}
.what-we-deliver .content-item:nth-child(6) {
  right: 30%;
}

/* quality section css */

.quality-section {
  padding: 100px 0;
  background: #f8f9fa;
  font-family: "Inter", sans-serif;
}

.quality-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.quality-section .tagline {
  color: #202F63;
  font-weight: 600;
  margin-top: 10px;
}

/* WRAPPER */
.quality-section .quality-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT SIDE */
.quality-section .quality-left {
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 50px;
}

.quality-section .stat {
  margin-bottom: 40px;
  width: 100%;
  max-width: 50%;
}

.quality-section .stat h3 {
  font-size: 30px;
  color: #0a2540;
  font-weight: 700;
}

.quality-section .stat p {
  color: #555;
  font-size: 14px;
}

/* RIGHT SIDE */
.quality-section .quality-right {
  padding-left: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.quality-section .desc {
  margin-bottom: 20px;
  color: #444;
  line-height: 1.7;
}

/* HIGHLIGHT BOX */
.quality-section .highlight-box {
  margin-top: 30px;
  padding: 20px;
  background: #eaf4ff;
  border-left: 4px solid #1fa2ff;
  border-radius: 8px;
  font-size: 15px;
}

/* qppv/lppv service page css */
/* .pv-feature {
  background: #f8f9fa;
} */
.feature-icon {
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.pv-feature .row {
  grid-gap: 100px;
  justify-content: center;
}
.feature-content {
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.feature-icon img {
  width: 100%;
  max-width: 100px;
}
.feature-icon i {
  font-size: 30px;
  background: #212f61;
  border-radius: 50%;
  padding: 20px;
  color: #fff;
}
.col-lg-4 {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  width: 100%;
  max-width: 300px !important;
}
/* In your scrolling section */
.inner-scroll {
  height: 400px; /* or whatever you need */
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* for mobile */
}

/* tabing section css */

.region-section {
  background: #f4f4f4;
}

/* Tabs */
.region-tabs {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 10px;
}

.tab {
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  padding-top: 10px;
}

.tab .icon {
  width: 70px;
  height: 70px;
  background: #689043;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: auto;
  transition: 0.3s;
  background: linear-gradient(51deg, #1557b1, #759dc752);
}

.tab p {
  margin-top: 10px;
  font-size: 14px;
}

/* Active Tab */
.tab.active .icon {
  transform: scale(1.1);
  background: #4c72a6;
}
.region-tabs .icon img{
  width: 100%;
  max-width: 45px;
}
.region-tabs .tab-content img{
  width: 100%;
    max-width: 500px;
}
/* Content */
.tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-content .row{
  justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FAQ Section css */

/* CARD */
.accordion__wrapper {
  max-width: 600px;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0px !important;
}

/* HEADER */
.accordion__title {
  background: linear-gradient(90deg, #4c72a6, #9f224d);
  color: #fff;
  text-align: center;
  padding: 14px;
  font-size: 24px;
  margin: 0;
}

/* ITEM */
.accordion {
  margin: 12px;
  background: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
}

/* QUESTION */
.accordion__header {
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion__question {
  margin: 0;
  font-size: 16px;
}

/* ICON (+ / -) */
.accordion-icon {
  width: 15px;
  height: 15px;
  position: relative;
}
/* Horizontal line */
.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  background: #333;
  transition: 0.3s;
}

/* Horizontal */
.accordion-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Vertical */
.accordion-icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/* When active → make minus */
.accordion.active .accordion-icon::after {
  height: 0;
}

/* CONTENT */
.accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  padding: 0 15px;
}

/* ANSWER */
.accordion__answer {
  font-size: 15px;
  color: #555;
  padding: 10px 0;
}

/* HOVER */
.accordion:hover {
  background: #ececec;
}


/* relevant service in every service service page css */
.relevant-pv-services {
  padding: 70px 20px;
  background: #f8fafc;
  text-align: center;
}

.relevant-pv-services .container {
  max-width: 1100px;
  margin: auto;
}

.relevant-pv-services .section-title {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 40px;
}

/* Flex Layout */
.relevant-pv-services .services-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Clickable Cards */
.relevant-pv-services .service-card {
  flex: 1 1 300px;
  max-width: 320px;
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #1e293b;
  text-decoration: none; /* remove underline */
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  border-left: 4px solid #AFCC3E;
  display: block;
}

/* Hover Effect */
.relevant-pv-services .service-card:hover {
  transform: translateY(-5px)!important;
  box-shadow: 0 12px 25px rgba(0,0,0,0.1)!important;
  color: #2563eb!important;
}


/* literature monitoring services css */
/* SECTION */
.literature-pro {
  padding: 100px 20px;
  background: #ffffff;
  color: #202F63;
}
.process.literature .row{
  grid-gap: 33px;
}
/* LAYOUT */
.literature-pro .container {
  display: flex;
  gap: 60px;
  margin: auto;
}

/* LEFT SIDE */
.literature-left {
  flex: 1;
  position: sticky;
  top: 100px;
}


/* RIGHT SIDE */
.literature-right {
  flex: 2;
  position: relative;
}

/* Vertical line */
.literature-right::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #A7C2E5;
}

/* ROW */
.literature-row {
  display: flex;
  gap: 20px;
  padding: 25px 20px 25px 60px;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
}

/* stagger animation */
.literature-row:nth-child(1) { animation-delay: 0.1s; }
.literature-row:nth-child(2) { animation-delay: 0.2s; }
.literature-row:nth-child(3) { animation-delay: 0.3s; }
.literature-row:nth-child(4) { animation-delay: 0.4s; }
.literature-row:nth-child(5) { animation-delay: 0.5s; }

/* NUMBER */
/* vertical line */
.literature-right::before {
  left: 30px; /* move line slightly right */
}

/* NUMBER FIX */
.literature-number {
  position: absolute;
  left: 0;
  top: 25px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #5882B5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #5882B5;
  z-index: 2; /* important */
}
.literature-pro h3 {
  font-size: 25px;
}


/* 🔥 LEFT ACCENT BAR */
.literature-row::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 29px;
  width: 4px;
  height: 0%;
  background: #A7C2E5;
  transition: height 0.4s ease;
  border-radius: 2px;
}

/* 🔥 HOVER EFFECT */
.literature-row:hover {
  transform: translateX(10px);
  background: linear-gradient(
    90deg,
    rgba(236,121,136,0.08),
    transparent
  );
  box-shadow: 0 10px 25px rgba(32,47,99,0.08);
  border-radius: 10px;
}

/* grow accent bar */
.literature-row:hover::before {
  height: 100%;
}
.literature-row.last:hover::before {
  height: 80%;
}
/* number effect */
.literature-row:hover .literature-number {
  color: #9D1C4B;
  transform: scale(1.2);
}

/* title */
.literature-row:hover h3 {
  color: #9D1C4B;
}

/* text */
.literature-row:hover p {
  color: #202F63;
}

/* subtle glow dot */
/* .literature-row::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 32px;
  width: 10px;
  height: 10px;
  background: #5882B5;
  border-radius: 50%;
  transition: 0.3s;
} */

/* .literature-row:hover::after {
  background: #FDC72F;
  transform: scale(1.3);
  box-shadow: 0 0 10px #FDC72F;
} */

.literature-row::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;
  background: linear-gradient(
  135deg,
  #EC7988 0%,
  #9D1C4B 15%,
  #F4863B 30%,
  #FDC72F 45%,
  #AFCC3E 60%,
  #608B3D 70%,
  #A7C2E5 80%,
  #5882B5 90%,
  #305090 95%,
  #202F63 100%
);
}

.literature-row:hover::after {
  width: 100%;
}

/* ✨ ENTRY ANIMATION */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE */
@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }

  .literature-left {
    position: static;
    text-align: center;
  }

  .literature-right::before {
    display: none;
  }

  .feature-row {
    padding-left: 20px;
  }
}

/* ICON DIAMOND BASE */
.process.literature .icon {
  width: 90px;
  height: 90px;
  margin: auto;
  transform: rotate(45deg);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 
    0 8px 0 #202F63, 
    0 15px 25px rgba(0,0,0,0.2);
  transition: 0.4s;
}

/* ICON INSIDE (rotate back) */
.process.literature .icon i {
  transform: rotate(-45deg);
  font-size: 28px;
  color: #fff;
}

/* COLORS */
.process.literature .icon.pink {
  background: linear-gradient(135deg, #EC7988, #9D1C4B);
}

.process.literature .icon.green {
  background: linear-gradient(135deg, #AFCC3E, #608B3D);
}

.process.literature .icon.orange {
  background: linear-gradient(135deg, #FDC72F, #F4863B);
}

.process.literature .icon.blue {
  background: linear-gradient(135deg, #5882B5, #305090);
}

.process.literature .icon.pink2 {
  background: linear-gradient(135deg, #EC7988, #F4863B);
}


/* ICON ANIMATION */
.process.literature .step:hover .icon i {
  transform: rotate(-45deg) scale(1.2);
}

/* TEXT HOVER */
.process.literature .step:hover h3 {
  color: #9D1C4B;
}

/* OPTIONAL: dotted connection line like your image */
.process.literature .step {
  position: relative;
}

.process.literature .step:last-child::after {
  display: none;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .process.literature .step::after {
    display: none;
  }
}
.process.literature .icon:before {
  display: none;
}
.process.literature .step h3 {
  margin: 30px 0 5px;
}

.audit-methodology {
  background: #ffffff;
}

/* STEPS CONTAINER */
.audit-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 50px 0px;
}

/* STEP */
.audit-step {
  position: relative;
  padding: 10px;
  border-radius: 50px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  transition: 0.3s;
}

/* TEXT */
.audit-step span {
  font-size: 18px;
  color: #305090;
  font-weight: 500;
}

/* CONNECTOR LINE */
.audit-step::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #cbd5f5;
  transform: translateY(-50%);
}

.audit-step:last-child::after {
  display: none;
}

/* 🔥 HOVER */
.audit-step:hover {
  transform: translateY(-5px);
  background: linear-gradient(
    90deg,
    #EC7988,
    #F4863B,
    #FDC72F
  );
  border: none;
}

.audit-step:hover span {
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .audit-step::after {
    display: none;
  }
}

.why-sciom-testing .why-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.why-sciom-testing .why-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border-left: 4px solid #98b5da;
  height: 200px;
}

.why-sciom-testing .why-card:hover {
  transform: translateY(-5px);
}

.why-sciom-testing .why-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111827;
}

.why-sciom-testing .why-card p {
  /* font-size: 14px; */
  color: #000;
  line-height: 1.6;
}