/* ── Layout shift guards (first paint) ─────────────────────────────────── */
.elementor-invisible {
  visibility: hidden !important;
}

.elementor-704 .elementor-element-b2d1afd div.wdt-logo-container img {
  width: 150px;
  max-width: 150px;
  height: auto;
  aspect-ratio: 942 / 222;
}

body:not(.home) #header-wrapper {
  min-height: clamp(96px, 14vw, 160px);
}

body.home #header-wrapper {
  min-height: 0;
}

body.home #header-wrapper.header-top-absolute {
  position: relative;
  z-index: 30;
}

body.home #header-wrapper.header-top-absolute #header {
  z-index: 30;
}

body.home .bh-home-hero {
  z-index: 1;
}

.elementor-704 .wdt-logo-container a {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

@media (max-width: 767px) {
  body:not(.home) #header-wrapper {
    min-height: 88px;
  }

  .elementor-704 .elementor-element-b2d1afd div.wdt-logo-container img {
    width: 130px;
    max-width: 130px;
  }
}

/* Home hero – banner background (image mode only; video uses .bh-home-hero--video) */
.elementor-457 .elementor-element.elementor-element-80131d9:not(.bh-home-hero--video):not(.elementor-motion-effects-element-type-background),
.elementor-457 .elementor-element.elementor-element-80131d9:not(.bh-home-hero--video) > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: var(
    --home-hero-bg,
    image-set(
      url("/images/Banner/Banner.webp") type("image/webp"),
      url("/images/Banner/Banner.jpg") type("image/jpeg")
    )
  ) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.elementor-457 .elementor-element.elementor-element-80131d9.bh-home-hero--video,
.elementor-457 .elementor-element.elementor-element-80131d9.bh-home-hero--video:not(.elementor-motion-effects-element-type-background),
.elementor-457 .elementor-element.elementor-element-80131d9.bh-home-hero--video > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: none !important;
  --home-hero-bg: none;
  background-color: #0f1a17 !important;
}

/* Hero title – keep "Are Built Through BathXpertz." on one line */
.elementor-457 .elementor-element.elementor-element-0bba8f4 .bh-home-hero-title-line {
  display: inline-block !important;
  width: auto !important;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .elementor-457 .elementor-element.elementor-element-0bba8f4 .bh-home-hero-title-line {
    white-space: normal;
  }
}

.bh-home-hero-sound {
  position: absolute;
  /* Left side — chat widget sits bottom-right and would cover this */
  left: clamp(1rem, 2vw, 1.75rem);
  right: auto;
  bottom: clamp(1rem, 2vw, 1.75rem);
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(11, 15, 23, 0.85);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  backdrop-filter: blur(6px);
  pointer-events: auto;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bh-home-hero-sound.is-muted {
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
  animation: bh-sound-pulse 1.8s ease-in-out infinite;
}

.bh-home-hero-sound:hover {
  background: rgba(11, 15, 23, 0.95);
  border-color: rgba(255, 255, 255, 0.55);
}

@keyframes bh-sound-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

.elementor-457 .elementor-element.elementor-element-0bba8f4 .wdt-opt-image img {
  display: block;
  object-fit: cover;
  vertical-align: middle;
}

/* Product detail – design details card + CTA buttons */
.bh-product-design-details {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 1.5rem;
}

.bh-product-design-details__meta {
  margin-bottom: 0;
  padding-bottom: clamp(1.5rem, 1.15rem + 1vw, 2.25rem);
}

.bh-product-design-details__meta p {
  margin: 0 0 0.35rem;
  font-size: clamp(0.92rem, 0.88rem + 0.15vw, 1rem);
  line-height: 1.6;
  color: var(--wdtHeadAltColor, #11231f);
}

.bh-product-design-details__meta p:last-child {
  margin-bottom: 0;
}

.bh-product-design-details__meta strong {
  font-weight: 600;
}

.bh-product-design-card {
  margin-top: 0;
  border: 1px solid rgba(17, 35, 31, 0.14);
  border-radius: 18px;
  padding: clamp(1.1rem, 1rem + 0.4vw, 1.35rem) clamp(1.15rem, 1rem + 0.5vw, 1.5rem);
  background: #ffffff;
}

.bh-product-design-card__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  font-weight: 600;
  color: var(--wdtHeadAltColor, #11231f);
}

.bh-product-design-card__list {
  margin: 0;
  padding: 0;
}

.bh-product-design-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(17, 35, 31, 0.1);
}

.bh-product-design-card__row:last-of-type {
  border-bottom: 0;
}

.bh-product-design-card__row dt {
  margin: 0;
  font-size: clamp(0.92rem, 0.88rem + 0.15vw, 1rem);
  font-weight: 500;
  color: var(--wdtHeadAltColor, #11231f);
}

.bh-product-design-card__row dd {
  margin: 0;
  font-size: clamp(0.92rem, 0.88rem + 0.15vw, 1rem);
  color: rgba(17, 35, 31, 0.62);
  text-align: right;
}

.bh-product-design-card__more {
  display: block;
  width: fit-content;
  margin: 0.85rem auto 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(17, 35, 31, 0.55);
  text-decoration: none;
  transition: color 0.25s ease;
}

.bh-product-design-card__more:hover {
  color: var(--wdtPrimaryColor, #135454);
}

.bh-product-design-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: clamp(1.5rem, 1.15rem + 1vw, 2rem);
  padding-top: clamp(1.25rem, 1rem + 0.8vw, 1.75rem);
  border-top: 1px solid rgba(17, 35, 31, 0.12);
}

.bh-product-design-actions__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bh-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-size: clamp(0.78rem, 0.74rem + 0.15vw, 0.88rem);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.bh-product-btn--outline {
  flex: 1 1 11rem;
  border: 1px solid rgba(17, 35, 31, 0.22);
  background: #ffffff;
  color: var(--wdtHeadAltColor, #11231f);
}

.bh-product-btn--outline:hover {
  border-color: var(--wdtPrimaryColor, #135454);
  color: var(--wdtPrimaryColor, #135454);
}

.bh-product-btn--teal {
  flex: 1 1 11rem;
  border: 1px solid #135454;
  background: #135454;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.bh-product-btn--teal:hover {
  background: #70c3b3;
  border-color: #70c3b3;
  color: #ffffff;
}

.bh-product-btn--primary {
  width: 100%;
  border: 1px solid #135454;
  background: #135454;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.bh-product-btn--primary:hover {
  background: #70c3b3;
  border-color: #70c3b3;
  color: #ffffff;
}

.bh-product-full-description {
  margin-top: clamp(1.35rem, 1.05rem + 0.9vw, 1.85rem);
  padding-top: clamp(1.15rem, 0.9rem + 0.7vw, 1.55rem);
  border-top: 1px solid rgba(17, 35, 31, 0.12);
  color: var(--wdtBodyTxtColor, #40514c);
  font-size: clamp(0.92rem, 0.88rem + 0.18vw, 1.02rem);
  line-height: 1.7;
}

.bh-product-full-description__html > *:first-child {
  margin-top: 0;
}

.bh-product-full-description__html > *:last-child {
  margin-bottom: 0;
}

.bh-product-full-description__html a {
  color: var(--wdtPrimaryColor, #135454);
  text-decoration: underline;
}

.bh-product-full-description__html ul,
.bh-product-full-description__html ol {
  margin: 0.75rem 0;
  padding-left: 1.25rem;
}

@media (max-width: 640px) {
  .bh-product-design-actions__row {
    flex-direction: column;
  }

  .bh-product-btn--outline,
  .bh-product-btn--teal {
    flex: 1 1 auto;
    width: 100%;
  }
}

/* Product detail gallery – keep original 570×735 portrait frame for legacy galleries */
.wdt-product-image-gallery-holder:not(.bh-product-gallery) .wdt-product-image-gallery .wdt-product-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 570 / 735;
  object-fit: cover;
  object-position: center center;
}

.wdt-product-image-gallery-holder:not(.bh-product-gallery)
  .wdt-product-image-gallery-thumb-container.swiper-container
  .swiper-wrapper
  .swiper-slide {
  aspect-ratio: 570 / 735;
}

.wdt-product-image-gallery-holder:not(.bh-product-gallery)
  .wdt-product-image-gallery-thumb-container.swiper-container
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  aspect-ratio: 570 / 735;
  object-fit: cover;
  object-position: center center;
}

/* Product gallery – original main image, compact left thumbnails */
.bh-product-gallery.wdt-product-image-gallery-holder {
  overflow: visible;
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.bh-product-gallery.wdt-product-image-gallery-holder.wdt-product-vertical-thumb-left {
  flex-direction: unset !important;
}

.bh-product-gallery .bh-product-gallery__main {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  overflow: hidden;
}

.bh-product-gallery .bh-product-gallery__thumbs {
  grid-column: 1;
  grid-row: 1;
}

.bh-product-gallery .bh-product-gallery__main .swiper-slide,
.bh-product-gallery .bh-product-gallery__main .wdt-product-image {
  height: auto;
  display: block;
  background: #f6f6f6;
}

.bh-product-gallery .bh-product-gallery__main .wdt-product-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 570 / 735;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.bh-product-gallery .bh-product-gallery__thumbs.swiper-container-vertical {
  overflow: hidden;
  max-height: min(82vh, 860px);
  margin: 0 !important;
  width: 72px !important;
  align-self: start;
}

.bh-product-gallery .bh-product-gallery__thumbs .swiper-wrapper {
  justify-content: flex-start !important;
  align-items: stretch;
}

.bh-product-gallery .bh-product-gallery__thumbs .swiper-slide::before {
  display: none !important;
}

.bh-product-gallery .bh-product-gallery__thumbs .swiper-slide {
  height: 64px !important;
  width: 72px !important;
  aspect-ratio: auto !important;
  cursor: pointer;
  box-sizing: border-box;
  background: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.bh-product-gallery .bh-product-gallery__thumbs .swiper-slide:first-child {
  margin-top: 0;
}

.bh-product-gallery .bh-product-gallery__thumbs .swiper-slide img {
  width: 100%;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.bh-product-gallery .bh-product-gallery__thumbs .swiper-slide-thumb-active {
  border-color: rgba(45, 122, 114, 0.65);
  box-shadow: inset 0 0 0 1px rgba(45, 122, 114, 0.35);
}

.bh-product-gallery .bh-product-gallery__thumbs .swiper-slide-thumb-active::before {
  display: none;
}

.bh-product-gallery .bh-product-gallery__main .swiper-slide {
  height: auto;
}

@media (max-width: 767px) {
  .bh-product-gallery.wdt-product-image-gallery-holder {
    grid-template-columns: 1fr;
  }

  .bh-product-gallery .bh-product-gallery__main {
    grid-column: 1;
    grid-row: 1;
  }

  .bh-product-gallery .bh-product-gallery__thumbs {
    grid-column: 1;
    grid-row: 2;
  }

  .bh-product-gallery .bh-product-gallery__thumbs.swiper-container-horizontal {
    width: 100% !important;
    max-height: none;
    margin: 12px 0 0 !important;
    overflow-x: auto;
  }

  .bh-product-gallery .bh-product-gallery__thumbs.swiper-container-horizontal .swiper-slide {
    width: 88px !important;
    height: 88px !important;
  }
}

/* Scroll reveal – hidden until element enters viewport */
[data-scroll-animation].elementor-invisible {
  visibility: hidden;
}

[data-scroll-animation].animated {
  visibility: visible;
}

/* Preloader – site brand colors */
.wdt-loader-roller {
  border-color: #135454 !important;
  background-image: linear-gradient(
    to bottom,
    #70c3b3 0%,
    #70c3b3 80%,
    rgba(112, 195, 179, 0.75) 80%
  ) !important;
}

.wdt-loader-roller::after {
  border-color: #135454 !important;
}

.wdt-loader-handle,
.wdt-loader-handle::after {
  background-color: #135454 !important;
}

.wdt-loader-paint {
  background-color: #70c3b3 !important;
}

.loader-text {
  background-image: linear-gradient(to right, #70c3b3 10%, #135454 50%, #70c3b3 60%) !important;
}

.wdt-search-form-container:not(.show) {
  display: none !important;
}

body > .wdt-search-form-container.show,
body > .bh-header-search-overlay.show {
  display: block !important;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: clamp(160px, 40vh, 280px) !important;
  z-index: 99999 !important;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  box-shadow: 0 0 0 100vmax rgba(19, 84, 84, 0.78) !important;
  background-color: #f0fffc !important;
}

body > .wdt-search-form-container.show #searchform,
body > .bh-header-search-overlay.show #searchform {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(35em, calc(100vw - 40px));
  max-width: 100%;
}

body > .wdt-search-form-container.show #searchform input[type="text"],
body > .wdt-search-form-container.show #searchform input[type="search"],
body > .bh-header-search-overlay.show #searchform input[type="text"],
body > .bh-header-search-overlay.show #searchform input[type="search"] {
  background: #ffffff !important;
  border: 2px solid #70c3b3 !important;
  color: #135454 !important;
  border-radius: var(--wdtRadius_Part, 999px) !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

body > .wdt-search-form-container.show #searchform input[type="text"]:focus,
body > .wdt-search-form-container.show #searchform input[type="search"]:focus,
body > .bh-header-search-overlay.show #searchform input[type="text"]:focus,
body > .bh-header-search-overlay.show #searchform input[type="search"]:focus {
  border-color: #135454 !important;
  box-shadow: 0 0 0 3px rgba(112, 195, 179, 0.35) !important;
  outline: none !important;
}

body > .wdt-search-form-container.show #searchform input[type="text"]::placeholder,
body > .wdt-search-form-container.show #searchform input[type="search"]::placeholder,
body > .bh-header-search-overlay.show #searchform input[type="text"]::placeholder,
body > .bh-header-search-overlay.show #searchform input[type="search"]::placeholder {
  color: rgba(19, 84, 84, 0.55) !important;
  opacity: 1 !important;
}

body > .wdt-search-form-container.show .wdt-search-form-close,
body > .bh-header-search-overlay.show .wdt-search-form-close {
  position: absolute;
  right: clamp(16px, 4vw, 35px);
  top: clamp(16px, 4vw, 35px);
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: var(--wdtRadius_3X, 12px);
  background-color: #135454 !important;
  color: #ffffff !important;
  cursor: pointer;
  opacity: 1;
  transition: background-color 0.25s ease;
}

body > .wdt-search-form-container.show .wdt-search-form-close:hover,
body > .wdt-search-form-container.show .wdt-search-form-close:focus,
body > .bh-header-search-overlay.show .wdt-search-form-close:hover,
body > .bh-header-search-overlay.show .wdt-search-form-close:focus {
  background-color: #70c3b3 !important;
}

body > .wdt-search-form-container.show .wdt-search-form-close::before,
body > .bh-header-search-overlay.show .wdt-search-form-close::before {
  color: #ffffff !important;
}

body.bh-search-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  body > .wdt-search-form-container.show,
  body > .bh-header-search-overlay.show {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    height: auto !important;
    min-height: clamp(170px, 36vh, 230px) !important;
    padding: 14px 16px 22px !important;
    box-sizing: border-box !important;
  }

  body > .wdt-search-form-container.show #searchform,
  body > .bh-header-search-overlay.show #searchform {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  body > .wdt-search-form-container.show .wdt-search-form-close,
  body > .bh-header-search-overlay.show .wdt-search-form-close {
    position: relative !important;
    order: -1 !important;
    align-self: flex-end !important;
    right: auto !important;
    top: auto !important;
    left: auto !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 0 14px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
  }

  body > .wdt-search-form-container.show #searchform input[type="text"],
  body > .wdt-search-form-container.show #searchform input[type="search"],
  body > .bh-header-search-overlay.show #searchform input[type="text"],
  body > .bh-header-search-overlay.show #searchform input[type="search"] {
    padding: 14px 20px !important;
    font-size: 16px;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Loading skeletons — prevent static→dynamic content flash */
@keyframes bh-skeleton-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.bh-content-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 0.75rem + 1vw, 1.5rem);
}

@media (max-width: 1024px) {
  .bh-content-skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .bh-content-skeleton-grid {
    grid-template-columns: 1fr;
  }
}

.bh-content-skeleton-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.bh-content-skeleton-card__media,
.bh-content-skeleton-card__line,
.bh-content-skeleton-media,
.bh-home-hero.is-loading-media {
  background: linear-gradient(90deg, #e8eeec 0%, #f4f7f6 45%, #e8eeec 90%);
  background-size: 200% 100%;
  animation: bh-skeleton-shimmer 1.2s ease-in-out infinite;
}

.bh-content-skeleton-card__media {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  width: 100%;
}

.bh-content-skeleton-card__line {
  height: 0.75rem;
  border-radius: 4px;
  width: 100%;
}

.bh-content-skeleton-card__line--title {
  height: 1rem;
  width: 72%;
}

.bh-content-skeleton-card__line--short {
  width: 48%;
}

.bh-content-skeleton-shop {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .bh-content-skeleton-shop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.bh-content-skeleton-media {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 12px;
}

.bh-home-hero.is-loading-media {
  background-image: none !important;
  background-color: #0f1a17;
}

.bh-design-hero.is-loading-hero .bh-design-hero__title,
.bh-design-hero.is-loading-hero .bh-design-hero__intro {
  visibility: hidden;
}

.bh-design-hero.is-loading-hero .bh-design-hero__inner {
  position: relative;
  min-height: 8rem;
}

.bh-design-hero.is-loading-hero .bh-design-hero__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #e8eeec 0%, #f4f7f6 45%, #e8eeec 90%);
  background-size: 200% 100%;
  animation: bh-skeleton-shimmer 1.2s ease-in-out infinite;
}

/* Global button brand color — dark green default, mint on hover */
.wdt-button-holder.wdt-template-filled .wdt-button,
.wdt-dark-bg:not(.header-renovation-cta) .wdt-button-holder.wdt-template-filled .wdt-button,
.wdt-showcase-container a.wdt-button,
a.wdt-button.bh-get-quote-btn,
button.wdt-button.bh-get-quote-btn,
.woocommerce .bh-get-quote-btn,
.woocommerce a.button:not(.bh-mobile-nav__close),
.woocommerce button.button:not(.bh-mobile-nav__close),
.woocommerce input.button,
input.wpcf7-submit,
input.submit[type="submit"],
button.button:not(.bh-mobile-nav__close) {
  background-color: #135454 !important;
  border-color: #135454 !important;
  color: #ffffff !important;
}

.wdt-button-holder.wdt-template-filled .wdt-button .wdt-button-text {
  color: #ffffff !important;
}

.wdt-button-holder.wdt-template-filled .wdt-button .wdt-button-icon span,
.wdt-button-holder.wdt-template-filled .wdt-button:hover .wdt-button-icon span,
.wdt-button-holder.wdt-template-filled .wdt-button:focus .wdt-button-icon span,
.wdt-dark-bg:not(.header-renovation-cta) .wdt-button-holder.wdt-template-filled .wdt-button .wdt-button-icon span,
.wdt-dark-bg:not(.header-renovation-cta) .wdt-button-holder.wdt-template-filled .wdt-button:hover .wdt-button-icon span,
.wdt-dark-bg:not(.header-renovation-cta) .wdt-button-holder.wdt-template-filled .wdt-button:focus .wdt-button-icon span {
  background-color: #ffffff !important;
  color: #135454 !important;
}

.wdt-button-holder.wdt-template-filled .wdt-button .wdt-button-icon span svg {
  fill: currentColor;
}

.wdt-button-holder.wdt-template-filled .wdt-button:hover,
.wdt-button-holder.wdt-template-filled .wdt-button:focus,
.wdt-dark-bg:not(.header-renovation-cta) .wdt-button-holder.wdt-template-filled .wdt-button:hover,
.wdt-dark-bg:not(.header-renovation-cta) .wdt-button-holder.wdt-template-filled .wdt-button:focus,
.wdt-showcase-container a.wdt-button:hover,
.wdt-showcase-container a.wdt-button:focus,
a.wdt-button.bh-get-quote-btn:hover,
button.wdt-button.bh-get-quote-btn:hover,
.woocommerce .bh-get-quote-btn:hover,
.woocommerce a.button:not(.bh-mobile-nav__close):hover,
.woocommerce button.button:not(.bh-mobile-nav__close):hover,
.woocommerce input.button:hover,
input.wpcf7-submit:hover,
input.submit[type="submit"]:hover,
button.button:not(.bh-mobile-nav__close):hover {
  background-color: #70c3b3 !important;
  border-color: #70c3b3 !important;
  color: #ffffff !important;
}

/* Top bar – compact strip */
.elementor-704 .elementor-element-7922f95 {
  background-color: #134545 !important;
  --padding-top: 12px !important;
  --padding-bottom: 12px !important;
  min-height: 0 !important;
}

.elementor-704 .elementor-element-7922f95 > .e-con-inner {
  min-height: 0 !important;
}

.elementor-704 .header-top-contacts {
  align-items: center !important;
  flex-wrap: wrap;
}

.elementor-704 .header-top-contacts .header-top-contact-item .wdt-content-title h5,
.elementor-704 .header-top-contacts .header-top-contact-item .wdt-content-title h5 a {
  font-size: 12px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.elementor-704 .header-top-contacts .wdt-content-icon span {
  font-size: 12px !important;
}

.elementor-704 .header-top-contact-item > .elementor-widget-container,
.elementor-704 .header-top-contacts .wdt-content-item,
.elementor-704 .header-top-contacts .wdt-default-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.elementor-704 .elementor-element-9743e56 .wdt-advanced-carousel-holder .wdt-content-description,
.elementor-704 .elementor-element-9743e56 .wdt-advanced-carousel-holder .wdt-content-description p {
  font-size: 12px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

#header .elementor-704 .wdt-advanced-carousel-holder.wdt-rc-template-default .wdt-content-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Reset legacy post-704 email/phone borders — new order uses one rule below */
.elementor-704 .elementor-element.elementor-element-da7a857 > .elementor-widget-container,
.elementor-704 .elementor-element.elementor-element-3d55646 > .elementor-widget-container,
.elementor-704 .elementor-element.elementor-element-b8e4f21 > .elementor-widget-container {
  padding: 0 !important;
  border: none !important;
}

.elementor-704 .header-top-contacts > .header-top-contact-item:not(:last-child) > .elementor-widget-container {
  padding-right: 15px !important;
  margin-right: 15px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.35) !important;
}

/* Sub-header: Full Home Renovation CTA */
.elementor-704 .elementor-element-7922f95 > .e-con-inner {
  align-items: center !important;
}
.elementor-704 .elementor-element-3353e07 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
}
.elementor-704 .header-renovation-cta {
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  margin: 0 !important;
}
.elementor-704 .header-renovation-cta > .elementor-widget-container {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-704 .header-renovation-cta .wdt-button-holder {
  margin: 0;
}
.elementor-704 .header-renovation-cta .wdt-button-holder.wdt-template-filled .wdt-button,
.elementor-704 .header-renovation-cta.wdt-dark-bg .wdt-button-holder.wdt-template-filled .wdt-button {
  white-space: nowrap;
  min-height: 0 !important;
  padding: 3px 12px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border-color: #fff !important;
  color: #55dcc5 !important;
}
.elementor-704 .header-renovation-cta .wdt-button-holder.wdt-template-filled .wdt-button:hover,
.elementor-704 .header-renovation-cta .wdt-button-holder.wdt-template-filled .wdt-button:focus,
.elementor-704 .header-renovation-cta.wdt-dark-bg .wdt-button-holder.wdt-template-filled .wdt-button:hover,
.elementor-704 .header-renovation-cta.wdt-dark-bg .wdt-button-holder.wdt-template-filled .wdt-button:focus {
  background: transparent !important;
  background-color: transparent !important;
  border-color: #fff !important;
  color: #55dcc5 !important;
}

@media (max-width: 767px) {
  .elementor-704 .elementor-element-3353e07 {
    display: none !important;
  }

  .elementor-704 .elementor-element-7922f95 {
    --padding-top: 9px !important;
    --padding-bottom: 9px !important;
  }

  .elementor-704 .elementor-element-7922f95 > .e-con-inner {
    justify-content: center !important;
  }

  /* Keep phone · Partner with Us · Refer and Earn on a single line */
  .elementor-704 .header-top-contacts {
    width: 100% !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
  }

  .elementor-704 .header-top-contacts .header-top-contact-item .wdt-content-title h5,
  .elementor-704 .header-top-contacts .header-top-contact-item .wdt-content-title h5 a {
    font-size: 11px !important;
    white-space: nowrap !important;
  }

  .elementor-704 .header-top-contacts > .header-top-contact-item:not(:last-child) > .elementor-widget-container {
    padding-right: 8px !important;
    margin-right: 8px !important;
  }

  .elementor-704 .header-top-contacts .header-top-contact-item .wdt-content-media-group {
    gap: 5px !important;
  }

  /* Main header row – vertically center logo + icons on mobile */
  .elementor-704 .elementor-element.elementor-element-1bd4d07 {
    --padding-top: 12px !important;
    --padding-bottom: 12px !important;
  }

  .elementor-704 .elementor-element.elementor-element-1bd4d07 > .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 0 !important;
  }

  .elementor-704 .elementor-element-bc47daa,
  .elementor-704 .elementor-element-d3c1b58,
  .elementor-704 .elementor-element-1be2a9a {
    align-items: center !important;
    align-self: center !important;
    --align-items: center !important;
    --align-self: center !important;
  }

  .elementor-704 .elementor-element-d3c1b58 {
    justify-content: flex-end !important;
    --justify-content: flex-end !important;
  }

  .elementor-704 .elementor-element-1bd4d07 .elementor-widget-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .elementor-704 .elementor-element-b2d1afd .elementor-widget-container,
  .elementor-704 .elementor-element-12cfb5d .elementor-widget-container {
    display: flex !important;
    align-items: center !important;
  }

  .elementor-704 .header-icons-with-cta {
    align-items: center !important;
  }

  /* Full-width header – match page sections below */
  #header,
  #header .wdt-elementor-container-fluid,
  .elementor-704 .elementor-element-50b9991,
  .elementor-704 .elementor-element-7922f95,
  .elementor-704 .elementor-element-1bd4d07 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .elementor-704 .elementor-element-50b9991 {
    left: 0 !important;
    right: 0 !important;
  }

  .elementor-704 .elementor-element-7922f95,
  .elementor-704 .elementor-element-1bd4d07 {
    --content-width: 100% !important;
  }

  .elementor-704 .elementor-element-7922f95 > .e-con-inner,
  .elementor-704 .elementor-element-1bd4d07 > .e-con-inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .elementor-704 .elementor-element-1be2a9a {
    display: none !important;
    width: 0 !important;
    flex: 0 0 0 !important;
    overflow: hidden !important;
  }

  .elementor-704 .elementor-element-bc47daa {
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
    --justify-content: flex-start !important;
    align-items: flex-start !important;
    --align-items: flex-start !important;
  }

  .elementor-704 .elementor-element-b2d1afd {
    align-self: flex-start !important;
    --align-self: flex-start !important;
    width: auto !important;
  }

  .elementor-704 .elementor-element-b2d1afd .wdt-logo-container,
  .elementor-704 .elementor-element-b2d1afd .wdt-logo-container a {
    display: flex !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .elementor-704 .elementor-element-d3c1b58 {
    flex: 0 0 auto !important;
    width: auto !important;
    margin-left: auto !important;
    justify-content: flex-end !important;
    --justify-content: flex-end !important;
    --align-items: center !important;
    align-items: center !important;
  }
}

@media (max-width: 479px) {
  .elementor-704 .elementor-element-bc47daa {
    --width: auto !important;
    width: auto !important;
    max-width: none !important;
  }

  .elementor-704 .elementor-element-d3c1b58 {
    --width: auto !important;
    width: auto !important;
    max-width: none !important;
  }
}

/* Header: search icon + Free Consult Now button */
.elementor-704 .header-icons-with-cta {
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: clamp(0.75rem, 0.5rem + 0.8vw, 1.25rem) !important;
}

.elementor-704 .header-free-consult-cta {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0;
}

.elementor-704 .header-free-consult-cta .wdt-button-holder {
  margin: 0;
  display: inline-flex;
}

.elementor-704 .header-free-consult-cta .wdt-button {
  width: auto !important;
  height: auto !important;
  min-height: 40px;
  padding: 10px 20px !important;
  border-radius: var(--wdtRadius_Part) !important;
  color: var(--wdtAccentTxtColor) !important;
  border: none !important;
  font-size: clamp(0.75rem, 0.7221rem + 0.1274vw, 0.875rem) !important;
  font-weight: var(--wdtFontWeight_Ext);
  line-height: var(--wdtLineHeight_Ext);
  text-transform: capitalize;
  white-space: nowrap;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.elementor-704 .header-free-consult-cta .wdt-button-text {
  display: block !important;
  text-align: center;
  height: auto;
}

@media (max-width: 767px) {
  .elementor-704 .header-free-consult-cta {
    display: none !important;
  }

  .elementor-704 .header-free-consult-cta .wdt-button {
    min-height: 36px;
    padding: 8px 14px !important;
    font-size: 0.7rem !important;
  }
}

/* Mobile hamburger nav – mobile only */
.bh-mobile-nav-wrap {
  display: none !important;
}

.bh-mobile-nav__trigger,
.bh-mobile-nav__close {
  display: none !important;
}

@media (max-width: 767px) {
  .bh-mobile-nav-wrap {
    display: flex !important;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .bh-mobile-nav__trigger-anchor {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    position: relative;
  }

  /* Single trigger – pinned above overlay while menu open */
  .woocommerce .bh-mobile-nav__trigger,
  .bh-mobile-nav__trigger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid transparent !important;
    border-radius: 50% !important;
    background: #fff !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: #111 !important;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
    -webkit-appearance: none;
    appearance: none;
    transition:
      background-color 0.28s ease,
      border-color 0.28s ease,
      box-shadow 0.28s ease;
  }

  .bh-mobile-nav__trigger.is-pinned {
    position: fixed;
    top: var(--toggle-top, 16px);
    left: var(--toggle-left, auto);
    width: var(--toggle-size, 40px) !important;
    height: var(--toggle-size, 40px) !important;
    min-width: var(--toggle-size, 40px) !important;
    min-height: var(--toggle-size, 40px) !important;
    z-index: 10011;
    margin: 0 !important;
  }

  .bh-mobile-nav__trigger.is-open {
    background: rgba(255, 255, 255, 0.14) !important;
    background-color: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12) !important;
  }

  .bh-mobile-nav__trigger span {
    display: block;
    position: absolute;
    left: 50%;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    background: #111 !important;
    border-radius: 2px;
    transform: rotate(0deg);
    transition:
      transform 0.28s ease-in-out,
      top 0.28s ease-in-out,
      opacity 0.2s ease-in-out,
      background-color 0.28s ease-in-out;
  }

  .bh-mobile-nav__trigger span:nth-child(1) {
    top: 13px;
  }

  .bh-mobile-nav__trigger span:nth-child(2) {
    top: 19px;
  }

  .bh-mobile-nav__trigger span:nth-child(3) {
    top: 25px;
  }

  .bh-mobile-nav__trigger.is-open span {
    background: #fff !important;
    transition:
      transform 0.28s ease-in-out,
      top 0.28s ease-in-out,
      opacity 0.2s ease-in-out,
      background-color 0.2s ease-in-out;
  }

  .bh-mobile-nav__trigger.is-open span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
  }

  .bh-mobile-nav__trigger.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .bh-mobile-nav__trigger.is-open span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
  }
}

@media (min-width: 768px) {
  .bh-mobile-nav-wrap,
  .bh-mobile-nav__overlay,
  #bh-menu-mobile,
  #bh-hamburger {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /*
   * Drop wrapper stacking so #header can sit above the overlay (panel covers
   * the breadcrumb). Applies to every page now — landing pages keep their
   * -150px hero overlap via the #main rule below.
   */
  body.bh-mobile-nav-open #header-wrapper {
    z-index: auto !important;
  }

  body.bh-mobile-nav-open #header {
    z-index: 10011 !important;
  }

  /* Home mobile: theme forces #header static — z-index is ignored until positioned */
  body.home.bh-mobile-nav-open #header-wrapper.header-top-absolute #header {
    position: relative !important;
  }

  /*
   * Custom landing pages – behave exactly like about/contact on menu open.
   * Let #header-wrapper fall back to the default z-index:auto (rule above) so
   * the sliding panel covers the breadcrumb instead of it being hidden — that
   * hide was what caused the white flash during the slide.
   * To keep the -150px hero overlap correct while the panel slides in, push
   * #main behind the header for the duration of the open state (otherwise the
   * hero would paint over the header banner once the wrapper drops to auto).
   * Reverts automatically when bh-mobile-nav-open is removed.
   */
  body.bh-careers-page.bh-mobile-nav-open #main,
  body.bh-geo-page.bh-mobile-nav-open #main,
  body.bh-partner-page.bh-mobile-nav-open #main,
  body.bh-process-page.bh-mobile-nav-open #main,
  body.bh-shop-cat-page.bh-mobile-nav-open #main,
  body.bh-refer-page.bh-mobile-nav-open #main,
  body.bh-testimonials-page.bh-mobile-nav-open #main,
  body.bh-completed-projects-page.bh-mobile-nav-open #main,
  body.bh-wash-page.bh-mobile-nav-open #main,
  body.bh-xpertz-page.bh-mobile-nav-open #main,
  body.bh-designs-page.bh-mobile-nav-open #main {
    position: relative !important;
    z-index: -1 !important;
  }
}

