/* Global Styles */
body {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  overflow-x: hidden;
  background-color: #000000;
  position: relative;
  background-image: url("images/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Service Cards */
.service-card {
  background: #111827;
  border-radius: 0.5rem;
  padding: 2.5rem;
  width: 100%;
  max-width: 20rem;
  transition: all 0.3s ease;
}
.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.5);
}

/* Choose Us Cards */
.choose-card {
  background: #111827;
  border-radius: 0.5rem;
  padding: 2rem;
  transition: all 0.3s ease;
}
.choose-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.5);
}

/* Contact Form */
.form-input {
  background: #1f2937;
  color: white;
  border: 1px solid #374151;
  border-radius: 0.5rem;
  padding: 0.75rem;
  width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}
body {
  background: url('newcbg.jpg') no-repeat center center;
  background-attachment: fixed; /* might fallback to scroll on some mobiles */
  background-size: cover;
}
