.elementor-10944 .elementor-element.elementor-element-7ede607{--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;}@media(min-width:768px){.elementor-10944 .elementor-element.elementor-element-7ede607{--content-width:634px;}}/* Start custom CSS for shortcode, class: .elementor-element-7d59add *//* ===== Ziddi Bharat — Gopniyata Niti Form (Light + Dark Mode) ===== */

.wpcf7-form {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #111 !important;
}

/* Headings + Subheading */
.wpcf7-form .privacy-heading {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 10px;
}
.wpcf7-form .privacy-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, Textarea, Select */
.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 (Black - No Hover Color Change) */
.wpcf7-submit {
  background: #111 !important;
  color: #fff !important;
  border: none;
  padding: 12px 40px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: none !important;
}

.wpcf7-submit:hover {
  background: #111 !important;
  color: #fff !important;
}

/* ===== Dark Mode Styling ===== */
html.dark .wpcf7-form,
body[data-theme="dark"] .wpcf7-form {
  color: #f5f5f5 !important;
}

html.dark .wpcf7-form .privacy-heading,
body[data-theme="dark"] .wpcf7-form .privacy-heading {
  color: #fff !important;
}

html.dark .wpcf7-form .privacy-subheading,
body[data-theme="dark"] .wpcf7-form .privacy-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: #1a1a1a !important;
  border: 1px solid #444 !important;
  color: #fff !important;
}

html.dark .wpcf7-form ::placeholder,
body[data-theme="dark"] .wpcf7-form ::placeholder {
  color: #aaa !important;
}

html.dark .wpcf7-submit,
body[data-theme="dark"] .wpcf7-submit {
  background: #000 !important;
  color: #fff !important;
}
gn: center;

  color: #222;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* 🏷️ Heading & Subheading */
.privacy-heading {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
  transition: color 0.3s ease;
}

.privacy-subheading {
  font-size: 16px;
  margin-bottom: 25px;
  color: #444;
  line-height: 1.6;
  transition: color 0.3s ease;
}

/* 📋 Labels */
.privacy-form-wrapper label {
  display: block;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
  text-align: left;
  transition: color 0.3s ease;
}

/* 🧾 Input & Textarea Fields */
.privacy-form-wrapper input[type="text"],
.privacy-form-wrapper input[type="email"],
.privacy-form-wrapper input[type="tel"],
.privacy-form-wrapper textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  color: #111;
  transition: all 0.3s ease;
}

.privacy-form-wrapper input:focus,
.privacy-form-wrapper textarea:focus {
  border-color: #000;
  background-color: #fff;
  outline: none;
}

/* Placeholder */
.privacy-form-wrapper ::placeholder {
  color: #777;
  transition: color 0.3s ease;
}

/* 📩 Submit Button (Always Black) */
.privacy-form-wrapper input[type="submit"] {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 600;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  cursor: pointer;
  transition: none !important;
}

.privacy-form-wrapper input[type="submit"]:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* 🕶 DARK MODE FIXED COLORS */
@media (prefers-color-scheme: dark) {
  .privacy-form-wrapper {
    background-color: #121212 !important;
    color: #eaeaea !important;
    box-shadow: 0 4px 15px rgba(255,255,255,0.05);
  }

  .privacy-heading {
    color: #ffffff !important; /* heading अब साफ दिखेगी */
  }

  .privacy-subheading {
    color: #cccccc !important; /* subheading contrast में */
  }

  .privacy-form-wrapper label {
    color: #dddddd !important; /* label clearly visible */
  }

  .privacy-form-wrapper input[type="text"],
  .privacy-form-wrapper input[type="email"],
  .privacy-form-wrapper input[type="tel"],
  .privacy-form-wrapper textarea {
    background-color: #1f1f1f !important;
    border-color: #444 !important;
    color: #ffffff !important;
  }

  .privacy-form-wrapper ::placeholder {
    color: #aaaaaa !important; /* placeholder light gray */
  }

  .privacy-form-wrapper input:focus,
  .privacy-form-wrapper textarea:focus {
    border-color: #fff !important;
    background-color: #2a2a2a !important;
  }

  .privacy-form-wrapper input[type="submit"] {
    background-color: #000 !important;
    color: #fff !important;
  }
}/* End custom CSS */