/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5interactive.com/
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.14
*/

:root {
    --main: #52964e;
    --text: #151517;
}

/* GRADIENT */

.ec-gradient {
    background: #8CB160;
    background: -webkit-linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    background: linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8CB160", endColorstr="#118241", GradientType=0);
    background-size: 100%;
}

/* BUTTONS - PHONE & SCHEDULE */

.btn-phone {
    position: relative;
    display: inline-block;
    height: 60px;
    color: var(--main);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 0 50px;
    margin: 0;
    border: 3px solid #FFF;
    border-radius: 30px;
}
.btn-phone::before,
.btn-schedule::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
.btn-phone:hover {
    text-decoration: none;
    border-color: var(--main) !important;
}

.btn-schedule {
    display: flex;
    align-items: center;
    height: 60px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 0 12px 0 25px;
    margin: 0;
    border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}
.btn-schedule i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    font-size: 18px;
    margin-left: 12px;
    background-color: #14783f;
    border-radius: 50%;
}
.btn-schedule:hover {
    background-size: 200%;
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #FFF;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .07);
    transition: all .3s;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .logo {
    width: 450px;
}
#header .logo img {
    max-height: 81px;
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 68px;
}

#header .phone .btn-phone {
    border-color: #f4f4f4;
}
#header .contact .btn-schedule {
    margin-left: 10px;
}

/* HERO */

#hero {
    position: relative;
    height: 550px;
    padding-bottom: 110px;
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 4;
}
#hero::before {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: #FFF;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0.65) 85%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0.65) 85%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0.65) 85%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
    position: absolute;
    top: 0; left: 0;
}
#hero::after {
    content: "";
    display: block;
    width: 90%;
    height: 13px;
    background: #118241;
    background: -webkit-linear-gradient(90deg, rgba(17, 130, 65, 1) 0%, rgba(147, 209, 41, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(17, 130, 65, 1) 0%, rgba(147, 209, 41, 1) 100%);
    background: linear-gradient(90deg, rgba(17, 130, 65, 1) 0%, rgba(147, 209, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#118241", endColorstr="#93D129", GradientType=1);
    position: absolute;
    bottom: 0; left: 0;
}

#hero .socket {
    position: absolute;
    bottom: -35px; right: 5%;
}

#hero .row {
    position: relative;
    z-index: 4;
}

#hero .content .title {
    color: var(--text);
    font-size: 47px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0;
}
#hero .content p {
    color: var(--text);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.3px;
    padding: 0;
    margin: 0;
}

#hero .content .buttons {
    padding-top: 27px;
}
#hero .content .google {
    display: flex;
    padding-top: 4px;
    padding-left: 35px;
}
#hero .content .google .score {
    display: flex;
}
#hero .content .google .score .value {
    color: var(--text);
    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.66px;
    padding: 0 10px 0 0;
    margin: 0;
}
#hero .content .google .score img {
    position: relative;
    top: 1px;
}
#hero .content .google .score .number {
    color: var(--text);
    font-size: 11.5px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 4px 0 0 1px;
    margin: 0;
}
#hero .content .google .logo img {
    padding-left: 15px;
}

#hero.page {
    height: 470px;
    padding-bottom: 60px;
}
#hero.page .content .title {
    font-size: 56px;
    line-height: 60px;
    padding-bottom: 35px;
}
#hero.page .content p {
    font-size: 29px;
    padding-bottom: 15px;
}

/* SERVICES */

#services {
    position: relative;
    background-color: #222227;
}

#services .headline .title,
#reviews .headline .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0;
}
#services .headline .slogan,
#reviews .headline .slogan,
#recent-posts .headline .title,
#team .headline .title {
    color: #FFF;
    font-size: 53px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.78px;
    padding: 0 0 30px 0;
    margin: 0;
}

#services .item {
    position: relative;
    width: 20%;
    padding-top: 20px;
    z-index: 9;
}
#services .item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px 0;
    background-color: #FFF;
    border-radius: 20px;
}
#services .item a:hover {
    background: #8CB160;
    background: -webkit-linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    background: linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8CB160", endColorstr="#118241", GradientType=0);
}

