/* ==========================================================================
   BEIRUT LEBANESE FOODS
   ABOUT PAGE - PRODUCTION FINAL V2
   --------------------------------------------------------------------------
   Load this file after theme-default.css, hero.css, header.css and footer.css.
   No HTML class or ID changes required.

   Structure:
   01. Root Variables
   02. Global Reset & Page Base
   03. About Hero Section
   04. Company Overview
   05. Factory Model & Logistics
   06. Industrial Pillars
   07. Operations Team
   08. Legacy Template Alignment Fixes
   09. Responsive Design
   10. Reduced Motion Support
   ========================================================================== */


/* ==========================================================================
   01. ROOT VARIABLES
   ========================================================================== */


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

.about-page-template img{
  max-width:100%;
  height:auto;
}

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


/* ==========================================================================
   03. ABOUT HERO SECTION
   ========================================================================== */
.about-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/hero-about.webp") center/cover no-repeat;
}


.about-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:aboutHeroZoom 18s ease-in-out infinite alternate;
}
@keyframes heroZoom{
  from{transform:scale(1);}
  to{transform:scale(1.07);}
}


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

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

.about-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;
}

.about-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;
}

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

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

.about-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);}
}


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


/* ==========================================================================
   04. COMPANY OVERVIEW
   ========================================================================== */
.company-overview-template{
  background:#fff;
}

.overview-card-template{
  max-width:1120px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--blf-border);
  box-shadow:var(--blf-shadow);
}

.overview-row-template{
  display:flex;
  align-items:stretch;
}

.overview-image-template{
  position:relative;
  width:45%;
  min-height:560px;
  overflow:hidden;
}

.overview-image-template img{
  width:100%;
  height:100%;
  min-height:560px;
  display:block;
  object-fit:cover;
  transition:transform .6s ease;
}

.overview-image-template:hover img{
  transform:scale(1.05);
}

.overview-location-badge{
  position:absolute;
  left:25px;
  bottom:25px;
  min-width:145px;
  padding:22px 20px;
  background:var(--blf-primary);
  color:#fff;
  text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.overview-location-badge strong{
  display:block;
  margin-bottom:7px;
  color:#fff;
  font-family:var(--font-heading);
  font-size:36px;
  line-height:1;
}

.overview-location-badge span{
  display:block;
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.overview-content-template{
  width:55%;
  padding:60px;
}

.overview-content-template h2{
  margin-bottom:14px;
  color:var(--blf-dark);
  font-family:var(--font-heading);
  font-size:46px;
  line-height:1.1;
  font-weight:700;
}
.section-label-template{
  display:inline-block;
  margin-bottom:10px;
  padding:0px 20px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:50px;
  background:rgba(255,255,255,.12);
  color:var(--blf-primary-dark);
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}   

.overview-content-template .title-line-1{
  margin-bottom:30px;
}

.overview-content-template p{
  margin-bottom:18px;
  color:var(--blf-text);
  font-size:15px;
  line-height:1.9;
}

.overview-content-template strong{
  color:var(--blf-primary-dark);
}

.factory-counter-row{
  display:flex;
  gap:15px;
  margin-top:34px;
}

.factory-counter{
  flex:1;
  padding:25px 16px;
  background:var(--blf-soft);
  border-top:4px solid var(--blf-primary);
  text-align:center;
}

.factory-counter h3{
  margin-bottom:9px;
  color:var(--blf-primary-dark);
  font-family:'Montserrat',var(--font-body);
  font-size:36px;
  line-height:1;
  font-weight:800;
}

.factory-counter span{
  display:block;
  color:#555;
  font-size:12px;
  line-height:1.45;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}


/* ==========================================================================
   05. FACTORY MODEL & LOGISTICS
   ========================================================================== */
.section-pattren-1,
.section-pattren-23{
  width:100%;
  margin:0;
  background:
    linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.88)),
    url("../images/bg-pattrens/pattren1.jpg") 0 0 repeat;
  background-size:auto;
}

.logistics-transparency{
  position:relative;
  overflow:hidden;
  padding:110px 0;
}

.logistics-transparency .section-title{
  max-width:760px;
  margin:0 auto 65px;
}

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



.logistics-transparency .section-title h2{
  margin-bottom:18px;
  color:#222;
  font-family:var(--font-heading);
  font-size:46px;
  line-height:1.2;
  font-weight:800;
}

.logistics-transparency .section-title p{
  color:#666;
  font-size:16px;
  line-height:1.8;
}

.partnership-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.model-card{
  position:relative;
  min-height:330px;
  padding:50px 35px;
  overflow:hidden;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(120,145,49,.14);
  border-radius:14px;
  text-align:center;
  box-shadow:0 18px 55px rgba(0,0,0,.08);
  transition:transform .35s ease,box-shadow .35s ease;
}

.model-card:hover{
  transform:translateY(-10px);
  box-shadow:0 28px 75px rgba(0,0,0,.13);
}

.model-card::after{
  content:attr(data-number);
  position:absolute;
  top:22px;
  right:24px;
  color:rgba(169,205,46,.14);
  font-size:72px;
  font-weight:900;
  line-height:1;
}

.model-card i{
  width:82px;
  height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 26px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blf-green-dark),var(--blf-green));
  color:#fff;
  font-size:31px;
  box-shadow:0 16px 38px rgba(120,145,49,.25);
}

