@media (min-width: 992px) {
  .mvp-block-20 .banner {
    position: sticky;
    top: 150px;
  }
}

.label-a {
  max-width: 340px;
  transform: translateX(340px);
}

.card-desktop-3:hover .label-a {
  animation: moveRight 1s ease-in-out forwards;
}

@keyframes moveRight {
  from {
    transform: translateX(340px);
  }
  to {
    transform: translateX(0);
  }
}

/* services list card */

#c-list .card {
  overflow: hidden;
}

#c-list .card:hover {
  border: 1px solid #5e941e;
}

#c-list .card-body {
  overflow: hidden;
}

@media (min-width: 992px) {
  #c-list .card-body .d-img {
    display: block;
    width: 100%;
    transition: transform 1s ease-out;
    height: min-content;
  }
}

#c-list .card:hover .card-body img {
  transform: scale(1.05);
}

#c-list .card-body > div {
  width: 100%;
}

/* --- Animation Styles --- */

/* Initial state of the image (before animation) */

.m-img {
  transform: translateX(-15px) scale(1.1);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  will-change: opacity, transform;
}

.m-img.is-visible {
  transform: translateX(0);
}

.icons-chk li:before {
  display: inline-block;
  padding-right: 5px;
  content: "✔";
  color: #88b83f;
}

.icons-chk li {
  list-style: none;
}

.i-ok:before {
  display: inline-block;
  padding-right: 5px;
  content: "✔";
  color: #88b83f;
}

.i-x:before {
  display: inline-block;
  padding-right: 5px;
  content: "⚠️";
  color: #88b83f;
}

.accordion {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
}

.accordion-item {
  position: relative;
  border-radius: 16px !important;
  padding: 1px;
  border: 0;
}

#c-list .d-img {
  max-width: 500px;
  display: none;
  /*position: absolute;*/
  /*z-index: 1;*/
  padding: 10px;
}

.gr {
  font-size: 20px;
  font-weight: 600;
  color: #72ab2e !important;
}

.managed-service-in-house th {
  font-size: 24px;
  font-weight: 600;
}

.row-title {
  font-weight: 600;
  color: #121926;
}

h3.title {
  font-size: 37px !important;
}

/* stapes process */

.process-item {
  margin-bottom: 40px;
  padding: 32px 18px;
  border-radius: 8px;
  box-shadow: -3px 0px 2px #ccc;
  position: relative;
  /*background: linear-gradient(-90deg, #ffffff, #f5f5f5);*/
  /*margin-right: 250px;*/
}

.process-item.right {
  margin-right: 0;
  box-shadow: 3px 0px 2px #ccc;
  /*margin-left: 250px;*/
  /*background: linear-gradient(90deg, #ffffff, #f5f5f5);*/
}

.process-icon {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #007bff;
  vertical-align: middle;
}

.process-title {
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.process-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.process-description {
  margin-top: 10px;
  font-size: 0.9rem;
}

.sidebar {
  padding-top: 20px;
}

.process-image-sidebar {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Step Number Decorator */

.process-item::before {
  content: attr(data-step-number);
  position: absolute;
  top: -30px;
  left: 20px;
  color: #7a9a41;
  font-weight: bold;
  width: 60px;
  height: 60px;
  line-height: 62px;
  background: white;
  border-radius: 100%;
  box-shadow: 0 -2px #ccc;
  text-align: center;
  font-size: 40px;
}

.process-item.right::before {
  right: 20px;
  left: auto;
}

@media (min-width: 992px) {
  .mvp-block-13 .numbers-grid-item {
    /*min-width: 260px !important;*/
  }
}

.label-2 {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 5px;
  padding: 6px 12px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #121926), to(#7cb932));
  background: linear-gradient(90deg, #121926 0, #7cb932 100%);
  color: #fff;
  font-size: 14px;
  letter-spacing: .017px;
  /*font-weight: 600;*/
  line-height: 1.5;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .label-2 {
    position: absolute;
    bottom: 32px;
    right: 0;
    border-radius: 8px 0 0 8px;
    font-weight: lighter;
  }
}

.total * {
  background: #f8fafc !important;
}

table.table.table-modern {
  border-radius: 21px;
  overflow: hidden;
  margin: 0;
  width: -webkit-fill-available;
}

thead.top * {
  background: #5e941e;
  color: white;
  font-size: 19px;
}

tbody, td, tfoot, th, thead, tr {
  vertical-align: middle;
  background-color: #f9f9f9;
}

.table-responsive {
  height: 100%;
}

td.row-title {
  padding-left: 20px;
}

/* General Table Styles */

.table-modern {
  width: calc(100% - 50px);
  border-collapse: collapse;
  margin: 25px;
  font-size: 0.9em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.table-modern thead.top tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}

.table-modern th, .table-modern td {
  padding: 12px 15px;
  border: 1px solid #dddddd;
}

.table-modern tbody tr {
  border-bottom: 1px solid #dddddd;
}

.table-modern tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.table-modern .row-title {
  font-weight: bold;
  background-color: #f8f8f8;
}

.table-modern .total td {
  font-weight: bold;
  background-color: #e0f2f1;
}

.table-modern .total .gr {
  color: #00796b;
}

.table-modern a {
  color: #007bff;
  text-decoration: none;
}

.table-modern a:hover {
  text-decoration: underline;
}

.table-modern sub {
  font-size: 0.8em;
  color: #e0e0e0;
}

/* Mobile Styles */

@media (max-width: 768px) {
  .table-modern {
    box-shadow: none;
    border: 0;
  }
}

@media (max-width: 768px) {
  .table-modern thead.top {
    display: none;
  }
}

@media (max-width: 768px) {
  .table-modern tr {
    display: block;
    /*margin-bottom: 15px;*/
    /*border: 1px solid #ddd;*/
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
  }
}

@media (max-width: 768px) {
  .table-modern tr:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .table-modern td {
    display: block;
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }
}

@media (max-width: 768px) {
  .table-modern td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 768px) {
  .table-modern td.row-title {
    text-align: center;
    padding: 10px 15px;
    font-weight: bold;
    background-color: #f8f8f8;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .table-modern td:not(.row-title)::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: calc(50% - 20px);
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
    color: #555;
  }
}

@media (max-width: 768px) {
  .table-modern .total td {
    background-color: inherit;
  }
}

@media (max-width: 768px) {
  .table-modern .total td.row-title {
    background-color: #e0f2f1;
    border-bottom: 2px solid #009879;
  }
}

@media (max-width: 768px) {
  .table-modern .total td.gr {
    font-weight: bold;
    color: #00796b;
  }
}

@media (max-width: 768px) {
  .table-modern .total td.gr::before {
    font-weight: bold;
    color: #555;
  }
}

@media (max-width: 768px) {
  .table-modern td br {
    display: none;
  }
}

@media (max-width: 768px) {
  .table-modern td a {
    display: block;
    margin-top: 5px;
  }
}

.process-item {
  background: #eee;
}

.process-item:hover {
  color: white;
  background-color: #5e941e;
}