.bh-mobile-nav__overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
  overflow: hidden;
}

.bh-mobile-nav__overlay.is-active {
  pointer-events: auto;
}

.bh-mobile-nav__panel {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #135454;
  will-change: transform;
  transform: translateX(100%);
  z-index: 10001;
}

.bh-mobile-nav__sheet {
  position: fixed;
  inset: 0;
  z-index: 10002;
  display: flex;
  flex-direction: column;
  padding: 100px 24px max(28px, env(safe-area-inset-bottom, 0px));
  pointer-events: none;
  box-sizing: border-box;
  overflow: hidden;
}

.bh-mobile-nav__overlay.is-active .bh-mobile-nav__sheet {
  pointer-events: auto;
}

.bh-mobile-nav__list {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  z-index: 1;
  pointer-events: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.bh-mobile-nav__overlay.is-active .bh-mobile-nav__list {
  pointer-events: auto;
}

.bh-mobile-nav__item {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  will-change: transform;
  transform: translateX(100%);
}

.bh-mobile-nav__link {
  display: inline-block;
  font-family: var(--wdtFontTypo_Alt, "NeueHaas", Arial, Helvetica, sans-serif);
  font-weight: 400;
  font-size: clamp(24px, 7vw, 30px);
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

.bh-mobile-nav__link:hover,
.bh-mobile-nav__link:focus-visible {
  color: #70c3b3;
}

.bh-mobile-nav__item:last-child .bh-mobile-nav__link {
  color: #fff;
  font-weight: 400;
}

.bh-mobile-nav__cta {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  margin: 28px 0 0;
  padding: 0;
  z-index: 1;
  pointer-events: auto;
  will-change: transform;
  transform: translateX(100%);
}

.bh-mobile-nav__overlay.is-active .bh-mobile-nav__cta {
  pointer-events: auto;
}

.bh-mobile-nav__cta-btn {
  display: block;
  width: 100%;
  padding: 14px 24px;
  border: none;
  border-radius: 999px;
  background: #135454;
  background-color: #135454;
  color: #ffffff;
  font-family: var(--wdtFontTypo_Alt, "NeueHaas", Arial, Helvetica, sans-serif);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bh-mobile-nav__cta-btn:hover,
.bh-mobile-nav__cta-btn:focus-visible {
  background: #70c3b3;
  background-color: #70c3b3;
  color: #ffffff;
  transform: translateY(-1px);
}

body.bh-mobile-nav-open {
  touch-action: none;
  overflow-x: hidden;
}

/* Header icons: visible dark glyphs on white circular buttons */
.wdt-dark-bg .wdt-header-icons-list > div.search-item a.wdt-search-icon:not(:hover) > *,
.wdt-dark-bg .wdt-header-icons-list > div.search-item a.wdt-search-icon:not(:hover) i,
.wdt-dark-bg .wdt-header-icons-list-item .wdt-shop-menu-icon a:not(:hover) .wdt-shop-menu-cart-icon,
.wdt-dark-bg .wdt-header-icons-list-item .wdt-shop-menu-icon a:not(:hover) i {
  color: var(--wdtHeadAltColor) !important;
}
.wdt-dark-bg .wdt-header-icons-list-item a.wdt-search-icon svg,
.wdt-dark-bg .wdt-header-icons-list-item .wdt-shop-menu-icon svg {
  fill: var(--wdtHeadAltColor) !important;
}
.wdt-dark-bg .wdt-header-icons-list-item a.wdt-search-icon svg path,
.wdt-dark-bg .wdt-header-icons-list-item .wdt-shop-menu-icon svg path {
  fill: var(--wdtHeadAltColor) !important;
}
.wdt-dark-bg .wdt-header-icons-list .wdt-wishlist-count a::before {
  color: var(--wdtHeadAltColor) !important;
}
.wdt-header-icons-list .wdt-wishlist-count span.wishlist_products_counter_number:empty::before {
  content: "0";
}
.wdt-header-icons-list .wdt-shop-menu-cart-number,
.wdt-header-icons-list .wdt-wishlist-count span.wishlist_products_counter_number {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

/* Services carousel – custom React slider */
.wdt-services-holder.wdt-carousel-holder .wdt-services-container {
  overflow: visible;
}
.wdt-services-holder.wdt-carousel-holder .wdt-services-container .swiper-slide {
  height: auto;
}

/* Find Your Perfect Bathroom – service card arrow icons (hover only) */
#services .wdt-service-item.wdt-type-2:hover .wdt-service-media-group .wdt-service-media-button-group .wdt-service-button > a,
#services .wdt-service-item.wdt-type-2 .wdt-service-media-group .wdt-service-media-button-group .wdt-service-button > a:hover,
#services .wdt-service-item.wdt-type-2 .wdt-service-detail-group .wdt-service-media-button-group .wdt-service-button > a:hover {
  background-color: #70c3b3 !important;
  color: #fff !important;
}

/* Our Bathroom Types – single-line title, equal card alignment */
#services .wdt-services-holder.wdt-carousel-holder .wdt-services-container .swiper-slide {
  display: flex;
  height: auto;
}

#services .wdt-services-holder.wdt-carousel-holder .wdt-services-container .swiper-slide > .wdt-service-item {
  width: 100%;
}

#services .wdt-service-item.wdt-type-2 .wdt-service-detail-group {
  flex-shrink: 0;
  min-height: 3.25rem;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    min-height 0.35s ease,
    max-height 0.35s ease,
    padding 0.35s ease;
}

#services .wdt-service-item.wdt-type-2 .wdt-service-media-button-group {
  align-items: center;
}

#services .wdt-service-item.wdt-type-2 .wdt-service-detail-group .wdt-service-media-button-group .wdt-service-title {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 3.25rem);
  overflow: hidden;
}

#services .wdt-service-item.wdt-type-2 .wdt-service-media-button-group .wdt-service-button {
  flex-shrink: 0;
}

#services .wdt-service-item.wdt-type-2 .wdt-service-detail-group .wdt-service-title h5,
#services .wdt-services-holder.wdt-carousel-holder .wdt-services-container .wdt-service-item.wdt-type-2 .wdt-service-detail-group .wdt-service-title h5 {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}

#services .wdt-service-item.wdt-type-2 .wdt-service-detail-group .wdt-service-title h5 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Hover: hide only bottom title + arrow row */
#services .wdt-service-item.wdt-type-2:hover .wdt-service-detail-group {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* Hover: show big title + description on image */
#services .wdt-service-item.wdt-type-2 .wdt-service-media-group .wdt-service-media-content-group .wdt-service-title h5,
#services .wdt-service-item.wdt-type-2 .wdt-service-media-group .wdt-service-media-content-group .wdt-service-title h5 a {
  display: block !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}

#services .wdt-service-item.wdt-type-2:hover .wdt-service-media-group .wdt-service-media-content-group .wdt-service-media-button-group {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) rotate(0deg) !important;
  pointer-events: auto !important;
  transition-delay: 0.24s !important;
}

#services .wdt-service-item.wdt-type-2:hover .wdt-service-media-group .wdt-service-media-content-group .wdt-service-description {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) rotate(0deg) !important;
  transition-delay: 0.16s !important;
}

/* Our Story – Who We Are hero title */
.elementor-457 .elementor-element.elementor-element-1d59701 .bh-our-story-hero-title {
  font-weight: 700 !important;
}

.elementor-457 .elementor-element.elementor-element-1d59701 .bh-our-story-accent {
  color: #70c3b3 !important;
  font-weight: 700 !important;
}

/* Our Story – left image column */
.elementor-457 .elementor-element.elementor-element-55616ef {
  align-items: stretch !important;
}

.elementor-457 .elementor-element.elementor-element-015013b {
  min-height: 280px !important;
  align-self: stretch !important;
  overflow: hidden;
}

.elementor-457 .elementor-element.elementor-element-015013b .elementor-widget-image,
.elementor-457 .elementor-element.elementor-element-015013b .elementor-widget-container {
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.elementor-457 .elementor-element.elementor-element-015013b img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .elementor-457 .elementor-element.elementor-element-015013b,
  .elementor-457 .elementor-element.elementor-element-015013b img {
    min-height: 250px !important;
  }
}

/* Our Story – Quality Proven by Numbers card */
.elementor-457 .elementor-element.elementor-element-2daaa50:not(.elementor-motion-effects-element-type-background),
.elementor-457 .elementor-element.elementor-element-2daaa50 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #135454 !important;
}

.bh-client-avatars {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.bh-client-avatars__item {
  width: var(--bh-avatar-size, 56px);
  height: var(--bh-avatar-size, 56px);
  flex: 0 0 var(--bh-avatar-size, 56px);
  margin-left: calc(var(--bh-avatar-size, 56px) * -0.22);
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  background: #fff;
  box-sizing: border-box;
}

.bh-client-avatars__item:first-child {
  margin-left: 0;
}

.bh-client-avatars__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.wdt-testimonial-holder.wdt-rc-template-review .wdt-content-image-wrapper:has(.bh-client-avatars) {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

.wdt-testimonial-holder.wdt-rc-template-review .wdt-content-image:has(.bh-client-avatars) {
  width: auto !important;
  max-width: none !important;
  justify-content: flex-start !important;
  overflow: visible !important;
}

.elementor-457 .wdt-testimonial-holder.wdt-rc-template-review .bh-client-avatars__item,
.elementor-493 .wdt-testimonial-holder.wdt-rc-template-review .bh-client-avatars__item {
  border-color: #fff;
}

.elementor-493 .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span,
.elementor-493 .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
}

.elementor-493 .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span,
.elementor-493 .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a {
  border-radius: 50% !important;
}

/* Our Story – counter overflow (4100+ was clipped) */
.elementor-457 .elementor-element.elementor-element-d1914ce {
  overflow: visible !important;
}

.elementor-457 .elementor-element.elementor-element-b58b092 .elementor-widget-container:has(> .wdt-rc-template-default) {
  overflow: visible !important;
}

.elementor-457 .wdt-counter-default-custom-style .wdt-counter-holder .wdt-content-counter {
  white-space: nowrap;
}

.elementor-457 .wdt-counter-default-custom-style .wdt-counter-holder .wdt-content-counter-number {
  display: inline-block;
  min-width: 1.5ch;
}

/* About page – story left image column */
.elementor-493 .elementor-element.elementor-element-5011f5b:not(.elementor-motion-effects-element-type-background),
.elementor-493 .elementor-element.elementor-element-5011f5b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: url("/images/Filler1.jpg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* About page – marquee strip background */
.elementor-493 .elementor-element.elementor-element-267a7f7:not(.elementor-motion-effects-element-type-background),
.elementor-493 .elementor-element.elementor-element-267a7f7 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.elementor-493 .elementor-element.elementor-element-a6411f6:not(.elementor-motion-effects-element-type-background),
.elementor-493 .elementor-element.elementor-element-a6411f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #135454 !important;
}

/* About page – featured video (full-bleed, reference layout) */
.elementor-493 .bh-about-video-section {
  width: 100%;
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
}

.elementor-493 .bh-about-video-section .bh-about-video-widget {
  width: 100%;
  max-width: none;
  margin: 0;
  --container-widget-width: 100%;
}

.elementor-493 .bh-about-video-section .bh-about-video-widget > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.bh-about-video {
  width: 100%;
}

.bh-about-video__frame {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(21.875rem, 16.3018rem + 25.4777vw, 46.875rem);
  overflow: hidden;
  background: #f3f3f3;
  line-height: 0;
}

.bh-about-video__poster-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.bh-about-video__poster-wrap.elementor-custom-embed-image {
  display: block;
  height: 100%;
}

.bh-about-video__poster-wrap .bh-about-video__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bh-about-video__play.elementor-custom-embed-play {
  position: absolute;
  z-index: 2;
  inset: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(19, 52, 52, 0.88) !important;
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  opacity: 1;
  transition: background-color 0.25s ease, transform 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
}

.bh-about-video__play.elementor-custom-embed-play:hover,
.bh-about-video__play.elementor-custom-embed-play:focus-visible {
  background: rgba(19, 52, 52, 0.96) !important;
  transform: translate(-50%, -50%) scale(1.04);
}

.bh-about-video__play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-left: 0.15rem;
}

.bh-about-video__play-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  filter: none;
  opacity: 1;
}

.bh-about-video__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .bh-about-video__frame {
    height: clamp(13.75rem, 42vw, 18.75rem);
  }

  .bh-about-video__play.elementor-custom-embed-play {
    width: 3.75rem;
    height: 3.75rem;
  }

  .bh-about-video__play-icon {
    width: 1.1rem;
    height: 1.1rem;
  }
}

/* About testimonials carousel */
.elementor-493 .elementor-element.elementor-element-ffb2e0c {
  width: 100%;
  max-width: none;
  --container-widget-width: 100%;
}

.elementor-493 .wdt-testimonial-holder.wdt-carousel-holder .wdt-testimonial-container {
  overflow: visible;
}

.elementor-493 .wdt-testimonial-holder.wdt-carousel-holder .wdt-testimonial-wrapper.swiper-wrapper {
  align-items: stretch;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
}

.elementor-493 .wdt-testimonial-holder.wdt-carousel-holder .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
}

.elementor-493 .elementor-element.elementor-element-ffb2e0c .wdt-content-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: clamp(18.5rem, 17rem + 2vw, 21.25rem);
  box-sizing: border-box;
}

.elementor-493 .elementor-element.elementor-element-ffb2e0c .wdt-content-media-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  width: 100%;
}

.elementor-493 .elementor-element.elementor-element-ffb2e0c .wdt-content-title-group.below {
  margin-top: auto;
}

.elementor-493 .elementor-element.elementor-element-ffb2e0c .wdt-content-description {
  flex: 1 1 auto;
  min-height: 7.5rem;
  max-height: 9.5rem;
  margin-bottom: 1.25rem !important;
  overflow: hidden;
}

.elementor-493 .elementor-element.elementor-element-ffb2e0c .wdt-content-description p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.elementor-493 .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  image-rendering: auto;
}

@media (min-width: 1281px) {
  .elementor-493 .elementor-element.elementor-element-ffb2e0c > .elementor-widget-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

/* Interactive showcase – blur/hover columns */
.wdt-showcase-container > .wdt-showcase-list-wrapper ul.wdt-showcase-list > li {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}
.wdt-showcase-container > .wdt-showcase-content-wrapper {
  width: 100%;
}

/* Our Core Services – tighter heading + step spacing */
#home-interactive-showcase .elementor-element.elementor-element-ff6058e {
  --padding-top: 80px !important;
  --padding-bottom: 28px !important;
}

#home-interactive-showcase .elementor-element.elementor-element-5660a6e .wdt-showcase-container {
  height: 620px !important;
}

#home-interactive-showcase .wdt-showcase-container > .wdt-showcase-list-wrapper ul > li .wdt-showcase-element {
  padding: 1rem 1.125rem !important;
}

#home-interactive-showcase .wdt-showcase-content-group > div:not(:last-child) {
  margin-bottom: 8px !important;
}

#home-interactive-showcase .wdt-showcase-container > .wdt-showcase-list-wrapper ul li.wdt-active .wdt-showcase-title-group {
  margin-bottom: 0.35rem !important;
}

#home-interactive-showcase .wdt-showcase-container > .wdt-showcase-list-wrapper .wdt-content-description {
  padding-bottom: 8px !important;
}

#home-interactive-showcase .wdt-showcase-container > .wdt-showcase-list-wrapper ul > li.wdt-active {
  box-shadow: inset 0 0 0 6px var(--wdtPrimaryColor);
}

@media (max-width: 1024px) {
  #home-interactive-showcase .elementor-element.elementor-element-ff6058e {
    --padding-top: 60px !important;
    --padding-bottom: 20px !important;
  }

  #home-interactive-showcase .elementor-element.elementor-element-5660a6e .wdt-showcase-container {
    height: 520px !important;
  }
}

@media (max-width: 767px) {
  #home-interactive-showcase .elementor-element.elementor-element-ff6058e {
    --padding-top: 50px !important;
    --padding-bottom: 16px !important;
  }

  #home-interactive-showcase .elementor-element.elementor-element-5660a6e .wdt-showcase-container {
    height: 440px !important;
  }
}

.wdt-showcase-container > .wdt-showcase-list-wrapper .wdt-showcase-title-group .wdt-content-subtitle {
  font-size: clamp(0.75rem, 0.7221rem + 0.1274vw, 0.875rem);
  font-weight: var(--wdtFontWeight_Ext);
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: var(--wdtAccentTxtColor);
  margin-bottom: 0.2em;
}

.wdt-showcase-container > .wdt-showcase-list-wrapper .wdt-content-description strong {
  display: block;
  margin-bottom: 0.4em;
  font-weight: var(--wdtFontWeight_Alt);
}

/* Design catalogue section background */
#home-paint-products,
#home-paint-products:not(.elementor-motion-effects-element-type-background) {
  background-color: #f0fffc !important;
}

#home-paint-products .e-con-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

#home-paint-products .bh-catalogue-heading,
#home-paint-products .bh-catalogue-grid-wrap {
  width: 100%;
  max-width: none;
}

#home-paint-products .wdt-heading-holder {
  width: 100%;
  text-align: center;
}

/* Design catalogue – product grid (original bottom-right hover preview) */
#home-paint-products .bh-paint-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.875rem, 1.1607rem + 1.1161vw, 2.5rem);
  width: 100%;
  margin: clamp(1.5rem, 1rem + 1.5vw, 2.5rem) 0 0;
  padding: 0;
}

@media (max-width: 1024px) {
  #home-paint-products .bh-paint-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #home-paint-products .bh-paint-products-grid {
    grid-template-columns: 1fr;
  }
}

#home-paint-products .bh-paint-card,
#home-paint-products .bh-paint-card--design,
#product-related-products .bh-paint-card {
  margin: 0;
  padding: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

#home-paint-products .bh-paint-card__media,
#product-related-products .bh-paint-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1000 / 1298;
  overflow: hidden;
  line-height: 0;
}

#home-paint-products .bh-paint-card__primary,
#product-related-products .bh-paint-card__primary {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

#home-paint-products .bh-paint-card__secondary,
#product-related-products .bh-paint-card__secondary {
  position: absolute;
  z-index: 1;
  inset: 20px;
  width: auto;
  overflow: hidden;
  display: inline-flex;
  transform-origin: bottom right;
  transform: scale(0.52);
  transition: var(--wdt-Ad-Transition, all 0.35s ease);
  border: 3px solid var(--wdtAccentTxtColor, #fff);
}

#home-paint-products .bh-paint-card__secondary img,
#product-related-products .bh-paint-card__secondary img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

#home-paint-products .bh-paint-card__secondary::before,
#product-related-products .bh-paint-card__secondary::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

#home-paint-products .bh-paint-card:hover .bh-paint-card__secondary,
#product-related-products .bh-paint-card:hover .bh-paint-card__secondary {
  transform: scale(1);
}

#home-paint-products .bh-paint-card:hover .bh-paint-card__secondary::before,
#product-related-products .bh-paint-card:hover .bh-paint-card__secondary::before {
  opacity: 1;
  top: -40%;
  left: -40%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

#home-paint-products .bh-paint-card__body,
#product-related-products .bh-paint-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 10px 0 0;
  gap: 0.65rem;
}

#home-paint-products .bh-paint-card__title,
#product-related-products .bh-paint-card__title {
  margin: 0;
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--wdtHeadAltColor, #11231f);
}

#home-paint-products .bh-paint-card__title a,
#product-related-products .bh-paint-card__title a {
  color: inherit;
  text-decoration: none;
  transition: var(--wdtBaseTransition, color 0.3s ease);
}

#home-paint-products .bh-paint-card__title a:hover,
#product-related-products .bh-paint-card__title a:hover {
  color: var(--wdtPrimaryColor, #70c3b3);
}

#home-paint-products .bh-paint-card__desc,
#product-related-products .bh-paint-card__desc {
  margin: 0;
  font-size: clamp(0.88rem, 0.84rem + 0.15vw, 0.95rem);
  line-height: 1.55;
  color: var(--wdtBodyTxtColor, #5a5a5a);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#home-paint-products .bh-paint-card__cta,
#product-related-products .bh-paint-card__cta {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 0.85rem 1rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #ffffff !important;
  background: #2f3a38 !important;
  border: 0;
  transition: background-color 0.25s ease;
}

#home-paint-products .bh-paint-card:hover .bh-paint-card__cta,
#product-related-products .bh-paint-card:hover .bh-paint-card__cta {
  background: #70c3b3 !important;
}

#home-paint-products .bh-catalogue-intro {
  margin: 0.75rem auto 0;
  max-width: 42rem;
  text-align: center;
  font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--wdtHeadAltColor, #11231f);
}

#home-paint-products .wdt-heading-content-wrapper {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

#home-paint-products .bh-catalogue-footer-btn .elementor-widget-container {
  text-align: center;
  justify-content: center;
  margin-top: clamp(1.75rem, 1.25rem + 1.5vw, 2.75rem);
}

/* Product detail – related products carousel (design catalogue cards) */
#product-related-products.bh-related-products {
  background-color: #f0fffc !important;
  width: 100%;
  max-width: 100%;
}

#product-related-products .bh-related-products__inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: clamp(3rem, 2.5rem + 2vw, 5rem) clamp(1.25rem, 1rem + 1.5vw, 3rem);
  box-sizing: border-box;
}

#product-related-products .bh-related-products__title {
  margin: 0 0 clamp(1.75rem, 1.25rem + 1.5vw, 2.5rem);
  font-size: clamp(1.5rem, 1.25rem + 1vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: var(--wdtHeadAltColor, #11231f);
}

#product-related-products .bh-related-products__carousel {
  overflow: hidden;
}

#product-related-products .bh-related-products__swiper {
  overflow: visible;
}

#product-related-products .bh-related-products__swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

#product-related-products .bh-paint-card {
  height: 100%;
}

/* What We Do – two-column layout (image left, content right) */
#home-what-we-do {
  background-color: #ffffff;
}

#home-what-we-do .bh-what-we-do-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 1.5rem + 2vw, 3.75rem);
  width: 100%;
}

#home-what-we-do .bh-what-we-do-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

#home-what-we-do .bh-what-we-do-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 1rem + 0.8vw, 1.75rem);
  max-width: 34rem;
}

#home-what-we-do .wdt-heading-holder {
  text-align: left;
}

#home-what-we-do .wdt-heading-subtitle-wrapper,
#home-what-we-do .wdt-heading-title-wrapper,
#home-what-we-do .wdt-heading-subtitle,
#home-what-we-do .wdt-heading-title {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

#home-what-we-do .wdt-heading-title {
  font-size: clamp(1.75rem, 1.45rem + 1.2vw, 2.5rem);
  line-height: 1.2;
  font-weight: 500;
  color: var(--wdtHeadAltColor, #11231f);
}

#home-what-we-do .bh-what-we-do-intro {
  margin: 0.75rem 0 0;
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
  line-height: 1.65;
  color: var(--wdtBodyTxtColor, #5a5a5a);
}

#home-what-we-do .bh-what-we-do-features {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.85rem + 0.5vw, 1.35rem);
  width: 100%;
}

#home-what-we-do .bh-what-we-do-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

#home-what-we-do .bh-what-we-do-feature__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 0.15rem;
  color: #70c3b3;
  line-height: 0;
}

#home-what-we-do .bh-what-we-do-feature__icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}

#home-what-we-do .bh-what-we-do-feature__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--wdtHeadAltColor, #11231f);
}

#home-what-we-do .bh-what-we-do-feature__desc {
  margin: 0;
  font-size: clamp(0.9rem, 0.86rem + 0.15vw, 0.98rem);
  line-height: 1.6;
  color: var(--wdtBodyTxtColor, #5a5a5a);
}

@media (max-width: 1024px) {
  #home-what-we-do .bh-what-we-do-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  #home-what-we-do .bh-what-we-do-content {
    max-width: none;
  }
}

/* Completed projects – dark gallery section */
#home-completed-projects, .bh-completed-projects-section,
#home-completed-projects, .bh-completed-projects-section:not(.elementor-motion-effects-element-type-background) {
  position: relative;
  overflow: hidden;
  background-color: #135454 !important;
  color: #ffffff;
}

#home-completed-projects .e-con-inner, .bh-completed-projects-section .e-con-inner {
  position: relative;
  z-index: 1;
}

#home-completed-projects .bh-completed-deco,
.bh-completed-projects-section .bh-completed-deco {
  position: absolute;
  top: clamp(4rem, 2rem + 4vw, 9rem);
  right: 0;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
  opacity: 0.14;
  transform: translateX(42%);
}

#home-completed-projects .bh-completed-deco svg,
.bh-completed-projects-section .bh-completed-deco svg {
  display: block;
  width: clamp(18rem, 12rem + 18vw, 36rem);
  height: auto;
  fill: #ffffff;
}

#home-completed-projects .bh-completed-header, .bh-completed-projects-section .bh-completed-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.25rem, 1rem + 1.2vw, 2.5rem);
  width: 100%;
  margin-bottom: clamp(2.5rem, 2rem + 1.5vw, 4rem);
}

#home-completed-projects .bh-completed-header__title .wdt-heading-holder,
.bh-completed-projects-section .bh-completed-header__title .wdt-heading-holder,
#home-completed-projects .bh-completed-header__title .wdt-heading-subtitle-wrapper,
.bh-completed-projects-section .bh-completed-header__title .wdt-heading-subtitle-wrapper,
#home-completed-projects .bh-completed-header__title .wdt-heading-title-wrapper,
.bh-completed-projects-section .bh-completed-header__title .wdt-heading-title-wrapper,
#home-completed-projects .bh-completed-header__title .wdt-heading-subtitle,
.bh-completed-projects-section .bh-completed-header__title .wdt-heading-subtitle,
#home-completed-projects .bh-completed-header__title .wdt-heading-title,
.bh-completed-projects-section .bh-completed-header__title .wdt-heading-title {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  color: #ffffff;
}

#home-completed-projects .wdt-heading-subtitle, .bh-completed-projects-section .wdt-heading-subtitle {
  letter-spacing: 0.12em;
}

#home-completed-projects .wdt-heading-title, .bh-completed-projects-section .wdt-heading-title {
  font-size: clamp(1.85rem, 1.5rem + 1.4vw, 2.75rem);
  line-height: 1.2;
  font-weight: 500;
}

#home-completed-projects .bh-completed-accent, .bh-completed-projects-section .bh-completed-accent {
  color: #90c8b0;
}

#home-completed-projects .bh-completed-desc, .bh-completed-projects-section .bh-completed-desc {
  margin: 0;
  max-width: 22rem;
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

#home-completed-projects .bh-completed-header__cta, .bh-completed-projects-section .bh-completed-header__cta {
  justify-self: end;
}

#home-completed-projects .bh-completed-gallery, .bh-completed-projects-section .bh-completed-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(1rem, 0.75rem + 0.8vw, 1.5rem);
  row-gap: clamp(1.5rem, 1.15rem + 1vw, 2.25rem);
  align-items: start;
  width: 100%;
}

#home-completed-projects .bh-portfolio-item, .bh-completed-projects-section .bh-portfolio-item {
  min-width: 0;
  margin-top: var(--bh-portfolio-offset, 0) !important;
}

#home-completed-projects .bh-portfolio-item__link, .bh-completed-projects-section .bh-portfolio-item__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
  line-height: 0;
  aspect-ratio: var(--bh-portfolio-ratio, 790 / 1090);
  transition: border-color 0.35s ease;
}

#home-completed-projects .bh-portfolio-item:hover .bh-portfolio-item__link,
.bh-completed-projects-section .bh-portfolio-item:hover .bh-portfolio-item__link {
  border-color: #ffffff;
}

#home-completed-projects .bh-portfolio-item__link img,
.bh-completed-projects-section .bh-portfolio-item__link img,
#home-completed-projects .bh-portfolio-item__media,
.bh-completed-projects-section .bh-portfolio-item__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #0d1a17;
  transition: transform 0.4s ease;
}

#home-completed-projects .bh-portfolio-item:hover .bh-portfolio-item__link img,
.bh-completed-projects-section .bh-portfolio-item:hover .bh-portfolio-item__link img,
#home-completed-projects .bh-portfolio-item:hover .bh-portfolio-item__media,
.bh-completed-projects-section .bh-portfolio-item:hover .bh-portfolio-item__media {
  transform: scale(1.06);
}

#home-completed-projects .bh-portfolio-item__view, .bh-completed-projects-section .bh-portfolio-item__view {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.5rem, 4rem + 1vw, 5.5rem);
  height: clamp(4.5rem, 4rem + 1vw, 5.5rem);
  border-radius: 50%;
  background: #ffffff;
  color: #11231f;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.88);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}

#home-completed-projects .bh-portfolio-item:hover .bh-portfolio-item__view,
.bh-completed-projects-section .bh-portfolio-item:hover .bh-portfolio-item__view {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 1024px) {
  #home-completed-projects .bh-completed-header, .bh-completed-projects-section .bh-completed-header {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  #home-completed-projects .bh-completed-header__cta, .bh-completed-projects-section .bh-completed-header__cta {
    justify-self: flex-start;
  }

  #home-completed-projects .bh-completed-desc, .bh-completed-projects-section .bh-completed-desc {
    max-width: none;
  }

  #home-completed-projects .bh-completed-gallery, .bh-completed-projects-section .bh-completed-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #home-completed-projects .bh-portfolio-item, .bh-completed-projects-section .bh-portfolio-item {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  #home-completed-projects .bh-completed-gallery, .bh-completed-projects-section .bh-completed-gallery {
    grid-template-columns: 1fr;
  }

  #home-completed-projects .bh-completed-deco,
  .bh-completed-projects-section .bh-completed-deco {
    top: 1rem;
    right: -2rem;
    opacity: 0.08;
    transform: translateX(35%);
  }
}

