.elementor-8 .elementor-element.elementor-element-e558859{--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;border-style:solid;--border-style:solid;border-width:5px 5px 5px 5px;--border-top-width:5px;--border-right-width:5px;--border-bottom-width:5px;--border-left-width:5px;border-color:#C8AE7D;--border-color:#C8AE7D;--border-radius:20px 20px 20px 20px;}#elementor-popup-modal-8{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-8 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-8 .dialog-close-button{display:flex;}#elementor-popup-modal-8 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-b1291e1 */.calculator {
      background: #fff;
      padding: 24px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      width: 100%;
    }
   h5, h6 {
font-family: "Inter", Sans-serif;
  font-size: 28px;
  text-align: center;
  color: #333;
    }
    label {
      display: block;
      margin: 8px 0;
    }
    input {
      width: 100%;
      padding: 8px;
      border-radius: 6px;
      border: 1px solid #d1d5db;
      margin-top: 4px;
    }
    button {
      width: 100%;
      padding: 10px;
      background-color: #005C53;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      margin-top: 10px;
    }
    button:hover {
      background-color: #000000;
    }
    .result {
      margin-top: 15px;
      font-weight: bold;
      text-align: center;
      font-size: 16px;
      color: #374151;
    }/* End custom CSS */