/* ==========================================================================
   BEIRUT LEBANESE FOODS
   TESTIMONIALS PAGE
   --------------------------------------------------------------------------


   Structure:
   01. Root Variables
   02. Global Reset & Page Base
   03. Testimonials Hero Section
   04. Shared Section Layout
   05. Intro Section
   06. Trust Metrics
   07. Testimonials Grid
   08. Future Partners
   09. Founder Message
   10. CTA Section
   11. Keyframes
   12. Responsive Design
   13. Reduced Motion Support
   ========================================================================== */



.testimonials-page-template{
  background:#fff;
  color:var(--blf-text);
  font-family:var(--font-body);
  overflow:hidden;
}

.testimonials-page-template .container{
  width:94%;
  max-width:1400px;
  margin:0 auto;
}


/* ==========================================================================
   03. TESTIMONIALS HERO SECTION
   ========================================================================== */
.testimonials-hero-template{
  position:relative;
  min-height:580px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
linear-gradient(
    to bottom,
    rgba(0,0,0,.80) 0px,
    rgba(0,0,0,.20) 130px,
    rgba(0,0,0,.12) 180px,
    rgba(0,0,0,.12) 100%
),
    url("../images/hero/testimional-hero.webp") center/cover no-repeat;
}

.testimonials-hero-template::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  /* تقليل القيم لجعل التداخلات أكثر خفة ونعومة */
  background:
    radial-gradient(circle at 25% 45%,rgba(169,205,46,.10),transparent 15%),
    linear-gradient(to bottom,rgba(0,0,0,.04),rgba(0,0,0,.20));
  animation:testimonialsHeroZoom 18s ease-in-out infinite alternate;
}

.testimonials-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:rgba(0,0,0,.08);
}

.testimonials-hero-content{
  position:relative;
  z-index:2;
  max-width:860px;
  margin:0 auto;
  padding-top:90px;
  text-align:center;
  transform:translateY(10px);
}

.testimonials-kicker{
  display:inline-block;
  margin-bottom:10px;
  padding:8px 20px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:50px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.testimonials-hero-content h1{
  margin:0 0 20px;
  color:#fff;
  font-family:var(--font-heading);
  font-size:50px;
  line-height:1.08;
  font-weight:700;
  text-shadow:0 15px 40px rgba(0,0,0,.35);
}

.about-hero-content h1 span{
  display:block;
  margin-top:8px;
  color:#dce8c4;
  font-size:.9em;   /* أصغر قليلاً */
  font-weight:600;
}

.testimonials-line{
  width:300px;
  height:3px;
  margin:0 auto 26px;
  background:var(--blf-green);
}

.testimonials-hero-content p{
  max-width:700px;
  margin:0 auto 30px;
  color:#eef3e3;
  font-size:17px;
  line-height:1.8;
}

.testimonials-hero-content .btn{
  min-height:28px;
  padding:13px 32px;
  border-radius:50px;
  background:var(--blf-green);
  color:#fff;
  font-weight:800;
  letter-spacing:1px;
  animation:floatBtn 3s ease-in-out infinite;
}

@keyframes floatBtn{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-6px);}
}


.testimonials-hero-content .btn:hover{
  background:#fff;
  color:#222;
}

/* ==========================================================================
   04. SHARED SECTION LAYOUT
   ========================================================================== */
.blf-section{
  position:relative;
  padding:105px 0;
}

.blf-section-title{
  max-width:780px;
  margin:0 auto 58px;
  text-align:center;
}

.blf-eyebrow{
  display:inline-block;
  margin-bottom:16px;
  padding:8px 18px;
  border-radius:999px;
  background:rgba(169,205,46,.15);
  color:var(--blf-green-dark);
  font-size:13px;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.blf-section-title h2,
.testimonials-intro-card h2,
.founder-content h2,
.testimonials-cta-section h2{
  margin-bottom:16px;
  color:var(--blf-dark);
  font-family:var(--font-heading);
  font-size:48px;
  line-height:1.15;
  font-weight:700;
}

.blf-section-title p,
.testimonials-intro-card p,
.founder-content p{
  color:var(--blf-text);
  font-size:16px;
  line-height:1.85;
}


/* ==========================================================================
   05. INTRO SECTION
   ========================================================================== */
.testimonials-intro-section{
  background:var(--blf-cream);
}

.testimonials-intro-card{
  max-width:980px;
  margin:0 auto;
  padding:60px 70px;
  border-top:5px solid var(--blf-green);
  border-radius:10px;
  background:#fff;
  text-align:center;
  box-shadow:var(--blf-shadow);
}


/* ==========================================================================
   06. TRUST METRICS
   ========================================================================== */
.trust-metrics-section{
  padding-top:80px;
  padding-bottom:80px;
}

.metrics-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.metric-card{
  padding:34px 22px;
  background:#fff;
  border:1px solid var(--blf-border);
  border-radius:10px;
  text-align:center;
  box-shadow:var(--blf-shadow-soft);
  transition:transform .35s ease,box-shadow .35s ease;
}

.metric-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--blf-shadow-hover);
}