/* Completed projects – standalone page */
body.bh-completed-projects-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

body.bh-completed-projects-page #main {
  overflow: visible;
}

body.bh-completed-projects-page #completed-projects-page {
  margin-top: 0;
}

body.bh-completed-projects-page #home-completed-projects.bh-completed-projects-section--standalone,
body.bh-completed-projects-page .bh-completed-projects-section--standalone {
  /* Elementor sets display:flex via the --display var only when the body
     carries .elementor-457. On the standalone page that var is absent, so
     .e-con falls back to display:inline and the background only paints
     around the inline text. Force the flex layout here. */
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  background-color: #ffffff !important;
  color: #1a1a1a !important;
}

/* Standalone page – centered heading on white background.
   These selectors include the #home-completed-projects id so they win over
   the shared dark-bg rules above (which also use the id). */
#home-completed-projects.bh-completed-projects-section--standalone .bh-completed-header {
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  text-align: center !important;
}

#home-completed-projects.bh-completed-projects-section--standalone .bh-completed-header__title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}

#home-completed-projects.bh-completed-projects-section--standalone .wdt-heading-holder,
#home-completed-projects.bh-completed-projects-section--standalone .wdt-heading-subtitle-wrapper,
#home-completed-projects.bh-completed-projects-section--standalone .wdt-heading-title-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
}

#home-completed-projects.bh-completed-projects-section--standalone .bh-completed-header__title .wdt-heading-subtitle {
  color: #70c3b3 !important;
  letter-spacing: 0.14em;
  text-transform: capitalize;
  text-align: center !important;
}

#home-completed-projects.bh-completed-projects-section--standalone .bh-completed-header__title .wdt-heading-title {
  color: #1a1a1a !important;
  text-align: center !important;
  max-width: 40rem;
}

/* Brand-mark deco is a white glyph – invisible/irrelevant on white, hide it */
#home-completed-projects.bh-completed-projects-section--standalone .bh-completed-deco {
  display: none !important;
}

/* Hover border on gallery images – matches the blog grid effect:
   two squares grow from opposite corners into a 3px frame, using the
   same colour as the blog frame (--wdtHeadAltColor, #0c0c0c).
   The VIEW button (z-index 2 inside the link) is unaffected. */
#home-completed-projects.bh-completed-projects-section--standalone .bh-portfolio-item {
  position: relative;
  padding: 3px;
}

#home-completed-projects.bh-completed-projects-section--standalone .bh-portfolio-item::before,
#home-completed-projects.bh-completed-projects-section--standalone .bh-portfolio-item::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  background-color: var(--wdtHeadAltColor, #0c0c0c);
  z-index: 0;
  pointer-events: none;
  transition: width 375ms cubic-bezier(0.7, 0, 0.3, 1), height 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

#home-completed-projects.bh-completed-projects-section--standalone .bh-portfolio-item::before {
  top: 0;
  left: 0;
}

#home-completed-projects.bh-completed-projects-section--standalone .bh-portfolio-item::after {
  bottom: 0;
  right: 0;
}

#home-completed-projects.bh-completed-projects-section--standalone .bh-portfolio-item:hover::before,
#home-completed-projects.bh-completed-projects-section--standalone .bh-portfolio-item:hover::after {
  width: 100%;
  height: 100%;
}

/* The image sits above the growing squares; drop the old solid border */
#home-completed-projects.bh-completed-projects-section--standalone .bh-portfolio-item__link {
  position: relative;
  z-index: 1;
  border: 0 !important;
}

#home-completed-projects.bh-completed-projects-section--standalone .bh-portfolio-item:hover .bh-portfolio-item__link {
  border-color: transparent !important;
}

/* Same corner-grow frame on the home section (REAL HOMES. REAL RESULTS.),
   but white since that section sits on the dark teal background. */
#home-completed-projects:not(.bh-completed-projects-section--standalone) .bh-portfolio-item {
  position: relative;
  padding: 3px;
}

#home-completed-projects:not(.bh-completed-projects-section--standalone) .bh-portfolio-item::before,
#home-completed-projects:not(.bh-completed-projects-section--standalone) .bh-portfolio-item::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  background-color: #ffffff;
  z-index: 0;
  pointer-events: none;
  transition: width 375ms cubic-bezier(0.7, 0, 0.3, 1), height 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

#home-completed-projects:not(.bh-completed-projects-section--standalone) .bh-portfolio-item::before {
  top: 0;
  left: 0;
}

#home-completed-projects:not(.bh-completed-projects-section--standalone) .bh-portfolio-item::after {
  bottom: 0;
  right: 0;
}

#home-completed-projects:not(.bh-completed-projects-section--standalone) .bh-portfolio-item:hover::before,
#home-completed-projects:not(.bh-completed-projects-section--standalone) .bh-portfolio-item:hover::after {
  width: 100%;
  height: 100%;
}

#home-completed-projects:not(.bh-completed-projects-section--standalone) .bh-portfolio-item__link {
  position: relative;
  z-index: 1;
  border: 0 !important;
}

body.bh-completed-projects-page .bh-completed-projects-section--standalone > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
  background: transparent !important;
}

body.bh-completed-projects-page .bh-completed-projects-section--standalone .bh-completed-header,
body.bh-completed-projects-page .bh-completed-projects-section--standalone .bh-completed-header__title,
body.bh-completed-projects-page .bh-completed-projects-section--standalone .wdt-heading-holder {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
}

body.bh-completed-projects-page .bh-completed-projects-section--standalone .wdt-heading-subtitle-wrapper,
body.bh-completed-projects-page .bh-completed-projects-section--standalone .wdt-heading-subtitle,
body.bh-completed-projects-page .bh-completed-projects-section--standalone .wdt-heading-title-wrapper,
body.bh-completed-projects-page .bh-completed-projects-section--standalone .wdt-heading-title {
  display: block !important;
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
}

body.bh-completed-projects-page .bh-completed-projects-section--standalone .wdt-heading-title {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  color: #ffffff !important;
}

body.bh-completed-projects-page .bh-completed-projects-section--standalone .bh-completed-deco {
  right: 0 !important;
  transform: translateX(40%) !important;
  opacity: 0.1 !important;
}

.bh-completed-projects-section--standalone {
  padding-top: clamp(5rem, 4rem + 3vw, 9.375rem) !important;
  padding-bottom: clamp(5rem, 4rem + 3vw, 9.375rem) !important;
  padding-left: clamp(1.25rem, 1rem + 1vw, 1.875rem) !important;
  padding-right: clamp(1.25rem, 1rem + 1vw, 1.875rem) !important;
}

.bh-completed-projects-section--standalone .bh-completed-header {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

@media (max-width: 1024px) {
  .bh-completed-projects-section--standalone .bh-completed-header {
    grid-template-columns: 1fr;
  }
}

/* Trusted partners – heading + dual-row logo marquee */
#home-trusted-partners,
.bh-trusted-partners-section {
  background-color: #ffffff;
}

/* Home – override legacy post-457 row layout on this widget */
.elementor-457 .elementor-element.elementor-element-8882f60#home-trusted-partners,
.elementor-457 .elementor-element.elementor-element-8882f60.bh-trusted-partners-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  --flex-direction: column !important;
  --content-width: 100% !important;
  width: 100% !important;
  max-width: none !important;
  overflow: hidden;
  box-sizing: border-box;
}

.elementor-457 #home-trusted-partners > .e-con-inner,
.elementor-457 .bh-trusted-partners-section > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 auto !important;
}

#home-trusted-partners .e-con-inner,
.bh-trusted-partners-section .e-con-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(2rem, 1.5rem + 1.5vw, 3rem);
  padding-top: clamp(4rem, 3rem + 2vw, 6rem);
  padding-bottom: clamp(4rem, 3rem + 2vw, 6rem);
}

#home-trusted-partners .bh-partners-header,
.bh-trusted-partners-section .bh-partners-header {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

#home-trusted-partners .wdt-heading-holder,
#home-trusted-partners .wdt-heading-subtitle-wrapper,
#home-trusted-partners .wdt-heading-title-wrapper,
#home-trusted-partners .wdt-heading-subtitle,
#home-trusted-partners .wdt-heading-title,
#home-trusted-partners .wdt-heading-content-wrapper,
.bh-trusted-partners-section .wdt-heading-holder,
.bh-trusted-partners-section .wdt-heading-subtitle-wrapper,
.bh-trusted-partners-section .wdt-heading-title-wrapper,
.bh-trusted-partners-section .wdt-heading-subtitle,
.bh-trusted-partners-section .wdt-heading-title,
.bh-trusted-partners-section .wdt-heading-content-wrapper {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

#home-trusted-partners .wdt-heading-title,
.bh-trusted-partners-section .wdt-heading-title {
  font-size: clamp(1.85rem, 1.5rem + 1.4vw, 2.75rem);
  line-height: 1.2;
  font-weight: 500;
  color: var(--wdtHeadAltColor, #11231f);
}

#home-trusted-partners .wdt-heading-content-wrapper,
.bh-trusted-partners-section .wdt-heading-content-wrapper {
  margin-top: 0.75rem;
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
  line-height: 1.65;
  color: var(--wdtBodyTxtColor, #5a5a5a);
}

#home-trusted-partners .bh-partners-marquees,
.bh-trusted-partners-section .bh-partners-marquees {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1rem + 1vw, 2rem);
  width: 100%;
}

#home-trusted-partners .bh-partner-marquee,
.bh-trusted-partners-section .bh-partner-marquee {
  width: 100%;
}

#home-trusted-partners .bh-partner-marquee__viewport,
.bh-trusted-partners-section .bh-partner-marquee__viewport {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}

#home-trusted-partners .bh-partner-marquee__track,
.bh-trusted-partners-section .bh-partner-marquee__track {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: max-content;
  gap: clamp(1rem, 0.85rem + 0.6vw, 1.75rem);
  will-change: transform;
}

#home-trusted-partners .bh-partner-marquee--right-to-left .bh-partner-marquee__track,
.bh-trusted-partners-section .bh-partner-marquee--right-to-left .bh-partner-marquee__track {
  animation: bh-partner-marquee-left 70s linear infinite;
}

#home-trusted-partners .bh-partner-marquee--left-to-right .bh-partner-marquee__track,
.bh-trusted-partners-section .bh-partner-marquee--left-to-right .bh-partner-marquee__track {
  animation: bh-partner-marquee-right 70s linear infinite;
}

#home-trusted-partners .bh-partner-marquee:hover .bh-partner-marquee__track,
.bh-trusted-partners-section .bh-partner-marquee:hover .bh-partner-marquee__track {
  animation-play-state: paused;
}

@keyframes bh-partner-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bh-partner-marquee-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

#home-trusted-partners .bh-partner-logo-item,
.bh-trusted-partners-section .bh-partner-logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home-trusted-partners .bh-partner-logo-item img,
.bh-trusted-partners-section .bh-partner-logo-item img {
  display: block;
  height: clamp(4rem, 3.5rem + 1.5vw, 5.75rem);
  width: auto;
  max-width: clamp(8rem, 7rem + 3vw, 12rem);
  object-fit: contain;
}

/* Recent blogs – heading + 3-col cards */
#home-recent-blogs {
  background-color: #ffffff;
}

#home-recent-blogs .e-con-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.5rem + 1.5vw, 3rem);
  padding-top: clamp(4rem, 3rem + 2vw, 6rem);
  padding-bottom: clamp(4rem, 3rem + 2vw, 6rem);
  padding-left: clamp(1.25rem, 1rem + 1.5vw, 3rem);
  padding-right: clamp(1.25rem, 1rem + 1.5vw, 3rem);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

#home-recent-blogs .bh-recent-blogs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, 1rem + 1vw, 2rem);
  width: 100%;
}

#home-recent-blogs .bh-recent-blogs-header__title {
  flex: 1 1 auto;
  min-width: 0;
}

#home-recent-blogs .bh-recent-blogs-header__title .wdt-heading-holder,
#home-recent-blogs .bh-recent-blogs-header__title .wdt-heading-subtitle-wrapper,
#home-recent-blogs .bh-recent-blogs-header__title .wdt-heading-title-wrapper,
#home-recent-blogs .bh-recent-blogs-header__title .wdt-heading-subtitle,
#home-recent-blogs .bh-recent-blogs-header__title .wdt-heading-title {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

#home-recent-blogs .wdt-heading-subtitle {
  letter-spacing: 0.12em;
}

#home-recent-blogs .wdt-heading-title {
  font-size: clamp(1.85rem, 1.5rem + 1.4vw, 2.75rem);
  line-height: 1.2;
  font-weight: 500;
  color: var(--wdtHeadAltColor, #11231f);
}

#home-recent-blogs .bh-recent-blogs-header__cta {
  flex: 0 0 auto;
}

#home-recent-blogs .bh-recent-blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 1rem + 1vw, 2rem);
  width: 100%;
}

#home-recent-blogs .bh-home-blog-card {
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 0.75rem + 0.3vw, 1.1rem);
  min-width: 0;
}

#home-recent-blogs .bh-home-blog-card__image {
  display: block;
  position: relative;
  padding: 3px;
}

/* Corner-grow frame on hover (matches blog grid / completed projects),
   black border. The inner span clips the image zoom so it never bleeds
   over the frame. */
#home-recent-blogs .bh-home-blog-card__image::before,
#home-recent-blogs .bh-home-blog-card__image::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  background-color: #000000;
  z-index: 0;
  pointer-events: none;
  transition: width 375ms cubic-bezier(0.7, 0, 0.3, 1), height 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

#home-recent-blogs .bh-home-blog-card__image::before {
  top: 0;
  left: 0;
}

#home-recent-blogs .bh-home-blog-card__image::after {
  bottom: 0;
  right: 0;
}

#home-recent-blogs .bh-home-blog-card:hover .bh-home-blog-card__image::before,
#home-recent-blogs .bh-home-blog-card:hover .bh-home-blog-card__image::after {
  width: 100%;
  height: 100%;
}

#home-recent-blogs .bh-home-blog-card__image-inner {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.15 / 1;
  line-height: 0;
}

#home-recent-blogs .bh-home-blog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

#home-recent-blogs .bh-home-blog-card:hover .bh-home-blog-card__image img {
  transform: scale(1.04);
}

#home-recent-blogs .bh-home-blog-card__date {
  font-size: clamp(0.72rem, 0.68rem + 0.15vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--wdtBodyTxtColor, #7a7a7a);
}

#home-recent-blogs .bh-home-blog-card__title {
  margin: 0;
  font-size: clamp(1.1rem, 1rem + 0.35vw, 1.35rem);
  line-height: 1.35;
  font-weight: 500;
}

#home-recent-blogs .bh-home-blog-card__title a {
  color: var(--wdtHeadAltColor, #11231f);
  text-decoration: none;
  transition: color 0.25s ease;
}

#home-recent-blogs .bh-home-blog-card__title a:hover {
  color: var(--wdtPrimaryColor, #135454);
}

#home-recent-blogs .bh-home-blog-card__link {
  display: inline-block;
  width: fit-content;
  font-size: clamp(0.95rem, 0.9rem + 0.15vw, 1.05rem);
  font-weight: 500;
  color: #70c3b3 !important;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

#home-recent-blogs .bh-home-blog-card__link:hover {
  color: #70c3b3 !important;
  opacity: 0.85;
}

/* Blog archive – Continue Reading links */
.wdt-post-entry .blog-entry .entry-button a.wdt-button {
  color: #70c3b3 !important;
}

.wdt-post-entry .blog-entry .entry-button a.wdt-button:hover {
  color: #70c3b3 !important;
  opacity: 0.85;
}

@media (max-width: 1024px) {
  #home-recent-blogs .bh-recent-blogs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #home-recent-blogs .e-con-inner {
    gap: 1.75rem;
    padding-top: clamp(2.5rem, 2rem + 2vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 2rem + 2vw, 3.5rem);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #home-recent-blogs .bh-recent-blogs-header {
    display: contents;
  }

  #home-recent-blogs .bh-recent-blogs-header__title {
    order: 1;
    width: 100%;
  }

  #home-recent-blogs .bh-recent-blogs-grid {
    order: 2;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  #home-recent-blogs .bh-recent-blogs-header__cta {
    order: 3;
    width: 100%;
  }

  #home-recent-blogs .wdt-heading-title {
    font-size: clamp(1.45rem, 1.2rem + 1.5vw, 1.75rem);
    line-height: 1.25;
  }
}

/* Site footer – reviews carousel + 5-col links + SEO */
#footer.bh-site-footer {
  background-color: #135454;
  color: rgba(255, 255, 255, 0.92);
}

#footer.bh-site-footer .wdt-elementor-container-fluid {
  max-width: 100%;
}

#footer.bh-site-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.25s ease;
}

#footer.bh-site-footer.wdt-dark-bg a:not(.button):not(.elementor-button):hover,
#footer.bh-site-footer .bh-footer-col__list a:hover,
#footer.bh-site-footer .bh-footer-contact a:hover,
#footer.bh-site-footer .bh-footer-social__list a:hover,
#footer.bh-site-footer .bh-footer-seo a:hover,
#footer.bh-site-footer a:hover {
  color: #f0fffc !important;
  opacity: 1 !important;
}

.bh-footer-divider {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.18);
}

.bh-footer-reviews {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 2.5rem + 2vw, 5rem) clamp(1.25rem, 1rem + 1.5vw, 3rem)
    clamp(2.5rem, 2rem + 1.5vw, 3.5rem);
  box-sizing: border-box;
}

.bh-footer-reviews__carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: "prev track next";
  align-items: center;
  column-gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  width: 100%;
  max-width: 100%;
}

.bh-footer-reviews__track {
  grid-area: track;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.bh-footer-reviews__swiper {
  overflow: hidden;
  width: 100%;
}

.bh-footer-reviews__swiper .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
}

.bh-footer-reviews__swiper .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.bh-footer-reviews-prev,
.bh-footer-reviews-next {
  grid-area: prev;
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent !important;
  color: #135454;
  cursor: pointer;
  line-height: 1;
  box-shadow: none;
  transform: none !important;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.bh-footer-reviews-next {
  grid-area: next;
}

.bh-footer-reviews-prev::after,
.bh-footer-reviews-next::after {
  display: none !important;
  content: none !important;
}

.bh-footer-reviews-prev:hover,
.bh-footer-reviews-next:hover {
  background: transparent !important;
  transform: scale(1.05);
  opacity: 0.92;
}

.bh-footer-reviews-arrow__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #ffffff;
  color: #135454;
}

.bh-footer-reviews-arrow__inner svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  fill: currentColor;
}

.bh-footer-review-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.bh-footer-review-card__stars {
  flex: 0 0 auto;
  line-height: 1;
}

.bh-footer-review-card__stars .wdt-rating {
  font-size: 0.95rem;
  line-height: 1;
}

.bh-footer-review-card__stars .wdticon-stars {
  color: #f5b942;
}

.bh-footer-review-card__title {
  margin: 0;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.15rem);
  line-height: 1.35;
  font-weight: 600;
  color: #ffffff;
}

.bh-footer-review-card__quote {
  margin: 0;
  flex: 0 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: clamp(0.88rem, 0.84rem + 0.15vw, 0.98rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-footer-review-card__author {
  margin: 0;
  flex: 0 0 auto;
  font-size: clamp(0.82rem, 0.8rem + 0.1vw, 0.92rem);
  color: rgba(255, 255, 255, 0.72);
}

.bh-footer-main {
  padding: clamp(2.5rem, 2rem + 1.5vw, 4rem) clamp(1.25rem, 1rem + 1.5vw, 3rem);
}

.bh-footer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 1.35fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 1rem + 1.5vw, 2.75rem);
  align-items: start;
}

.bh-footer-col__title {
  margin: 0 0 1.1rem;
  font-size: clamp(1rem, 0.95rem + 0.15vw, 1.1rem);
  font-weight: 600;
  color: #ffffff;
}

.bh-footer-col__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.bh-footer-col__list a {
  font-size: clamp(0.88rem, 0.84rem + 0.12vw, 0.95rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
  transition: color 0.25s ease;
}

.bh-footer-col__list a:hover {
  color: #f0fffc !important;
  background: transparent;
}

.bh-footer-col--brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.1rem;
}

.bh-footer-brand img {
  display: block;
  width: min(100%, 220px);
  height: auto;
}

.bh-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  max-width: 22rem;
}

#footer.bh-site-footer .bh-footer-contact a {
  color: rgba(255, 255, 255, 0.68);
  transition: color 0.25s ease;
}

.bh-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: clamp(0.86rem, 0.82rem + 0.12vw, 0.94rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  text-align: left;
}

.bh-footer-contact__icon {
  flex: 0 0 auto;
  display: inline-flex;
  width: 1rem;
  margin-top: 0.15rem;
}

.bh-footer-contact__icon svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.bh-footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.bh-footer-social__label {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
}

.bh-footer-social__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.bh-footer-social__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.bh-footer-social__list svg {
  width: 0.95rem;
  height: 0.95rem;
  fill: currentColor;
}

.bh-footer-copyright {
  margin: 0.35rem 0 0;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.72);
}

.bh-footer-seo {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: clamp(2rem, 1.5rem + 1.5vw, 3rem) clamp(1.25rem, 1rem + 1.5vw, 3rem)
    clamp(3rem, 2.5rem + 2vw, 4.5rem);
}

.bh-footer-seo__title {
  margin: 0 0 1rem;
  max-width: none;
  width: 100%;
  font-size: clamp(1.35rem, 1.15rem + 0.8vw, 1.85rem);
  line-height: 1.3;
  font-weight: 600;
  color: #ffffff;
}

.bh-footer-seo p {
  margin: 0 0 1rem;
  max-width: none;
  width: 100%;
  font-size: clamp(0.9rem, 0.86rem + 0.15vw, 1rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.bh-footer-seo p:last-child {
  margin-bottom: 0;
}

.bh-footer-seo a.bh-footer-interlink,
#footer.bh-site-footer .bh-footer-seo a.bh-footer-interlink {
  color: #70c3b3 !important;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.bh-footer-seo a.bh-footer-interlink:hover,
#footer.bh-site-footer .bh-footer-seo a.bh-footer-interlink:hover {
  color: #f0fffc !important;
  opacity: 1;
  background: transparent;
}

.bh-footer-seo__read-more {
  text-decoration: none;
  text-transform: capitalize;
}

/* Read More / Read Less is a <button> toggle — strip default button chrome
   (incl. the theme's global button background) so it reads as an inline link. */
.bh-footer-seo button.bh-footer-interlink,
#footer.bh-site-footer .bh-footer-seo button.bh-footer-interlink {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font: inherit !important;
  line-height: inherit !important;
  color: #70c3b3 !important;
  cursor: pointer;
  vertical-align: baseline;
  text-decoration: none;
  text-transform: capitalize;
  transition: color 0.25s ease;
}

.bh-footer-seo button.bh-footer-interlink:hover {
  color: #f0fffc !important;
}

@media (max-width: 1199px) {
  .bh-footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bh-footer-col--brand {
    grid-column: 1 / -1;
    order: -1;
  }
}

@media (max-width: 767px) {
  .bh-footer-reviews {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .bh-footer-reviews__carousel {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "track";
  }

  .bh-footer-reviews-prev,
  .bh-footer-reviews-next {
    display: none !important;
  }

  .bh-footer-reviews__swiper .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
  }

  .bh-footer-review-card__title {
    font-size: 1rem;
    line-height: 1.35;
  }

  .bh-footer-review-card__quote {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .bh-footer-review-card__author {
    font-size: 0.82rem;
  }

  .bh-footer-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-footer-col--brand {
    order: 0;
  }
}

/* Footer – logo + map side by side (original layout) */
.elementor-318 .elementor-element.bh-footer-intro {
  flex-direction: row !important;
  align-items: stretch !important;
  gap: clamp(1.5rem, 2vw, 2.5rem);
  width: 100%;
}
.elementor-318 .elementor-element.bh-footer-intro__brand {
  flex: 0 0 32%;
  max-width: 32%;
  min-width: 0;
}
.elementor-318 .bh-footer-map {
  flex: 1 1 auto;
  min-width: 0;
  align-self: stretch;
  padding-bottom: 40px;
}
.bh-footer-map__frame {
  width: 100%;
  height: 100%;
  min-height: 280px;
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
}
.bh-footer-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}
@media (max-width: 1024px) {
  .elementor-318 .elementor-element.bh-footer-intro {
    flex-direction: column !important;
  }
  .elementor-318 .elementor-element.bh-footer-intro__brand {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bh-footer-map__frame,
  .bh-footer-map__frame iframe {
    min-height: 300px;
  }
}

/* Footer – Service & Policies side by side (original layout) */
.elementor-318 .elementor-element.elementor-element-75fee5e {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}
.elementor-318 .elementor-element.elementor-element-9062e75,
.elementor-318 .elementor-element.elementor-element-36d684f {
  flex: 0 0 25%;
  max-width: 25%;
}
.elementor-318 .elementor-element.elementor-element-edd8d6e {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 1024px) {
  .elementor-318 .elementor-element.elementor-element-75fee5e {
    flex-wrap: wrap !important;
  }
  .elementor-318 .elementor-element.elementor-element-9062e75,
  .elementor-318 .elementor-element.elementor-element-36d684f {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .elementor-318 .elementor-element.elementor-element-edd8d6e {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Footer – contact / office icon spacing */
.elementor-318 .elementor-element.elementor-element-922d575 .wdt-icon-list.icon-left .wdt-listicon-wrapper:not(:only-child),
.elementor-318 .elementor-element.elementor-element-139ad4a .wdt-icon-list.icon-left .wdt-listicon-wrapper:not(:only-child) {
  margin-right: 14px;
  flex-shrink: 0;
}
.elementor-318 .elementor-element.elementor-element-922d575 .wdt-icon-list .wdt-icon-item a,
.elementor-318 .elementor-element.elementor-element-139ad4a .wdt-icon-list .wdt-icon-item {
  gap: 14px;
}
.elementor-318 .elementor-element.elementor-element-922d575 .wdt-listicon-wrapper svg,
.elementor-318 .elementor-element.elementor-element-139ad4a .wdt-listicon-wrapper svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Header logo – larger */
.elementor-704 #benher-b2d1afd.wdt-logo-container img,
.elementor-704 .elementor-element-b2d1afd .wdt-logo-container img {
  width: 165px !important;
  max-width: 165px !important;
  height: auto !important;
}

@media (max-width: 1024px) {
  .elementor-704 #benher-b2d1afd.wdt-logo-container img,
  .elementor-704 .elementor-element-b2d1afd .wdt-logo-container img {
    width: 145px !important;
    max-width: 145px !important;
  }
}

@media (max-width: 767px) {
  .elementor-704 #benher-b2d1afd.wdt-logo-container img,
  .elementor-704 .elementor-element-b2d1afd .wdt-logo-container img {
    width: 125px !important;
    max-width: 125px !important;
  }
}

/* Footer – bottom legal links spacing */
.elementor-318 .elementor-element.elementor-element-6f68092 .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 24px !important;
}

/* Page breadcrumb – left under logo, bottom of banner (no center overlap with nav) */
.page-breadcrumb .main-title-section-container {
  padding-top: 185px;
  padding-bottom: 42px;
}

.page-breadcrumb .main-title-section-container .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 110px;
}

.page-breadcrumb .main-title-section,
.page-breadcrumb .breadcrumb {
  width: auto;
  float: none;
  clear: none;
  text-align: left;
}

.page-breadcrumb .main-title-section {
  margin: 0 0 10px;
}

.page-breadcrumb .main-title-section h1,
.page-breadcrumb .breadcrumb {
  text-align: left;
}

@media only screen and (max-width: 1280px) {
  .page-breadcrumb .main-title-section-container {
    padding-top: 165px;
    padding-bottom: 36px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-breadcrumb .main-title-section-container {
    padding-top: 150px;
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .page-breadcrumb .main-title-section-container {
    padding-top: 130px;
    padding-bottom: 28px;
  }

  .page-breadcrumb .main-title-section-container .container {
    min-height: 80px;
  }
}

/* Contact page map – same embed URL as footer */
.contact-page-map .contact-page-map__frame {
  width: 100%;
  height: 730px;
  line-height: 0;
  overflow: hidden;
}

.contact-page-map .contact-page-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1540px) {
  .contact-page-map .contact-page-map__frame {
    height: 600px;
  }
}

@media (max-width: 1280px) {
  .contact-page-map .contact-page-map__frame {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .contact-page-map .contact-page-map__frame {
    height: 350px;
  }
}

@media (max-width: 479px) {
  .contact-page-map .contact-page-map__frame {
    height: 300px;
  }
}

/* FAQ page – BathXpertz brand colors */
.elementor-494 {
  --bh-faq-teal: #135454;
  --bh-faq-mint: #70c3b3;
  --bh-faq-mint-light: #f0fffc;
  --bh-faq-border: #c5e8e2;
  --bh-faq-text-muted: #6b7c7a;
}

/* Heading – accent split words */
.elementor-494 .wdt-heading-holder .wdt-heading-title .wdt-split-heading-wrapper .wdt-split-heading-title {
  color: var(--bh-faq-mint) !important;
}

.elementor-494 .wdt-heading-holder .wdt-heading-subtitle {
  color: var(--bh-faq-teal) !important;
}

.elementor-494 .wdt-heading-holder .wdt-heading-title {
  color: #11231f !important;
}

/* Tabs */
.elementor-494 .wdt-tabs-container.wdt-template-default .wdt-tabs-list {
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 12px;
}

.elementor-494 .wdt-tabs-container.wdt-template-default .wdt-tabs-list li .ui-tabs-anchor {
  background-color: #fff !important;
  border: 1px solid var(--bh-faq-mint) !important;
  color: var(--bh-faq-teal) !important;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 1.3 !important;
  padding: 8px 18px !important;
  border-radius: 30px !important;
  text-transform: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.elementor-494 .wdt-tabs-container.wdt-template-default .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title {
  font-size: 15px !important;
  line-height: 1.3 !important;
}

.elementor-494 .wdt-tabs-container.wdt-template-default .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.elementor-494 .wdt-tabs-container.wdt-template-default .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor {
  background-color: var(--bh-faq-teal) !important;
  border-color: var(--bh-faq-teal) !important;
  color: #fff !important;
}

/* Accordion */
.elementor-494 .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper,
.elementor-494 .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
  text-align: start;
  justify-content: start;
}

.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper {
  border: 1px solid var(--bh-faq-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
  padding: 18px 22px !important;
  background-color: #fff !important;
  color: var(--bh-faq-teal) !important;
}

.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active,
.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover {
  background-color: #fff !important;
  color: var(--bh-faq-teal) !important;
  padding-bottom: 12px !important;
}

.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title,
.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
  color: var(--bh-faq-teal) !important;
  font-weight: 600;
  text-transform: none;
}

.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-title,
.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon,
.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover .wdt-accordion-toggle-title,
.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover .wdt-accordion-toggle-icon {
  color: var(--bh-faq-teal) !important;
}

.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
  padding: 0 !important;
  border: none !important;
  color: var(--bh-faq-mint) !important;
}

.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-description,
.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-description.ui-accordion-content-active {
  padding: 0 22px 18px !important;
  background: #fff !important;
  color: var(--bh-faq-text-muted) !important;
  margin-top: 0;
}

.elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-description p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--bh-faq-text-muted);
}

@media (max-width: 767px) {
  .elementor-494 .wdt-tabs-container.wdt-template-default .wdt-tabs-list li .ui-tabs-anchor {
    padding: 14px 18px;
    font-size: 14px;
  }

  .elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
    padding: 16px 18px !important;
  }

  .elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    padding: 0 18px 16px !important;
  }
}

