.elementor-1917 .elementor-element.elementor-element-6d4bcf7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-17bb1e3 */<style>
.gpt-chat {
  max-width: 600px;
  margin: 30px auto;
  background: #ffffffcc;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  font-family: 'Cairo', sans-serif;
  direction: rtl;
  text-align: right;
  border: 1px solid #dbeafe;
}

.gpt-chat textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  resize: vertical;
  min-height: 140px;
  font-size: 16px;
  background: #f8fafc;
  color: #111827;
  margin-bottom: 20px;
}

.gpt-chat label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #0f172a;
}

.gpt-chat select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 16px;
  background: #f8fafc;
  color: #111827;
  margin-bottom: 15px;
}

.gpt-chat button {
  background-color: #056aed;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

.gpt-chat button:hover {
  background-color: #0552ba;
}

#gptResponse {
  white-space: pre-line;
  line-height: 1.8;
  font-size: 16px;
  color: #0f172a;
  background: #f0f9ff;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #bae6fd;
}

@media (max-width: 768px) {
  .gpt-chat {
    padding: 20px;
    margin: 20px 10px;
  }

  .gpt-chat textarea {
    min-height: 120px;
  }
}
</style>/* End custom CSS */