.contactsection {
  background-color: #ffffff; /* Adjust the background color as needed */
  padding: 20px;
  border-radius: 8px;
  border: 0px solid #000000;
  text-align: center;
  align-items: center;
  max-width: 1200px;
}
.contact-box {
    background-color: #ffffff;
    width: 100%;
    max-width: 1200px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    text-align: center;
    margin-top: -20%;
}

.contact-box label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.contact-box input,
.contact-box textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 16px;
    border: 1px solid #000000;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.contact-box textarea {
    resize: vertical;
}

.contact-box button {
    background-color: #2f5496;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact-box button:hover {
    background-color: #000000;
}
.contactlogo {
  max-width: 10%;
  margin-right: 4%;
}
.connectline {
  background-color: #ffffff;
  margin: 1%;
  align-items: center;
  font-size: 30px;
  display: flex;
  justify-content: center; /* Center horizontally */
  width: 200%;
}

.contactlinks {
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 5%;
}

.contactlogo {
  max-width: 10%;
  margin-right: 4%;
}

