/******* Do not edit this file *******
Code Snippets Manager
Saved: Jun 17 2026 | 12:54:07 */
/* prevent horizontal scrolling on touch screens */
html:not(.no-touch) .l-canvas {
  overflow: hidden;
}
/* reset default body margin */
body {
  margin: 0;
}
ul {
  margin-bottom: 20px;
}
/* Service card default state */
.service-content {
  background: rgba(9, 28, 63, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: all 0.8s ease;
}
/* Hover state */
.service-card:hover .service-content {
  background: rgba(16, 172, 160, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero-panel {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.glass-effect {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
