/* ============================================
   TESTIMONIALS - PREMIUM DUBAI EDITION
   ============================================ */

.section-testimonials-premium {
  padding: 120px 0;
  background: linear-gradient(135deg, #001F5F 0%, #1e3a5f 100%);
  position: relative;
  overflow: hidden;
}

.bg-primary-premium {
  background: linear-gradient(135deg, #001F5F 0%, #1e3a5f 100%);
}

/* Typography */
.section-eyebrow-gold {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #F8CD00;
  margin-bottom: 16px;
  padding: 8px 20px;
  border: 1px solid rgba(248, 205, 0, 0.3);
  border-radius: 20px;
  background: rgba(248, 205, 0, 0.05);
}

.heading-premium-light {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 20px;
}

.text-gradient-gold {
  background: linear-gradient(135deg, #F8CD00 0%, #FFE55C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle-light {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

/* Visual Frame */
.testimonial-visual {
  position: relative;
}

.visual-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.image-wrapper {
  position: relative;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, #2a4365 0%, #1a365d 100%);
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.visual-frame:hover .image-wrapper img {
  transform: scale(1.05);
}

/* Video Overlay */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(13, 33, 55, 0.4);
  transition: background 0.3s ease;
}

.visual-frame:hover .video-overlay {
  background: rgba(13, 33, 55, 0.6);
}

.play-button {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #F8CD00;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d2137;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}

.play-button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 40px rgba(248, 205, 0, 0.5);
}

.play-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #F8CD00;
  animation: ripple 2s infinite;
}

.play-ripple.delay {
  animation-delay: 1s;
}

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

.video-label {
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Floating Stats */
.floating-stats {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.stats-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.stars {
  display: flex;
  gap: 2px;
}

.rating-text {
  font-size: 14px;
  font-weight: 700;
  color: #0d2137;
}

.stats-body {
  text-align: center;
}

.stat-number {
  font-size: 28px;
  font-weight: 800;
  color: #0d2137;
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* Decorative Rings */
.deco-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(248, 205, 0, 0.2);
  pointer-events: none;
}

.ring-1 {
  width: 150px;
  height: 150px;
  top: -30px;
  right: -30px;
  animation: rotate 20s linear infinite;
}

.ring-2 {
  width: 100px;
  height: 100px;
  bottom: 100px;
  left: -20px;
  border-color: rgba(255, 255, 255, 0.1);
  animation: rotate 15s linear infinite reverse;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.deco-dots {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(circle, rgba(248, 205, 0, 0.3) 2px, transparent 2px);
  background-size: 10px 10px;
}

/* Testimonials Slider */
.testimonials-slider-container {
  position: relative;
  padding: 40px;
}

.quote-bg-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

.testimonial-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(10px);
  z-index: 1;
}

/* Testimonial Header */
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.client-avatar {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(248, 205, 0, 0.3);
  flex-shrink: 0;
}

.client-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #F8CD00, #D4A700);
  color: #0d2137;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}

.verified-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: #10B981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.client-info {
  flex: 1;
}

.client-name {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.client-role {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}

.review-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.review-meta span {
  position: relative;
}

.review-meta span:not(:last-child)::after {
  content: '•';
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.2);
}

.rating-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(248, 205, 0, 0.15);
  border-radius: 20px;
  color: #F8CD00;
  font-weight: 700;
  font-size: 14px;
}

/* Testimonial Body */
.testimonial-body {
  margin-bottom: 24px;
}

.quote-text {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  margin: 0;
  position: relative;
}

/* Testimonial Footer */
.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  padding: 6px 12px;
  background: rgba(248, 205, 0, 0.1);
  border: 1px solid rgba(248, 205, 0, 0.2);
  border-radius: 20px;
  font-size: 12px;
  color: #F8CD00;
  font-weight: 500;
}

.quote-icon {
  opacity: 0.5;
}

/* Navigation */
.testimonials-navigation {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.nav-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: #F8CD00;
  border-color: #F8CD00;
  color: #0d2137;
}

.progress-indicator {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-weight: 600;
}

.current-slide {
  font-size: 20px;
  color: #F8CD00;
  min-width: 24px;
}

.total-slides {
  font-size: 14px;
  opacity: 0.5;
  min-width: 24px;
}

.progress-bar {
  width: 100px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: #F8CD00;
  width: 33%;
  transition: width 0.3s ease;
}

.pagination-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #F8CD00;
  width: 24px;
  border-radius: 4px;
}

/* Trust Logos */
.trust-logos {
  text-align: center;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-logos .trust-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}

.logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.logo-item {
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.logo-item:hover {
  opacity: 1;
  border-color: rgba(248, 205, 0, 0.3);
  transform: translateY(-2px);
}

.logo-text {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

/* Background Effects */
.bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(248, 205, 0, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

.bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
  .section-testimonials-premium {
    padding: 80px 0;
  }

  .heading-premium-light {
    font-size: 36px;
  }

  .testimonials-row {
    flex-direction: column-reverse;
  }

  .testimonial-visual {
    margin-top: 40px;
  }

  .image-wrapper {
    aspect-ratio: 16/9;
  }

  .floating-stats {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }

  .testimonials-slider-container {
    padding: 20px;
  }

  .testimonial-card {
    padding: 24px;
  }

  .quote-text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .testimonial-header {
    flex-wrap: wrap;
  }

  .rating-badge {
    margin-left: auto;
  }

  .service-tags {
    width: 100%;
  }

  .logos-row {
    gap: 16px;
  }

  .logo-item {
    padding: 8px 16px;
  }

  .logo-text {
    font-size: 12px;
  }
}
