/**
 * About Acesoft — match reference: tilted blue panel + circular overlapping photos.
 */
.about-section-four.acesoft-about-section::before {
  display: none;
}

.acesoft-about-section .content-column .inner-column {
  padding-left: 0;
}

.acesoft-about-section .image-column .inner-column {
  padding-bottom: 90px;
}

.acesoft-about-section .image-box {
  position: relative;
  padding: 8px 18px 20px 12px;
  background: none;
  min-height: 520px;
}

/* Pale blue tilted panel (not shape-1 / no spin) */
.acesoft-about-section .image-column .bg-shape,
.acesoft-about-section .image-box .bg-shape {
  display: block !important;
  position: absolute;
  left: -36px;
  top: -28px;
  width: 520px;
  height: 520px;
  z-index: 0;
  border-radius: 42px;
  background: linear-gradient(145deg, #cfe0ff 0%, #e3edff 50%, #f2f7ff 100%) !important;
  background-image: none !important;
  transform: rotate(-7deg);
  animation: none !important;
  -webkit-animation: none !important;
  box-shadow: 0 18px 48px rgba(62, 102, 180, 0.14);
}

/* Large primary circle */
.acesoft-about-section .image-column .image-1 {
  position: relative;
  z-index: 1;
  display: block;
  height: 495px;
  width: 495px;
  max-width: calc(100% - 20px);
  margin: 12px 0 0 28px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 0 14px 40px rgba(17, 33, 79, 0.12);
}

/* Smaller overlapping circle */
.acesoft-about-section .image-column .image-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 309px;
  width: 309px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 0 16px 38px rgba(17, 33, 79, 0.18);
}

.acesoft-about-section .image-column .image-1 img,
.acesoft-about-section .image-column .image-2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.acesoft-about-section .about-badge {
  position: absolute;
  right: 24px;
  bottom: 32px;
  z-index: 3;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(18, 35, 82, 0.94);
  color: #e9efff;
  min-width: 170px;
  box-shadow: 0 14px 28px rgba(7, 15, 38, 0.28);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.acesoft-about-section .about-badge strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  color: #9fc2ff;
  margin-bottom: 4px;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .acesoft-about-section .image-column .image-1 {
    height: 400px;
    width: 400px;
  }

  .acesoft-about-section .image-column .image-2 {
    height: 260px;
    width: 260px;
  }

  .acesoft-about-section .image-column .bg-shape,
  .acesoft-about-section .image-box .bg-shape {
    width: 430px;
    height: 430px;
    left: -20px;
  }
}

@media (max-width: 991px) {
  .acesoft-about-section .image-box {
    max-width: 500px;
    margin: 28px auto 0;
    min-height: 460px;
  }

  .acesoft-about-section .image-column .inner-column {
    padding-bottom: 70px;
  }

  .acesoft-about-section .image-column .bg-shape,
  .acesoft-about-section .image-box .bg-shape {
    display: block !important;
    left: 50%;
    top: 0;
    width: 320px;
    height: 320px;
    transform: translateX(-52%) rotate(-7deg);
  }

  .acesoft-about-section .image-column .image-1 {
    height: 320px;
    width: 320px;
    margin: 40px auto 0;
  }

  .acesoft-about-section .image-column .image-2 {
    right: 8%;
    bottom: 0;
    height: 220px;
    width: 220px;
  }

  .acesoft-about-section .about-badge {
    right: 12%;
    bottom: 18px;
  }
}

@media (max-width: 576px) {
  .acesoft-about-section .image-column .image-1 {
    height: 280px;
    width: 280px;
  }

  .acesoft-about-section .image-column .image-2 {
    height: 190px;
    width: 190px;
  }

  .acesoft-about-section .image-column .bg-shape,
  .acesoft-about-section .image-box .bg-shape {
    width: 280px;
    height: 280px;
  }
}
