.elementor-kit-9{--e-global-color-primary:#7B1A2E;--e-global-color-secondary:#6B1020;--e-global-color-text:#374151;--e-global-color-accent:#7B1A2E;}.elementor-kit-9 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);}.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 *//* =========================================================
   NLS ELEMENTOR POLISH — BATCH 5
   ========================================================= */

/* ----- Service Cards Hover ----- */
.nls-service-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.nls-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(123,26,46,0.12);
  border-color: #7B1A2E !important;
}
.nls-service-card:hover .elementor-icon-box-icon .elementor-icon {
  color: #5A1220 !important;
}

/* ----- CTA Buttons Hover ----- */
.elementor-button {
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
}
.elementor-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* ----- Nav Items Hover Underline ----- */
.elementor-nav-menu .elementor-item {
  position: relative;
  transition: color 0.2s ease !important;
}
.elementor-nav-menu .elementor-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #7B1A2E;
  transition: width 0.25s ease, left 0.25s ease;
}
.elementor-nav-menu .elementor-item:hover::after,
.elementor-nav-menu .elementor-item.elementor-item-active::after {
  width: 100%;
  left: 0;
}

/* ----- Accessibility: Focus States ----- */
a:focus-visible,
button:focus-visible,
.elementor-button:focus-visible,
.elementor-nav-menu a:focus-visible {
  outline: 3px solid #7B1A2E;
  outline-offset: 3px;
  border-radius: 3px;
}

/* ----- Hero Section Responsive Padding ----- */
@media (max-width: 1024px) {
  .elementor-section.elementor-section-full_width:first-child,
  .e-container.hero-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .elementor-section.elementor-section-full_width:first-child {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* Stack counter widgets on mobile */
  .elementor-widget-counter {
    margin-bottom: 30px;
  }
}

/* ----- Counter Section Numbers ----- */
.elementor-counter-number-wrapper {
  color: #7B1A2E;
}

/* ----- Smooth page scroll ----- */
html {
  scroll-behavior: smooth;
}

/* ----- Link color consistency ----- */
a {
  color: #7B1A2E;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #5A1220;
}/* End custom CSS */