	
.card__services-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__service-avt {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.card__service-avt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(0);
  transform-origin: left;
  transition: transform 1s ease-out;
  z-index: 1;
}
.card__services-img {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.9s ease;
  height: 100%;
}
.card__service-item.visible .card__service-avt::after {
  transform: translateX(100%);
}
.card__service-item:hover .card__services-img.tl {
  transform: rotate3d(1, -1, 0, 15deg);
}

.card__service-item:hover .card__services-img.tr {
  transform: rotate3d(1, 1, 0, 15deg);
}

.card__service-item:hover .card__services-img.bl {
  transform: rotate3d(-1, -1, 0, 15deg);
}

.card__service-item:hover .card__services-img.br {
  transform: rotate3d(-1, 1, 0, 15deg);
}
.word-wrapper {
  display: inline-block;
}
.word {
  display: inline-block;
  transform-origin: bottom left;
}
.arolax--video {
  position: relative;
  cursor: pointer;
  width: 20%;
  height: fit-content;
  margin-top: 50px;
}
.arolax--video .video {
  border-radius: 30px 30px 30px 30px;
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.play-video {
  color: #fff;
  fill: #fff;
  font-size: 16px;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #fff;
  border-radius: 100% 100% 100% 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.tool {
  background: #f4e0e0;
}
.geometric-decoration {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.decoration-1 {
  top: 10%;
  right: 10%;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.decoration-2 {
  bottom: 15%;
  left: 8%;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transform: rotate(45deg);
  animation: rotate 20s linear infinite;
}

.decoration-3 {
  top: 25%;
  left: 5%;
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.05));
  border-radius: 50%;
  animation: pulse 4s ease-in-out infinite;
}

.decoration-4 {
  top: 50%;
  right: 5%;
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
  animation: slide 8s ease-in-out infinite;
}

/* Central visual element for desktop */
.central-visual {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.03;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  width: 100%;
  height: 100%;
  animation: gridPulse 12s ease-in-out infinite;
}

.tech-cell {
  background: rgba(0, 0, 0, 0.1);
  animation: cellFlicker 3s ease-in-out infinite;
}

.tech-cell:nth-child(odd) {
  animation-delay: 0.5s;
}

.tech-cell:nth-child(3n) {
  animation-delay: 1s;
}

.tech-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.section-tech {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  position: relative;
}

.section-tech::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #000;
  animation: underlineGrow 2s ease-in-out infinite;
}
.tech-container {
  padding: 60px 40px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.tech-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.tech-header h1 {
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  color: #121212;
  font-size: 51px;
  font-weight: 600;
  line-height: 1.2em;
}

.tech-header p {
  font-size: 18px;
  color: #666;
  font-weight: 300;
}

.tech-list {
  display: grid;
  gap: 32px;
  position: relative;
}

.tech-category {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  transition: all 0.3s ease;
}

.tech-category:hover {
  padding-left: 8px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.tech-category::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.tech-category:hover::before {
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(-50%) scale(1.5);
}

.tech-category:last-child {
  border-bottom: none;
}

.tech-name {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.tech-tools {
  font-size: 14px;
  color: #666;
  text-align: right;
  font-weight: 300;
}

/* Expertise */
.expertise-list {
  display: grid;
  gap: 32px;
  position: relative;
}

.expertise-item {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  transition: all 0.3s ease;
}

.expertise-item:hover {
  padding-left: 8px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.expertise-item::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 24px;
  width: 8px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.expertise-item:hover::after {
  width: 16px;
  background: rgba(0, 0, 0, 0.3);
}

.expertise-item:last-child {
  border-bottom: none;
}

.expertise-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #000;
}

.expertise-desc {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  line-height: 1.5;
}
.poster-slogan-title > .word-wrapper:nth-child(2) {
  position: relative;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

@keyframes slide {
  0%,
  100% {
    transform: translateX(-20px);
    opacity: 0;
  }
  50% {
    transform: translateX(20px);
    opacity: 1;
  }
}

@keyframes gridPulse {
  0%,
  100% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.08;
  }
}

@keyframes cellFlicker {
  0%,
  100% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.15;
  }
}
@keyframes underlineGrow {
  0%,
  100% {
    width: 40px;
  }
  50% {
    width: 60px;
  }
}
@media (max-width: 1500px) {
  .card__service-avt {
    height: 450px;
  }

}

@media (max-width: 1024px) {
  .card__service-avt {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .arolax--video {
    width: 100%;
    margin-bottom: 50px;
  }
  .card__services-list {
    display: grid;
    grid-template-columns: repeat(2, 48%);
  }
  .card__service-avt {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .card__service-avt {
    height: 250px;
  }
  .geometric-decoration,
  .central-visual {
    display: none;
  }

  .tech-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .tech-category {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .tech-category:hover {
    padding-left: 0;
  }

  .tech-tools {
    text-align: left;
  }

  .expertise-item:hover {
    padding-left: 0;
  }

  .section-tech::after {
    animation: none;
    width: 40px;
  }
  .tech-header h1 {
      font-size: 36px;
  }
}
@media (max-width: 567px) {
  .card__services-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

