.elementor-6602 .elementor-element.elementor-element-269bf3a{margin-top:-80px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-0c02fc8 *//* CONTACT CARDS - FIXED FULL WIDTH */
.cards-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 6%;
  margin-top: -40px;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  /* FIX: Ensure grid items stretch properly */
  justify-content: stretch;
}
.ccard {
  background: white; 
  border-radius: 18px; 
  padding: 28px 20px;
  box-shadow: 0 8px 32px rgba(26,86,200,.13);
  border: 1px solid #D5E3FF; 
  text-align: center;
  text-decoration: none; 
  color: inherit;
  transition: all .25s; 
  display: block;
  /* FIX: Make each card fill its grid cell */
  width: 100%;
  max-width: 100%;
}/* End custom CSS */