@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap);

:root {
  /* Color */
  --lightest: #fffdf7;
  --brown: #ffffff;
  --brown-darker: #ffffff;

  /* Width */
  --lg: 80rem;
  --md: 50rem;
  --sm: 30rem;
}

/*
  Base
*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-family: 'Montserrat', sans-serif;
  color: var(--lightest);
  background: var(--brown);
  font-weight: 300;
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1,
h2 {
  margin-top: 0;
  font-weight: 600;
}

h1 {
  font-size: calc(1.2rem + 3vw);
}

h2 {
  font-size: calc(1.2rem + 2vw);
}

h3 {
  font-size: 40px;
  margin-top: 20px;
}

p {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  line-height: 1.8rem;
}

.wrapper-p {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  line-height: 1.8rem;
}

a {
  text-decoration: none;
  color: #0f6ab3;
}

a:hover {
  text-decoration: underline;
}



/*
  Utils, helpers
*/

.u-list-reset {
  list-style: none;
  padding-left: 0;
  margin: 0;
}




/*
  Button
*/

.btn {
  color: #ffffff;
  background-color: #0f6ab3;
  font-size: 40px;
  margin-top: 10px;
  padding: 1rem 2rem;
  border: 1px solid var(--lightest);
  border-radius: 50px;
  transition: all .2s;
}

.btn:hover {
  background-color: #2a8fe2;
  color: #ffffff;
}

/*
  Section
*/

.section {
  padding: 1rem 0;
  overflow-x: hidden;
}

.section--intro {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section--article {
  padding-bottom: 0;
}

.section--footer {
  background-color: #f1f1f1;
}

/*
  Overlay
*/

.overlay {
  position: relative;
}

.overlay:before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(.8);
}



.footer-nav__list {
  display: block;
  padding-left: 0;
  list-style: none;
  gap: 0.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 50rem) {
  .footer-nav__list {
    grid-template-columns: 1fr 1fr;
  }
  
}

/*
  Address
*/

.address__list {
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 1.5rem;
}

.address__list span {
  font-size: 15px;
}

/*
  Wrapper
*/

.wrapper {
  max-width: var(--lg);
  margin: 0 auto;
  padding: 0 1.5rem;
}


.wrapper h2 {
  margin-top: 50px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}



.wrapper--intro {
  margin: 12rem auto;
  text-align: center;
}

.wrapper--footer {
  padding-top: 50px;
  display: flex;
  column-gap: 4.5rem;
  row-gap: 1.5rem;
  align-items: flex-start;
   
}


.wrapper--copyright {
  margin-top: 1.5rem;
  text-align: center;
}



.wrapper--nav-area {
  display: grid;
  width: 100%;
  align-items: center;
  grid-template-areas:
    "menuButton . logo"
    "menu menu menu";
}

