.elementor-53 .elementor-element.elementor-element-73e960d7{--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;}.elementor-53 .elementor-element.elementor-element-25005d50{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-53{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-53 .dialog-message{width:1200px;height:auto;}#elementor-popup-modal-53 .dialog-close-button{display:flex;}#elementor-popup-modal-53 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-53 .elementor-element.elementor-element-73e960d7{--width:100%;}}@media(max-width:1024px){#elementor-popup-modal-53 .dialog-message{width:700px;}}@media(max-width:767px){#elementor-popup-modal-53 .dialog-message{width:350px;}#elementor-popup-modal-53{justify-content:center;align-items:center;}}/* Start custom CSS for html, class: .elementor-element-2319c938 */body {
  font-family: "Prompt", sans-serif;
  background: #082f55;
  margin: 0;
  color: #fff;
}

.table-container {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #000;
  border-radius: 8px;
  overflow: hidden;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

.pricing-table th {
  background: #009fe3;
  color: #fff;
  font-weight: bold;
}

.highlight td {
  background: #0068c9;
  color: #fff;
  font-weight: bold;
}

.section td {
  background: #f4f6f9;
  font-weight: bold;
  text-align: left;
}

.pricing-table td:first-child {
  text-align: left;
}

@media (max-width: 768px) {
  .pricing-table th,
  .pricing-table td {
    padding: 8px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .pricing-table th,
  .pricing-table td {
    font-size: 12px;
    padding: 6px;
  }
  .highlight td {
    font-size: 13px;
  }
}/* End custom CSS */