/*!
Theme Name: pom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pom
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.

pom 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
.elementor-message.elementor-message-danger {
  color: #d9534f;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 0;
}
.elementor-message.elementor-message-danger::after {
  text-align: center;
  position: absolute;
  z-index: 6;
  content: "Thank you for your message. It has been sent.";
  color: black;
  padding: 5px 0;
  top: 0;
  left: 0;
  font-size: 15px;
  width: 100%;
}
a {
	color: #f25a29;
}
.container {
  max-width: 1165px;
  margin: 0 auto;
}
.locations h2{
	font-family: "Montserrat", Sans-serif;
	text-align:center;
}
.locations_list {
  padding: 0;
  margin: 0 auto 30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.locations_list li {
  width: 32%;
}
.locations_list li a {
  font-family: "Montserrat", Sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position:relative;
  border: none;
  max-width: 360px;
  max-height: 239px;
}
.locations_list li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "Montserrat", Sans-serif;
  color: white;
  font-weight: 800;
}
.locations_list li a:before {
   content: "";
   position:absolute;
   width:100%;
   height:100%;
   background-color:  #073B68;
   opacity: 0.76;
}
.locations_list li a:hover:before {
   content: "";
   position:absolute;
   width:100%;
   height:100%;
   background-color:  #F25A29;
   opacity: 0.76;
   transition: 0.3s all;
}
.review_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.review_list li {
  width: 32%;
  background: #F6F6F6;
  padding: 25px 30px;
  box-sizing: border-box;
  font-family: "Montserrat", Sans-serif;
  color: black;
  font-weight: 600;
}
.first-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.review_list p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width:767px){
	.locations_list li {
  width: 100%;
}
	.review_list li {
  width: 100%;
}
}



/* General styles and typography
--------------------------------------------- */
@font-face {
font-display:swap;
  font-family: "Homestead";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('/wp-content/themes/pom/fonts/Homestead/woff2/HomesteadRegular.woff2') format("woff2");
}
@font-face {
font-display:swap;
  font-family: "Raleway";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('/wp-content/themes/pom/fonts/Raleway/woff2/Raleway-Regular.woff2') format("woff2");
}
@font-face {
font-display:swap;
  font-family: "Raleway";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('/wp-content/themes/pom/fonts/Raleway/woff2/Raleway-Italic.woff2') format("woff2");
}
@font-face {
font-display:swap;
  font-family: "Raleway";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('/wp-content/themes/pom/fonts/Raleway/woff2/Raleway-Bold.woff2') format("woff2");
}
@font-face {
font-display:swap;
  font-family: "Raleway";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url('/wp-content/themes/pom/fonts/Raleway/woff2/Raleway-BoldItalic.woff2') format("woff2");
}
body {
  color: #2D2D2D;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

/* Buttons styles
--------------------------------------------- */
.button__custom {
  padding: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 177px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 15px;
  cursor: pointer;
  transition: 0.15s;
}
.button__custom:active {
  opacity: 0.9;
}
.button__custom.button__custom--main {
  color: #fff;
  border-color: #4AB4BC;
  background-color: #4AB4BC;
}
.button__custom.button__custom--main:hover {
  color: #fff;
  border-color: #E5633A;
  background-color: #E5633A;
}
.button__custom.button__custom--accent {
  color: #fff;
  border-color: #E5633A;
  background-color: #E5633A;
}
.button__custom.button__custom--accent:hover {
  color: #fff;
  border-color: #4AB4BC;
  background-color: #4AB4BC;
}

/* awards styles
--------------------------------------------- */
.awards {
  box-sizing: border-box;
  margin-top: 100px;
}
.awards * {
  box-sizing: border-box;
}

.awards__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2D2D2D;
  text-align: center;
}
.awards__title:first-child {
  margin-top: 0;
}

.awards__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: -20px -10px 0;
}

.awards__item-image {
  padding: 20px 10px 0;
}
.awards__item-image img {
  display: block;
  height: 100px;
  width: auto;
}

