.elementor-601 .elementor-element.elementor-element-79d2d71{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-21de170 *//* =========================================
White Services Page – Astra + Elementor Free
========================================= */

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

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

/* HERO */
.sh-hero{
  padding: 90px 0 70px;
  background: #ffffff;
  text-align: center;
}

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

.sh-hero h1{
  font-size: clamp(30px, 4vw, 46px);
  margin-bottom: 16px;
}

.sh-hero-text{
  max-width: 680px;
  margin: 0 auto 30px;
  font-size: 17px;
  color: #475569;
}

.sh-hero-actions{
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* BUTTONS */
.sh-btn-primary{
  background: #0ea5a4;
  color: #ffffff !important;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.sh-btn-secondary{
  border: 1px solid #cbd5e1;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none;
  color: #0f172a;
}

/* SECTIONS */
.sh-section{
  padding: 80px 0;
  background: #ffffff;
}

.sh-light{
  background: #f8fafc;
}

.sh-section-head{
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.sh-section-head p{
  color: #475569;
}

/* SERVICES */
.sh-service-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.sh-card{
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 26px;
}

.sh-card p{
  color: #475569;
}

.sh-card ul{
  padding-left: 18px;
  color: #475569;
}

.sh-link{
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  color: #0ea5a4;
  text-decoration: none;
}

/* TWO COL */
.sh-two-col{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.sh-checklist{
  list-style: none;
  padding: 0;
  color: #475569;
}

.sh-checklist li{
  margin-bottom: 10px;
}

/* PROCESS */
.sh-steps{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.sh-step{
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
}

.sh-step span{
  display: inline-block;
  background: #0ea5a4;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  font-weight: 600;
  margin-bottom: 10px;
}

/* CTA */
.sh-cta{
  background: #f8fafc;
  text-align: center;
  padding: 80px 0;
}

/* RESPONSIVE */
@media (max-width: 900px){
  .sh-service-grid,
  .sh-steps,
  .sh-two-col{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */