.elementor-30 .elementor-element.elementor-element-34aaafc{--display:flex;}.elementor-30 .elementor-element.elementor-element-d8f1749{--display:flex;}.elementor-30 .elementor-element.elementor-element-fb4f928 .qodef-qi-wp-forms{text-align:left;}.elementor-30 .elementor-element.elementor-element-fb4f928 .qodef-qi-wp-forms label.wpforms-error{text-align:left;}.elementor-30 .elementor-element.elementor-element-ba0ae66{--display:flex;}.elementor-30 .elementor-element.elementor-element-e9277ce{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-30f68da{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-cae1898 .qodef-qi-wp-forms{text-align:left;}.elementor-30 .elementor-element.elementor-element-cae1898 .qodef-qi-wp-forms label.wpforms-error{text-align:left;}.elementor-30 .elementor-element.elementor-element-dfc9231{--display:flex;}/* Start custom CSS for container, class: .elementor-element-d8f1749 *//* 🌿 Overall Form Container */
.donation-form {
  background-color: #f8f4e3; /* Light cream tone */
  border: 2px solid #f2782b; /* Saffron accent */
  border-radius: 16px;
  padding: 25px 30px;
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  font-family: 'Noto Sans Devanagari', serif;
  color: #2c1810;
  line-height: 1.8;
  position: relative;
}




/* 🧘 Input Fields — name, address, mobile, type, value, receipt */
.donation-name input,
.donation-address input,
.donation-mobile input,
.donation-type select,
.donation-value input,
.donation-receipt input {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1.5px solid #d4af37 !important; /* gold outline */
  border-radius: 10px !important;
  background-color: #fffaf1 !important;
  font-size: 16px !important;
  color: #3b1f0e !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box;
}

/* 🌼 Focus Glow */
.donation-name input:focus,
.donation-address input:focus,
.donation-mobile input:focus,
.donation-type select:focus,
.donation-value input:focus,
.donation-receipt input:focus {
  border-color: #f2782b !important;
  box-shadow: 0 0 6px rgba(242, 120, 43, 0.4) !important;
  outline: none !important;
}

/* ✨ Submit Button */
.donation-submit {
  display: inline-block;
  background-color: #f2782b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  padding: 12px 26px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 10px !important;
  width: 100% !important;
  text-align: center;
  letter-spacing: 0.5px;
}

.donation-submit:hover {
  background-color: #d96519 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.donation-submit:active {
  transform: translateY(0);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.25);
}

/* 🪷 Spacing Between Fields */
.donation-name,
.donation-address,
.donation-mobile,
.donation-type,
.donation-value,
.donation-receipt {
  margin-bottom: 18px !important;
}

/* 🪔 Align Labels (if any custom labels exist) */
.donation-form label {
  font-weight: 600;
  font-size: 16px;
  color: #3b1f0e;
  margin-bottom: 6px;
  display: block;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ba0ae66 *//* 🌿 Overall Form Container */
.donation-form {
  background-color: #f8f4e3; /* Light cream tone */
  border: 2px solid #f2782b; /* Saffron accent */
  border-radius: 16px;
  padding: 25px 30px;
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  font-family: 'Noto Sans Devanagari', serif;
  color: #2c1810;
  line-height: 1.8;
  position: relative;
}




/* 🧘 Input Fields — name, address, mobile, type, value, receipt */
.donation-name input,
.donation-address input,
.donation-mobile input,
.donation-type select,
.donation-value input,
.donation-receipt input {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1.5px solid #d4af37 !important; /* gold outline */
  border-radius: 10px !important;
  background-color: #fffaf1 !important;
  font-size: 16px !important;
  color: #3b1f0e !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box;
}

/* 🌼 Focus Glow */
.donation-name input:focus,
.donation-address input:focus,
.donation-mobile input:focus,
.donation-type select:focus,
.donation-value input:focus,
.donation-receipt input:focus {
  border-color: #f2782b !important;
  box-shadow: 0 0 6px rgba(242, 120, 43, 0.4) !important;
  outline: none !important;
}

/* ✨ Submit Button */
.donation-submit {
  display: inline-block;
  background-color: #f2782b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  padding: 12px 26px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 10px !important;
  width: 100% !important;
  text-align: center;
  letter-spacing: 0.5px;
}

.donation-submit:hover {
  background-color: #d96519 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.donation-submit:active {
  transform: translateY(0);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.25);
}

/* 🪷 Spacing Between Fields */
.donation-name,
.donation-address,
.donation-mobile,
.donation-type,
.donation-value,
.donation-receipt {
  margin-bottom: 18px !important;
}

/* 🪔 Align Labels (if any custom labels exist) */
.donation-form label {
  font-weight: 600;
  font-size: 16px;
  color: #3b1f0e;
  margin-bottom: 6px;
  display: block;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-30f68da *//* 🌿 Overall Form Container */
.donation-form {
  background-color: #f8f4e3; /* Light cream tone */
  border: 2px solid #f2782b; /* Saffron accent */
  border-radius: 16px;
  padding: 25px 30px;
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  font-family: 'Noto Sans Devanagari', serif;
  color: #2c1810;
  line-height: 1.8;
  position: relative;
}




/* 🧘 Input Fields — name, address, mobile, type, value, receipt */
.donation-name input,
.donation-address input,
.donation-mobile input,
.donation-type select,
.donation-value input,
.donation-receipt input {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1.5px solid #d4af37 !important; /* gold outline */
  border-radius: 10px !important;
  background-color: #fffaf1 !important;
  font-size: 16px !important;
  color: #3b1f0e !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box;
}

/* 🌼 Focus Glow */
.donation-name input:focus,
.donation-address input:focus,
.donation-mobile input:focus,
.donation-type select:focus,
.donation-value input:focus,
.donation-receipt input:focus {
  border-color: #f2782b !important;
  box-shadow: 0 0 6px rgba(242, 120, 43, 0.4) !important;
  outline: none !important;
}

/* ✨ Submit Button */
.donation-submit {
  display: inline-block;
  background-color: #f2782b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  padding: 12px 26px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 10px !important;
  width: 100% !important;
  text-align: center;
  letter-spacing: 0.5px;
}

.donation-submit:hover {
  background-color: #d96519 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.donation-submit:active {
  transform: translateY(0);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.25);
}

/* 🪷 Spacing Between Fields */
.donation-name,
.donation-address,
.donation-mobile,
.donation-type,
.donation-value,
.donation-receipt {
  margin-bottom: 18px !important;
}

/* 🪔 Align Labels (if any custom labels exist) */
.donation-form label {
  font-weight: 600;
  font-size: 16px;
  color: #3b1f0e;
  margin-bottom: 6px;
  display: block;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e9277ce *//* 🌿 Overall Form Container */
.donation-form {
  background-color: #f8f4e3; /* Light cream tone */
  border: 2px solid #f2782b; /* Saffron accent */
  border-radius: 16px;
  padding: 25px 30px;
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  font-family: 'Noto Sans Devanagari', serif;
  color: #2c1810;
  line-height: 1.8;
  position: relative;
}




/* 🧘 Input Fields — name, address, mobile, type, value, receipt */
.donation-name input,
.donation-address input,
.donation-mobile input,
.donation-type select,
.donation-value input,
.donation-receipt input {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1.5px solid #d4af37 !important; /* gold outline */
  border-radius: 10px !important;
  background-color: #fffaf1 !important;
  font-size: 16px !important;
  color: #3b1f0e !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box;
}

/* 🌼 Focus Glow */
.donation-name input:focus,
.donation-address input:focus,
.donation-mobile input:focus,
.donation-type select:focus,
.donation-value input:focus,
.donation-receipt input:focus {
  border-color: #f2782b !important;
  box-shadow: 0 0 6px rgba(242, 120, 43, 0.4) !important;
  outline: none !important;
}

/* ✨ Submit Button */
.donation-submit {
  display: inline-block;
  background-color: #f2782b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  padding: 12px 26px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 10px !important;
  width: 100% !important;
  text-align: center;
  letter-spacing: 0.5px;
}

.donation-submit:hover {
  background-color: #d96519 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.donation-submit:active {
  transform: translateY(0);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.25);
}

/* 🪷 Spacing Between Fields */
.donation-name,
.donation-address,
.donation-mobile,
.donation-type,
.donation-value,
.donation-receipt {
  margin-bottom: 18px !important;
}

/* 🪔 Align Labels (if any custom labels exist) */
.donation-form label {
  font-weight: 600;
  font-size: 16px;
  color: #3b1f0e;
  margin-bottom: 6px;
  display: block;
}/* End custom CSS */