/* === Contact Form 7 Stylish Layout === */

.wpcf7-form {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
}

/* Labels */
.wpcf7-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;

}

/* Text Inputs */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="file"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 10px;
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

/* Input Focus */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
  outline: none;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
  background: #FF4C57;
  color: white;
  border: none;
  padding: 12px 60px;
  font-size: 16px;
  border-radius: 80px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #005d87;
}

/* === Custom File Upload Box === */
.custom-upload-box {
  position: relative;
  border: 2px dashed #0073aa;
  padding: 30px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  transition: 0.3s;
}

.custom-upload-box:hover {
  background-color: #eef7fc;
  border-color: #005d87;
}

/* Upload Icon */
.custom-upload-box .upload-icon {
  font-size: 40px;
  display: block;
  color: #FF4C57;
  margin-bottom: 10px;
}

/* Upload Text */
.custom-upload-box .upload-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.custom-upload-box .upload-text small {
  font-size: 13px;
  color: #888;
}

/* Hide native file input */
.file-upload {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 600px) {
  .wpcf7-form {
    padding: 20px;
  }
}
button.onetap-languages {
    opacity: 0 !important;
}