.metric-card h3{
  margin-bottom:12px;
  color:var(--blf-green-dark);
  font-size:42px;
  line-height:1;
  font-weight:900;
}

.metric-card p{
  margin:0;
  color:#555;
  font-size:13px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.metric-card.featured{
  background:linear-gradient(135deg,var(--blf-green-dark),var(--blf-green));
}

.metric-card.featured h3,
.metric-card.featured p{
  color:#fff;
}


/* ==========================================================================
   07. TESTIMONIALS GRID
   ========================================================================== */
.partner-stories-section{
  background:var(--blf-cream);
}

.testimonials-grid-premium{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

.testimonial-card-premium{
  position:relative;
  overflow:hidden;
  padding:42px;
  background:#fff;
  border:1px solid var(--blf-border);
  border-radius:10px;
  box-shadow:0 18px 50px rgba(0,0,0,.07);
  transition:transform .35s ease,box-shadow .35s ease;
}

.testimonial-card-premium:hover{
  transform:translateY(-8px);
  box-shadow:var(--blf-shadow-hover);
}

.testimonial-card-premium::before{
  content:"“";
  position:absolute;
  top:12px;
  right:26px;
  color:rgba(169,205,46,.16);
  font-family:var(--font-heading);
  font-size:120px;
  line-height:1;
}

.quote-icon{
  width:72px;
  height:72px;
  margin-bottom:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(135deg,var(--blf-green-dark),var(--blf-green));
  color:#fff;
  font-size:28px;
}

.testimonial-text{
  position:relative;
  z-index:1;
  margin-bottom:30px;
  color:#555;
  font-size:15px;
  line-height:1.9;
}

.author-details{
  display:flex;
  align-items:center;
  gap:16px;
}

.avatar{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--blf-green);
  color:#fff;
  font-weight:900;
}

.author-details h4{
  margin:0 0 4px;
  color:var(--blf-dark);
  font-family:var(--font-heading);
  font-size:22px;
}

.author-details p{
  margin:0;
  color:#777;
  font-size:13px;
  font-weight:700;
}

.testimonial-card-premium.featured{
  background:linear-gradient(135deg,var(--blf-dark),var(--blf-olive));
}

.testimonial-card-premium.featured .testimonial-text,
.testimonial-card-premium.featured .author-details h4,
.testimonial-card-premium.featured .author-details p{
  color:#fff;
}

.testimonial-card-premium.featured .quote-icon{
  background:#fff;
  color:var(--blf-green-dark);
}


/* ==========================================================================
   08. FUTURE PARTNERS
   ========================================================================== */
.future-partners-section{
  background:none;
}

.future-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.future-card{
  padding:34px 22px;
  background:#fff;
  border:1px solid var(--blf-border);
  border-radius:10px;
  text-align:center;
  box-shadow:var(--blf-shadow-soft);
  transition:transform .35s ease,box-shadow .35s ease;
}

.future-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--blf-shadow-hover);
}

.future-card i{
  margin-bottom:18px;
  color:var(--blf-green-dark);
  font-size:38px;
}

.future-card h3{
  margin-bottom:10px;
  color:var(--blf-dark);
  font-family:var(--font-heading);
  font-size:24px;
}

.future-card p{
  margin:0;
  line-height:1.7;
}


/* ==========================================================================
   09. FOUNDER MESSAGE
   ========================================================================== */
.founder-message-section{
  background:var(--blf-cream);
}

.founder-message-box{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:34px;
  align-items:start;
  padding:60px;
  background:#fff;
  border-left:6px solid var(--blf-green);
  border-radius:10px;
  box-shadow:var(--blf-shadow);
}

.founder-icon{
  width:92px;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blf-green-dark),var(--blf-green));
  color:#fff;
  font-size:36px;
}

