body #header-outer #top .sf-menu > .sf-with-ul > a {
  padding-right: 0.8em !important;
}
.repair-section .repair-section-image {
  height: 450px;
  width: auto;
}
.power-cables-list {
  margin-left: 0;
}
.repair-service-section .cryo-banner__media-card {
  min-height: auto;
}
.repair-service-section .cryo-banner__media-image {
  min-height: auto;
  max-height: 430px;
}
.repair-service-section .cryo-banner__media-image img:hover {
  transform: scale(1.02);
}
.repair-service-section .cryo-banner__media-image img {
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.repair-service-section .cryo-banner__media-tags {
  bottom: 20px;
  top: auto;
}
.ab-section .heading-content {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
.service-description .des {
  max-width: 1000px;
  margin: 0 auto;
  color: #56697e;
  font-size: 17px;
  line-height: 22px;
}

.service-row .service-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e1eaf3;
  border-radius: 16px;
  padding: 32px 28px 34px 28px !important;
  box-shadow: 0 14px 30px rgba(15, 49, 82, 0.06);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  max-width: calc((100% - 60px) / 3);
}
.service-row.vc_row.vc_row-flex > .span_12 {
  gap: 20px;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 49, 82, 0.1);
}
.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 13px;
  background: linear-gradient(150deg, #13294b, #0b1f3a);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
}
.service-section.stats-section h2.vc_custom_heading::after {
  display: none;
}
.service-ab-section .cryo-image-section__badge {
  display: none;
}
.about-sec.stats-section .child_column:not(:last-child)::before {
  display: none;
}
.about-sec.stats-section .vc_column-inner:hover {
  transform: unset;
}
.about-sec .network-row .card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  transition: all 0.3s ease;
}
.about-sec .vc_row-fluid > .span_12 {
  gap: 20px;
}
.about-sec .network-row {
  display: grid;
}
.about-sec .network-row .card span {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 3px;
  color: #ffffff;
}
.stats-section .inner-wrap {
  background: #0b1f3a;
}
.about-sec .network-row .card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.about-sec.stats-section .inner-wrap::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .about-sec .vc_row-fluid > .span_12 {
    gap: 0px;
  }
}