#services .item .content {
    flex: 1;
    text-align: center;    
}
#services .item .content .title {
    color: var(--text);
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: -0.85px;
    padding: 40px 0 45px 0;
    margin: 0;
    transition: all .3s;
}
#services .item a:hover .content .title {
    color: #FFF;
}

#services .item .more {
    text-align: center;
}
#services .item .more span {
    display: inline-block;
    height: 52px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 2px 35px 0 35px;
    margin: 0;
    border-radius: 26px;
    transition: all .3s;
}
#services .item .more span::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#services .item a:hover .more span {
    color: var(--main);
    background: #FFF;
}

/* ABOUT */

#about {
    position: relative;
    background-color: #222227;
}

#about .photo {
    position: absolute;
    top: -50px;
    left: 0;
}

#about .content {
    position: relative;
}
#about .content::before {
    content: "";
    display: block;
    width: 468px;
    height: 767px;
    margin: 0 auto;
    background-image: url('img/icons/icon-logo.webp');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -75px; left: 0; right: 0;
}
#about .content > * {
    position: relative;
    z-index: 4;
}
#about .content .title {
    color: #FFF;
    font-size: 47px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.7px;
    padding: 10px 0 0 0;
    margin: 0;
}
#about .content p {
    color: rgba(255, 255, 255, .9);
    font-size: 19px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: -0.29px;
    padding: 25px 0 30px 0;
    margin: 0;
}
#about .content .btn-schedule {
    margin-right: 15px;
}
#about .content .btn-phone {
    background-color: #FFF;
}

#about .content .boxes {
    display: flex;
    padding-top: 45px;
}
#about .content .boxes .box {
    position: relative;
    width: 33%;
    padding-top: 5px;
    padding-bottom: 23px;
}
#about .content .boxes .box:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, .33);
}
#about .content .boxes .box p {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.3px;
    padding: 8px 30px 0 30px;
    margin: 0;
}

/* VIDEO */

#video {
    position: relative;
    background-color: #f4f4f4;
}
#video::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #222227;
    position: absolute;
    top: 0; left: 0;
}

#video .box .js-video-button {
    position: relative;
    width: 100%;
    height: 665px;
    background-size: cover;
    background-position: top center;
    border-radius: 30px;
    cursor: pointer;
}
#video .box .js-video-button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 130, 65, .4);
    position: absolute;
    top: 0; left: 0;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
#video .box .js-video-button:hover::before {
    visibility: visible;
    opacity: 1;
}
#video .box .js-video-button::after {
    content: "";
    display: block;
    width: 134px;
    height: 135px;
    margin: auto;
    background-image: url('img/icons/icon-play.webp');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

/* REVIEWS */

#reviews {
    position: relative;
    background-color: #222227;
}
.home #reviews {
    background-color: #f4f4f4;
}

#reviews .headline .title,
#reviews .headline .slogan,
#recent-posts .headline .title,
#team .headline .title {
    color: var(--text);
}

#reviews .slick-track {
    display: flex !important;
}

#reviews .review {
    height: inherit !important;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
#reviews .review .box {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px 45px 30px 45px;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
}
#reviews .review .box .content {
    flex: 1;
}
#reviews .review .box .content .date {
    padding-bottom: 25px;
}
#reviews .review .box .content .date p {
    color: var(--text);
    font-size: 13px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
}
#reviews .review .box .content > p {
    color: var(--text);
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
}
#reviews .review .box .overview {
    padding-top: 40px;
}
#reviews .review .box .overview p {
    color: var(--text);
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.22px;
    padding: 0;
    margin: 0;
}

/* SCHEDULE */

#schedule {
    position: relative;
    background-color: #222227;
}
.home #schedule {
    margin-top: -25px;
}

