.cls-1 {
  fill: #1f1f1f;
  stroke-width: 0;
}

:root {
  --apex-site-font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--apex-site-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
.brxe-heading {
  font-family: var(--apex-site-font-family) !important;
}

/* Restore the clock icon near "Emergency Service Available" across all pages */
#brxe-cwgthd {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 0.45rem;
}

#brxe-cwgthd::before {
  content: "";
  width: 1.55rem;
  height: 1.55rem;
  flex: 0 0 1.55rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2.2'/%3E%3Cpath d='M12 7v5l3 2' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2.2'/%3E%3Cpath d='M12 7v5l3 2' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.apex-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.apex-form-success,
.apex-form-error {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.9rem;
}

.apex-form-success {
  color: #03643c;
  background: #def7ec;
  border: 1px solid #84e1bc;
}

.apex-form-error {
  color: #9b1c1c;
  background: #fde8e8;
  border: 1px solid #f8b4b4;
}

.apex-blog-post {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 16px 80px;
}

.apex-booking-form-shell {
  width: 100%;
  max-width: 760px;
  margin: 10px auto 0;
}

.apex-booking-head h3 {
  margin: 10px 0 6px;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.apex-booking-head p {
  margin: 0 0 14px;
  color: #1f3b3e;
  font-size: 0.98rem;
}

.apex-booking-form {
  display: grid;
  gap: 12px;
}

.apex-booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.apex-booking-grid label,
.apex-booking-check {
  display: grid;
  gap: 6px;
  font-size: 0.95rem;
  color: #0e1e20;
}

.apex-booking-grid label span {
  font-weight: 700;
}

.apex-booking-grid input,
.apex-booking-grid select,
.apex-booking-grid textarea {
  width: 100%;
  border: 1px solid #bfd0d3;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  color: #0b0b0b;
  background: #ffffff;
}

.apex-booking-grid textarea {
  min-height: 96px;
  resize: vertical;
}

.apex-booking-full {
  grid-column: 1 / -1;
}

.apex-booking-check {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  border: 1px solid #bfd0d3;
  border-radius: 12px;
  padding: 10px 12px;
  background: #ffffff;
}

.apex-booking-check input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}

.apex-booking-check span {
  font-size: 0.92rem;
  line-height: 1.35;
}

.apex-booking-submit {
  border: 0;
  border-radius: 14px;
  padding: 13px 16px;
  background: #0a9f9b;
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 800;
  cursor: pointer;
}

.apex-booking-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.apex-booking-status {
  min-height: 1.2em;
  font-size: 0.93rem;
  line-height: 1.35;
}

.apex-booking-status.is-success {
  color: #04693f;
}

.apex-booking-status.is-error {
  color: #8a1f1f;
}

#brxe-crdbtz {
  color: #0b7a78 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

#brxe-crdbtz:hover {
  color: #075e5d !important;
}

.apex-footer-shell {
  width: min(1240px, 100%);
  margin: 1.2rem auto 0;
  padding: 0 1rem;
  box-sizing: border-box;
}

.apex-footer-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid #c9d8dd;
  border-radius: 16px;
  background: #f4f9fa;
}

.apex-footer-brand {
  display: inline-flex;
  align-items: center;
}

.apex-footer-brand img {
  width: 142px;
  height: auto;
  display: block;
}

.apex-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
}

.apex-footer-nav a {
  font-size: 0.92rem;
  line-height: 1.2;
  font-weight: 700;
  color: #10262a;
  text-decoration: none;
}

.apex-footer-nav a:hover {
  color: #0b7a78;
}

.apex-footer-legal-link {
  text-decoration: none !important;
}

.apex-footer-emergency {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #3db9b6;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff !important;
  background: linear-gradient(135deg, #49c1bf 0%, #2aa7a4 100%);
  box-shadow: 0 8px 18px rgba(44, 167, 164, 0.35);
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.apex-footer-emergency:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 12px 22px rgba(44, 167, 164, 0.42);
}

.apex-footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.apex-footer-social #brxe-maqmkw {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.apex-footer-social #brxe-maqmkw .icon {
  font-size: 1.1rem;
}

.apex-footer-social #brxe-maqmkw a {
  color: #10262a;
}

.apex-footer-social #brxe-maqmkw a:hover {
  color: #0b7a78;
}

.apex-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  padding: 10px 4px 2px;
  font-size: 0.8rem;
  color: #1d3337;
}

.apex-footer-credit {
  font-size: 0.76rem;
}

