.elementor-351 .elementor-element.elementor-element-2969275{--display:flex;--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-351 .elementor-element.elementor-element-2969275{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-f954af7 *//* ----------- FORM CARD ----------- */
.rph-single-cf7 {
  max-width: 900px;
  margin: 40px auto;
  padding: 32px;
  background: #ffffffcc;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 60px rgba(0, 80, 0, 0.12);
  border: 1px solid rgba(47,138,47,0.10);
}

/* ----------- ROWS ----------- */
.rph-row {
  display: flex;
  gap: 18px;
  margin-bottom: 20px;
}

.rph-col {
  flex: 1;
}

/* ----------- HEADINGS ----------- */
.rph-single-cf7 h3 {
  text-align: center !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  margin-bottom: 30px !important;
  background: linear-gradient(90deg, #1c7a24, #32b03b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5px;
}

/* ----------- INPUTS ----------- */
.wpcf7 input,
.wpcf7 select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d9e8d8;
  background: #fff;
  font-size: 15px;
  transition: .18s ease;
}

/* ----------- DATE INPUTS FIX (THIS WAS MISSING) ----------- */
.wpcf7 input[type="date"] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  width: 100% !important;
  min-width: 100% !important;
  display: block !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  border: 1px solid #d9e8d8 !important;
  background: #fff !important;
  font-size: 15px !important;
  box-sizing: border-box !important;
}

/* ----------- FOCUS ----------- */
.wpcf7 input:focus,
.wpcf7 select:focus {
  border-color: #2f8a2f;
  box-shadow: 0 0 0 3px rgba(47, 138, 47, 0.25);
  outline: none;
}

/* ----------- SUBMIT BUTTON FIX ----------- */
.rph-submit {
  width: 100% !important;
  padding: 12px !important;
  background: linear-gradient(90deg, #1c7a24, #32b03b) !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: 0.25s ease-in-out !important;
  box-shadow: 0 10px 25px rgba(47,138,47,0.22) !important;
  text-align: center !important;
}

.rph-submit:hover {
  background: linear-gradient(90deg, #32b03b, #1c7a24) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 32px rgba(47,138,47,0.28) !important;
}

.rph-submit:active {
  transform: translateY(0) !important;
}

/* ----------- CHECKBOX PERFECT ALIGNMENT ----------- */
.rph-agree {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 6px !important;
  margin-bottom: 10px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a5e22 !important;
}

.rph-agree input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  accent-color: #2f8a2f !important;
  cursor: pointer !important;
  margin: 0 !important;
  transform: translateY(1px);
}

/* ----------- MOBILE FIX ----------- */
@media(max-width:768px){
  .rph-row { flex-direction:column; }
}/* End custom CSS */