:root {
  --logo-black: rgb(100 95 100);
  --dark-black: rgb(59 57 59);
  --primary-black: #20282d;
  --dark-red: hsl(356.79deg 75.1% 48.82%);
  --yellow: rgb(244 137 36);
  --light-red: rgb(223 69 57);
  --linear-gradient: linear-gradient(
    135deg,
    hsl(356.79deg 75.1% 48.82%),
    rgb(244, 137, 36)
  );
}

.about-us-bg-img.review-page-banner {
  background-image: url("../new-images/product/Untitled design (71).png");
}
.customer-review-section {
  padding: 80px 0px !important;
}
.customer-review-section .page-header {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

.customer-review-section .page-header h2 {
  font-size: 48px;
  font-weight: 600 !important;
}
.customer-review-section .page-header h2 i {
  color: var(--yellow);
    background: var(--linear-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  


}
.customer-review-section .page-header .subtitle {
  font-size: 16px;
  color: #64748b;
  font-weight: 400;
  margin-bottom: 40px;
}

.customer-review-section .stats-container {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.customer-review-section .stat-box {
  text-align: center;
  background: white;
  padding: 25px 40px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(79, 79, 79, 0.1);
  border: 1px solid #33333326;
  transition: transform 0.3s ease;
}

 .customer-review-section .stat-box:hover {
  transform: translateY(-5px);
}

.customer-review-section .stat-number {
  font-size: 34px;
  font-weight: 700;
  color: var(--light-red);
  color: var(--dark-red);
  display: block;
}

 .customer-review-section .stat-label {
  color: var(--dark-black);
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
}



  .customer-review-section .review-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid transparent;
}

  .customer-review-section .review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 45px rgba(62, 62, 62, 0.2);
  border-color: #17171724;
}

  .customer-review-section .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}

  .customer-review-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

  .customer-review-section .verified-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
      background: linear-gradient(135deg, #2ac29061 0%, #30bd91 100%);
  color: white;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
  display: none;
}

.customer-review-section .card-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.customer-review-section .customer-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.customer-review-section .customer-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background:var(--linear-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(60, 60, 60, 0.3);
}

.customer-review-section .customer-info h3 {
  font-size: 22px;
  color: black;
  font-weight: 600 !important;
  margin-bottom: 5px;
  line-height: 1.2;
}

.customer-review-section .customer-location {
  color: var(--logo-black);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.customer-review-section .customer-location i {
  font-size: 16px;
  color: var(--light-red);
}

.customer-review-section .rating-section {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 15px;
 border-bottom: 2px solid #04040414;
}

.customer-review-section .stars {
  display: flex;
  gap: 3px;
}

.customer-review-section .stars i {
  color: #fbbf24;
  font-size: 16px;
}

.customer-review-section .rating-text {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.customer-review-section .review-text {
  color: #475569;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.customer-review-section .product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.customer-review-section .product-tag {
  background:var(--light-red);
  color: rgb(255, 255, 255);
  padding: 4px 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size:12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.customer-review-section .product-tag:hover {
  background: white;
  color: var(--dark-red);
  border: 1px solid var(--dark-red);
  transform: translateY(-2px);
}

.customer-review-section .product-tag i {
 font-size:11px
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.review-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.col-lg-4:nth-child(1) .review-card {
  animation-delay: 0.1s;
}

.col-lg-4:nth-child(2) .review-card {
  animation-delay: 0.2s;
}

.col-lg-4:nth-child(3) .review-card {
  animation-delay: 0.3s;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .page-header h1 {
    font-size: 2.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .page-header h1 {
    font-size: 2rem;
  }

  .page-header .subtitle {
    font-size: 1rem;
  }

  .stats-container {
    gap: 20px;
  }

  .stat-box {
    padding: 20px 30px;
  }

  .card-content {
    padding: 20px;
  }
}

/* Quote icon decoration */
.review-text::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 30px;
  top: 0;
  font-size: 2rem;
  color: #3b82f6;
  opacity: 0.1;
}

.review-text {
  position: relative;
}










/* ------------------------------------------------------------------------------------------ */
/* Particles css  */
.handing-top-left
{
    position:absolute;
    top: 0px;
    left: 10px;
   animation: floatY 3s ease-in-out infinite;
}
.arrow-indicating-top-right
{
        position: absolute;
    top: 200px;
    right: 21%;
    z-index: -1;
    animation:  floatY 3s ease-in-out infinite;
    animation-delay: 2s;
}

.arrow-top-left
{
    position: absolute;
      top: 40%;
      left: 0px;
        transform: rotate(119deg) t;
        animation:  rotation 15s ease-in-out infinite;
    
}
.place-bottom-right
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px); /* move down */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotation
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}


/* ACTIVE / CTA ITEM */
.header-float .ft-item.highlight {
    background: #e63946;
    color: #ffffff;
    border-color: #e63946;
}

/* SIMPLE HOVER FEEDBACK (NO EXPAND) */
.header-float .ft-item:hover {
    background: #f2f2f2;
}

/* MOBILE DISABLE */
@media (max-width: 991px) {
    .header-float {
        display: none;
    }
}
