.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#EAEAEA;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--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;background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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);}.elementor-kit-7 e-page-transition{background-color:#4E4E4E;}@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 */.void-hero {
  background-color: #eaeaea;
  padding: 64px 16px 32px;
}

.void-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.void-hero-text {
  max-width: 520px;
}

.void-hero-tagline {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
}

.void-hero-heading {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 12px;
}

.void-hero-sub {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #333333;
}

.void-hero-badges {
  font-size: 12px;
  color: #555555;
  margin-bottom: 20px;
}

.void-hero-buttons {
  display: flex;
  gap: 10px;
}

.void-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid #000000;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.void-btn-primary {
  background-color: #000000;
  color: #ffffff;
}

.void-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.void-btn-outline {
  background-color: transparent;
  color: #000000;
}

.void-btn-outline:hover {
  background-color: #111111;
  color: #ffffff;
}

.void-hero-image-wrap {
  width: 100%;
}

.void-hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .void-hero {
    padding: 80px 24px 48px;
  }

  .void-hero-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  .void-hero-heading {
    font-size: 40px;
  }

  .void-hero-sub {
    font-size: 15px;
  }

  .void-hero-badges {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .void-hero-heading {
    font-size: 46px;
  }
}/* End custom CSS */