/* Contact Form 7 Container */
.wpcf7 form {
  max-width: 600px;
  margin: 0 auto;
  padding: 25px;
  background: #ffffff; /* White background */
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: 'Lato', sans-serif; /* Apply Poppins font */
}

/* Labels */
.wpcf7 form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  font-family: 'Lato', sans-serif;
}

/* Input, Textarea, File Upload */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="file"],
.wpcf7 form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #FFFFFF;
  transition: border 0.3s ease;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}

/* Focus Effect */
.wpcf7 form input:focus,
.wpcf7 form textarea:focus,
.wpcf7 form input[type="file"]:focus {
  border-color: #0073e6;
  background: #fff;
  outline: none;
}

/* File Upload Button */
.wpcf7 form input[type="file"] {
  padding: 8px;
  background: #fff;
  cursor: pointer;
  border: 1px dashed #aaa;
  font-family: 'Lato', sans-serif;
}

.wpcf7 form input[type="file"]::-webkit-file-upload-button {
  background: #0B1D37;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Lato', sans-serif;
}

.wpcf7 form input[type="file"]::-webkit-file-upload-button:hover {
  background: #37A5DE;
}

/* Submit Button */
.wpcf7 form input[type="submit"] {
  background: #0B1D37;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  font-family: 'Lato', sans-serif;
}

.wpcf7 form input[type="submit"]:hover {
  background: #37A5DE;
}
.consent-section label {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
}

    .elementskit-menu-offcanvas-elements.active {
        left: 0;
        width: 250px;
        padding-top: 40px;
    }
