body {
  font-family: "Tajawal", sans-serif;
}

.contact-us-section {
  text-align: center;
  margin-top: 45px;
}

.section-title {
  font-size: 28px;
  color: #f7c600;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.section-description {
  color: #555;
  font-size: 17px;
  font-weight: 600;
}

.contact-info {
  background-color: transparent !important;
  border: 2px solid #f7c600;
  border-radius: 15px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.info-title {
  color: #f7c600;
  font-weight: bold;
}
.contact-form {
  text-align: right;
}
.contact-form .form-label {
  color: #333;
  font-size: 17px;
  margin-right: 5px;
  font-weight: bold;
  text-align: right;
}

.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
}

.contact-form .btn {
  background-color: #f7c600;
  border: none;
  color: #fff;
  transition: background-color 0.3s ease;
}

.contact-form .btn:hover {
  background-color: #d4a300;
}
