/* HOME-Section 11-Testimonials - Trusted by Agile professionals */
.apm-testimonials-section,
.apm-testimonials-section * {
  box-sizing: border-box;
  font-family: "Barlow", Arial, sans-serif;
}

.apm-testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 90px 6vw;
  background:
    radial-gradient(circle at 8% 6%, rgba(217, 154, 74, 0.20) 0%, rgba(217, 154, 74, 0) 30%),
    radial-gradient(circle at 92% 94%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, #0B163F 0%, #12345A 52%, #156271 100%);
  color: #FFFFFF;
}

.apm-testimonials-section::before {
  content: "";
  position: absolute;
  top: -190px;
  left: -190px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 28px rgba(217, 154, 74, 0.08);
  z-index: 0;
}

.apm-testimonials-section::after {
  content: "";
  position: absolute;
  right: -190px;
  bottom: -190px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 28px rgba(217, 154, 74, 0.08);
  z-index: 0;
}

.apm-testimonials-wrap {
  position: relative;
  z-index: 2;
  max-width: 1480px;
  margin: 0 auto;
}

.apm-testimonials-header {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.apm-testimonials-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  margin-bottom: 18px;
  border: 1px solid rgba(217, 154, 74, 0.85);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #F0D9B8 !important;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.apm-testimonials-title {
  margin: 0;
  color: #FFFFFF !important;
  font-size: 42px; /*clamp(38px, 4vw, 64px);*/
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.apm-testimonials-subtitle {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255) !important;
  font-size: 25px;
  line-height: 1.55;
  font-weight: 400;
}

.apm-testimonials-line {
  width: 72px;
  height: 4px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #D99A4A, #E8B46C);
}

.apm-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.apm-testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 32px 26px;
  border: 1px solid rgba(217, 154, 74, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.apm-testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 154, 74, 0.65);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.24);
}

.apm-testimonial-quote-mark {
  position: absolute;
  right: 24px;
  top: 20px;
  color: rgba(217, 154, 74, 0.18);
  font-size: 78px;
  line-height: 1;
  font-weight: 800;
}

.apm-testimonial-stars {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  color: #D99A4A;
  font-size: 21px;
  letter-spacing: 2px;
}

.apm-testimonial-text {
  position: relative;
  z-index: 2;
  margin: 0 0 28px;
  color: #0B163F;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.apm-testimonial-footer {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid #E7D7C2;
}

.apm-testimonial-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  color: #FFFFFF;
  border: 2px solid rgba(217, 154, 74, 0.72);
  box-shadow: 0 10px 22px rgba(11, 22, 63, 0.22);
  overflow: visible;
}

.apm-testimonial-avatar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 1;
}

.apm-testimonial-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(11, 22, 63, 0.16));
  z-index: 2;
}

.apm-testimonial-monogram {
  position: relative;
  z-index: 3;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.32);
}

.apm-testimonial-avatar--fr::before {
  background: linear-gradient(135deg, #284F9E 0%, #667DB6 48%, #D94B57 100%);
}

.apm-testimonial-avatar--us::before {
  background: linear-gradient(135deg, #1D3D7A 0%, #4969A8 45%, #B43A45 100%);
}

.apm-testimonial-avatar--jp::before {
  background: linear-gradient(135deg, #BC002D 0%, #D66A7A 48%, #0B163F 100%);
}

.apm-testimonial-avatar--hu::before {
  background: linear-gradient(135deg, #CE2939 0%, #D99A4A 45%, #477050 100%);
}

.apm-testimonial-flag {
  position: absolute;
  right: -10px;
  bottom: -5px;
  z-index: 4;
  width: 30px;
  height: 20px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  background: transparent;
}

.apm-testimonial-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.apm-testimonial-role {
  margin: 4px 0 0;
  color: #0B163F;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.apm-testimonial-website {
  display: inline-flex;
  width: fit-content;
  margin-top: 7px;
  color: #D99A4A !important;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease;
}

.apm-testimonial-website:hover {
  color: #0B163F !important;
  text-decoration: underline;
}

.apm-testimonial-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(217, 154, 74, 0.12);
  color: #0B163F;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .apm-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 980px;
    margin: 0 auto;
  }

  .apm-testimonial-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .apm-testimonials-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 64px 0 !important;
    overflow-x: hidden !important;
  }

  .apm-testimonials-wrap {
    width: 100% !important;
    max-width: none !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    margin: 0 auto !important;
  }

  .apm-testimonials-section::before {
    top: -150px;
    left: -150px;
    width: 320px;
    height: 320px;
  }

  .apm-testimonials-section::after {
    right: -150px;
    bottom: -150px;
    width: 320px;
    height: 320px;
  }

  .apm-testimonials-header {
    margin-bottom: 36px;
    text-align: left;
  }

  .apm-testimonials-line {
    margin-left: 0;
  }

  .apm-testimonials-subtitle {
    font-size: 18px;
  }

  .apm-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .apm-testimonial-card {
    padding: 28px 24px;
  }

  .apm-testimonial-text {
    font-size: 18px;
  }
}