/* Privacy policy – typography + clean bordered accordion (match original) */
.elementor-581 .wdt-heading-holder h2.wdt-heading-title-wrapper {
  font-size: unset;
  line-height: unset;
  margin: 0;
  text-transform: none;
}

.elementor-581 .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title {
  font-size: clamp(1.5625rem, 1.3535rem + 0.9554vw, 2.5rem);
  font-weight: var(--wdtFontWeight_Alt);
  line-height: var(--wdtLineHeight_Alt);
  text-transform: capitalize;
}

.elementor-581 .wdt-heading-holder .wdt-heading-content-wrapper {
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Base);
  line-height: var(--wdtLineHeight_Base);
  text-transform: none;
}

.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: unset;
  text-transform: none;
  padding: clamp(1.5625rem, 1.4232rem + 0.6369vw, 2.1875rem) 0;
}

.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder:hover,
.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder:focus,
.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder:active,
.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active,
.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
  outline: none;
}

.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-description,
.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-description.ui-accordion-content-active {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--wdtBodyTxtColor);
  font-size: 1rem;
  font-weight: var(--wdtFontWeight_Base);
  line-height: var(--wdtLineHeight_Base);
  text-transform: none;
  padding: 0 20% clamp(1.5625rem, 1.4232rem + 0.6369vw, 2.1875rem) 0;
}

.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-description p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:first-child .wdt-accordion-toggle-title-holder {
  padding-top: 0;
}

.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:last-child .wdt-accordion-toggle-title-holder {
  padding-bottom: 0;
}

.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  width: 1em;
  height: 1em;
  align-self: center;
}

.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: none;
}

.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
  font-size: clamp(1.25rem, 1.1943rem + 0.2548vw, 1.5rem);
  font-weight: var(--wdtFontWeight_Alt);
  line-height: 1;
  text-transform: none;
}

.elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:last-child) {
  border-bottom: 1px solid var(--wdtBorderColor);
}

@media screen and (max-width: 1280px) {
  .elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    padding-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .elementor-581 .wdt-template-bordered.wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    padding-right: 5%;
  }
}

/* Returns & exchange – terms-style heading layout (elementor-759) */
.elementor-759 .wdt-heading-holder h2.wdt-heading-title-wrapper {
  font-size: unset;
  line-height: unset;
  margin: 0;
  text-transform: none;
}

.elementor-759 .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title {
  font-size: clamp(1.5625rem, 1.3535rem + 0.9554vw, 2.5rem);
  font-weight: var(--wdtFontWeight_Alt);
  line-height: var(--wdtLineHeight_Alt);
  text-transform: none;
}

.elementor-759 .wdt-heading-holder .wdt-heading-content-wrapper {
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Base);
  line-height: var(--wdtLineHeight_Base);
  text-transform: none;
  color: var(--wdtBodyTxtColor);
}

/* Shop archive – isolated 3-col grid (same approach as #home-paint-products) */
#shop-products .bh-shop-products-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: clamp(1.875rem, 1.1607rem + 1.1161vw, 2.5rem) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
  list-style: none;
}

/* WooCommerce clearfix pseudo-elements become extra grid cells (causes 2+3+1 rows) */
#shop-products .bh-shop-products-grid::before,
#shop-products .bh-shop-products-grid::after {
  content: none !important;
  display: none !important;
}

#shop-products .bh-shop-products-grid.list-product-active {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

#shop-products .bh-shop-products-grid > li.product {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
  min-width: 0;
  list-style: none;
}

#shop-products .bh-shop-products-grid > li.product.first,
#shop-products .bh-shop-products-grid > li.product.last {
  clear: none !important;
}

#shop-products .bh-shop-products-grid li.product .product-wrapper {
  float: none !important;
  display: block !important;
  width: 100% !important;
  margin: 0 0 35px !important;
}

#shop-products .bh-shop-products-grid li.product .product-thumb .image img {
  width: 100%;
  height: auto;
  display: block;
  float: none !important;
}

/* No prices or cart icons on shop cards – quote only */
#shop-products .product-price,
#shop-products .product-labels,
#shop-products span.onsale,
#shop-products span.out-of-stock {
  display: none !important;
}

#shop-products .product-buttons-wrapper.product-button .button::before,
#shop-products .product-buttons-wrapper.product-button .button::after,
#shop-products .product-buttons-wrapper.product-button a.button::before,
#shop-products .product-buttons-wrapper.product-button a.button::after {
  display: none !important;
  content: none !important;
}

#shop-products .bh-get-quote-btn {
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  #shop-products .bh-shop-products-grid:not(.list-product-active) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 800px) {
  #shop-products .bh-shop-products-grid.list-product-active {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 480px) {
  #shop-products .bh-shop-products-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.elementor-426 .bh-get-quote-btn {
  text-transform: capitalize;
}

/* Product detail accordion – no hover background (match original) */
.elementor-426 .elementor-element-bdd02cc .wdt-template-bordered .wdt-accordion-toggle-title-holder,
.elementor-426 .elementor-element-bdd02cc .wdt-template-bordered .wdt-accordion-toggle-title-holder:hover,
.elementor-426 .elementor-element-bdd02cc .wdt-template-bordered .wdt-accordion-toggle-title-holder:focus,
.elementor-426 .elementor-element-bdd02cc .wdt-template-bordered .wdt-accordion-toggle-title-holder:active,
.elementor-426 .elementor-element-bdd02cc .wdt-template-bordered .wdt-accordion-toggle-title-holder.ui-state-hover,
.elementor-426 .elementor-element-bdd02cc .wdt-template-bordered .wdt-accordion-toggle-title-holder.ui-state-active,
.elementor-426 .elementor-element-bdd02cc .wdt-template-bordered .wdt-accordion-toggle-title-holder.ui-state-focus {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}

.elementor-426 .elementor-element-bdd02cc .wdt-template-bordered .wdt-accordion-toggle-description {
  padding: 0 0 clamp(1.25rem, 1rem + 0.8vw, 1.75rem);
}

.elementor-426 .elementor-element-bdd02cc .wdt-template-bordered .wdt-accordion-toggle-description p {
  margin: 0;
  font-size: clamp(0.92rem, 0.88rem + 0.15vw, 1rem);
  line-height: 1.7;
  color: var(--wdtBodyTxtColor, #7a7a7a);
}

.elementor-426 .elementor-element-bdd02cc .wdt-template-bordered .wdt-accordion-toggle-description a {
  color: #70c3b3;
  text-decoration: none;
}

.elementor-426 .elementor-element-bdd02cc .wdt-template-bordered .wdt-accordion-toggle-description a:hover {
  opacity: 0.85;
}

/* Blog archive – 3-column grid fallback when isotope has not initialized */
.elementor-1711 .tpl-blog-holder.apply-isotope {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -15px;
  width: auto;
}

.elementor-1711 .tpl-blog-holder.apply-isotope > .column {
  box-sizing: border-box;
  width: 33.3333% !important;
  padding: 16px;
}

@media (max-width: 1024px) {
  .elementor-1711 .tpl-blog-holder.apply-isotope > .column {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .elementor-1711 .tpl-blog-holder.apply-isotope > .column {
    width: 100% !important;
  }
}

/* =========================================================
   Home – Design & Planning interactive process section
   ========================================================= */
.wdt-design-planning {
  background-color: #315454;
  color: #ffffff;
  padding: 100px 0 90px;
  overflow: hidden;
  /* Own stacking context above the neighbouring showcase section so its
     parallax/hover never bleeds over the timeline labels (cursor flicker) */
  position: relative;
  z-index: 2;
}

.wdt-dp-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}

.wdt-dp-top {
  display: flex;
  align-items: center;
  gap: 60px;
}

.wdt-dp-content {
  flex: 1 1 45%;
  min-width: 0;
}

.wdt-dp-subtitle {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 22px;
}

.wdt-dp-title {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 28px;
}

.wdt-dp-intro {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 22px;
}

.wdt-dp-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 36px;
  max-width: 560px;
}

/* Button – white pill with dark circular arrow (matches site button) */
.wdt-dp-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  color: #11231f;
  padding: 8px 28px 8px 8px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wdt-dp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.wdt-dp-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #11231f;
}

.wdt-dp-btn-icon svg {
  width: 13px;
  height: 13px;
  fill: #ffffff;
}

.wdt-dp-media {
  flex: 1 1 50%;
  min-width: 0;
}

.wdt-dp-media img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* Timeline / process stepper – equal columns, labels above/below the track */
.wdt-dp-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 130px;
  min-height: 160px;
  padding: 0;
  box-sizing: content-box;
}

.wdt-dp-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

/* Isolate from global theme `button` / `button:hover` fills (base_1.css) */
.wdt-design-planning button.wdt-dp-step,
.wdt-design-planning button.wdt-dp-step:hover,
.wdt-design-planning button.wdt-dp-step:focus,
.wdt-design-planning button.wdt-dp-step:active {
  position: relative;
  top: auto;
  left: auto;
  flex: 1 1 0;
  min-width: 0;
  min-height: 160px;
  transform: none;
  display: block;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none;
  padding: 0 10px;
  margin: 0 !important;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  overflow: visible;
}

.wdt-dp-step,
.wdt-dp-step * {
  cursor: pointer;
}

/* Marker always sits on the horizontal track */
.wdt-dp-step-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  flex-shrink: 0;
  pointer-events: none;
  z-index: 2;
}

.wdt-dp-step-marker::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wdt-dp-step.is-active .wdt-dp-step-marker {
  background: #ffffff;
  color: #315454;
}

.wdt-dp-step.is-active .wdt-dp-step-marker::before {
  opacity: 0;
  transform: scale(0);
}

/* Label pinned above or below the track, contained within its column */
.wdt-dp-step-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 4px;
  text-align: center;
  white-space: normal;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400;
  color: #ffffff;
  pointer-events: none;
}

.wdt-dp-step--above .wdt-dp-step-label {
  bottom: calc(50% + 30px);
}

.wdt-dp-step--below .wdt-dp-step-label {
  top: calc(50% + 30px);
}

.wdt-dp-step:hover .wdt-dp-step-label,
.wdt-dp-step:focus .wdt-dp-step-label,
.wdt-dp-step:active .wdt-dp-step-label,
.wdt-dp-step.is-active .wdt-dp-step-label {
  color: #ffffff !important;
}

/* Match site container widths (--container-max-width breakpoints) */
@media (max-width: 1540px) {
  .wdt-dp-inner {
    max-width: 1300px;
  }
}

@media (max-width: 1280px) {
  .wdt-dp-inner {
    max-width: 1100px;
  }
}

@media (max-width: 1024px) {
  .wdt-dp-inner {
    max-width: 850px;
    padding: 0 20px;
  }
  .wdt-dp-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .wdt-dp-content,
  .wdt-dp-media {
    flex: 1 1 100%;
    width: 100%;
  }
  .wdt-dp-title {
    font-size: 36px;
  }
  .wdt-dp-step-label {
    font-size: 16px;
    line-height: 1.4;
  }
  .wdt-dp-timeline {
    margin-top: 100px;
    min-height: 140px;
  }
  .wdt-design-planning button.wdt-dp-step,
  .wdt-design-planning button.wdt-dp-step:hover,
  .wdt-design-planning button.wdt-dp-step:focus,
  .wdt-design-planning button.wdt-dp-step:active {
    min-height: 140px;
    padding: 0 6px;
  }
  .wdt-dp-step--above .wdt-dp-step-label {
    bottom: calc(50% + 24px);
  }
  .wdt-dp-step--below .wdt-dp-step-label {
    top: calc(50% + 24px);
  }
}

@media (max-width: 767px) {
  .wdt-dp-inner {
    max-width: 580px;
  }
  .wdt-design-planning {
    padding: 60px 0;
  }
  /* Mobile: vertical timeline */
  .wdt-dp-timeline {
    margin-top: 48px;
    padding: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }
  .wdt-dp-timeline::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: rgba(255, 255, 255, 0.35);
    z-index: 0;
    pointer-events: none;
  }
  .wdt-dp-track {
    display: none;
  }
  .wdt-design-planning button.wdt-dp-step,
  .wdt-design-planning button.wdt-dp-step:hover,
  .wdt-design-planning button.wdt-dp-step:focus,
  .wdt-design-planning button.wdt-dp-step:active {
    flex: none;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    min-height: 44px;
    padding: 6px 0 6px 52px;
    z-index: 1;
  }
  .wdt-dp-step-marker {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 34px;
    height: 34px;
    font-size: 14px;
    transform: translate(-50%, -50%);
  }
  .wdt-dp-step-marker::before {
    width: 12px;
    height: 12px;
  }
  .wdt-dp-step-label {
    position: static;
    left: auto;
    bottom: auto;
    top: auto;
    transform: none;
    width: auto;
    max-width: none;
    padding: 0;
    text-align: left;
    font-size: 17px;
  }
  .wdt-dp-step--above .wdt-dp-step-label,
  .wdt-dp-step--below .wdt-dp-step-label {
    bottom: auto;
    top: auto;
  }
}

@media (max-width: 479px) {
  .wdt-dp-inner {
    max-width: 400px;
  }
}

/* ==========================================================================
   BathXpertz landing pages – shared layout (width + section spacing)
   ========================================================================== */
:root {
  --bh-content-width: 1520px;
  --bh-content-width-hero: 860px;
  --bh-content-width-narrow: 860px;
  --bh-content-width-header: 720px;
  --bh-content-width-cta: 640px;
  --bh-section-padding-y: 90px;
  --bh-section-padding-x: 30px;
  --bh-section-padding-cta: 80px var(--bh-section-padding-x) var(--bh-section-padding-y);
  --bh-section-padding-mobile-y: 64px;
  --bh-section-padding-mobile-x: 20px;
  --bh-hero-padding-top: 100px;
  --bh-hero-padding-bottom: var(--bh-section-padding-y);
}

/* Match Elementor kit container breakpoints (post-14.css) */
@media (max-width: 1540px) {
  :root {
    --bh-content-width: 1300px;
  }
}

@media (max-width: 1280px) {
  :root {
    --bh-content-width: 1100px;
  }
}

@media (max-width: 1024px) {
  :root {
    --bh-content-width: 850px;
  }
}

@media (max-width: 767px) {
  :root {
    --bh-content-width: 580px;
    --bh-section-padding-x: var(--bh-section-padding-mobile-x);
  }
}

@media (max-width: 479px) {
  :root {
    --bh-content-width: 400px;
  }
}

/* ─── Careers page ─── */
/*
 * Landing heroes are dark and sit flush under the breadcrumb. The theme adds
 * #header-wrapper { margin: 0 0 60px } at <=479px (about/blog hide that gap
 * behind their light first section) — drop it here so no white band shows
 * between the breadcrumb banner and the dark hero. No-op above 479px.
 */
body.bh-careers-page #header-wrapper,
body.bh-geo-page #header-wrapper,
body.bh-partner-page #header-wrapper,
body.bh-process-page #header-wrapper,
body.bh-shop-cat-page #header-wrapper,
body.bh-refer-page #header-wrapper,
body.bh-testimonials-page #header-wrapper,
body.bh-completed-projects-page #header-wrapper,
body.bh-wash-page #header-wrapper,
body.bh-xpertz-page #header-wrapper,
body.bh-designs-page #header-wrapper,
body.bh-calculator-page #header-wrapper {
  margin-bottom: 0;
}

body.bh-careers-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

body.bh-careers-page #header-wrapper {
  position: relative;
  z-index: 30;
  min-height: 120px;
}

body.bh-careers-page #header {
  position: relative;
  z-index: 30;
}

body.bh-careers-page #main {
  position: relative;
  z-index: 1;
}

body.bh-careers-page #careers-page {
  margin-top: 0;
}

body.bh-careers-page .elementor-704 .elementor-element.elementor-element-50b9991 {
  width: 100%;
}

body.bh-careers-page .elementor-704 .elementor-element.elementor-element-1bd4d07 > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

body.bh-careers-page .elementor-704 .elementor-element-bc47daa {
  flex: 0 0 auto !important;
  width: auto !important;
}

body.bh-careers-page .elementor-704 .elementor-element-1be2a9a {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: center !important;
  width: auto !important;
}

body.bh-careers-page .elementor-704 .elementor-element-d3c1b58 {
  flex: 0 0 auto !important;
  width: auto !important;
}

.bh-careers-page {
  --bh-careers-teal: #135454;
  --bh-careers-mint: #70c3b3;
  --bh-careers-mint-light: #f0fffc;
  --bh-careers-dark: #0f3d2e;
  --bh-careers-text-muted: #6b7c7a;
}

.bh-careers-section-subtitle {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  color: var(--bh-careers-mint);
}

.bh-careers-section-subtitle--light {
  color: rgba(255, 255, 255, 0.75);
}

.bh-careers-accent {
  color: var(--bh-careers-mint);
}

.bh-careers-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bh-careers-btn--filled {
  background: var(--bh-careers-teal);
  color: #fff;
  border-color: var(--bh-careers-teal);
}

.bh-careers-btn--filled:hover {
  background: var(--bh-careers-mint);
  border-color: var(--bh-careers-mint);
  color: #fff;
}

.bh-careers-btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.bh-careers-btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.bh-careers-btn--center {
  margin: 0 auto;
}

.bh-careers-btn--submit {
  width: 100%;
  max-width: 360px;
  margin: 8px auto 0;
  background: var(--bh-careers-teal);
  color: #fff;
  border-color: var(--bh-careers-teal);
}

.bh-careers-btn--submit:hover {
  background: #0e4242;
  border-color: #0e4242;
  color: #fff;
}

.bh-careers-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid currentColor;
  flex-shrink: 0;
}

.bh-careers-btn__icon svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

/* Hero */
.bh-careers-hero {
  background: radial-gradient(ellipse 80% 60% at 85% 15%, rgba(112, 195, 179, 0.22), transparent 55%),
    linear-gradient(180deg, #0f3d2e 0%, #135454 100%);
  padding: var(--bh-hero-padding-top) var(--bh-section-padding-x) var(--bh-hero-padding-bottom);
  text-align: center;
  color: #fff;
}

.bh-careers-hero__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-careers-hero__subtitle {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.72);
}

.bh-careers-hero__title {
  margin: 0 0 22px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.12;
  font-weight: 600;
  color: #fff;
}

.bh-careers-hero__desc {
  margin: 0 auto 36px;
  max-width: var(--bh-content-width-cta);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-careers-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

/* Why */
.bh-careers-why {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-careers-why__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-careers-why__header {
  max-width: var(--bh-content-width-header);
  margin: 0 auto 52px;
  text-align: center;
}

.bh-careers-why__title {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-careers-why__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-careers-text-muted);
}

.bh-careers-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bh-careers-why-card {
  padding: 28px 26px 30px;
  border: 1px solid #e8eeed;
  border-radius: 16px;
  background: #fff;
}

.bh-careers-why-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--bh-careers-mint);
}

.bh-careers-why-card__icon svg {
  width: 28px;
  height: 28px;
}

.bh-careers-why-card__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-careers-why-card__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--bh-careers-text-muted);
}

/* Perks */
.bh-careers-perks {
  background: var(--bh-careers-teal);
  padding: var(--bh-section-padding-cta);
  color: #fff;
}

.bh-careers-perks__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-careers-perks__header {
  text-align: center;
  margin-bottom: 48px;
}

.bh-careers-perks__title {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  color: #fff;
}

.bh-careers-perks__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 40px;
}

.bh-careers-perks__col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bh-careers-perks__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.bh-careers-perks__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.bh-careers-perks__check svg {
  width: 22px;
  height: 22px;
  fill: var(--bh-careers-mint);
}

/* Open roles */
.bh-careers-open-roles {
  background: var(--bh-careers-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-careers-open-roles__inner {
  max-width: var(--bh-content-width-narrow);
  margin: 0 auto;
}

.bh-careers-open-roles__header {
  text-align: center;
  margin-bottom: 44px;
}

.bh-careers-open-roles__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 600;
  color: var(--bh-careers-teal);
}

.bh-careers-open-roles__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--bh-careers-text-muted);
}

.bh-careers-open-roles__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bh-careers-role-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 28px;
  background: #fff;
  border: 1px solid #e4ecea;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(19, 84, 84, 0.04);
}

.bh-careers-role-card__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  color: var(--bh-careers-teal);
}

.bh-careers-role-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bh-careers-role-card__tags span {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e8f5f2;
  font-size: 12px;
  font-weight: 500;
  color: var(--bh-careers-teal);
}

.bh-careers-role-card__apply {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid #d5e2df;
  border-radius: 999px;
  background: #fff;
  color: var(--bh-careers-teal);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.bh-careers-role-card__apply:hover {
  border-color: var(--bh-careers-mint);
  background: #f8fffd;
  color: var(--bh-careers-teal);
}

.bh-careers-role-card__apply-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid currentColor;
}

.bh-careers-role-card__apply-icon svg {
  width: 9px;
  height: 9px;
  fill: currentColor;
}

/* Refer */
.bh-careers-refer {
  background: #135454;
  padding: var(--bh-section-padding-cta);
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bh-careers-refer__inner {
  max-width: var(--bh-content-width-cta);
  margin: 0 auto;
}

.bh-careers-refer__title {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 600;
  color: #fff;
}

.bh-careers-refer__desc {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-careers-refer .bh-careers-btn--filled {
  color: #fff;
}

/* Apply form */
.bh-careers-apply {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-careers-apply__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-careers-apply__card {
  padding: 48px 44px 44px;
  border: 1px solid #e8eeed;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(19, 84, 84, 0.06);
  background: #fff;
}

.bh-careers-apply__header {
  text-align: center;
  margin-bottom: 36px;
}

.bh-careers-apply__title {
  margin: 0 0 12px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  color: var(--bh-careers-teal);
}

.bh-careers-apply__title-accent {
  font-style: italic;
}

.bh-careers-apply__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--bh-careers-text-muted);
}

.bh-careers-apply__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bh-careers-apply__row {
  display: grid;
  gap: 18px;
}

.bh-careers-apply__row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bh-careers-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bh-careers-teal);
}

.bh-careers-field input,
.bh-careers-field select,
.bh-careers-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dce9e6;
  border-radius: 12px;
  background: var(--bh-careers-mint-light);
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s ease;
}

.bh-careers-field input:focus,
.bh-careers-field select:focus,
.bh-careers-field textarea:focus {
  border-color: var(--bh-careers-mint);
}

.bh-careers-field textarea {
  resize: vertical;
  min-height: 120px;
}

.bh-careers-field input[type="file"] {
  padding: 10px 14px;
  background: #fff;
}

.bh-careers-required {
  color: #d64545;
}

.bh-careers-apply__privacy {
  margin: 14px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  color: var(--bh-careers-text-muted);
}

.bh-careers-apply__privacy a {
  color: var(--bh-careers-teal);
  text-decoration: underline;
}

/* ─── Apply popup / modal ─── */
.bh-careers-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  background: rgba(17, 35, 31, 0.55);
  backdrop-filter: blur(2px);
  overflow-y: auto;
  animation: bh-careers-modal-fade 0.2s ease;
}

@keyframes bh-careers-modal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bh-careers-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: auto;
  background: #fff;
  border-radius: 18px;
  padding: 40px 38px 34px;
  box-shadow: 0 30px 80px -30px rgba(17, 35, 31, 0.6);
  outline: none;
  animation: bh-careers-modal-pop 0.25s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}

@keyframes bh-careers-modal-pop {
  from {
    transform: translateY(14px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

.bh-careers-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border: 0;
  border-radius: 50% !important;
  background: var(--bh-careers-mint-light) !important;
  color: var(--bh-careers-teal) !important;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.bh-careers-modal__close:hover {
  background: var(--bh-careers-mint) !important;
  color: #fff !important;
}

.bh-careers-modal__header {
  margin-bottom: 22px;
}

.bh-careers-modal__title {
  margin: 6px 0 8px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 600;
  color: #1a1a1a;
}

.bh-careers-modal__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bh-careers-text-muted);
}

.bh-careers-field--error input,
.bh-careers-field--error select {
  border-color: #d64545;
  background: #fdf3f3;
}

.bh-careers-modal__success {
  text-align: center;
  padding: 12px 4px 4px;
}

.bh-careers-modal__tick {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--bh-careers-teal);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  animation: bh-careers-modal-pop 0.45s cubic-bezier(0.2, 0.9, 0.3, 1.3);
}

.bh-careers-modal__success .bh-careers-btn--submit {
  margin: 8px auto 0;
}

@media (max-width: 560px) {
  .bh-careers-modal {
    padding: 20px 12px;
  }

  .bh-careers-modal__dialog {
    padding: 34px 22px 26px;
  }
}

@media (max-width: 991px) {
  .bh-careers-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-careers-perks__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  body.bh-careers-page #careers-page {
    margin-top: 0;
  }

  .bh-careers-hero {
    padding: 72px 20px 80px;
  }

  .bh-careers-why,
  .bh-careers-open-roles,
  .bh-careers-apply {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-careers-perks,
  .bh-careers-refer {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-careers-why__grid {
    grid-template-columns: 1fr;
  }

  .bh-careers-apply__row--2 {
    grid-template-columns: 1fr;
  }

  .bh-careers-apply__card {
    padding: 32px 22px 28px;
  }

  .bh-careers-role-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .bh-careers-role-card__apply {
    width: 100%;
    justify-content: center;
  }

  .bh-careers-hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .bh-careers-hero__actions .bh-careers-btn {
    width: 100%;
    max-width: 320px;
  }
}

/* ─── Geo pages (location landing) ─── */
body.bh-geo-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

body.bh-geo-page #header-wrapper {
  position: relative;
  z-index: 30;
  min-height: 120px;
}

body.bh-geo-page #header {
  position: relative;
  z-index: 30;
}

body.bh-geo-page #main {
  position: relative;
  z-index: 1;
}

body.bh-geo-page #geo-page {
  margin-top: 0;
}

body.bh-geo-page .elementor-704 .elementor-element.elementor-element-50b9991 {
  width: 100%;
}

body.bh-geo-page .elementor-704 .elementor-element.elementor-element-1bd4d07 > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

body.bh-geo-page .elementor-704 .elementor-element-bc47daa,
body.bh-geo-page .elementor-704 .elementor-element-d3c1b58 {
  flex: 0 0 auto !important;
  width: auto !important;
}

body.bh-geo-page .elementor-704 .elementor-element-1be2a9a {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: center !important;
  width: auto !important;
}

.bh-geo-page {
  --bh-geo-teal: #135454;
  --bh-geo-mint: #70c3b3;
  --bh-geo-mint-light: #f0fffc;
  --bh-geo-dark: #135454;
  --bh-geo-text-muted: #6b7c7a;
}

.bh-geo-section-subtitle {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  color: var(--bh-geo-mint);
}

.bh-geo-section-subtitle--light {
  color: rgba(255, 255, 255, 0.75);
}

.bh-geo-accent {
  color: var(--bh-geo-mint);
}

.bh-geo-section-title {
  margin: 0 0 16px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
}

.bh-geo-section-title--left {
  text-align: left;
}

.bh-geo-section-desc {
  margin: 0 auto;
  max-width: var(--bh-content-width-header);
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-geo-text-muted);
  text-align: center;
}

.bh-geo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bh-geo-btn--filled {
  background: var(--bh-geo-teal);
  color: #fff;
  border-color: var(--bh-geo-teal);
}

.bh-geo-btn--filled:hover {
  background: var(--bh-geo-mint);
  border-color: var(--bh-geo-mint);
  color: #fff;
}

.bh-geo-btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.bh-geo-btn--dark {
  background: var(--bh-geo-teal);
  color: #fff;
  border-color: var(--bh-geo-teal);
}

.bh-geo-btn--center {
  margin: 0 auto;
}

.bh-geo-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid currentColor;
  flex-shrink: 0;
}

.bh-geo-btn__icon svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

/* Hero */
.bh-geo-hero__main {
  background: radial-gradient(ellipse 80% 60% at 85% 15%, rgba(112, 195, 179, 0.18), transparent 55%),
    linear-gradient(180deg, #0f3d2e 0%, var(--bh-geo-dark) 100%);
  padding: var(--bh-hero-padding-top) var(--bh-section-padding-x) var(--bh-hero-padding-bottom);
  color: #fff;
}

.bh-geo-hero__main--image {
  background-color: #0f3d2e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.bh-geo-hero__main--image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 61, 46, 0.72) 0%, rgba(15, 61, 46, 0.88) 100%);
}

.bh-geo-hero__main--image .bh-geo-hero__inner {
  position: relative;
  z-index: 1;
}

.bh-geo-hero__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
  text-align: center;
}

.bh-geo-hero__subtitle {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.72);
}

.bh-geo-hero__title {
  margin: 0 0 22px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.12;
  font-weight: 600;
  color: #fff;
}

.bh-geo-hero__desc {
  margin: 0 auto 32px;
  max-width: var(--bh-content-width-header);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
}

.bh-geo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.bh-geo-hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

.bh-geo-hero__stats {
  background: #15453a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bh-geo-hero__stats-inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
  padding: 28px var(--bh-section-padding-x);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  text-align: center;
  color: #fff;
}

.bh-geo-hero__stat strong,
.bh-geo-hero__stat-value {
  display: block;
  margin-bottom: 6px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}

.bh-geo-hero__stat-star {
  color: #f5c542;
}

.bh-geo-hero__stat > span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

/* Why */
.bh-geo-why {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-geo-why__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
  text-align: center;
}

.bh-geo-why__text {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--bh-geo-text-muted);
  text-align: center;
}

/* Process */
.bh-geo-process {
  background: var(--bh-geo-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-geo-process__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-geo-process__header {
  text-align: center;
  margin-bottom: 48px;
}

.bh-geo-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.bh-geo-process-card {
  text-align: center;
}

.bh-geo-process-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fce8e4;
  color: var(--bh-geo-teal);
}

.bh-geo-process-card__icon svg {
  width: 26px;
  height: 26px;
}

.bh-geo-process-card h3 {
  margin: 0 0 10px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-geo-process-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--bh-geo-text-muted);
}

/* Track record */
.bh-geo-track {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-geo-track__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-geo-track__header {
  text-align: center;
  margin-bottom: 44px;
}

.bh-geo-track__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bh-geo-track-card {
  padding: 32px 24px;
  border: 1px solid #c5e8e2;
  border-radius: 16px;
  text-align: center;
  background: #fff;
}

.bh-geo-track-card__value,
.bh-geo-track-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 600;
  color: #135353;
  line-height: 1.1;
}

.bh-geo-track-card__star {
  color: #f5c542;
}

.bh-geo-track-card__label,
.bh-geo-track-card span:not(.bh-geo-track-card__star) {
  font-size: 14px;
  line-height: 1.5;
  color: #6b7c7a;
}

/* Design grid */
.bh-geo-design {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-geo-design__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-geo-design__header {
  text-align: center;
  margin-bottom: 44px;
}

.bh-geo-design__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 36px;
}

.bh-geo-design-card {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8eeed;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.bh-geo-design-card:hover {
  box-shadow: 0 10px 28px rgba(19, 84, 84, 0.1);
  transform: translateY(-2px);
}

.bh-geo-design-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3.6;
  object-fit: cover;
}

