/*
 Theme Name: Proprete29 Child
 Template: proprete29
 Author: Agence Drop
 Author URI: https://agence-drop.com
 Description: Child theme pour le thème parent proprete29.
 Version: 1.0.1
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: proprete29-child
*/
.contact-proprete29 {
  background: #fff;
  padding: 40px 50px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border-top: 5px solid #3981BF;
}

.contact-proprete29:hover {
  box-shadow: 0 12px 30px rgba(57,129,191,0.15);
}

.contact-proprete29 .form-input {
  margin-bottom: 20px;
  position: relative;
}

.contact-proprete29 input[type="text"],
.contact-proprete29 input[type="email"],
.contact-proprete29 input[type="tel"],
.contact-proprete29 input[type="number"],
.contact-proprete29 select,
.contact-proprete29 textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #72AEDE;
  border-radius: 10px;
  font-size: 15px;
  transition: 0.3s;
  background: #f9fafc;
  color: #0D0D0D;
}

.contact-proprete29 input:focus,
.contact-proprete29 select:focus,
.contact-proprete29 textarea:focus {
  border-color: #3981BF;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(57,129,191,0.1);
}

.contact-proprete29 textarea {
  height: 150px;
  resize: none;
}

.contact-proprete29 .thm-btn {
  display: inline-flex;
  align-items: center;
  background: #3981BF;
  color: #fff;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  transition: 0.3s ease;
  cursor: pointer;
}

.contact-proprete29 .thm-btn:hover {
  background: #F2B90C;
  color: #0D0D0D;
  transform: translateY(-2px);
}

.contact-proprete29 .thm-btn i {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .contact-proprete29 {
    padding: 25px 20px;
  }
  .contact-proprete29 .thm-btn {
    width: 100%;
    justify-content: center;
  }
}
