:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b42a426 *//* =========================================
ABOUT PAGE – White Style
Astra + Elementor Free
========================================= */

.sh-about-page{
  background:#ffffff;
  color:#0f172a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Arial, sans-serif;
}

.sha-container{
  max-width:1140px;
  margin:0 auto;
  padding:0 20px;
}

/* HERO */
.sha-hero{
  padding:90px 0 60px;
  text-align:center;
}

.sha-badge{
  display:inline-block;
  padding:6px 14px;
  border-radius:999px;
  background:#f1f5f9;
  font-size:13px;
  font-weight:600;
  margin-bottom:14px;
}

.sha-hero h1{
  font-size:clamp(30px,4vw,46px);
  margin:0 0 14px;
}

.sha-sub{
  max-width:760px;
  margin:0 auto 24px;
  color:#475569;
  font-size:17px;
  line-height:1.7;
}

.sha-hero-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.sha-btn{
  display:inline-block;
  padding:14px 22px;
  border-radius:12px;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
}

.sha-btn-primary{
  background:#0ea5a4;
  color:#ffffff !important;
}

.sha-btn-outline{
  border:1px solid #cbd5e1;
  color:#0f172a !important;
  background:#ffffff;
}

.sha-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  max-width:900px;
  margin:0 auto;
}

.sha-stat{
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px;
}

.sha-stat strong{
  display:block;
  font-size:13px;
  margin-bottom:6px;
}

.sha-stat span{
  font-size:13px;
  color:#475569;
}

/* Sections */
.sha-section{
  padding:80px 0;
}

.sha-soft{
  background:#f8fafc;
}

.sha-muted{
  color:#475569;
  line-height:1.7;
}

.sha-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 40px;
}

.sha-two-col{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:24px;
  align-items:start;
}

/* Cards */
.sha-card{
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:22px;
  background:#ffffff;
}

.sha-photo-card{
  display:grid;
  gap:16px;
}

.sha-photo{
  border:1px solid #e5e7eb;
  border-radius:16px;
  overflow:hidden;
  background:#ffffff;
}

.sha-photo-placeholder{
  padding:70px 18px;
  text-align:center;
  color:#64748b;
  background:#f8fafc;
  font-weight:600;
}

.sha-mini-card{
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:18px;
  background:#ffffff;
}

.sha-mini-card p{
  margin:8px 0 0;
  color:#475569;
  line-height:1.7;
}

/* Points */
.sha-points{
  display:grid;
  gap:14px;
  margin-top:18px;
}

.sha-point{
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:18px;
  background:#ffffff;
}

.sha-point p{
  margin:8px 0 0;
  color:#475569;
  line-height:1.7;
}

/* Grid 3 */
.sha-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.sha-grid-3 p{
  margin:8px 0 0;
  color:#475569;
  line-height:1.7;
}

/* Split section */
.sha-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:start;
}

.sha-list{
  margin:0;
  padding-left:18px;
  color:#475569;
  line-height:1.8;
}

/* Steps */
.sha-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.sha-step{
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:20px;
  background:#ffffff;
  text-align:center;
}

.sha-step-num{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#0ea5a4;
  color:#fff;
  font-weight:800;
  margin-bottom:10px;
}

/* CTA */
.sha-cta{
  padding:80px 0;
  text-align:center;
  background:#ffffff;
  border-top:1px solid #f1f5f9;
}

/* Responsive */
@media(max-width:900px){
  .sha-stats{grid-template-columns:1fr;}
  .sha-two-col{grid-template-columns:1fr;}
  .sha-grid-3{grid-template-columns:1fr;}
  .sha-split{grid-template-columns:1fr;}
  .sha-steps{grid-template-columns:1fr;}
}/* End custom CSS */