/* Form styling */
.form-floating label {
    padding: 0.75rem 0.75rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #aaa;
    transition: all 0.2s ease;
  }
  
  .form-floating input:focus + label,
  .form-floating input:not(:placeholder-shown) + label,
  .form-floating textarea:focus + label,
  .form-floating textarea:not(:placeholder-shown) + label {
    font-size: 0.75rem;
    top: -1rem;
    left: 0.5rem;
    color: #007bff;
  }
  
  .form-floating {
    position: relative;
    margin-bottom: 1.5rem;
  }
  
  .form-floating input,
  .form-floating textarea {
    width: 100%;
    padding: 1.2rem 0.75rem 0.5rem 0.75rem;
  }
  
  .alert {
    display: none;
  }
  
  .loading {
    pointer-events: none;
    opacity: 0.6;
  }

 /* .contact-container {
  max-width: 500px;
  margin: 50px auto;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h2 {
  text-align: center;
  margin-bottom: 20px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input,
textarea {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

button {
  padding: 12px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
} */



 

  