.apex-footer-bottom a {
  color: #10262a;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.apex-footer-bottom a:hover {
  color: #0b7a78;
}/* Book Online triggers should show link-like cursor across the site */
.brxe-button[data-interactions*="templateId"][data-interactions*="2027"],
.bricks-button[data-interactions*="templateId"][data-interactions*="2027"] {
  cursor: pointer !important;
}

[data-interactions*="2027"][class*="brxe-button"],
[data-interactions*="2027"][class*="bricks-button"],
[data-interactions*="2027"][class*="brxe-button"] *,
[data-interactions*="2027"][class*="bricks-button"] * {
  cursor: pointer !important;
}

.apex-scroll-top {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 2147481000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(73, 193, 191, 0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, #49c1bf 0%, #2aa7a4 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(8, 38, 45, 0.28);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease, filter 0.24s ease;
}

.apex-scroll-top svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.apex-scroll-top:hover {
  filter: brightness(1.05);
}

.apex-scroll-top:focus-visible {
  outline: 3px solid rgba(73, 193, 191, 0.45);
  outline-offset: 2px;
}

.apex-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.brxe-popup-2027.brx-popup {
  align-items: flex-start !important;
  overflow-y: auto;
}

.brxe-popup-2027 .brx-popup-content {
  margin-top: max(10px, env(safe-area-inset-top));
}

.apex-popup-close {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body.apex-booking-popup-open .brxe-popup-2027,
body.apex-booking-popup-open .brxe-popup-2027 .brx-popup-content,
body.apex-booking-popup-open .brxe-popup-2027 #brxe-b31dc3 {
  scroll-behavior: auto;
}

/* Completed Works cards visual refresh */
#apex-jobs-filter-wrap {
  padding-top: 0 !important;
  padding-bottom: 0.75rem !important;
}

.apex-jobs-filter {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: end;
  gap: 12px;
  max-width: 640px;
}

.apex-jobs-filter-label {
  display: block;
  margin-bottom: 8px;
  color: #102f35;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.apex-jobs-filter-select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #b8d9dd;
  border-radius: 14px;
  padding: 10px 14px;
  color: #0f2d33;
  background: #ffffff;
  font-size: 0.96rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(8, 38, 45, 0.08);
}

.apex-jobs-filter-select:focus {
  outline: 2px solid rgba(73, 193, 191, 0.5);
  outline-offset: 1px;
  border-color: #49c1bf;
}

.apex-jobs-filter-clear {
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #49c1bf;
  border-radius: 14px;
  background: #ffffff;
  color: #0f666b;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.apex-jobs-filter-clear:hover {
  background: #49c1bf;
  color: #ffffff;
}

.apex-jobs-empty {
  display: none;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #b8d9dd;
  background: #f5fbfb;
  color: #15373d;
  font-weight: 600;
}

#brxe-cewurf {
  gap: 1.8rem !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
}

.brxe-wnguvd {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch !important;
  cursor: pointer;
  overflow: hidden;
  padding: 14px 14px 12px;
  min-height: 100%;
  border-radius: 26px !important;
  border: 1px solid rgba(73, 193, 191, 0.28);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%) !important;
  box-shadow: 0 10px 28px rgba(8, 38, 45, 0.09);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, filter 0.35s ease;
}

.brxe-wnguvd::before {
  content: "";
  position: absolute;
  inset: -40% -40% auto -40%;
  height: 140px;
  background: radial-gradient(circle at center, rgba(73, 193, 191, 0.28) 0%, rgba(73, 193, 191, 0) 72%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
}

.brxe-wnguvd:hover {
  transform: translateY(-12px) scale(1.01);
  border-color: rgba(73, 193, 191, 0.6);
  box-shadow: 0 24px 52px rgba(8, 38, 45, 0.22);
  filter: saturate(1.05);
}

.brxe-wnguvd:focus-visible {
  outline: 3px solid rgba(73, 193, 191, 0.7);
  outline-offset: 2px;
}

.brxe-wnguvd .brxe-nghugu {
  position: relative;
  width: 100% !important;
  margin-bottom: 12px;
  border-radius: 18px;
  overflow: hidden;
  background: #deeff1;
  box-shadow: 0 8px 18px rgba(8, 38, 45, 0.14);
  z-index: 1;
}

.brxe-wnguvd .brxe-nghugu::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(5, 31, 37, 0.26) 0%, rgba(5, 31, 37, 0) 100%);
  pointer-events: none;
}

.brxe-wnguvd .brxe-nghugu img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  transition: transform 0.45s ease;
}

.brxe-wnguvd:hover .brxe-nghugu img {
  transform: scale(1.075);
}

