
/* ================= ABOUT US PAGE ================= */

.about-hero{
  position:relative;
  min-height:480px;
  display:flex;
  align-items:center;
  background:
    url("../img/about-banner.avif")
    center/cover no-repeat;
  overflow:hidden;
}

.about-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(18,60,52,.94) 0%, rgba(18,60,52,.76) 43%, rgba(18,60,52,.25) 100%);
}

.about-hero-content{
  position:relative;
  z-index:1;
  max-width:680px;
  color:#fff;
  padding:80px 0;
}

.about-hero .section-label{
  color:#f2a064 !important;
}

.about-hero h1{
  font-size:clamp(2.7rem,5vw,4.7rem);
  line-height:1.08;
  font-weight:700;
  margin-bottom:20px;
}

.about-hero h1 span{
  font-family:'Dancing Script',cursive;
  color:#f2a064;
  font-weight:700;
}

.about-hero p{
  max-width:610px;
  font-size:1.05rem;
  color:rgba(255,255,255,.85);
}

.breadcrumb-custom{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:28px;
  font-size:.9rem;
}

.breadcrumb-custom a{
  color:#fff;
  text-decoration:none;
}

.breadcrumb-custom span{
  color:#f2a064;
  font-size:.75rem;
}

.about-image-wrap{
  position:relative;
  padding:0 28px 28px 0;
}

.about-main-image{
  width:100%;
  min-height:510px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.about-floating-card{
  position:absolute;
  left:-22px;
  bottom:68px;
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  padding:14px 18px;
  border-radius:14px;
  box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.about-card-icon{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--orange);
  color:#fff;
  border-radius:10px;
}

.about-floating-card strong,
.about-floating-card small{
  display:block;
}

.about-floating-card small{
  color:#777;
  font-size:.75rem;
}

.about-experience-badge{
  position:absolute;
  right:0;
  bottom:0;
  width:145px;
  min-height:145px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  background:var(--dark-green);
  color:#fff;
  border-radius:22px;
  border:7px solid #fff;
}

.about-experience-badge strong{
  font-size:2rem;
  line-height:1;
}

.about-experience-badge span{
  font-size:.78rem;
  margin-top:8px;
  color:#d9e7e3;
}

.about-heading,
.founder-heading{
  font-weight:700;
  font-size:clamp(2rem,3.4vw,3.1rem);
  line-height:1.2;
}

.about-heading em,
.founder-heading em{
  font-family:'Dancing Script',cursive;
  color:var(--orange);
  font-weight:700;
}

.about-lead{
  font-size:1.08rem;
  line-height:1.8;
  color:#47504d;
}

.about-mini-feature{
  display:flex;
  gap:13px;
  padding:16px 0;
}

.about-mini-feature i{
  color:var(--orange);
  font-size:1.35rem;
  margin-top:3px;
}

.about-mini-feature h6{
  margin-bottom:4px;
  font-weight:700;
}

.about-mini-feature p{
  margin:0;
  font-size:.82rem;
  color:#777;
}

.founder-section{
  background:var(--cream);
}

.big-quote{
  display:block;
  height:55px;
  color:var(--orange);
  font-size:5rem;
  line-height:1;
  font-family:Georgia,serif;
}

.founder-story-card{
  position:relative;
  padding:38px 32px;
  background:#fff;
  border-radius:22px;
  box-shadow:0 14px 45px rgba(18,60,52,.08);
}

.story-item{
  position:relative;
  display:flex;
  gap:22px;
  padding:0 0 30px 0;
}

.story-item:last-child{
  padding-bottom:0;
}

.story-number{
  position:relative;
  z-index:2;
  width:48px;
  height:48px;
  min-width:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--dark-green);
  color:#fff;
  font-weight:700;
  font-size:.8rem;
}

.story-item:nth-child(3) .story-number{
  background:var(--orange);
}

.story-item h5{
  font-weight:700;
  margin-bottom:7px;
}

.story-item p{
  color:#737373;
  margin:0;
  font-size:.9rem;
  line-height:1.7;
}

.story-line{
  position:absolute;
  left:55px;
  top:62px;
  bottom:62px;
  width:1px;
  background:#d8e3e0;
}

.manifest-section{
  background:#fff;
}

.manifest-box{
  background:linear-gradient(125deg,#0d3029,#174c42);
  border-radius:26px;
  color:#fff;
  padding:60px;
  overflow:hidden;
  position:relative;
}

.manifest-box::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-150px;
  top:-190px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  box-shadow:
    0 0 0 55px rgba(255,255,255,.035),
    0 0 0 110px rgba(255,255,255,.025);
}

.manifest-box > .row{
  position:relative;
  z-index:1;
}

.manifest-box h2{
  font-size:clamp(2.5rem,4vw,4rem);
  font-weight:700;
  line-height:1.12;
}

.manifest-box h2 span{
  font-family:'Dancing Script',cursive;
  color:#f2a064;
}

.manifest-box p{
  color:#cfe0dc;
  max-width:650px;
  line-height:1.8;
}

.manifest-steps{
  display:flex;
  flex-direction:column;
  gap:13px;
}

.manifest-steps div{
  display:flex;
  align-items:center;
  gap:16px;
  padding:17px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
}

.manifest-steps span{
  color:#f2a064;
  font-weight:700;
}

.values-section{
  background:#fff;
}

.value-card{
  height:100%;
  padding:30px 24px;
  border:1px solid #e9eeee;
  border-radius:18px;
  background:#fff;
  transition:transform .25s ease, box-shadow .25s ease;
}

.value-card:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 35px rgba(18,60,52,.09);
}

.value-icon{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#edf5f3;
  color:var(--dark-green);
  border-radius:15px;
  font-size:1.35rem;
  margin-bottom:20px;
}

.value-card h5{
  font-weight:700;
}

.value-card p{
  margin:0;
  color:#777;
  font-size:.88rem;
  line-height:1.7;
}

.journey-numbers{
  background:var(--dark-green);
}

.number-item strong,
.number-item span{
  display:block;
}

.number-item strong{
  color:#fff;
  font-size:clamp(2rem,4vw,3.2rem);
  font-weight:700;
}

.number-item span{
  color:#b8ccc7;
  margin-top:5px;
  font-size:.85rem;
}

.about-cta{
  background:var(--cream);
}

.about-cta-box{
  padding:70px 30px;
}

.about-cta-box h2{
  font-size:clamp(2.2rem,4vw,3.7rem);
  font-weight:700;
  line-height:1.12;
}

.about-cta-box h2 span{
  font-family:'Dancing Script',cursive;
  color:var(--orange);
}

.about-cta-box > p{
  max-width:600px;
  margin:16px auto 0;
  color:#777;
}

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

  .about-main-image{
    min-height:420px;
  }

  .about-image-wrap{
    max-width:680px;
  }

  .manifest-box{
    padding:45px 30px;
  }
}

@media(max-width:767.98px){
  .about-hero{
    min-height:390px;
  }

  .about-hero-overlay{
    background:rgba(18,60,52,.78);
  }

  .about-hero-content{
    padding:55px 0;
  }

  .about-floating-card{
    left:10px;
    bottom:52px;
  }

  .about-experience-badge{
    width:115px;
    min-height:115px;
    border-width:5px;
  }

  .about-main-image{
    min-height:390px;
  }

  .founder-story-card{
    padding:28px 20px;
  }

  .story-item{
    gap:14px;
  }

  .story-line{
    left:44px;
  }

  .manifest-box{
    padding:35px 22px;
    border-radius:18px;
  }

  .about-cta-box{
    padding:50px 10px;
  }
}