.bh-geo-design__cta {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.bh-geo-design .bh-geo-btn--center {
  display: inline-flex !important;
  margin: 0 !important;
}

.bh-geo-design-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 600;
  color: var(--bh-geo-teal);
}

.bh-geo-design-card__arrow {
  display: inline-flex;
  color: var(--bh-geo-mint);
}

.bh-geo-design-card__arrow svg {
  width: 18px;
  height: 18px;
}

/* Advantages */
.bh-geo-advantage {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-geo-advantage__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-geo-advantage__header {
  text-align: center;
  margin-bottom: 44px;
}

.bh-geo-advantage__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bh-geo-advantage-card {
  display: flex;
  gap: 16px;
  padding: 24px;
  border: 1px solid #c5e8e2;
  border-radius: 16px;
  background: #fff;
}

.bh-geo-advantage-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #e8f5f2;
  color: var(--bh-geo-mint);
}

.bh-geo-advantage-card__icon svg {
  width: 22px;
  height: 22px;
}

.bh-geo-advantage-card h3 {
  margin: 0 0 8px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-geo-advantage-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bh-geo-text-muted);
}

/* Stories */
.bh-geo-stories {
  background: var(--bh-geo-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-geo-stories__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
  overflow: visible;
}

.bh-geo-stories__header {
  text-align: center;
  margin-bottom: 40px;
}

.bh-geo-stories__carousel {
  position: relative;
  overflow: hidden;
}

.bh-geo-stories__swiper {
  overflow: visible;
}

.bh-geo-stories__swiper .swiper-slide {
  height: auto;
}

.bh-geo-stories__pagination {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.bh-geo-stories__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 50%;
  background: #c5e8e2;
  opacity: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.bh-geo-stories__pagination .swiper-pagination-bullet-active {
  background: var(--bh-geo-teal, #135353);
  transform: scale(1.15);
}

.bh-geo-story-card {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  height: auto;
  max-height: 520px;
  border-radius: 18px;
  overflow: hidden;
  background: #0b2f2f;
  box-shadow: 0 8px 24px rgba(19, 84, 84, 0.12);
  cursor: pointer;
}

.bh-geo-story-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bh-geo-story-card video.bh-geo-story-card__img {
  pointer-events: none;
  background: #0b2f2f;
}

.bh-geo-story-card__link {
  color: inherit;
  text-decoration: none;
}

.bh-geo-story-card__link:hover strong {
  text-decoration: underline;
}

.bh-geo-story-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.bh-geo-story-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: #f0fffc !important;
  background-color: #f0fffc !important;
  color: var(--bh-geo-teal) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(19, 84, 84, 0.12);
  float: none !important;
  text-transform: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.bh-geo-story-card__play:hover,
.bh-geo-story-card__play:focus,
.bh-geo-story-card__play:active {
  background: #f0fffc !important;
  background-color: #f0fffc !important;
  border: none !important;
  color: var(--bh-geo-teal) !important;
  box-shadow: 0 4px 14px rgba(19, 84, 84, 0.18);
  outline: none;
}

.bh-geo-story-card__play svg {
  width: 20px;
  height: 20px;
  margin-left: 2px;
  fill: currentColor;
}

.bh-geo-story-card__meta {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
}

.bh-geo-story-card__meta strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 17px;
}

.bh-geo-story-card__meta span {
  font-size: 12px;
  opacity: 0.9;
}

/* Guide */
.bh-geo-guide {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-geo-guide__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-geo-guide__intro {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--bh-geo-text-muted);
}

.bh-geo-guide__steps {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.bh-geo-guide__steps li {
  margin-bottom: 24px;
}

.bh-geo-guide__steps h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-geo-guide__steps p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--bh-geo-text-muted);
}

.bh-geo-guide__maintenance h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-geo-guide__maintenance p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--bh-geo-text-muted);
}

/* Coverage */
.bh-geo-coverage {
  background: var(--bh-geo-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-geo-coverage__inner {
  max-width: var(--bh-content-width-narrow);
  margin: 0 auto;
  text-align: center;
}

.bh-geo-coverage__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.bh-geo-coverage__tag {
  display: inline-flex;
  padding: 10px 18px;
  border: 1px solid #d5e8e4;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  color: var(--bh-geo-teal);
}

/* FAQ */
.bh-geo-faq {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-geo-faq__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-geo-faq__header {
  text-align: center;
  margin-bottom: 40px;
}

.bh-geo-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bh-geo-faq-item {
  border: 1px solid #9fd4cc;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.bh-geo-faq-item__trigger {
  width: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
  text-align: left;
  text-transform: none !important;
  cursor: pointer;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  color: inherit !important;
  float: none !important;
}

.bh-geo-faq-item__trigger:hover,
.bh-geo-faq-item__trigger:focus,
.bh-geo-faq-item__trigger:active,
.bh-geo-faq-item.is-open .bh-geo-faq-item__trigger {
  background: #fff !important;
  background-color: #fff !important;
  border: none !important;
  border-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  outline: none;
}

.bh-geo-faq-item__question {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 12px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 500;
  line-height: 1.45;
  color: #2d2d2d !important;
  text-transform: none !important;
}

.bh-geo-faq-item__icon {
  flex: 0 0 auto;
  margin-left: auto;
  align-self: center;
  font-family: var(--wdtFontTypo_Alt, "NeueHaas", Arial, Helvetica, sans-serif);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #7ec4b8 !important;
  background: transparent !important;
}

.bh-geo-faq-item__trigger:hover .bh-geo-faq-item__icon,
.bh-geo-faq-item__trigger:focus .bh-geo-faq-item__icon {
  color: #7ec4b8 !important;
  background: transparent !important;
}

.bh-geo-faq-item__panel {
  padding: 0 26px 24px;
}

.bh-geo-faq-item__panel[hidden] {
  display: none;
}

.bh-geo-faq-item__panel p {
  margin: 0;
  padding-top: 4px;
  font-family: var(--wdtFontTypo_Alt, "NeueHaas", Arial, Helvetica, sans-serif);
  font-size: 15px;
  line-height: 1.75;
  color: var(--bh-geo-text-muted);
}

/* CTA */
.bh-geo-cta {
  background: var(--bh-geo-dark);
  padding: var(--bh-section-padding-cta);
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bh-geo-cta__inner {
  max-width: var(--bh-content-width-header);
  margin: 0 auto;
}

.bh-geo-cta__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 600;
  color: #fff;
}

.bh-geo-cta__desc {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-geo-cta .bh-geo-btn--filled {
  color: #fff;
}

.bh-geo-cta .bh-geo-btn--filled:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .bh-geo-hero__stats-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-geo-process__grid,
  .bh-geo-advantage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-geo-design__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.bh-geo-page #geo-page {
    margin-top: 0;
  }

  .bh-geo-hero__main {
    padding: 72px 20px 56px;
  }

  .bh-geo-why,
  .bh-geo-process,
  .bh-geo-track,
  .bh-geo-design,
  .bh-geo-advantage,
  .bh-geo-stories,
  .bh-geo-guide,
  .bh-geo-coverage,
  .bh-geo-faq,
  .bh-geo-cta {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-geo-hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .bh-geo-hero__actions .bh-geo-btn {
    width: 100%;
    max-width: 320px;
  }

  .bh-geo-hero__stats-inner,
  .bh-geo-track__grid,
  .bh-geo-process__grid,
  .bh-geo-advantage__grid,
  .bh-geo-design__grid {
    grid-template-columns: 1fr;
  }

  .bh-geo-stories__inner {
    overflow: visible;
  }

  .bh-geo-stories__carousel {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 4px;
  }

  .bh-geo-stories__pagination {
    display: flex;
  }

  .bh-geo-story-card {
    height: auto;
    max-height: 460px;
  }
}

/* ==========================================================================
   Partner With Us page
   ========================================================================== */

body.bh-partner-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

body.bh-partner-page #header-wrapper {
  position: relative;
  z-index: 20;
}

body.bh-partner-page #header {
  position: relative;
  width: 100%;
}

body.bh-partner-page #main {
  overflow: visible;
}

body.bh-partner-page #partner-page {
  margin-top: 0;
}

body.bh-partner-page .elementor-704 .elementor-element.elementor-element-50b9991 {
  width: 100%;
}

body.bh-partner-page .elementor-704 .elementor-element.elementor-element-1bd4d07 > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

body.bh-partner-page .elementor-704 .elementor-element-bc47daa,
body.bh-partner-page .elementor-704 .elementor-element-d3c1b58 {
  flex: 0 0 auto !important;
  width: auto !important;
}

body.bh-partner-page .elementor-704 .elementor-element-1be2a9a {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
}

.bh-partner-page {
  --bh-partner-teal: #135353;
  --bh-partner-mint: #70c3b3;
  --bh-partner-mint-light: #f0fffc;
  --bh-partner-dark: #0f3d2e;
  --bh-partner-text-muted: #6b7c7a;
}

.bh-partner-section-subtitle {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  color: var(--bh-partner-mint);
}

.bh-partner-section-subtitle--light {
  color: rgba(255, 255, 255, 0.72);
}

.bh-partner-accent {
  color: var(--bh-partner-mint);
}

.bh-partner-accent-dark {
  color: var(--bh-partner-teal);
}

.bh-partner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bh-partner-btn--filled {
  background: var(--bh-partner-teal);
  color: #fff;
  border-color: var(--bh-partner-teal);
}

.bh-partner-btn--filled:hover {
  background: var(--bh-partner-mint);
  border-color: var(--bh-partner-mint);
  color: #fff;
}

.bh-partner-btn--outline {
  background: #fff;
  color: var(--bh-partner-teal);
  border-color: #c5e8e2;
}

.bh-partner-btn--outline:hover {
  border-color: var(--bh-partner-mint);
  background: #f8fffd;
  color: var(--bh-partner-teal);
}

.bh-partner-btn--outline .bh-partner-btn__icon--outline {
  background: transparent;
  border: 1px solid currentColor;
}

.bh-partner-btn--submit {
  width: 100%;
  max-width: 320px;
  margin: 8px auto 0;
  background: var(--bh-partner-teal);
  color: #fff;
  border-color: var(--bh-partner-teal);
}

.bh-partner-btn--submit:hover {
  background: #0f4242;
  border-color: #0f4242;
  color: #fff;
}

.bh-partner-btn--call {
  background: var(--bh-partner-mint);
  color: var(--bh-partner-teal);
  border-color: var(--bh-partner-mint);
  padding: 0 28px;
}

.bh-partner-btn--call:hover {
  background: #7fd0c0;
  border-color: #7fd0c0;
  color: var(--bh-partner-teal);
}

.bh-partner-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.bh-partner-btn--filled .bh-partner-btn__icon,
.bh-partner-btn--call .bh-partner-btn__icon {
  background: rgba(255, 255, 255, 0.22);
}

.bh-partner-btn--submit .bh-partner-btn__icon {
  background: rgba(255, 255, 255, 0.16);
}

.bh-partner-btn__icon svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

.bh-partner-btn__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bh-partner-btn__phone svg {
  width: 16px;
  height: 16px;
}

/* Hero */
.bh-partner-hero {
  background: radial-gradient(ellipse 70% 55% at 88% 12%, rgba(112, 195, 179, 0.2), transparent 55%),
    linear-gradient(180deg, #0f3d2e 0%, #135353 100%);
  padding: var(--bh-hero-padding-top) var(--bh-section-padding-x) var(--bh-hero-padding-bottom);
  text-align: center;
  color: #fff;
}

.bh-partner-hero__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-partner-hero__title {
  margin: 0 0 22px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.bh-partner-hero__desc {
  margin: 0 auto 34px;
  max-width: var(--bh-content-width-header);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

/* About */
.bh-partner-about {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-partner-about__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.bh-partner-about__media {
  padding: 18px;
  border-radius: 20px;
  background: #f5f0ea;
}

.bh-partner-about__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}

.bh-partner-about__title {
  margin: 0 0 20px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-partner-about__text {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--bh-partner-text-muted);
}

.bh-partner-about__text:last-of-type {
  margin-bottom: 28px;
}

/* Why */
.bh-partner-why {
  background: var(--bh-partner-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-partner-why__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-partner-why__header {
  max-width: var(--bh-content-width-header);
  margin: 0 auto 48px;
  text-align: center;
}

.bh-partner-why__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-partner-why__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-partner-text-muted);
}

.bh-partner-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bh-partner-why-card {
  padding: 30px 22px 32px;
  border: 1px solid #d9ece8;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.bh-partner-why-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--bh-partner-mint-light);
  color: var(--bh-partner-teal);
}

.bh-partner-why-card__icon svg {
  width: 24px;
  height: 24px;
}

.bh-partner-why-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-partner-why-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bh-partner-text-muted);
}

/* Network */
.bh-partner-network {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-partner-network__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-partner-network__header {
  max-width: var(--bh-content-width-header);
  margin: 0 auto 48px;
  text-align: center;
}

.bh-partner-network__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-partner-network__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-partner-text-muted);
}

.bh-partner-network__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bh-partner-network-card {
  padding: 34px 24px 36px;
  border: 1px solid #e8eeed;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.bh-partner-network-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--bh-partner-teal);
  color: #fff;
}

.bh-partner-network-card__icon svg {
  width: 24px;
  height: 24px;
}

.bh-partner-network-card__title {
  margin: 0 0 10px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-partner-network-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bh-partner-text-muted);
}

/* Apply form */
.bh-partner-apply {
  background: var(--bh-partner-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-partner-apply__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-partner-apply__card {
  padding: 48px 44px 44px;
  border: 1px solid #dce9e6;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(19, 84, 84, 0.06);
  background: #fff;
}

.bh-partner-apply__header {
  text-align: center;
  margin-bottom: 32px;
}

.bh-partner-apply__title {
  margin: 0 0 12px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  color: var(--bh-partner-teal);
}

.bh-partner-apply__title-accent {
  font-style: italic;
}

.bh-partner-apply__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--bh-partner-text-muted);
}

.bh-partner-apply__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bh-partner-apply__types {
  margin: 0;
  padding: 0;
  border: none;
}

.bh-partner-apply__types legend {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bh-partner-teal);
}

.bh-partner-apply__type-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bh-partner-type-pill {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #dce9e6 !important;
  border-radius: 999px !important;
  background: #fff !important;
  background-color: #fff !important;
  color: var(--bh-partner-teal) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  float: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.bh-partner-type-pill:hover,
.bh-partner-type-pill.is-active {
  border-color: var(--bh-partner-mint) !important;
  background: var(--bh-partner-mint-light) !important;
  background-color: var(--bh-partner-mint-light) !important;
}

.bh-partner-apply__row {
  display: grid;
  gap: 18px;
}

.bh-partner-apply__row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bh-partner-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bh-partner-teal);
}

.bh-partner-field input,
.bh-partner-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #b8d9d2;
  border-radius: 12px;
  background: var(--bh-partner-mint-light);
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s ease;
}

.bh-partner-field input:focus,
.bh-partner-field textarea:focus {
  border-color: var(--bh-partner-mint);
}

.bh-partner-field textarea {
  resize: vertical;
  min-height: 120px;
}

.bh-partner-required {
  color: #d64545;
}

.bh-partner-apply__privacy {
  margin: 14px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  color: var(--bh-partner-text-muted);
}

.bh-partner-apply__privacy a {
  color: var(--bh-partner-teal);
  text-decoration: underline;
}

/* CTA */
.bh-partner-cta {
  background: var(--bh-partner-teal);
  padding: var(--bh-section-padding-cta);
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bh-partner-cta__inner {
  max-width: var(--bh-content-width-cta);
  margin: 0 auto;
}

.bh-partner-cta__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 600;
  color: #fff;
}

.bh-partner-cta__desc {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 991px) {
  .bh-partner-why__grid,
  .bh-partner-network__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-partner-about__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 767px) {
  body.bh-partner-page #partner-page {
    margin-top: 0;
  }

  .bh-partner-hero {
    padding: 72px 20px 72px;
  }

  .bh-partner-about,
  .bh-partner-why,
  .bh-partner-network,
  .bh-partner-apply {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-partner-cta {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-partner-why__grid,
  .bh-partner-network__grid {
    grid-template-columns: 1fr;
  }

  .bh-partner-apply__row--2 {
    grid-template-columns: 1fr;
  }

  .bh-partner-apply__card {
    padding: 32px 22px 28px;
  }

  .bh-partner-type-pill {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
  }
}

/* ==========================================================================
   Our Process page
   ========================================================================== */

body.bh-process-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

body.bh-process-page #header-wrapper {
  position: relative;
  z-index: 20;
}

body.bh-process-page #header {
  position: relative;
  width: 100%;
}

body.bh-process-page #main {
  overflow: visible;
}

body.bh-process-page #process-page {
  margin-top: 0;
}

body.bh-process-page .elementor-704 .elementor-element.elementor-element-50b9991 {
  width: 100%;
}

body.bh-process-page .elementor-704 .elementor-element.elementor-element-1bd4d07 > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

body.bh-process-page .elementor-704 .elementor-element-bc47daa,
body.bh-process-page .elementor-704 .elementor-element-d3c1b58 {
  flex: 0 0 auto !important;
  width: auto !important;
}

body.bh-process-page .elementor-704 .elementor-element-1be2a9a {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
}

.bh-process-page {
  --bh-process-teal: #135353;
  --bh-process-mint: #70c3b3;
  --bh-process-mint-light: #f0fffc;
  --bh-process-dark: #0f3d2e;
  --bh-process-beige: #e8ddd0;
  --bh-process-text-muted: #6b7c7a;
}

.bh-process-section-subtitle {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  color: var(--bh-process-teal);
}

.bh-process-section-subtitle--light {
  color: rgba(255, 255, 255, 0.72);
}

.bh-process-accent {
  color: var(--bh-process-teal);
}

.bh-process-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bh-process-btn--filled {
  background: var(--bh-process-teal);
  color: #fff;
  border-color: var(--bh-process-teal);
}

.bh-process-btn--filled:hover {
  background: var(--bh-process-mint);
  border-color: var(--bh-process-mint);
  color: #fff;
}

.bh-process-btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.bh-process-btn--outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.bh-process-btn--dark {
  background: var(--bh-process-teal);
  color: #fff;
  border-color: var(--bh-process-teal);
}

.bh-process-btn--dark:hover {
  background: #0f4242;
  border-color: #0f4242;
  color: #fff;
}

.bh-process-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.bh-process-btn--filled .bh-process-btn__icon {
  background: rgba(255, 255, 255, 0.18);
}

.bh-process-btn--dark .bh-process-btn__icon {
  background: rgba(255, 255, 255, 0.16);
}

.bh-process-btn__icon svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

/* Hero */
.bh-process-hero {
  background: radial-gradient(ellipse 70% 55% at 88% 12%, rgba(112, 195, 179, 0.2), transparent 55%),
    linear-gradient(180deg, #0f3d2e 0%, #135353 100%);
  padding: var(--bh-hero-padding-top) var(--bh-section-padding-x) var(--bh-hero-padding-bottom);
  text-align: center;
  color: #fff;
}

.bh-process-hero__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-process-hero__title {
  margin: 0 0 22px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.12;
  font-weight: 600;
  color: #fff;
}

.bh-process-hero__desc {
  margin: 0 auto 34px;
  max-width: var(--bh-content-width-header);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-process-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

/* 3 Easy Steps */
.bh-process-easy {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-process-easy__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-process-easy__header {
  max-width: var(--bh-content-width-header);
  margin: 0 auto 48px;
  text-align: center;
}

.bh-process-easy__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-process-easy__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-process-text-muted);
}

.bh-process-easy__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 40px;
}

.bh-process-easy-card {
  position: relative;
  padding: 36px 24px 32px;
  border: 1px solid #e8eeed;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.bh-process-easy-card__bg-num {
  position: absolute;
  top: 8px;
  right: 16px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  color: rgba(19, 83, 83, 0.06);
  pointer-events: none;
}

.bh-process-easy-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--bh-process-beige);
  color: var(--bh-process-teal);
}

.bh-process-easy-card__icon svg {
  width: 24px;
  height: 24px;
}

.bh-process-easy-card__title {
  margin: 0 0 12px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-process-easy-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bh-process-text-muted);
}

.bh-process-easy__cta-wrap {
  display: flex;
  justify-content: center;
}

.bh-process-easy__cta {
  min-height: 42px;
  padding: 0 22px;
  font-size: 11px;
}

.bh-process-easy__cta .bh-process-btn__icon {
  width: 24px;
  height: 24px;
}

.bh-process-easy__cta .bh-process-btn__icon svg {
  width: 9px;
  height: 9px;
}

/* Timeline */
.bh-process-timeline {
  background: var(--bh-process-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-process-timeline__inner {
  max-width: var(--bh-content-width-narrow);
  margin: 0 auto;
}

.bh-process-timeline__header {
  text-align: center;
  margin-bottom: 48px;
}

.bh-process-timeline__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: var(--bh-process-teal);
}

.bh-process-timeline__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-process-text-muted);
}

.bh-process-timeline__stages {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bh-process-stage__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.bh-process-stage__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--bh-process-teal);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.bh-process-stage__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--bh-process-teal);
}

.bh-process-stage__subtitle {
  margin: 0;
  font-size: 14px;
  color: var(--bh-process-text-muted);
}

.bh-process-stage__steps {
  list-style: none;
  margin: 0;
  /* Indent steps to sit under the stage title (badge 44px + gap 16px),
     so each step reads as nested beneath its stage heading. */
  padding: 0 0 0 60px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bh-process-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.bh-process-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 1.5px solid var(--bh-process-teal);
  border-radius: 50%;
  color: var(--bh-process-teal);
  font-size: 14px;
  font-weight: 600;
}

.bh-process-step__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-process-step__desc {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bh-process-text-muted);
}

.bh-process-step__badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--bh-process-teal);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Payments */
.bh-process-payments {
  background: var(--bh-process-teal);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
  color: #fff;
}

.bh-process-payments__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-process-payments__header {
  max-width: var(--bh-content-width-header);
  margin: 0 auto 48px;
  text-align: center;
}

.bh-process-payments__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.bh-process-payments__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.bh-process-payments__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bh-process-payment-card {
  padding: 28px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.bh-process-payment-card__value {
  display: block;
  margin-bottom: 10px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 600;
  color: var(--bh-process-mint);
  line-height: 1.1;
}

.bh-process-payment-card__label {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

/* Team */
.bh-process-team {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-process-team__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-process-team__header {
  max-width: var(--bh-content-width-header);
  margin: 0 auto 48px;
  text-align: center;
}

.bh-process-team__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-process-team__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-process-text-muted);
}

.bh-process-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bh-process-team-card {
  padding: 34px 24px 36px;
  border: 1px solid #e8eeed;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.bh-process-team-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--bh-process-teal);
  color: #fff;
}

.bh-process-team-card__icon svg {
  width: 24px;
  height: 24px;
}

.bh-process-team-card__title {
  margin: 0 0 12px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-process-team-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bh-process-text-muted);
}

/* FAQ */
.bh-process-faq {
  background: var(--bh-process-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-process-faq__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-process-faq__header {
  text-align: center;
  margin-bottom: 40px;
}

.bh-process-faq__title {
  margin: 0;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: var(--bh-process-teal);
}

.bh-process-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bh-process-faq-item {
  border: 1px solid #c5e8e2;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.bh-process-faq-item__trigger {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 22px;
  border: none !important;
  background: #fff !important;
  background-color: #fff !important;
  text-align: left;
  cursor: pointer;
  float: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.bh-process-faq-item__trigger:hover,
.bh-process-faq-item__trigger:focus,
.bh-process-faq-item.is-open .bh-process-faq-item__trigger {
  background: #fff !important;
  background-color: #fff !important;
  border: none !important;
  color: inherit !important;
  outline: none;
}

.bh-process-faq-item__question {
  flex: 1;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--bh-process-teal);
}

.bh-process-faq-item__icon {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 22px;
  line-height: 1;
  color: var(--bh-process-teal);
}

.bh-process-faq-item__panel {
  padding: 0 22px 18px;
}

.bh-process-faq-item__panel[hidden] {
  display: none;
}

.bh-process-faq-item__panel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bh-process-text-muted);
}

/* CTA */
.bh-process-cta {
  background: var(--bh-process-teal);
  padding: var(--bh-section-padding-cta);
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bh-process-cta__inner {
  max-width: var(--bh-content-width-cta);
  margin: 0 auto;
}

.bh-process-cta__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 600;
  color: #fff;
}

.bh-process-cta__desc {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 991px) {
  .bh-process-easy__grid,
  .bh-process-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-process-payments__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.bh-process-page #process-page {
    margin-top: 0;
  }

  .bh-process-hero {
    padding: 72px 20px 72px;
  }

  .bh-process-easy,
  .bh-process-timeline,
  .bh-process-payments,
  .bh-process-team,
  .bh-process-faq {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-process-cta {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-process-hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .bh-process-hero__actions .bh-process-btn {
    width: 100%;
    max-width: 320px;
  }

  .bh-process-easy__grid,
  .bh-process-team__grid,
  .bh-process-payments__grid {
    grid-template-columns: 1fr;
  }

  .bh-process-stage__steps {
    padding-left: 24px;
  }
}

/* ==========================================================================
   Bathroom Products / Category Shop page
   ========================================================================== */

body.bh-shop-cat-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

body.bh-shop-cat-page #header-wrapper {
  position: relative;
  z-index: 20;
}

body.bh-shop-cat-page #header {
  position: relative;
  width: 100%;
}

body.bh-shop-cat-page #main {
  overflow: visible;
}

body.bh-shop-cat-page #shop-categories-page {
  margin-top: 0;
}

body.bh-shop-cat-page .elementor-704 .elementor-element.elementor-element-50b9991 {
  width: 100%;
}

body.bh-shop-cat-page .elementor-704 .elementor-element.elementor-element-1bd4d07 > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

body.bh-shop-cat-page .elementor-704 .elementor-element-bc47daa,
body.bh-shop-cat-page .elementor-704 .elementor-element-d3c1b58 {
  flex: 0 0 auto !important;
  width: auto !important;
}

body.bh-shop-cat-page .elementor-704 .elementor-element-1be2a9a {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
}

.bh-shop-cat-page {
  --bh-shop-cat-teal: #135353;
  --bh-shop-cat-mint: #70c3b3;
  --bh-shop-cat-mint-light: #f0fffc;
  --bh-shop-cat-text-muted: #6b7c7a;
}

.bh-shop-cat-section-subtitle {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  color: var(--bh-shop-cat-mint);
}

.bh-shop-cat-section-subtitle--light {
  color: rgba(255, 255, 255, 0.72);
}

.bh-shop-cat-accent {
  color: var(--bh-shop-cat-mint);
}

.bh-shop-cat-accent-dark {
  color: var(--bh-shop-cat-teal);
}

.bh-shop-cat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--bh-shop-cat-teal, #135454);
  border-radius: 999px;
  background: var(--bh-shop-cat-teal, #135454);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bh-shop-cat-btn:hover {
  background: var(--bh-shop-cat-mint);
  border-color: var(--bh-shop-cat-mint);
  color: #fff;
}

.bh-shop-cat-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.bh-shop-cat-btn__icon svg {
  width: 9px;
  height: 9px;
  fill: currentColor;
}

/* Hero */
.bh-shop-cat-hero {
  background: radial-gradient(ellipse 70% 55% at 88% 12%, rgba(112, 195, 179, 0.18), transparent 55%),
    linear-gradient(180deg, #0f3d2e 0%, #135353 100%);
  padding: var(--bh-hero-padding-top) var(--bh-section-padding-x) var(--bh-hero-padding-bottom);
  text-align: center;
  color: #fff;
}

.bh-shop-cat-hero__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-shop-cat-hero__title {
  margin: 0 0 22px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.bh-shop-cat-hero__desc {
  margin: 0 auto;
  max-width: var(--bh-content-width-header);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

/* Browse grid */
.bh-shop-cat-browse {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-shop-cat-browse__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-shop-cat-browse__header {
  max-width: var(--bh-content-width-narrow);
  margin: 0 auto 48px;
  text-align: center;
}

.bh-shop-cat-browse__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-shop-cat-browse__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-shop-cat-text-muted);
}

.bh-shop-cat-browse__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bh-shop-cat-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8eeed;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.bh-shop-cat-card:hover {
  box-shadow: 0 12px 32px rgba(19, 84, 84, 0.1);
  transform: translateY(-2px);
}

.bh-shop-cat-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  aspect-ratio: 4 / 3;
  color: #fff;
  overflow: hidden;
}

.bh-shop-cat-card__icon svg {
  width: 44px;
  height: 44px;
}

.bh-shop-cat-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.bh-shop-cat-card:hover .bh-shop-cat-card__image {
  transform: scale(1.04);
}

.bh-shop-cat-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 18px;
  background: #fff;
}

.bh-shop-cat-card__title {
  margin: 0 0 4px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-shop-cat-card__subtitle {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--bh-shop-cat-text-muted);
}

.bh-shop-cat-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #dce9e6;
  color: var(--bh-shop-cat-teal);
  background: #fff;
}

.bh-shop-cat-card__arrow svg {
  width: 9px;
  height: 9px;
  fill: currentColor;
}

/* Why */
.bh-shop-cat-why {
  background: var(--bh-shop-cat-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-shop-cat-why__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-shop-cat-why__header {
  text-align: center;
  margin-bottom: 48px;
}

.bh-shop-cat-why__title {
  margin: 0;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-shop-cat-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.bh-shop-cat-why-card {
  text-align: center;
}

.bh-shop-cat-why-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 50%;
  border: 1px solid #dce9e6;
  background: #fff;
  color: var(--bh-shop-cat-teal);
}

.bh-shop-cat-why-card__icon svg {
  width: 24px;
  height: 24px;
}

.bh-shop-cat-why-card__title {
  margin: 0 0 10px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-shop-cat-why-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bh-shop-cat-text-muted);
}

/* About */
.bh-shop-cat-about {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-shop-cat-about__inner {
  max-width: var(--bh-content-width-narrow);
  margin: 0 auto;
}

.bh-shop-cat-about__title {
  margin: 0 0 24px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-shop-cat-about__text {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--bh-shop-cat-text-muted);
}

.bh-shop-cat-about__link {
  color: var(--bh-shop-cat-mint);
  text-decoration: none;
}

.bh-shop-cat-about__link:hover {
  color: var(--bh-shop-cat-teal);
  text-decoration: underline;
}

.bh-shop-cat-about__block {
  margin-top: 32px;
}

.bh-shop-cat-about__block-title {
  margin: 0 0 12px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

/* CTA */
.bh-shop-cat-cta {
  background: var(--bh-shop-cat-teal);
  padding: var(--bh-section-padding-cta);
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bh-shop-cat-cta__inner {
  max-width: var(--bh-content-width-cta);
  margin: 0 auto;
}

.bh-shop-cat-cta__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 600;
  color: #fff;
}

.bh-shop-cat-cta__desc {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-shop-cat-cta__btn-wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 1100px) {
  .bh-shop-cat-browse__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .bh-shop-cat-browse__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-shop-cat-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.bh-shop-cat-page #shop-categories-page {
    margin-top: 0;
  }

  .bh-shop-cat-hero {
    padding: 72px 20px 72px;
  }

  .bh-shop-cat-browse,
  .bh-shop-cat-why,
  .bh-shop-cat-about {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-shop-cat-cta {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-shop-cat-browse__grid,
  .bh-shop-cat-why__grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Refer & Earn page
   ========================================================================== */

body.bh-refer-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

/* In-flow header on every page except home (page-id-457). With the breadcrumb
   banner removed, the header sits in normal flow and sizes to its own height, so
   content starts right below it — no reserved white band, no content tucked under
   the header. The header's inner Elementor section is absolutely positioned
   (top:0), so put it back in flow too. */
body:not(.page-id-457) #header-wrapper {
  position: relative;
  z-index: 20;
  min-height: auto !important;
  margin-bottom: 0 !important;
}

body:not(.page-id-457) #header {
  position: relative;
  width: 100%;
}

body:not(.page-id-457) .elementor-704 .elementor-element-50b9991 {
  position: relative !important;
}

/* Breathing room below the header on content pages (their first section sits on
   a light background and looked stuck to the header). Full-bleed hero pages keep
   their hero flush against the header — see the padding-top: 0 override below. */
body:not(.page-id-457) #main {
  padding-top: clamp(40px, 4vw, 64px);
}

body.bh-careers-page #main,
body.bh-geo-page #main,
body.bh-partner-page #main,
body.bh-process-page #main,
body.bh-shop-cat-page #main,
body.bh-refer-page #main,
body.bh-testimonials-page #main,
body.bh-completed-projects-page #main,
body.bh-wash-page #main,
body.bh-xpertz-page #main,
body.bh-designs-page #main,
body.bh-calculator-page #main {
  padding-top: 0;
}

body.bh-refer-page #main {
  overflow: visible;
}

