/* Custom styles for AeroTech Drones */

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.hero-section {
  display: flex;
  align-items: center;
  color: white;
}

.hero-image-section {
  background: #111827;
  padding: 4rem 0;
}

.hero-bg-image {
  width: min(100%, 860px);
  max-height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin: 0 auto 2rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.hero-video-section {
  position: relative;
  min-height: 60vh;
  padding: 0;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.services-section {
  background-color: #1a1a1a;
  padding: 4rem 0;
}

.portfolio-section {
  padding: 4rem 0;
}

.card {
  background-color: #2d2d2d;
  border: 1px solid #444;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.carousel-media {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  background-color: #111;
}

.carousel-item video.carousel-media {
  max-height: 400px;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.navbar-brand {
  font-size: 1.5rem;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
