.elementor-760 .elementor-element.elementor-element-f02e802{--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;--padding-top:40px;--padding-bottom:60px;--padding-left:40px;--padding-right:40px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}#elementor-popup-modal-760{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-760 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-760 .dialog-close-button{display:flex;}#elementor-popup-modal-760 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-a36c845 */.modal {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        background: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        width: 400px;
        max-width: 90%;
      }
      .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
      }
      .cal-error {
        border: 1px solid red !important;
      }
      .calc-wrap {
        text-align: center;
      }
      .calHeader h2 {
        margin: 0;
        font-size: 24px;
      }
      .calHeader h4 {
        margin: 10px 0;
        font-size: 18px;
      }
      .calHeader p {
        margin: 5px 0;
        font-size: 14px;
        color: #666;
      }
      select, input {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
      }
      #calculate {
        display: block;
        width: 100%;
        padding: 10px;
        background: #3FB5E1;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
      }
      #calculate:hover {
        background: #2a9ec7;
      }
      #calPrice {
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
      }
      .errsms {
        color: red;
        display: none;
        margin-bottom: 10px;
      }/* End custom CSS */