/* Voice Section */
.voice {
  text-align: center;
  color: #313a3b;
  background-color: #f9f9f9;
  padding: 80px 0;
  position: relative;
}

.voice__title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 32px;
  font-family: "Raleway", sans-serif;
  position: relative;
}

.voice__title::after {
  content: url("../../assets/images/after-sub-title.svg");
  position: absolute;
  left: 50%;
  transform: translate(-50%, -15%);
  z-index: 1;
}

.voice__description {
  font-size: 14px;
  margin-bottom: 60px;
  line-height: 1.6;
}

.voice__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.voice__slide {
  background-color: #fff;
  box-shadow: 5px 60px 40px -54px rgba(51, 51, 51, 0.13);
}

.voice__content {
  display: flex;
  padding: 32px;
  height: 350px;
  background-color: #fff;
}

.voice__text {
  flex: 1;
  text-align: left;
}

.voice__quote {
  font-size: 14px;
  line-height: 2;
  margin-top: 24px;
}

.voice__quote p {
  margin: 0;
}

.voice__author {
  display: flex;
}

.voice__author-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

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

.voice__author-info {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  padding-top: 16px;
}

.voice__company {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.voice__name {
  font-size: 14px;
}

/* Company Info */
.company-info {
  padding: 40px 0;
  background: #000;
  color: #fff;
  text-align: center;
}

.company-logo {
  max-width: 120px;
  margin-bottom: 20px;
}

.company-name {
  font-size: 14px;
  margin-bottom: 10px;
}

.company-address {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

/* Responsive Design */
@media (max-width: 768px) {
  .ai-development-works {
    overflow-x: hidden;
  }

  .ai-development-works__title-container {
    padding: 60px 20px;
  }

  .ai-development-works__title {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .ai-development-works__title-text {
    font-size: 24px;
  }

  .ai-development-works__content-title {
    font-size: 24px;
  }

  .ai-development-works__content-description {
    font-size: 12px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-icon {
    font-size: 16px;
  }

  .ai-development-works__content {
    padding: 60px 0 0;
  }

  .voice {
    padding: 60px 0;
  }

  .voice__title {
    font-size: 32px;
  }

  .voice__description {
    font-size: 12px;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .voice__content {
    padding: 20px;
    margin: 20px;
    height: 200px;
  }

  .voice__image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .voice__text {
    text-align: center;
  }

  .voice__quote {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .voice__company {
    font-size: 14px;
  }

  .voice__name {
    font-size: 12px;
  }

  .service-card {
    padding: 24px;
  }

  .service-title {
    font-size: 16px;
  }

  .service-description {
    font-size: 12px;
  }

  .voice {
    padding: 60px 0;
  }

  .voice__content {
    flex-direction: column;
    padding: 20px;
    height: 320px;
  }

  .voice__text {
    text-align: left;
  }

  .voice__quote {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .voice__author {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .voice__author-image {
    width: 60px;
    height: 60px;
  }

  .voice__author-info {
    margin-left: 0;
    padding-top: 0;
  }

  .voice__company {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .voice__name {
    font-size: 12px;
    color: #666;
  }

  .slide-image {
    width: 100%;
    height: auto;
  }

  .back-top__button {
    margin-left: 20px;
  }
}
