:root {
  --acumin: "acumin-pro", sans-serif;
  --acumin-wide: "acumin-pro-wide", sans-serif;
  --lg-eShipperSectionContainer-x: 1300px;
}

.allServiceBannerWrapper {
  background: linear-gradient(117.81deg, #111827 32.73%, #111827 97.66%);
  position: relative;
  padding-bottom: 0;
  padding-top: 170px;
  overflow: hidden;
}

.allServiceBannerBottomShade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}

.allServiceBannerPic {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  left: -25px;
  bottom: -40px;
}

.allServiceBannerPic img {
  height: auto;
}

.allServiceBannerContent h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 1.19;
  color: var(--Generic-White, #fff);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.allServiceBannerContent h1 span {
  padding: 0 7px;
  font-weight: 700;
  color: var(--Neutral-900, #111827);
  position: relative;
  z-index: 2;
}

.allServiceBannerContent h1 span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 61px;
  width: 100%;
  background-color: #e6e2f3;
  z-index: -1;
}

.allServiceShortDescpData {
  padding: 70px 0;
}

.allServiceShortDescpData p {
  font-weight: 500;
  max-width: 770px;
  margin: 0 auto;
  color: var(--Neutral-500, #6b7280);
}

.allServiceListingWrap.comn-py {
  border-bottom: 1px solid #e5e7eb;
}

.allServiceListingRow {
  margin-top: 40px;
  margin-bottom: -24px;
}

.allServiceListingRow [class*="col-"] {
  margin-bottom: 24px;
}

.allServiceListingCard {
  position: relative;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(180deg, #a78aff 0%, #e0d6fd 100%) border-box !important;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  min-height: 329px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.allServiceListingCard .baseContent {

  background: linear-gradient(
    180deg,
    rgba(229, 231, 235, 0.5) 0%,
    #ffffff 86.45%
  );
  padding: 40px 33px 20px;
  background: linear-gradient(180deg, rgba(229, 231, 235, 0.5) 0%, #FFFFFF 86.45%);
  padding: 42px 30px 42px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.allServiceListingCard:hover .baseContent {
  opacity: 0;
  transform: translate(-50%, calc(-50% - 10px));
  transition: all 0.4s ease-in-out; 
}

.allServiceListingCard .baseContent figure {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 7px;
}

.allServiceListingCard .baseContent figure::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/svgFolder/All_Service/all-service-card-icon-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.allServiceListingCard .baseContent img {
  width: auto;
  height: auto;
  position: relative;
  z-index: 2;
}

.allServiceListingCard .baseContent h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--neutral-900);
  margin-bottom: 7px;
}

.allServiceListingCard .baseContent p {
  line-height: 1.5;
  font-weight: 400;
  color: var(--Neutral-500, #6b7280);
}

.allServiceListingCard .baseBg{
  position: absolute;
  inset: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #F2F3F5 0%, #F8F9FA 100%);
}
.allServiceListingCard:hover .baseBg{
  opacity: 1;
}
.allServiceListingCard .hoverContent {
  position: absolute;
  inset: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  transform: translate(0, 10px);
  padding: 42px 30px 59px;
  width: 100%;
  height: 100%;
}

.allServiceListingCard:hover .hoverContent {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
  transition: all 0.6s ease-in-out 0.2s;
}

.allServiceListingCard .hoverContent .cardThumb {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.allServiceListingCard .hoverContent figure {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.allServiceListingCard .hoverContent figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.allServiceListingCard .hoverContent .icon__holder {
  margin-bottom: 18px;
}
.allServiceListingCard .hoverContent .icon__item{
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  margin-inline: auto;
}

.allServiceListingCard .hoverContent .icon__item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/svgFolder/All_Service/all-service-card-icon-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.allServiceListingCard .hoverContent img {
  width: auto;
  height: auto;
  position: relative;
  z-index: 2;
}

.allServiceListingCard .hoverContent h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--neutral-900);
  margin-bottom: 7px;
}

.allServiceListingCard .hoverContent .actionBtn {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

/* .allServiceListingCard .hoverContent .actionBtn .btn {
  color: var(--Neutral-900, #111827) !important;
} */

.allServiceListingCard .hoverContent .actionBtn .btn:hover {
  color: #ffffff !important;
}

.allServiceListingCard
  .hoverContent
  .actionBtn
  .btn.button-white-bg-teal
  .hover-state
  path {
  stroke: #ffffff !important;
}

/* @media (min-width:1440.91px) {
  .allServiceListingWrap .section-margin {
    padding: 0 42px;
  }
} */

@media (max-width: 1280.91px) {
  .allServiceListingRow [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1199px) {
  .allServiceBannerPic {
    left: 0;
    bottom: -20px;
  }

  .allServiceBannerWrapper {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 767.91px) {
  .allServiceBannerContent h1 {
    font-size: 36px;
    text-align: center;
  }

  .allServiceBannerContent h1 span::before {
    height: 42px;
  }

  .allServiceBannerBottomShade {
    height: 200px;
  }

  .allServiceBannerBottomShade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .allServiceListingCard {
    min-height: 300px;
  }

  .allServiceListingCard .baseContent,
  .allServiceListingCard .hoverContent {
    padding: 25px;
  }

  .allServiceListingRow [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