#schedule .photo {
    position: relative;
    display: block;
    width: 100%;
    height: 635px;
    background-size: cover;
    background-position: top center;
    z-index: 4;
}
#schedule .photo::before {
    content: "";
    display: block;
    width: 100%;
    height: 15%;
    background: #F4F3F3;
    background: -webkit-linear-gradient(180deg, rgba(244, 243, 243, 1) 0%, rgba(244, 243, 243, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(244, 243, 243, 1) 0%, rgba(244, 243, 243, 0) 100%);
    background: linear-gradient(180deg, rgba(244, 243, 243, 1) 0%, rgba(244, 243, 243, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4F3F3", endColorstr="#F4F3F3", GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
}
#schedule .photo::after {
    content: "";
    display: block;
    width: 100%;
    height: 15%;
    background: #222227;
    background: -webkit-linear-gradient(0deg, rgba(34, 34, 39, 1) 0%, rgba(34, 34, 39, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(34, 34, 39, 1) 0%, rgba(34, 34, 39, 0) 100%);
    background: linear-gradient(0deg, rgba(34, 34, 39, 1) 0%, rgba(34, 34, 39, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222227", endColorstr="#222227", GradientType=0);
    position: absolute;
    bottom: 0; left: 0;
}

#schedule .photo .socket {
    display: block;
    width: 90%;
    height: 13px;
    position: absolute;
    bottom: 0; right: 0;
    z-index: 9;
}
#schedule .photo .socket::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #118241;
    background: -webkit-linear-gradient(270deg, rgba(17, 130, 65, 1) 0%, rgba(147, 209, 41, 1) 100%);
    background: -moz-linear-gradient(270deg, rgba(17, 130, 65, 1) 0%, rgba(147, 209, 41, 1) 100%);
    background: linear-gradient(270deg, rgba(17, 130, 65, 1) 0%, rgba(147, 209, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#118241", endColorstr="#93D129", GradientType=1);
    position: absolute;
    top: 0; left: 0;
}
#schedule .photo .socket img {
    width: 105px;
    height: 87px;
    position: absolute;
    bottom: -35px; left: -95px;
    transform: rotate(180deg);
}

#schedule .headline {
    position: relative;
    margin-top: -280px;    
    z-index: 9;
}
#schedule .headline .slogan {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.9px;
    padding: 0;
    margin: 0;
}
#schedule .headline .text {
    color: #FFF;
    font-size: 28px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.28px;
    padding: 20px 0 0 3px;
    margin: 0;
}
#schedule .headline .google {
    margin-top: 0;
}

#schedule .google {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -60px;
    z-index: 19;
}
#schedule .google .box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 45px;
    background-color: #FFF;
    border-radius: 20px;
}
#schedule .google .box .logo {
    padding-top: 4px;
    padding-right: 15px;
}
#schedule .google .box .value p {
    color: var(--text);
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    padding: 6px 0 0 2px;
    margin: 0;
}

#schedule .content {
    position: relative;
}
#schedule .content::before {
    content: "";
    display: block;
    width: 468px;
    height: 767px;
    margin: 0 auto;
    background-image: url('img/icons/icon-logo.webp');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -145px; left: -80px;
}
#schedule .content > * {
    position: relative;
    z-index: 4;
}
#schedule .content .title {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.9px;
    padding: 95px 0 30px 0;
    margin: 0;
}
#schedule .content p {
    color: #FFF;
    font-size: 28px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.28px;
    padding: 0 0 40px 0;
    margin: 0;
}
#schedule .content .btn-schedule {
    height: 78px;
    font-size: 20px;
    padding-left: 30px;
    border-radius: 40px;
}
#schedule .content .btn-schedule i {
    width: 50px;
    height: 50px;
    font-size: 24px;
}

/* PARTNERS */

#partners {
    position: relative;
    background-color: #FFF;
}

#partners .slick-track {
    display: flex !important;
}

#partners .box {
    height: inherit !important;
}
#partners .box a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* AREAS */

