* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', 'Calibri', Arial, sans-serif;
}


body {
  background: #0c0c14;
  background: linear-gradient(135deg, #0c0c14 0%, #141428 100%);
  color: #e0e0e0;
  padding: 20px;
  background-attachment: fixed;
  min-height: 100vh;
  font-size: 16px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  text-align: center;
  margin-bottom: 40px;
  padding: 30px;
  background: rgba(30, 35, 50, 0.7);
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 120, 215, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(70, 130, 180, 0.3);
  position: relative;
  overflow: hidden;
}

header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(100, 180, 255, 0.7), transparent);
}

h1 {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 120, 215, 0.8);
  letter-spacing: 1px;
  font-weight: 600;
}

h4 {
  font-size: 1.2rem;
  color: #99ccff;
  margin-top: 10px;
  text-shadow: 0 0 5px rgba(0, 102, 204, 0.5);
  font-weight: 400;
}

.category {
  margin-bottom: 40px;
  margin-top: 60px;
}

.category h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 120, 215, 0.6);
  padding: 10px 15px;
  border-left: 3px solid rgba(0, 120, 215, 0.8);
  background: rgba(30, 35, 50, 0.6);
  border-radius: 0 8px 8px 0;
  display: inline-block;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.service-box {
  background: rgba(30, 35, 50, 0.6);
  border-radius: 8px;
  padding: 25px;
  transition: all 0.3s ease;
  border: 1px solid rgba(70, 130, 180, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

.service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(100, 180, 255, 0.5), transparent);
}

.service-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(100, 180, 255, 0.3), transparent);
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 120, 215, 0.3), 0 0 15px rgba(0, 120, 215, 0.2);
  background: rgba(40, 45, 60, 0.7);
}

.service-box h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 120, 215, 0.7);
  border-bottom: 1px solid rgba(70, 130, 180, 0.3);
  padding-bottom: 10px;
}

.service-box p {
  font-size: 0.95rem;
  color: #b8c7e0;
  margin-bottom: 20px;
  line-height: 1.5;
}

a {
  display: inline-block;
  background: linear-gradient(to bottom, rgba(0, 120, 215, 0.9), rgba(0, 90, 180, 0.9));
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid rgba(100, 180, 255, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

a:hover {
  background: linear-gradient(to bottom, rgba(0, 140, 235, 0.9), rgba(0, 110, 200, 0.9));
  box-shadow: 0 4px 10px rgba(0, 120, 215, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

a:active {
  transform: translateY(0);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(70, 130, 180, 0.5), transparent);
  margin: 40px 0;
}

.glow {
  position: fixed;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 120, 215, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.glow-1 {
  top: -300px;
  left: -200px;
}

.glow-2 {
  bottom: -200px;
  right: -100px;
  background: radial-gradient(ellipse at center, rgba(60, 80, 170, 0.05) 0%, transparent 70%);
}

/* Aero glass effect elements */
.orb {
  position: fixed;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.7) 0%, rgba(70, 130, 180, 0.2) 40%, transparent 70%);
  filter: blur(3px);
  pointer-events: none;
  z-index: -1;
}

.orb-1 {
  top: 15%;
  right: 10%;
}

.orb-2 {
  bottom: 25%;
  left: 5%;
}

@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  body {
    font-size: 18px;
  }
  
  header {
    padding: 20px;
  }
  
  h1 {
    font-size: 2.2rem;
  }
}