.brxe-wnguvd .brxe-dbdrde,
.brxe-wnguvd .brxe-sldfeo {
  width: 100%;
  text-align: left;
  letter-spacing: -0.25px;
  margin-bottom: 9px !important;
  padding: 0 2px;
  z-index: 1;
}

.brxe-wnguvd .brxe-dbdrde {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.12rem) !important;
  line-height: 1.34;
}

.brxe-wnguvd .brxe-dbdrde a {
  color: #0e2930;
  text-decoration: none;
  transition: color 0.25s ease;
}

.brxe-wnguvd:hover .brxe-dbdrde a {
  color: #0a706d;
}

.brxe-wnguvd .brxe-sldfeo {
  margin-bottom: 12px !important;
}

.brxe-wnguvd .brxe-sldfeo a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(73, 193, 191, 0.16);
  color: #0f5f5d !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
}

.brxe-wnguvd .brxe-cjkbgq,
.brxe-wnguvd .brxe-lvbyct {
  width: 100%;
  margin: 0 !important;
  z-index: 1;
}

.brxe-wnguvd .brxe-cjkbgq li.has-link a,
.brxe-wnguvd .brxe-lvbyct li.has-link a {
  border-radius: 12px;
  border: 1px solid rgba(73, 193, 191, 0.25);
  background: rgba(255, 255, 255, 0.7);
  padding-top: 8px !important;
  padding-right: 11px !important;
  padding-bottom: 8px !important;
  padding-left: 11px !important;
  color: #13353c;
  font-size: 0.84rem;
  backdrop-filter: blur(3px);
}

.brxe-wnguvd .brxe-cjkbgq svg,
.brxe-wnguvd .brxe-lvbyct svg {
  color: #0c7b79;
}

.brxe-wnguvd .brxe-cjkbgq .icon,
.brxe-wnguvd .brxe-lvbyct .icon {
  font-size: 13px !important;
}

.brxe-wnguvd .brxe-ofhstr {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 1;
}

.brxe-wnguvd .brxe-tqtnyh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid #3db9b6;
  border-radius: 999px;
  font-size: 0.86rem;
  color: #ffffff;
  background: linear-gradient(135deg, #49c1bf 0%, #2aa7a4 100%);
  box-shadow: 0 8px 18px rgba(44, 167, 164, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.brxe-wnguvd .brxe-tqtnyh:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 12px 22px rgba(44, 167, 164, 0.42);
}

.brxe-wnguvd .brxe-vbwfqm {
  opacity: 0.78;
  margin-right: 0;
}

/* Service/Product cards: full-click area + hover lift (global) */
.brxe-rpgoqr {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px 14px 16px;
  border-radius: 24px;
  border: 1px solid rgba(73, 193, 191, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #f5fbfb 100%);
  box-shadow: 0 10px 24px rgba(8, 38, 45, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.brxe-rpgoqr:hover {
  transform: translateY(-9px);
  border-color: rgba(73, 193, 191, 0.55);
  box-shadow: 0 20px 42px rgba(8, 38, 45, 0.16);
}

.brxe-rpgoqr .brxe-fwomro {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  aspect-ratio: 5 / 4 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin-bottom: 12px !important;
  border-radius: 18px;
  overflow: hidden;
}

.brxe-rpgoqr .brxe-fwomro img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.brxe-rpgoqr:hover .brxe-fwomro img {
  transform: scale(1.04);
}

.brxe-rpgoqr .brxe-bapmnk {
  margin-top: auto;
  margin-bottom: 0 !important;
  min-height: 2.8em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.brxe-rpgoqr .brxe-bapmnk a {
  text-decoration: none;
}

/* Home page service cards (5 columns): keep visuals more square */
#brxe-ladnwp .brxe-rpgoqr {
  padding: 14px 14px 16px !important;
}

#brxe-ladnwp .brxe-rpgoqr .brxe-fwomro {
  aspect-ratio: 5 / 4 !important;
  min-height: 0 !important;
  max-height: none !important;
  margin-bottom: 12px !important;
}

@media (max-width: 767px) {
  .apex-scroll-top {
    width: 48px;
    height: 48px;
    right: max(12px, env(safe-area-inset-right));
    bottom: calc(14px + env(safe-area-inset-bottom));
  }

  body.apex-mobile-cta-active .apex-scroll-top {
    bottom: calc(124px + env(safe-area-inset-bottom));
  }

  .apex-jobs-filter {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .apex-jobs-filter-clear {
    width: 100%;
  }

  .brxe-wnguvd:hover {
    transform: none;
    box-shadow: 0 12px 28px rgba(8, 38, 45, 0.12);
    filter: none;
  }

  .brxe-wnguvd {
    border-radius: 22px !important;
  }

  .brxe-wnguvd .brxe-nghugu {
    border-radius: 16px;
  }

  .brxe-rpgoqr:hover {
    transform: none;
    box-shadow: 0 10px 24px rgba(8, 38, 45, 0.1);
  }

  .brxe-rpgoqr {
    padding: 14px 14px 18px;
  }

  .brxe-rpgoqr .brxe-fwomro {
    aspect-ratio: 5 / 4 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-bottom: 12px !important;
  }

  #brxe-ladnwp .brxe-rpgoqr .brxe-fwomro {
    min-height: 0 !important;
    max-height: none !important;
  }

  .apex-footer-top {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .apex-footer-brand img {
    width: 132px;
  }

  .apex-footer-nav {
    justify-content: center;
  }

  .apex-footer-emergency {
    width: 100%;
  }

  .apex-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 8px;
  }

  .apex-booking-grid {
    grid-template-columns: 1fr;
  }

  .apex-booking-head h3 {
    font-size: 1.8rem;
  }

  .apex-booking-head p {
    font-size: 0.92rem;
  }

  .apex-booking-grid input,
  .apex-booking-grid select,
  .apex-booking-grid textarea,
  .apex-booking-submit {
    min-height: 44px;
    font-size: 16px;
  }

  body.apex-mobile-cta-active {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  #brxe-eazjhc {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 2147483000 !important;
    isolation: isolate;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  #brxe-frxqxl,
  #brxe-lknjso,
  #brxe-dgdwvi,
  #brxe-lxmbkf {
    position: relative;
    z-index: 2147483001;
  }

  body.apex-mobile-cta-active.apex-booking-popup-open .brxe-popup-2027.brx-popup {
    padding-bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  }

  body.apex-mobile-cta-active.apex-booking-popup-open .brxe-popup-2027 .brx-popup-content {
    margin-top: env(safe-area-inset-top);
    max-height: calc(100vh - 96px - env(safe-area-inset-bottom));
    max-height: calc(100dvh - 96px - env(safe-area-inset-bottom));
    overflow-y: auto;
  }

body.apex-mobile-cta-active.apex-booking-popup-open .brxe-popup-2027 #brxe-b31dc3,
  body.apex-mobile-cta-active.apex-booking-popup-open .brxe-popup-2027 .apex-booking-form-shell {
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }
}

#apex-seo-home-block {
  background: #f4f9fa;
}

#apex-seo-home-block .brxe-container {
  max-width: 1080px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(73, 193, 191, 0.25);
  border-radius: 24px;
  padding: clamp(20px, 3vw, 36px);
}

#apex-seo-home-block h2,
#apex-seo-home-block h3 {
  color: #072027;
}

