<style>

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 69.333333%;
    }
}


  @media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 79.33333%;
    }
}
</style>


<style>
 @media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}
</style>
<style>
  /* General styles for the contact form */
.contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f1f7ff; /* Light blue background */
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.contact-form h2 {
  font-size: 24px;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

.input-box {
  position: relative;
  margin-bottom: 20px;
}

.input-box input,
.input-box textarea {
  width: 100%;
  border: none;
  border: 2px solid #cfd8dc;
  border-radius: 5px;
  outline: none;
  background: none;
  font-size: 16px;
  padding: 8px 5px;
  color: #333;
  transition: border-color 0.3s ease-in-out;
}

.input-box input:focus,
.input-box textarea:focus {
  border-bottom: 2px solid #42a5f5; /* Blue highlight */
}

.input-box span {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #42a5f5;
  pointer-events: none;
  transition: top 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

.input-box input:focus + span,
.input-box input:not(:placeholder-shown) + span,
.input-box textarea:focus + span,
.input-box textarea:not(:placeholder-shown) + span {
  top: -10px;
  font-size: 15px;
}

textarea {
  resize: none;
  height: 100px;
}

.input-box input[type="submit"] {
  background: linear-gradient(45deg, #42a5f5, #1e88e5);
  color: #fff;
  font-size: 16px;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}

.input-box input[type="submit"]:hover {
  background: linear-gradient(45deg, #1e88e5, #1565c0);
}
</style>



	<style>
  .btn-secondary {
    color: #fff;
    background-color: #0400ff;
    border-color: #6c757d;
  }
	</style>