/* Footer Section */
.FOOTER_SECTION {
  background-color: #FDFDFE;
  padding: 20px 0;
  font-family: 'Poppins', sans-serif;
  text-align: center; /* Center the text */
}

.FOOTER_SECTION p {
  color: #000;
  margin: 0;
}

.FOOTER_SECTION a {
  color: #000;
  display: block; /* Make the link a block element to center it */
  margin-top: 10px; /* Add some margin for better spacing */
}

/* Contact Section */
.contact_section .col-md-6 {
  padding: 0;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: 1px solid #252525;
  width: 90%;
  margin: 10px 0;
}

.contact_form-container {
  padding: 45px;
  padding-right: 0;
}

.contact_form-container button {
  border: none;
  background-color: #fddd33;
  color: #fff;
  padding: 8px 40px;
  border-radius: 20px;
}

.contact_img-box {
  display: flex;
  align-items: center;
  padding: 45px;
  padding-left: 0;
}

.contact_img-box img {
  width: 97%;
}

.contact_section h2 {
  font-size: 26px;
  color: #010103;
  font-weight: bold;
  position: relative;
  margin-left: 2.5%;
}
