.elementor-1481 .elementor-element.elementor-element-b10602b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-17d1275 *//* ===== Ziddi Bharat — Contact Form (Light + Dark Mode Ready) ===== */

.wpcf7-form {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #111 !important;
}

/* Heading + Subheading */
.wpcf7-form .contact-heading {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 10px;
}
.wpcf7-form .contact-subheading {
  font-size: 16px;
  color: #555;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Labels */
.wpcf7-form .form-label {
  display: block;
  font-weight: 500;
  color: #111 !important;
  margin-bottom: 6px;
  font-size: 15px;
}

/* Inputs & Textareas */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  color: #111;
  transition: all 0.3s ease;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #111;
  background: #fff;
  outline: none;
}

/* Placeholder */
.wpcf7-form ::placeholder {
  color: #777;
  opacity: 1;
}

/* Submit Button */
.wpcf7-submit {
  background: #111 !important;
  color: #fff !important;
  border: none;
  padding: 12px 40px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s ease;
}
.wpcf7-submit:hover {
  background: #e60000 !important;
}

/* ===== Dark Mode Support (Foxiz Theme) ===== */
html.dark .wpcf7-form,
body[data-theme="dark"] .wpcf7-form {
  color: #f5f5f5 !important;
}
html.dark .wpcf7-form .contact-heading,
body[data-theme="dark"] .wpcf7-form .contact-heading {
  color: #fff !important;
}
html.dark .wpcf7-form .contact-subheading,
body[data-theme="dark"] .wpcf7-form .contact-subheading {
  color: #ccc !important;
}
html.dark .wpcf7-form .form-label,
body[data-theme="dark"] .wpcf7-form .form-label {
  color: #f5f5f5 !important;
}
html.dark .wpcf7-form input,
html.dark .wpcf7-form textarea,
html.dark .wpcf7-form select,
body[data-theme="dark"] .wpcf7-form input,
body[data-theme="dark"] .wpcf7-form textarea,
body[data-theme="dark"] .wpcf7-form select {
  background: #1e1e1e !important;
  color: #f5f5f5 !important;
  border-color: #444 !important;
}
html.dark .wpcf7-form ::placeholder,
body[data-theme="dark"] .wpcf7-form ::placeholder {
  color: #aaa !important;
}/* End custom CSS */