.elementor-28160 .elementor-element.elementor-element-60dd7bf{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}@media(min-width:768px){.elementor-28160 .elementor-element.elementor-element-60dd7bf{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-4e00c46 */.bay-card-servico {
  max-width: 310px;
  background: linear-gradient(145deg, #ffffff, #f7fffc);
  border-radius: 22px;
  padding: 18px;
  border: 1px solid rgba(5, 184, 149, 0.16);
  font-family: Arial, sans-serif;
  transition: all 0.3s ease;
}

.bay-card-servico:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(5, 184, 149, 0.16);
}

.bay-servico-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #05B895;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
}

.bay-servico-tag {
  display: inline-block;
  color: #05B895;
  background: #f3fffb;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 9px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.bay-servico-content h4 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.bay-servico-content p {
  margin: 0 0 14px;
  color: #6b7280;
  font-size: 12.8px;
  line-height: 1.5;
}

.bay-servico-info {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.bay-servico-info span {
  background: #ffffff;
  color: #047c68;
  border: 1px solid rgba(5, 184, 149, 0.16);
  font-size: 11px;
  font-weight: 800;
  padding: 6px 8px;
  border-radius: 999px;
}

.bay-servico-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.bay-servico-bottom strong {
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.bay-servico-btn {
  background: #05B895;
  color: #ffffff;
  padding: 10px 13px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.bay-servico-btn:hover {
  background: #049f82;
}/* End custom CSS */