.elementor-kit-7{--e-global-color-primary:#00D4D4;--e-global-color-secondary:#003F4F;--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-7 e-page-transition{background-color:#FFBC7D;}.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);}@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 (max-width: 1024px) {
  .elementor-nav-menu--dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    max-width: 90vw;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    z-index: 998;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .elementor-nav-menu--dropdown-active::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 997;
  }
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Default (desktop) */
#court-reporting, #about-us, #why-clearpoint,#availability {
  scroll-margin-top: 100px;
}

/* Tablet (Elementor breakpoint: 768px to 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
  #court-reporting, #about-us, #why-clearpoint,#availability {
    scroll-margin-top: 225px; /* Adjust this as needed */
  }
}

/* Mobile (Optional: < 768px) */
@media (max-width: 767px) {
  #court-reporting, #about-us, #why-clearpoint,#availability {
    scroll-margin-top: 50px;
  }
}/* End custom CSS */