#areas {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #118241;
    background: -webkit-linear-gradient(270deg, rgba(17, 130, 65, 1) 0%, rgba(147, 209, 41, 1) 100%);
    background: -moz-linear-gradient(270deg, rgba(17, 130, 65, 1) 0%, rgba(147, 209, 41, 1) 100%);
    background: linear-gradient(270deg, rgba(17, 130, 65, 1) 0%, rgba(147, 209, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#118241", endColorstr="#93D129", GradientType=1);
}

#areas .box .content {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #222227;
}
#areas .box .content::before {
    content: "";
    display: block;
    width: calc(100% + 340px);
    height: 100%;
    background-color: #222227;
    border-radius: 20px;
    position: absolute;
    top: 0; left: -170px;
}
#areas .box .content > * {
    position: relative;
    z-index: 4;
}

#areas .box .content .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0;
}
#areas .box .content .slogan {
    color: #FFF;
    font-size: 43px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.7px;
    padding: 25px 0 40px 0;
    margin: 0;
}
#areas .box .content ul {
    list-style: none;
    padding: 0 0 35px 0;
    margin: 0;
    columns: 3;
}
#areas .box .content ul li {
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
}
#areas .box .content ul li a:hover {
    color: #FFF;
}

#areas .map {
    width: calc(50% + 145px);
    margin-right: -110px;
    margin-left: -35px;
}
#areas .map > div {
    display: block;
    width: 100%;
    height: 660px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

#footer .logo img {
    margin-bottom: 35px;
}
#footer .logo .btn-phone {
    margin-right: 15px;
    background-color: #FFF;
}

#footer .emergency {
    max-width: 430px;
    padding: 20px 25px;
    margin-bottom: 20px;
    border: 1px solid rgb(223, 0, 0);
    border-radius: 20px;
}
#footer .emergency h4 {
    color: rgb(223, 0, 0);
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 0 0 8px 0;
    margin: 0;
}

#footer .links h4 {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 35px 0 30px 0;
    margin: 0;
}
#footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .emergency p,
#footer .links ul li,
#footer .links address {
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#footer .emergency p {
    line-height: 22px;
}
#footer .links ul li a:hover,
#footer .links address:hover {
    color: #FFF;
}

/* SUBPAGES */

#page-intro {
    position: relative;
    background-color: #222227;
}
#page-intro .content {
    text-align: center;
}
#page-intro .content .title {
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}
#page-intro .content p {
    color: rgba(255, 255, 255, .66);
    font-size: 29px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.45px;
    padding: 15px 0 0 0;
    margin: 0;
}

#page-wrapper, #index-wrapper, #single-wrapper {
    position: relative;
    background-color: #f4f4f4;
}

.featured-image {
    position: relative;
    width: calc(41.66666667% + 140px);
    margin-right: -140px;
    padding-left: 80px;
}
.featured-image .photo {
    position: relative;
}
.featured-image .photo::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 140px);
    background: #8CB160;
    background: url('img/icons/icon-electrical.webp'), -webkit-linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    background: url('img/icons/icon-electrical.webp'), -moz-linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    background: url('img/icons/icon-electrical.webp'), linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8CB160", endColorstr="#118241", GradientType=0);
    border-radius: 20px;
    position: absolute;
    top: -70px;
    right: -70px;
}
.featured-image .photo > div {
    position: relative;
    display: block;
    width: 100%;
    height: 420px;
    margin-top: 50px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, .post-title {
    color: var(--main);
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.6px;
}
.post-title::after {
    content: "";
    display: block;
    width: 208px;
    height: 10px;
    margin-top: 25px;
    background-color: #222227;
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--main);
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.55px;
}
.entry-content h4 {
    color: var(--text);
    font-size: 29px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.45px;
}
.entry-content h5, .entry-content h6 {
    color: var(--text);
}

