.elementor-kit-5{--e-global-color-primary:#D8A441;--e-global-color-secondary:#101820;--e-global-color-text:#F5F1E8;--e-global-color-accent:#C89B3C;--e-global-color-de37acc:#070B10;--e-global-color-10e7826:#111821;--e-global-color-1ca3e5f:#B8B8B8;--e-global-color-e27c29c:#2A2F36;--e-global-color-1f99cda:#070B10;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.15em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:26px;--e-global-typography-text-font-weight:700;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.25em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.65em;--e-global-typography-edf5211-font-family:"Inter";--e-global-typography-edf5211-font-size:13px;--e-global-typography-edf5211-font-weight:700;--e-global-typography-edf5211-text-transform:uppercase;--e-global-typography-edf5211-text-decoration:none;--e-global-typography-edf5211-line-height:1.2em;--e-global-typography-9b43984-font-family:"Inter";--e-global-typography-9b43984-font-size:16px;--e-global-typography-9b43984-text-decoration:none;--e-global-typography-dc48b41-font-family:"Inter";--e-global-typography-dc48b41-font-size:14px;--e-global-typography-dc48b41-font-weight:500;--e-global-typography-dc48b41-text-decoration:none;--e-global-typography-dc48b41-line-height:1.5em;}.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-kit-5{--e-global-typography-primary-font-size:46px;--e-global-typography-primary-line-height:1.08em;--e-global-typography-secondary-font-size:34px;--e-global-typography-secondary-line-height:1.18em;--e-global-typography-text-font-size:23px;--e-global-typography-text-line-height:1.25em;--e-global-typography-accent-font-size:17px;--e-global-typography-accent-line-height:1.6em;--e-global-typography-edf5211-font-size:12px;--e-global-typography-edf5211-line-height:1.2em;--e-global-typography-9b43984-font-size:15px;--e-global-typography-9b43984-line-height:1em;--e-global-typography-dc48b41-font-size:13px;--e-global-typography-dc48b41-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:36px;--e-global-typography-primary-line-height:1.12em;--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-line-height:1.22em;--e-global-typography-text-font-size:21px;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:1.55em;--e-global-typography-edf5211-font-size:11px;--e-global-typography-edf5211-line-height:1.2em;--e-global-typography-9b43984-font-size:15px;--e-global-typography-9b43984-line-height:1em;--e-global-typography-dc48b41-font-size:12px;--e-global-typography-dc48b41-line-height:1.45em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Paver Sealing Academy - Clean Hover Effects No Glow */

.psa-hover-card {
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.psa-hover-card:hover {
  transform: translateY(-4px);
  border-color: #D8A441 !important;
  background-color: #141C26 !important;
}

/* Button hover - no glow */
.psa-hover-button .elementor-button {
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.psa-hover-button .elementor-button:hover {
  transform: translateY(-2px);
}

/* Outline / transparent button hover - no glow */
.psa-outline-button .elementor-button:hover {
  border-color: #D8A441 !important;
  color: #D8A441 !important;
  background: rgba(216, 164, 65, 0.08) !important;
}

@media (prefers-reduced-motion: reduce) {
  .psa-hover-card,
  .psa-hover-button .elementor-button {
    transition: none;
  }

  .psa-hover-card:hover,
  .psa-hover-button .elementor-button:hover {
    transform: none;
  }
}/* End custom CSS */