html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Custom styles for DES Engraving */
section { padding-top: 2.25rem; padding-bottom: 2.25rem; }
.card { border: none; border-radius: 1rem; }
.card-img-top { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
.shadow-sm { box-shadow: 0 2px 8px rgba(0,0,0,0.07); }
.bg-light { background: #f8f9fa !important; }
.btn-primary, .btn-outline-primary {
  font-size: 0.95rem;
  padding: 0.5rem 1.25rem;
  line-height: 1.5;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover, .btn-primary:focus { background: #44475a; }
.display-4 { font-size: 2.2rem; }
h1 { font-size: 1.8rem; }
h2 { font-size: 1.3rem; }
h3 { font-size: 1.1rem; }
.form-label, .form-control, .form-select, .alert { font-size: 0.95rem; }
.mb-4 { margin-bottom: 1.2rem !important; }
.py-5 { padding-top: 2.25rem !important; padding-bottom: 2.25rem !important; }
@media (max-width: 767px) {
  .display-4 { font-size: 1.6rem; }
  section { padding-top: 1.5rem; padding-bottom: 1.5rem; }
}
#services .card {
  min-height: 180px;
  transition: box-shadow 0.2s, transform 0.2s;
}
#services .card:hover {
  box-shadow: 0 8px 24px rgba(37,140,251,0.15);
  transform: translateY(-6px) scale(1.03);
  z-index: 2;
  background: #e9ecef;
}