#fw-section-custom-html-2dfd12ec-78b0-4ce8-be56-784919790fd3 {
--color-primary: #f1f861;
--color-primary-rgb: 241, 248, 97;
--color-background: #201f1f;
--color-background-rgb: 32, 31, 31;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 31;
background-color: var(--color-background);
color: var(--color-on-background);
/* Main reviews container */
.reviews-section {
  text-align: center;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header styling */
.reviews-header {
  margin-bottom: 50px;
}

.reviews-section h2 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
}

.reviews-subtitle {
  font-size: 1.1rem;
  color: #aaa;
  font-weight: 400;
  margin-top: 10px;
}

/* Review card base styling */
.review-card {
  margin: 30px auto;
  padding: 35px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2a2929 0%, #1a1919 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  color: #e8e8e8;
  text-align: left;
  max-width: 750px;
  transition: all 0.3s ease;
  position: relative;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 215, 0, 0.2);
}

/* Featured review highlight */
.review-card.featured-review {
  border: 2px solid rgba(255, 215, 0, 0.3);
  background: linear-gradient(135deg, #2d2a1f 0%, #1f1d19 100%);
}

.review-card.featured-review::before {
  content: "FEATURED";
  position: absolute;
  top: -12px;
  left: 30px;
  background: #FFD700;
  color: #1a1919;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Desktop adjustments */
@media (min-width: 1024px) {
  .review-card {
    max-width: 900px;
    padding: 45px 50px;
  }
  
  .reviews-section h2 {
    font-size: 3.2rem;
  }
  
  .review-text {
    font-size: 1.15rem;
  }
}

/* Stars with enhanced glow */
.stars {
  font-size: 1.8rem;
  color: #FFD700;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 0 15px rgba(255, 215, 0, 0.5),
    0 0 25px rgba(255, 215, 0, 0.3);
  margin-bottom: 20px;
  letter-spacing: 3px;
}

/* Review text */
.review-text {
  font-size: 1.05rem;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 1.7;
  color: #d4d4d4;
}

/* Reset text transformations */
.review-text,
.review-card,
.review-card p,
.review-card span {
  text-transform: none !important;
}

/* Review footer container */
.review-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}

/* Author name */
.review-author {
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase !important;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 8px;
}

/* Task/Project description */
.review-task {
  font-size: 0.9rem;
  color: #999;
  font-style: normal;
  display: block;
  line-height: 1.4;
  margin-bottom: 8px;
}

/* Source styling */
.review-source {
  font-size: 0.85rem;
  color: #FFD700;
  font-weight: 500;
  display: block;
  margin-top: 8px;
  font-style: normal;
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .reviews-section {
    padding: 40px 15px;
  }
  
  .reviews-section h2 {
    font-size: 2rem;
  }
  
  .reviews-subtitle {
    font-size: 0.95rem;
  }
  
  .review-card {
    padding: 25px 20px;
  }
  
  .review-text {
    font-size: 1rem;
  }
  
  .stars {
    font-size: 1.5rem;
  }
}
}

#fw-section-image-0 {

img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.8) !important;
  border-radius: 8px; /* optional rounded corners */
}

}
#fw-section-rich-text-95e2bfa3-5ca0-4b03-aae5-337b18bcc114 {

h1 {
  text-transform: none;
}
p {
  text-transform: none;
}
}