html, body, #__next { height: 100%; background: #0b1220 !important; }
* { transition: none !important; animation: none !important; }

.service-card, .widget, .card {
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  background: #0f1a2a !important;
  box-shadow: none !important;
}

.service-card:hover, .widget:hover, .card:hover {
  border-color: rgba(255,255,255,0.14) !important;
  background: #112036 !important;
}

.header-container {
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  background: #0d1726 !important;
}
