body {
  font-family: "Poppins", Gadget, sans-serif;
  z-index: -1;
  background-image: url("../img/desktop-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.axioo-header {
  background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
  color: white;
  border-radius: 0 0 1.5rem 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-search {
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 750px;
  width: 600px;
}

.card-search:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12) !important;
}

.card-header {
  border-radius: 1rem 1rem 0 0 !important;
}

.card-box {
  width: 460px;
}

.custom-img {
  max-height: 180px;
  object-fit: contain;
}

.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #0a58ca;
  border-color: #0a58ca;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
}

.form-control,
.form-select {
  border-radius: 0.75rem;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.loading-spinner {
  width: 3rem;
  height: 3rem;
}

.feature-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: #0d6efd;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .card-search {
    margin-bottom: 1.5rem;
    height: auto !important;
    width: 100% !important;
  }

  .custom-img {
    max-height: 140px;
    max-width: 100% !important;
    height: auto;
  }

  .axioo-header {
    border-radius: 0 0 1rem 1rem;
  }
}

@media (min-width: 769px) {
  .custom-img {
    max-width: 452px !important;
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  .card-search {
    height: 550px !important;
    width: 100% !important;
  }
}
