/* Start custom CSS for nuron-contact-info, class: .elementor-element-07b15a1 *//* Equal-height contact cards */
.rn-contact-top-area .row.g-5 {
  align-items: stretch; /* make all columns equal height */
}



.rn-contact-top-area .rn-contact-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical centering */
  align-items: center;     /* horizontal centering */
  flex: 1 1 auto;
  height: 100%;
  text-align: center;      /* center all text inside */
}

/* optional: add spacing for aesthetics */
.rn-contact-top-area .rn-contact-info-wrapper .icon {
  margin-bottom: 12px;
}/* End custom CSS */