.page-index-user-testimonials {
  font-family: 'Arial', sans-serif;
  color: #0A2239; /* Dark Blue for text */
  line-height: 1.6;
}

.page-index-user-testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-user-testimonials-section {
  padding: 60px 0;
}

.page-index-user-testimonials-section-title {
  font-size: 2.5em;
  color: #0A2239;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-user-testimonials-section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #333;
}

.page-index-user-testimonials-sub-title {
  font-size: 1.8em;
  color: #0A2239;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-index-user-testimonials-text-content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-index-user-testimonials-text-content ul li {
  margin-bottom: 10px;
}

.page-index-user-testimonials-text-center {
  text-align: center;
}

.page-index-user-testimonials-text-gold {
  color: #FFD700;
}

.page-index-user-testimonials-text-light {
  color: #F0F8FF; /* Light background for contrast */
}

/* Hero Section */
.page-index-user-testimonials-hero {
  background: linear-gradient(135deg, #0A2239 0%, #304E6C 100%);
  padding: 100px 0;
  color: #F0F8FF;
  text-align: center;
}

.page-index-user-testimonials-hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
}

.page-index-user-testimonials-hero-description {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #E0E0E0;
}

.page-index-user-testimonials-hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Buttons */
.page-index-user-testimonials-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.page-index-user-testimonials-btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0A2239; /* Dark Blue */
  border: 2px solid #FFD700;
}

.page-index-user-testimonials-btn-primary:hover {
  background-color: #E6C200;
  border-color: #E6C200;
}

.page-index-user-testimonials-btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-index-user-testimonials-btn-secondary:hover {
  background-color: #FFD700;
  color: #0A2239;
}

.page-index-user-testimonials-btn-gold {
  background-color: #FFD700;
  color: #0A2239;
  border: 2px solid #FFD700;
}

.page-index-user-testimonials-btn-gold:hover {
  background-color: #E6C200;
  border-color: #E6C200;
}

.page-index-user-testimonials-btn-outline-gold {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-user-testimonials-btn-outline-gold:hover {
  background-color: #FFD700;
  color: #0A2239;
}

/* Why Important Section */
.page-index-user-testimonials-why-important {
  background-color: #F8F9FA;
}

.page-index-user-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-user-testimonials-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-user-testimonials-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.page-index-user-testimonials-card-title {
  font-size: 1.5em;
  color: #0A2239;
  margin-bottom: 15px;
  font-weight: 600;
}

/* About RIKVIP Section */
.page-index-user-testimonials-about-rikvip {
  background-color: #FFFFFF;
}

.page-index-user-testimonials-content-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-index-user-testimonials-text-content {
  flex: 2;
  min-width: 300px;
}

.page-index-user-testimonials-image-wrapper {
  flex: 1;
  min-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index-user-testimonials-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Highlights Section (Testimonials) */
.page-index-user-testimonials-highlights {
  background-color: #F0F8FF; /* Alice Blue for light contrast */
}

.page-index-user-testimonials-grid-2col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.page-index-user-testimonials-testimonial-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-index-user-testimonials-testimonial-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  color: #FFD700; /* Gold icon color */
}

/* Feedback Section */
.page-index-user-testimonials-feedback {
  background-color: #FFFFFF;
}

.page-index-user-testimonials-feedback-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.page-index-user-testimonials-feedback-card {
  background-color: #FFFBE6; /* Light yellow for feedback */
  border: 1px solid #FFD700;
}

.page-index-user-testimonials-callout {
  background-color: #E0EFFF; /* Light blue */
  padding: 20px;
  border-left: 5px solid #0A2239;
  margin: 40px auto 0 auto;
  max-width: 800px;
  font-style: italic;
  color: #0A2239;
  text-align: center;
  border-radius: 8px;
}

/* Success Stories Section */
.page-index-user-testimonials-success-stories {
  background-color: #F8F9FA;
}

.page-index-user-testimonials-story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-index-user-testimonials-story-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.page-index-user-testimonials-story-card:nth-child(even) {
  flex-direction: row-reverse;
}

.page-index-user-testimonials-story-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #FFD700;
  flex-shrink: 0;
}

.page-index-user-testimonials-story-content {
  flex: 1;
  min-width: 280px;
}

.page-index-user-testimonials-story-title {
  font-size: 1.6em;
  color: #0A2239;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Final CTA Section */
.page-index-user-testimonials-final-cta {
  background-color: #0A2239;
  color: #F0F8FF;
  padding: 80px 0;
}

.page-index-user-testimonials-final-cta .page-index-user-testimonials-section-description {
  color: #E0E0E0;
}

.page-index-user-testimonials-final-cta .page-index-user-testimonials-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Conclusion Section */
.page-index-user-testimonials-conclusion {
  background-color: #FFFFFF;
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-user-testimonials-hero-title {
    font-size: 2.8em;
  }

  .page-index-user-testimonials-section-title {
    font-size: 2em;
  }

  .page-index-user-testimonials-content-flex {
    flex-direction: column;
  }

  .page-index-user-testimonials-image-wrapper {
    order: -1; /* Image above text on smaller screens */
    margin-bottom: 30px;
  }

  .page-index-user-testimonials-story-card {
    flex-direction: column;
    text-align: center;
  }

  .page-index-user-testimonials-story-card:nth-child(even) {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-index-user-testimonials-hero {
    padding: 80px 0;
  }

  .page-index-user-testimonials-hero-title {
    font-size: 2.2em;
  }

  .page-index-user-testimonials-hero-description {
    font-size: 1em;
  }

  .page-index-user-testimonials-section {
    padding: 40px 0;
  }

  .page-index-user-testimonials-section-title {
    font-size: 1.8em;
  }

  .page-index-user-testimonials-section-description {
    font-size: 0.9em;
    margin-bottom: 30px;
  }

  .page-index-user-testimonials-btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-user-testimonials-grid, 
  .page-index-user-testimonials-grid-2col, 
  .page-index-user-testimonials-feedback-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-index-user-testimonials-hero-title {
    font-size: 1.8em;
  }

  .page-index-user-testimonials-section-title {
    font-size: 1.5em;
  }

  .page-index-user-testimonials-hero-cta-group, 
  .page-index-user-testimonials-final-cta .page-index-user-testimonials-cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-user-testimonials-btn {
    width: 100%;
    max-width: 280px;
  }

  .page-index-user-testimonials-story-image {
    width: 120px;
    height: 120px;
  }
}