.container--awards {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--awards {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--awards {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--awards {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--awards {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .awards {
    margin-top: 60px;
  }
  .awards:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .awards__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .awards__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .awards__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .awards__item-image {
    flex: 0 1 auto;
  }
  .awards__item-image img {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .awards__list {
    margin: -10px -5px 0;
  }
  .awards__item-image {
    padding: 15px 10px 0;
  }
  .awards__item-image img {
    height: 60px;
  }
}
/* plumbing styles
--------------------------------------------- */
.plumbing {
  box-sizing: border-box;
  margin-top: 100px;
  padding-bottom: 50px;
}
.plumbing * {
  box-sizing: border-box;
}

.plumbing__title {
  margin-bottom: 24px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2D2D2D;
}
.plumbing__title:first-child {
  margin-top: 0;
}
.plumbing__title.plumbing__title--small {
  font-size: 24px;
}

.plumbing__description {
  color: #2D2D2D;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}
.plumbing__description h5 {
  font-family: Homestead;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.plumbing__description h5 + * {
  margin-top: 0;
}

.plumbing__row {
  display: flex;
  justify-content: space-between;
}
.plumbing__row + .plumbing__row {
  margin-top: 60px;
}
.plumbing__row.plumbing__row--reverse {
  flex-direction: row-reverse;
}
.plumbing__row.plumbing__row--reverse .plumbing__content {
  padding-right: 0;
  padding-left: 95px;
}

.plumbing__content {
  flex-grow: 1;
  padding-right: 95px;
}

.plumbing__image {
  min-width: 490px;
}
.plumbing__image img {
  display: block;
  width: 100%;
  height: auto;
}

.container--plumbing {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--plumbing {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--plumbing {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--plumbing {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--plumbing {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 767.98px) {
  .plumbing {
    margin-top: 60px;
  }
  .plumbing:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .plumbing__content {
    padding-right: 40px;
  }
  .plumbing__row.plumbing__row--reverse .plumbing__content {
    padding-left: 40px;
  }
  .plumbing__image {
    min-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .plumbing__title {
    font-size: 28px;
  }
  .plumbing__title.plumbing__title--small {
    font-size: 22px;
  }
  .plumbing__row {
    flex-direction: column;
  }
  .plumbing__row.plumbing__row--reverse {
    flex-direction: column;
  }
  .plumbing__row.plumbing__row--reverse .plumbing__content {
    padding-left: 0;
  }
  .plumbing__content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .plumbing__image {
    min-width: 100%;
  }
  .plumbing__row + .plumbing__row {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .plumbing__title {
    font-size: 24px;
  }
  .plumbing__title.plumbing__title--small {
    font-size: 20px;
  }
  .plumbing__description {
    font-size: 16px;
  }
  .plumbing__description h5 {
    font-size: 16px;
  }
}
/* services styles
--------------------------------------------- */
.services {
  box-sizing: border-box;
  margin-top: 100px;
}
.services * {
  box-sizing: border-box;
}

.services__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2D2D2D;
  text-align: center;
}
.services__title:first-child {
  margin-top: 0;
}

.services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -24px -10px 0;
}

.services__item {
  width: 50%;
  padding: 24px 10px 0;
}

.services__link {
  background-color: #F4F4F4;
  color: #2D2D2D;
  font-family: Homestead;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
  border-bottom: 2px solid #4AB4BC;
  transition: 0.15s;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 56px;
  padding: 5px 40px 4px 24px;
}
.services__link:hover {
  border-color: #E5633A;
  box-shadow: 0 10px 15px 0 #FFE8E1;
}
.services__link:hover .services__item-icon {
  filter: invert(40%) sepia(98%) saturate(450%) hue-rotate(328deg) brightness(100%) contrast(90%);
}

.services__item-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  filter: invert(67%) sepia(15%) saturate(1399%) hue-rotate(136deg) brightness(92%) contrast(89%);
}
.services__item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.container--services {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--services {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--services {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--services {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--services {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .services {
    margin-top: 60px;
  }
  .services:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .services__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .services__list {
    margin: -16px -8px 0;
  }
  .services__item {
    padding: 16px 8px 0;
  }
}
@media (max-width: 767.98px) {
  .services__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .services__item {
    width: 100%;
  }
  .services__link {
    font-size: 16px;
    min-height: 48px;
    padding: 5px 35px 4px 16px;
  }
  .services__item-icon {
    right: 12px;
  }
}
/* requests styles
--------------------------------------------- */
.requests {
  box-sizing: border-box;
  margin-top: 100px;
}
.requests * {
  box-sizing: border-box;
}
.requests h1:first-child, .requests h2:first-child, .requests h3:first-child, .requests h4:first-child, .requests h5:first-child, .requests h6:first-child, .requests p:first-child {
  margin-top: 0;
}

.requests__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2D2D2D;
}
.requests__title:first-child {
  margin-top: 0;
}

.requests__row {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}

.requests__content {
  padding-left: 95px;
  flex-grow: 1;
}

.requests__image {
  min-width: 500px;
}
.requests__image img {
  display: block;
  width: 100%;
}

.requests__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.requests__item {
  padding-left: 66px;
  position: relative;
}
.requests__item + .requests__item {
  margin-top: 85px;
}
.requests__item + .requests__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -43px;
  left: 66px;
  right: 0;
  height: 1px;
  background-color: #D7D7D7;
}
.requests__item .requests__item-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.requests__item-icon {
  width: 40px;
  height: 40px;
}
.requests__item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.requests__item-title {
  color: #2D2D2D;
  font-family: Homestead;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 16px;
}

.requests__description {
  color: #2D2D2D;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55; /* 155.556% */
}

.container--requests {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--requests {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--requests {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--requests {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--requests {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .requests {
    margin-top: 60px;
  }
  .requests:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .requests__content {
    padding-left: 40px;
  }
  .requests__image {
    min-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .requests__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .requests__row {
    flex-direction: column;
  }
  .requests__content {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .requests__image {
    min-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .requests__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .requests__item {
    padding-left: 50px;
  }
  .requests__item + .requests__item {
    margin-top: 60px;
  }
  .requests__item + .requests__item::before {
    top: -33px;
    left: 50px;
  }
  .requests__item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .requests__description {
    font-size: 16px;
  }
}
/* benefits styles
--------------------------------------------- */
.benefits {
  box-sizing: border-box;
  margin-top: 100px;
  background-color: #2D2D2D;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.benefits * {
  box-sizing: border-box;
}
.benefits h1:first-child, .benefits h2:first-child, .benefits h3:first-child, .benefits h4:first-child, .benefits h5:first-child, .benefits h6:first-child, .benefits p:first-child {
  margin-top: 0;
}

.benefits__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.benefits__title:first-child {
  margin-top: 0;
}

.benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -38px 0;
}

.benefits__item {
  width: 25%;
  padding: 16px 38px 0;
}

.benefits__item-icon {
  width: 40px;
  height: 40px;
}
.benefits__item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.benefits__item-icon {
  width: 64px;
  height: 64px;
}

.benefits__item-title {
  font-family: Homestead;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33; /* 133.333% */
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 16px;
}

.benefits__description {
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55; /* 155.556% */
}

.container--benefits {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--benefits {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--benefits {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--benefits {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--benefits {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .benefits {
    margin-top: 60px;
  }
  .benefits:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .benefits__list {
    margin: 0 -15px;
  }
  .benefits__item {
    padding: 16px 15px 0;
  }
}
@media (max-width: 991.98px) {
  .benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .benefits__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .benefits__item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .benefits {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .benefits__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .benefits__item {
    width: 100%;
    padding-top: 0;
  }
  .benefits__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .benefits__item-icon {
    width: 48px;
    height: 48px;
  }
  .benefits__item-title {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 12px;
  }
  .benefits__description {
    font-size: 16px;
  }
}
/* faq styles
--------------------------------------------- */
.faq {
  box-sizing: border-box;
  margin-top: 100px;
}
.faq * {
  box-sizing: border-box;
}
.faq h1:first-child, .faq h2:first-child, .faq h3:first-child, .faq h4:first-child, .faq h5:first-child, .faq h6:first-child, .faq p:first-child {
  margin-top: 0;
}

.faq__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2D2D2D;
  text-align: center;
}
.faq__title:first-child {
  margin-top: 0;
}

.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -24px 0 0;
}

.faq__item {
  width: 100%;
  padding: 24px 0 0;
}

.faq__details {
  border-bottom: 2px solid #4AB4BC;
}
.faq__details:hover, .faq__details[open] {
  border-color: #E5633A;
  box-shadow: 0 10px 15px 0 #FFE8E1;
}
.faq__details:hover .faq__icon, .faq__details[open] .faq__icon {
  filter: invert(40%) sepia(98%) saturate(450%) hue-rotate(328deg) brightness(100%) contrast(90%);
}
.faq__details[open] .faq__icon {
  transform: translateY(-50%) rotate(270deg);
}

.faq__summary {
  background-color: #F4F4F4;
  color: #2D2D2D;
  font-family: Homestead;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
  transition: 0.15s;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 54px;
  padding: 5px 40px 2px 24px;
  cursor: pointer;
}

.faq__icon {
  position: absolute;
  right: 18px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(90deg);
  filter: invert(67%) sepia(15%) saturate(1399%) hue-rotate(136deg) brightness(92%) contrast(89%);
  transition: 0.15s transform;
}
.faq__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.faq__answer {
  padding: 24px 20px 10px 24px;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55; /* 155.556% */
}

.container--faq {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--faq {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--faq {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--faq {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--faq {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .faq {
    margin-top: 60px;
  }
  .faq:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .faq__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .faq__list {
    margin-top: -16px;
  }
  .faq__item {
    padding-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .faq__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .faq__summary {
    font-size: 16px;
    min-height: 48px;
    padding: 5px 35px 2px 16px;
  }
  .faq__icon {
    right: 12px;
  }
  .faq__answer {
    font-size: 16px;
    padding: 16px 15px 10px 16px;
  }
}
/* customer-reviews styles
--------------------------------------------- */
.customer-reviews {
  box-sizing: border-box;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3D9BA5;
  position: relative;
}
.customer-reviews * {
  box-sizing: border-box;
}
.customer-reviews h1:first-child, .customer-reviews h2:first-child, .customer-reviews h3:first-child, .customer-reviews h4:first-child, .customer-reviews h5:first-child, .customer-reviews h6:first-child, .customer-reviews p:first-child {
  margin-top: 0;
}

.customer-reviews__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.customer-reviews__title:first-child {
  margin-top: 0;
}

.customer-reviews__title,
.customer-reviews__slider {
  position: relative;
  z-index: 2;
}

.customer-reviews__image-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.customer-reviews__image-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-reviews__slider {
  margin-left: -10px;
  margin-right: -10px;
}
.customer-reviews__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  background-color: #fff;
  border: 2px solid #4AB4BC;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.customer-reviews__slider .slick-arrow:hover {
  border-color: #E5633A;
}
.customer-reviews__slider .slick-arrow:hover::after {
  filter: invert(40%) sepia(98%) saturate(450%) hue-rotate(328deg) brightness(100%) contrast(90%);
}
.customer-reviews__slider .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  filter: invert(67%) sepia(15%) saturate(1399%) hue-rotate(136deg) brightness(92%) contrast(89%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('/wp-content/uploads/svg/arrow.svg');
}
.customer-reviews__slider .slick-prev {
  left: -14px;
}
.customer-reviews__slider .slick-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.customer-reviews__slider .slick-next {
  right: -14px;
}

.customer-reviews__slider-list .slick-track {
  display: flex;
}

.customer-reviews__item {
  padding: 0 10px;
  height: auto;
}

.customer-reviews__card {
  background-color: #fff;
  height: 100%;
  padding: 40px;
  border-bottom: 2px solid #E5633A;
}

.customer-reviews__card-top {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.customer-reviews__name {
  color: #2D2D2D;
  font-family: Homestead;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33; /* 133.333% */
  text-transform: uppercase;
}

.customer-reviews__quote-icon {
  width: 40px;
  height: 40px;
}
.customer-reviews__quote-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.customer-reviews__quote-icon {
  width: 22px;
  height: 22px;
  margin-top: -5px;
}

.customer-reviews__description {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125; /* 131.25% */
}

.rate {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 16px;
  background-image: url('/wp-content/uploads/svg/star-1.svg');
  background-repeat: repeat-x;
  background-size: 20px 100%;
  background-position: left 0 center;
}

.current-rate {
  width: 80%;
  height: 16px;
  background-image: url('/wp-content/uploads/svg/star-2.svg');
  background-repeat: repeat-x;
  background-size: 20px 100%;
  background-position: left 0 center;
}

.container--customer-reviews {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--customer-reviews {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--customer-reviews {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--customer-reviews {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--customer-reviews {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .customer-reviews {
    margin-top: 60px;
  }
  .customer-reviews:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .customer-reviews__slider .slick-prev {
    left: -10px;
  }
  .customer-reviews__slider .slick-next {
    right: -10px;
  }
}
@media (max-width: 991.98px) {
  .customer-reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .customer-reviews__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .customer-reviews__slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .customer-reviews__card {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .customer-reviews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .customer-reviews__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .customer-reviews__slider {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .customer-reviews__card {
    padding: 24px;
  }
  .customer-reviews__name {
    font-size: 16px;
  }
  .customer-reviews__description {
    font-size: 15px;
  }
}
/* estimate styles
--------------------------------------------- */
.estimate {
  box-sizing: border-box;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background-color: #2D2D2D;
}
.estimate * {
  box-sizing: border-box;
}
.estimate h1:first-child, .estimate h2:first-child, .estimate h3:first-child, .estimate h4:first-child, .estimate h5:first-child, .estimate h6:first-child, .estimate p:first-child {
  margin-top: 0;
}

.customer-reviews + .estimate {
  margin-top: 0;
}

.estimate__title {
  margin-bottom: 30px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.estimate__title:first-child {
  margin-top: 0;
}

.estimate__row {
  display: flex;
  flex-wrap: wrap;
  margin: -24px -10px 0;
}

.estimate__field {
  padding: 24px 10px 0;
  width: 25%;
}

.estimate__label {
  display: block;
  margin-bottom: 16px;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125; /* 131.25% */
}

.estimate__input {
  appearance: none;
  border: none;
  display: block;
  width: 100%;
  height: 44px;
  background-color: #676767;
  color: #fff;
  padding: 3px 16px 1px;
  font-size: 16px;
}
.estimate__input::placeholder {
  color: #B3B3B3;
}
.estimate__input:focus {
  outline: none;
}
.estimate__input:focus::placeholder {
  opacity: 0;
}

.estimate__consent {
  margin-top: 24px;
  margin-bottom: 32px;
}

.estimate__checkbox-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  user-select: none;
  cursor: pointer;
}
.estimate__checkbox-wrapper .estimate__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.estimate__checkbox-wrapper .estimate__checkbox:checked ~ .estimate__checkbox-text::after {
  background-image: url('/wp-content/uploads/svg/check.svg');
}

.estimate__checkbox-text {
  display: block;
  font-family: Raleway;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 36px;
}
.estimate__checkbox-text::before, .estimate__checkbox-text::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 2px solid transparent;
}
.estimate__checkbox-text::before {
  border-color: #676767;
}
.estimate__checkbox-text::after {
  filter: brightness(0) invert(100%);
}

.estimate__disclaimer {
  margin: 0;
  padding-left: 36px;
  color: rgba(255, 255, 255, 0.5);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125;
}
.estimate__disclaimer a:not(:hover) {
  color: inherit;
}

.container--estimate {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--estimate {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--estimate {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--estimate {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--estimate {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .estimate {
    margin-top: 60px;
  }
  .estimate:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .estimate {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .estimate__title {
    font-size: 28px;
  }
  .estimate__field {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .estimate {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .estimate__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .estimate__row {
    margin-top: -16px;
  }
  .estimate__field {
    width: 100%;
    padding-top: 16px;
  }
  .estimate__label {
    margin-bottom: 8px;
  }
  .estimate__consent {
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .estimate__checkbox-text {
    font-size: 14px;
  }
  .estimate__disclaimer {
    font-size: 12px;
  }
}
/* service-locations styles
--------------------------------------------- */
.service-locations {
  position: relative;
  box-sizing: border-box;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background-color: #336994;
}
.service-locations * {
  box-sizing: border-box;
}
.service-locations h1:first-child, .service-locations h2:first-child, .service-locations h3:first-child, .service-locations h4:first-child, .service-locations h5:first-child, .service-locations h6:first-child, .service-locations p:first-child {
  margin-top: 0;
}

.customer-reviews + .service-locations,
.estimate + .service-locations {
  margin-top: 0;
}

.service-locations__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.service-locations__title:first-child {
  margin-top: 0;
}

.service-locations__title,
.service-locations__list {
  position: relative;
  z-index: 2;
}

.service-locations__image-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-locations__image-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-locations__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -40px -20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-locations__item {
  position: relative;
  padding: 0 20px 0 60px;
  margin-top: 40px;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3125; /* 131.25% */
  background-image: url('/wp-content/uploads/svg/location.svg');
  background-repeat: no-repeat;
  background-position: left 20px top 0;
  background-size: 24px 24px;
  min-height: 24px;
  padding-top: 2px;
}
.service-locations__item a {
  text-decoration: none;
}
.service-locations__item a:not(:hover) {
  color: inherit;
}

.container--service-locations {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--service-locations {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--service-locations {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--service-locations {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--service-locations {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .service-locations {
    margin-top: 60px;
  }
  .service-locations:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .service-locations__list {
    margin: -30px -15px 0;
    justify-content: center;
  }
  .service-locations__item {
    padding: 2px 15px 0 50px;
    margin-top: 30px;
    background-position: left 15px top 0;
  }
}
@media (max-width: 991.98px) {
  .service-locations {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service-locations__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .service-locations__item {
    width: 33.333%;
  }
}
@media (max-width: 767.98px) {
  .service-locations {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-locations__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .service-locations__list {
    margin: -20px -10px 0;
  }
  .service-locations__item {
    width: 50%;
    margin-top: 16px;
    padding: 2px 10px 0 40px;
    font-size: 14px;
    background-size: 20px 20px;
    background-position: left 10px top 0;
  }
}
@media (max-width: 480px) {
  .service-locations__item {
    font-size: 13px;
  }
}

.green-line {
  background: #4AB4BC;
  padding: 78px 0;
}
.container.container--gl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h2.gl__title {
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: white;
}

a.button__custom.button__custom--accent {
  max-height: 40px;
  font-size: 14px;
  font-weight: 600;
  font-family: Raleway;
  text-decoration: none;
}

@media (max-width: 767.98px) {
.container.container--gl {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}
	h2.gl__title {
  font-family: Homestead;
  font-size: 24px;
  font-weight: 400;

}
}
.hero-home {
  position: relative;
  min-height: 540px;
}
.hero-home picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:-1;
}
.container.container--home {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 540px;
}
.hero-home h1 {
  font-family: Homestead;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: white;
  max-width: 573px;
}

@media (max-width: 767.98px) {
.container.container--home {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 540px;
  padding: 0 10px;
}
	.hero-home h1 {
  font-size: 36px;
max-width: 100%;
}
}
.wpcf7-form.init input {
  appearance: none;
  border: none;
  display: block;
  width: 100%;
  height: 44px;
  background-color: #676767;
  color: #fff;
  padding: 3px 16px 1px;
  font-size: 16px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 177px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 15px;
  cursor: pointer;
  transition: 0.15s;
  color: #fff;
  border-color: #E5633A;
  background-color: #E5633A;
  width: 177px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  color: #fff;
  border-color: #4AB4BC;
  background-color: #4AB4BC;
}
.wpcf7-form-control.wpcf7-submit.has-spinner label {
  display: block;
  margin-bottom: 16px;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125;
}
.form-inner-input {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.form-inner-input p {
  padding: 0;
  margin: 0;
}

/* Скрываем стандартный чекбокс */
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* Стилизуем контейнер чекбокса */
.custom-checkbox .wpcf7-list-item {
    display: inline-block;
    position: relative;
    padding-left: 30px; /* Место для кастомного чекбокса */
    cursor: pointer;
    margin-right: 15px;
}

/* Создаем кастомный чекбокс */
.custom-checkbox .wpcf7-list-item::before {
    content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -16px;
  top: -4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-color: #676767;
}

/* Стили для активного (выбранного) чекбокса */
.custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #0073aa; /* Цвет фона */
    border-color: #0073aa; /* Цвет рамки */
}

/* Галочка при нажатии */
.custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: '\2713'; /* Символ галочки */
    position: absolute;
    left: 5px;
    top: 1px;
    color: #fff;
    font-weight: bold;
}
.wpcf7-list-item-label {
  display: block;
  font-family: Raleway;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 6px;
}
.estimate__consent p {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*---------------------------------------UPG STYLE -------------------------------------------*/
.container-upg.container-upg--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
}
.header__link {
  display: flex;
  align-items: center;
  gap: 32px;
}
.button__link.button__link--header {
  width: 141px;
  box-sizing: border-box;
}

#primary-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
#primary-menu a{
  color: #0F172A;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration:none; 
  padding: 38px 0;
}
.header__phone {
  color: #0F172A;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  gap: 10px;
  display: flex;
}

#primary-menu {
  list-style: none;
  position: relative;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 210px;
}

/*.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
  top: 96px;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px;
}*/
.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-arrow {
    width: 13px;
    height: 7px;
    flex-shrink: 0;
}
@media screen and (min-width: 1100px) {

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {

        left: auto;
        top: 96px;

        background: white;

        list-style: none;

        padding: 15px;
        margin: 0;
    }

}
@media screen and (min-width:1100px){
	.menu-toggle {
  display: none;
}
}

/* =========================
   MENU TOGGLE
========================= */

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 100001;
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: #2D2D2D;
    margin: 6px auto;
    transition: all 0.3s ease;
}


/* =========================
   DESKTOP
========================= */

@media screen and (min-width: 1100px) {

    .menu-toggle {
        display: none;
    }

}
@media screen and (min-width:1100px){

    .main-navigation {
        display: block;
    }

    #primary-menu {
        display: flex;
    }
	
#primary-menu li:nth-child(5) .sub-menu {
  column-count: 3;
  width: 100%;
}
#primary-menu li:nth-child(5) .sub-menu  a{
  padding: 7px 0;
  display: block;
  font-weight: 400;
}
}
@media screen and (min-width: 1100px) {

    /* =========================================
       DRAIN & SEWER — 4-й пункт головного меню
       ========================================= */

    #primary-menu > li:nth-child(4) > .sub-menu {
        display: flex;
        width: 645px;
        box-sizing: border-box;
        padding: 25px;
        gap: 40px;
    }

    /* DRAIN та SEWER — дві колонки */
    #primary-menu > li:nth-child(4) > .sub-menu > li {
        width: 50%;
        position: static;
    }

    /* 3-й рівень — показуємо автоматично */
    #primary-menu > li:nth-child(4) > .sub-menu > li > .sub-menu {
        display: block;
        position: static;
        left: auto;
        top: auto;

        width: auto;
        min-width: 0;

        float: none;
        box-shadow: none;

        padding: 10px 0 0 0;
        margin: 0;

        list-style: none;
    }

    /* Посилання 3-го рівня */
    #primary-menu > li:nth-child(4) > .sub-menu > li > .sub-menu a {
        display: block;
        width: auto;
        padding: 6px 0;

        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
    }

    /* Заголовки DRAIN / SEWER */
    #primary-menu > li:nth-child(4) > .sub-menu > li > a {
        display: block;
        width: auto;

        padding: 0 0 10px 0;

        font-weight: 600;
    }

    /* Не потрібна стрілка біля DRAIN / SEWER */
    #primary-menu > li:nth-child(4) > .sub-menu > li > a .menu-arrow {
        display: none;
    }

    /* Не даємо стандартному CSS ховати 3-й рівень */
    #primary-menu > li:nth-child(4) > .sub-menu > li:hover > .sub-menu,
    #primary-menu > li:nth-child(4) > .sub-menu > li.focus > .sub-menu {
        display: block;
        left: auto;
        top: auto;
    }

}
@media screen and (min-width: 1100px) {

    /* =========================================
       PLUMBING — 3-й пункт головного меню
       ========================================= */

    #primary-menu > li:nth-child(3) > .sub-menu {
        display: flex;
        width: 645px;
        box-sizing: border-box;
        padding: 25px;
        gap: 40px;
    }

    /* 4 колонки */
    #primary-menu > li:nth-child(3) > .sub-menu > li {
        width: 25%;
        position: static;
    }

    /* 3-й рівень — показуємо автоматично */
    #primary-menu > li:nth-child(3) > .sub-menu > li > .sub-menu {
        display: block;
        position: static;
        left: auto;
        top: auto;

        width: auto;
        min-width: 0;

        float: none;
        box-shadow: none;

        padding: 10px 0 0 0;
        margin: 0;

        list-style: none;
    }

    /* Посилання 3-го рівня */
    #primary-menu > li:nth-child(3) > .sub-menu > li > .sub-menu a {
        display: block;
        width: auto;
        padding: 6px 0;

        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
    }

    /* Заголовки колонок */
    #primary-menu > li:nth-child(3) > .sub-menu > li > a {
        display: block;
        width: auto;

        padding: 0 0 10px 0;

        font-weight: 600;
        line-height: 1.1;
    }

    /* Прибираємо стрілки біля заголовків */
    #primary-menu > li:nth-child(3) > .sub-menu > li > a .menu-arrow {
        display: none;
    }

    /* Не даємо стандартному CSS ховати 3-й рівень */
    #primary-menu > li:nth-child(3) > .sub-menu > li:hover > .sub-menu,
    #primary-menu > li:nth-child(3) > .sub-menu > li.focus > .sub-menu {
        display: block;
        left: auto;
        top: auto;
    }

}
/* =========================================
   MOBILE MENU
========================================= */

@media screen and (max-width: 1195px) {

    /* Header */

    .container-upg.container-upg--header {
        height: 80px;
        position: relative;
    }


    /* Burger */

    .menu-toggle {
        display: block;

        width: 40px;
        height: 40px;

        padding: 0;
        margin: 0;

        border: 0;
        background: transparent;

        cursor: pointer;

        position: relative;
        z-index: 100001;
    }


    .menu-toggle span {
        display: block;

        width: 28px;
        height: 2px;

        margin: 6px auto;

        background: #2D2D2D;

        transition: all 0.3s ease;
    }


    /* Burger -> X */

    .main-navigation.toggled .menu-toggle span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .main-navigation.toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .main-navigation.toggled .menu-toggle span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


    /* Desktop menu hidden */

    #primary-menu {
        display: none;
    }


    /* Mobile menu */

    .main-navigation.toggled #primary-menu {

        display: flex;

        flex-direction: column;

        align-items: stretch;

        justify-content: flex-start;

        position: fixed;

        top: 80px;
        left: 0;
        right: 0;

        width: 100%;

        height: calc(100vh - 80px);

        padding: 20px 25px;

        margin: 0;

        box-sizing: border-box;

        background: #fff;

        overflow-y: auto;

        z-index: 100000;

        gap: 0;
    }


    /* Main menu items */

    #primary-menu > li {

        width: 100%;

        border-bottom: 1px solid #E5E7EB;
    }


    #primary-menu > li > a {

        display: flex;

        align-items: center;

        justify-content: space-between;

        width: 100%;

        padding: 18px 0;

        box-sizing: border-box;

        font-size: 18px;
    }


    /* =========================================
       SUBMENU
    ========================================= */

    .main-navigation ul ul {

        display: none;

        position: static !important;

        left: auto !important;
        top: auto !important;

        float: none;

        width: 100%;

        box-shadow: none;

        background: transparent !important;

        padding: 0 0 10px 0 !important;

        margin: 0 !important;
		list-style: none;
    }


    /* Open submenu */

    #primary-menu .menu-item-has-children.submenu-open > .sub-menu {

        display: block;
    }


    /* Submenu links */

    #primary-menu .sub-menu a {

        display: block;

        width: 100%;

        padding: 10px 0 10px 0px;

        box-sizing: border-box;

        font-size: 16px;
    }


    /* Arrow */

    .menu-item-has-children > a {

        display: flex;

        align-items: center;

        justify-content: space-between;

        gap: 10px;
    }


    .menu-arrow {

        flex-shrink: 0;

        transition: transform 0.3s ease;
    }


    /* Rotate arrow */

    .menu-item-has-children.submenu-open > a .menu-arrow {

        transform: rotate(180deg);
    }


    /* Hide phone and button on mobile header */

    .header__link {

        display: none;
    }
	
	

}
@media screen and (max-width: 1194px) {

    #primary-menu .menu-item-has-children > .sub-menu {
        display: none;
    }

    #primary-menu .menu-item-has-children.mobile-open > .sub-menu {
        display: block;
    }

}
@media screen and (max-width: 1194px) {
		.main-navigation.toggled #primary-menu {
  width: 212px;
  left: auto;
  top: 100px;
}
	#primary-menu > li > a {
    font-size: 16px;
  }
	 .header__link {
    display: flex;
  }
	 #site-navigation {
    position: absolute;
    right: 40px;
  }
	.container-upg.container-upg--header {
    height: 80px;
    position: relative;
    gap: 89px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 833px) {
.site-branding a img {
  max-width: 104px;
}
.header__link {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
  }	
.button__link.button__link--header {
  width: 129px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 14px 16px;
}
.header__phone span {
  display: none;
}
.container-upg.container-upg--header {
    height: 80px;
    position: relative;
    justify-content: flex-start;
    gap: 25px;
  }
#site-navigation {
  position: absolute;
  right: 20px;
}
	#primary-menu li a {
  font-size: 16px;
}
}


.first-screen {
  background-image: url('/wp-content/uploads/2026/08/hero.jpg');
  padding: 111px 0;
}
.first-screen h1 {
  color: #FFF;
  font-family: Outfit;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  max-width: 800px;
  padding:0;
  margin: 0 0 24px;
}
.first-screen h1 strong{
	font-weight:800;
}
.fs__subheading {
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.active-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin: 40px 0;
}
.active-buttons a + a {
  display: flex;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  gap: 10px;
  text-decoration: none;
  transition: 0.5s all;
}
.active-buttons a + a:hover {
  text-decoration: underline;
}
.active-buttons .button__link {
  width: 275px;
  box-sizing: border-box;
}
.hero__list {
  color: white;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 48px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 24px;
}
.hero__list li:nth-child(1)::before {
  content: url('/wp-content/uploads/svg/i-clock.svg');
}
.hero__list li:nth-child(2)::before {
  content: url('/wp-content/uploads/svg/i-check.svg');
}
.hero__list li:nth-child(3)::before {
  content: url('/wp-content/uploads/svg/i-star.svg');
}
.hero__list li:nth-child(4)::before {
  content: url('/wp-content/uploads/svg/і-award.svg');
}
.hero__list li {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 1194px) {
	.first-screen {
  background-position: center;
  background-position-y: center;
  background-position-x: center;
  padding: 100px 0;
}
	.container-upg {
  	padding: 0 40px;
	}
	.first-screen h1 {
  font-size: 48px;
}
.fs__subheading {
  font-size: 18px;
}	
}
@media screen and (max-width: 833px) {
.first-screen {
  padding: 72px 0;
}	
.first-screen {
  background-image: url('/wp-content/uploads/2026/08/hero.jpg');
  padding: 111px 0;
  background-position-y: bottom;
  background-position-x: center;
}	
.first-screen h1 {
  font-size: 32px;
  margin-bottom: 24px;
}
.fs__subheading {
  font-size: 16px;
}
.active-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero__list {
  flex-direction: column;
  gap: 24px;
}	
}


.requests-upg {
  padding: 120px 0;
}
.requests__area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
.requests-upg .requests__image img {
  padding: 0 !important;
  margin: 0;
  border-radius: 24px;
}
.requests__heading {
  color: #0F172A;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0 0 16px;
}
.requests__sub-heading {
  color: #64748B;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 32px;
}
.plumbing__description p {
  padding: 0;
  margin: 0;
  color: #334155;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1194px) {
.requests-upg {
  padding: 64px 0;
}
.requests-upg .requests__area {
  flex-direction: column;
	gap: 40px;
}
.container-upg h2 {
  font-size: 32px;
  margin-bottom: 16px;
}	
}
@media screen and (max-width: 833px) {
.requests-upg {
  padding: 50px 0;
}
.plumbing__description p {
  font-size: 16px;
}
.requests-upg .requests__area {
  flex-direction: column;
}	
}
	



.green-line-upg {
  padding: 80px 0;
  background: #4AB4BC;
}
.container-upg.container-upg--gl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gl__heading {
  color: #FFF;
  font-family: Outfit;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.button__link.button__link--gl {
  border-radius: 8px;
  background: #FFF;
  color: #4AB4BC;
}
@media screen and (max-width: 1194px) {
	.container-upg.container-upg--gl {
  gap: 60px;
}
.button__link.button__link--gl {
  width: 193px;
}	
}
@media screen and (max-width: 833px) {
.green-line-upg {
  padding: 50px 0;
}	
.container-upg.container-upg--gl {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.container-upg h2.gl__heading {
  font-size: 36px;
}	
}



.pl-services {
  padding: 120px 0;
  background: #F8FAFC;
}
.pl-services h2 {
  color: #0F172A;
  text-align: center;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0 0 16px;
}
.pl__sub {
  color: #64748B;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 80px;
}
.pl__list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.pl__item {
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  background: #FFF;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  width: 27%;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
}
.pl-icon {
  background-color: #FFF0EB;
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.pl__title {
  color: #0F172A;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 12px;
}
.pl__description {
  color: #64748B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}
.pl__description p{
	padding:0;
	margin:0;
}
.button__link.button__link--pl {
  margin: 0 auto;
  width: 287px;
}
@media screen and (max-width: 1194px) {
.pl-services {
  padding: 64px 0;
}	
.pl__item {
  width: 39%;
}
}
@media screen and (max-width: 833px) {
.pl__list {
  padding: 0;
  margin: 0;
  gap: 10px;
}
.pl__item {
  width: 100%;
}	
}



.big-txt h2 {
  color: #0F172A;
  text-align: left;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0 0 80px;
}
.big-txt p, .big-txt ul{
	color: #64748B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.big-txt h3 {
  color: #0F172A;
  text-align: left;
  font-family: Outfit;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0 0 20px;
} 
.big-txt .requests__image img {
  padding: 0 !important;
  margin: 0;
  border-radius: 24px;
}
.big-txt .requests__area {
  padding-top: 60px;
}
@media screen and (max-width: 1194px) {
.big-txt {
  padding: 64px 0;
}	
.big-txt .requests__area {
  flex-direction: column;
  gap: 30px;
}
}
@media screen and (max-width: 833px) {
.big-txt .requests__area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.big-txt h3 {
  font-size: 24px;
}	
}



.txt-upg {
  padding: 120px 0;
}
.txt-upg h2 {
  color: #0F172A;
  text-align: center;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 80px;
}
.txt-upg h2 + div{
	color: #64748B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.looking {
  padding: 120px 0;
}
.looking h2 {
  color: #0F172A;
  text-align: left;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 64px;
}
.looking a, .pl__item a, .requests__info a {
  color: #4AB4BC;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
}
.looking__text {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.looking__text p {
  width: 50%;
  color: #334155;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 1194px) {
.looking {
  padding: 64px 0;
}
}
@media screen and (max-width: 833px) {
.looking {
  padding: 50px 0;
}	
.looking__text {
  flex-direction: column;
  gap:24px;
}
.looking__text p{
  width:100%;
  padding:0;
  margin:0;
}	
}


.competitors {
  padding: 120px 0;
  background: #F8FAFC;
}
.competitors h2 {
  color: #0F172A;
  text-align: center;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 80px;
}
.comp__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 48px;
}
.comp-icon {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
}
.comp-title {
  color: #0F172A;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: inherit;
}
.comp__description {
  color: #64748B;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1194px) {
.competitors{
  padding: 64px 0;
}
.comp__list {
  flex-wrap: wrap;
}
.comp__item {
  width: 46%;
}	
}
@media screen and (max-width: 833px) {
.competitors {
  padding: 50px 0;
}	
.comp__list {
  flex-direction: column;
}
.comp__item {
  width: 100%;
}	
}

@media screen and (max-width: 1194px) {
.txt-upg {
  padding: 64px 0;
}
}
@media screen and (max-width: 833px) {
.txt-upg {
  padding: 50px 0;
}
}


.areas-upg {
  background-image: url('/wp-content/uploads/2026/08/locations.jpg');
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
}
.areas-upg h2 {
  color: #FFF;
  text-align: center;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.areas__location {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 16px;
  max-width: 950px;
  margin: 0 auto;
  justify-content: center;
}
.areas__location a {
  border-radius: 100px;
  background: #FFF;
  display: flex;
  padding: 12px 24px;
  align-items: flex-start;
  text-decoration: none;
  color: #0F172A;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.5s all;
}
.areas__location li:first-child a {
  background: #4AB4BC;
  color: white;
}
.areas__location  a:hover {
  background: #4AB4BC;
  color: white;
}
@media screen and (max-width: 1194px) {
.areas-upg {
  padding: 64px 0;
}
}
@media screen and (max-width: 833px) {
.areas-upg {
  padding: 64px 0;
}
}




.review-upg {
  padding: 120px 0;
  background: #F8FAFC;
}
.review-upg h2 {
  color: #0F172A;
  text-align: center;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 80px;
}
.SliderContentParent {
  color: #64748B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1194px) {
.review-upg {
  padding: 64px 0;
}
}
@media screen and (max-width: 833px) {
.review-upg {
  padding: 50px 0;
}
}


.faq-upg {
  padding: 120px 0;
}
.faq-upg .container-upg {
  max-width: 1040px;
}
.faq-upg h2 {
  color: #0F172A;
  text-align: center;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0 0 64px;
}
.faq__listing {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.faq__items {
  border-radius: 12px;
  border: 1px solid #4AB4BC;
  background: #FFF;
  padding: 24px;
}
.faq__qw {
  color: #0F172A;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.faq-upg .faq__details {
  border-bottom: none;
    border-bottom-color: currentcolor;
}
.faq-upg .faq__details:hover, .faq__details[open] {
  border-color: transparent;
  box-shadow: none;
}
.faq__ans p {
  padding: 0;
    padding-top: 0px;
  margin: 0;
  color: #2D2D2D;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-top: 24px;
}
.faq-upg .faq__details[open] .faq__icon {
  transform: translateY(-50%) rotate(45deg);
}
.faq-upg .faq__details:hover .faq__icon, .faq-upg .faq__details[open] .faq__icon {
  filter: none;
}
.faq-upg summary {
    list-style: none;
}
.faq-upg summary::marker {
    display: none;
}
.faq-upg summary::-webkit-details-marker {
    display: none;
}
.faq__icon {
  filter: none;
}
@media screen and (max-width: 1194px) {
.faq-upg {
  padding: 64px 0;
}
}
@media screen and (max-width: 833px) {
.faq-upg {
  padding: 50px 0;
}	
.container-upg {
  padding: 0 20px;
}
.faq__qw > span {
  max-width: 260px;
  display: flex;
}
.faq-upg .container-upg {
  max-width: 1040px;
}
.container-upg h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.faq__qw span {
  width: 80%;
  display: flex;
}	
}



.map-section {
  background-image: url('/wp-content/uploads/2026/08/map-section.jpg');
  background-repeat: no-repeat;
  padding: 80px 0 78px;
  max-height: 600px;
  box-sizing: border-box;
}
.contact-area {
  width: 480px;
  height: 442px;
  padding: 48px;
  background: white;
  box-sizing: border-box;
  border-radius: 24px;
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
}

.map-section h2 {
  padding: 0;
  margin: 0 0 8px;
  color: #0F172A;
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.map-section p {
  color: #64748B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.map-section ul {
  padding: 32px 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.map-section ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.map-section ul span {
  color: #0F172A;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.button__link {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #4AB4BC;
  color: white;
  text-decoration: none;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width:159px;
}
.map-section .frame-43 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 1194px) {	
.map-section {
  background-image: url('/wp-content/uploads/2026/08/map-section.jpg');
  background-repeat: no-repeat;
  padding: 0px;
  max-height: 600px;
  box-sizing: border-box;
  background-position: center;
  margin-bottom: 400px;
}
.contact-area {
  width: 100%;
}
.map-section .frame-43 {
  top: 30%;
}	
}

@media screen and (max-width: 833px) {	

.map-section {
    background-position: center;
    padding: 0 0 50px;
	margin-bottom: 400px;
}
.container-upg--inner {
    padding-top: 500px;
  }
.contact-area {
  width: 350px;
  margin: 0 auto;
  padding: 30px;
}
	.map-section h2 {
  font-size: 24px;
  margin-bottom:30px;
}
	
}
@media screen and (max-width: 833px) {
  
}




.footer-upg {
  background: #4AB4BC;
  color: white;
  padding: 100px 0 40px;
  color: #E2E8F0;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.container-upg {
  max-width: 1440px;
  margin: 0 auto;
}
.footer-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  border-bottom: 1px solid #BAE9EC;
  padding-bottom: 80px;
}
.col-1 {
  max-width: 340px;
  margin-right: 100px;
}
.col-1 p {
  margin: 32px 0;
}
.footer__heading {
  color: #FFF;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.social-hub {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-hub li {
  width: 40px;
  height: 40px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.social-hub a {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.col-2 ul, .col-3 ul, .col-4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 24px;
}
.col-2 ul li, .col-3 ul li, .col-4 ul li{
	margin-bottom:16px;
}
.col-2 ul a, .col-3 ul a, .col-4 ul a {
  color: #E2E8F0;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.col-2 ul a:hover, .col-3 ul a:hover, .col-4 ul a:hover {
  text-decoration: underline;
}
#menu-service-areas {
  column-count: 2;
  gap: 40px;
}
#menu-service-areas-1 {
  column-count: 2;
  gap: 40px;
}
.footer-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #BAE9EC;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#menu-general-items-1 {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0px 0px;
  width: auto;
  gap: 20px;
}
#menu-general-items-1 a {
  text-decoration: none;
  color: #BAE9EC;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#menu-general-items-1 a:hover {
  text-decoration: underline;
}
.footer__promo {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 1194px) {
	.footer-upg {
  padding: 64px 0px 40px;
  font-size:15px;
}
.footer-1 {
  padding-bottom: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.col-1 {
  max-width: 100%;
  margin: 0 0 40px;
}	
.col-1 svg {
  max-width: 187px;
}
.col-1 p {
  margin: 24px 0;
}
.col-3, .col-4 {
  width: 45%;
}
#menu-service-areas-1 {
    column-count: 2;
    gap: 75px;
}	
.footer-2 {
    position: relative;
    gap: 50px;
    align-items: flex-end;
	flex-direction:column;
}	
.footer-2 p {
  position:absolute;
  width: calc(50% - 25px);
}
#menu-general-items-1 {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 20px 0px;
  width: 100%;
}
#menu-general-items-1 a {
  color:white;
  text-decoration:none;
}
#menu-general-items-1 a:hover {
  color:white;
  text-decoration:underline;
}		
.footer__promo {

}
.col-2 ul a, .col-3 ul a, .col-4 ul a{
	font-size:15px;
}
.container-upg h2 {
    font-size: 32px;
    margin-bottom: 16px;
}
.col-2 {
  width: 100%;
  margin-bottom: 40px;
}
 .footer-2 p {
    position: absolute;
    width: calc(50% - 25px);
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
  }	
	

}

@media screen and (max-width: 833px) {
	.footer-upg {
  padding: 48px 0px 40px;
  font-size:14px;
}
.footer-1 {
  padding-bottom: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.col-1 {
  max-width: 100%;
  margin: 0 0 40px;
}	
.col-1 svg {
  max-width: 140px;
}
.col-1 p {
  margin: 24px 0;
}
.col-3, .col-4 {
  width: 45%;
}
#menu-service-areas-1 {
  column-count: 2;
  gap: 60px;
}	
	
.footer-2 {
    position: relative;
    gap: 50px;
    align-items: flex-start;
    height: 205px;
  }
.footer-2 p {
  width: calc(50% - 25px);
  top: 0;
}

 #menu-general-items-1 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    right: 0;
    position: absolute;
  }	
#menu-general-items-1 a {
  color:white;
  text-decoration:none;
}
#menu-general-items-1 a:hover {
  color:white;
  text-decoration:underline;
}	
.footer__promo {
  position: absolute;
  left: 0;
  bottom: 0;
  flex-direction: column;
  gap: 10px;
}
.col-2 ul a, .col-3 ul a, .col-4 ul a{
	font-size:14px;
}	
}