body.bh-refer-page #refer-earn-page {
  margin-top: 0;
}

body.bh-refer-page .elementor-704 .elementor-element.elementor-element-50b9991 {
  width: 100%;
}

body.bh-refer-page .elementor-704 .elementor-element.elementor-element-1bd4d07 > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

body.bh-refer-page .elementor-704 .elementor-element-bc47daa,
body.bh-refer-page .elementor-704 .elementor-element-d3c1b58 {
  flex: 0 0 auto !important;
  width: auto !important;
}

body.bh-refer-page .elementor-704 .elementor-element-1be2a9a {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
}

/* White header on every page except the home page (page-id-457). The shared
   logo + menu are white for dark overlays, so recolour them to brand teal on
   white, and give the bar a raised 3D shadow. */
body:not(.page-id-457) .elementor-704 .elementor-element-1bd4d07 {
  background-color: #ffffff !important;
  position: relative;
  z-index: 5;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

body:not(.page-id-457) .elementor-704 .wdt-logo-container img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(56%) saturate(430%)
    hue-rotate(130deg) brightness(92%) contrast(95%);
}

body:not(.page-id-457) .wdt-primary-nav > li > a {
  color: var(--bh-refer-teal, #135353) !important;
}

body:not(.page-id-457) .wdt-primary-nav > li > a:hover {
  color: var(--bh-refer-mint, #70c3b3) !important;
}

/* Mobile menu open on inner pages: match the home flow — make the (normally
   white) header transparent so the dark menu shows behind the light logo and
   white close (X). #header-wrapper keeps this ahead of the sticky-header rule. */
@media (max-width: 767px) {
  body.bh-mobile-nav-open:not(.page-id-457) #header-wrapper .elementor-704 .elementor-element-1bd4d07 {
    background-color: transparent !important;
    box-shadow: none !important;
    /* snap to transparent instantly — no white → transparent fade */
    transition: none !important;
  }

  body.bh-mobile-nav-open:not(.page-id-457) #header-wrapper .elementor-704 .wdt-logo-container img {
    filter: none !important;
    transition: none !important;
  }

  /* keep the header row on top of the menu, and visible even if the sticky
     logic had it translated out of view */
  body.bh-mobile-nav-open #header-wrapper .elementor-704 .elementor-element-1bd4d07 {
    position: relative !important;
    z-index: 10010 !important;
  }

  body.bh-mobile-nav-open #header-wrapper .elementor-704 .elementor-element-50b9991 {
    transform: none !important;
  }

  /* Inner pages have a white page/section background, so the sliding menu panel
     briefly reveals white behind it (a flash). Home has a dark hero, so it stays
     smooth. Fill the backdrop with the menu's teal on inner pages so nothing
     white shows through during the open/close animation. */
  body.bh-mobile-nav-open:not(.page-id-457) .bh-mobile-nav__overlay {
    background-color: #135454;
  }
}

.bh-refer-page {
  --bh-refer-teal: #135353;
  --bh-refer-mint: #70c3b3;
  --bh-refer-mint-light: #f0fffc;
  --bh-refer-dark: #0f3d2e;
  --bh-refer-beige: #e8ddd0;
  --bh-refer-text-muted: #6b7c7a;
}

.bh-refer-section-subtitle {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  color: var(--bh-refer-mint);
}

.bh-refer-section-subtitle--light {
  color: rgba(255, 255, 255, 0.72);
}

.bh-refer-accent {
  color: var(--bh-refer-mint);
}

.bh-refer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bh-refer-btn--mint {
  background: var(--bh-refer-teal);
  color: #fff;
  border-color: var(--bh-refer-teal);
}

.bh-refer-btn--mint:hover {
  background: var(--bh-refer-mint);
  border-color: var(--bh-refer-mint);
  color: #fff;
}

.bh-refer-btn--submit {
  background: var(--bh-refer-teal);
  color: #fff;
  border-color: var(--bh-refer-teal);
}

.bh-refer-btn--submit:hover {
  background: #0f4242;
  border-color: #0f4242;
  color: #fff;
}

.bh-refer-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(19, 83, 83, 0.12);
}

.bh-refer-btn--submit .bh-refer-btn__icon {
  background: rgba(255, 255, 255, 0.16);
}

.bh-refer-btn__icon svg {
  width: 9px;
  height: 9px;
  fill: currentColor;
}

/* Hero */
.bh-refer-hero {
  background: linear-gradient(180deg, #0f3d2e 0%, #135353 100%);
  padding: var(--bh-hero-padding-top) var(--bh-section-padding-x) var(--bh-hero-padding-bottom);
  color: #fff;
}

.bh-refer-hero__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 40px;
  align-items: center;
}

.bh-refer-hero__title {
  margin: 0 0 18px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.bh-refer-hero__desc {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-refer-hero__rewards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
  /* Keep the reward boxes compact instead of stretching the full column width. */
  max-width: 440px;
}

.bh-refer-hero__reward {
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.bh-refer-hero__reward strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  color: var(--bh-refer-mint);
  line-height: 1.1;
}

.bh-refer-hero__reward span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
}

/* Coupon card */
.bh-refer-coupon {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.bh-refer-coupon__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: var(--bh-refer-mint);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.bh-refer-coupon__header span:first-child {
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 16px;
}

.bh-refer-coupon__body {
  padding: 28px 22px 24px;
  text-align: center;
}

.bh-refer-coupon__amount {
  margin: 0 0 20px;
  font-size: 16px;
  color: #1a1a1a;
}

.bh-refer-coupon__amount strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 600;
  color: var(--bh-refer-teal);
}

.bh-refer-coupon__code {
  display: inline-block;
  margin-bottom: 16px;
  padding: 10px 18px;
  border: 1.5px dashed var(--bh-refer-mint);
  border-radius: 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--bh-refer-teal);
}

.bh-refer-coupon__footer {
  margin: 0;
  font-size: 12px;
  color: var(--bh-refer-text-muted);
}

/* Steps */
.bh-refer-steps {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-refer-steps__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-refer-steps__header {
  max-width: var(--bh-content-width-header);
  margin: 0 auto 52px;
  text-align: center;
}

.bh-refer-steps__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-refer-steps__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-refer-text-muted);
}

.bh-refer-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bh-refer-step-card {
  position: relative;
  padding: 40px 24px 32px;
  border: 1px solid #e8eeed;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.bh-refer-step-card__num {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bh-refer-teal);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.bh-refer-step-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--bh-refer-beige);
  color: var(--bh-refer-teal);
}

.bh-refer-step-card__icon svg {
  width: 24px;
  height: 24px;
}

.bh-refer-step-card__title {
  margin: 0 0 12px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-refer-step-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bh-refer-text-muted);
}

/* Form */
.bh-refer-form {
  background: var(--bh-refer-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-refer-form__inner {
  max-width: 960px;
  margin: 0 auto;
}

.bh-refer-form__header {
  text-align: center;
  margin-bottom: 36px;
}

.bh-refer-form__title {
  margin: 0 0 12px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  color: var(--bh-refer-teal);
}

.bh-refer-form__desc {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--bh-refer-text-muted);
}

.bh-refer-form__note {
  margin: 0;
  font-size: 13px;
  color: var(--bh-refer-text-muted);
}

.bh-refer-form__card {
  padding: 40px 40px 36px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(19, 84, 84, 0.06);
}

.bh-refer-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 40px;
}

.bh-refer-form__col-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: var(--bh-refer-teal);
}

.bh-refer-form__col-desc {
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--bh-refer-text-muted);
}

.bh-refer-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bh-refer-teal);
}

.bh-refer-field input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #b8d9d2;
  border-radius: 12px;
  background: var(--bh-refer-mint-light);
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s ease;
}

.bh-refer-field input:focus {
  border-color: var(--bh-refer-mint);
}

.bh-refer-required {
  color: #d64545;
}

.bh-refer-form__footer {
  grid-column: 1 / -1;
  text-align: center;
}

.bh-refer-form__privacy {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--bh-refer-text-muted);
}

/* Self voucher */
.bh-refer-self {
  background: var(--bh-refer-teal);
  padding: var(--bh-section-padding-cta);
  color: #fff;
}

.bh-refer-self__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 40px;
  align-items: center;
}

.bh-refer-self__title {
  margin: 0 0 16px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.bh-refer-self__desc {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-refer-self__note {
  margin: 0 0 24px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.bh-refer-self .bh-refer-btn--mint {
  color: #fff;
}

.bh-refer-self .bh-refer-btn--mint:hover {
  color: #fff;
}

.bh-refer-self .bh-refer-btn__icon {
  background: rgba(255, 255, 255, 0.22);
}

.bh-refer-self__voucher {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 32px 24px;
  border: 2px dashed rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  text-align: center;
}

.bh-refer-self__voucher strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}

.bh-refer-self__voucher span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.78);
}

/* Terms */
.bh-refer-terms {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-refer-terms__inner {
  max-width: var(--bh-content-width-header);
  margin: 0 auto;
}

.bh-refer-terms__header {
  text-align: center;
  margin-bottom: 32px;
}

.bh-refer-terms__title {
  margin: 0;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-refer-terms__list {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bh-refer-terms__list li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--bh-refer-text-muted);
}

@media (max-width: 991px) {
  .bh-refer-hero__inner,
  .bh-refer-self__inner {
    grid-template-columns: 1fr;
  }

  .bh-refer-steps__grid {
    grid-template-columns: 1fr;
  }

  .bh-refer-form__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.bh-refer-page #refer-earn-page {
    margin-top: 0;
  }

  .bh-refer-hero {
    padding: 72px 20px 64px;
  }

  .bh-refer-steps,
  .bh-refer-form,
  .bh-refer-terms {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-refer-self {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-refer-form__card {
    padding: 28px 22px 24px;
  }

  .bh-refer-hero__rewards {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Testimonials page
   ========================================================================== */

body.bh-testimonials-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

body.bh-testimonials-page #header-wrapper {
  position: relative;
  z-index: 20;
}

body.bh-testimonials-page #header {
  position: relative;
  width: 100%;
}

body.bh-testimonials-page #main {
  overflow: visible;
}

body.bh-testimonials-page #testimonials-page {
  margin-top: 0;
}

body.bh-testimonials-page .elementor-704 .elementor-element.elementor-element-50b9991 {
  width: 100%;
}

body.bh-testimonials-page .elementor-704 .elementor-element.elementor-element-1bd4d07 > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

body.bh-testimonials-page .elementor-704 .elementor-element-bc47daa,
body.bh-testimonials-page .elementor-704 .elementor-element-d3c1b58 {
  flex: 0 0 auto !important;
  width: auto !important;
}

body.bh-testimonials-page .elementor-704 .elementor-element-1be2a9a {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
}

.bh-testimonials-page {
  --bh-testimonials-teal: #135353;
  --bh-testimonials-mint: #70c3b3;
  --bh-testimonials-mint-light: #f0fffc;
  --bh-testimonials-text-muted: #6b7c7a;
  --bh-testimonials-star: #f5c542;
}

.bh-testimonials-section-subtitle {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  color: var(--bh-testimonials-mint);
}

.bh-testimonials-section-subtitle--light {
  color: rgba(255, 255, 255, 0.72);
}

.bh-testimonials-accent {
  color: var(--bh-testimonials-mint);
}

.bh-testimonials-stars {
  color: var(--bh-testimonials-star);
  letter-spacing: 2px;
  font-size: 12px;
}

.bh-testimonials-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  float: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bh-testimonials-btn--cta,
.bh-testimonials-btn--more {
  background: #135454 !important;
  background-color: #135454 !important;
  color: #fff !important;
  border-color: #135454 !important;
}

.bh-testimonials-btn--cta:hover,
.bh-testimonials-btn--cta:focus,
.bh-testimonials-btn--more:hover,
.bh-testimonials-btn--more:focus {
  background: #70c3b3 !important;
  background-color: #70c3b3 !important;
  border-color: #70c3b3 !important;
  color: #fff !important;
}

.bh-testimonials-btn--more {
  gap: 0 !important;
  padding: 5px 34px 5px 6px !important;
}

.bh-testimonials-btn--more .bh-testimonials-btn__icon {
  width: 32px;
  height: 32px;
  margin-right: 16px !important;
}

.bh-testimonials-btn--more .bh-testimonials-btn__label {
  padding-left: 2px;
}

.bh-testimonials-btn--more .bh-testimonials-btn__icon svg {
  transform: rotate(90deg);
}

.bh-testimonials-btn__label {
  display: inline-block;
  line-height: 1.2;
}

.bh-testimonials-btn--cta .bh-testimonials-btn__icon {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.bh-testimonials-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: var(--bh-testimonials-teal);
}

.bh-testimonials-btn__icon svg {
  width: 9px;
  height: 9px;
  fill: currentColor;
}

/* Hero */
.bh-testimonials-hero {
  background: linear-gradient(180deg, #0f3d2e 0%, #135353 100%);
  padding: var(--bh-hero-padding-top) var(--bh-section-padding-x) var(--bh-hero-padding-bottom);
  text-align: center;
  color: #fff;
}

.bh-testimonials-hero__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-testimonials-hero__title {
  margin: 0 0 20px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.bh-testimonials-hero__desc {
  margin: 0 auto 32px;
  max-width: var(--bh-content-width-header);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-testimonials-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 16px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  text-align: left;
  overflow: hidden;
}

.bh-testimonials-hero__badge-score {
  padding-right: 20px;
}

.bh-testimonials-hero__badge-score strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.bh-testimonials-hero__badge-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.2);
}

.bh-testimonials-hero__badge-text {
  padding-left: 20px;
}

.bh-testimonials-hero__badge-text strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.bh-testimonials-hero__badge-text span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

/* Stats */
.bh-testimonials-stats {
  background: var(--bh-testimonials-mint-light);
  padding: 36px var(--bh-section-padding-x);
}

.bh-testimonials-stats__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  text-align: center;
}

.bh-testimonials-stat__value {
  display: block;
  margin-bottom: 6px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  color: var(--bh-testimonials-teal);
  line-height: 1.1;
}

.bh-testimonials-stat__star {
  color: var(--bh-testimonials-star);
}

.bh-testimonials-stat__label {
  font-size: 13px;
  color: var(--bh-testimonials-teal);
  opacity: 0.85;
}

/* Videos */
.bh-testimonials-videos {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-testimonials-videos__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-testimonials-videos__header {
  max-width: var(--bh-content-width-header);
  margin: 0 auto 48px;
  text-align: center;
}

.bh-testimonials-videos__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-testimonials-videos__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-testimonials-text-muted);
}

.bh-testimonials-videos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bh-testimonials-video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(19, 84, 84, 0.1);
}

.bh-testimonials-video-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bh-testimonials-video-card__preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  pointer-events: none;
}

.bh-testimonials-video-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.bh-testimonials-video-card__logo {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 72px;
  height: auto;
  opacity: 0.95;
}

.bh-testimonials-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: #fff !important;
  background-color: #fff !important;
  color: var(--bh-testimonials-teal) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  float: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.bh-testimonials-video-card__play svg {
  width: 20px;
  height: 20px;
  margin-left: 2px;
  fill: currentColor;
}

.bh-testimonials-video-card__meta {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  pointer-events: none;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

/* Video testimonial lightbox */
.bh-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px 32px;
  box-sizing: border-box;
  overflow: auto;
  background: rgba(17, 35, 31, 0.72);
  backdrop-filter: blur(3px);
  animation: bh-video-lightbox-fade 0.2s ease;
}

@keyframes bh-video-lightbox-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bh-video-lightbox__dialog {
  position: relative;
  width: min(340px, 78vw);
  max-width: 100%;
  max-height: min(78vh, 720px);
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bh-video-lightbox__video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: min(78vh, 720px);
  object-fit: contain;
  object-position: center center;
  background: #000;
  vertical-align: middle;
}

.bh-video-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.55) !important;
  color: #fff !important;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.bh-video-lightbox__close:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

/* Reel-style vertical popup (GEO stories, etc.) */
.bh-video-lightbox--reel {
  padding: 24px 16px;
}

.bh-video-lightbox__dialog--reel {
  width: min(360px, 86vw);
  max-height: min(88vh, 760px);
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  background: #000;
}

.bh-video-lightbox__video--reel {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

.bh-testimonials-video-card__meta strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 17px;
}

.bh-testimonials-video-card__meta span {
  font-size: 12px;
  opacity: 0.9;
}

/* Reviews */
.bh-testimonials-reviews {
  background: var(--bh-testimonials-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-testimonials-reviews__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-testimonials-reviews__header {
  max-width: var(--bh-content-width-header);
  margin: 0 auto 48px;
  text-align: center;
}

.bh-testimonials-reviews__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: var(--bh-testimonials-teal);
}

.bh-testimonials-reviews__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-testimonials-text-muted);
}

.bh-testimonials-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bh-testimonials-review-card {
  margin-bottom: 0;
  padding: 24px 22px 22px;
  border: 1px solid #d9ece8;
  border-radius: 16px;
  background: #fff;
}

.bh-testimonials-review-card .bh-testimonials-stars {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
}

.bh-testimonials-review-card__quote {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--bh-testimonials-text-muted);
}

.bh-testimonials-review-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bh-testimonials-review-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--bh-testimonials-teal);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.bh-testimonials-review-card__footer strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  color: var(--bh-testimonials-teal);
}

.bh-testimonials-review-card__footer span {
  font-size: 12px;
  color: var(--bh-testimonials-mint);
}

.bh-testimonials-reviews__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

/* CTA */
.bh-testimonials-cta {
  background: var(--bh-testimonials-teal);
  padding: var(--bh-section-padding-cta);
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bh-testimonials-cta__inner {
  max-width: var(--bh-content-width-header);
  margin: 0 auto;
}

.bh-testimonials-cta__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 600;
  color: #fff;
}

.bh-testimonials-cta__desc {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-testimonials-cta__btn-wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .bh-testimonials-stats__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-testimonials-videos__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .bh-testimonials-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.bh-testimonials-page #testimonials-page {
    margin-top: 0;
  }

  .bh-testimonials-hero {
    padding: 72px 20px 64px;
  }

  .bh-testimonials-videos,
  .bh-testimonials-reviews {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-testimonials-cta {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-testimonials-stats__inner {
    grid-template-columns: 1fr;
  }

  .bh-testimonials-videos__inner {
    overflow: visible;
  }

  .bh-testimonials-videos__grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding: 0 4px 8px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }

  .bh-testimonials-videos__grid::after {
    content: "";
    flex: 0 0 20px;
  }

  .bh-testimonials-video-card {
    flex: 0 0 196px;
    max-width: 196px;
    scroll-snap-align: start;
  }

  .bh-testimonials-reviews__grid {
    grid-template-columns: 1fr;
  }

  .bh-testimonials-hero__badge {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }

  .bh-testimonials-hero__badge-score,
  .bh-testimonials-hero__badge-text {
    padding: 0;
  }

  .bh-testimonials-hero__badge-divider {
    width: 100%;
    height: 1px;
  }
}

/* ==========================================================================
   Wash Basin Designs page
   ========================================================================== */

.bh-wash-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.bh-wash-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

body.bh-wash-page #header-wrapper {
  position: relative;
  z-index: 20;
}

body.bh-wash-page #header {
  position: relative;
  width: 100%;
}

body.bh-wash-page #main {
  overflow: visible;
}

body.bh-wash-page #wash-basin-page {
  margin-top: 0;
}

body.bh-wash-page .elementor-704 .elementor-element.elementor-element-50b9991 {
  width: 100%;
}

body.bh-wash-page .elementor-704 .elementor-element.elementor-element-1bd4d07 > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

body.bh-wash-page .elementor-704 .elementor-element-bc47daa,
body.bh-wash-page .elementor-704 .elementor-element-d3c1b58 {
  flex: 0 0 auto !important;
  width: auto !important;
}

body.bh-wash-page .elementor-704 .elementor-element-1be2a9a {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
}

.bh-wash-page {
  --bh-wash-teal: #135353;
  --bh-wash-mint: #70c3b3;
  --bh-wash-mint-light: #f0fffc;
  --bh-wash-text-muted: #6b7c7a;
}

.bh-wash-section-subtitle {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  color: var(--bh-wash-mint);
}

.bh-wash-section-subtitle--light {
  color: rgba(255, 255, 255, 0.72);
}

.bh-wash-accent {
  color: var(--bh-wash-teal);
}

.bh-wash-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bh-wash-btn--cta {
  background: var(--bh-wash-teal);
  color: #fff;
  border-color: var(--bh-wash-teal);
}

.bh-wash-btn--cta:hover {
  background: var(--bh-wash-mint);
  border-color: var(--bh-wash-mint);
  color: #fff;
}

.bh-wash-btn--enquire {
  background: transparent;
  color: var(--bh-wash-teal);
  border-color: #c5e8e2;
  min-height: 36px;
  padding: 0 16px;
  font-size: 10px;
}

.bh-wash-btn--enquire:hover {
  border-color: var(--bh-wash-mint);
  background: var(--bh-wash-mint-light);
  color: var(--bh-wash-teal);
}

.bh-wash-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.bh-wash-btn__icon svg {
  width: 9px;
  height: 9px;
  fill: currentColor;
}

/* Hero */
.bh-wash-hero {
  background: linear-gradient(180deg, #0f3d2e 0%, #135353 100%);
  padding: var(--bh-hero-padding-top) var(--bh-section-padding-x) var(--bh-hero-padding-bottom);
  text-align: center;
  color: #fff;
}

.bh-wash-hero__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-wash-hero .bh-wash-section-subtitle {
  color: #f0fffc;
}

.bh-wash-hero__title {
  margin: 0 0 20px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.bh-wash-hero__desc {
  margin: 0 auto;
  max-width: var(--bh-content-width-header);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

/* Catalog toolbar */
.bh-wash-catalog__toolbar {
  background: #fff;
  border-top: 3px solid var(--bh-wash-teal);
  border-bottom: 1px solid #dce9e6;
}

.bh-wash-catalog__toolbar-inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
  padding: 16px var(--bh-section-padding-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.bh-wash-catalog__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bh-wash-filter-pill {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #dce9e6 !important;
  border-radius: 999px !important;
  background: #fff !important;
  background-color: #fff !important;
  color: var(--bh-wash-teal) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer;
  float: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bh-wash-filter-pill:hover,
.bh-wash-filter-pill.is-active {
  background: var(--bh-wash-teal) !important;
  background-color: var(--bh-wash-teal) !important;
  border-color: var(--bh-wash-teal) !important;
  color: #fff !important;
}

.bh-wash-catalog__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.bh-wash-catalog__count {
  font-size: 13px;
  color: var(--bh-wash-text-muted);
  white-space: nowrap;
}

.bh-wash-catalog__sort select {
  min-height: 36px;
  padding: 0 32px 0 14px;
  border: 1px solid #dce9e6;
  border-radius: 999px;
  background: var(--bh-wash-mint-light);
  color: var(--bh-wash-teal);
  font-size: 12px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23135353' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

/* Design grid */
.bh-wash-catalog {
  background: #fff;
}

.bh-wash-catalog__grid-wrap {
  max-width: var(--bh-content-width);
  margin: 0 auto;
  padding: 28px var(--bh-section-padding-x) var(--bh-section-padding-y);
}

.bh-wash-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bh-wash-design-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8eeed;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.bh-wash-design-card__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  aspect-ratio: 4 / 3;
  color: #fff;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.bh-wash-design-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.bh-wash-design-card__icon svg {
  width: 56px;
  height: 56px;
}

.bh-wash-design-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.bh-wash-design-card__visual--gallery {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.bh-wash-design-card__visual--gallery .bh-wash-design-card__image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.bh-wash-design-card__visual--gallery .bh-wash-design-card__image.is-active {
  opacity: 1;
}

.bh-wash-design-card__gallery-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(17, 35, 31, 0.72);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Product gallery lightbox */
.bh-img-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: transparent;
}

.bh-img-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  cursor: pointer;
}

.bh-img-lightbox__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: transparent;
}

.bh-img-lightbox__close {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #11231f;
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
}

.bh-img-lightbox__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: calc(92vh - 96px);
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
}

.bh-img-lightbox__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.45s ease;
  border-radius: 14px;
}

.bh-img-lightbox__image.is-active {
  opacity: 1;
}

.bh-img-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #11231f;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
}

.bh-img-lightbox__nav--prev {
  left: 12px;
}

.bh-img-lightbox__nav--next {
  right: 12px;
}

.bh-img-lightbox__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
}

.bh-img-lightbox__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.bh-img-lightbox__count {
  margin: 0;
  font-size: 13px;
  opacity: 0.85;
}

.bh-img-lightbox__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.bh-img-lightbox__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.bh-img-lightbox__dot.is-active {
  background: #fff;
}


.bh-wash-catalog__empty {
  margin: 0;
  padding: 48px 24px;
  text-align: center;
  color: #5a6f7d;
  font-size: 16px;
}

/* Product enquiry popup (category catalogue ENQUIRE buttons) */
.bh-pe-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: transparent;
}

.bh-pe-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  cursor: pointer;
}

.bh-pe-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: min(92vh, 720px);
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(17, 35, 31, 0.18);
  padding: 28px 28px 24px;
}

.bh-pe-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #5a6f7d;
  cursor: pointer;
}

.bh-pe-modal__header {
  margin-bottom: 20px;
  padding-right: 28px;
}

.bh-pe-modal__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1c6a6a;
}

.bh-pe-modal__header h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.3;
  color: #11231f;
}

.bh-pe-modal__price {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1c6a6a;
}

.bh-pe-modal__form {
  display: grid;
  gap: 14px;
}

.bh-pe-modal__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.bh-pe-modal__field {
  display: grid;
  gap: 6px;
}

.bh-pe-modal__field span {
  font-size: 13px;
  font-weight: 600;
  color: #334743;
}

.bh-pe-modal__field input,
.bh-pe-modal__field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #d8e8e4;
  border-radius: 10px;
  background: #fff;
  padding: 12px 14px;
  font: inherit;
  color: #11231f;
}

.bh-pe-modal__field input:focus,
.bh-pe-modal__field textarea:focus {
  outline: none;
  border-color: #1c6a6a;
  background: #fff;
}

.bh-pe-modal__error {
  margin: 0;
  color: #b42318;
  font-size: 14px;
}

.bh-pe-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: #1c6a6a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 22px;
}

.bh-pe-modal__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.bh-pe-modal__success {
  text-align: center;
  padding: 12px 8px 4px;
}

.bh-pe-modal__tick {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #e6f7f3;
  color: #1c6a6a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
}

.bh-pe-modal__success h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #11231f;
}

.bh-pe-modal__success p {
  margin: 0 0 20px;
  color: #5a6f7d;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .bh-pe-modal__row {
    grid-template-columns: 1fr;
  }
}

.bh-wash-design-card__body {
  padding: 18px 18px 16px;
}

.bh-wash-design-card__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-wash-design-card__specs {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--bh-wash-text-muted);
}

