.elementor-kit-6{--e-global-color-primary:#A9D6F5;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#4BA3E2;--e-global-color-8a86b42:#F5B700;--e-global-color-f3354ab:#E8BBD2;--e-global-color-845d3bf:#C8F2E1;--e-global-color-5c29c45:#F9FAFB;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:#F4F4F4;font-size:16px;line-height:1.4em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:64px;}.elementor-kit-6 h1{font-size:48px;}.elementor-kit-6 h2{font-size:36px;}.elementor-kit-6 h3{font-size:28px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:16px;line-height:1.4px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* MAIN BOX */
.header-totals-box {
  background: linear-gradient(135deg, #2d9cf3, #0077cc);
  padding: 14px 20px;
  border-radius: 12px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: left;

  /* New white textured border */
  border: 3px solid rgba(255,255,255,0.85);
  box-shadow:
      0 0 4px rgba(255,255,255,0.5) inset,
      0 3px 10px rgba(0,0,0,0.18);

  /* slight texture using gradient overlay */
  background-image:
      linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0)),
      linear-gradient(135deg, #2d9cf3, #0077cc);
}

/* EACH LINE */
.header-total-line {
  font-size: 20px;        /* description size */
  margin-bottom: 6px;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* REMOVE LAST GAP */
.header-total-line:last-child {
  margin-bottom: 0;
}

/* LABEL TEXT */
.header-total-line strong {
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

/* NUMBER TEXT (slightly larger) */
.header-total-value {
  font-size: 23px;        /* 4pt larger look */
  font-weight: 700;
  color: #ffffff;
}
.total-number {
  font-size: 23px; /* 3pts larger */
  font-weight: 700;
}/* End custom CSS */