/* ===== Large Quantity CTA + Modal (Salla) ===== */
.pq-bulk-cta {
  margin-top: 14px;
  border-radius: 14px;
  background: #e9f4ff;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(25,129,198,.18);
}

.pq-bulk-cta h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #0f2c44;
}

.pq-bulk-cta p {
  margin: 6px 0 0;
  color: #295a7a;
  font-size: 14px;
}

.pq-bulk-cta button {
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 800;
  background: #1981c6;
  color: #fff;
  white-space: nowrap;
}

.pq-bulk-cta button:hover {
  filter: brightness(0.95);
}

.pq-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: none;
  z-index: 999999;
}

.pq-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000000;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.pq-modal .pq-card {
  width: min(720px, 96vw);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 70px rgba(0,0,0,.22);
  overflow: hidden;
}

.pq-modal .pq-header {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.pq-modal .pq-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}

.pq-modal .pq-close {
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
}

.pq-modal .pq-body {
  padding: 16px 18px 18px;
}

.pq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 640px) {
  .pq-grid { grid-template-columns: 1fr; }
}

.pq-field label {
  display: block;
  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
  font-weight: 800;
}

.pq-field input,
.pq-field select,
.pq-field textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 12px;
  font-size: 14px;
  outline: none;
}

.pq-field textarea { min-height: 92px; resize: vertical; }

.pq-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
}

.pq-actions button {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 14px 14px;
  font-weight: 900;
  cursor: pointer;
}

.pq-actions .pq-send {
  background: #111;
  color: #fff;
}

.pq-actions .pq-cancel {
  background: #f3f4f6;
  color: #111;
}

.saudi-made-badge{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-inline-start: 10px; /* RTL/LTR safe */
}

.saudi-made-badge img{
  height: 34px;
  width: auto;
  display:block;
  object-fit:contain;
}

@media (max-width: 768px){
  .saudi-made-badge img{ height: 28px; }
}