.section-contact {
  background: linear-gradient(135deg, #0b3c5d 0%, #3b5998 100%);
  padding: 30px 0;
  width: 100%;
}

.section-title{
  padding-top: 0px;
}

.head1{
  text-align: center;
  
}

.input-width {
  width: 80%;
  background-color: transparent; 
  border: none; 
  color: white; 
}

.input-underline {
  border: 0;
  height: 2px; 
  background-color: #ffcc00;
  margin-bottom: 0.5rem;
}

.form-width {
  max-width: 600px; /* Adjust the max width as needed */
  margin: 0 auto; /* Center align the form */
  padding: 0 15px; /* Add padding to the sides for mobile view */
}

.text-white {
  color: white;
}

.form-label {
  font-weight: bold;
}

.btn-primary {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.btn-primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
}

@media (max-width: 767px) {
  .form-width {
    max-width: 100%; /* Full width for smaller screens */
  }
}

.form-group label {
  margin-top: 1rem;
  color: #bbb;
}
.form-control {
  background-color: #0000;
  border-radius: 00;
  border-top: none;
  border-right: none;
  border-bottom: 2px ridge rgb(255, 217, 0);
  border-left: none;
  color: #fff;
  margin: .2rem auto 1.2rem 0;
  transition: .3ms linear ease;
}

.form-control:focus {
  background-color: #0000;
  border-radius: 00;
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #ff0;
  border-left: none;
  color: #fff;
  margin: .2rem auto 1.2rem 0;
  transition: .3ms linear ease;
  box-shadow: none;
}

.btn-submit {
  padding: .4rem 1.7rem;
  margin-right: 3rem;
  background: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
  border-radius: 2.5rem;
  font-weight: 400;
  color: white;
  text-decoration: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.btn-submit:hover {
  text-decoration: none;
  color: cyan;
  box-shadow: 2px 2px 4px rgba(255, 255, 0, 0.2);
  transform: scale(1.1);
  transition: 0.1s ease;
}

.golden-hr {
  min-width: 100px;
  max-width: 350px;
  height: 3px;
  margin: 6.5rem auto 2.5rem auto;
  border-radius: 3px;
  background-color: #facc6b;
  background-image: linear-gradient(
    45deg,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  );
  box-shadow: 2px 2px 2px #000;
}
