/*
Theme Name: Neve Cosmic
Template: neve
Version: 1.0
*/

body {
  background: #0a0f1c url("nebula.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #ffffff;
}

h1, h2, h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

a {
  color: #ff5a1f;
  transition: 0.3s ease;
}

a:hover {
  color: #ff7b42;
}
.cosmic-btn {
  background: linear-gradient(90deg, #ff5a1f, #ff7b42);
  padding: 12px 24px;
  border-radius: 6px;
  color: white !important;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(255, 90, 31, 0.6);
  transition: 0.3s ease;
  display: inline-block;
}

.cosmic-btn:hover {
  box-shadow: 0 0 25px rgba(255, 90, 31, 1);
  transform: translateY(-2px);
}

.cosmic-card {
  background: rgba(20, 25, 45, 0.85);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 90, 31, 0.3);
  transition: 0.3s ease;
}

.cosmic-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 20px rgba(255, 90, 31, 0.5);
}