.founder-content p strong{
  color:var(--blf-green-dark);
}

.founder-signature{
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid #eee;
}

.founder-signature h4{
  margin:0 0 5px;
  color:var(--blf-dark);
  font-family:var(--font-heading);
  font-size:26px;
}

.founder-signature span{
  color:var(--blf-green-dark);
  font-weight:800;
}


/* ==========================================================================
   10. CTA SECTION
   ========================================================================== */
.testimonials-cta-section{
  padding:105px 0;
  background:
    linear-gradient(rgba(0,0,0,.12),rgba(0,0,0,.55)),
    url("../images/hero/hero-1.webp") center/cover no-repeat;
  color:#fff;
  text-align:center;
}

.testimonials-cta-section .blf-eyebrow{
  background:rgba(255,255,255,.12);
  color:#fff;
}

.testimonials-cta-section h2{
  color:#fff;
}

.testimonials-cta-section p{
  max-width:650px;
  margin:0 auto 30px;
  color:#eef3e3;
  line-height:1.8;
}

.cta-btn{
  min-height:50px;
  padding:0 34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50px;
  background:var(--blf-green);
  color:#fff;
  font-weight:900;
  text-decoration:none;
  text-transform:uppercase;
  transition:background .3s ease,color .3s ease,transform .3s ease;
}

.cta-btn:hover{
  background:#fff;
  color:#222;
  transform:translateY(-2px);
}


/* ==========================================================================
   11. KEYFRAMES
   ========================================================================== */
@keyframes testimonialsHeroZoom{
  from{transform:scale(1);}
  to{transform:scale(1.07);}
}

@keyframes testimonialsFloatBtn{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-6px);}
}


/* ==========================================================================
   12. RESPONSIVE DESIGN
   ========================================================================== */
@media(max-width:1199px){
  .main-menu ul{
    gap:22px;
  }

  .testimonials-hero-content h1{
    font-size:54px;
  }

  .future-grid,
  .metrics-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:991px){
  .blf-topbar{
    display:none;
  }

  .blf-header{
    top:0;
    background:rgba(0,0,0,.20) !important;
  }

  .blf-header.is-sticky{
    background:#fff !important;
  }

  .header-inner{
    height:78px;
    padding:0 14px;
  }

  .logo img{
    height:54px;
  }

  .main-menu,
  .quote-btn{
    display:none;
  }

  .testimonials-hero-template{
    min-height:500px;
  }

  .testimonials-hero-content{
    padding-top:80px;
    transform:translateY(25px);
  }

  .testimonials-hero-content h1{
    font-size:40px;
  }

  .testimonials-hero-content p{
    font-size:15px;
  }

  .blf-section{
    padding:75px 0;
  }

  .testimonials-grid-premium,
  .founder-message-box{
    grid-template-columns:1fr;
  }

  .founder-icon{
    margin:0 auto;
  }

  .founder-message-box{
    text-align:center;
  }
}

@media(max-width:575px){
  .blf-header .container,
  .testimonials-page-template .container{
    width:92%;
  }

  .header-actions{
    gap:9px;
  }

  .icon-btn{
    width:38px;
    height:38px;
  }

.testimonials-hero-template{
    min-height:420px;
}

.testimonials-hero-content{
    padding-top:44px;
    transform:translateY(10px);
}

.testimonials-hero-content h1{
    font-size:38px;
    line-height:1.1;
}

.testimonials-hero-content h1 span{
    font-size:.82em;
    margin-top:4px;
}

.testimonials-kicker{
    padding:7px 14px;
    font-size:10px;
    margin-bottom:8px;
}

.testimonials-line{
    width:90px;
    margin:0 auto 18px;
}

.testimonials-hero-content p{
    font-size:15px;
    line-height:1.65;
    margin-bottom:22px;
}

.testimonials-hero-content .btn{
    padding:11px 24px;
    font-size:11px;
    min-height:24px;
}

  .testimonials-intro-card,
  .testimonial-card-premium,
  .founder-message-box{
    padding:32px 22px;
  }

  .blf-section-title h2,
  .testimonials-intro-card h2,
  .founder-content h2,
  .testimonials-cta-section h2{
    font-size:34px;
  }

  .future-grid,
  .metrics-grid{
    grid-template-columns:1fr;
  }

  .author-details{
    align-items:flex-start;
  }
}


/* ==========================================================================
   13. REDUCED MOTION SUPPORT
   ========================================================================== */
@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}
