.elementor-693 .elementor-element.elementor-element-eb4d830 > .elementor-background-overlay{background-color:#004949;opacity:0.99;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-693 .elementor-element.elementor-element-1edd458{text-align:center;}.elementor-693 .elementor-element.elementor-element-1edd458 .elementor-heading-title{font-family:"avenir-lt-w01-35 Light", Sans-serif;font-size:69px;font-weight:600;text-transform:uppercase;line-height:69px;color:#FFFFFF;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-693 .elementor-element.elementor-element-1edd458 .elementor-heading-title{font-size:50px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-693 .elementor-element.elementor-element-1edd458 .elementor-heading-title{font-size:34px;}}/* Start custom CSS for html, class: .elementor-element-cef6df2 *//* Container for the status card */
.status-card {
  background: rgba(255, 255, 255, 0.08); /* translucent background */
  padding: 30px 25px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  color: #fff;
  max-width: 600px;
  margin: 20px auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}

/* Hover Elevation Effect */
.status-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3);
}

/* Table styling inside the status card */
.status-card table {
  width: 100%;
  border-collapse: collapse;
}

.status-card th,
.status-card td {
  padding: 12px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #fff;
}

.status-card th {
  width: 40%;
  font-weight: 700;
  color: #6c63ff; /* accent color */
  text-align: left;
  position: relative;
}

.status-card tr:last-child td {
  border-bottom: none;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .status-card {
    padding: 20px 15px;
  }
  .status-card th,
  .status-card td {
    font-size: 14px;
    padding: 10px 8px;
  }
}/* End custom CSS */