.elementor-29978 .elementor-element.elementor-element-a0fe2dc{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-29978 .elementor-element.elementor-element-b25b0ef{width:var( --container-widget-width, 100.037% );max-width:100.037%;--container-widget-width:100.037%;--container-widget-flex-grow:0;}.elementor-29978 .elementor-element.elementor-element-b25b0ef.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-b25b0ef */.vw-care-category-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 100%;
}

.vw-care-cat-card {
  position: relative;
  padding: 34px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(0,86,179,0.08), rgba(17,161,73,0.08));
  border: 1px solid rgba(0,86,179,0.12);
  text-align: center;
  text-decoration: none !important;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(15,23,42,0.07);
  transition: all .35s ease;
}

.vw-care-cat-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 50px rgba(0,86,179,0.15);
}

.vw-care-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 22px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 10px 25px rgba(0,86,179,0.12);
}

.vw-care-cat-card h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 25px;
  font-weight: 900;
}

.vw-care-cat-card p {
  margin: 0 0 18px;
  color: #0056b3;
  font-size: 17px;
  font-weight: 800;
}

.vw-care-cat-card span {
  display: inline-flex;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0056b3, #11a149);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .vw-care-category-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vw-care-cat-card {
    padding: 28px 18px;
  }
}/* End custom CSS */