.chatbot-page {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 40px; /* reduced top padding */
}


.chatbot-header h2 {
  font-size: 32px;
  color: #ba0c2f;
  font-weight: 700;
  margin-bottom: 10px;
}

.chatbot-intro {
  font-size: 16px;
  color: #333;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.chatbot-container {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.chatbot-footer {
  margin-top: 30px;
  font-size: 16px;
}

.chatbot-footer p {
  margin-bottom: 12px;
  font-weight: 500;
}

.chatbot-footer .btn {
  background-color: #ba0c2f;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 22px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.chatbot-footer .btn:hover {
  background-color: #9a0a28;
}
