body {
  background: #f5f5f5;
}

.contact-section {
  padding: 60px 0;
}

.section-subtitle {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
}

.section-subtitle:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #f4b942;
  margin-left: 10px;
  vertical-align: middle;
}

.map-wrapper {
  margin-bottom: 40px;
}

.map-wrapper iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

.contact-info-item {
  display: flex;
  margin-bottom: 35px;
}

.icon-box {
  width: 45px;
  height: 45px;
  background: #f4b942;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.icon-box i {
  color: #000;
  font-size: 18px;
}

.contact-info-item h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-info-item p {
  margin: 0;
  color: #555;
}

.contact-form .form-control {
  border-radius: 0;
  min-height: 50px;
  border: 1px solid #ddd;
}

.contact-form textarea {
  min-height: 160px;
  resize: none;
}

.btn-contact {
  background: #f4b942;
  color: #000;
  border: none;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 4px;
}

.btn-contact:hover {
  background: #e6aa34;
}
