.elementor-8370 .elementor-element.elementor-element-5240ecf{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-a4059c5 */.nr-specialties{
  max-width:1280px;
  margin:40px auto;
  padding:0 16px;
}

.nr-specialties__head{
  text-align:center;
  max-width:700px;
  margin:0 auto 30px;
}

.nr-specialties__eyebrow{
  display:inline-block;
  margin-bottom:10px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(237,30,121,.08);
  color:#ed1e79;
  font-size:13px;
  font-weight:800;
}

.nr-specialties__title{
  font-size:clamp(28px,4vw,42px);
  margin:0 0 10px;
}

.nr-specialties__sub{
  color:#475569;
  font-size:16px;
}

.nr-specialties__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}

@media(min-width:992px){
  .nr-specialties__grid{
    grid-template-columns:1fr 1fr;
  }
}

.nr-spec-card{
  background:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 12px 40px rgba(2,6,23,.08);
}

.nr-spec-card__icon{
  width:60px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:linear-gradient(135deg,#ed1e79,#0c1f8a);
  color:#fff;
  font-size:26px;
  margin-bottom:16px;
}

.nr-spec-card__title{
  font-size:28px;
  margin-bottom:10px;
}

.nr-spec-card__text{
  color:#475569;
  margin-bottom:18px;
}

.nr-spec-card__list{
  list-style:none;
  padding:0;
  margin:0 0 20px;
}

.nr-spec-card__list li{
  padding-left:18px;
  position:relative;
  margin-bottom:8px;
}

.nr-spec-card__list li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:linear-gradient(135deg,#ed1e79,#0c1f8a);
}

.nr-spec-card__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.nr-spec-card__btn{
  padding:12px 18px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  text-decoration:none;
}

.nr-spec-card__btn--primary{
  background:linear-gradient(135deg,#ed1e79,#0c1f8a);
  color:#fff;
}

.nr-spec-card__btn--secondary{
  border:1px solid #ddd;
  color:#000;
  background:#fff;
}/* End custom CSS */