.contact-section {
  padding: 60px 20px;
  margin: 0 auto; /* Căn giữa */
  max-width: 1000px; /* Điều chỉnh theo mong muốn */
}

.contact-section__title {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 20px;
  text-align: center;
}

.contact-section__text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--text-color);
}

.contact-section__map iframe {
  border-radius: 4px;
  width: 100%;
  height: 350px;
  border: 0;
}

.contact-section__hotline {
  font-weight: 700;
  margin-top: 20px;
  color: black;
}

.contact-form__btn {
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-form__btn:hover {
  background-color: #333;
  color: #fff;
}

.modal-body textarea.form-control {
  width: 100%;
  max-height: 150px;
  resize: none;
  overflow-y: auto;
}