.bh-wash-design-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bh-wash-design-card__price {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Guide */
.bh-wash-guide {
  background: var(--bh-wash-mint-light);
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-wash-guide__inner {
  max-width: var(--bh-content-width-narrow);
  margin: 0 auto;
}

.bh-wash-guide__title {
  margin: 0 0 20px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-wash-guide__heading {
  margin: 28px 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-wash-guide__text {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--bh-wash-text-muted);
}

.bh-wash-guide__list {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bh-wash-guide__list li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--bh-wash-text-muted);
}

.bh-wash-guide__list strong {
  color: #1a1a1a;
}

/* FAQ */
.bh-wash-faq {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-wash-faq__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-wash-faq__header {
  text-align: center;
  margin-bottom: 36px;
}

.bh-wash-faq__title {
  margin: 0;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-wash-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bh-wash-faq-item {
  border: 1px solid #c5e8e2;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.bh-wash-faq-item__trigger {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 22px;
  border: none !important;
  background: #fff !important;
  background-color: #fff !important;
  text-align: left;
  cursor: pointer;
  float: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.bh-wash-faq-item__trigger:hover,
.bh-wash-faq-item__trigger:focus,
.bh-wash-faq-item.is-open .bh-wash-faq-item__trigger {
  background: #fff !important;
  background-color: #fff !important;
  border: none !important;
  color: inherit !important;
  outline: none;
}

.bh-wash-faq-item__question {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--bh-wash-teal);
}

.bh-wash-faq-item__icon {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 22px;
  line-height: 1;
  color: var(--bh-wash-teal);
}

.bh-wash-faq-item__panel {
  padding: 0 22px 18px;
}

.bh-wash-faq-item__panel[hidden] {
  display: none;
}

.bh-wash-faq-item__panel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bh-wash-text-muted);
}

/* CTA */
.bh-wash-cta {
  background: var(--bh-wash-teal);
  padding: var(--bh-section-padding-cta);
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bh-wash-cta__inner {
  max-width: var(--bh-content-width-cta);
  margin: 0 auto;
}

.bh-wash-cta__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 600;
  color: #fff;
}

.bh-wash-cta__desc {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-wash-cta__btn-wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .bh-wash-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.bh-wash-page #wash-basin-page {
    margin-top: 0;
  }

  .bh-wash-hero {
    padding: 72px 20px 64px;
  }

  .bh-wash-catalog__toolbar-inner {
    padding: 14px 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .bh-wash-catalog__meta {
    justify-content: space-between;
    width: 100%;
  }

  .bh-wash-catalog__grid-wrap,
  .bh-wash-guide,
  .bh-wash-faq {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-wash-cta {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-wash-catalog__grid {
    grid-template-columns: 1fr;
  }

  .bh-wash-design-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================================================
   Xpertz Advantages page
   ========================================================================== */

body.bh-xpertz-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

body.bh-xpertz-page #header-wrapper {
  position: relative;
  z-index: 20;
}

body.bh-xpertz-page #header {
  position: relative;
  width: 100%;
}

body.bh-xpertz-page #main {
  overflow: visible;
}

body.bh-xpertz-page #xpertz-advantages-page {
  margin-top: 0;
}

body.bh-xpertz-page .elementor-704 .elementor-element.elementor-element-50b9991 {
  width: 100%;
}

body.bh-xpertz-page .elementor-704 .elementor-element.elementor-element-1bd4d07 > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

body.bh-xpertz-page .elementor-704 .elementor-element-bc47daa,
body.bh-xpertz-page .elementor-704 .elementor-element-d3c1b58 {
  flex: 0 0 auto !important;
  width: auto !important;
}

body.bh-xpertz-page .elementor-704 .elementor-element-1be2a9a {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
}

.bh-xpertz-page {
  --bh-xpertz-teal: #135353;
  --bh-xpertz-mint: #70c3b3;
  --bh-xpertz-mint-light: #f0fffc;
  --bh-xpertz-text-muted: #6b7c7a;
}

.bh-xpertz-section-subtitle {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: capitalize;
  color: var(--bh-xpertz-mint);
}

.bh-xpertz-section-subtitle--light {
  color: rgba(255, 255, 255, 0.72);
}

.bh-xpertz-accent {
  color: var(--bh-xpertz-teal);
}

.bh-xpertz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bh-xpertz-btn--cta {
  background: var(--bh-xpertz-teal, #135454) !important;
  background-color: var(--bh-xpertz-teal, #135454) !important;
  color: #fff !important;
  border-color: var(--bh-xpertz-teal, #135454) !important;
}

.bh-xpertz-btn--cta:hover {
  background: var(--bh-xpertz-mint) !important;
  background-color: var(--bh-xpertz-mint) !important;
  color: #fff !important;
  border-color: var(--bh-xpertz-mint) !important;
}

.bh-xpertz-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.bh-xpertz-btn__icon svg {
  width: 9px;
  height: 9px;
  fill: currentColor;
}

/* Hero */
.bh-xpertz-hero {
  background: linear-gradient(180deg, #0f3d2e 0%, #135353 100%);
  padding: var(--bh-hero-padding-top) var(--bh-section-padding-x) var(--bh-hero-padding-bottom);
  text-align: center;
  color: #fff;
}

.bh-xpertz-hero__inner {
  max-width: var(--bh-content-width-hero);
  margin: 0 auto;
}

.bh-xpertz-hero .bh-xpertz-section-subtitle {
  color: #f0fffc;
}

.bh-xpertz-hero__title {
  margin: 0 0 22px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.bh-xpertz-hero__desc {
  margin: 0 auto 34px;
  max-width: var(--bh-content-width-header);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-xpertz-hero__cta-wrap {
  display: flex;
  justify-content: center;
}

/* Advantages + tabs */
.bh-xpertz-advantages {
  background: #fff;
  padding: var(--bh-section-padding-y) var(--bh-section-padding-x);
}

.bh-xpertz-advantages__inner {
  max-width: var(--bh-content-width);
  margin: 0 auto;
}

.bh-xpertz-advantages__header {
  max-width: var(--bh-content-width-header);
  margin: 0 auto 40px;
  text-align: center;
}

.bh-xpertz-advantages__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-xpertz-advantages__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bh-xpertz-text-muted);
}

.bh-xpertz-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 48px;
}

.bh-xpertz-tab {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #c5e8e2 !important;
  border-radius: 999px !important;
  background: #fff !important;
  background-color: #fff !important;
  color: var(--bh-xpertz-teal) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer;
  float: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bh-xpertz-tab:hover,
.bh-xpertz-tab.is-active {
  background: var(--bh-xpertz-teal) !important;
  background-color: var(--bh-xpertz-teal) !important;
  border-color: var(--bh-xpertz-teal) !important;
  color: #fff !important;
}

.bh-xpertz-tab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.bh-xpertz-tab__icon svg {
  width: 16px;
  height: 16px;
}

.bh-xpertz-tab-panel__header {
  max-width: var(--bh-content-width-header);
  margin: 0 auto 36px;
  text-align: center;
}

.bh-xpertz-tab-panel__title {
  margin: 0 0 12px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(26px, 3.5vw, 36px);
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-xpertz-tab-panel__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--bh-xpertz-text-muted);
}

.bh-xpertz-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bh-xpertz-feature-card {
  padding: 28px 26px 30px;
  border: 1px solid #c5e8e2;
  border-radius: 16px;
  background: #fff;
}

.bh-xpertz-feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: var(--bh-xpertz-mint-light);
  color: var(--bh-xpertz-teal);
}

.bh-xpertz-feature-card__icon svg {
  width: 22px;
  height: 22px;
}

.bh-xpertz-feature-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.bh-xpertz-feature-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bh-xpertz-text-muted);
}

/* CTA */
.bh-xpertz-cta {
  background: var(--bh-xpertz-teal);
  padding: var(--bh-section-padding-cta);
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bh-xpertz-cta__inner {
  max-width: var(--bh-content-width-cta);
  margin: 0 auto;
}

.bh-xpertz-cta__title {
  margin: 0 0 14px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 600;
  color: #fff;
}

.bh-xpertz-cta__desc {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.bh-xpertz-cta__btn-wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .bh-xpertz-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.bh-xpertz-page #xpertz-advantages-page {
    margin-top: 0;
  }

  .bh-xpertz-hero {
    padding: 72px var(--bh-section-padding-mobile-x) var(--bh-section-padding-mobile-y);
  }

  .bh-xpertz-advantages {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-xpertz-cta {
    padding: var(--bh-section-padding-mobile-y) var(--bh-section-padding-mobile-x);
  }

  .bh-xpertz-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .bh-xpertz-tab {
    flex-shrink: 0;
  }
}

/* ── Bathroom Designs page ─────────────────────────────────────────────── */

body.bh-designs-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

/* Header matches blog / blog-detail (no designs-only header overrides). */

body.bh-designs-page #main {
  overflow: visible;
}

body.bh-designs-page #bathroom-designs-page {
  margin-top: 0;
}

.bh-designs-page {
  --bh-design-teal: #135454;
  --bh-design-mint: #70c3b3;
  --bh-design-mint-light: #f0fffc;
  --bh-design-text-muted: #6b7c7a;
}

.bh-design-hero {
  background: #ffffff;
  padding: var(--bh-hero-padding-top) var(--bh-section-padding-x) 70px;
  text-align: center;
  color: #000;
}

.bh-design-hero__inner {
  max-width: 920px;
  margin: 0 auto;
}

.bh-design-hero__title {
  margin: 0 0 24px;
  font-family: var(--wdtFontTypo_Alt, "NeueHaas", Arial, Helvetica, sans-serif);
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.25;
  font-weight: 600;
  color: #000;
}

.bh-design-hero__title span {
  display: block;
}

.bh-design-hero__intro {
  margin: 0 auto;
  max-width: min(1200px, 92vw);
  font-family: var(--wdtFontTypo_Alt, "NeueHaas", Arial, Helvetica, sans-serif);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  color: #000;
}

.bh-design-hero__intro--more {
  margin-top: 12px;
}

.bh-design-hero__read-more {
  display: inline-block;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--wdtFontTypo_Alt, "NeueHaas", Arial, Helvetica, sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #70c3b3;
  text-decoration: none;
  cursor: pointer;
}

.bh-design-hero__read-more:hover {
  color: #135454;
  text-decoration: none;
}

/* Designs sidebar filters – match reference catalogue layout */
.bh-designs-page .bh-design-sidebar .wdt-sidebar-wrapper.bh-design-filters {
  float: left;
  clear: both;
  width: 100%;
}

.bh-designs-page .bh-design-sidebar .wdt-sidebar-wrapper.bh-design-filters > * {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  background: transparent;
  border: 0;
}

.bh-designs-page .bh-design-filters__search form {
  position: relative;
  margin: 0;
}

.bh-designs-page .bh-design-filters__search-input {
  width: 100%;
  padding: 10px 44px 10px 14px;
  border: 1px solid #d8e3e1;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  background: #fff;
  box-shadow: none;
}

.bh-designs-page .bh-design-filters__search-input:focus {
  outline: none;
  border-color: #70c3b3;
}

.bh-designs-page .bh-design-filters__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #888;
  cursor: pointer;
}

.bh-designs-page .bh-design-filters__search-btn svg {
  width: 18px;
  height: 18px;
}

.bh-designs-page .bh-design-filters__group {
  margin-bottom: 16px;
}

.bh-designs-page .bh-design-filters__title {
  margin: 0;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  background: #135454;
}

.bh-designs-page .bh-design-filters__list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e4ecea;
  border-top: 0;
}

.bh-designs-page .bh-design-filters__item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eef3f2;
}

.bh-designs-page .bh-design-filters__item:last-child {
  border-bottom: 0;
}

.bh-designs-page .bh-design-filters__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 11px 14px;
  border: 0;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.bh-designs-page .bh-design-filters__btn:hover,
.bh-designs-page .bh-design-filters__btn.is-active {
  background: #f0fffc;
  color: #135454;
}

.bh-designs-page .bh-design-filters__label {
  flex: 1 1 auto;
  min-width: 0;
}

.bh-designs-page .bh-design-filters__arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #70c3b3;
  color: #fff;
}

.bh-designs-page .bh-design-filters__arrow svg {
  width: 11px;
  height: 11px;
}

.bh-designs-page .bh-design-filters__btn.is-active .bh-design-filters__arrow {
  background: #135454;
}

/* Prevent theme widget styles leaking into custom filters */
.bh-designs-page .bh-design-filters__list li::before,
.bh-designs-page .bh-design-filters__list li::after,
.bh-designs-page .bh-design-filters__btn::before,
.bh-designs-page .bh-design-filters__btn::after {
  content: none !important;
  display: none !important;
}

/* Designs toolbar – sort dropdown + grid/list toggle */
#bathroom-designs-shop .bh-designs-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
}

#bathroom-designs-shop .bh-designs-toolbar__sort {
  margin: 0;
}

#bathroom-designs-shop .bh-designs-toolbar__select {
  min-width: 220px;
  height: 46px;
  padding: 0 36px 0 14px;
  border: 1px solid #d8e3e1;
  border-radius: 0;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
  color: #70c3b3;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  appearance: none;
  cursor: pointer;
  box-shadow: none;
}

#bathroom-designs-shop .bh-designs-toolbar__select:focus {
  outline: none;
  border-color: #70c3b3;
}

#bathroom-designs-shop .bh-designs-toolbar__select option {
  color: #333;
}

#bathroom-designs-shop .bh-designs-toolbar__views {
  display: flex;
  align-items: center;
  gap: 8px;
}

#bathroom-designs-shop .bh-designs-toolbar__view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 1px solid #d8e3e1;
  border-radius: 0;
  background: #fff;
  color: #b8c5c2;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

#bathroom-designs-shop .bh-designs-toolbar__view svg {
  width: 18px;
  height: 18px;
}

#bathroom-designs-shop .bh-designs-toolbar__view.is-active {
  color: #70c3b3;
  border-color: #d8e3e1;
}

#bathroom-designs-shop .bh-designs-toolbar__view:hover {
  color: #70c3b3;
}

#bathroom-designs-shop .bh-designs-toolbar-bottom {
  margin-top: 40px;
}

@media (max-width: 767px) {
  #bathroom-designs-shop .bh-designs-toolbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #bathroom-designs-shop .bh-designs-toolbar__select {
    min-width: 0;
    flex: 1 1 auto;
  }
}

/* Designs shop grid – same layout as /products */
#bathroom-designs-shop .bh-designs-products-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: clamp(1.875rem, 1.1607rem + 1.1161vw, 2.5rem) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
  list-style: none;
}

#bathroom-designs-shop .bh-designs-products-grid::before,
#bathroom-designs-shop .bh-designs-products-grid::after {
  content: none !important;
  display: none !important;
}

#bathroom-designs-shop .bh-designs-products-grid.list-product-active {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

#bathroom-designs-shop .bh-designs-products-grid > li.product {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
  min-width: 0;
  list-style: none;
}

#bathroom-designs-shop .bh-designs-products-grid > li.product.first,
#bathroom-designs-shop .bh-designs-products-grid > li.product.last {
  clear: none !important;
}

/* Paint cards on designs page */
#bathroom-designs-shop .bh-paint-card,
#bathroom-designs-shop .bh-paint-card--design {
  margin: 0;
  padding: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#bathroom-designs-shop .bh-paint-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1000 / 1298;
  overflow: hidden;
  line-height: 0;
}

#bathroom-designs-shop .bh-paint-card__bg,
.bh-paint-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bh-paint-card__bg-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

#home-paint-products .bh-paint-card__bg,
#product-related-products .bh-paint-card__bg {
  background-image: var(--bh-paint-card-bg, none) !important;
}

.bh-shop-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bh-shop-products-grid .product-thumb .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.bh-shop-products-grid .product-thumb .primary-image,
.bh-shop-products-grid .product-thumb .secondary-image {
  position: relative;
  z-index: 1;
}

#bathroom-designs-shop .bh-paint-card__primary {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

#bathroom-designs-shop .bh-paint-card__secondary {
  position: absolute;
  z-index: 1;
  inset: 20px;
  width: auto;
  overflow: hidden;
  display: inline-flex;
  transform-origin: bottom right;
  transform: scale(0.52);
  transition: var(--wdt-Ad-Transition, all 0.35s ease);
  border: 3px solid var(--wdtAccentTxtColor, #fff);
}

#bathroom-designs-shop .bh-paint-card__secondary img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

#bathroom-designs-shop .bh-paint-card__secondary::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

#bathroom-designs-shop .bh-paint-card:hover .bh-paint-card__secondary {
  transform: scale(1);
}

#bathroom-designs-shop .bh-paint-card:hover .bh-paint-card__secondary::before {
  opacity: 1;
  top: -40%;
  left: -40%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

#bathroom-designs-shop .bh-paint-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 10px 0 0;
  gap: 0.65rem;
}

#bathroom-designs-shop .bh-paint-card__title {
  margin: 0;
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--wdtHeadAltColor, #11231f);
}

#bathroom-designs-shop .bh-paint-card__title a {
  color: inherit;
  text-decoration: none;
  transition: var(--wdtBaseTransition, color 0.3s ease);
}

#bathroom-designs-shop .bh-paint-card__title a:hover {
  color: var(--wdtPrimaryColor, #70c3b3);
}

#bathroom-designs-shop .bh-paint-card__desc {
  margin: 0;
  font-size: clamp(0.88rem, 0.84rem + 0.15vw, 0.95rem);
  line-height: 1.55;
  color: var(--wdtBodyTxtColor, #5a5a5a);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#bathroom-designs-shop .bh-paint-card__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}

#bathroom-designs-shop .bh-paint-card__cta {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #ffffff !important;
  border: 0;
  transition: background-color 0.25s ease;
}

.bh-designs-loadmore {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

#bathroom-designs-shop .bh-paint-card__cta--view {
  background: #2f3a38 !important;
}

#bathroom-designs-shop .bh-paint-card__cta--view:hover {
  background: #3d4a47 !important;
}

#bathroom-designs-shop .bh-paint-card__cta--consult {
  background: #135454 !important;
}

#bathroom-designs-shop .bh-paint-card__cta--consult:hover {
  background: #70c3b3 !important;
}

@media (max-width: 1024px) {
  #bathroom-designs-shop .bh-designs-products-grid:not(.list-product-active) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 800px) {
  #bathroom-designs-shop .bh-designs-products-grid.list-product-active {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.bh-designs-page #bathroom-designs-page {
    margin-top: 0;
  }

  .bh-design-hero {
    padding: 72px var(--bh-section-padding-mobile-x) 48px;
  }

  .bh-design-hero__title {
    font-size: clamp(24px, 6vw, 32px);
    margin-bottom: 20px;
  }

  .bh-design-hero__intro {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  #bathroom-designs-shop .bh-designs-products-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

/* Blog detail sidebar – CTA + enquiry popup */
.bh-blog-sidebar-cta {
  margin-bottom: 0;
}

.bh-blog-sidebar-cta__card {
  padding: 22px 20px;
  background: linear-gradient(160deg, #135454 0%, #0f4242 100%);
  color: #fff;
  text-align: left;
}

.bh-blog-sidebar-cta__eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: capitalize;
  color: #70c3b3;
}

.bh-blog-sidebar-cta__title {
  margin: 0 0 10px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
}

.bh-blog-sidebar-cta__text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.bh-blog-sidebar-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
  border: none !important;
  border-radius: 8px !important;
  background: #135454 !important;
  background-color: #135454 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  float: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.bh-blog-sidebar-cta__btn:hover,
.bh-blog-sidebar-cta__btn:focus {
  background: #70c3b3 !important;
  background-color: #70c3b3 !important;
  color: #fff !important;
  outline: none;
}

body.bh-blog-cta-open {
  overflow: hidden;
}

.bh-blog-cta-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(17, 35, 31, 0.62);
}

.bh-blog-cta-modal__dialog {
  position: relative;
  width: min(100%, 480px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 28px 24px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(17, 35, 31, 0.22);
}

.bh-blog-cta-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none !important;
  border-radius: 50% !important;
  background: #f0fffc !important;
  color: #135454 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer;
  float: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.bh-blog-cta-modal__title {
  margin: 0 0 8px;
  padding-right: 36px;
  font-family: var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size: clamp(24px, 4vw, 30px);
  line-height: 1.2;
  font-weight: 600;
  color: #135454;
}

.bh-blog-cta-modal__subtitle {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7c7a;
}

.bh-blog-cta-modal__success {
  margin: 0;
  padding: 18px 16px;
  border-radius: 10px;
  background: #f0fffc;
  color: #135454;
  font-size: 15px;
  line-height: 1.6;
}

.bh-blog-cta-modal__form {
  display: grid;
  gap: 16px;
}

.bh-blog-cta-modal__row {
  display: grid;
  gap: 16px;
}

.bh-blog-cta-modal__row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 479px) {
  .bh-blog-cta-modal__row--2 {
    grid-template-columns: 1fr;
  }
}

.bh-blog-cta-field {
  display: grid;
  gap: 8px;
}

.bh-blog-cta-field span {
  font-size: 13px;
  font-weight: 600;
  color: #135454;
}

.bh-blog-cta-required {
  color: #70c3b3;
}

.bh-blog-cta-field input,
.bh-blog-cta-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #c5e8e2;
  border-radius: 8px;
  background: #fff;
  color: #11231f;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
}

.bh-blog-cta-field input:focus,
.bh-blog-cta-field textarea:focus {
  outline: none;
  border-color: #70c3b3;
  box-shadow: 0 0 0 3px rgba(112, 195, 179, 0.2);
}

.bh-blog-cta-field textarea {
  resize: vertical;
  min-height: 110px;
}

.bh-blog-cta-modal__submit {
  width: 100%;
  min-height: 46px;
  margin-top: 4px;
  border: none !important;
  border-radius: 8px !important;
  background: #135454 !important;
  background-color: #135454 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  cursor: pointer;
  float: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: background 0.2s ease;
}

.bh-blog-cta-modal__submit:hover,
.bh-blog-cta-modal__submit:focus {
  background: #0f4242 !important;
  background-color: #0f4242 !important;
  outline: none;
}


/* ==========================================================================
   HTML Sitemap page
   ========================================================================== */

body.bh-sitemap-page .inner-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

body.bh-sitemap-page #main {
  overflow: visible;
}

.bh-sitemap {
  background: #ffffff;
  padding: clamp(3.5rem, 2.8rem + 3vw, 6.5rem) clamp(1.25rem, 1rem + 1vw, 1.875rem);
}

.bh-sitemap__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.bh-sitemap__head {
  max-width: 46rem;
  margin: 0 0 clamp(2.5rem, 2rem + 1.5vw, 4rem);
}

.bh-sitemap__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: capitalize;
  color: #70c3b3;
}

.bh-sitemap__title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 1.4rem + 1.6vw, 2.75rem);
  line-height: 1.2;
  font-weight: 600;
  color: #11231f;
}

.bh-sitemap__intro {
  margin: 0;
  font-size: clamp(0.98rem, 0.95rem + 0.2vw, 1.1rem);
  line-height: 1.7;
  color: #5d6b68;
}

.bh-sitemap__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(1.5rem, 1.2rem + 1vw, 2.5rem);
}

.bh-sitemap__group {
  border: 1px solid #e6ece9;
  border-radius: 14px;
  padding: clamp(1.5rem, 1.3rem + 0.6vw, 2rem);
  background: #fbfdfc;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.bh-sitemap__group--wide {
  grid-column: 1 / -1;
}

.bh-sitemap__group:hover {
  border-color: #cfe6df;
  box-shadow: 0 18px 40px -28px rgba(15, 61, 46, 0.35);
  transform: translateY(-2px);
}

.bh-sitemap__group-title {
  margin: 0 0 1.1rem;
  padding-bottom: 0.85rem;
  border-bottom: 2px solid #135454;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #135454;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.bh-sitemap__count {
  font-size: 0.78rem;
  font-weight: 600;
  color: #70c3b3;
  letter-spacing: 0.04em;
}

.bh-sitemap__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.bh-sitemap__group--wide .bh-sitemap__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.65rem 1.25rem;
}

.bh-sitemap__link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.98rem;
  line-height: 1.4;
  color: #324b46;
  text-decoration: none;
  transition: color 0.22s ease, padding-left 0.22s ease;
}

.bh-sitemap__link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #70c3b3;
  flex: 0 0 auto;
  transition: transform 0.22s ease, background 0.22s ease;
}

.bh-sitemap__link:hover {
  color: #135454;
  padding-left: 4px;
}

.bh-sitemap__link:hover::before {
  background: #135454;
  transform: scale(1.4);
}

/* ==========================================================================
   Legal document pages (Privacy Policy etc.)
   ========================================================================== */

/* Drop the theme's 120px gap below the breadcrumb on legal pages – the
   section's own padding handles the spacing. */
body.bh-legal-page #header-wrapper {
  margin-bottom: 0;
}

.bh-legal {
  background: #ffffff;
  padding: clamp(2.25rem, 1.8rem + 1.4vw, 3.5rem) var(--bh-section-padding-x, 30px)
    clamp(3rem, 2.4rem + 2.6vw, 5.5rem);
}

.bh-legal__inner {
  max-width: var(--bh-content-width, 1520px);
  margin: 0 auto;
}

.bh-legal__head {
  margin: 0 0 clamp(1.75rem, 1.4rem + 1.4vw, 2.75rem);
  padding-bottom: clamp(1.25rem, 1rem + 0.8vw, 1.75rem);
  border-bottom: 1px solid #e6ece9;
}

.bh-legal__title {
  margin: 0 0 0.6rem;
  font-size: clamp(1.85rem, 1.5rem + 1.6vw, 2.75rem);
  line-height: 1.15;
  font-weight: 600;
  color: #11231f;
}

.bh-legal__updated {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #70c3b3;
}

.bh-legal__body {
  color: #4a5a57;
  font-size: clamp(0.96rem, 0.93rem + 0.2vw, 1.05rem);
  line-height: 1.75;
}

.bh-legal__p {
  margin: 0 0 1.15rem;
}

.bh-legal__heading {
  margin: clamp(2.25rem, 1.8rem + 1.4vw, 3rem) 0 1.1rem;
  font-size: clamp(1.3rem, 1.1rem + 0.8vw, 1.7rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #135454;
}

.bh-legal__subheading {
  margin: 1.6rem 0 0.75rem;
  font-size: 1.08rem;
  font-weight: 600;
  color: #11231f;
}

.bh-legal__inshort {
  margin: 0 0 1.15rem;
  padding: 0.95rem 1.15rem;
  border-left: 3px solid #70c3b3;
  border-radius: 0 8px 8px 0;
  background: #f1faf7;
  color: #2f4742;
}

.bh-legal__inshort strong {
  color: #135454;
}

.bh-legal__list {
  margin: 0 0 1.3rem;
  padding-left: 1.35rem;
  list-style: disc;
}

.bh-legal__list-item {
  margin-bottom: 0.55rem;
  padding-left: 0.2rem;
}

.bh-legal__list-item::marker {
  color: #70c3b3;
}

.bh-legal__list-item strong {
  color: #11231f;
}

/* Numbered detail sections */
/* .bh-legal__section {
  margin-top: clamp(1.75rem, 1.4rem + 1vw, 2.5rem);
} */

.bh-legal__section-title {
  margin: 0 0 1rem;
  font-size: clamp(1.1rem, 1rem + 0.45vw, 1.35rem);
  font-weight: 600;
  line-height: 1.35;
  color: #11231f;
}

.bh-legal__section-number {
  color: #135454;
}

/* Summary key-points card */
.bh-legal__summary {
  margin: clamp(1.75rem, 1.4rem + 1vw, 2.5rem) 0;
  padding: clamp(1.5rem, 1.2rem + 1vw, 2.25rem);
  border: 1px solid #e0ebe7;
  border-radius: 16px;
  background: #fbfdfc;
}

.bh-legal__summary .bh-legal__heading {
  margin-top: 0;
}

.bh-legal__qa-list {
  margin: 0.5rem 0 0;
}

.bh-legal__qa {
  padding: 1rem 0;
  border-top: 1px solid #e9efed;
}

.bh-legal__qa:first-of-type {
  border-top: 0;
  padding-top: 0.5rem;
}

.bh-legal__qa-question {
  margin: 0 0 0.4rem;
  font-weight: 600;
  color: #135454;
}

.bh-legal__qa-answer {
  margin: 0;
}

a.bh-legal__inline,
.bh-legal__body a {
  color: #135454;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Legal docs – ordered lists, sub-lists and tables (Returns & Exchange) */
.bh-legal__list--ordered {
  list-style: decimal;
}

.bh-legal__list--ordered > .bh-legal__list-item::marker {
  color: #135454;
  font-weight: 600;
}

.bh-legal__sublist {
  margin: 0.6rem 0 0.2rem;
  padding-left: 1.3rem;
  list-style: circle;
}

.bh-legal__sublist li {
  margin-bottom: 0.4rem;
}

.bh-legal__sublist li::marker {
  color: #70c3b3;
}

.bh-legal__table-wrap {
  margin: 0 0 1.5rem;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e0ebe7;
}

.bh-legal__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: clamp(0.9rem, 0.87rem + 0.18vw, 1rem);
}

.bh-legal__table th,
.bh-legal__table td {
  padding: 0.95rem 1.1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9efed;
}

.bh-legal__table thead th {
  background: #135454 !important;
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.bh-legal__table thead th:first-child,
.bh-legal__table td:first-child {
  width: 48px;
  text-align: center;
  font-weight: 600;
  color: #135454;
}

.bh-legal__table tbody tr:nth-child(even) {
  background: #f7fbfa;
}

.bh-legal__table tbody tr:last-child td {
  border-bottom: 0;
}

/* ==========================================================================
   About page – Our Core Services
   ========================================================================== */

.bh-about-services {
  background: #ffffff;
  padding: clamp(3.5rem, 2.8rem + 3vw, 6.5rem) var(--bh-section-padding-x, 30px);
}

.bh-about-services__inner {
  max-width: var(--bh-content-width, 1520px);
  margin: 0 auto;
}

.bh-about-services__header {
  max-width: 50rem;
  margin: 0 auto clamp(2.5rem, 2rem + 1.5vw, 4rem);
  text-align: center;
}

.bh-about-services__subtitle {
  margin: 0 0 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: capitalize;
  color: #70c3b3;
}

.bh-about-services__title {
  margin: 0 0 1.1rem;
  font-size: clamp(1.6rem, 1.25rem + 1.6vw, 2.5rem);
  line-height: 1.22;
  font-weight: 600;
  color: #11231f;
}

.bh-about-services__intro {
  margin: 0;
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.1rem);
  line-height: 1.7;
  color: #5d6b68;
}

.bh-about-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 1rem + 1vw, 2rem);
}

.bh-about-services-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.5rem, 1.3rem + 0.8vw, 2.25rem);
  border: 1px solid #e6ece9;
  border-radius: 16px;
  background: #fbfdfc;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bh-about-services-card:hover {
  transform: translateY(-4px);
  border-color: #cfe6df;
  box-shadow: 0 22px 48px -30px rgba(15, 61, 46, 0.4);
}

.bh-about-services-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.25rem;
  border-radius: 14px;
  background: #eef8f4;
  color: #135454;
  transition: background 0.3s ease, color 0.3s ease;
}

.bh-about-services-card:hover .bh-about-services-card__icon {
  background: #135454;
  color: #ffffff;
}

.bh-about-services-card__icon svg {
  width: 26px;
  height: 26px;
}

.bh-about-services-card__title {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #11231f;
}

.bh-about-services-card__desc {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: #5d6b68;
}

