.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#004BFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */@media print {
  /* 1. Hide unnecessary elements */
  header, footer, nav, aside, form, iframe, .no-print {
    display: none !important;
  }

  /* 2. Reset margins and padding for the body and main content */
  body {
    margin: 0;
    padding: 0;
    /* Use print-friendly fonts */
    font-family: serif; 
    font-size: 12pt;
    line-height: 1.5;
  }

  /* 3. Ensure all other elements are visible if needed */
  /* This is a general approach to counter potential hidden styles from screen CSS */
  *, *::before, *::after {
    background: transparent !important;
    color: black !important; /* Force black text for ink saving */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* 4. Improve readability for links by showing the URL */
  a:any-link {
    color: #000;
    text-decoration: none;
  }
  a:any-link::after {
    content: " (" attr(href) ")";
  }

  /* 5. Adjust layout and page specifics using the @page rule */
  @page {
    margin: 1cm; /* Set uniform page margins */
    size: auto; /* Use the default page size (e.g., A4, Letter) */
  }

  /* 6. Control page breaks */
  article, .page-break {
    page-break-after: always; /* Force a page break after a specific element */
  }
  img {
    break-inside: avoid; /* Prevent images from spanning a page break */
    page-break-inside: avoid; /* Fallback for older browsers */
    max-width: 100%;
    display: block;
  }
  h1, h2, h3, h4, h5, h6 {
      page-break-after: avoid; /* Avoid page breaks after headings */
      page-break-before: auto;
  }
}/* End custom CSS */