.entry-content a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.entry-content a:hover {
    color: var(--main);
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.28px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 28px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

.entry-content .service-area-list {
    columns: 3;
    padding-top: 30px;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* ABOUT PAGE */

#about-why {
    position: relative;
    background-color: #222227;
}

#about-why .content {
    padding-top: 20px;
    padding-right: 60px;
}
#about-why .content .title {
    position: relative;
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
}
#about-why .content .title::after {
    content: "";
    display: block;
    width: 205px;
    height: 8px;
    margin: 35px 0;
    background: #8CB160;
    background: -webkit-linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    background: linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8CB160", endColorstr="#118241", GradientType=0);
    border-radius: 4px;
}
#about-why .content p {
    color: rgba(255, 255, 255, .9);
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.3px;
    padding: 0;
}
#about-why .content p:last-of-type {
    margin-bottom: 0;
}

#about-why .g-content {
    width: calc(50% + 130px);
    margin-right: -130px;
}
#about-why .g-content .box {
    padding: 60px 70px 45px 70px;
    border-radius: 30px;
}
#about-why .g-content .box .title {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.45px;
    padding: 0;
    margin: 0;
}
#about-why .g-content .box p {
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 0;
}
#about-why .g-content .box > p {
    padding-top: 40px;
    text-align: center;
}
#about-why .g-content .box .item {
    position: relative;
    padding-left: 35px;
    padding-top: 30px;
}
#about-why .g-content .box .item p.highlight {
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0 0 8px 0;
    margin: 0;
}
.page-template-services #about-why .g-content .box .item p.highlight {
    font-size: 18px;
    padding-bottom: 0 !important;
}
#about-why .g-content .box .item p.highlight::before {
    content: "\f058";
    color: #14783f;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 1px; left: -35px;
}

#about-code {
    position: relative;
    background-color: #f4f4f4;
}

#about-code .headline .title {
    color: var(--main);
    font-size: 58px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.9px;
    padding: 0 0 60px 0;
    margin: 0;
}

#about-code .box {
    padding-top: 15px;
}
#about-code .box .content {
    position: relative;
    height: 100%;
    padding: 40px 50px 50px 40px;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
}
#about-code .box .content .top,
#about-txt .content .top {
    padding-bottom: 25px;
}
#about-code .box .content .top .title,
#about-txt .content .top .title {
    color: var(--main);
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 0 20px;
    margin: 0;
}
#about-code .box .content > p,
#about-txt .content > p {
    color: var(--text);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.25px;
    padding: 0;
}
#about-code .box .content > p:last-of-type,
#about-txt .content > p:last-of-type {
    margin-bottom: 0;
}

#about-txt .photo {
    width: calc(50% + 55px);
    margin-left: -55px;
}
#about-txt .photo > div {
    display: block;
    width: 100%;
    height: 510px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

#about-txt .content {
    padding-left: 55px;
    padding-top: 25px;
}

/* CONTACT PAGE */

#contact-wrapper {
    position: relative;
    background-color: #222227;
}

#contact-wrapper .item {
    padding-top: 75px;
}
#contact-wrapper .item .text {
    padding-left: 25px;
}
#contact-wrapper .item:not(.align-items-center) .text {
    padding-top: 10px;
}
#contact-wrapper .item .text .title {
    color: var(--main);
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0 0 8px 0;
    margin: 0;
}
#contact-wrapper .item .text p,
#contact-wrapper .item .text address,
#contact-wrapper .item .text .email {
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
}

#contact-wrapper .item .text .phone {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
}
#contact-wrapper .item .text .phone:hover,
#contact-wrapper .item .text .email:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

#contact-wrapper .item .text .email {
    font-size: 18px;
    font-weight: 400;
}

#contact-wrapper .item .text .hours {
    font-weight: 600;
}
#contact-wrapper .item .text .hours span {
    display: inline-block;
    width: 100px;
    font-weight: 300;
}

#contact-wrapper .item .text .map {
    color: var(--main);
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.22px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 0;
}
#contact-wrapper .item .text .map:hover {
    text-decoration: none;
}

