.elementor-777 .elementor-element.elementor-element-b7b6453{--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-777 .elementor-element.elementor-element-b7b6453{--content-width:500px;}}/* Start custom CSS for html, class: .elementor-element-5512f6c */input, select {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  border: 2px solid #dcdde1;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5;  /* ✅ Ensures full text height */
  background: #f9fbff;
  transition: all 0.3s ease;
  box-sizing: border-box;
  height: 48px; /* ✅ Fixed consistent height */
}

select {
  appearance: none;   /* ✅ removes browser default arrow styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px; /* ✅ spacing for custom arrow */
}/* End custom CSS */