/* SkyIT Custom Styles */

#skyit-home {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}

.hero {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 20px;
  opacity: 0.9;
}

.btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 28px;
  background: #38bdf8;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
}

.services {
  background: #f8fafc;
}

.services .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  font-weight: 600;
  text-align: center;
}

.about {
  background: #ffffff;
  text-align: center;
}
