section[data-cattype="83007"] {
  overflow: hidden;
}

section[data-cattype="83007"] .content-wrapper {
  max-width: 100%;
  margin: 0 auto;
  background-color: #F5F6F8;
}

section[data-cattype="83007"] .quality-policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

section[data-cattype="83007"] .quality-policy-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  color: #5F6B7A;
  font-size: 18px;
  font-family: 'Arial';
  line-height: 1.4;
  text-align: justify;
}

section[data-cattype="83007"] .quality-policy-icon {
  width: 22px;
  min-width: 22px;
  margin-top: 4px;
}

section[data-cattype="83007"] .quality-policy-icon img {
  width: 75%;
  height: auto;
  display: block;
}

section[data-cattype="83007"] .container.content-wrapper {
  background-color: #EAF0FF;
  padding: 40px 0;
}

section[data-cattype="83007"] .container.content-wrapper .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}

section[data-cattype="83007"] .col-sm.custom-bg {
  background-color: #fff;
  padding: 35px 10px;
  margin: 20px;
  border-radius: 30px;
}

section[data-cattype="83007"] img {
  width: 50px;
  float: left;
  margin: 20px 0;
}

section[data-cattype="83007"] h2 {
  font-family: 'Roboto';
  font-size: 50px;
  font-weight: 700;
  color: #071A3D;
  text-transform: capitalize;
  margin: 0 0 25px 0;
}

section[data-cattype="83007"] h4 {
  font-size: 24px;
  text-align: left;
  margin-top: 10px;
  font-weight: bold;
  color: #00169F;
}

section[data-cattype="83007"] p {
  margin-top: 2px;
  text-align: justify;
  font-size: 18px;
  color: #5F6B7A;
  font-family: 'Arial';
}


/* ================================
   Animation - Hidden First
================================ */

section[data-cattype="83007"].osp83007-init .osp83007-title-anim,
section[data-cattype="83007"].osp83007-init .osp83007-item-anim,
section[data-cattype="83007"].osp83007-init .osp83007-image-anim,
section[data-cattype="83007"].osp83007-init .osp83007-heading-anim,
section[data-cattype="83007"].osp83007-init .osp83007-description-anim {
  opacity: 0;
  visibility: hidden;
  will-change: opacity, transform;
}

section[data-cattype="83007"].osp83007-init .osp83007-title-anim {
  transform: translateY(-35px);
}

section[data-cattype="83007"].osp83007-init .osp83007-item-anim {
  transform: translateY(55px);
}

section[data-cattype="83007"].osp83007-init .osp83007-image-anim {
  transform: scale(0.85) rotate(-6deg);
}

section[data-cattype="83007"].osp83007-init .osp83007-heading-anim,
section[data-cattype="83007"].osp83007-init .osp83007-description-anim {
  transform: translateY(18px);
}


/* ================================
   Animation - Active
================================ */

section[data-cattype="83007"].osp83007-active .osp83007-title-anim {
  visibility: visible;
  animation: osp83007TitleIn 0.8s ease forwards;
  animation-delay: 0.05s;
}

section[data-cattype="83007"].osp83007-active .osp83007-item-anim {
  visibility: visible;
  animation: osp83007ItemIn 0.85s ease forwards;
}

section[data-cattype="83007"].osp83007-active .osp83007-image-anim {
  visibility: visible;
  animation: osp83007ImageIn 0.7s ease forwards;
}

section[data-cattype="83007"].osp83007-active .osp83007-heading-anim {
  visibility: visible;
  animation: osp83007TextIn 0.7s ease forwards;
}

section[data-cattype="83007"].osp83007-active .osp83007-description-anim {
  visibility: visible;
  animation: osp83007TextIn 0.7s ease forwards;
}

section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(1) {
  animation-delay: 0.12s;
}

section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(2) {
  animation-delay: 0.22s;
}

section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(3) {
  animation-delay: 0.32s;
}

section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(4) {
  animation-delay: 0.42s;
}

section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(5) {
  animation-delay: 0.52s;
}

section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(1) .osp83007-image-anim,
section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(1) .osp83007-heading-anim,
section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(1) .osp83007-description-anim {
  animation-delay: 0.25s;
}

section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(2) .osp83007-image-anim,
section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(2) .osp83007-heading-anim,
section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(2) .osp83007-description-anim {
  animation-delay: 0.35s;
}