.model-card h3{
  position:relative;
  z-index:2;
  margin-bottom:18px;
  color:#222;
  font-family:var(--font-heading);
  font-size:30px;
}

.model-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#666;
  line-height:1.9;
}


/* ==========================================================================
   06. INDUSTRIAL PILLARS
   ========================================================================== */
.pillars-grid-template{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.pillar-box-template{
  padding:45px 30px;
  background:#fff;
  border:1px solid var(--blf-border);
  text-align:center;
  box-shadow:0 12px 35px rgba(0,0,0,.055);
  transition:transform .3s ease,box-shadow .3s ease;
}

.pillar-box-template:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 50px rgba(0,0,0,.10);
}

.pillar-box-template i{
  width:82px;
  height:82px;
  margin-bottom:24px;
  border-radius:100%;
  background:var(--blf-soft);
  color:var(--blf-primary-dark);
  font-size:32px;
  line-height:82px;
}

.pillar-box-template h3{
  margin-bottom:15px;
  color:var(--blf-dark);
  font-family:var(--font-heading);
  font-size:27px;
  line-height:1.25;
}

.pillar-box-template p{
  margin:0;
  color:var(--blf-text);
  line-height:1.8;
}


/* ==========================================================================
   07. OPERATIONS TEAM
   ========================================================================== */
.team-template{
  background:
linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
    url("../images/hero/team-bg.webp") center/cover fixed;
}

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

.team-card-template{
  padding:32px 20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  text-align:center;
  transition:transform .3s ease,background .3s ease;
}

.team-card-template:hover{
  transform:translateY(-8px);
  background:rgba(255,255,255,.13);
}

.team-card-template img{
  width:150px;
  height:150px;
  display:block;
  margin:0 auto 22px;
  border:5px solid rgba(255,255,255,.18);
  border-radius:100%;
  object-fit:cover;
}

.team-card-template h4{
  margin-bottom:8px;
  color:#fff;
  font-size:19px;
  line-height:1.35;
  font-weight:700;
}

.team-card-template h4 small{
  display:block;
  margin-top:4px;
  color:var(--blf-primary);
  font-size:12px;
}

.team-card-template p{
  margin:0;
  color:#ddd;
  font-weight:600;
}


/* ==========================================================================
   08. LEGACY TEMPLATE ALIGNMENT FIXES
   ========================================================================== */
.blf-about-template,
.blf-about-template main,
.blf-about-template section,
.blf-about-template .container{
  display:block;
  float:none !important;
  clear:both;
}

.blf-about-template section{
  width:100%;
  position:relative;
  overflow:hidden;
}

.blf-about-template .container{
  max-width:1170px !important;
  width:92% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:15px !important;
  padding-right:15px !important;
}

.blf-about-template .sec-title-container{
  float:none !important;
  width:100% !important;
  display:block !important;
  clear:both !important;
  padding-bottom:45px !important;
  margin:0 auto !important;
  text-align:center !important;
}

.blf-about-template .title-line-1{
  float:none !important;
  clear:both !important;
}

.blf-about-template .partnership-grid,
.blf-about-template .pillars-grid-template,
.blf-about-template .team-grid-template,
.blf-about-template .overview-row-template,
.blf-about-template .factory-counter-row{
  float:none !important;
  clear:both !important;
}

.blf-about-template .iconbox-medium.primary-icon{
  float:none !important;
  margin:0 0 25px 0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
}

.blf-about-template .iconbox-medium.primary-icon i{
  line-height:1 !important;
}

.model-card,
.pillar-box-template,
.team-card-template,
.overview-card-template{
  float:none !important;
}


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

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


/* ==========================================================================
   10. RESPONSIVE DESIGN
   ========================================================================== */
@media(max-width:1199px){
  .overview-content-template{
    padding:46px;
  }

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

@media(max-width:991px){
  .about-hero-template{
    min-height:500px;
  }

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

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

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

  .blf-about-template .sec-padding{
    padding:75px 0;
  }

  .overview-row-template{
    display:block;
  }

  .overview-image-template,
  .overview-content-template{
    width:100%;
  }

  .overview-image-template,
  .overview-image-template img{
    min-height:390px;
  }

  .factory-counter-row{
    flex-direction:column;
  }

  .partnership-grid,
  .pillars-grid-template{
    grid-template-columns:1fr;
  }

  .logistics-transparency{
    padding:75px 0;
  }

  .logistics-transparency .section-title h2{
    font-size:36px;
  }

  .model-card{
    min-height:auto;
  }
}

@media(max-width:575px){
.about-hero-template{
    min-height:420px;
}

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

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

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

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

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

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

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

  .blf-about-template .container{
    width:100%;
    padding-left:18px;
    padding-right:18px;
  }

  .blf-about-template .sec-padding{
    padding:55px 0;
  }

  .overview-content-template{
    padding:32px 24px;
  }

  .overview-content-template h2,
  .blf-about-template .section-title{
    font-size:34px;
    line-height:1.2;
  }

  .overview-image-template,
  .overview-image-template img{
    min-height:310px;
  }

  .overview-location-badge{
    left:18px;
    bottom:18px;
    min-width:125px;
    padding:18px 16px;
  }

  .overview-location-badge strong{
    font-size:30px;
  }

  .model-card,
  .pillar-box-template{
    padding:34px 24px;
  }

  .team-grid-template{
    grid-template-columns:1fr;
  }
}


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