.elementor-54795 .elementor-element.elementor-element-7d0fae4{--display:flex;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-54795 .elementor-element.elementor-element-a6bd122{text-align:center;}.elementor-54795 .elementor-element.elementor-element-a6bd122 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:29px;font-weight:500;}#elementor-popup-modal-54795 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-54795{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-54795 .dialog-message{width:350px;height:auto;}#elementor-popup-modal-54795 .dialog-close-button{display:flex;background-color:#FFFFFF;}#elementor-popup-modal-54795 .dialog-close-button i{color:#000000;}#elementor-popup-modal-54795 .dialog-close-button svg{fill:#000000;}/* Start custom CSS for shortcode, class: .elementor-element-1626934 */.iti { width:100%; }
.form-mini {
  background:#fff!important;
  padding:35px;
  border-radius:30px;
}
.form-mini input, 
.form-mini textarea {
  width:100%;
  padding:10px;
  margin-bottom:15px;
  border:1px solid #ccc;
  border-radius:5px;
}
.form-mini button {
    margin-top: 10px;
  background:#000;
  color:#fff;
  padding:12px 20px;
  border:none;
  border-radius:0px;
  font-weight:bold;
  cursor:pointer;
}
#phoneErrorr {
  color:red;
  font-size:12px;
}
/* Style for all inputs + select */
.form-mini input,
.form-mini select {
  width: 100%;
  padding: 12px 15px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease;
}

/* Focus effect */
.form-mini input:focus,
.form-mini select:focus {
  border-color: #735e28;
  box-shadow: 0 0 5px rgba(115, 94, 40, 0.4);
}

/* Dropdown arrow style */
.form-mini select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23735e28' height='20' viewBox='0 0 24 24' width='20' 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: 18px;
  padding-right: 40px; /* space for arrow */
  cursor: pointer;
}/* End custom CSS */