section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(3) .osp83007-image-anim,
section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(3) .osp83007-heading-anim,
section[data-cattype="83007"].osp83007-active .osp83007-description-anim {
  animation-delay: 0.45s;
}

section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(4) .osp83007-image-anim,
section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(4) .osp83007-heading-anim,
section[data-cattype="83007"].osp83007-active .osp83007-description-anim {
  animation-delay: 0.55s;
}

section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(5) .osp83007-image-anim,
section[data-cattype="83007"].osp83007-active .osp83007-item-anim:nth-child(5) .osp83007-heading-anim,
section[data-cattype="83007"].osp83007-active .osp83007-description-anim {
  animation-delay: 0.65s;
}


/* ================================
   Keyframes
================================ */

@keyframes osp83007TitleIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-35px);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@keyframes osp83007ItemIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(55px);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@keyframes osp83007ImageIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.85) rotate(-6deg);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes osp83007TextIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}


/* ================================
   Hover Effect
================================ */

section[data-cattype="83007"] .col-sm.custom-bg:hover {
  box-shadow: 0 12px 30px rgba(0, 22, 159, 0.12);
}

section[data-cattype="83007"] .col-sm.custom-bg:hover .osp83007-image-anim {
  transform: scale(1.08);
}


/* ================================
   Laptop Responsive
================================ */

@media (max-width: 1400px) {

  section[data-cattype="83007"] h2 {
    font-size: 38px;
  }

  section[data-cattype="83007"] h4 {
    font-size: 19px;
  }

  section[data-cattype="83007"] p {
    font-size: 14px;
  }

  section[data-cattype="83007"] .quality-policy-list li {
    font-size: 14px;
  }
}


/* ================================
   Mobile Responsive
================================ */

@media screen and (max-width: 480px) {

    section[data-cattype="83007"] h2 {
        font-size: 28px;
        text-align: center;
    }

    section[data-cattype="83007"] h4 {
        font-size: 16px;
    }

    section[data-cattype="83007"] p {
        font-size: 14px;
    }

    section[data-cattype="83007"] .quality-policy-list li {
        font-size: 14px;
    }

    section[data-cattype="83007"] .container.content-wrapper {
        padding: 30px 0;
    }

    section[data-cattype="83007"] .row.osp83007-values-row {
        padding: 0 20px;
    }

    section[data-cattype="83007"] .col-sm.custom-bg {
        width: 100%;
        margin: 10px auto;
        padding: 20px 22px;
        display: grid;
        grid-template-columns: 52px 1fr;
        grid-template-areas:
            "icon title"
            "icon desc";
        column-gap: 16px;
        row-gap: 4px;
        align-items: start;
        text-align: left;
    }

    section[data-cattype="83007"] .col-sm.custom-bg > .row {
        display: contents;
        margin: 0;
    }

    section[data-cattype="83007"] .col-sm.custom-bg > .row > .col {
        padding: 0;
        width: auto;
        max-width: none;
        flex: none;
    }

    section[data-cattype="83007"] .col-sm.custom-bg > .row:nth-child(1) > .col {
        grid-area: icon;
    }

    section[data-cattype="83007"] .col-sm.custom-bg > .row:nth-child(2) > .col {
        grid-area: title;
    }

    section[data-cattype="83007"] .col-sm.custom-bg > .row:nth-child(3) > .col {
        grid-area: desc;
    }

    section[data-cattype="83007"] .osp83007-image-anim {
        width: 42px;
        max-width: 42px;
        height: auto;
        display: block;
        margin: 0;
    }

    section[data-cattype="83007"] .osp83007-heading-anim {
        margin: 0;
        text-align: left;
        line-height: 1.3;
    }

    section[data-cattype="83007"] .osp83007-description-anim {
        margin: 0;
        text-align: left;
        line-height: 1.5;
        max-width: 100%;
    }

    section[data-cattype="83007"].osp83007-init .osp83007-title-anim,
    section[data-cattype="83007"].osp83007-init .osp83007-item-anim,
    section[data-cattype="83007"].osp83007-init .osp83007-heading-anim,
    section[data-cattype="83007"].osp83007-init .osp83007-description-anim {
        transform: translateY(35px);
    }

    section[data-cattype="83007"].osp83007-init .osp83007-image-anim {
        transform: scale(0.9);
    }
}

@media (max-width: 380px) {
  section[data-cattype="83007"] .col-sm.custom-bg {
    width: calc(100% - 30px);
  }
}