.header {
  text-align: center;
  padding: 20px;
  background-color: #161616;
  color: white;
  border-color: #EDB115;
}

.mt-200 {
  margin-top: 200px !important;
}

.contact-info {
  background-color: black;
  color: white;
}

.contact-info .info-item h5 {
  margin-top: 10px;
  font-size: 1.075rem; /* Font size reduced from 1.2rem */
  font-weight: bold;
}

.contact-info .info-item p {
  color: #ccc;
}

.btn-contact {
  background-color: #E3B25A;
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 0.875rem; /* Font size reduced from 1rem */
  border-radius: 5px;
}

.btn-contact:hover {
  background-color: #c49a4c;
}

.form-label {
  font-size: 0.875rem; /* Font size reduced from 1rem */
  color: white;
}


.contact-description {
  background-color: white;
  color: black;
}

.contact-description h2 {
  font-size: 1.875rem; /* Font size reduced from 2rem */
  font-weight: bold;
  color: black;
}

.contact-description .line {
  width: 50px;
  border-top: 2px solid #E3B25A;
}

.contact-description p {
  font-size: 0.875rem; /* Font size reduced from 1rem */
  color: #555;
}

.font-600 {
  font-weight: 600;
}

.color-yellow {
  color: #E3B25A;
}

.accordion-button.collapsed {
  color: black;
  background-color: #fff;
  border: 1px solid #E3B25A;
}

.accordion-button:not(.collapsed) {
  color: black !important;
  background-color: #f7dba7 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.dropdown-menu {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #161616;
  color: white;
}

.option_dropdown {
  color: white !important
}

/* New rules for form elements */
#contactForm h3 {
  font-size: 1.625rem; /* Font size reduced from typical h3 size */
}

#contactForm .form-control {
  font-size: 0.875rem; /* Font size reduced from typical 1rem */
}

#contactForm .btn {
  font-size: 0.875rem; /* Font size reduced from typical 1rem */
}

#successMessage, #errorMessage {
  font-size: 0.875rem; /* Font size reduced for alert messages */
}