/* === One Page Checkout Design === */
#checkout-checkout {
  background: #f7f9fb;
  padding: 30px;
  border-radius: 10px;
}

#checkout-checkout h1 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

/* الصناديق */
#accordion .panel-body {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

/* الأزرار */
#checkout-checkout .btn-primary {
  background: #0f5f57;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 6px;
}

#checkout-checkout .btn-primary:hover {
  background: #0b4a44;
}

/* الحقول */
#checkout-checkout input,
#checkout-checkout select,
#checkout-checkout textarea {
  border-radius: 6px;
  height: 42px;
}

/* ملخص الطلب */
#collapse-checkout-confirm {
  border: 2px solid #0f5f57;
  border-radius: 10px;
}

/* شريط الثقة */
.checkout-trust {
  margin-top: 30px;
  text-align: center;
  color: #555;
  font-size: 14px;
}