.elementor-90 .elementor-element.elementor-element-414cc2e{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-90 .elementor-element.elementor-element-414cc2e:not(.elementor-motion-effects-element-type-background), .elementor-90 .elementor-element.elementor-element-414cc2e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-1463bcd *//* ===== COMMON TITLE LINE ===== */
.seb-title-line {
  width:120px;height:4px;border-radius:3px;
  margin:0 auto 45px;
  background:linear-gradient(90deg,#D4AF37,#fbe7a1,#D4AF37);
  box-shadow:0 0 10px rgba(212,175,55,0.4);
}
.seb-title-line.small { width:90px; margin:0 0 25px 0; }

/* ===== GENERAL ===== */
#about-hero, #about-intro, #about-vm, #about-values, #about-why,
#about-founder, #about-timeline, #about-cta{
  background: transparent !important;
  font-family: 'Poppins', sans-serif;
  color:#fff;
}

/* ===== HERO ===== */
#about-hero{
  padding:120px 20px 90px;
  text-align:center;
}
.about-hero-title{
  font-family:'Cinzel',serif;
  font-size:44px;
  font-weight:700;
  margin-bottom:10px;
}
.gold{color:#D4AF37;text-shadow:0 0 12px rgba(212,175,55,0.5);}
.white{color:#fff;}
.about-hero-sub{
  max-width:780px;margin:0 auto;
  font-size:18px;line-height:1.8;color:#eaeaea;
}

/* ===== INTRO SPLIT ===== */
#about-intro{ padding:90px 20px; }
.about-intro-wrap{
  max-width:1200px;margin:auto;
  display:grid;grid-template-columns:1.1fr 0.9fr;gap:50px;align-items:center;
}
.about-title{
  font-family:'Cinzel',serif;font-size:32px;font-weight:700;margin-bottom:6px;
}
.about-title.center{ text-align:center; }
.about-intro-text p{
  font-size:16px;line-height:1.8;color:#e6e6e6;margin-bottom:12px;
}
.about-intro-image img{
  width:100%;height:360px;object-fit:cover;border-radius:14px;
}

/* ===== VISION MISSION ===== */
#about-vm{ padding:70px 20px; }
.about-vm-grid{
  max-width:1100px;margin:auto;
  display:grid;grid-template-columns:1fr 1fr;gap:25px;
}
.about-vm-box{
  background:rgba(255,255,255,0.05);
  padding:28px 26px;border-radius:12px;
}
.about-vm-box h3{
  font-family:'Cinzel',serif;color:#D4AF37;font-size:22px;margin-bottom:10px;
}
.about-vm-box p, .about-vm-box li{
  color:#ededed;font-size:15px;line-height:1.7;
}
.about-vm-box ul{ padding-left:18px; margin:0; }

/* ===== VALUES LIST ===== */
#about-values{ padding:90px 20px; }
.about-values-list{
  max-width:900px;margin:0 auto;
  display:flex;flex-direction:column;gap:18px;
}
.about-value-item{
  display:flex;gap:14px;align-items:flex-start;
}
.about-value-dot{
  width:12px;height:12px;border-radius:50%;
  background:#D4AF37;margin-top:7px;box-shadow:0 0 8px rgba(212,175,55,0.6);
}
.about-value-item h4{
  font-size:18px;margin:0 0 4px;color:#D4AF37;font-weight:700;
}
.about-value-item p{ margin:0;color:#e6e6e6;line-height:1.7;font-size:15px; }

/* ===== WHY STRIPS ===== */
#about-why{ padding:90px 20px; }
.about-why-wrap{ max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:12px; }
.about-why-row{
  display:flex;gap:16px;align-items:center;
  background:rgba(255,255,255,0.04);
  padding:16px 18px;border-radius:10px;
}
.about-why-num{
  font-family:'Cinzel',serif;color:#D4AF37;font-size:20px;font-weight:700;
  min-width:56px;text-align:center;
}
.about-why-row p{ margin:0;color:#f2f2f2;font-size:15px; }

/* ===== FOUNDER ===== */
#about-founder{ padding:90px 20px; }
.about-founder-wrap{
  max-width:1100px;margin:auto;
  display:grid;grid-template-columns:0.9fr 1.1fr;gap:45px;align-items:center;
}
.about-founder-image img{
  width:100%;height:360px;object-fit:cover;border-radius:14px;
}
.founder-name{
  font-family:'Cinzel',serif;color:#D4AF37;font-size:24px;margin:5px 0 12px;
}
.about-founder-text p{ color:#e6e6e6;font-size:16px;line-height:1.8; }
.about-founder-btn{
  display:inline-block;margin-top:15px;
  background:linear-gradient(90deg,#D4AF37,#fbe7a1);
  color:#000;padding:12px 26px;border-radius:10px;
  font-weight:800;text-decoration:none;transition:.3s;
}
.about-founder-btn:hover{ transform:translateY(-3px);box-shadow:0 0 14px rgba(212,175,55,0.6); }

/* ===== TIMELINE SIMPLE ===== */
#about-timeline{ padding:90px 20px; }
.about-timeline-line{
  max-width:800px;margin:0 auto;border-left:2px solid rgba(212,175,55,0.35);
  padding-left:30px;display:flex;flex-direction:column;gap:35px;
}
.about-timeline-step{ position:relative; }
.about-timeline-year{
  position:absolute;left:-60px;top:0;
  background:#D4AF37;color:#000;font-weight:800;
  padding:6px 10px;border-radius:8px;font-size:14px;
}
.about-timeline-step p{ margin:0;color:#e6e6e6;font-size:15px;line-height:1.8; }

/* ===== CTA CLOSING ===== */
#about-cta{
  padding:110px 20px;text-align:center;
}
.about-cta-title{
  font-family:'Cinzel',serif;font-size:38px;margin-bottom:12px;
}
.about-cta-sub{
  font-size:18px;color:#eaeaea;max-width:700px;margin:0 auto 28px;line-height:1.8;
}
.about-cta-btn{
  display:inline-block;
  background:linear-gradient(90deg,#D4AF37,#fbe7a1,#D4AF37);
  padding:16px 38px;border-radius:12px;font-weight:900;font-size:18px;
  color:#000;text-decoration:none;transition:.3s;
  box-shadow:0 0 18px rgba(212,175,55,0.55);
}
.about-cta-btn:hover{ transform:translateY(-4px); }

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .about-intro-wrap, .about-founder-wrap, .about-vm-grid{
    grid-template-columns:1fr;
  }
  .about-intro-image img, .about-founder-image img{ height:260px; }
  .about-hero-title{ font-size:34px; }
}
@media(max-width:600px){
  .about-hero-sub, .about-cta-sub{ font-size:16px; }
  .about-title{ font-size:26px; }
  .about-cta-title{ font-size:30px; }
  .about-timeline-year{ left:-52px; }
}/* End custom CSS */