/* Skyhawk Aerial — T-DRONE PTY LTD */

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0a0f1a; }
::-webkit-scrollbar-thumb { background: #1e293b; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #334155; }

input:focus, select:focus, textarea:focus {
  box-shadow: 0 0 0 3px rgba(201, 180, 138, 0.18);
}

.nav-link.active { color: #C9B48A; }

::selection {
  background: rgba(201, 180, 138, 0.35);
  color: white;
}

img {
  max-width: 100%;
  height: auto;
}

img[alt*="Skyhawk Aerial"] {
  object-fit: contain;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
