/*
Theme Name: Hello Elementor HACHILL
Theme URI: https://hachillspa.com/
Description: HACHILL child theme for Hello Elementor.
Author: HACHILL
Template: hello-elementor
Version: 1.0.18
Text Domain: hello-elementor-hachill
*/

:root {
  --hc-ink: #262626;
  --hc-text: #5f5a57;
  --hc-accent: #ab7442;
  --hc-accent-hover: #87552c;
  --hc-surface: #fffdfc;
  --hc-warm: #f8f4ee;
  --hc-border: #ded6cf;
  --hc-max-width: 1360px;
}

body {
  background: var(--hc-surface);
  color: var(--hc-text);
  font-family: "Outfit", Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: "Outfit", Arial, sans-serif;
}

/* Non-product page rhythm. Page 2155 keeps its frozen FINAL V2 layout. */
body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] .e-con-boxed > .e-con-inner {
  width: 100%;
  max-width: var(--hc-max-width);
  padding-right: 32px;
  padding-left: 32px;
  box-sizing: border-box;
}

body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] > .e-con-boxed > .e-con-inner,
body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] > .e-con-full > .e-con-boxed > .e-con-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

body:not(.single-hachill_product):not(.page-id-2155) .hc-core-band,
body:not(.single-hachill_product):not(.page-id-2155) .hc-category-band {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

body:not(.single-hachill_product):not(.page-id-2155) .hc-core-band > .e-con-boxed,
body:not(.single-hachill_product):not(.page-id-2155) .hc-category-band > .e-con-boxed {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h1.elementor-heading-title { font-size: 48px; line-height: 1.14; font-weight: 700; letter-spacing: 0; }
body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h2.elementor-heading-title { font-size: 36px; line-height: 1.2; font-weight: 700; letter-spacing: 0; }
body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h3.elementor-heading-title { font-size: 22px; line-height: 1.3; font-weight: 700; letter-spacing: 0; }
body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h4.elementor-heading-title { font-size: 18px; line-height: 1.35; font-weight: 700; letter-spacing: 0; }
body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h5.elementor-heading-title { font-size: 16px; line-height: 1.4; font-weight: 700; letter-spacing: 0; }
body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h6.elementor-heading-title { font-size: 14px; line-height: 1.4; font-weight: 700; letter-spacing: 0; }

body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h1.wdt-heading-title-wrapper .wdt-heading-title { font-size: 48px; line-height: 1.14; letter-spacing: 0; }
body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h2.wdt-heading-title-wrapper .wdt-heading-title { font-size: 36px; line-height: 1.2; letter-spacing: 0; }

/* Global HACHILL mega menu. */
.hachill-mm {
  --mm-bg: #fff;
  --mm-text: #171b1b;
  --mm-muted: #68706e;
  --mm-line: #e8eae7;
  --mm-accent: #ab7442;
  --mm-accent-dark: #87552c;
  --mm-soft: #f8f4ee;
  --mm-dark: #1c2422;
  position: relative;
  z-index: 999;
  width: 100%;
  color: var(--mm-text);
  background: var(--mm-soft);
  border-bottom: 1px solid var(--mm-line);
}

.hachill-mm,
.hachill-mm * { box-sizing: border-box; }
.hachill-mm a { text-decoration: none; }

#site-header.hachill-mm {
  background: var(--mm-soft);
  border-bottom-color: var(--mm-line);
}

.hachill-mm__skip {
  position: absolute;
  top: -80px;
  left: 12px;
  z-index: 1001;
  padding: 10px 14px;
  color: #fff;
  background: #111;
  border-radius: 4px;
  font-size: 13px;
}

.hachill-mm__skip:focus { top: 10px; }

.hachill-mm__bar {
  width: 100%;
  max-width: 1360px;
  min-height: 78px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.hachill-mm__brand {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hachill-mm__brand img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.hachill-mm__nav { height: 100%; display: flex; justify-content: center; }

.hachill-mm__top {
  height: 78px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4px;
  list-style: none;
}

.hachill-mm__item { position: static; display: flex; align-items: stretch; }
.hachill-mm__topline { display: flex; align-items: center; }

.hachill-mm__toplink {
  height: 100%;
  padding: 0 11px;
  display: flex;
  align-items: center;
  color: var(--mm-text);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hachill-mm__toplink:hover,
.hachill-mm__toplink:focus { color: var(--mm-accent-dark); text-decoration: underline; text-underline-offset: 5px; }

.hachill-mm__toggle {
  padding: 0 7px 1px 0;
  color: var(--mm-muted);
  background: transparent;
  border: 0;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}

.hachill-mm__toggle span { display: inline-block; font-size: 16px; transition: transform 0.18s ease; }
.hachill-mm__item.is-open .hachill-mm__toggle span { transform: rotate(180deg); }

.hachill-mm__panel {
  width: min(1296px, calc(100vw - 64px));
  padding: 30px;
  position: absolute;
  top: 78px;
  left: 50%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  background: var(--mm-bg);
  border: 1px solid var(--mm-line);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 22px 48px rgba(17, 24, 22, 0.12);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.hachill-mm__item:hover > .hachill-mm__panel,
.hachill-mm__item:focus-within > .hachill-mm__panel,
.hachill-mm__item.is-open > .hachill-mm__panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.hachill-mm__grid { display: grid; gap: 26px; align-items: stretch; }
.hachill-mm__grid--4 { grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(260px, 1.12fr); }
.hachill-mm__grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(300px, 1.1fr); }
.hachill-mm__group { padding: 3px 6px; }

.hachill-mm__group-title {
  margin: 0 0 14px;
  padding-bottom: 10px;
  display: block;
  color: var(--mm-text);
  border-bottom: 1px solid var(--mm-line);
  font-size: 14px;
  font-weight: 760;
}

.hachill-mm__group-title:not(.hachill-mm__group-title--text):hover { color: var(--mm-accent-dark); }
.hachill-mm__group ul { margin: 0; padding: 0; display: grid; gap: 4px; list-style: none; }

.hachill-mm__group li a {
  padding: 8px 0;
  display: block;
  color: #3d4543;
  font-size: 14px;
  line-height: 1.32;
}

.hachill-mm__group li a:hover,
.hachill-mm__group li a:focus { color: var(--mm-accent-dark); transform: translateX(2px); }

.hachill-mm__feature {
  min-height: 100%;
  padding: 24px;
  background: var(--mm-soft);
  border-radius: 8px;
}

.hachill-mm__eyebrow {
  margin-bottom: 11px;
  display: block;
  color: var(--mm-accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hachill-mm__feature-title { margin-bottom: 10px; color: var(--mm-dark); font-size: 20px; font-weight: 760; line-height: 1.25; }
.hachill-mm__feature p { margin: 0 0 17px; color: var(--mm-muted); font-size: 13px; line-height: 1.65; }

.hachill-mm__feature-link {
  padding-bottom: 3px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--mm-dark);
  border-bottom: 1px solid var(--mm-accent);
  font-size: 13px;
  font-weight: 760;
}

.hachill-mm__feature-link:hover { color: var(--mm-accent-dark); }
.hachill-mm__minor-link { margin-top: 12px; display: block; color: #4c5552; font-size: 12.5px; }
.hachill-mm__minor-link:hover { color: var(--mm-accent-dark); }

.hachill-mm__quote {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--mm-dark);
  border-radius: 3px;
  font-size: 12.5px;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hachill-mm__quote:hover,
.hachill-mm__quote:focus { color: #fff; background: var(--mm-accent-dark); }
.hachill-mm__mobile-trigger { display: none !important; }

@media (max-width: 1180px) and (min-width: 1024px) {
  .hachill-mm__bar { gap: 14px; padding: 0 24px; }
  .hachill-mm__toplink { padding: 0 7px; font-size: 13px; }
  .hachill-mm__quote { padding: 0 13px; }
}

@media (max-width: 1023px) {
  .hachill-mm { z-index: 9999; }
  .hachill-mm__bar { min-height: 68px; padding: 0 24px; position: relative; grid-template-columns: auto auto 1fr; gap: 12px; }
  .hachill-mm__brand { grid-column: 1; }
  #site-header.hachill-mm .hachill-mm__mobile-trigger { width: auto !important; min-width: 0 !important; min-height: 44px; margin: 0; padding: 10px 4px !important; grid-column: 2; display: inline-flex !important; align-items: center; gap: 8px; color: var(--mm-text) !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; font: inherit; cursor: pointer; }
  .hachill-mm__hamb { display: grid; gap: 4px; }
  .hachill-mm__hamb i { width: 20px; height: 1.5px; display: block; background: currentColor; }
  .hachill-mm__mobile-label { font-size: 12px; font-weight: 700; }
  .hachill-mm__quote { min-height: 38px; padding: 0 13px; grid-column: 3; justify-self: end; }
  .hachill-mm__nav { height: auto; max-height: calc(100vh - 68px); position: absolute; top: 68px; right: 0; left: 0; display: none; overflow: auto; background: #fff; border-top: 1px solid var(--mm-line); box-shadow: 0 20px 35px rgba(17, 24, 22, 0.12); }
  .hachill-mm.mobile-open .hachill-mm__nav { display: block; }
  .hachill-mm__top { height: auto; padding: 8px 24px 24px; display: block; }
  .hachill-mm__item { display: block; border-bottom: 1px solid var(--mm-line); }
  .hachill-mm__topline { min-height: 54px; justify-content: space-between; }
  .hachill-mm__toplink { height: 54px; padding: 0; flex: 1; font-size: 15px; }
  #site-header.hachill-mm .hachill-mm__toggle { width: 46px !important; min-width: 46px !important; height: 46px; padding: 0 !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
  .hachill-mm__panel { width: auto; padding: 4px 0 20px; position: static; display: none; visibility: visible; opacity: 1; pointer-events: auto; transform: none !important; border: 0; border-radius: 0; box-shadow: none; transition: none; }
  .hachill-mm__item:hover > .hachill-mm__panel,
  .hachill-mm__item:focus-within > .hachill-mm__panel { display: none; }
  .hachill-mm__item.is-open > .hachill-mm__panel { display: block; }
  .hachill-mm__grid,
  .hachill-mm__grid--4,
  .hachill-mm__grid--3 { grid-template-columns: 1fr; gap: 14px; }
  .hachill-mm__group { padding: 0 4px; }
  .hachill-mm__group-title { margin-bottom: 5px; padding: 8px 0; font-size: 13px; }
  .hachill-mm__group ul { gap: 0; }
  .hachill-mm__group li a { padding: 8px 0 8px 12px; font-size: 13.5px; }
  .hachill-mm__feature { margin-top: 2px; padding: 18px; }
  .hachill-mm__feature-title { font-size: 17px; }
  .hachill-mm__nav .hachill-mm__toplink,
  .hachill-mm__nav .hachill-mm__toggle { color: var(--mm-text); }
  .hachill-mm__nav .hachill-mm__toplink:hover,
  .hachill-mm__nav .hachill-mm__toplink:focus { color: var(--mm-accent-dark); text-decoration: none; }
}

@media (max-width: 560px) {
  .hachill-mm__bar { padding: 0 18px; grid-template-columns: auto auto 1fr; gap: 8px; }
  .hachill-mm__brand { width: 50px; height: 52px; }
  #site-header.hachill-mm .hachill-mm__mobile-trigger { width: 44px !important; justify-content: center; }
  .hachill-mm__mobile-label { display: none; }
  .hachill-mm__quote { padding: 0 10px; font-size: 11px; letter-spacing: 0.02em; }
  .hachill-mm__top { padding-right: 18px; padding-left: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .hachill-mm *,
  .hachill-mm *::before,
  .hachill-mm *::after { scroll-behavior: auto !important; transition: none !important; }
}

.hc-site-header,
.hc-site-header * {
  box-sizing: border-box;
}

.hc-site-header {
  position: relative;
  z-index: 100;
  background: var(--hc-ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.hc-header-inner {
  width: min(100%, var(--hc-max-width));
  min-height: 88px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.hc-header-brand {
  min-width: 224px;
  color: #fff;
  text-decoration: none;
}

.hc-header-brand strong,
.hc-header-brand span {
  display: block;
}

.hc-header-brand strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.hc-header-brand span {
  margin-top: 7px;
  color: #d7b08f;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.hc-primary-nav {
  margin-left: auto;
}

.hc-primary-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
}

.hc-primary-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.hc-primary-nav a:hover,
.hc-primary-nav .current-menu-item > a,
.hc-primary-nav .current-menu-ancestor > a {
  color: #d7b08f;
}

.hc-has-mega {
  position: relative;
}

.hc-has-mega > a::after {
  margin-left: 6px;
  content: "\25be";
  color: #d7b08f;
  font-size: 10px;
}

.hc-mega-menu {
  min-width: 680px;
  padding: 25px;
  display: grid;
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  transform: translate(-42%, 10px);
  background: #fff;
  border: 1px solid var(--hc-border);
  border-top: 3px solid var(--hc-accent);
  box-shadow: 0 16px 36px rgba(38, 38, 38, 0.16);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.hc-mega-products { grid-template-columns: repeat(3, minmax(175px, 1fr)); }
.hc-mega-solutions { min-width: 520px; grid-template-columns: repeat(2, minmax(200px, 1fr)); }

.hc-has-mega:hover .hc-mega-menu,
.hc-has-mega:focus-within .hc-mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-42%, 0);
}

.hc-mega-menu > div {
  padding: 0 20px;
  border-right: 1px solid var(--hc-border);
}

.hc-mega-menu > div:first-child { padding-left: 0; }
.hc-mega-menu > div:last-child { padding-right: 0; border-right: 0; }

.hc-mega-menu strong {
  margin-bottom: 10px;
  display: block;
  color: var(--hc-ink);
  font-size: 15px;
  font-weight: 700;
}

.hc-primary-nav .hc-mega-menu a {
  padding: 7px 0;
  display: block;
  color: var(--hc-text);
  font-size: 13px;
  white-space: normal;
}

.hc-primary-nav .hc-mega-menu a:hover { color: var(--hc-accent-hover); }
.hc-primary-nav .hc-mega-menu .hc-mega-all { margin-top: 7px; color: var(--hc-accent-hover); font-weight: 600; }

.hc-header-quote {
  padding: 13px 18px;
  color: #fff;
  background: var(--hc-accent);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.hc-header-quote:hover {
  color: #fff;
  background: var(--hc-accent-hover);
}

.hc-menu-toggle {
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  cursor: pointer;
}

.hc-menu-toggle span,
.hc-menu-toggle span::before,
.hc-menu-toggle span::after {
  width: 20px;
  height: 2px;
  display: block;
  position: relative;
  background: currentColor;
}

.hc-menu-toggle span::before,
.hc-menu-toggle span::after {
  position: absolute;
  left: 0;
  content: "";
}

.hc-menu-toggle span::before { top: -6px; }
.hc-menu-toggle span::after { top: 6px; }

.hc-mobile-panel {
  display: none;
  padding: 0 18px 18px;
  background: var(--hc-ink);
}

.hc-mobile-panel ul {
  margin: 0;
  padding: 8px 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hc-mobile-panel a {
  padding: 11px 0;
  display: block;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.hc-mobile-panel .hc-header-quote {
  padding: 13px 16px;
  display: inline-block;
}

.hc-site-footer,
.hc-site-footer * {
  box-sizing: border-box;
}

.hc-site-footer {
  --ft-bg: #1b2220;
  --ft-bottom: #171d1b;
  --ft-text: #f3f4f0;
  --ft-muted: #aeb7b3;
  --ft-line: rgba(255, 255, 255, 0.12);
  --ft-accent: #b78a57;
  --ft-accent-light: #d1ad82;
  width: 100%;
  color: var(--ft-text);
  background: var(--ft-bg);
  border-top: 1px solid var(--ft-line);
}

.hc-site-footer a { text-decoration: none; }

.hc-footer-cta {
  color: var(--hc-ink);
  background: #f8f4ee;
  border-top: 1px solid #e4ded7;
}

.hc-footer-cta__inner {
  width: 100%;
  max-width: var(--hc-max-width);
  margin: 0 auto;
  padding: 44px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
}

.hc-footer-eyebrow {
  margin-bottom: 9px;
  display: block;
  color: var(--hc-accent-hover);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hc-footer-cta__title {
  max-width: 820px;
  color: var(--hc-ink);
  font-size: 30px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.hc-footer-cta p {
  max-width: 840px;
  margin: 11px 0 0;
  color: #626a67;
  font-size: 14px;
  line-height: 1.65;
}

.hc-footer-cta__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.hc-footer-btn {
  min-height: 44px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hc-ink);
  border-radius: 3px;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hc-footer-btn--primary { color: #fff; background: var(--hc-ink); }
.hc-footer-btn--primary:hover,
.hc-footer-btn--primary:focus { color: #fff; background: var(--hc-accent-hover); border-color: var(--hc-accent-hover); }
.hc-footer-btn--ghost { color: var(--hc-ink); background: transparent; }
.hc-footer-btn--ghost:hover,
.hc-footer-btn--ghost:focus { color: var(--hc-accent-hover); border-color: var(--hc-accent-hover); }

.hc-footer-main { background: var(--ft-bg); }

.hc-footer-inner {
  width: 100%;
  max-width: var(--hc-max-width);
  margin: 0 auto;
  padding: 64px 32px 56px;
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 2.15fr);
  gap: 60px;
}

.hc-footer-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: #fff;
}

.hc-footer-brand strong { font-size: 27px; font-weight: 750; letter-spacing: 0.06em; }
.hc-footer-brand span { color: var(--ft-accent-light); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; }
.hc-footer-descriptor { margin-top: 16px; color: #fff; font-size: 13px; font-weight: 650; }
.hc-footer-brand-col > p { max-width: 430px; margin: 12px 0 0; color: var(--ft-muted); font-size: 13px; line-height: 1.7; }

.hc-footer-trust {
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
  color: #d9dedb;
  font-size: 12.5px;
  list-style: none;
}

.hc-footer-trust li { position: relative; padding-left: 14px; }
.hc-footer-trust li::before { width: 4px; height: 4px; position: absolute; top: 0.7em; left: 0; content: ""; background: var(--ft-accent); border-radius: 50%; }
.hc-footer-email { margin-top: 24px; display: inline-flex; flex-direction: column; gap: 4px; color: #fff; font-size: 13px; }
.hc-footer-email small { color: var(--ft-muted); font-size: 10px; font-weight: 750; letter-spacing: 0.07em; text-transform: uppercase; }
.hc-footer-email:hover,
.hc-footer-email:focus { color: var(--ft-accent-light); }

.hc-footer-social { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.hc-footer-social a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; color: #d9dedb; border: 1px solid var(--ft-line); border-radius: 4px; }
.hc-footer-social a:hover,
.hc-footer-social a:focus { color: #fff; background: var(--hc-accent-hover); border-color: var(--hc-accent-hover); }
.hc-footer-social svg { width: 17px; height: 17px; display: block; fill: currentColor; }

.hc-footer-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.hc-footer-title { margin-bottom: 10px; padding-bottom: 12px; color: #fff; border-bottom: 1px solid var(--ft-line); font-size: 12px; font-weight: 780; line-height: 1.3; letter-spacing: 0.06em; text-transform: uppercase; }
.hc-footer-col ul { margin: 0; padding: 0; display: grid; gap: 2px; list-style: none; }
.hc-footer-col li a { padding: 7px 0; display: inline-block; color: var(--ft-muted); font-size: 12.8px; line-height: 1.35; }
.hc-footer-col li a:hover,
.hc-footer-col li a:focus { color: var(--ft-accent-light); transform: translateX(2px); }

.hc-footer-bottom { color: #c7ceca; background: var(--ft-bottom); border-top: 1px solid var(--ft-line); }
.hc-footer-bottom__inner { width: 100%; max-width: var(--hc-max-width); min-height: 64px; margin: 0 auto; padding: 16px 32px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; font-size: 11.5px; line-height: 1.5; }
.hc-footer-scope { color: #88928e; font-size: 10.5px; text-align: center; }
.hc-footer-bottom a { color: #c7ceca; white-space: nowrap; }
.hc-footer-bottom a:hover,
.hc-footer-bottom a:focus { color: var(--ft-accent-light); }

@media (max-width: 1100px) {
  .hc-footer-inner { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 900px) {
  .hc-footer-cta__inner { grid-template-columns: 1fr; gap: 24px; }
  .hc-footer-cta__actions { justify-content: flex-start; }
  .hc-footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 44px; }
  .hc-footer-bottom__inner { grid-template-columns: 1fr; gap: 8px; padding-top: 20px; padding-bottom: 20px; }
  .hc-footer-scope { text-align: left; }
}

/* Hello compatibility for the existing Elementor homepage. */
.home.elementor-page-1099 {
  overflow-x: hidden;
}

.home.elementor-page-1099 #content,
.home.elementor-page-1099 #main,
.home.elementor-page-1099 .site-main {
  max-width: none;
  margin: 0;
  padding: 0;
}

.home.elementor-page-1099 .elementor-1099 > .e-con {
  width: 100%;
  max-width: 100%;
}

.home.elementor-page-1099 .elementor-element-4a427a6,
.home.elementor-page-1099 .elementor-element-361b8ef9,
.home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
.home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide {
  min-height: 680px;
}

.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-title,
.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-subtitle,
.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-content-wrapper,
.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-content-wrapper p {
  color: #fff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}

.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-title {
  max-width: 720px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.12;
}

.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-content-wrapper {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.65;
}

.home.elementor-page-1099 .wdt-button-holder .wdt-button,
.home.elementor-page-1099 .elementor-button,
.home.elementor-page-1099 button[type="submit"] {
  min-height: 48px;
  padding: 14px 22px;
  color: #fff;
  background: var(--hc-accent);
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.home.elementor-page-1099 .wdt-button-holder .wdt-button:hover,
.home.elementor-page-1099 .elementor-button:hover,
.home.elementor-page-1099 button[type="submit"]:hover {
  color: #fff;
  background: var(--hc-accent-hover);
}

.home.elementor-page-1099 .wdt-heading-title {
  color: var(--hc-ink);
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
}

.home.elementor-page-1099 .wdt-heading-subtitle {
  color: var(--hc-accent-hover);
  font-family: "Outfit", Arial, sans-serif;
  letter-spacing: 0.12em;
}

.home.elementor-page-1099 .wdt-heading-content-wrapper,
.home.elementor-page-1099 .wdt-heading-content-wrapper p,
.home.elementor-page-1099 .elementor-widget-text-editor,
.home.elementor-page-1099 .elementor-icon-list-text {
  color: var(--hc-text);
  font-family: "Outfit", Arial, sans-serif;
}

.home.elementor-page-1099 .elementor-element-45c1141,
.home.elementor-page-1099 .elementor-element-411b225 {
  overflow: hidden;
}

.home.elementor-page-1099 .elementor-element-b282c80 .wdt-heading-title,
.home.elementor-page-1099 .elementor-element-9c58c9a .wdt-heading-content-wrapper,
.home.elementor-page-1099 .elementor-element-ef8c0cf,
.home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-content-title h5,
.home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-content-description {
  color: #fff !important;
}

.home.elementor-page-1099 .elementor-form input,
.home.elementor-page-1099 .elementor-form select,
.home.elementor-page-1099 .elementor-form textarea {
  border: 1px solid var(--hc-border);
  border-radius: 3px;
  background: #fff;
  color: var(--hc-text);
}

@media (max-width: 1024px) {
  .home.elementor-page-1099 .elementor-element-4a427a6,
  .home.elementor-page-1099 .elementor-element-361b8ef9,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide { min-height: 580px; }
  .home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-title { font-size: 43px; }
}

@media (max-width: 1024px) {
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] .e-con-boxed > .e-con-inner { padding-right: 24px; padding-left: 24px; }
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] > .e-con-boxed > .e-con-inner,
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] > .e-con-full > .e-con-boxed > .e-con-inner { padding-top: 72px; padding-bottom: 72px; }
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h1.elementor-heading-title { font-size: 42px; }
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h2.elementor-heading-title { font-size: 32px; }
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h3.elementor-heading-title { font-size: 21px; }
  .hc-header-inner { padding: 15px 24px; }
  .hc-primary-nav ul { gap: 15px; }
  .hc-primary-nav a { font-size: 13px; }
  .hc-footer-cta__inner,
  .hc-footer-inner,
  .hc-footer-bottom__inner { padding-right: 24px; padding-left: 24px; }
  .hc-footer-cta__title { font-size: 26px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .home.elementor-page-1099 .elementor-element-96d4ad8 {
    aspect-ratio: 1439 / 1032;
    overflow: hidden;
  }

  .home.elementor-page-1099 .elementor-1099 .elementor-element.elementor-element-96d4ad8 img {
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    inset: 0 !important;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] .e-con-boxed > .e-con-inner { padding-right: 18px; padding-left: 18px; }
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] > .e-con-boxed > .e-con-inner,
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] > .e-con-full > .e-con-boxed > .e-con-inner { padding-top: 56px; padding-bottom: 56px; }
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h1.elementor-heading-title { font-size: 36px; line-height: 1.16; }
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h2.elementor-heading-title { font-size: 28px; line-height: 1.22; }
  body:not(.single-hachill_product):not(.page-id-2155) .elementor[data-elementor-type="wp-page"] h3.elementor-heading-title { font-size: 20px; }
  .hc-header-inner { min-height: 72px; padding: 13px 18px; }
  .hc-header-brand { min-width: 0; }
  .hc-header-brand strong { font-size: 22px; }
  .hc-header-brand span { max-width: 205px; font-size: 8px; }
  .hc-primary-nav,
  .hc-header-inner > .hc-header-quote { display: none; }
  .hc-menu-toggle { display: flex; flex: 0 0 44px; }
  .hc-mobile-panel.is-open { display: block; }
  .hc-footer-cta__inner { padding: 36px 18px; }
  .hc-footer-inner { padding: 48px 18px 42px; }
  .hc-footer-bottom__inner { padding-right: 18px; padding-left: 18px; }
  .hc-footer-cta__title { font-size: 22px; }
  .home.elementor-page-1099 .elementor-element-4a427a6,
  .home.elementor-page-1099 .elementor-element-361b8ef9,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide { min-height: 520px; }
  .home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-title { font-size: 34px; }
  .home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-content-wrapper { font-size: 15px; }
}

/* Homepage final alignment pass: reveal legacy animated widgets that remain
 * hidden when the migration site does not initialise the original animation
 * controller, then normalize the page into the same 1360px content rail. */
.home.elementor-page-1099 .elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}

.home.elementor-page-1099 .elementor-element-4a427a6,
.home.elementor-page-1099 .elementor-element-361b8ef9,
.home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
.home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide {
  min-height: 720px !important;
  height: 720px !important;
}

.home.elementor-page-1099 .elementor-element-387b17d {
  width: min(100%, 1360px) !important;
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.home.elementor-page-1099 .elementor-element-387b17d > .e-con-child {
  width: 50% !important;
  padding-left: 0 !important;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-detail-group,
.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-title,
.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-description,
.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-button {
  text-align: left !important;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-item {
  align-items: flex-start !important;
}

/* Use a compact geometric chevron in the header instead of the inherited
 * text glyph, which renders inconsistently across browsers. */
.hachill-mm__toggle span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  font-size: 0 !important;
  transform: rotate(45deg) translateY(-2px);
}

.hachill-mm__item.is-open .hachill-mm__toggle span {
  transform: rotate(225deg) translateY(-2px);
}

.hachill-mm__toplink { font-size: 15px; }
.hachill-mm__toggle { color: #6b645d !important; }
.hachill-mm__bar { min-height: 84px; }
.hachill-mm__top { height: 84px; }
.hachill-mm__panel { top: 84px; }

/* Manufacturing and quality actions sit on one baseline. */
.home.elementor-page-1099 .elementor-element-3b274d9 {
  align-content: flex-start;
}

.home.elementor-page-1099 .elementor-element-208df3f,
.home.elementor-page-1099 .elementor-element-11a1a12 {
  width: auto !important;
  margin: 0 !important;
  display: inline-flex !important;
  vertical-align: middle;
}

.home.elementor-page-1099 .elementor-element-208df3f + .elementor-element-11a1a12 {
  margin-left: 16px !important;
}

/* The FAQ collage uses deliberately mixed image sizes; remove the legacy
 * dark image frame and tighten the numbered question rhythm. */
.home.elementor-page-1099 .elementor-element-21ef2d9b img {
  border: 0 !important;
  box-shadow: none !important;
}

.home.elementor-page-1099 .elementor-element-21ef2d9b .elementor-element-22f178b8,
.home.elementor-page-1099 .elementor-element-21ef2d9b .elementor-element-591dea23 {
  border: 0 !important;
  box-shadow: none !important;
}

.home.elementor-page-1099 .elementor-element-21ef2d9b .elementor-accordion-item,
.home.elementor-page-1099 .elementor-element-21ef2d9b .elementor-widget-wdt-accordion .elementor-accordion-item {
  margin-bottom: 14px !important;
}

/* Quote area: explanatory copy and the brief checklist remain together on
 * the left; the RFQ form occupies the right column. */
.home.elementor-page-1099 .elementor-element-eaedb6f {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  align-items: start;
  gap: 56px !important;
}

.home.elementor-page-1099 .elementor-element-c9a8c7a { display: contents !important; }
.home.elementor-page-1099 .elementor-element-603b363 { grid-column: 1; grid-row: 1; }
.home.elementor-page-1099 .elementor-element-82d2053 { grid-column: 2; grid-row: 1 / span 2; }
.home.elementor-page-1099 .elementor-element-dc2178a { grid-column: 1; grid-row: 2; }

.home.elementor-page-1099 .elementor-element-603b363 .wdt-heading-holder,
.home.elementor-page-1099 .elementor-element-0dd8860 .wdt-heading-holder,
.home.elementor-page-1099 .elementor-element-dc2178a { text-align: left !important; }

@media (max-width: 1024px) {
  .home.elementor-page-1099 .elementor-element-4a427a6,
  .home.elementor-page-1099 .elementor-element-361b8ef9,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide {
    min-height: 620px !important;
    height: 620px !important;
  }

  .home.elementor-page-1099 .elementor-element-387b17d > .e-con-child {
    width: 100% !important;
  }

  .home.elementor-page-1099 .elementor-element-eaedb6f {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 32px !important;
  }

  .home.elementor-page-1099 .elementor-element-603b363,
  .home.elementor-page-1099 .elementor-element-82d2053,
  .home.elementor-page-1099 .elementor-element-dc2178a {
    grid-column: 1;
    grid-row: auto;
  }
}
@media (min-width: 768px) {
  .home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-holder { margin-left: -12px !important; }
}

@media (max-width: 767px) {
  .home.elementor-page-1099 .elementor-element-4a427a6,
  .home.elementor-page-1099 .elementor-element-361b8ef9,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide {
    min-height: 560px !important;
    height: 560px !important;
  }

  .home.elementor-page-1099 .elementor-element-208df3f,
  .home.elementor-page-1099 .elementor-element-11a1a12 {
    width: 100% !important;
    display: flex !important;
  }

  .home.elementor-page-1099 .elementor-element-208df3f + .elementor-element-11a1a12 {
    margin-top: 12px !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 560px) {
  .hc-footer-cta__actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .hc-footer-btn { width: 100%; }
  .hc-footer-nav { grid-template-columns: 1fr; gap: 28px; }
}

/* Homepage visual-system repair after the Hello Elementor migration. */
.home.elementor-page-1099 .elementor-1099 {
  --hc-home-gutter: 32px;
  background: #fff;
}

.home.elementor-page-1099 .elementor-1099 > .elementor-element:not(.elementor-element-4a427a6) {
  box-sizing: border-box;
}

.home.elementor-page-1099 .elementor-element-4a427a6,
.home.elementor-page-1099 .elementor-element-361b8ef9,
.home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
.home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide,
.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-content-item > .elementor > .e-con.e-parent {
  min-height: 650px !important;
}

.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-title {
  max-width: 760px;
  font-size: 54px !important;
  line-height: 1.1 !important;
}

.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-content-wrapper {
  max-width: 620px;
}

.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-carousel-pagination-wrapper {
  right: max(var(--hc-home-gutter), calc((100vw - var(--hc-max-width)) / 2 + var(--hc-home-gutter)));
  bottom: 30px;
  left: auto;
}

.home.elementor-page-1099 .elementor-element-6ecf138,
.home.elementor-page-1099 .elementor-element-57d1ad2,
.home.elementor-page-1099 .elementor-element-45c1141,
.home.elementor-page-1099 .elementor-element-75b9bc43,
.home.elementor-page-1099 .elementor-element-4e904c7c,
.home.elementor-page-1099 .elementor-element-1fb8b9e6,
.home.elementor-page-1099 .elementor-element-21ef2d9b,
.home.elementor-page-1099 .elementor-element-411b225 {
  padding: 80px var(--hc-home-gutter) !important;
}

.home.elementor-page-1099 .elementor-element-6ecf138 > .e-con-inner,
.home.elementor-page-1099 .elementor-element-6ecf138 > .elementor-element,
.home.elementor-page-1099 .elementor-element-57d1ad2 > .e-con-inner,
.home.elementor-page-1099 .elementor-element-45c1141 > .elementor-element,
.home.elementor-page-1099 .elementor-element-75b9bc43 > .elementor-container,
.home.elementor-page-1099 .elementor-element-4e904c7c > .elementor-container,
.home.elementor-page-1099 .elementor-element-1fb8b9e6 > .elementor-container,
.home.elementor-page-1099 .elementor-element-21ef2d9b > .elementor-container,
.home.elementor-page-1099 .elementor-element-411b225 > .elementor-element {
  width: 100%;
  max-width: var(--hc-max-width) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.home.elementor-page-1099 .elementor-element-57d1ad2,
.home.elementor-page-1099 .elementor-element-4e904c7c,
.home.elementor-page-1099 .elementor-element-21ef2d9b {
  background: var(--hc-warm);
}

/* Product families: three stable, readable cards instead of one anonymous slide. */
.home.elementor-page-1099 .elementor-element-57d1ad2 > .e-con-inner {
  padding: 0 !important;
}

.home.elementor-page-1099 .elementor-element-24296a0 {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.7fr);
  gap: 64px;
  align-items: center;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-image-box-container {
  overflow: visible;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-image-box-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  transform: none !important;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .swiper-slide {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-item {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hc-border);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(43, 36, 31, 0.06);
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-image,
.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-image a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-detail-group {
  padding: 22px;
  position: static !important;
  inset: auto !important;
  display: block !important;
  transform: none !important;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-title h5,
.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-title a {
  color: var(--hc-ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-description {
  margin-top: 10px;
  color: var(--hc-text);
  font-size: 14px;
  line-height: 1.6;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-button > a {
  margin-top: 18px;
  display: inline-flex;
  color: var(--hc-accent-hover);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-carousel-pagination-wrapper {
  display: none;
}

/* Buyer solutions: remove the inherited expanding portrait treatment. */
.home.elementor-page-1099 .elementor-element-45c1141 {
  min-height: 0 !important;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-options {
  height: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-option,
.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-option.active {
  width: auto !important;
  min-width: 0 !important;
  height: 430px !important;
  min-height: 430px !important;
  max-height: 430px !important;
  flex: none !important;
  position: relative;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 6px;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-option::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(180deg, rgba(21, 20, 19, 0.04) 24%, rgba(21, 20, 19, 0.88) 100%);
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-label {
  width: 100% !important;
  height: auto !important;
  padding: 24px !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-info {
  width: auto !important;
  height: auto !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-title {
  width: auto !important;
  height: auto !important;
  color: #fff !important;
  font-size: 19px !important;
  font-weight: 700;
  line-height: 1.28;
  writing-mode: horizontal-tb !important;
  transform: none !important;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-content {
  width: auto !important;
  height: auto !important;
  margin-top: 10px;
  display: block !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 13px;
  line-height: 1.5;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-button {
  width: auto !important;
  height: auto !important;
  margin-top: 14px;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-button a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Supply routes: show the four real items once, with no cloned carousel overflow. */
.home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-icon-box-container {
  overflow: visible;
}

.home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-icon-box-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  transform: none !important;
}

.home.elementor-page-1099 .elementor-element-ef8c0cf .swiper-slide {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

.home.elementor-page-1099 .elementor-element-ef8c0cf .swiper-slide-duplicate {
  display: none !important;
}

.home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-content-item {
  height: 100%;
  padding: 26px;
  background: rgba(20, 19, 18, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}

.home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-content-title,
.home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-content-title h5,
.home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-content-title a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
}

.home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-content-description {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 13.5px;
  line-height: 1.6;
}

.home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-content-button a {
  color: #fff !important;
}

/* Evidence, FAQ and enquiry sections retain their content but lose legacy offsets. */
.home.elementor-page-1099 .elementor-element-1fb8b9e6 .wdt-content-image,
.home.elementor-page-1099 .elementor-element-1fb8b9e6 .wdt-content-image a {
  overflow: hidden;
  border-radius: 4px;
}

.home.elementor-page-1099 .elementor-element-1fb8b9e6 .wdt-content-image img {
  width: 100%;
  object-fit: cover;
}

.home.elementor-page-1099 .elementor-element-411b225 {
  min-height: 0 !important;
}

@media (max-width: 1024px) {
  .home.elementor-page-1099 .elementor-1099 { --hc-home-gutter: 24px; }
  .home.elementor-page-1099 .elementor-element-4a427a6,
  .home.elementor-page-1099 .elementor-element-361b8ef9,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-content-item > .elementor > .e-con.e-parent { min-height: 570px !important; }
  .home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-title { font-size: 44px !important; }
  .home.elementor-page-1099 .elementor-element-6ecf138,
  .home.elementor-page-1099 .elementor-element-57d1ad2,
  .home.elementor-page-1099 .elementor-element-45c1141,
  .home.elementor-page-1099 .elementor-element-75b9bc43,
  .home.elementor-page-1099 .elementor-element-4e904c7c,
  .home.elementor-page-1099 .elementor-element-1fb8b9e6,
  .home.elementor-page-1099 .elementor-element-21ef2d9b,
  .home.elementor-page-1099 .elementor-element-411b225 { padding-top: 72px !important; padding-bottom: 72px !important; }
  .home.elementor-page-1099 .elementor-element-24296a0 { grid-template-columns: 1fr; gap: 38px; }
  .home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-options,
  .home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-icon-box-wrapper { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-option,
  .home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-option.active { height: 390px !important; min-height: 390px !important; max-height: 390px !important; }
}

@media (max-width: 767px) {
  .home.elementor-page-1099 .elementor-1099 { --hc-home-gutter: 18px; }
  .home.elementor-page-1099 .elementor-element-4a427a6,
  .home.elementor-page-1099 .elementor-element-361b8ef9,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-content-item > .elementor > .e-con.e-parent { min-height: 520px !important; }
  .home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-title { font-size: 36px !important; }
  .home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-content-wrapper { font-size: 14px; line-height: 1.55; }
  .home.elementor-page-1099 .elementor-element-6ecf138,
  .home.elementor-page-1099 .elementor-element-57d1ad2,
  .home.elementor-page-1099 .elementor-element-45c1141,
  .home.elementor-page-1099 .elementor-element-75b9bc43,
  .home.elementor-page-1099 .elementor-element-4e904c7c,
  .home.elementor-page-1099 .elementor-element-1fb8b9e6,
  .home.elementor-page-1099 .elementor-element-21ef2d9b,
  .home.elementor-page-1099 .elementor-element-411b225 { padding-top: 56px !important; padding-bottom: 56px !important; }
  .home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-image-box-container,
  .home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-options,
  .home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-icon-box-container {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }
  .home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-image-box-wrapper,
  .home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-options,
  .home.elementor-page-1099 .elementor-element-ef8c0cf .wdt-icon-box-wrapper {
    width: max-content !important;
    display: flex !important;
    gap: 14px;
  }
  .home.elementor-page-1099 .elementor-element-ab46ce4 .swiper-slide,
  .home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-option,
  .home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-option.active,
  .home.elementor-page-1099 .elementor-element-ef8c0cf .swiper-slide {
    width: min(82vw, 320px) !important;
    scroll-snap-align: start;
  }
  .home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-option,
  .home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-option.active { height: 390px !important; min-height: 390px !important; max-height: 390px !important; }
  .home.elementor-page-1099 .elementor-element-8976bea,
  .home.elementor-page-1099 .elementor-element-21ef2d9b > .elementor-container > .elementor-column:first-child,
  .home.elementor-page-1099 .elementor-element-40fcbbee,
  .home.elementor-page-1099 .elementor-element-dc2178a { display: none !important; }
  .home.elementor-page-1099 .elementor-element-3b274d9,
  .home.elementor-page-1099 .elementor-element-21ef2d9b .elementor-column,
  .home.elementor-page-1099 .elementor-element-c9a8c7a { width: 100% !important; }
}

/* Homepage layout pass 1.0.11: remove remaining legacy theme positioning. */
.home.elementor-page-1099 .elementor-element-6ecf138,
.home.elementor-page-1099 .elementor-element-57d1ad2,
.home.elementor-page-1099 .elementor-element-45c1141,
.home.elementor-page-1099 .elementor-element-75b9bc43,
.home.elementor-page-1099 .elementor-element-4e904c7c,
.home.elementor-page-1099 .elementor-element-1fb8b9e6,
.home.elementor-page-1099 .elementor-element-21ef2d9b,
.home.elementor-page-1099 .elementor-element-411b225 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
  margin: 0 !important;
}

/* About: one real production image and one content column. */
.home.elementor-page-1099 .elementor-element-81f1145,
.home.elementor-page-1099 .elementor-element-86f614c,
.home.elementor-page-1099 .elementor-element-2ffc724,
.home.elementor-page-1099 .elementor-element-43774cb,
.home.elementor-page-1099 .elementor-element-82b7dde {
  display: none !important;
}

.home.elementor-page-1099 .elementor-element-e7fd186,
.home.elementor-page-1099 .elementor-element-4fa4aa7 {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.home.elementor-page-1099 .elementor-element-4fa4aa7 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.home.elementor-page-1099 .elementor-element-e1321ae,
.home.elementor-page-1099 .elementor-element-6e1624a {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

.home.elementor-page-1099 .elementor-element-96d4ad8 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  position: relative !important;
}

.home.elementor-page-1099 .elementor-element-96d4ad8 img {
  width: 100%;
  height: auto !important;
  display: block;
  border-radius: 4px;
}

.home.elementor-page-1099 .elementor-element-84233e4,
.home.elementor-page-1099 .elementor-element-c10688f {
  width: 100% !important;
  max-width: 620px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Product families: heading above a full-width three-card row. */
.home.elementor-page-1099 .elementor-element-24296a0 {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 34px !important;
  align-items: start;
}

.home.elementor-page-1099 .elementor-element-7d5bcd5,
.home.elementor-page-1099 .elementor-element-7e31379,
.home.elementor-page-1099 .elementor-element-4da278f,
.home.elementor-page-1099 .elementor-element-ab46ce4 {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.home.elementor-page-1099 .elementor-element-4da278f .wdt-heading-holder {
  max-width: 760px;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-button > a {
  min-height: 42px;
  padding: 10px 16px;
  color: #fff !important;
  background: var(--hc-accent);
  border-radius: 3px;
  text-decoration: none;
}

.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-button > a:hover {
  background: var(--hc-accent-hover);
}

/* Solutions: four equal landscape cards with a compact overlay. */
.home.elementor-page-1099 .elementor-element-433d3ab {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 34px;
}

.home.elementor-page-1099 .elementor-element-ed16916,
.home.elementor-page-1099 .elementor-element-6f18a97,
.home.elementor-page-1099 .elementor-element-bf1117a,
.home.elementor-page-1099 .elementor-element-95079a6 {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-option,
.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-option.active {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 4 / 3;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-content {
  display: none !important;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-label {
  padding: 20px !important;
  display: block !important;
  height: auto !important;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-title {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  position: static !important;
  inset: auto !important;
  display: block !important;
  font-size: 18px !important;
  transform: none !important;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-button {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin-top: 10px;
  display: block !important;
  transform: none !important;
}

.home.elementor-page-1099 .elementor-element-95079a6 .wdt-flex-banner-info {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  transform: none !important;
}

/* Manufacturing: balanced landscape image and compact evidence content. */
.home.elementor-page-1099 .elementor-element-206f805 {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.home.elementor-page-1099 .elementor-element-96a301d {
  display: none !important;
}

.home.elementor-page-1099 .elementor-element-8976bea {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 4px;
}

.home.elementor-page-1099 .elementor-element-8976bea::before {
  background-position: center !important;
  background-size: cover !important;
}

.home.elementor-page-1099 .elementor-element-3b274d9 {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.home.elementor-page-1099 .elementor-element-3f842b1,
.home.elementor-page-1099 .elementor-element-ba2e5ab,
.home.elementor-page-1099 .elementor-element-e847864,
.home.elementor-page-1099 .elementor-element-c568c78,
.home.elementor-page-1099 .elementor-element-f9bcd65,
.home.elementor-page-1099 .elementor-element-039d6a3,
.home.elementor-page-1099 .elementor-element-b8d0e30,
.home.elementor-page-1099 .elementor-element-56e5d76,
.home.elementor-page-1099 .elementor-element-208df3f,
.home.elementor-page-1099 .elementor-element-11a1a12 {
  height: auto !important;
  min-height: 0 !important;
}

.home.elementor-page-1099 .elementor-element-c568c78,
.home.elementor-page-1099 .elementor-element-56e5d76 {
  margin-bottom: 0 !important;
}

/* Enquiry: remove the legacy 1520px inner width and stretched columns. */
.home.elementor-page-1099 .elementor-element-efae6a8,
.home.elementor-page-1099 .elementor-element-efae6a8 > .e-con-inner,
.home.elementor-page-1099 .elementor-element-eaedb6f {
  width: 100% !important;
  max-width: var(--hc-max-width) !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.home.elementor-page-1099 .elementor-element-eaedb6f {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: start;
}

.home.elementor-page-1099 .elementor-element-c9a8c7a,
.home.elementor-page-1099 .elementor-element-dc2178a {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .home.elementor-page-1099 .elementor-element-6ecf138,
  .home.elementor-page-1099 .elementor-element-57d1ad2,
  .home.elementor-page-1099 .elementor-element-45c1141,
  .home.elementor-page-1099 .elementor-element-75b9bc43,
  .home.elementor-page-1099 .elementor-element-4e904c7c,
  .home.elementor-page-1099 .elementor-element-1fb8b9e6,
  .home.elementor-page-1099 .elementor-element-21ef2d9b,
  .home.elementor-page-1099 .elementor-element-411b225 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .home.elementor-page-1099 .elementor-element-4fa4aa7,
  .home.elementor-page-1099 .elementor-element-206f805 {
    gap: 36px;
  }

  .home.elementor-page-1099 .elementor-element-96d4ad8 img {
    width: 100% !important;
    max-width: none !important;
  }

  .home.elementor-page-1099 .elementor-element-206f805,
  .home.elementor-page-1099 .elementor-element-eaedb6f {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home.elementor-page-1099 .elementor-element-8976bea {
    aspect-ratio: 16 / 7;
  }

  .home.elementor-page-1099 .elementor-element-570643bc,
  .home.elementor-page-1099 .elementor-element-40fcbbee,
  .home.elementor-page-1099 .elementor-element-dc2178a {
    display: none !important;
  }

  .home.elementor-page-1099 .elementor-element-4d18d271,
  .home.elementor-page-1099 .elementor-element-374b8139,
  .home.elementor-page-1099 .elementor-element-59bd93a0,
  .home.elementor-page-1099 .elementor-element-c9a8c7a {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .home.elementor-page-1099 .elementor-element-6ecf138,
  .home.elementor-page-1099 .elementor-element-57d1ad2,
  .home.elementor-page-1099 .elementor-element-45c1141,
  .home.elementor-page-1099 .elementor-element-75b9bc43,
  .home.elementor-page-1099 .elementor-element-4e904c7c,
  .home.elementor-page-1099 .elementor-element-1fb8b9e6,
  .home.elementor-page-1099 .elementor-element-21ef2d9b,
  .home.elementor-page-1099 .elementor-element-411b225 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .home.elementor-page-1099 .elementor-element-4fa4aa7,
  .home.elementor-page-1099 .elementor-element-206f805 {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px;
  }

  .home.elementor-page-1099 .elementor-element-8976bea {
    display: none !important;
  }

  .home.elementor-page-1099 .elementor-element-433d3ab,
  .home.elementor-page-1099 .elementor-element-24296a0 {
    gap: 28px !important;
  }

  .home.elementor-page-1099 .elementor-element-eaedb6f {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Final homepage overrides (kept last so they win over legacy breakpoint rules). */
.home.elementor-page-1099 .elementor-invisible { visibility: visible !important; opacity: 1 !important; animation: none !important; }
.home.elementor-page-1099 .elementor-element-4a427a6,
.home.elementor-page-1099 .elementor-element-361b8ef9,
.home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
.home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide { min-height: 720px !important; height: 720px !important; }
.home.elementor-page-1099 .elementor-element-30dac71,
.home.elementor-page-1099 .elementor-element-4c86946,
.home.elementor-page-1099 .elementor-element-27ce5f6,
.home.elementor-page-1099 .elementor-element-30dac71 .wdt-clip-path-slider,
.home.elementor-page-1099 .elementor-element-4c86946 .wdt-clip-path-slider,
.home.elementor-page-1099 .elementor-element-27ce5f6 .wdt-clip-path-slider { height: 720px !important; min-height: 720px !important; }
.home.elementor-page-1099 .elementor-element-387b17d { width: min(100%, 1360px) !important; max-width: 1360px !important; margin: 0 auto !important; padding: 0 !important; }
.home.elementor-page-1099 .elementor-element-387b17d > .e-con-child { width: 50% !important; padding-left: 0 !important; }
.home.elementor-page-1099 .elementor-element-9b7b3e3,
.home.elementor-page-1099 .elementor-element-e36de4c,
.home.elementor-page-1099 .elementor-element-6faab13 {
  min-height: 720px !important;
  height: 720px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}
.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-title {
  width: min(100%, 650px) !important;
  max-width: 650px !important;
  font-size: clamp(36px, 4vw, 54px) !important;
  line-height: 1.1 !important;
}
.home.elementor-page-1099 .elementor-element-361b8ef9 .wdt-heading-content-wrapper {
  width: min(100%, 620px) !important;
  max-width: 620px !important;
  font-size: clamp(15px, 1.25vw, 17px) !important;
  line-height: 1.6 !important;
}
.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-detail-group,
.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-title,
.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-description,
.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-button { text-align: left !important; }
.home.elementor-page-1099 .elementor-element-ab46ce4 .wdt-content-item { align-items: flex-start !important; }
.hachill-mm__toggle span { width: 8px; height: 8px; display: inline-block; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; font-size: 0 !important; transform: rotate(45deg) translateY(-2px); }
.hachill-mm__item.is-open .hachill-mm__toggle span { transform: rotate(225deg) translateY(-2px); }
.hachill-mm__toplink { font-size: 15px; }
.hachill-mm__bar { min-height: 84px; }
.hachill-mm__top { height: 84px; }
.hachill-mm__panel { top: 84px; }
.home.elementor-page-1099 .elementor-element-3b274d9 { align-content: flex-start; }
.home.elementor-page-1099 .elementor-element-208df3f,
.home.elementor-page-1099 .elementor-element-11a1a12 { width: auto !important; margin: 0 !important; display: inline-flex !important; vertical-align: middle; }
.home.elementor-page-1099 .elementor-element-208df3f + .elementor-element-11a1a12 { margin-left: 16px !important; }
.home.elementor-page-1099 .elementor-element-21ef2d9b img,
.home.elementor-page-1099 .elementor-element-21ef2d9b .elementor-element-22f178b8,
.home.elementor-page-1099 .elementor-element-21ef2d9b .elementor-element-591dea23 { border: 0 !important; box-shadow: none !important; }
.home.elementor-page-1099 .elementor-element-21ef2d9b .elementor-accordion-item { margin-bottom: 14px !important; }
.home.elementor-page-1099 .elementor-element-22f6e010 .wdt-accordion-toggle-title-holder { padding-top: 18px !important; padding-bottom: 18px !important; }
.home.elementor-page-1099 .elementor-element-eaedb6f { display: grid !important; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important; align-items: start; gap: 56px !important; }
.home.elementor-page-1099 .elementor-element-c9a8c7a { display: contents !important; }
.home.elementor-page-1099 .elementor-element-603b363 { grid-column: 1; grid-row: 1; }
.home.elementor-page-1099 .elementor-element-82d2053 { grid-column: 2; grid-row: 1 / span 2; }
.home.elementor-page-1099 .elementor-element-dc2178a { grid-column: 1; grid-row: 2; }
.home.elementor-page-1099 .elementor-element-603b363 .wdt-heading-holder,
.home.elementor-page-1099 .elementor-element-0dd8860 .wdt-heading-holder,
.home.elementor-page-1099 .elementor-element-dc2178a { text-align: left !important; }
@media (max-width: 1024px) {
  .home.elementor-page-1099 .elementor-element-4a427a6,
  .home.elementor-page-1099 .elementor-element-361b8ef9,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide { min-height: 620px !important; height: 620px !important; }
  .home.elementor-page-1099 .elementor-element-387b17d > .e-con-child { width: 100% !important; }
  .home.elementor-page-1099 .elementor-element-9b7b3e3,
  .home.elementor-page-1099 .elementor-element-e36de4c,
  .home.elementor-page-1099 .elementor-element-6faab13 { min-height: 620px !important; height: 620px !important; padding: 0 24px !important; }
  .home.elementor-page-1099 .elementor-element-eaedb6f { grid-template-columns: minmax(0, 1fr) !important; gap: 32px !important; }
  .home.elementor-page-1099 .elementor-element-603b363,
  .home.elementor-page-1099 .elementor-element-82d2053,
  .home.elementor-page-1099 .elementor-element-dc2178a { grid-column: 1; grid-row: auto; }
}
@media (max-width: 767px) {
  .home.elementor-page-1099 .elementor-element-4a427a6,
  .home.elementor-page-1099 .elementor-element-361b8ef9,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper,
  .home.elementor-page-1099 .elementor-element-361b8ef9 .swiper-slide { min-height: 560px !important; height: 560px !important; }
  .home.elementor-page-1099 .elementor-element-9b7b3e3,
  .home.elementor-page-1099 .elementor-element-e36de4c,
  .home.elementor-page-1099 .elementor-element-6faab13 { min-height: 560px !important; height: 560px !important; padding: 0 18px !important; }
  .home.elementor-page-1099 .elementor-element-208df3f,
  .home.elementor-page-1099 .elementor-element-11a1a12 { width: 100% !important; display: flex !important; }
  .home.elementor-page-1099 .elementor-element-208df3f + .elementor-element-11a1a12 { margin-top: 12px !important; margin-left: 0 !important; }
}
