.elementor-10242 .elementor-element.elementor-element-40447dc{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:50px 0px 0px 0px;}@media(max-width:767px){.elementor-10242 .elementor-element.elementor-element-40447dc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:20px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-40447dc */.wpcf7-form {
  max-width: 700px;
  margin: 60px auto 40px auto;
  padding: 40px;
  background: #ffffff !important;   /* transparent nahi — apna white card khud banayega */
  border: none;
  border-radius: 16px;
  color: #1a1a1a !important;
  font-family: inherit;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  margin-top: 8px;
  padding: 12px 16px;
  background: #eef1f4 !important;
  border: 1px solid #eef1f4 !important;
  border-radius: 8px;
  color: #1a1a1a !important;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  outline: none;
  border-color: #3ec9e8 !important;
  box-shadow: 0 0 0 3px rgba(62, 201, 232, 0.2);
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #8a8f96 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #8a8f96 !important;
}

.wpcf7-form input[type="file"] {
  margin-top: 8px;
  padding: 10px;
  background: #eef1f4 !important;
  border: 1px dashed #3ec9e8 !important;
  border-radius: 8px;
  color: #4a4f55 !important;
  width: 100%;
  box-sizing: border-box;
}

.wpcf7-form input[type="file"]::file-.elementor-10242 .elementor-element.elementor-element-40447dc-button {
  background: #3ec9e8;
  color: #000;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 12px;
  transition: background 0.2s ease;
}

.wpcf7-form input[type="file"]::file-.elementor-10242 .elementor-element.elementor-element-40447dc-button:hover {
  background: #2fb3d1;
}

.wpcf7-form input[type="submit"] {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 32px;
  background: #3ec9e8;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #2fb3d1;
  transform: translateY(-1px);
}/* End custom CSS */