@media (max-width: 49.999rem) {
  .wrapper--nav-area {
    grid-template-rows: auto 1fr;
  }

  .site-nav--is-open .wrapper--nav-area {
    height: calc(100vh - 1rem);
  }
   .banner {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    text-align: center;
  }

   .shape-blob-image {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-water-heater-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

   .shape-blob-replace {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-replacement-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

  .shape-blob-locations {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-locations.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-electric {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


   .shape-blob-electric2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

  .shape-blob-gas-tank {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tank-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


    .shape-blob-gas-tank2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tank-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

   .shape-blob-electric-tankless {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-tankless-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


   .shape-blob-electric-tankless2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-tankless-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

   .shape-blob-gas-tankless {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tankless-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-gas-tankless2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tankless-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

 
.banner-sec2 {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    text-align: center;
  }

   .shape-sec2-blob-image {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-water-heater-3.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-holistic{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-holistic-care.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


.shape-blob-plumping{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-plumping-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-drain{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-drain-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-drain2{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-drain-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-plumping2{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-plumping-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }




  .shape-blob-broken{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-broken-water-heater.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-repair{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-water-heater-repair.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .right-panel2 {
  flex: 1;
  padding: 5px 5px ;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}



  .content {
    padding-left: 0;
  }

  .badge {
    position: static;
    margin: 20px auto;
  }

  .contact {
    position: static;
    margin: 20px auto 0;
  }

  .right-panel {
    padding: 20px;
  }

  .rp-bar {
    margin-top: 20px;
  }

  .rp-bar {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right,
        #0f6ab3 0%,
        #0f6ab3 60%,
        rgba(249, 194, 46, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .rp-url {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 1px;
  }

  .btn {
    color: #ffffff;
    background-color: #0f6ab3;
    font-size: 25px;
    margin-top: 20px;
    padding: 0.5rem 1rem;
    border: 1px solid var(--lightest);
    border-radius: 50px;
    transition: all .2s;
  }

  .btn:hover {
    background-color: #2a8fe2;
    color: #ffffff;
  }

  .text-block h1 {
    font-size: 30px;
    padding: 30px 0 20px;
  }

  .contact-container {
    flex-direction: column;
  }

  .wrapper--footer {
  padding-top: 50px;
  display: grid;
  column-gap: 4.5rem;
  row-gap: 1.5rem;
  align-items: flex-start;
   
}
}

@media (min-width: 30rem) {
  .wrapper--footer {
    grid-template-columns: 1fr 1fr;
  }
  
}

@media (min-width: 50rem) {
  .wrapper--footer {
  padding-top: 50px;
  display: flex;
  column-gap: 4.5rem;
  row-gap: 1.5rem;
  align-items: flex-start;
   
}

  .wrapper--nav-area {
    grid-template-areas: "menu logo";
  }
  
}

/*
  Title
*/



.wrapper2-p {
  margin: 20px 0 50px 50px;
  text-align: center;
}


.title {
  text-align: center;
}

.title--article {
  margin-bottom: 6rem;
  position: relative;
}

.title--article:after {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  background-color: var(--lightest);
  margin: 2rem auto 0;
}

.title--intro {
  margin-bottom: 4rem;
}

/*
  Article
*/

.excerpt {
  row-gap: 1.5rem;
  grid-template-columns: 1.5rem 1fr 1.5rem;
  grid-template-areas:
    "image image image"
    ". text .";
  display: grid;
  align-items: center;
  margin-bottom: 6rem;
}

.excerpt--reverse {
  justify-items: center;
  grid-template-areas:
    ". image ."
    ". text .";
}

@media (min-width: 50rem) {
  .excerpt {
    grid-template-columns: 3rem 1fr calc(2rem + 5%) 1fr 3rem;
    grid-template-areas:
      "image image . text .";
  }

  .excerpt--reverse {
    justify-items: stretch;
    grid-template-areas:
      ". text . image image";
  }
}

.excerpt__image-wrapper {
  overflow-x: hidden;
  grid-area: image;
  justify-self: center;
  display: flex;
}

.excerpt__text-wrapper {
  grid-area: text;
  max-width: 40rem;
  justify-self: center;
}

@media (min-width: 50rem) {
  .excerpt__text-wrapper {
    justify-self: flex-start;
  }

  .excerpt--reverse .excerpt__text-wrapper {
    justify-self: flex-end;
  }

  .excerpt__image-wrapper {
    justify-self: flex-end;
  }

  .excerpt--reverse .excerpt__image-wrapper {
    display: flex;
    justify-self: flex-start;
  }
}




.contact-form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

/*
  Site nav
*/

.logo {
  font-size: 2rem;
  justify-self: start;    
  position: sticky;
  top: 0;
  left: 0;
}

.site-nav {
  position: sticky;
  top: 0;
  left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  
}

.site-nav__menu {
  margin-left: auto;   
  display: flex;         
  gap: 7px;   
}

.site-nav__link {
  padding: 12px;
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.has-submenu {
  position: relative;
}


.submenu {
  width: 200px;
  font-size: 17px;
  font-weight: 500;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 0  1rem 1rem 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 1000;
}

.has-submenu:hover > .submenu {
  display: block;
}

.submenu li {
   white-space: nowrap;
   margin-top: 10px;
  }

@media (max-width: 49.999rem) {
  .site-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
  }

  .site-nav__menu {
    position: absolute;
    display: none;
    flex-direction: column;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
  }

  .site-nav__link {
    font-size: 16px;
  }

  .site-nav--is-open {
    height: 100vh;
    overflow-y: auto;
  }

  .site-nav--is-open .site-nav__menu {
    display: flex;
  }
   .banner {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    text-align: center;
  }

   .shape-blob-image {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-water-heater-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

   .shape-blob-replace {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-replacement-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

  .shape-blob-locations {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-locations.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-electric {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


   .shape-blob-electric2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

  .shape-blob-gas-tank {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tank-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


    .shape-blob-gas-tank2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tank-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

   .shape-blob-electric-tankless {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-tankless-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


   .shape-blob-electric-tankless2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-tankless-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

   .shape-blob-gas-tankless {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tankless-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-gas-tankless2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tankless-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

 
.banner-sec2 {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    text-align: center;
  }

   .shape-sec2-blob-image {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-water-heater-3.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-holistic{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-holistic-care.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


.shape-blob-plumping{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-plumping-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-drain{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-drain-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-drain2{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-drain-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-plumping2{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-plumping-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }




  .shape-blob-broken{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-broken-water-heater.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-repair{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-water-heater-repair.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .right-panel2 {
  flex: 1;
  padding: 5px 5px ;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}



  .content {
    padding-left: 0;
  }

  .badge {
    position: static;
    margin: 20px auto;
  }

  .contact {
    position: static;
    margin: 20px auto 0;
  }

  .right-panel {
    padding: 20px;
  }

  .rp-bar {
    margin-top: 20px;
  }

  .rp-bar {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right,
        #0f6ab3 0%,
        #0f6ab3 60%,
        rgba(249, 194, 46, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .rp-url {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 1px;
  }

  .btn {
    color: #ffffff;
    background-color: #0f6ab3;
    font-size: 25px;
    margin-top: 20px;
    padding: 0.5rem 1rem;
    border: 1px solid var(--lightest);
    border-radius: 50px;
    transition: all .2s;
  }

  .btn:hover {
    background-color: #2a8fe2;
    color: #ffffff;
  }

  .text-block h1 {
    font-size: 30px;
    padding: 30px 0 20px;
  }

  .contact-container {
    flex-direction: column;
  }

  .wrapper--footer {
  padding-top: 50px;
  display: grid;
  column-gap: 4.5rem;
  row-gap: 1.5rem;
  align-items: flex-start;
   
}
}

@media (min-width: 50rem) {
  .site-nav__menu {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  
}

.fade-in {
  animation-fill-mode: forwards;
  animation-name: fade;
}

.fade-out {
  animation-fill-mode: backwards;
  animation-name: fade;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
  Curtain
*/

.site-nav__curtain {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: var(--brown-darker);
  border-radius: 50%;
  transform: translateY(100%) scale(0);
  animation-duration: .6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.curtain-up {
  animation-name: curtainUp;
}

.curtain-down {
  animation-name: curtainDown;
}

@media (min-width: 50rem) {
  .site-nav__curtain {
    visibility: hidden;
    transform: translateY(100%) scale(0) !important;
  }
}

@keyframes curtainUp {
  0% {
    border-radius: 50%;
    transform: translateY(100%) scale(1);
    visibility: visible;
    opacity: 1;
  }

  50% {
    border-radius: 50%;
  }

  100% {
    transform: translateY(0%) scale(3, 1);
    visibility: visible;
    opacity: 1;
    border-radius: 0;
  }
}

@keyframes curtainDown {
  0% {
    border-radius: 0;
    transform: translateY(0%) scale(3, 1);
    opacity: 1;
    visibility: visible;
  }

  50% {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
  }

  99% {
    transform: translateY(100%) scale(0);
    visibility: visible;
    opacity: 1;
  }

  100% {
    transform: translateY(100%) scale(0);
    opacity: 0;
    visibility: hidden;
  }
}

/*
  Menu button
*/

.menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  border-color: transparent;
  outline: none;
  padding: .5rem 0 .5rem 2rem;
  color: #0f6ab3;
  position: sticky;
  left: 0;
  top: 0;
  align-self: normal;
  justify-self: start;
  z-index: 10;
  grid-area: menuButton;
}

.menu-button:active {
  transform: translateY(-.2rem);
}

@media (min-width: 50rem) {
  .menu-button {
    display: none;
  }
}

.menu-button__lines {
  display: grid;
  gap: 1px;
  transition: all .2s ease;
  position: absolute;
  left: 0;
}

.menu-button__lines--open {
  gap: 0;
}

.menu-button__line {
  display: block;
  transition: .2s ease;
  content: '';
  width: 1.2rem;
  height: 2px;
  background-color: #0f6ab3;
  transform-origin: center;
}

.menu-button:hover .menu-button__lines {
  gap: 8px;
}

.menu-button__lines--open .menu-button__line {
  grid-row-start: 1;
  grid-column-start: 1;
  transform: rotate(45deg) scale(1.6);
}

.menu-button__lines--open .menu-button__line:nth-child(3) {
  transform: rotate(-45deg) scale(1.6);
}






/* hero section */

@font-face {
  font-family: "Freight";
  src: url("freight-book-webfont.woff2") format("woff2"),
    url("freight-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


@media (max-width: 1024px) {
  .hide {
    display: none !important;
  }
}

/*................*/
section {
  display: block;
}

.hero {
  height: 60vh;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
}

/*.......Left-block.......*/

.hero-cont-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50vw;
  min-height: 60vw;
  padding: calc(100vw / 24 * 3);
  z-index: 2;
  transform: translateX(-100%);
  animation: slideIn 0.9s ease-out forwards;
  will-change: transform;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}


@media (prefers-reduced-motion: reduce) {
  .hero-cont-block {
    animation: none;
    transform: none;
  }
}


.hero-cont-block::after {

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  background-blend-mode: overlay;
}

.hero-cont-block::after {
  opacity: 1;
  background-color: #efefef;
  background-image: url(../img/back-heater.png);
  content: "";
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.4s cubic-bezier(0.82, 0.005, 0.29, 1) 0.9s;
  width: 100%;
  animation-name: slideInLeft;
  animation-fill-mode: both;
  animation-duration: 0.9s;
  animation-delay: 0.1s;
}

.hero-cont-block::after {
  transform: scaleX(1);
}


#hero-image {
  height: 100%;
  position: absolute;
  transform: scale(1.1);
  transition: transform 2.5s cubic-bezier(0.21, 0, 0.18, 1);
  width: 100%;
  margin: 0;
}

#hero-image {
  transform: scale(1);
}

#hero-image img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  width: 100%;
}





@media (max-width: 1024px) {
  .hero-cont-block {
    height: 100vh;
    position: relative;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .hero-cont-block::after {
    height: 100vh;
  }
}

/*.........Text-block...........*/
.text-block {
  position: absolute;
  display: block;
  height: 40vh;
  left: 25%;
  top: 22%;
  z-index: 3;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .text-block {
    top: 16vh;
    height: auto;
    left: 20vw;
  }
}

.text-block h1 {
  top: 30vh;
  color: #0f6ab3;
  font-family: "Poppins", serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -1.25px;
  width: 80%;
  text-transform: uppercase;
  line-height: 1em;
  text-align: left;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.9s;
  animation-delay: 0.1s;
  height: 100%;
  opacity: 1;
}

@media (max-width: 1024px) {
  .text-block h1 {
    font-size: 30px;
    padding: 30px 0 20px;
  }
}

.subtitle {
  color: #080808;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
  .hero-title {
    padding: 30px 0 20px;
    font-size: 1.4375rem !important;
    line-height: 1.5rem !important;
  }
}



#hero-block {
  height: 60vh;
  overflow: hidden;
  position: relative;
  /* transition: all 1.35s cubic-bezier(0.82, 0.005, 0.29, 1) 0.75s; */
  z-index: 1;
}


@media (max-width: 1024px) {
  #hero-block {
    transform: translateX(0);
    width: 80% !important;
    height: 60vw;
    margin: 0 auto;
    margin-top: -10vh;
    z-index: 3;
  }
}

@media (max-width: 1024px) {
  #hero-block {
    transition: transform 1s cubic-bezier(0.82, 0.005, 0.29, 1) 1.1s;
    width: 100%;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-delay: 1s;
  }
}

/*........Scroll Down............*/

.scroll-down {
  bottom: 4vh;
  position: absolute;
  left: 3vw;
  border-radius: 36px;
  border: 2px solid lightgrey;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 46px;
  height: 46px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1024px) {
  .scroll-down {
    margin-bottom: 12vh;
    margin-left: 2vw;
  }
}

.scroll-down:hover {
  border-top-color: #131530;
  border-right-color: #131530;
  border-bottom-color: #131530;
  border-left-color: #131530;
  -webkit-transition: border-top-color linear 0.15s,
    border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s,
    border-left-color 0.15s linear 0.3s;
  transition: border-top-color linear 0.15s,
    border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s,
    border-left-color 0.15s linear 0.3s;
}

scroll-down a {
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

/*...................*/

.shrink {
  animation-name: shrink;
  -webkit-animation-name: shrink;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  visibility: visible !important;
 
}

@keyframes shrink {
  from {
    transform: scale(2);
  }

  to {
    transform: scale(1);
  }
}

@-webkit-keyframes shrink {
  from {
    transform: scale(2);
  }

  to {
    transform: scale(1);
  }
}


/*............Social..........*/

.social-icons {
  position: absolute;
  bottom: 6rem;
  left: 3.5rem;
  z-index: 999;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .social-icons {
    left: 2.5rem;
    bottom: 10rem;
  }
}

.social-icons ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  position: relative;
  display: block;
  padding: 0.8rem 0;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 1.0s;
  animation-delay: 1.0s;
  height: 100%;
  opacity: 1;
}

.social-icons ul a {
  display: block;
  width: 2rem;
  height: 2rem;
}

.social-icons ul a {
  color: #0f6ab3;
  display: block;
  width: 100%;
  height: 100%;
}

/*.......btn..........*/
.btn {
  position: relative;
}

.button-block {
  position: relative;
  left: 0;
  z-index: 7;
  transition: all 0.25s ease-out;
}

.button-block {
  display: inline-block;
  padding: 1em 1.3em 1em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1);
  text-decoration: none;
}

.button-block--brand {
  border: 2px solid #131530;
  color: #131530;
  box-shadow: 2px 2px 0;
}

.button-block--brand:hover {
  border: 2px solid #131530;
  color: #131530;
  box-shadow: -2px -2px 0;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  transition: all 0.4s;
  text-decoration: none !important;
}

.button-block--brand:hover:after {
  content: "";
  position: absolute;
  left: 14%;
  bottom: 13px;
  width: 80%;
  background: url(https://reech.ca/wp-content/uploads/2019/03/horz.png) 50% repeat;
  background-size: 12px auto;
  height: 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}


/* services */
.services {
  padding: 60px 0;
  min-height: 100vh;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bg-gray {
  background-color: #f9f9f9;
}




.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #0f6ab3;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #0f6ab3 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}


.address h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  padding: 10px 0;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.footer-title {
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  padding: 10px 0;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.address span a {
  color: #000000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
  top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #0f6ab3 none repeat scroll 0 0;
  border-color: #0f6ab3;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #0f6ab3;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
  background: #0f6ab3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #0f6ab3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}


.our-offer-items span{
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #0f6ab3 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item span,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item span,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #0f6ab3;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #0f6ab3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover span,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #0f6ab3 !important;
}

.we-offer-area.text-left .item i {
  background: #0f6ab3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #0f6ab3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}







/* text section */

/* ─── BANNER LAYOUT ─────────────────────────────────── */
.banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 80%;
  height: 700px;
  margin: 50px auto;
  background: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.192);
  padding: 0 60px;
  position: relative;
  overflow: hidden;
}

/* ─── LEFT: PNG BLOB MASK WITH PHOTO ────────────── */
.shape-blob-image {
  width: 600px;
  height: 600px;
  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/water-heater-2.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}


.shape-blob-replace {
  width: 600px;
  height: 600px;
  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/replacement-1.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}


.shape-blob-locations {
  width: 600px;
  height: 600px;
  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/locations.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}


.shape-blob-electric {
  width: 600px;
  height: 600px;
  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/electric-1.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}

.shape-blob-electric2 {
  width: 600px;
  height: 600px;
  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/electric-2.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}


.shape-blob-gas-tank {
  width: 600px;
  height: 600px;
  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/gas-tank-1.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}


.shape-blob-gas-tank2 {
  width: 600px;
  height: 600px;
  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/gas-tank-2.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}


.shape-blob-electric-tankless {
  width: 600px;
  height: 600px;
  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/electric-tankless-1.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}

.shape-blob-electric-tankless2 {
  width: 600px;
  height: 600px;
  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/electric-tankless-2.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}

.shape-blob-gas-tankless {
  width: 600px;
  height: 600px;
  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/gas-tankless-1.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}


.shape-blob-gas-tankless2 {
  width: 600px;
  height: 600px;
  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/gas-tankless-2.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}

/* banner-sec2 */
.banner-sec2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 80%;
  height: 600px;
  margin: 50px auto;
  background: linear-gradient(to right, #E8F4FF 0%, #FFFFFF 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.192);
  padding: 30px 50px 0 0;
  position: relative;
  overflow: hidden;
}


.shape-sec2-blob-image {
  width: 500px;
  height: 500px;

  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/water-heater-3.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}

.shape-blob-holistic {
  width: 500px;
  height: 500px;

  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/holistic-care.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}


.shape-blob-plumping {
  width: 500px;
  height: 500px;

  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/plumping-1.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}


.shape-blob-drain {
  width: 500px;
  height: 500px;

  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/drain-1.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}


.shape-blob-drain2 {
  width: 500px;
  height: 500px;

  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/drain-2.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}



.shape-blob-plumping2 {
  width: 500px;
  height: 500px;

  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/plumping-2.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}



.shape-blob-broken {
  width: 500px;
  height: 500px;

  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/broken-water-heater.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}




.shape-blob-repair {
  width: 500px;
  height: 500px;

  flex-shrink: 0;
  margin-left: 0;
  background: url("../img/water-heater-repair.webp") center/cover no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  z-index: 2;
}



.shape-circle-top-left2 {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 80px;
  height: 80px;
  background: #ccc;
  border-radius: 50%;

}


.shape-blob-top-right2 {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 180px;
  height: 140px;
  background: #0f6ab3;
  border-radius: 0 0 80% 50%;

}


.shape-circle-top-right2 {
  position: absolute;
  top: 40px;
  right: 240px;
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 50%;
  z-index: 4;
}


.shape-blob-bottom-left2 {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 260px;
  height: 160px;
  background: #0f6ab3;
  border-radius: 80% 50% 0 0;
  z-index: 1;
}

.right-panel2 {
  flex: 1;
  padding: 70px 60px ;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

/* end banner-sec2 */





/* ─── CENTER CONTENT ───────────────────────────────── */
.content {
  position: relative;
  flex: 1;
  padding-left: 80px;
  z-index: 3;
}

.headline {
  font-size: 60px;
  line-height: 1.1;
  color: #4A4A4A;
}

.headline span {
  display: block;
  font-size: 42px;
  color: #777777;
  font-weight: 300;
}



/* ─── DISCOUNT BADGE ─────────────────────────────── */

.badge-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 4px;
}

.badge-percent {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.badge-off {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 4px;
}

/* ─── CONTACT INFO ───────────────────────────────── */
/* .contact {
  position: absolute;
  bottom: 30px;
  right: 60px;
  z-index: 3;
}
.contact-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.phone-icon {
  width: 16px;
  height: 16px;
}
.phone-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
} */

/* ─── RIGHT PANEL LAYOUT ────────────────────────── */
.right-panel {
  flex: 1;
  padding: 40px 60px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.rp-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #0f6ab3;
  margin-bottom: 8px;
}

.rp-title strong {
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 4px;
}

.rp-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 30px;
}

/* arrange two contact items vertically with spacing */
.rp-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.rp-contact-item {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}

.rp-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #F9C22E;
}

/* ─── ACCENT BAR + URL ───────────────────────────── */
.rp-bar {
  width: 50%;
  height: 50px;
  background: linear-gradient(to right,
      #0f6ab3 0%,
      #0f6ab3 60%,
      rgba(249, 194, 46, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;

}

.rp-url {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
}

/* ─── DECORATIVE SHAPES ───────────────────────────── */
/* (unchanged from previous) */

/* ─── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    text-align: center;
  }

   .shape-blob-image {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-water-heater-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

   .shape-blob-replace {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-replacement-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

  .shape-blob-locations {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-locations.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-electric {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


   .shape-blob-electric2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

  .shape-blob-gas-tank {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tank-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


    .shape-blob-gas-tank2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tank-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

   .shape-blob-electric-tankless {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-tankless-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


   .shape-blob-electric-tankless2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-electric-tankless-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

   .shape-blob-gas-tankless {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tankless-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-gas-tankless2 {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-gas-tankless-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }

 
.banner-sec2 {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    text-align: center;
  }

   .shape-sec2-blob-image {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-water-heater-3.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-holistic{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-holistic-care.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


.shape-blob-plumping{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-plumping-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-drain{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-drain-1.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-drain2{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-drain-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-plumping2{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-plumping-2.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }




  .shape-blob-broken{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-broken-water-heater.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .shape-blob-repair{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    margin-left: 0;
    background: url("../img/sm-water-heater-repair.webp") center/cover no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    z-index: 2;
  }


  .right-panel2 {
  flex: 1;
  padding: 5px 5px ;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}



  .content {
    padding-left: 0;
  }

  .badge {
    position: static;
    margin: 20px auto;
  }

  .contact {
    position: static;
    margin: 20px auto 0;
  }

  .right-panel {
    padding: 20px;
  }

  .rp-bar {
    margin-top: 20px;
  }

  .rp-bar {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right,
        #0f6ab3 0%,
        #0f6ab3 60%,
        rgba(249, 194, 46, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .rp-url {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 1px;
  }

  .btn {
    color: #ffffff;
    background-color: #0f6ab3;
    font-size: 25px;
    margin-top: 20px;
    padding: 0.5rem 1rem;
    border: 1px solid var(--lightest);
    border-radius: 50px;
    transition: all .2s;
  }

  .btn:hover {
    background-color: #2a8fe2;
    color: #ffffff;
  }

  .text-block h1 {
    font-size: 30px;
    padding: 30px 0 20px;
  }

  .contact-container {
    flex-direction: column;
  }

  .wrapper--footer {
  padding-top: 50px;
  display: grid;
  column-gap: 4.5rem;
  row-gap: 1.5rem;
  align-items: flex-start;
   
}

}



/* ─── CONTACTS CONTAINER ─────────────────────────── */
.rp-contacts {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  /* space between phone & address blocks */
  margin-bottom: 10px;
}

/* PHONE & ADDRESS GROUPS ────────────────────────── */
.rp-phone-group,
.rp-address-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* vertical gap between rows */
}

/* EACH ROW: ICON + TEXT ─────────────────────────── */
.rp-contact-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rp-contact2-row {
  display: grid;
 align-items: center;
 font-size: 20px;
  gap: 8px;
  padding: 0 30px;
}

/* ICON SIZING + COLOR ───────────────────────────── */
.rp-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #F9C22E;
  /* yellow from your palette */
}

.rp-icon path {
  fill: currentColor;
}

/* INDENT SECOND ADDRESS LINE ───────────────────── */
.rp-contact-indent {
  margin-left: 28px;
  /* 20px icon + 8px gap */
}

/* TEXT STYLING ─────────────────────────────────── */
.rp-contact-row span {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 1.4;
}

/* ─── DECORATIVE SHAPES ───────────────────────────── */

/* Circle at top‐left */
.shape-circle-top-left {
  position: absolute;
  top: 20px;
  left: 80px;
  width: 80px;
  height: 80px;
  background: #ccc;
  border-radius: 50%;

}

/* Yellow blob hanging in top‐right corner */
.shape-blob-top-right {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 180px;
  height: 140px;
  background: #0f6ab3;
  /* curve bottom + left edges to create blob look */
  border-radius: 0 0 80% 50%;

}

/* Smaller circle to the right of the top blob */
.shape-circle-top-right {
  position: absolute;
  top: 40px;
  right: 240px;
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 50%;
  z-index: 4;
}

/* Yellow blob peeking up from bottom‐left */
.shape-blob-bottom-left {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 260px;
  height: 160px;
  background: #0f6ab3;
  /* curve top + right edges */
  border-radius: 80% 50% 0 0;
  z-index: 1;
}

.banner {
  /* … */
  background: linear-gradient(to right,
      #f1f1f1 97%,
      /* very light yellow start */
      #FFFFFF 100%
      /* crisp white end */

    );
  /* … */
}

.right-panel {
  /* remove the old white background */
  background: linear-gradient(to right,
      #f3f3f3 100%,
      /* very light yellow start */
      #FFFFFF 100%
      /* crisp white end */
    );
}





/* ─── LEFT TEXT COLUMN ───────────────────────────────── */
.left-2-content {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  z-index: 4;
}

.fashion-title {
  font-size: 60px;
  font-weight: 700;
  color: #1565C0;
  margin: 0 0 8px;
}

.fashion-subtitle {
  font-size: 24px;
  font-weight: 300;
  color: #42A5F5;
  margin: 0 0 8px;
}

.fashion-url {
  font-size: 16px;
  font-weight: 300;
  color: #0D47A1;
  margin: 0 0 16px;
}

.fashion-desc {
  font-size: 14px;
  font-weight: 300;
  color: #555555;
  line-height: 1.5;
  margin: 0;
}




/* ─── section2 ───────────────────────────────── */

.banner-2 {
  display: flex;
  position: relative;
  max-width: 80%;
  height: 700px;
  margin: 50px auto;
  padding: 0 60px;
  background: linear-gradient(to right, #E8F4FF 0%, #FFFFFF 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}


.banner-2 .rp-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #0f6ab3;
  margin-bottom: 8px;
}

.banner-2 .rp-title strong {
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 4px;
  margin-bottom: 20px;
}

.shape-2-blob-image {
  position: absolute;
  right: -15%;
  /* slight right shift */
  top: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: url("../img/water-heater-3.webp") center/cover no-repeat;
  z-index: 2;
}

/* ─── DECORATIVE SHAPES ───────────────────────────────── */
.shape-2-blob-tl {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 240px;
  height: 180px;
  background: #E3F2FD;
  border-radius: 0 0 80% 50%;
  z-index: 1;
}

.shape-2-circle1 {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: #90CAF9;
  border-radius: 50%;
  z-index: 1;
}

.shape-2-circle2 {
  position: absolute;
  top: 20px;
  right: 100px;
  width: 60px;
  height: 60px;
  background: #42A5F5;
  border-radius: 50%;
  z-index: 1;
}

.shape-2-circle3 {
  position: absolute;
  top: 180px;
  right: 80px;
  width: 100px;
  height: 80px;
  background: #E3F2FD;
  border-radius: 50% 50% 30% 30%;
  z-index: 1;
}

.shape-2-blob-bl {
  position: absolute;
  bottom: -40px;
  left: 200px;
  width: 300px;
  height: 200px;
  background: #E3F2FD;
  border-radius: 80% 50% 0 0;
  z-index: 1;
}





/* sec-3 */
.sec-3 {
  background-image: url(../img/background-heater.webp);
  background-repeat: no-repeat;
  
  background-size: cover;
}



.sec-plumbing {
  background-image: url(../img/background-plumbing.webp);
  background-repeat: no-repeat;
  
  background-size: cover;
}


.sec-plumbing p{
  text-align: center;
  justify-content: center;
}



/* offers */
.listar-map-button {
  width: 100%;
  position: absolute;
  display: table;
  right: 0;
  top: 0;
  height: 200px;
  line-height: 164px;
  white-space: nowrap;
  font-size: 0;
}

.listar-map-button {
  right: auto;
  /***
    box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
}

.listar-page-header-content .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}



@keyframes wave {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 1440px;
  }
}

.listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item {
  height: calc(100% - 20px);

}

.listar-feature-item.listar-feature-has-link~.listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.listar-feature-item a {
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}


@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}



.listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(40%, rgba(255, 255, 255, 0)),
      color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before,
.listar-hovering-features-grey .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #258bd5;
  border-radius: 800px;
  left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}

.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

/* .listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
} */

.listar-feature-item .listar-feature-item-title>span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}


.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;

}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pset {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
  overflow: hidden;
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  align-self: flex-start;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}




/* contact-container */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin: 30px 0;
}

.contact-form {
  flex: 1 1 45%;
}

.map-container {
  flex: 1 1 45%;
  min-height: 400px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.nmenu-button,
.menu-toggle,
button.menu-button,
button.menu-button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


/* testimonials */
/* === Testimonials Section === */
.testimonials {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
}

.testimonials h2 {
  font-size: 2em;
  color: #333;
  margin-bottom: 40px;
  position: relative;
}

.testimonials h2::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #0078ff;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.testimonials-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.testimonial-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  max-width: 300px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.testimonial-box img {
  border-radius: 50%;
  margin-bottom: 15px;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.testimonial-box h3 {
  margin: 10px 0 5px;
  color: #333;
}

.testimonial-box .role {
  color: #777;
  font-size: 0.9em;
  margin-bottom: 15px;
}

.testimonial-box .quote {
  font-style: italic;
  color: #555;
  line-height: 1.6;
}

/* FAQ */
/* ===== FAQ Section with Full Background ===== */
.faq-bg-section {
  position: relative;
  background: 
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url("../img/faq-back.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  padding: 100px 20px;
}

.faq-bg-plumbing {
  position: relative;
  background: 
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url("../img/faq-back-plumbing.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  padding: 100px 20px;
}




/* Centered FAQ card */
.faq-bg-container {
  max-width: 700px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Headings */
.faq-bg-container h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.faq-bg-container .faq-intro {
  text-align: center;
  color: #d1d5db;
  margin-bottom: 30px;
  font-size: 1rem;
}

/* Accordion styling */
.faq-bg-accordion details {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-bg-accordion summary {
  cursor: pointer;
  padding: 16px 48px 16px 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  list-style: none;
}

.faq-bg-accordion summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0f6ab3;
  border-bottom: 2px solid #0f6ab3;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.25s ease;
}

.faq-bg-accordion details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-bg-accordion details[open] {
  background: rgba(255, 255, 255, 0.18);
  border-color: #0f6ab3;
  box-shadow: 0 0 0 4px rgba(122, 162, 255, 0.3);
}

.faq-bg-body {
  padding: 0 18px 18px 18px;
  color: #e5e7eb;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-bg-container {
    padding: 30px 20px;
  }
  .faq-bg-container h2 {
    font-size: 1.6rem;
  }
  .has-submenu {
    position: relative;
  }

  .submenu {
    top: 0;
    left: 100%; 
    padding: 20px;
    margin-left: 0;
    box-shadow: none;
    background: #fff;
    border: 1px solid #ddd;
  }

  
  .submenu li a {
   white-space: nowrap;
   margin-top: 5px;
  }

  
  .has-submenu > a .arrow {
    transform: rotate(-90deg);
  }

  .has-submenu:hover > a .arrow {
    transform: rotate(90deg);
  }
}

.map {

  width: 100%;
  height: 650px;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.185);
}

.contact-form {
  width: 100%;
  max-width: var(--sm);
  padding: 30px;
  background-color: #0f6ab3;
  border-radius: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.288);
  color: #ffffff;
}


/* cus form */
form.CUS input.subject {
  display: none;
}

.CUS .form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
}

.CUS .form-row p {
  color: #ffffff;
  flex: 1;
  margin: 0;
}

.CUS textarea {
  color: #ffffff;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  background-color: #f0f0f0f8;
}

.CUS input,
.CUS select {
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  font-weight: normal;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 7px;
  margin: 5px 0;
  background-color: #f0f0f0f5;

}


.CUS label {
  font-size: 15px;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #ffffff;
}

.CUS legend {
  font-size: 20px;
}