.elementor-kit-5{--e-global-color-primary:#2563EB;--e-global-color-secondary:#1D4ED8;--e-global-color-text:#111827;--e-global-color-accent:#1D4ED8;--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-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 */.category-tile {
  transition: transform .2s, box-shadow .2s;
}
.category-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
}
.calc-card {
  transition: transform .2s, box-shadow .2s;
}
.calc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
}
.how-step {
  transition: transform .2s, box-shadow .2s;
  text-align: center;
}
.how-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
}
.elementor-accordion .elementor-accordion-item {
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .2s;
}
.elementor-accordion .elementor-accordion-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.footer-links a {
  color: #e5e7eb;
  transition: color .2s;
}
.footer-links a:hover {
  color: #60a5fa; /* light blue hover */
}
/* Force archive two-column container to align items to top */
.elementor-archive .elementor-container,
.elementor-archive .elementor-row,
.elementor-archive .elementor-section .elementor-container {
  align-items: flex-start !important;
}

/* If your specific Archive template uses a unique class, use that instead:
Replace .my-archive-container with your container class */
.my-archive-container { display:flex; align-items:flex-start !important; }

/* Ensure sidebar column itself starts at top */
.elementor-archive .elementor-column:nth-child(1) { align-self: flex-start !important; }

/* Small padding fix to avoid centered content */
.elementor-archive .elementor-column .elementor-widget-wrap { padding-top: 0 !important; }
    /* white text for primary colored buttons */
  background-color: var(--moc-blue) !important;
  border-color: var(--moc-blue) !important;
}/* End custom CSS */