
/* Contact page hero */
.page-contact .elementor-section:first-of-type {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(ellipse 80% 60% at 60% 40%, rgba(26,58,204,.28) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 25% 80%, rgba(0,180,255,.1) 0%, transparent 50%),
    linear-gradient(160deg, #030507 0%, #060c1a 60%, #030507 100%) !important;
}
.page-contact .elementor-section:first-of-type::after {
  content: '';
  position: absolute; left: 0; right: 0; height: 2px; top: 0;
  background: linear-gradient(90deg, transparent 0%, #00ddff 50%, transparent 100%);
  animation: sy-scanline 4s linear infinite;
  opacity: .3; z-index: 10; pointer-events: none;
}
.page-contact .elementor-section:first-of-type > .elementor-container {
  padding-left: 0 !important; padding-right: 0 !important;
}
.page-contact .elementor-section:first-of-type .elementor-column-wrap,
.page-contact .elementor-section:first-of-type .elementor-widget-wrap {
  padding-left: 0 !important; padding-right: 0 !important;
}
