/* ================================================
   PW Testimonial Carousel - Styles
   ================================================ */

.pw-testimonial-wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 60px;
  overflow: hidden;
  font-family: 'Segoe UI', Arial, sans-serif;
  --pw-scroll-duration: 30s;
}

.pw-testimonial-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: pw-scroll var(--pw-scroll-duration) linear infinite;
}

.pw-testimonial-wrap:hover .pw-testimonial-track {
  animation-play-state: paused;
}

@keyframes pw-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pw-card {
  flex: 0 0 var(--pw-card-width, 300px);
  width: var(--pw-card-width, 300px);
  background: #fff;
  border-radius: 10px;
  padding: 16px important;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 190px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
  transition: transform 0.35s ease, box-shadow 0.35s ease, width 0.2s ease;
  will-change: transform;
}
.pw-testimonial-wrap {
    max-width: 100% !important;
    }
/* Zoom-in effect on hover for each card */
.pw-card:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
  z-index: 5;
  position: relative;
}

/* Fixed image size: 78 x 110, rounded corners, sits inside card padding */
.pw-card img.pw-avatar {
  width: 78px;
  height: 110px;
  min-width: 78px;
  object-fit: cover;
  flex-shrink: 0;
 border-radius: 40% 40% 10% 10% !important;
  transition: transform 0.35s ease;
}

.pw-card:hover img.pw-avatar {
  transform: scale(1.08);
}

.pw-card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
}

.pw-card .pw-quote-icon {
  font-size: 32px;
  color: #f0b429;
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: bold;
  margin-bottom: 4px;
}

.pw-card p.pw-text {
  font-size: 13.5px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 14px 0;
  min-height: 84px;
  overflow: hidden;
}

.pw-card hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 12px 0;
}

.pw-name {
  font-weight: 700;
  color: #0d1b3e;
  font-size: 15px;
  margin-bottom: 4px;
  line-height: 18px;
}

.pw-location {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pw-location .pw-pin {
  color: #f0b429;
}

@media (max-width: 700px) {
  .pw-testimonial-wrap {
    padding: 30px 20px;
  }
}

/* ================================================
   PW Trust Bar - dark blue strip with 4 feature items
   ================================================ */
.pw-trust-bar {
  max-width: 1400px;
  margin: 30px auto 0;
  background: linear-gradient(135deg, #0d1f66, #14276e 60%, #0d1f66);
  border-radius: 14px;
  padding: 30px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 8px 24px rgba(13, 31, 102, 0.25);
  box-sizing: border-box;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.pw-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 200px;
  min-width: 200px;
}

.pw-trust-icon-circle {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  border: 2px solid #f0b429;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #f0b429;
  background: rgba(240, 180, 41, 0.08);
  flex-shrink: 0;
}

.pw-trust-text {
  min-width: 0;
}

.pw-trust-title {
  color: #f0b429;
  font-weight: 700;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.pw-trust-sub {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  line-height: 1.3;
  opacity: 0.92;
}
/*
14sep

*/

 .pw-card {
    width: 360px;
    background: #ffffff;
    border-radius: 20px;
    padding: 26px 10px 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1.5px solid transparent;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  /* Hover – gold border like second image */
  .pw-card:hover {
    border-color: #d4a84b;
    box-shadow: 0 14px 40px rgba(212, 168, 75, 0.18);
    transform: translateY(-6px);
  }

  /* ===== Profile Image – exact same style as screenshots ===== */
  .pw-avatar {
   width: 92px;
    height: 120px;
    margin-top: 46px;
    border-radius: 40% 40% 10% 10%important;
    object-fit: cover;
    object-position: center top;
    flex-shrink: 0;
    background: #f1f5f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #c2a21e4d important;
  }

  .pw-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  /* Quote SVG */
  .pw-quote-icon {
    margin-bottom: 6px;
  }
  .pw-quote-icon svg {
    width: 26px;
    height: 26px;
    fill: #c9a227;
  }

  /* Text */
  .pw-text {
    font-size: 15px;
    line-height: 1.55;
    color: #4a5568;
    margin-bottom: 14px;
    
  }

  /* Divider */
  .pw-card hr {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin: 0 0 12px 0;
  }

  /* Name */
  .pw-name {
  
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 4px;
  }

  /* Location with SVG pin */
  .pw-location {
    font-size: 12.5px;
    color: #718096;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .pw-location svg {
    width: 14px;
    height: 14px;
    fill: #c9a227;
    flex-shrink: 0;
  }



@media (max-width: 900px) {
  .pw-trust-bar {
    padding: 24px 30px;
    justify-content: flex-start;
  }
}

@media (max-width: 500px) {
  .pw-trust-item {
    flex: 1 1 100%;
  }
}