@media (max-width: 1024px) {
  .bh-about-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .bh-about-services__grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Pricing Calculator page (/pricing-calculator)
   Cream / olive design matching product calculator mock
   ================================================================= */
.bxc{
  --olive:#4b5945;
  --olive-dk:#3a4636;
  --beige:#ebe6da;
  --beige-2:#f0ebe0;
  --cream:#fbf9f4;
  --ink:#1c1c1c;
  --grey:#7a756c;
  --line:#e5e0d6;
  --err:#d64545;
  --shadow:0 18px 48px -28px rgba(75,89,69,.28);
  font-family:"NeueHaas", Arial, Helvetica, sans-serif;
  color:var(--ink);
  line-height:1.65;
}
.bxc *{box-sizing:border-box;}
.bxc h1,.bxc h2,.bxc h3,.bxc h4{
  font-family:"NeueHaas", Arial, Helvetica, sans-serif;
  color:var(--ink);
  line-height:1.2;
  font-weight:700;
}
.bxc-page{background:transparent;padding:40px 0 48px;margin-top:0;position:relative;z-index:2;}
.bxc-wrap{max-width:1100px;margin:0 auto;padding:0 24px;width:100%;}
.bxc-intro{text-align:center;max-width:640px;margin:0 auto 30px;}
.bxc-eyebrow{
  display:inline-block;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:11px;
  color:var(--olive);
}
.bxc-intro h1{font-size:clamp(28px,4vw,40px);margin:10px 0 8px;}
.bxc-intro p{color:var(--grey);font-weight:400;font-size:16px;}
.bxc-card{
  background:#fff;
  border-radius:22px;
  box-shadow:var(--shadow);
  max-width:820px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid rgba(229,224,214,.8);
}
.bxc-prog{
  display:flex;
  background:var(--beige-2);
  padding:18px 12px 16px;
  gap:4px;
}
.bxc-p{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  text-align:center;
  font-size:13px;
  font-weight:500;
  color:#a39c90;
}
.bxc-p__num{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:#b0a99c;
  font-size:14px;
  font-weight:700;
  border:1px solid #ddd6c8;
  line-height:1;
}
.bxc-p__label{letter-spacing:.01em;}
.bxc-p.is-active{color:var(--olive);font-weight:700;}
.bxc-p.is-active .bxc-p__num{
  background:var(--olive);
  color:#fff;
  border-color:var(--olive);
}
.bxc-p.is-done{color:var(--olive);}
.bxc-p.is-done .bxc-p__num{
  background:var(--olive);
  color:#fff;
  border-color:var(--olive);
  font-size:12px;
}
.bxc-body{padding:34px 38px 36px;background:var(--cream);}
.bxc-step{animation:bxc-fade .3s;}
@keyframes bxc-fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.bxc-step h2{font-size:26px;margin:0 0 8px;font-weight:700;}
.bxc-hint{font-size:15px;color:var(--grey);margin:0 0 26px;}
.bxc-field{margin-bottom:16px;}
.bxc-field label{display:block;font-size:13px;font-weight:600;margin-bottom:7px;color:var(--ink);}
.bxc-field input,.bxc-field select,.bxc-field textarea{
  width:100%;
  padding:13px 14px;
  border:1.5px solid var(--line);
  border-radius:12px;
  font-family:inherit;
  font-size:15px;
  background:#fff;
  transition:.2s;
  color:var(--ink);
}
.bxc-field input:focus,.bxc-field select:focus,.bxc-field textarea:focus{
  outline:none;
  border-color:var(--olive);
  box-shadow:0 0 0 3px rgba(75,89,69,.12);
}
.bxc-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.bxc-errmsg{color:var(--err);font-size:13px;margin:0 0 12px;}
.bxc-paths{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:4px;}
.bxc-path{position:relative;cursor:pointer;display:block;}
.bxc-path input{position:absolute;opacity:0;inset:0;cursor:pointer;margin:0;z-index:2;}
.bxc-path__card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  gap:12px;
  padding:22px 20px 24px;
  border:1.5px solid var(--line);
  border-radius:18px;
  background:#fff;
  transition:.2s ease;
  height:100%;
  min-height:190px;
}
.bxc-path__icon{
  width:48px;
  height:48px;
  border-radius:12px;
  background:var(--beige-2);
  display:grid;
  place-items:center;
  color:#3f3f3f;
}
.bxc-path__icon svg{width:24px;height:24px;display:block;}
.bxc-path__card b{
  font-family:inherit;
  font-size:18px;
  font-weight:700;
  color:var(--ink);
  line-height:1.25;
}
.bxc-path__card small{
  font-size:13.5px;
  color:var(--grey);
  font-weight:400;
  line-height:1.55;
}
.bxc-path:hover .bxc-path__card{border-color:#cfc8ba;}
.bxc-path.is-selected .bxc-path__card,
.bxc-path input:checked + .bxc-path__card{
  border-color:var(--olive);
  box-shadow:0 0 0 1.5px var(--olive);
  background:#fff;
}
.bxc-path.is-selected .bxc-path__icon,
.bxc-path input:checked + .bxc-path__card .bxc-path__icon{
  background:rgba(75,89,69,.12);
  color:var(--olive);
}
.bxc-area{font-size:14px;color:var(--olive);font-weight:600;margin-top:6px;}
.bxc-nav{display:flex;justify-content:space-between;align-items:center;margin-top:28px;gap:12px;}
.bxc-btn{
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-family:inherit;
  font-weight:600;
  font-size:14px;
  letter-spacing:.02em;
  text-transform:none;
  padding:13px 26px;
  border-radius:999px;
  border:1.5px solid transparent;
  cursor:pointer;
  transition:.25s;
  text-decoration:none;
}
.bxc .bxc-btn-primary{background:var(--olive)!important;color:#fff!important;border-color:var(--olive)!important;}
.bxc .bxc-btn-primary:hover{background:var(--olive-dk)!important;border-color:var(--olive-dk)!important;color:#fff!important;transform:translateY(-1px);}
.bxc .bxc-btn-accent{background:var(--olive)!important;color:#fff!important;border-color:var(--olive)!important;}
.bxc .bxc-btn-accent:hover{background:var(--olive-dk)!important;border-color:var(--olive-dk)!important;color:#fff!important;transform:translateY(-1px);}
.bxc .bxc-btn-out{background:#fff!important;color:var(--ink)!important;border-color:var(--line)!important;}
.bxc .bxc-btn-out:hover{border-color:var(--olive)!important;color:var(--olive)!important;}
.bxc-result{text-align:center;padding:14px 4px 4px;animation:bxc-fade .4s;}
.bxc-tick{
  width:72px;height:72px;border-radius:50%;background:var(--olive);color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:34px;margin:0 auto 18px;
  animation:bxc-pop .5s cubic-bezier(.2,.9,.3,1.3);
}
@keyframes bxc-pop{0%{transform:scale(0)}100%{transform:scale(1)}}
.bxc-price{font-family:inherit;font-size:44px;font-weight:700;color:var(--olive);margin:6px 0 2px;}
.bxc-price small{font-size:15px;color:var(--grey);font-weight:500;}
.bxc-from{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--olive);font-weight:700;}
.bxc-sub{color:var(--grey);font-size:15px;max-width:440px;margin:14px auto 8px;}
.bxc-disc{font-size:12.5px;color:#9a9388;max-width:420px;margin:0 auto 22px;}
.bxc-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:20px;}
.bxc-breakdown{
  background:#fff;border:1px solid var(--line);border-radius:14px;text-align:left;
  max-width:420px;margin:20px auto 0;font-size:14px;padding:8px 18px;
}
.bxc-breakdown div{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px dashed var(--line);}
.bxc-breakdown div:last-child{border-bottom:0;font-weight:700;color:var(--ink);}
.bxc-breakdown span{color:var(--grey);}
.bxc-breakdown b{font-weight:600;}
.bxc .bxc-incl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:4px 0 10px;}
.bxc .bxc-incl-item,
.bxc button.bxc-incl-item{
  display:flex!important;align-items:center!important;gap:13px!important;width:100%!important;
  min-height:74px!important;margin:0!important;padding:14px 16px!important;text-align:left!important;
  border:1.5px solid var(--line)!important;border-radius:16px!important;background:#fff!important;
  color:var(--ink)!important;cursor:pointer!important;transition:.15s!important;font:inherit!important;
  line-height:1.3!important;text-transform:none!important;letter-spacing:normal!important;
  box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;
}
.bxc .bxc-incl-item:hover{border-color:#cfc8ba!important;transform:translateY(-1px);}
.bxc .bxc-incl-item.is-on{border-color:var(--olive)!important;background:#fff!important;box-shadow:0 0 0 1px var(--olive)!important;}
.bxc .bxc-incl-item.is-fixed{cursor:default!important;background:var(--beige-2)!important;border-style:dashed!important;}
.bxc .bxc-incl-item.is-fixed:hover{border-color:var(--line)!important;transform:none;box-shadow:none!important;}
.bxc .bxc-incl-item__icon{
  width:44px;height:44px;flex:none;border-radius:12px;background:var(--beige-2);
  display:grid;place-items:center;color:#3f3f3f;transition:.15s;
}
.bxc .bxc-incl-item__icon svg{width:22px;height:22px;display:block;}
.bxc .bxc-incl-item.is-on .bxc-incl-item__icon{background:rgba(75,89,69,.14);color:var(--olive);}
.bxc .bxc-incl-item.is-fixed .bxc-incl-item__icon{background:rgba(75,89,69,.14);color:var(--olive);}
.bxc .bxc-incl-item__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;}
.bxc .bxc-incl-item__text strong{display:block;font-size:14.5px;font-weight:700;color:var(--ink);}
.bxc .bxc-incl-item__text span{display:block;font-size:12px;color:var(--grey);font-weight:400;}
.bxc .bxc-incl-item__check{
  width:24px;height:24px;border-radius:7px;border:2px solid var(--line);background:#fff;
  display:grid;place-items:center;flex:none;color:#fff;
}
.bxc .bxc-incl-item.is-on .bxc-incl-item__check{background:var(--olive);border-color:var(--olive);}
.bxc .bxc-incl-item__check svg{width:14px;height:14px;display:block;}
.bxc .bxc-incl-item__lock,
.bxc .bxc-incl-item__eye{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  flex:none!important;width:auto!important;min-width:0!important;height:auto!important;
  margin:0!important;padding:6px 10px!important;border:1px solid var(--line)!important;
  border-radius:999px!important;background:#fff!important;color:var(--olive)!important;
  font-size:11px!important;font-weight:700!important;letter-spacing:.04em!important;
  text-transform:uppercase!important;line-height:1!important;box-shadow:none!important;
}
.bxc .bxc-incl-item__eye{cursor:pointer!important;}
.bxc .bxc-incl-item__eye.is-active,
.bxc .bxc-incl-item__eye:hover{background:var(--olive)!important;color:#fff!important;border-color:var(--olive)!important;}
.bxc .bxc-scope{margin-top:14px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:18px;}
.bxc .bxc-scope h3{font-size:16px;margin:0 0 12px;font-family:inherit;}
.bxc .bxc-scope ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;}
.bxc .bxc-scope li{font-size:13.5px;display:flex;align-items:center;gap:8px;color:var(--ink);}
.bxc .bxc-scope li.no{color:#a39c90;text-decoration:line-through;}
.bxc .bxc-scope li span{
  width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;
  background:rgba(75,89,69,.12);color:var(--olive);flex:none;
}
.bxc .bxc-scope li.no span{background:#eeeae2;color:#a39c90;}
.bxc-otp-row{display:flex;gap:10px;align-items:stretch;}
.bxc-otp-row input{flex:1;}
.bxc-otp-row .bxc-btn{flex:none;white-space:nowrap;}
.bxc-otp-wrap{margin-top:8px;}
.bxc-demo{font-size:12.5px;color:var(--grey);background:var(--beige-2);border:1px dashed var(--line);border-radius:10px;padding:10px 12px;margin-top:10px;}
.bxc-promo{
  display:flex;align-items:flex-start;gap:12px;text-align:left;max-width:440px;margin:16px auto 0;
  background:var(--beige-2);border:1.5px solid #ddd6c8;border-radius:14px;padding:14px 16px;
}
.bxc-promo span{font-size:22px;line-height:1;}
.bxc-promo b{color:var(--olive);}
.bxc-promo small{display:block;color:var(--grey);font-size:12px;margin-top:3px;}
@media(max-width:560px){
  .bxc-body{padding:26px 20px;}
  .bxc-row,.bxc-paths,.bxc-incl,.bxc-scope ul{grid-template-columns:1fr;}
  .bxc-p__label{font-size:11px;}
  .bxc-p__num{width:30px;height:30px;font-size:13px;}
  .bxc-otp-row{flex-direction:column;}
  .bxc-step h2{font-size:22px;}
  .bxc-hero{padding:72px 20px 56px;}
  .bxc-hero__ctas{flex-direction:column;align-items:stretch;}
  .bxc-hero__btn{justify-content:center;}
  .bxc-hero__stats{flex-direction:column;gap:10px;align-items:center;}
  .bxc-hero__stats li + li::before{display:none;}
  .bxc-how__grid{grid-template-columns:1fr;}
  .bxc-page{margin-top:0;padding:28px 0 36px;}
  .bxc-how,.bxc-fullhome,.bxc-cta{padding:56px 20px;}
  .bxc-faqs{padding:40px 20px 32px;}
}

/* Calculator page – PDF-matching sections around the tool */
.bxc-page-shell{
  --bxc-forest:#0f3d36;
  --bxc-forest-2:#0c322c;
  --bxc-mint:#70c3b3;
  --bxc-mint-soft:#e8f6f3;
  --bxc-ink:#1c1c1c;
  --bxc-muted:#6b7280;
}
.bxc-sec-eyebrow{
  margin:0 0 10px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--bxc-forest);
}
.bxc-pill-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:14px 26px;
  border-radius:999px;
  background:var(--bxc-mint);
  color:#fff!important;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none!important;
  border:0;
  transition:transform .2s ease, background .2s ease;
}
.bxc-pill-btn:hover{background:#5db5a4;transform:translateY(-1px);color:#fff!important;}
.bxc-pill-btn__icon{
  width:28px;height:28px;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(255,255,255,.22);
}
.bxc-pill-btn__icon svg{width:14px;height:14px;display:block;}
.bxc-pill-btn--on-dark{
  background:transparent;
  border:1.5px solid var(--bxc-mint);
  color:#fff!important;
}
.bxc-pill-btn--on-dark:hover{background:var(--bxc-mint);color:#fff!important;}

/* Hero */
.bxc-hero{
  background:linear-gradient(160deg, var(--bxc-forest) 0%, var(--bxc-forest-2) 100%);
  color:#fff;
  text-align:center;
  padding:88px 24px 72px;
  position:relative;
}
.bxc-hero__inner{max-width:820px;margin:0 auto;}
.bxc-hero__eyebrow{
  margin:0 0 14px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
}
.bxc-hero__title{
  margin:0 0 16px;
  font-family:var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size:clamp(34px, 5vw, 56px);
  font-weight:600;
  line-height:1.15;
  color:#fff;
}
.bxc-hero__desc{
  margin:0 auto 28px;
  max-width:620px;
  font-size:16px;
  line-height:1.7;
  color:rgba(255,255,255,.82);
}
.bxc-hero__ctas{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:28px;
}
.bxc-hero__btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:13px 22px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  text-decoration:none!important;
  transition:transform .2s ease, background .2s ease, color .2s ease;
}
.bxc-hero__btn-icon{
  width:26px;height:26px;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(255,255,255,.2);
}
.bxc-hero__btn-icon svg{width:13px;height:13px;}
.bxc-hero__btn--primary{
  background:var(--bxc-mint);
  color:#fff!important;
}
.bxc-hero__btn--primary:hover{background:#5db5a4;transform:translateY(-1px);color:#fff!important;}
.bxc-hero__btn--ghost{
  background:transparent;
  border:1.5px solid rgba(255,255,255,.55);
  color:#fff!important;
}
.bxc-hero__btn--ghost:hover{border-color:#fff;background:rgba(255,255,255,.08);color:#fff!important;}
.bxc-hero__stats{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 22px;
  font-size:13px;
  color:rgba(255,255,255,.78);
}
.bxc-hero__stats li{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.bxc-hero__stats li + li::before{
  content:"";
  width:4px;height:4px;border-radius:50%;
  background:rgba(255,255,255,.45);
  margin-right:6px;
}

/* How it works */
.bxc-how{
  background:var(--bxc-mint-soft);
  padding:72px 24px;
}
.bxc-how__inner{max-width:1100px;margin:0 auto;}
.bxc-how__head{text-align:center;margin-bottom:36px;}
.bxc-how__title{
  margin:0;
  font-size:clamp(26px, 3.5vw, 40px);
  font-weight:700;
  color:var(--bxc-ink);
  line-height:1.2;
}
.bxc-how__title span{color:var(--bxc-forest);}
.bxc-how__grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}
.bxc-how__card{
  background:#fff;
  border-radius:18px;
  padding:28px 24px 30px;
  box-shadow:0 12px 32px -24px rgba(15,61,54,.35);
  border:1px solid rgba(15,61,54,.06);
}
.bxc-how__num{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--bxc-forest);
  color:#fff;
  font-weight:700;
  font-size:16px;
  margin-bottom:16px;
}
.bxc-how__card h3{
  margin:0 0 10px;
  font-size:18px;
  font-weight:700;
  color:var(--bxc-ink);
}
.bxc-how__card p{
  margin:0;
  font-size:14.5px;
  line-height:1.65;
  color:var(--bxc-muted);
}

/* Full home explainer */
.bxc-fullhome{
  background:#fff;
  padding:80px 24px;
}
.bxc-fullhome__inner{max-width:820px;margin:0 auto;}
.bxc-fullhome__head{text-align:center;margin-bottom:36px;}
.bxc-fullhome__title{
  margin:0 0 14px;
  font-size:clamp(26px, 3.5vw, 40px);
  font-weight:700;
  line-height:1.2;
  color:var(--bxc-ink);
}
.bxc-fullhome__title span{color:var(--bxc-mint);display:inline;}
.bxc-fullhome__intro{
  margin:0 auto;
  max-width:680px;
  color:var(--bxc-muted);
  font-size:15px;
  line-height:1.7;
}
.bxc-fullhome__points{display:grid;gap:22px;margin-bottom:32px;}
.bxc-fullhome__point h3{
  margin:0 0 8px;
  font-size:18px;
  font-weight:700;
  color:var(--bxc-ink);
}
.bxc-fullhome__point p{
  margin:0;
  color:var(--bxc-muted);
  font-size:15px;
  line-height:1.7;
}
.bxc-fullhome__cta-wrap{text-align:center;}

/* FAQs – reuse FAQ page accordion look */
.bxc-faqs{
  background:var(--bxc-mint-soft, #e8f6f3);
  padding:48px 24px 40px;
}
.bxc-faqs__inner{
  max-width:900px;
  margin:0 auto;
}
.bxc-faqs .elementor-494 .elementor-element.elementor-element-4d11a90 > .elementor-widget-container{
  margin:0 0 12px 0 !important;
}
.bxc-faqs .elementor-494 .e-con > .e-con-inner,
.bxc-faqs .elementor-494 .e-con-full{
  padding-block-end:0 !important;
  padding-block-start:0 !important;
}
.bxc-faqs .elementor-494 .wdt-heading-holder{
  margin-bottom:0;
}
.bxc-faqs .elementor-494 .wdt-heading-holder .wdt-heading-subtitle-wrapper{
  margin-bottom:4px;
}
.bxc-faqs .elementor-494 .wdt-heading-holder .wdt-heading-title{
  font-size:clamp(26px, 3.5vw, 40px) !important;
  line-height:1.2 !important;
  margin:0 !important;
}
.bxc-faqs .elementor-494 .wdt-heading-content-wrapper{
  display:none;
}
.bxc-faqs .elementor-494 .wdt-template-default.wdt-accordion-toggle-holder{
  gap:8px;
}
.bxc-faqs .elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder{
  padding:14px 18px !important;
}
.bxc-faqs .elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-description,
.bxc-faqs .elementor-494 .wdt-template-default.wdt-accordion-toggle-holder .wdt-accordion-toggle-description.ui-accordion-content-active{
  padding:0 18px 14px !important;
}

/* Bottom CTA */
.bxc-cta{
  background:linear-gradient(160deg, var(--bxc-forest) 0%, var(--bxc-forest-2) 100%);
  color:#fff;
  text-align:center;
  padding:80px 24px;
}
.bxc-cta__inner{max-width:720px;margin:0 auto;}
.bxc-cta__eyebrow{
  margin:0 0 12px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.7);
}
.bxc-cta__title{
  margin:0 0 14px;
  font-family:var(--wdtFontTypo_Base, "Playfair Display", Georgia, serif);
  font-size:clamp(30px, 4vw, 48px);
  font-weight:600;
  line-height:1.2;
  color:#fff;
}
.bxc-cta__desc{
  margin:0 auto 28px;
  max-width:560px;
  font-size:16px;
  line-height:1.7;
  color:rgba(255,255,255,.8);
}

body.bh-calculator-page .main-title-section-wrapper.dark-bg-breadcrumb{
  background:var(--bxc-forest,#0f3d36);
}
body.bh-calculator-page .main-title-section-wrapper.dark-bg-breadcrumb,
body.bh-calculator-page .main-title-section-wrapper.dark-bg-breadcrumb a,
body.bh-calculator-page .main-title-section-wrapper.dark-bg-breadcrumb .breadcrumb{
  color:rgba(255,255,255,.82);
}
#bx-calculator{scroll-margin-top:100px;}

/* ==========================================================================
   Header nav – true dead-center on every page (overrides per-page rules)
   Logo (left) and icons (right) take equal space; nav stays centered.
   ========================================================================== */
@media (min-width: 1025px) {
  body .elementor-704 .elementor-element.elementor-element-1bd4d07 > .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body .elementor-704 .elementor-element.elementor-element-bc47daa,
  body .elementor-704 .elementor-element.elementor-element-d3c1b58 {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    --width: auto !important;
  }

  body .elementor-704 .elementor-element.elementor-element-bc47daa {
    justify-content: flex-start !important;
  }

  body .elementor-704 .elementor-element.elementor-element-d3c1b58 {
    justify-content: flex-end !important;
  }

  body .elementor-704 .elementor-element.elementor-element-1be2a9a {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: none !important;
    --width: auto !important;
    justify-content: center !important;
  }

  body .elementor-704 .elementor-element.elementor-element-a8d3ed7,
  body .elementor-704 .elementor-element.elementor-element-a8d3ed7 > .elementor-widget-container,
  body .elementor-704 .elementor-element-a8d3ed7 .wdt-header-menu,
  body .elementor-704 .elementor-element-a8d3ed7 .menu-container {
    width: auto !important;
    margin: 0 !important;
  }

  body .elementor-704 .elementor-element-a8d3ed7 .wdt-primary-nav {
    display: flex !important;
    justify-content: center !important;
  }
}

/* Bathroom Designs nav dropdown — cap height and scroll long category lists */
@media (min-width: 1025px) {
  body .elementor-704 .wdt-header-menu .wdt-primary-nav > li.menu-item-has-children.menu-item--scrollable > ul.sub-menu {
    max-height: min(70vh, 420px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(17, 35, 31, 0.28) transparent;
  }

  body .elementor-704 .wdt-header-menu .wdt-primary-nav > li.menu-item-has-children.menu-item--scrollable > ul.sub-menu::-webkit-scrollbar {
    width: 6px;
  }

  body .elementor-704 .wdt-header-menu .wdt-primary-nav > li.menu-item-has-children.menu-item--scrollable > ul.sub-menu::-webkit-scrollbar-thumb {
    background: rgba(17, 35, 31, 0.28);
    border-radius: 999px;
  }
}

.mobile-menu li.menu-item-has-children.menu-item--scrollable > ul.sub-menu {
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* White header row – equal + compact top/bottom space (inner had 20px top / 0 bottom) */
body .elementor-704 .elementor-element.elementor-element-1bd4d07 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ==========================================================================
   404 — page not found
   ========================================================================== */
.bh-notfound {
  min-height: 52vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px 90px;
}
.bh-notfound__card {
  max-width: 620px;
  width: 100%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #c5e8e2;
  border-radius: 18px;
  padding: 48px 40px;
  box-shadow: 0 30px 70px -40px rgba(19, 84, 84, 0.45);
}
.bh-notfound__code {
  margin: 0 0 8px;
  font-size: clamp(64px, 12vw, 96px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #135454;
  opacity: 0.92;
}
.bh-notfound__title {
  color: #11231f;
  font-size: clamp(24px, 3.5vw, 34px);
  margin: 0 0 14px;
  line-height: 1.25;
}
.bh-notfound__text {
  color: #4b5a57;
  font-size: 16px;
  line-height: 1.7;
  max-width: 460px;
  margin: 0 auto 28px;
}
.bh-notfound__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.bh-notfound__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  border: 1.5px solid transparent;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.bh-notfound__btn--primary {
  background: #135454;
  color: #fff;
}
.bh-notfound__btn--primary:hover {
  background: #70c3b3;
  color: #fff;
}
.bh-notfound__btn--ghost {
  background: transparent;
  color: #135454;
  border-color: #70c3b3;
}
.bh-notfound__btn--ghost:hover {
  background: #135454;
  color: #fff;
  border-color: #135454;
}
.bh-notfound__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  padding-top: 22px;
  border-top: 1px solid #e4f3ef;
}
.bh-notfound__link {
  color: #135454;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.bh-notfound__link:hover {
  color: #70c3b3;
}

@media (max-width: 560px) {
  .bh-notfound__card {
    padding: 36px 22px;
  }
  .bh-notfound__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .bh-notfound__btn {
    width: 100%;
  }
}

/* ==========================================================================
   Thank-you page
   ========================================================================== */
.bh-thankyou {
  min-height: 52vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px 90px;
  background: linear-gradient(180deg, #f0fffc 0%, #ffffff 100%);
}
.bh-thankyou__card {
  max-width: 620px;
  width: 100%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #c5e8e2;
  border-radius: 18px;
  padding: 48px 40px;
  box-shadow: 0 30px 70px -40px rgba(19, 84, 84, 0.45);
}
.bh-thankyou__tick {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #135454;
  color: #fff;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.bh-thankyou__title {
  color: #11231f;
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 14px;
}
.bh-thankyou__text {
  color: #4b5a57;
  font-size: 16px;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 20px;
}
.bh-thankyou__meta {
  color: #135454;
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 30px;
}
.bh-thankyou__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.bh-thankyou__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  border: 1.5px solid transparent;
  transition: 0.25s;
}
.bh-thankyou__btn--primary {
  background: #135454;
  color: #fff;
}
.bh-thankyou__btn--primary:hover {
  background: #0e3f3f;
}
.bh-thankyou__btn--ghost {
  background: transparent;
  color: #135454;
  border-color: #70c3b3;
}
.bh-thankyou__btn--ghost:hover {
  background: #135454;
  color: #fff;
  border-color: #135454;
}

/* ==========================================================================
   Sticky header — reveal on scroll-up, hide on scroll-down
   ========================================================================== */
#header-wrapper.bh-header-stuck .elementor-704 .elementor-element-50b9991 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  transition: transform 0.35s ease;
  will-change: transform;
}

#header-wrapper.bh-header-hidden .elementor-704 .elementor-element-50b9991 {
  transform: translateY(-100%);
}

/* When stuck: drop the promo bar, give the main row a solid readable surface */
#header-wrapper.bh-header-stuck .elementor-704 .elementor-element-7922f95 {
  display: none !important;
}

#header-wrapper.bh-header-stuck .elementor-704 .elementor-element-1bd4d07 {
  background: #ffffff !important;
  box-shadow: 0 8px 26px -16px rgba(0, 0, 0, 0.4) !important;
}

/* Dark logo / nav / icons so they read on the white stuck bar (covers the
   transparent home header too) */
#header-wrapper.bh-header-stuck .wdt-logo-container img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(56%) saturate(430%)
    hue-rotate(130deg) brightness(92%) contrast(95%) !important;
}

#header-wrapper.bh-header-stuck .wdt-primary-nav > li > a {
  color: #135454 !important;
}

#header-wrapper.bh-header-stuck .wdt-search-icon svg,
#header-wrapper.bh-header-stuck .wdt-search-icon svg path,
#header-wrapper.bh-header-stuck .wdt-search-icon i {
  color: #135454 !important;
  fill: #135454 !important;
}

/* Imported blog HTML content */
.bh-blog-html-content {
  line-height: 1.7;
  color: #2b2b2b;
}
.bh-blog-html-content img {
  max-width: 100%;
  height: auto;
}
.bh-blog-html-content p {
  margin: 0 0 1.1em;
}
.bh-blog-html-content h1,
.bh-blog-html-content h2,
.bh-blog-html-content h3,
.bh-blog-html-content h4 {
  margin: 1.4em 0 0.6em;
  line-height: 1.3;
}
.bh-blog-html-content ul,
.bh-blog-html-content ol {
  margin: 0 0 1.1em 1.2em;
}

/* Blog Load More */
.bh-blog-load-more {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 1rem;
  width: 100%;
  clear: both;
}
.bh-blog-load-more .wdt-button {
  border: 0;
  cursor: pointer;
  background: inherit;
  font: inherit;
  color: inherit;
}
.bh-blog-load-more .wdt-button:disabled {
  opacity: 0.7;
  cursor: wait;
}

/* Blog detail featured image — no crop */
.blog-single-entry.post-minimal .blog-image,
.blog-single-entry .entry-thumb.single-preview-img .blog-image {
  overflow: visible;
  line-height: 0;
}
.blog-single-entry.post-minimal .blog-image img,
.blog-single-entry .entry-thumb.single-preview-img .blog-image img,
.blog-single-entry.post-minimal .blog-image iframe,
.blog-single-entry.post-minimal .blog-image .wdt-video-wrap {
  max-height: none !important;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center top !important;
}
.bh-blog-html-content img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Blog listing – equal card height, images not cropped */
.elementor-1711 .tpl-blog-holder.apply-isotope {
  align-items: stretch !important;
}

.elementor-1711 .tpl-blog-holder.apply-isotope > .column {
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.elementor-1711 .tpl-blog-holder .blog-entry {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.elementor-1711 .tpl-blog-holder .blog-entry .entry-media-group {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-1711 .tpl-blog-holder .blog-entry .entry-thumb,
.elementor-1711 .tpl-blog-holder .blog-entry .entry-thumb > a {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1520 / 1300;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden;
  background: #eee;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.elementor-1711 .tpl-blog-holder .blog-entry .entry-thumb:has(img),
.elementor-1711 .tpl-blog-holder .entry-grid-layout .blog-entry .entry-thumb:has(img) {
  padding: 0 !important;
}

.elementor-1711 .tpl-blog-holder .blog-entry .entry-thumb::before,
.elementor-1711 .tpl-blog-holder .blog-entry .entry-thumb::after {
  display: none !important;
  content: none !important;
}

.elementor-1711 .tpl-blog-holder .blog-entry .entry-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

.elementor-1711 .tpl-blog-holder .blog-entry:hover .entry-thumb img {
  transform: none !important;
}

.elementor-1711 .tpl-blog-holder .blog-entry .entry-content-group {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  padding-top: 16px;
  overflow: hidden;
  min-width: 0;
}

.elementor-1711 .tpl-blog-holder .blog-entry .entry-title {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.elementor-1711 .tpl-blog-holder .blog-entry .entry-title h4,
.elementor-1711 .tpl-blog-holder .wdt-post-entry .blog-entry .entry-title h4 {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

.elementor-1711 .tpl-blog-holder .blog-entry .entry-title h4 > a,
.elementor-1711 .tpl-blog-holder .wdt-post-entry .blog-entry .entry-title h4 > a {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  float: none !important;
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

.elementor-1711 .tpl-blog-holder .blog-entry .entry-button {
  margin-top: auto;
}

/* Quote modal selects — beat theme reset (border:0 / border-color:transparent) */
.qm-overlay .qm-select,
.qm-overlay .qm-field .qm-select {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}
.qm-overlay .qm-select select,
.qm-overlay select[name="location"],
.qm-overlay select[name="budget"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 10px 40px 10px 14px !important;
  box-sizing: border-box !important;
  border: 1.5px solid #c5e8e2 !important;
  border-color: #c5e8e2 !important;
  border-radius: 10px !important;
  background-color: #f0fffc !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7c7a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px 16px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #11231f !important;
  font-size: 14.5px !important;
  line-height: 1.3 !important;
  cursor: pointer !important;
}
.qm-overlay .qm-select select:focus,
.qm-overlay select[name="location"]:focus,
.qm-overlay select[name="budget"]:focus {
  border-color: #1c6a6a !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231c6a6a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px 16px !important;
}
.qm-overlay .qm-select select::-ms-expand {
  display: none !important;
}

/* Product category cards + modals — reset theme *[role="button"] / input defaults */
.bh-wash-design-card__visual,
.bh-wash-design-card__visual--gallery {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 16px 16px 0 0 !important;
  background: #eef3f2 !important;
  background-color: #eef3f2 !important;
  color: inherit !important;
  font: inherit !important;
  text-transform: none !important;
  cursor: zoom-in;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.bh-wash-design-card__visual--gallery .bh-wash-design-card__image {
  border-radius: 16px 16px 0 0 !important;
}

.bh-img-lightbox,
.bh-pe-modal {
  background: transparent !important;
  background-color: transparent !important;
}

.bh-img-lightbox__backdrop,
.bh-pe-modal__backdrop {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.45) !important;
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: inherit !important;
  font: inherit !important;
  text-transform: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.bh-img-lightbox__panel,
.bh-img-lightbox__stage {
  background: transparent !important;
  background-color: transparent !important;
}

.bh-pe-modal__field input,
.bh-pe-modal__field textarea {
  background: #fff !important;
  background-color: #fff !important;
  border: 1.5px solid #d8e8e4 !important;
  border-color: #d8e8e4 !important;
  border-radius: 10px !important;
  color: #11231f !important;
}

.bh-pe-modal__field input:focus,
.bh-pe-modal__field textarea:focus {
  background: #fff !important;
  background-color: #fff !important;
  border-color: #1c6a6a !important;
}

.bh-img-lightbox__nav,
.bh-img-lightbox__close,
.bh-img-lightbox__dot {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: none !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
  border-radius: 50% !important;
  color: #11231f !important;
}

.bh-img-lightbox__close {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  font-size: 24px !important;
}

.bh-img-lightbox__nav {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  font-size: 28px !important;
}

.bh-img-lightbox__dot {
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.bh-img-lightbox__dot.is-active {
  background: #fff !important;
  background-color: #fff !important;
}