#contact-wrapper .form {
    width: calc(50% + 130px);
    margin-right: -130px;
}
#contact-wrapper .form .box {
    position: relative;
    padding: 55px 70px 40px 70px;
    border-radius: 30px;
}
#contact-wrapper .form .box::before {
    content: "";
    display: block;
    width: 468px;
    height: 767px;
    margin: 0 auto;
    background-image: url('img/icons/icon-logo.webp');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0; left: 0; right: 0;
    opacity: .1;
}
#contact-wrapper .form .box > .title {
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.7px;
    padding: 0 0 45px 0;
    margin: 0;
}

.contact-map {
    font-size: 0;
}

/* SPECIAL OFFERS */

#offers {
    position: relative;
    background: #8CB160;
    background: -webkit-linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    background: linear-gradient(90deg, rgba(140, 177, 96, 1) 0%, rgba(17, 130, 65, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8CB160", endColorstr="#118241", GradientType=0);
}
#offers::after {
    content: "";
    display: block;
    width: 100%;
    height: 80%;
    background: #F4F4F4;
    background: -webkit-linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 30%, rgba(244, 244, 244, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 30%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0.9) 50%, rgba(244, 244, 244, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4F4F4", endColorstr="#F4F4F4", GradientType=0);
    position: absolute;
    bottom: 0; left: 0;
}
#offers .row {
    position: relative;
    z-index: 4;
}

#offers .headline .title {
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.7px;
    padding: 0 0 35px 0;
    margin: 0;
}

#offers .offers .slick-track {
    display: flex !important;
}

#offers .box {
    padding-top: 30px;
}
#offers .offers .box {
    height: inherit !important;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
#offers .box .content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    cursor: pointer;
    transition: all .3s;
}
#offers .offers .box .content {
    box-shadow: unset;
}
#offers .box .content:hover {
    transform: translateY(-5px);
}
#offers .box .content .text {
    flex: 1;
}

#offers .box .content .photo {
    display: block;
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#offers .box .content .description {
    padding: 24px 30px 0 30px;
}

#offers .box .content .highlight {
    padding: 0 20px;
    border-bottom: 2px solid #eee;
}
#offers .box .content .highlight .discount {
    color: var(--main);
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
}
#offers .box .content .highlight .title {
    color: var(--text);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.3px;
    padding: 10px 0 20px 0;
    margin: 0;
}

#offers .box .content .details {
    padding-top: 15px;
    border-bottom: 2px solid #eee;
}
#offers .box .content .details p,
#offers .box .content .details li {
    color: var(--text);
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.22px;
    padding: 0;
}
#offers .box .content .details p:last-of-type {
    margin-bottom: 0;
}
#offers .box .content .details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#offers .box .content .details li {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}
#offers .box .content .details li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 9px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    left: 0;
}

#offers .box .content .details .more {
    display: inline-block;
    position: relative;
    color: var(--text);
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.2px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 20px 0 25px 0;
    cursor: pointer;
    transition: all .3s;
}
#offers .box .content .details .more::after {
    content: "\f061";
    color: var(--main);
    font-size: 12px;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 1px; right: -16px;
}
#offers .box .content:hover .details .more {
    text-decoration: none;
}

#offers .box .button {
    display: flex;
    justify-content: center;
    padding: 25px 0px 35px 0px;
}
#offers .box .button a span {
    font-weight: 300;
    padding-right: 5px;
}
#offers .box .content:hover .button a {
    background-size: 200%;
}

#offers .modal-content {
    padding: 35px 40px;
    border: 0;
    border-radius: 20px;
}

#offers .modal-header {
    display: flex;
    align-items: flex-end;
    padding: 0;
    border: 0;
}
#offers .modal-header .btn-close {
    width: 38px;
    height: 38px;
    padding: 0;
    background-color: #86ba4a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px; right: 20px;
}
#offers .modal-header .photo {
    width: 55%;
    height: 285px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
}
#offers .modal-header .headline {
    width: calc(45% - 30px);
    margin-left: 30px;
    border-bottom: 1px solid #dadada;
}
#offers .modal-header .headline .price {
    display: flex;
    align-items: flex-end;
}
#offers .modal-header .headline .price > p {
    color: var(--main);
    font-size: 52px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.8px;
    padding: 0;
    margin: 0;
}
#offers .modal-header .headline .price > s {
    color: #bf4747;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.55px;
    padding: 0 0 3px 10px;
    margin: 0;
}
#offers .modal-header .headline .title {
    color: var(--text);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.4px;
    padding: 25px 0 45px 0;
    margin: 0;
}

