.elementor-5387 .elementor-element.elementor-element-174e3c7 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-5387 .elementor-element.elementor-element-174e3c7{padding:100px 0px 100px 0px;}@media(max-width:767px){.elementor-5387 .elementor-element.elementor-element-174e3c7{padding:60px 0px 60px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-c3a97d5 *//* Input and Textarea Styling */
#yith-ywraq-mail-form input[type="text"],
#yith-ywraq-mail-form input[type="email"],
#yith-ywraq-mail-form textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

#yith-ywraq-mail-form input[type="text"]:focus,
#yith-ywraq-mail-form input[type="email"]:focus,
#yith-ywraq-mail-form textarea:focus {
  border-color: #0073aa;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
}

/* Checkbox Row Styling */
#rqa_privacy_row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-top: 10px;
}

/* Checkbox */
#rqa_privacy_row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #0073aa;
  cursor: pointer;
}

/* Submit Button Styling */
#yith-ywraq-mail-form .raq-send-request {

  width: 100%;
  margin-top: 10px;
}/* End custom CSS */