/* Additional custom styles */

/* Service card hover effect */
.vc_column_inner:hover .service-card-img {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  transition: all 0.3s ease;
}

/* Blue divider line */
.blue-line-divider {
  width: 60px;
  height: 3px;
  background: #00aeef;
  margin: 12px auto 30px;
  display: block;
}

/* Stones color variables */
:root {
  --stones-blue: #00aeef;
  --stones-dark: #111111;
  --stones-white: #ffffff;
  --stones-gray: #f9f9f9;
  --stones-text: #444444;
}