#offers .modal-body {
    padding: 25px 20px;
    border: 0;
}
#offers .modal-body p,
#offers .modal-body li {
    color: var(--text);
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.25px;
    padding: 0;
}
#offers .modal-body p:last-of-type {
    margin-bottom: 0;
}
#offers .modal-body ul {
    list-style: none;
    padding: 10px 0 25px 20px;
    margin: 0;
}
#offers .modal-body li {
    position: relative;
    padding-left: 20px;
    margin-top: 7px;
}
#offers .modal-body li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 9px;
    font-weight: 700;
    line-height: 26px;
    position: absolute;
    left: 0;
}
#offers .modal-body .button {
    display: flex;
    justify-content: center;
    padding: 25px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
#offers .modal-body .button a span {
    font-weight: 300;
    padding-right: 6px;
}

#offers .modal-footer {
    padding: 0 20px;
    border-top: 0;
}
#offers .modal-footer p {
    color: var(--text);
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

/* SERVICES */

.service-headline p {
    color: var(--text);
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.55px;
    padding: 0;
    margin: 0;
}

#services-list {
    position: relative;
    background-color: #f4f4f4;
}

#services-list .photo {
    width: calc(50% + 65px);
    margin-left: -65px;
}
#services-list .photo > div {
    display: block;
    width: 100%;
    height: 460px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
#services-list.details .photo > div {
    height: 575px;
}

#services-list .content {
    padding-left: 65px;
}
#services-list .content > .title {
    color: var(--main);
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.6px;
    padding: 35px 0 30px 0;
    margin: 0;
}

#services-list.details .content .list {
    padding-top: 15px;
}
#services-list .content .list .accordion-item {
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
}
#services-list.details .content .list .accordion-item {
    padding-left: 5px;
}
#services-list.details .content .list .accordion-item::after {
    content: "";
    display: block;
    width: calc(100% - 45px);
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0; right: 0;
}
#services-list .content .list .title {
    position: relative;
    color: var(--text);
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0 0 0 40px;
    margin: 0;
    cursor: pointer;
}
#services-list.details .content .list .title  {
    padding-bottom: 18px;
}
#services-list .content .list .title:hover {
    color: var(--main);
}
#services-list .content .list .title::before {
    content: "\f058";
    color: #a4c756;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 1px; left: 0;
}
#services-list.details .content .list .title::before {
    content: "\f107";
}
#services-list .content .list .accordion-body {
    padding-top: 5px;
    padding-left: 30px;
}
#services-list.details .content .list .accordion-body {
    padding-left: 40px;
    padding-bottom: 20px;
}
#services-list.details  .content .list .accordion-body p {
    font-size: 17px;
    line-height: 28px;
}

#faq-wrapper.service {
    background-color: #f4f4f4;
}

#faq-wrapper.service .headline .title {
    color: var(--text);
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    margin: 0;
}
#faq-wrapper.service .headline .slogan {
    color: var(--text);
    font-size: 46px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.65px;
    padding: 0 0 50px 0;
    margin: 0;
}

/* TEAM */

#team .item {
    position: relative;
    padding-top: 30px;
}

#team .item .photo {
    display: block;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: top center;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
}

#team .item .content {
    padding: 20px 15px 0 15px;
}
#team .item .content .title {
    position: relative;
    color: var(--main);
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.66px;
    padding: 0 0 10px 0;
    margin: 0;
}
#team .item .content p {
    color: var(--text);
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.28px;
    padding: 0;
    margin: 0 0 0.35rem 0;
}
#team .item .content p:last-of-type {
    margin-bottom: 0;
}