#apex-seo-home-block p,
#apex-seo-home-block li {
  color: #1d2f33;
  line-height: 1.65;
}

#apex-seo-home-block a {
  color: #0f7f87;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#apex-seo-home-block ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}


/* Performance: reduce CLS in hero title block */
#brxe-bcuqpz { min-height: 7rem; text-wrap: balance; }
@media (max-width: 767px) { #brxe-bcuqpz { min-height: 8rem; } }

/* Mobile nav: clean burger / close icon (phone only) */
@media (max-width: 478px) {
  #brxe-eabrqj .bricks-mobile-menu-toggle {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    background-image: none !important;
    color: #0f172a !important;
    line-height: 0;
    font-size: 0;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }

  #brxe-eabrqj .bricks-mobile-menu-toggle::before,
  #brxe-eabrqj .bricks-mobile-menu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
  }

  /* Closed state: 3 equal lines */
  #brxe-eabrqj .bricks-mobile-menu-toggle::before {
    transform: translate(-50%, -10px);
    box-shadow: 0 10px 0 0 currentColor;
  }

  #brxe-eabrqj .bricks-mobile-menu-toggle::after {
    transform: translate(-50%, 10px);
  }

  /* Open state: classic X */
  #brxe-eabrqj.show-mobile-menu .bricks-mobile-menu-toggle::before {
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: none;
  }

  #brxe-eabrqj.show-mobile-menu .bricks-mobile-menu-toggle::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/* Tablet: keep regular navigation and hide mobile toggle */
@media (min-width: 479px) and (max-width: 991px) {
  #brxe-eabrqj .bricks-mobile-menu-toggle,
  #brxe-eabrqj .bricks-mobile-menu-wrapper,
  #brxe-eabrqj .bricks-mobile-menu-overlay {
    display: none !important;
  }

  #brxe-eabrqj .bricks-nav-menu-wrapper {
    display: block !important;
  }
}
