.api-fdf-section {
  background: #fff;
}

.api-fdf-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
}

.api-fdf-image {
  flex: 0 0 42%;
}

.api-fdf-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.api-fdf-content {
  flex: 1;
}

.section-tag {
  display: inline-block;
  color: #0057b8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.api-fdf-content h2 {
  margin-bottom: 28px;
}

.api-fdf-content h2 span {
  color: #0057b8;
}

.api-fdf-content p {
  margin-bottom: 25px;
}

.api-fdf-content h3 {
  margin-bottom: 22px;
}

/*counter*/
.oaImpactSection {
  position: relative;

  padding: 130px 0;

  background: url("/assets/images/services/counter-background2.png") center
    center/cover no-repeat;

  overflow: hidden;
}

.oaImpactOverlay {
  position: absolute;
  inset: 0;
  background: rgb(3 44 113 / 68%);
  backdrop-filter: blur(3px);
}

.oaImpactGrid {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 30px;
}

.oaImpactCard {
  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.18);

  backdrop-filter: blur(12px);

  border-radius: 18px;

  padding: 45px 25px;

  text-align: center;

  transition: 0.45s;
}

.oaImpactCard:hover {
  transform: translateY(-12px);

  border-color: #0057b8;

  background: rgba(255, 255, 255, 0.1);
}

.oaImpactIcon {
  width: 90px;

  height: 90px;

  border-radius: 50%;

  background: #0057b8;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: auto;

  box-shadow: 0 15px 35px rgba(0, 87, 184, 0.45);
}

.oaImpactIcon i {
  color: #fff !important;

  font-size: 34px;
}

.oaImpactCard h2 {
  margin: 35px 0 12px;

  color: #fff !important;

  font-size: 45px;

  font-weight: 700;

  line-height: 1;
}

.oaImpactCard p {
  color: #ffffff !important;

  font-size: 18px;

  margin-bottom: 25px;
}

.oaLine {
  width: 70px;

  height: 3px;

  background: #0057b8;

  display: block;

  margin: auto;

  border-radius: 30px;
}

@media (max-width: 991px) {
  .oaImpactGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .oaImpactGrid {
    grid-template-columns: 1fr;
  }
}

/*workflow*/
/* .sciom-different {
    padding: 80px 5% 100px;
    background: #f8f9fa;
    padding-bottom: 0px;
}
.sciom-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
}
.sciom-left {
    position: sticky;
    top: 150px;
    height: fit-content;
    align-self: start;
    z-index: 10;
}
.sciom-right {
    position: relative;
    min-height: 110vh;
    display: flex;
    flex-direction: column;
    padding-bottom: 5vh;
}
.feature-card:nth-child(1) {
    z-index: 1;
    transform: scale(0.84) translate(36px, 28px);
    
}
.color-1, .color-2, .color-3, .color-4 {
    background: rgb(25 103 196);
}
.feature-card {
    position: sticky;
    top: 120px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: 280px;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09);
    border: 2px solid white;
    transition: all 0.4s ease;
    transform-origin: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feature-card:nth-child(2) {
    z-index: 2;
    transform: scale(0.9) translate(22px, 16px);
    /* opacity: 0.9; */
/* } 
.feature-card:nth-child(3) {
    z-index: 3;
    transform: scale(0.96) translate(15px, 8px);
    opacity: 0.96;
}
.feature-card:nth-child(4) {
    z-index: 9;
    transform: scale(0.98) translate(10px, 5px);;
    opacity: 1;
}
.feature-card:nth-child(5) {
    z-index: 11;
    transform: scale(1) translate(0, 0);
    opacity: 1;
}
.card-inner h3, .card-inner p {
    color: white !important;
    margin-bottom: 25px;
}
.card-inner h3 {
    font-size: 20px;
    line-height: 2rem;
    letter-spacing: 1px;
} */

/*capability*/
.oaCapabilitySection {
  padding: 120px 0;
  background: #fff;
  position: relative;
}

.oaCapabilityWrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}

.oaCapabilityLine {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1f5597;
  z-index: 0;
}

.oaCapabilityCard {
  width: 24%;
  background: #fff;
  padding: 40px 28px;
  text-align: center;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  transition: 0.4s;
}

.oaCapabilityCard:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 87, 184, 0.15);
}

.oaCapabilityCard.up {
  margin-bottom: 120px;
}

.oaCapabilityCard.down {
  margin-top: 120px;
}

.oaCapabilityIcon {
  width: 75px;
  height: 75px;
  background: #0057b8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 28px;
}

.oaCapabilityCard h4 {
  font-size: 24px;
  color: #002b5c;
  margin-bottom: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.oaCapabilityCard p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

@media (max-width: 991px) {
  /* .api-fdf-wrapper{
    flex-direction:column;
    gap:50px;
} */
  .api-fdf-image,
  .api-fdf-content {
    width: 100%;
  }
  .api-fdf-content h2 {
    font-size: 38px;
  }
  .capability-list {
    grid-template-columns: 1fr;
  }
  .oaStatsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .oaCapabilityWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .oaCapabilityLine {
    display: none;
  }
  .oaCapabilityCard {
    width: 100%;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .api-fdf-wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .api-fdf-section {
    padding: 80px 0;
  }
  .api-fdf-content h2 {
    font-size: 32px;
  }
  .api-fdf-content p {
    font-size: 16px;
  }
  .oaCapabilityWrapper {
    grid-template-columns: 1fr;
  }
}

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