.ss3d-slideshow-section {
  /* min-height: 110vh; */
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  padding-top: 120px;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.02) 0px,
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px,
    transparent 10px
  );
  color: #fff;
}

p.review-with-text {
  margin-bottom: 0 !important;
}

.ss3d-slideshow-wrapper {
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.ss3d-slides-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -38px;
  left: 0;
}

.ss3d-slides-track {
  position: relative;
  width: 1800px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.ss3d-slide {
  position: absolute;
  width: 600px;
  height: 370px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.ss3d-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  transition: all 0.5s ease;
}

.ss3d-slide.ss3d-active::after {
  background: transparent;
}

.ss3d-desktop-container {
  perspective: 2000px;
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.ss3d-desktop-screen {
  width: 600px;
  height: 370px;
  /* background: rgba(26, 26, 46, 0.3); */
  border-radius: 16px;
  /* box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7), 0 0 0 12px #2a2a3e,
    0 0 0 14px #1a1a2e, inset 0 0 0 2px rgba(255, 255, 255, 0.05); */
  overflow: visible;
  position: relative;
  transform: rotateX(1deg);
  /* border: 3px solid #3a3a5e; */
  border: 5px solid #fff;
}

.ss3d-screen-glow {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  /* background: radial-gradient(
    ellipse at center,
    rgba(102, 126, 234, 0.15) 0%,
    transparent 70%
  ); */
  border-radius: 20px;
  pointer-events: none;
  z-index: -1;
}

.ss3d-desktop-base {
  width: 200px;
  height: 18px;
  /* background: linear-gradient(to bottom, #2a2a3e, #1a1a2e); */
  /* background: #dadada; */
  background: linear-gradient(
    90deg,
    #e0e0e0 0%,
    #c0c0c0 25%,
    #e0e0e0 50%,
    #c0c0c0 75%,
    #e0e0e0 100%
  );
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  position: relative;
  top: -5px;
}

.ss3d-desktop-stand {
  width: 135px;
  height: 70px;
  position: relative;
  z-index: -1;
  /* background: linear-gradient(to bottom, #2a2a3e, #1a1a2e); */
  background: url("/assets/img/abstract/pc-stands.png") no-repeat center/contain;
  margin: -10px auto 0;
  /* clip-path: polygon(35% 0%, 65% 0%, 100% 100%, 0% 100%); */
  clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.review-with-text {
  margin-bottom: 0;
}

p.review-with-text {
  color: #fff !important;
  display: flex;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  text-align: left;
}

.review-star-icon {
  color: gold;
  line-height: 26px;
}

.ss3d-content {
  text-align: center;
  max-width: 900px;
  animation: ss3d-fadeInUp 1s ease-out 0.5s backwards;
  margin-top: 5px;
}

.ss3d-content h1 {
  font-size: 2.5em;
  margin-bottom: 12px;
  background: #95bf47;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.ss3d-content p {
  font-size: 1.12em;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 20px;
}

.ss3d-slide-indicators {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 40px;
  display: none;
}

.ss3d-indicator {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2a2a3e;
  border: 2px solid #3a3a4e;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
}

.ss3d-indicator:hover {
  border-color: #667eea;
  transform: scale(1.1);
}

.ss3d-indicator.ss3d-active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: #667eea;
  transform: scale(1.4);
}

.ss3d-indicator.ss3d-active::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border: 2px solid rgba(102, 126, 234, 0.4);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ss3d-pulse 2s ease-out infinite;
}

@keyframes ss3d-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes ss3d-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1400px) {
  .ss3d-desktop-screen {
    width: 480px;
    height: 300px;
  }

  .ss3d-slide {
    width: 480px;
    height: 300px;
  }

  .ss3d-slides-track {
    width: 1500px;
    height: 300px;
  }

  .ss3d-slideshow-wrapper {
    margin-bottom: 0;
  }

  .ss3d-slideshow-wrapper {
    height: 420px;
    margin-bottom: 0px;
  }
}

@media (max-width: 1024px) {
  .ss3d-desktop-screen {
    width: 400px;
    height: 250px;
  }

  .ss3d-slide {
    width: 400px;
    height: 250px;
  }

  .ss3d-slides-track {
    width: 1300px;
    height: 250px;
  }

  .ss3d-content h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .ss3d-slideshow-wrapper {
    height: 300px;
    margin-top: 12px;
  }

  .ss3d-desktop-screen {
    width: 450px;
    height: 280px;
  }

  .ss3d-slide {
    width: 450px;
    height: 280px;
  }

  .ss3d-slides-track {
    width: 1000px;
    height: 200px;
  }

  .ss3d-content h1 {
    font-size: 2em;
  }

  .ss3d-content p {
    font-size: 0.9em;
  }

  .ss3d-slideshow-section {
    padding: 70px 15px 40px 15px;
  }

  .ss3d-content {
    margin-top: 0;
  }

  .review-star-icon {
    line-height: 22px;
  }

  .sls-content-wrapper {
    padding-right: 50px;
    box-shadow: 4px 0px 6px 0px #95bf4729;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 520px) {
  .ss3d-desktop-screen {
    width: 320px;
    height: 200px;
  }

  .ss3d-slide {
    width: 320px;
    height: 200px;
  }

  .ss3d-slides-track {
    width: 800px;
    height: 150px;
  }

  .ss3d-content h1 {
    font-size: 1.6em;
  }

  .btn-view-work {
    padding: 12px 22px;
    font-size: 1rem;
  }
}

/* Satisfaction block Style */
.avatar {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgb(149, 191, 71);
  background: #95bf47;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000000;
  transition: all 0.3s ease;
}

.avatars-stack {
  display: flex;
  align-items: center;
}

.satisfaction-block {
  background: rgba(149, 191, 71, 0.1);
  border: 1px solid rgba(149, 191, 71, 0.3);
  border-radius: 16px;
  overflow: hidden;
  padding: 8px 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}

.satisfaction-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(149, 191, 71, 0.3);
  background: rgba(149, 191, 71, 0.15);
  border-color: rgba(149, 191, 71, 0.5);
}

.satisfaction-block .avatar {
  width: 40px;
  height: 40px;
  font-size: 11px;
  margin-left: -10px;
}

.satisfaction-block .satisfaction-text h3 {
  font-size: 18px;
}

.satisfaction-text h3 {
  color: #ffffff;
  line-height: normal;
  margin-bottom: 0 !important;
}

.satisfaction-text .satisfaction-highlight {
  color: #95bf47;
}

.avatar img {
  width: 100%;
  height: 100%;
}

.cta-btn-wrapper {
  display: flex;
  width: fit-content;
  gap: 18px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .satisfaction-block-1,
  .satisfaction-block-3,
  .satisfaction-block-4 .content {
    flex-direction: column;
    text-align: center;
  }

  .avatars-stack {
    justify-content: center;
  }

  .satisfaction-text h3 {
    font-size: 16px !important;
  }
  .about {
    padding-top: 50px !important;
    padding-bottom: 64px;
  }

  .col-lg-6.mt-4.mt-lg-0.aos-init.aos-animate {
    padding-top: 20px;
  }
}
