.elementor-221 .elementor-element.elementor-element-92c07a2{--display:flex;}.elementor-221 .elementor-element.elementor-element-787d76f{width:100%;max-width:100%;margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;}.elementor-221 .elementor-element.elementor-element-787d76f.elementor-element{--align-self:stretch;--order:99999 /* order end hack */;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-221 .elementor-element.elementor-element-92c07a2{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-787d76f *//* ZachPro Services Module (Elementor snippet) */
#zpServices.zp-services {
  --zp-bg: #0a0a0a;
  --zp-panel: #121212;
  --zp-panel-2: #161616;
  --zp-line: #313131;
  --zp-line-soft: #3e3e3e;
  --zp-text: #ffffff;
  --zp-muted: #d4d4d4;
  --zp-chip: #1d1d1d;

  width: min(1580px, calc(100vw - 52px));
  margin: 16px auto 26px;
  color: var(--zp-text);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

#zpServices,
#zpServices * {
  box-sizing: border-box;
}

#zpServices .zp-services__topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: rgba(10, 10, 10, 0.9);
  border: 1px solid var(--zp-line);
  border-radius: 15px;
  padding: 0.98rem 1.22rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

#zpServices .zp-services__brand {
  font: 850 1.38rem/1 "Manrope", "Segoe UI", sans-serif;
  letter-spacing: 0.03em;
  color: #ffffff;
}

#zpServices .zp-services__menu {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

#zpServices .zp-services__menu a {
  text-decoration: none;
  color: #f0f0f0;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.62rem 0.96rem;
  font: 650 1.13rem/1 "Manrope", "Segoe UI", sans-serif;
}

#zpServices .zp-services__menu a:hover {
  border-color: var(--zp-line-soft);
  background: #171717;
}

#zpServices .zp-section {
  margin-top: 1.16rem;
  border: 1px solid var(--zp-line);
  background: var(--zp-panel);
  border-radius: 20px;
  padding: clamp(1.5rem, 2.75vw, 2.45rem);
}

#zpServices .zp-section--hero,
#zpServices .zp-section--cta {
  background: linear-gradient(180deg, #161616 0%, #101010 100%);
}

#zpServices .zp-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

#zpServices h1,
#zpServices h1 *,
#zpServices h2,
#zpServices h2 *,
#zpServices h3,
#zpServices h3 *,
#zpServices strong,
#zpServices .zp-services__brand,
#zpServices .zp-section a,
#zpServices .zp-section a:visited {
  color: #ffffff !important;
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
}

#zpServices h1 {
  margin: 0;
  font: 850 clamp(2.75rem, 5.9vw, 5.5rem)/1.03 "Manrope", "Segoe UI", sans-serif;
}

#zpServices .zp-subtitle {
  margin: 1.12rem 0 0;
  color: var(--zp-muted);
  font-size: clamp(1.26rem, 1.9vw, 1.58rem);
  max-width: 76ch;
  line-height: 1.67;
}

#zpServices .zp-hero-actions {
  margin-top: 1.32rem;
  display: flex;
  gap: 0.82rem;
  flex-wrap: wrap;
}

#zpServices .zp-btn {
  text-decoration: none;
  border-radius: 13px;
  padding: 1.13rem 1.42rem;
  border: 1px solid var(--zp-line-soft);
  font: 760 1.14rem/1 "Manrope", "Segoe UI", sans-serif;
}

#zpServices .zp-btn--primary {
  background: #ffffff;
  color: #111111 !important;
  border-color: #ffffff;
  -webkit-text-fill-color: #111111 !important;
}

#zpServices .zp-btn--secondary {
  background: #161616;
  color: #f1f1f1 !important;
}

#zpServices .zp-hero-slider {
  position: relative;
  min-height: 485px;
  border: 1px solid var(--zp-line-soft);
  border-radius: 15px;
  overflow: hidden;
}

#zpServices .zp-hero-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(106%) brightness(68%);
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.58s ease, transform 0.85s ease;
}

#zpServices .zp-hero-slider img.is-active {
  opacity: 1;
  transform: scale(1);
}

#zpServices .zp-slider-counter {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 1px solid #5a5a5a;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 999px;
  padding: 0.34rem 0.64rem;
  font: 700 0.94rem/1 "Manrope", "Segoe UI", sans-serif;
}

#zpServices .zp-title-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.12rem;
}

#zpServices h2 {
  margin: 0;
  font: 800 clamp(2rem, 3.15vw, 2.75rem)/1.2 "Manrope", "Segoe UI", sans-serif;
}

#zpServices .zp-lead {
  margin: 0;
  color: var(--zp-muted);
  font-size: 1.28rem;
}

#zpServices .zp-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.16rem;
}

#zpServices .zp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.16rem;
}

#zpServices .zp-card,
#zpServices .zp-example {
  border: 1px solid var(--zp-line);
  background: var(--zp-panel-2);
  border-radius: 15px;
  padding: 1.4rem;
}

#zpServices .zp-card-media {
  width: 100%;
  height: 242px;
  border: 1px solid #454545;
  border-radius: 11px;
  background: #1a1a1a;
  overflow: hidden;
  margin-bottom: 0.9rem;
}

#zpServices .zp-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(104%) brightness(76%);
}

#zpServices .zp-card h3 {
  margin: 0;
  font: 760 1.72rem/1.2 "Manrope", "Segoe UI", sans-serif;
  text-align: center;
}

#zpServices .zp-card p,
#zpServices .zp-example p {
  margin: 0.72rem 0 0;
  color: var(--zp-muted);
  font-size: 1.22rem;
  text-align: center;
}

#zpServices .zp-chip-list {
  margin-top: 0.92rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.58rem;
}

#zpServices .zp-chip {
  border: 1px solid #3c3c3c;
  background: var(--zp-chip);
  color: #efefef;
  border-radius: 999px;
  padding: 0.64rem 0.9rem;
  font: 620 1.1rem/1.2 "Manrope", "Segoe UI", sans-serif;
}

#zpServices .zp-example strong {
  display: block;
  margin-bottom: 0.46rem;
  font-size: 1.32rem;
  text-align: center;
}

#zpServices .zp-section--cta {
  text-align: center;
}

#zpServices .zp-section--cta p {
  max-width: 76ch;
  margin: 0.8rem auto 0;
  color: var(--zp-muted);
  font-size: 1.24rem;
}

@media (max-width: 1180px) {
  #zpServices.zp-services {
    width: min(1580px, calc(100vw - 34px));
  }

  #zpServices .zp-hero-grid,
  #zpServices .zp-grid-3 {
    grid-template-columns: 1fr;
  }

  #zpServices .zp-hero-slider {
    min-height: 395px;
  }
}

@media (max-width: 920px) {
  #zpServices.zp-services {
    width: min(1580px, calc(100vw - 20px));
  }

  #zpServices .zp-grid-2 {
    grid-template-columns: 1fr;
  }

  #zpServices .zp-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  #zpServices .zp-services__menu {
    justify-content: flex-start;
  }

  #zpServices .zp-card-media {
    height: 205px;
  }
}/* End custom CSS */