html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}*/
/* GJR Platform — Global Styles */
body {
    font-family: 'Segoe UI', sans-serif;
    background: #f8f9fa;
}

.product-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 12px;
    overflow: hidden;
}

    .product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    }

.navbar {
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.badge {
    font-weight: 500;
    letter-spacing: 0.3px;
}

.card {
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.06);
}

.btn {
    border-radius: 8px;
    font-weight: 500;
}

.table th {
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.3px;
}