/*!
Theme Name: The Essex Bathroom Company 2025
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: noahwv5
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

noahwv5 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {
  box-sizing: border-box;
}
@font-face {
  font-family: Circular;
  src: url("./fonts/CircularPro-Light.otf");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Circular;
  src: url("./fonts/CircularPro-Book.otf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Circular;
  src: url("./fonts/CircularPro-Bold.otf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Bodoni;
  src: url("./fonts/bodoni-72-bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Bodoni;
  src: url("./fonts/bodoni-72-book.ttf");
  font-weight: 400;
  font-style: normal;
}
:root {
  --green: #568c75;
  --black: #1c1c1c;
}
body {
  margin: 0;
  font-size: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Circular;
  font-weight: 300;
  background: var(--beige);
  color: var(--black);
  overflow: hidden;
}
body.mobile-menu-open {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.container {
  padding: 0 32px;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  margin: 0;
}
h1,
h2,
h3,
h5,
h6 {
  font-family: Bodoni;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 16px;
  line-height: 118%;
  margin: 0 0 16px;
  font-weight: 300;
}
h2.h1,
.h1,
h1 {
  font-size: 54px;
}
h2 {
  font-size: 36px;
  margin: 0 0 24px;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 24px;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  border-radius: 8px;
}
img {
  width: 100%;
  height: auto;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 16px 32px;
  background: linear-gradient(
    180deg,
    rgba(28, 28, 28, 0.7) 50%,
    rgba(28, 28, 28, 0) 50%
  );
  background-size: 100% 200%;
  background-position: bottom;
  transition: all 0.3s ease;
}
header a.btn {
  white-space: nowrap;
}
.always-scrolled header,
header.scrolled {
  background-position: top;
  backdrop-filter: blur(5px);
  -webkite-backdrop-filter: blur(5px);
}
header .site-branding {
  width: 372px;
}
header .site-branding img {
  display: block;
  width: 100%;
}
.ofc {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.jcc {
  justify-content: center;
}
.aic {
  align-items: center;
}
.jcsb {
  justify-content: space-between;
}
.btn,
a.btn {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  font-family: Circular;
  transition: opacity 0.2s ease;
  border-radius: 8px;
  transition: all 0.2s ease;
  padding: 12px 24px;
  appearance: none;
  outline: none;
  border: none;
}
.btn.btn-xl,
a.btn.btn-xl {
  font-size: 24px;
  padding: 16px 32px;
}
.btn-green,
a.btn-green {
  background: var(--green);
  color: #ffffff;
}
.btn-white,
a.btn-white {
  color: var(--green);
  background: #ffffff;
}
.btn-white:hover,
a.btn-white:hover {
  background: rgba(255, 255, 255, 0.95);
}
.gallery-button a:hover,
.btn-green:hover,
a.btn-green:hover {
  background: #438066;
}
#site-navigation ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  gap: 8px 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#site-navigation .btn-container {
  margin-left: 24px;
}
#site-navigation ul a {
  padding: 4px 8px;
  border-radius: 8px;
  display: block;
  position: relative;
  z-index: 5;
  font-size: 16px;
  color: #ffffff;
	overflow: hidden;
	transition: all .1s ease;
}
#site-navigation ul a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all .1s ease;
}
#site-navigation ul a:hover,
#site-navigation ul .current_page_item a {
	color: #1c1c1c;
}
#site-navigation ul a:hover::after {
	visibility: visible;
	opacity: 1;
}
#site-navigation ul .current_page_item a::after {
	visibility: visible;
	opacity: 1;
	background: #ffffff;
}
.text-center {
  text-align: center;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section {
  position: relative;
}
.hero-carousel-section {
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
}
.hero-carousel,
.hero-carousel .swiper-wrapper {
  height: 100%;
}
.hero-carousel .swiper-slide {
  height: auto;
  position: relative;
}
strong {
  font-weight: 700;
}
.quote-modal-header .bg::after,
.hero-carousel .swiper-slide::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.quote-modal-header .bg::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.hero-carousel-content {
  position: relative;
  z-index: 5;
  max-width: 700px;
  margin: auto;
}
.white p,
.white {
  color: #ffffff !important;
}
.hero-carousel .swiper-slide {
  display: flex;
  text-align: center;
  padding: 100px 0;
}
.hero-carousel-content .btn-container {
  margin: 32px 0 0;
}
.hero-carousel-content h1,
.hero-carousel-content h2 {
  margin: 0 0 16px;
}
.hero-carousel-content p {
  font-size: 24px;
}
p.bold {
  font-weight: 700;
}
p.med {
  font-weight: 500;
}
.body > p:last-of-type {
  margin: 0;
}
.hero-carousel-section .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.hero-carousel-section .swiper-pag {
  bottom: 160px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 10;
  position: absolute;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.reviews-pag > span,
.hero-carousel-section .swiper-pag > span {
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
  background: #ffffff;
  opacity: 0.6;
  transition: all 0.2s ease;
}
.reviews-pag > span {
  background: var(--green);
}
.reviews-pag > span.swiper-pagination-bullet-active,
.hero-carousel-section .swiper-pag > span.swiper-pagination-bullet-active {
  opacity: 1;
}
.hero-carousel-section .swiper-left-btn {
  left: 32px;
}
.hero-carousel-section .swiper-right-btn {
  right: 32px;
}
.bodoni {
  font-family: Bodoni;
  font-weight: 400;
}
.ctas-row {
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  display: inline-flex;
  max-width: 996px;
  margin: auto;
  gap: 16px;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.13);
  flex-wrap: wrap;
}
.ctas-row > div {
  width: calc(20% - 12.8px);
  max-width: calc(20% - 12.8px);
  min-width: 178px;
}
.cta-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  border-radius: 8px;
  background: rgba(86, 140, 117, 0.03);
  transition: all 0.2s ease;
  border: 1px solid rgba(86, 140, 117, 0.3);
  text-align: center;
  height: 100%;
}
.cta-card svg {
  display: block;
  margin: 0 0 16px;
}
.cta-card p {
  font-size: 18px;
  margin: 0 0 16px;
}
.ctas-section {
  margin-top: -97px;
  z-index: 10;
  text-align: center;
}
.ctas-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-card button {
  appearance: none;
  padding: 0;
  background: transparent;
  display: inline-flex;
  border: none;
  outline: none;
  cursor: pointer;
  color: var(--green);
  font-size: 12px;
  font-family: Circular;
  font-weight: 300;
}
.cta-card button svg {
  margin: 0 0 0 4px;
  transition: all 0.2s ease;
}
.cta-card a:hover button svg {
  margin: 0 0 0 8px;
}
.cta-card a:hover {
  background: rgba(86, 140, 117, 0.08);
}
.fifty-fifty-section {
  padding: 64px 0;
}
.two-cols > div {
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}
.two-cols.alignment-right {
  flex-direction: row-reverse;
}
.two-cols > div:first-of-type {
  padding-right: 20px;
}
.two-cols > div:last-of-type {
  padding-left: 20px;
}
.two-cols.alignment-right > div:first-of-type {
  padding-left: 20px;
  padding-right: 0;
}
.two-cols.alignment-right > div:last-of-type {
  padding-right: 20px;
  padding-left: 0;
}
.fifty-fifty-section > div > div {
  margin: 0 0 40px;
}
.fifty-fifty-section > div > div:last-of-type {
  margin: 0;
}
.fifty-fifty-section .content {
  padding: 32px 0;
}
.fifty-fifty-section .img-container {
  height: 100%;
  position: relative;
}
.fifty-fifty-section .img-container img {
  position: absolute;
  top: 0;
  left: 0;
}
.fifty-fifty-section img {
  border-radius: 16px;
}
.fifty-fifty-section .btn-container {
  margin: 24px 0 0;
}
footer {
  padding: 64px 0 40px;
  background: var(--black);
}
footer .site-branding {
  width: 361px;
  margin: 0 0 16px;
}
.socials-row a {
  margin: 0 16px 0 0;
}
.socials-row {
  margin: 0 16px 16px 0;
}
.contacts a {
  color: #ffffff;
  margin: 0 0 16px;
}
.contacts > a:last-of-type {
  margin: 0;
}
.contacts a svg {
  margin-right: 8px;
  display: block;
  transition: all 0.1s ease;
}
.contacts a:hover svg {
  margin-right: 12px;
}
.footer-bottom p {
  margin: 0 0 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom .body {
  margin: 0 0 10px;
}
.legal-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.legal-menu a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin: 6px 12px;
  text-decoration: underline;
  transition: all 0.1s ease;
}
.legal-menu a:hover {
  color: #ffffff;
}
.footer-bottom {
  margin: 40px 0 0;
}
ul.footer-main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
ul.footer-main-menu a {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
ul.footer-main-menu a:hover::after {
  transform: translateX(0);
}
ul.footer-main-menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ffffff;
  display: block;
  transform: translateX(calc(-100% - 2px));
  transition: all .2s ease;
}
ul.footer-main-menu li {
  margin: 0 0 16px;
}
ul.footer-main-menu > li:last-of-type {
  margin: 0;
}
.footer-nav p {
  color: #ffffff;
}
.footer-nav {
  margin-left: 120px;
}
.footer-logos {
  margin-left: 76px;
  align-items: center;
}
.footer-logos > img {
  display: block;
}
.footer-logos > img:first-of-type {
  width: 60px;
  height: auto;
  margin: 0 0 16px;
}
.footer-logos > img:last-of-type {
  width: 120px;
  height: auto;
}
.normal-section-padding {
  padding: 64px 0;
}
.reviews-carousel {
  overflow: hidden;
  border-radius: 8px;
}
.review-card {
  background: rgba(86, 140, 117, 0.02);
  padding: 24px;
  border: 1px solid rgba(86, 140, 117, 0.3);
  text-align: center;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-card svg.source {
  margin: 0 auto 16px;
}
.reviews-carousel-section h2 {
  margin: 0 0 40px;
}
.name-row p {
  margin: 0;
}
.review-wrap p {
  font-size: 18px;
}
.name-row {
  margin: 16px 0 2px;
}
.name-row p,
.name-row span {
  font-size: 18px;
  color: rgba(28, 28, 28, 0.6);
}
.name-row span {
  font-weight: 500;
  margin: 0 4px;
}
.review-card .stars {
  margin: 16px 0;
}
.review-wrap .body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  text-overflow: clip;
}
.clicked .review-wrap .body {
  -webkit-line-clamp: none;
  line-clamp: none;
}
.review-wrap p {
  margin: 0;
}
.review-card p.date {
  margin: 0 auto;
  font-size: 12px;
  color: rgba(28, 28, 28, 0.6);
}
.review-card button {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  margin: 16px 0 0;
  font-family: Circular;
  color: rgba(28, 28, 28, 0.6);
}
.clicked .review-card button .more,
.review-card button .less {
  display: none;
}
.clicked .review-card button .less {
  display: inline;
}
.review-btn {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.review-btn.swiper-button-disabled {
  opacity: 0.4;
}
.reviews-pag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.reviews-pag-row {
  margin: 40px 0 0;
}
.review-btn-left svg {
  margin-right: 2px;
}
.review-btn-right svg {
  margin-left: 2px;
}
.swiper-slide {
  height: auto !important;
}
.review-card .bottom {
  margin-top: auto;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 18px));
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.gallery-grid > div {
  height: 326px;
  overflow: hidden;
  border-radius: 8px;
}
.gallery-grid img {
  transition: all 0.3s ease;
}
.gallery-grid a:hover img {
  transform: scale(1.05);
}
.gallery-button a {
  display: flex;
  height: 100%;
  border-radius: 8px;
  background: var(--green);
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  transition: all 0.2s ease;
}
.gallery-button button {
  appearance: none;
  outline: none;
  border: none;
  align-items: center;
  background: transparent;
  font-family: Circular;
  font-size: 18px;
  color: #ffffff;
  padding: 0;
}
.gallery-button h2 {
  color: #ffffff;
  margin: 0 0 16px;
}
.gallery-button button svg {
  display: block;
  margin-left: 4px;
  transition: all 0.2s ease;
}
.gallery-button a:hover button svg {
  margin-left: 8px;
}
.global-sections-wrap > section:not(.pbcta-section):nth-of-type(2) {
  padding-top: 0;
}
.pbcta-section {
  background: var(--green);
}
h2.larger {
  font-size: 42px;
}
.pbcta-section h2 {
  margin: 0 0 16px;
}
.p18 li,
p.p18,
.p18 p {
  font-size: 18px;
}
.p18 ul {
	padding-left: 20px;
}
p.p20,
.p20 p {
  font-size: 20px;
}
.pbcta-section .btn-container {
  margin: 32px 0 0;
}
main.plain-page {
  padding-top: 80px;
  min-height: calc(100vh - 300px);
}
.plain-page h1 {
  margin: 0 0 24px;
}
.links-404 {
  flex-wrap: wrap;
  margin: 16px 0 0;
  max-width: 600px;
}
.links-404 > div {
  margin: 24px 24px 0 0;
}
.quoting-tools-section {
  background: var(--green);
}
.quote-cards-row {
  max-width: 740px;
  margin: 40px auto 0;
  justify-content: center;
}
.quote-cards-row > div:nth-of-type(2n + 1) .quote-card .img-container {
  background: #ffffff;
}
.quote-cards-row > div:nth-of-type(2n + 1) .quote-card p,
.quote-cards-row > div:nth-of-type(2n + 1) .quote-card h5 {
  color: #ffffff;
}
.quote-cards-row > div:nth-of-type(2n) .quote-card-bottom {
  background: #ffffff;
}
.quote-cards-row > div:nth-of-type(2n + 1) .btn-green {
  background: #ffffff;
  color: var(--green);
}
.quote-card h5 {
  margin: 0 0 16px;
}
.quote-card {
  border-radius: 16px;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.quote-card .img-container {
  overflow: hidden;
  position: relative;
  height: 314px;
}
.quote-card .img-container img {
  position: absolute;
  max-width: 240px;
  width: 90%;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
.quote-card-bottom {
  padding: 16px;
}
.quote-card button {
  cursor: pointer;
}
.quote-card .btn-container {
  margin: 16px 0 0;
}
.quote-card a:hover img {
  top: 12px;
}
.regular-hero-section {
  padding: 240px 0 160px;
}
.regular-hero-section .bg img {
  z-index: 1;
}
.regular-hero-section .bg::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.regular-hero-section .container {
  position: relative;
  z-index: 5;
}
.regular-hero-section h1 {
  margin: 0 0 24px;
}
.regular-hero-section .btn-container,
.boiler-quote-section .btn-container {
  margin: 32px 0 0;
}
.btn.btn-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
  cursor: pointer;
  white-space: nowrap;
}
.btn.btn-icon svg {
  display: block;
}
.btn.btn-icon svg {
  width: 24px;
  height: auto;
  min-width: 24px;
  margin-left: 4px;
}
.btn.btn-icon.btn-xl svg {
  width: 32px;
  height: auto;
  min-width: 32px;
  margin-left: 4px;
  font-weight: 700;
}
.boiler-quote-section {
  background: var(--green);
}
.boiler-quote-section .under-btn-text {
  display: inline-flex;
  margin: 8px auto 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(255,255,255,0.95);
}
.boiler-quote-section .under-btn-text::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url('./assets/time-svgrepo-com.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-right: 4px;
  filter: invert(1);
}
.boiler-steps-row {
  gap: 24px;
  margin: 32px 0 0;
	flex-wrap: wrap;
}
.boiler-steps-row > div {
  width: calc(33.33% - 16px);
  max-width: calc(33.33% - 16px);
  min-width: calc(33.33% - 16px);
  text-align: center;
	margin: 0 0 40px;
}
.boiler-step h5 {
  margin: 8px 0;
}
.boiler-step .number {
  width: 24px;
  height: 24px;
  font-size: 18px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--green);
  font-weight: 500;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.body a {
  color: var(--green);
  font-weight: 700;
}
.pb-gallery-section h2 {
  margin: 0 0 32px;
}
.pb-gallery-section .btn-container {
  margin: 32px 0 0;
}
section.no-pt {
  padding-top: 0;
}
section.no-pb {
  padding-bottom: 0;
}
.mobile-nav-trigger {
  display: none;
}
.mobile-nav-trigger svg {
  display: block;
}
.mobile-extras,
.mob-menu-underlay {
  display: none;
}
.contact-section-contacts {
  margin: 40px 0 0;
}
.contact-section-contacts a {
  font-size: 20px;
  margin: 0 0 24px;
}
.contact-section-contacts > a:last-of-type {
  margin: 0;
}
.contact-section-contacts a svg {
  width: 24px;
	min-width: 24px;
  height: auto;
  display: block;
  margin-right: 8px;
}
.main-form-wrap label {
  display: block;
  width: 100%;
  font-size: 16px;
}
.main-form-wrap .wpcf7-form-control-wrap {
  display: block;
  margin: 6px 0 16px;
}
#email-enter-form input,
.main-form-wrap textarea,
.main-form-wrap input {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 8px;
  font-family: Circular;
  font-weight: 300;
  border-radius: 8px;
  border: 1px solid rgba(28, 28, 28, 0.6) !important;
  outline: none;
  background: rgba(86, 140, 117, 0.04);
}
#email-enter-form p.invalid-email {
	font-size: 14px;
	color: #ff0000;
	display: none;
}
#email-enter-form.invalid-wpcf7 p.invalid-email {
	display: block;
}
#email-enter-form.checking {
	
}
.main-form-wrap textarea {
  min-width: 100%;
  max-width: 100%;
}
.main-form-wrap button {
  cursor: pointer;
}
.main-form-wrap textarea::placeholder,
.main-form-wrap input::placeholder {
  font-size: 16px;
  font-family: Circular;
  font-weight: 300;
  color: rgba(28,28,28,0.6);
}
.main-form-wrap .required {
  color: #FF0000;
}
.regular-hero-section .body {
  max-width: 870px;
  margin: auto;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 16px));
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
#quote-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.quote-modal-close {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 16px;
  height: 16px;
  z-index: 100;
  cursor: pointer;
  opacity: 0.7;
  transition: all .1s ease;
}
.quote-modal-close:hover {
  opacity: 1;
}
.bathroom-modal-open #quote-modal {
  visibility: visible;
  opacity: 1;
}
.modal-open #quote-modal {
  opacity: 1;
  visibility: visible;
}
.quote-modal-bg {
  background: rgba(28, 28, 28, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.quote-modal-container {
  height: 100%;
  padding: 40px 16px;
  max-width: 1080px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote-modal-inner {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e1e1e1;
  position: relative;
  position: relative;
  z-index: 5;
  max-height: 100%;
}
.quote-modal-y-wrap {
  max-height: 100%;
  overflow-y: auto;
	overflow-x:hidden;
}
.quote-modal-y-wrap::-webkit-scrollbar {
  width: 4px;
}
.quote-modal-y-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.quote-modal-y-wrap::-webkit-scrollbar-thumb {
  background: var(--green);
}
.quote-modal-header h2 {
  margin-bottom: 12px;
}
.quote-modal-header {
  margin: 0 0 40px;
  padding: 64px 16px;
}
.quote-modal-header .body {
  max-width: 700px;
  margin: 0 auto;
}
.quote-modal-header .contacts {
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0 0;
}
.quote-modal-header .contacts a {
  margin: 0;
}
.quote-modal-header .contacts a svg {
  margin-right: 4px !important;
}
.quote-inner-slide {
  width: 100%;
  min-width: 100%;
}
.quote-inner-slide p.question {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.quote-inner-slide .question-row {
	margin: 0 0 24px;
}
.quote-inner-slide .answers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 80px;
}
.quote-inner-slide .answers > div {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 18px;
  border: 1px solid rgba(86, 140, 117, 0.3);
  background: rgba(86, 140, 117, 0.03);
  transition: all .1s ease;
  cursor: pointer;
}
.quote-inner-slide .answers > div:hover {
  background: rgba(86, 140, 117, 0.2);
}
.quote-inner-slide .answers > div.active {
  background: var(--green);
  color: #ffffff;
}
.quote-modal-footer {
  position: absolute;
  width: calc(100% - 48px);
  bottom: 24px;
  left: 24px;
  transition: all .3s ease;
  z-index: 100;
  background: #ffffff;
}
.quote-modal-footer::before {
  position: absolute;
  top: -40px;
  width: 100%;
  left: 0;
  height: 40px;
  display: block;
  content: '';
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.quote-modal-footer.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.quote-modal-footer .btn {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.quote-modal-footer .btn svg {
  width: 16px;
  height: auto;
}
.quote-modal-footer .next-btn svg {
  margin-left: 8px;
}
.quote-modal-footer .prev-btn svg {
  margin-right: 8px;
  transform: rotate(180deg);
}
.quote-modal-footer .btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.quote-modal-inner form.wpcf7-form {
  display: none;
}
.quote-modal-header h2,
.quote-modal-header p {
  text-align: center;
}
.quote-modal-header .bg {
  border-radius: 8px;
  overflow: hidden;
}
.quote-modal-wrapper {
  display: flex;
  flex-direction: row;
  transition: all .5s ease;
  transform: translateX(calc(-100% * var(--transform)));
}
.quote-modal-header {
  position: relative;
}
.quote-modal-header-content {
  position: relative;
  z-index: 5;
}
.dot-pulse-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  transform: scale(1.2);
}
#email-enter-form .dot-pulse-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	display: none;
}
#email-enter-form.checking .btn span {
	opacity: 0;
}
#email-enter-form.checking .dot-pulse-wrap {
	display: block;
}
#email-enter-form .btn {
	position: relative;
}
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--green);
  color: var(--green);
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--green);
  color: var(--green);
}
#email-enter-form .dot-pulse::before, #email-enter-form .dot-pulse::after,
#email-enter-form .dot-pulse {
	background-color: #ffffff;
  	color: #ffffff;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}
@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
.loading-slide .loading-text {
  height: 50px;
  position: relative;
  width: 100%;
}
.loading-slide .loading-text p {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden;
  transition: transform .4s ease,opacity .3s ease;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
}
.loading-slide .loading-text p.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.email-slide .body {
  max-width: 700px;
  margin: 0 auto;
}
#email-enter-form {
  text-align: center;
  margin: 24px auto 0;
  max-width: 700px;
}
#email-enter-form input {
  max-width: 400px;
  display: block;
  margin: 0 auto 16px;
}
.consent {
  margin: 0 0 16px;
  cursor: pointer;
}
.consent p {
  margin: 0 0 0 8px;
  font-size: 14px;
  text-align: left;
  align-items: center;
}
.consent .input {
  width: 14px;
  min-width: 14px;
  height: 14px;
  border: 1px solid var(--black);
  border-radius: 4px;
}
.consent.checked .input {
  background: var(--black);
}
#email-enter-form button {
  cursor: pointer;
}
.final-slide .body {
  margin: 0 auto 24px;
  max-width: 700px;
}
p#final-quote {
  font-size: 28px;
  color: var(--green);
  font-weight: 700;
}
.quote-slide p.question {
  margin: 0 0 8px;
}
.quote-slide .btn-container {
  margin: 24px 0 0;
}
.regular-hero-section .logos-row {
	gap: 24px;
	margin: 0 0 24px;
}
.regular-hero-section .logo {
	height: 64px;
	width: auto;
}
.am-fs-sb__step-selection,
.am-fs-sb__step-heading {
	color: #ffffff;
}
.extra-info-hover {
	width: 20px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #1c1c1c;
	border-radius: 50%;
	transition: all .1s ease;
	cursor: pointer;
}
.extra-info-hover svg {
	width: 20px;
	height: auto;
}
.extra-info-hover svg path {
	transition: all .1s ease;
}
.extra-info-wrap {
	margin-left: 8px;
	position: relative;
}
.extra-info-list li {
	font-size: 14px;
	margin: 0 0 8px;
}
.extra-info-list > li:last-of-type {
	margin: 0;
}
.extra-info-list li span:first-of-type {
	font-weight: 700;
}
.extra-info-list {
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
}
.extra-info-inner {
	position: absolute;
	padding-top: 4px;
	top: 100%;
	left: -100px;
	width: 350px;
	display: none;
	z-index: 200;
}
.extra-info-wrap:hover .extra-info-inner {
	display: block;
}
.extra-info-wrap:hover .extra-info-hover {
	background: #1c1c1c;
}
.extra-info-wrap:hover .extra-info-hover svg path {
	fill: #ffffff;
}
#amelia-container {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.brochure-grid {
	display: grid;
	grid-template-columns: repeat(3, calc(33.33% - 16px));
	grid-column-gap: 24px;
	grid-row-gap: 40px;
}
.brochure-card p svg {
	width: 24px;
	height: auto;
	display: block;
	margin-left: 4px;
}
.brochure-card p {
	font-weight: 700;
	font-size: 20px;
	margin: 16px 0 0;
}
.brochure-card .img-container {
	overflow: hidden;
	border-radius: 16px;
	height: 0;
	padding-bottom: 132%;
	position: relative;
}
.brochure-card img {
	transition: all .4s ease;
	position: absolute;
	top: 0;
	left: 0;
}
.brochure-card a:hover img {
	transform: scale(1.03);
}
section.bg-grey {
	background: #f4f4f4;
}
[data-main-answer="1"] .skip-for-1,
[data-main-answer="2"] .skip-for-2,
[data-main-answer="3"] .skip-for-3,
[data-main-answer="4"] .skip-for-4,
[data-main-answer="5"] .skip-for-5 {
	display: none;
}
.header-toolbar {
	padding: 0 0 16px;
	height: 32px;
	transition: all .3s ease;
	overflow: hidden;
}
.scrolled .header-toolbar {
	height: 0;
	padding: 0;
}
.header-toolbar > div.flex-row {
	justify-content: flex-end;
	gap: 16px;
}
.header-toolbar a {
	color: #ffffff;
	gap: 6px;
}
@media all and (max-width: 1080px) {
  .mobile-nav-trigger {
    display: block;
    margin-left: 32px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    position: relative;
  }
	.reviews-grid {
		grid-template-columns: repeat(2, calc(50% - 12px));
	}
  .mobile-nav-trigger svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: auto;
    transform: translate(-50%,-50%);
    transition: all .1s ease;
  }
  .mobile-menu-open .mobile-nav-trigger svg.open,
  .mobile-nav-trigger svg.close {
    opacity: 0;
  }
  .mobile-menu-open .mobile-nav-trigger svg.close {
    opacity: 1;
  }
  #site-navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    max-width: 300px;
    background: #1c1c1c;
    z-index: 1;
    padding: 80px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    visibility: hidden;
    transform: translateX(100%);
    overflow-y: auto;
  }
  .mob-menu-ini #site-navigation {
    transition: all .5s ease;
  }
  .mobile-menu-open #site-navigation {
    transform: translateX(0);
    visibility: visible;
  }
  .mob-menu-underlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all .3s ease;
  }
  .mobile-menu-open .mob-menu-underlay {
    opacity: 1;
    visibility: visible;
  }
  #site-navigation .btn-container {
    margin: 24px 0 0;
    width: 100%;
  }
  #site-navigation .btn-container a {
    display: block;
    text-align: center;
  }
  #site-navigation ul a {
    font-size: 18px;
    padding: 4px 3px;
  }
  #site-navigation ul {
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
  }
  header .btn-container,
  header .mobile-nav-trigger {
    position: relative;
    z-index: 10;
  }
  .container {
    padding: 0 16px;
  }
  header {
    padding: 16px;
  }
  .mobile-extras {
    display: flex;
    margin: 24px 0 0;
  }
  .mobile-extras svg {
    display: block;
    width: 32px;
    height: auto;
    margin-right: 8px;
  }
  .mobile-extras a {
    color: #ffffff;
    margin-bottom: 8px;
  }
  .mobile-extras > a:last-of-type {
    margin: 0;
  }
  .footer-top-row {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .socials-row {
    margin: 0 0 16px;
    justify-content: center;
  }
  .contacts a {
    justify-content: center;
  }
  .footer-menus-row {
    margin: 24px 0 0;
  }
  .footer-nav {
    margin: 0 40px;
  }
  .socials-row a {
    margin: 0 8px;
  }
  .footer-menus-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-logos {
    width: 100%;
    margin: 24px 0 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .footer-bottom {
    margin: 24px 0 0;
  }
  .ctas-row {
    max-width: 600px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, calc(50% - 12px));
  }
  .hero-carousel-section .swiper-right-btn {
    right: 16px;
  }
  .hero-carousel-section .swiper-left-btn {
    left: 16px;
  }
  .hero-carousel-section .swiper-btn {
    top: auto;
    transform: translate(0,0);
    bottom: 139px;
  }
  .two-cols.alignment-right,
  .fifty-fifty-row {
    flex-direction: column;
  }
  .fifty-fifty-section .content {
    padding: 24px 0 0;
  }
  .fifty-fifty-section .img-container {
    height: auto;
  }
  .fifty-fifty-section .img-container img {
    position: relative;
    max-height: 400px;
  }
  .fifty-fifty-row > div {
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .legal-menu {
    flex-wrap: wrap;
  }
	.brochure-grid {
		grid-template-columns: repeat(2, calc(50% - 12px));
	}
}
@media all and (max-width: 768px) {
  .fifty-fifty-section,
  .normal-section-padding {
    padding: 40px 0;
  }
	.header-toolbar > div.flex-row {
		flex-direction: column;
		gap: 8px;
		align-items: flex-end;
	}
	.header-toolbar {
		height: 64px;
	}
	.brochure-grid,
	.reviews-grid {
		grid-template-columns: 100%;
	}
	.review-card {
		padding: 24px 16px;
	}
  .boiler-steps-row {
    flex-direction: column;
    align-items: center;
  }
  .boiler-steps-row > div {
    width: 100%;
    min-width: 1px;
    max-width: 350px;
	  margin: 0;
  }
	.boiler-steps-row {
		gap: 32px;
	}
  .gallery-grid {
    grid-template-columns: 100%;
    grid-row-gap: 12px;
  }
  .ctas-row {
    max-width: 406px;
  }
  .quote-inner-slide p.question {
    font-size: 20px;
  }
  .quote-inner-slide .answers > div {
    font-size: 16px;
    padding: 6px 12px;
  }
  .quote-inner-slide .answers {
    gap: 12px;
  }
  .hero-carousel .swiper-slide {
    padding: 70px 0;
  }
  .hero-carousel-section .swiper-btn svg {
    width: 32px;
    height: 32px;
  }
  .hero-carousel-section .swiper-btn {
    bottom: 144px;
  }
  .hero-carousel-section {
    min-height: 750px;
  }
  footer .site-branding {
    width: 280px;
  }
  h2.larger {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h2.h1, .h1, h1 {
    font-size: 42px;
  }
  .hero-carousel-content p {
    font-size: 20px;
  }
  .quote-cards-row {
    flex-direction: column;
    gap: 24px;
    max-width: 400px;
  }
	.two-cols {
		flex-direction: column;
		gap: 24px;
	}
  .two-cols > div {
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .quote-modal-inner {
    padding: 16px;
  }
  .quote-modal-header {
    padding: 24px 16px;
  }
  .quote-modal-footer {
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }
  .regular-hero-section {
    padding: 220px 0 80px;
  }
}
@media all and (max-width: 480px) {
  .cta-card p {
    font-size: 14px;
  }
  .ctas-row {
    gap: 8px;
    padding: 8px;
  }
  .cta-card a {
    padding: 16px 8px;
  }
  .ctas-row > div {
    min-width: 131px;
  }
  .cta-card button {
    margin-top: auto;
  }
  .ctas-row {
    max-width: 288px;
  }
}
#masthead li {
	position: relative;
}
#masthead li.menu-item-has-children {
	padding-right: 12px;
}
#masthead li.menu-item-has-children::after {
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	width: 10px;
	height: 10px;
	background-image: url('/wp-content/uploads/2025/04/arrow-dark-light-1.png');
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .2s ease;
}
#masthead ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 4px;
	padding: 8px;
	background: #ffffff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	transition: all .3s ease;
}
#masthead li.menu-item-has-children.sub-menu-open ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#masthead li.menu-item-has-children.sub-menu-open::after {
	transform: rotate(-180deg);
}
#masthead ul.sub-menu li a {
	white-space: nowrap;
	color: var(--black);
}
@media all and (max-width: 1080px) {
	.menu-main-menu-container {
		width: 100%;
	}
	.menu-main-menu-container #primary-menu > li {
		width: 100%;
	}
	#masthead ul.sub-menu {
		position: relative;
		background: transparent;
		top: 0;
		left: 0;
		display: none;
		opacity:1;
		visibility: visible;
		transform: translate(0,0);
	}
	#masthead ul.sub-menu li a {
		color: #ffffff;
	}
	#masthead li.menu-item-has-children.sub-menu-open ul.sub-menu {
		display: flex;
	}
	#masthead li.menu-item-has-children::after {
		top: 9px;
	}
	#site-navigation ul .current_page_item a::after {
		display: none;
	}
	#site-navigation ul a:hover, #site-navigation ul .current_page_item a {
		color: #ffffff;
	}
}