section.contact-us {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.contact-form-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.contact-us h2.form-title {
  text-transform: uppercase;
  color: #1f272b;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
}

.form-control {
  border-radius: 15px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  padding: 10px 15px;
  transition: border-color 0.3s;
}

.form-control:focus {
  border-color: #3652a5;
  box-shadow: none;
  background-color: #fff;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.button {
  background-color: #3652a5;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  transition: background 0.3s;
}

.button:hover {
  background-color: #2b4082;
}

.recaptcha-container {
  margin-top: 20px;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

/* Right Sidebar */
.right-info {
  background-color: #3652a5;
  border-radius: 20px;
  padding: 25px;
  color: white;
}

.right-info ul {
  padding-left: 0;
  list-style: none;
}

.right-info ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.right-info ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.right-info h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.right-info span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
