/*
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: #c5a45d;
    --text: #050307;
}

/* HEADER */

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

#header .logo img {
    max-height: 118px;
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 100px;
}

#header .phone {
    padding: 18px 0 18px 25px;
    border-left: 1px solid rgba(255, 255, 255, .3);
}
#header .phone a {
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 2px 0 3px 0;
    margin: 0;
}
#header .phone a i {
    position: relative;
    color: var(--main);
    font-size: 14px;
    padding-right: 5px;
    top: -1px;
}
#header .phone a:hover {
    color: var(--main);
    text-decoration: none;
}

#header .contact a {
    display: inline-block;
    height: 53px;
    color: #010004;
    font-size: 18px;
    font-weight: 500;
    line-height: 53px;
    letter-spacing: -0.36px;
    padding: 0 35px;
    margin: 0 0 0 25px;
    background: #C5A45D;
    background: linear-gradient(-45deg, rgba(197, 164, 93, 1) 0%, rgba(251, 228, 135, 1) 40%, rgba(251, 228, 135, 1) 60%, rgba(197, 164, 93, 1) 100%);
    background-size: 100%;
    border-radius: 2px;
}
#header .contact a:hover {
    text-decoration: none;
    background-size: 200%;
}

/* HERO */

#hero {
    position: relative;
    height: 605px;
    padding-bottom: 100px;
}
.home #hero {
    height: 800px;
}

#hero .photo {
    width: 55%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    background-size: cover;
    background-position: top center;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}
#hero .photo::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #010004;
    background: linear-gradient(0deg, rgba(1, 0, 4, 0.9) 0%, rgba(1, 0, 4, 0) 65%);
    position: absolute;
    bottom: 0;
    left: 0;
}

#hero .slogan {
    color: var(--text);
    font-size: 19px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0;
}
.home #hero .slogan {
    padding-bottom: 34px;
}
#hero .title {
    color: var(--text);
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.68px;
    padding: 0 0 26px 0;
    margin: 0;
}
#hero .text {
    color: var(--text);
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.3px;
    padding: 0 0 34px 0;
    margin: 0;
}

#hero .buttons a {
    display: inline-block;
    width: 252px;
    height: 66px;
    font-size: 19px;
    font-weight: 600;
    line-height: 63px;
    letter-spacing: -0.38px;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 2px;
    cursor: pointer;
}
#hero .buttons a:hover {
    text-decoration: none !important;
}

#hero .buttons a.phone {
    margin-right: 10px;
    border: 1px solid var(--main);
}
#hero .buttons a.phone span {
    font-weight: 300;
}
#hero .buttons a.phone:hover {
    color: var(--main);
}

#hero .buttons a.schedule {
    color: #FFF;
    background: #C5A45D;
    background: linear-gradient(-45deg, rgba(175, 135, 49, 1) 0%, rgba(205, 172, 83, 1) 40%, rgba(205, 172, 83, 1) 60%, rgba(175, 135, 49, 1) 100%);
    background-size: 100%;
    border: 1px solid var(--main);
}
#hero .buttons a.schedule:hover {
    background-size: 200%;
}

#hero .google {
    padding-top: 45px;
    padding-left: 47px;
}
#hero .google .score {
    display: flex;
}
#hero .google .score .value {
    color: var(--text);
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.5px;
    padding: 0 18px 0 0;
    margin: 0;
}
#hero .google .score img {
    padding-top: 8px;
}
#hero .google .score .number {
    color: var(--text);
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.15px;
    padding: 6px 0 0 0;
    margin: 0;
}
#hero .google .logo {
    margin-top: 6px;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #d2d2d2;
}
#hero .google .logo img {
    position: relative;
    top: 4px;
}

/* ABOUT */

#about {
    margin: -60px 50px 0 50px;
    padding-top: 60px;
    background-color: #af8731;
    border-radius: 6px;
    overflow: hidden;
}

#about .row {
    position: relative;
}
#about .row::before {
    content: "";
    display: block;
    width: 524px;
    height: 540px;
    background-image: url('img/icons/icon-logo.webp');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: -155px; right: -240px;
}

.page-template-about #about .content {
    padding-bottom: 300px;
}
.page-template-services #about .content {
    padding-bottom: 150px;
}
#about .content .title {
    color: #FFF;
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.68px;
    padding: 0;
    margin: 0;
}
.page-template-about #about .content .title {
    font-size: 27px;
    font-weight: 300;
    line-height: 37px;
    letter-spacing: -0.54px;
}
.page-template-services #about .content .title {
    font-size: 50px;
}
.page-template-about #about .content .title b {
    font-weight: 600;
}
.home #about .content .title::after,
.page-template-services #about .content .title::after,
.error404 #about .content .title::after,
.single #about .content .title::after {
    content: "";
    display: block;
    width: 180px;
    height: 5px;
    margin: 25px auto;
    background-color: #FFF;
}
.error404 #about .content .title::after,
.single #about .content .title::after {
    margin-left: 0;
}
#about .content p {
    color: #FFF;
    font-size: 21px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: -0.42px;
    padding: 0;
    margin: 0;
}
#about .content a {
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.6px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    padding: 0;
    margin: 32px 0 0 0;
}
#about .content a:hover {
    text-decoration: none;
}

/* SERVICES */

.services .headline {
    padding-bottom: 75px;
}
.services .headline p {
    color: var(--text);
    font-size: 21px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.42px;
    padding: 0 0 30px 0;
    margin: 0;
}
.services .headline .title {
    color: var(--main);
    font-size: 52px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.04px;
    padding: 0;
    margin: 0;
}

.services .row.g-0 {
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .05);
}

.services .box a {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 60px 65px 55px 65px;
    border-bottom: 1px solid #ececec;
    background-size: auto 100%;
    background-position: top center;
}
.services .box:nth-child(odd) a {
    border-right: 1px solid #ececec;
}
.services .box:nth-last-child(-n+2) a {
    border-bottom-width: 0;
}
.services .box a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: 0;
    transition: all .3s;
}
.services .box a:hover::before {
    background-color: rgba(13, 12, 15, .4);
}
.services .box a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0d0c0f;
    clip-path: polygon(0 0, 40% 0, 60% 100%, 0% 100%);
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    transition: all .3s;
}
.services .box a:hover::after {
    opacity: 1;
}
.services .box a > * {
    position: relative;
    z-index: 4;
}

.services .box .content {
    flex: 1;
}
.services .box .content .top {
    position: relative;
    display: flex;
    align-items: center;
}
.services .box .content .top .title {
    width: calc(100% - 69px);
    color: var(--text);
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.96px;
    padding: 0 0 0 25px;
    margin: 0;
    transition: all .3s;
}
.services .box .content .top .title span {
    font-size: 26px;
    font-weight: 300;
}
.services .box a:hover .content .top .title {
    color: #FFF;
}
.services .box .content p {
    position: relative;
    color: var(--text);
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
.services .box .content p::before {
    content: "";
    display: block;
    width: 140px;
    height: 5px;
    margin: 25px 0;
    background-color: var(--main);
}
.services .box a:hover .content p {
    color: #FFF;
}

.services .box .more {
    padding-top: 25px;
}
.services .box .more span {
    display: inline-block;
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.54px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
.services .box a:hover .more span {
    color: #FFF;
}

.services.s-2 {
    position: relative;
    background-color: #000;
}
.services.s-2::before {
    content: "";
    display: block;
    width: 100%;
    height: 190px;
    background-color: #000;
    position: absolute;
    top: -190px;
    left: 0;
    z-index: -1;
}
.services.s-2::after {
    content: "";
    display: block;
    width: 100%;
    height: 190px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.services.s-2 .row {
    position: relative;
    z-index: 4;
}
.services.s-2 .headline p {
    color: rgba(255, 255, 255, .5);
}
.services.s-2 .headline .title {
    color: #FFF;
}
.services.s-2 .box:nth-child(n+3) {
    padding-top: calc(var(--bs-gutter-x) * .5 * 2);
}
.services.s-2 .box a {
    border: 0 !important;
    border-radius: 6px;
}
.services.s-2 .box a::before {
    background-color: rgba(13, 12, 15, .4);
}
.services.s-2 .box a::after {
    background-color: #161616;
    opacity: 1;
}
.services.s-2 .box .content .top .title {
    color: #FFF;
}
.services.s-2 .box .content p {
    color: rgba(255, 255, 255, .6);
}
.services.s-2 .box .more span {
    color: #FFF;
}
.services.s-2 .box a:hover .more span {
    text-decoration: none;
}

/* CTA */

.cta .content .title {
    color: var(--text);
    font-size: 27px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.81px;
    padding: 0 0 25px 0;
    margin: 0;
}
.cta .content .title b {
    font-weight: 600;
}
.cta.c-3 .content .title {
    color: #FFF;
}

.cta .buttons a {
    display: inline-block;
    width: 275px;
    height: 66px;
    font-size: 19px;
    font-weight: 600;
    line-height: 63px;
    letter-spacing: -0.38px;
    text-align: center;
    padding: 0;
    margin: 5px 5px 0 5px;
    border-radius: 2px;
}
.cta .buttons a:hover {
    text-decoration: none !important;
}

.cta .buttons a.phone {
    color: #FFF;
    background-color: #000;
    border: 1px solid #000;
}
.cta.c-2 .buttons a.phone {
    color: var(--text);
    background-color: #FFF;
    border: 1px solid var(--main);
}
.cta.c-3 .buttons a.phone {
    color: var(--text);
    background-color: #FFF;
    border: 1px solid #FFF;
}
.cta .buttons a.phone span {
    font-weight: 300;
}
.cta .buttons a.phone:hover {
    color: var(--main);
}

.cta .buttons a.schedule {
    color: var(--text);
    background: #C5A45D;
    background: linear-gradient(-45deg, rgba(175, 135, 49, 1) 0%, rgba(205, 172, 83, 1) 40%, rgba(205, 172, 83, 1) 60%, rgba(175, 135, 49, 1) 100%);
    background-size: 100%;
    border: 1px solid var(--main);
}
.cta .buttons a.schedule:hover {
    background-size: 200%;
}

/* AREAS */

#areas .row {
    position: relative;
}
#areas .row::before {
    content: "";
    display: block;
    width: calc(100% - var(--bs-gutter-x) * .5 * 2);
    height: 3px;
    background-color: #efefef;
    position: absolute;
    top: 0; left: calc(var(--bs-gutter-x) * .5);
}

#areas .headline .title {
    color: var(--main);
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.8px;
    padding: 0;
    margin: 0;
}

#areas .content {
    padding-top: 5px;
}
#areas .content p {
    color: var(--text);
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
}

/* REVIEWS */

#reviews .container-fluid {
    height: 910px;
    background-size: cover;
    background-position: top center;
}

#reviews .headline {
    padding-top: 355px;
}
#reviews .headline .slogan {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin: 0;
}
#reviews .headline .title {
    color: #FFF;
    font-size: 52px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.04px;
    padding: 0;
    margin: 0;
}

#reviews .reviews {
    margin-top: -370px;
}
#reviews .slick-track {
    display: flex !important;
}

#reviews .review {
    height: inherit !important;
    padding-top: 20px;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
#reviews .review .box {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 70px 85px 55px 85px;
    background-color: #161616;
    border-radius: 6px;
}
#reviews .review .box::before {
    content: "";
    display: block;
    width: 90px;
    height: 72px;
    background-image: url('img/icons/icon-quote.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px; left: 60px;
}

#reviews .review .content {
    flex: 1;
}
#reviews .review .content .highlight {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.9px;
    text-indent: 40px;
    padding: 0;
}
#reviews .review .content p:not(.highlight) {
    color: rgba(255, 255, 255, .6);
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}

#reviews .review .overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    margin-top: 50px;
    border-top: 5px solid var(--main);
}
#reviews .review .overview .name {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
}
#reviews .review .overview .city {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.48px;
    padding: 8px 0 0 0;
    margin: 0;
}

/* CONTACT */

#contact .container-fluid {
    width: calc(100% - 150px);
    height: 860px;
    margin: 0 auto;
    padding-top: 385px;
    background-size: cover;
    background-position: top center;
    border-radius: 6px;
}
.page-template-contact #contact .container-fluid {
    width: 100%;
    padding-top: 320px;
    border-radius: 0;
}

#contact .headline .slogan {
    color: #FFF;
    font-size: 25px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0;
}
#contact .headline .title {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.2px;
    padding: 0;
    margin: 0;
}
.page-template-contact #contact .headline .title {
    font-size: 75px;
    letter-spacing: -1.5px;
}

#contact .box .content {
    position: relative;
    padding: 65px 120px 55px 120px;
    margin-top: -310px;
    background-color: #FFF;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .05);
}

#contact .box .item {
    display: flex;
    align-items: flex-start;
}
#contact .box .item .text {
    width: calc(100% - 86px);
    padding-left: 20px;
}
#contact .box .item .text p {
    color: var(--main);
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.38px;
    padding: 20px 0 0 0;
    margin: 0;
}
#contact .box .item .text p.info {
    color: var(--text);
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.34px;
    padding: 10px 0 0 0;
    margin: 0;
}
#contact .box .item .text .phone {
    display: inline-block;
    color: var(--text);
    font-size: 31px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.62px;
    padding: 0;
    margin: 10px 0 0 0;
}
#contact .box .item .text .phone:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
#contact .box .item .text .email {
    display: inline-block;
    color: var(--text);
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    padding: 0;
    margin: 12px 0 0 0;
}
#contact .box .item .text .email:hover {
    text-decoration: none;
}

#contact .form {
    width: 88%;
    margin: 70px auto 0;
}

/* FOOTER */

#footer .logo {
    text-align: center;
}
#footer .logo p {
    color: rgba(255, 255, 255, .6);
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 25px 0;
    margin: 0;
}

.footer_h4 {
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.38px;
    padding: 0;
    margin: 0;
}
.footer_h4::after {
    content: "";
    display: block;
    width: 53px;
    height: 3px;
    margin: 23px 0 0 0;
    background-color: var(--main);
}

#footer .links ul {
    list-style: none;
    padding: 15px 0 0 0;
    margin: 0;
}
#footer .links ul li {
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}
#footer .links ul li a:hover {
    color: #FFF;
}
#footer .links ul li a[aria-current="page"] {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.contact .footer_h4::after {
    margin-left: auto;
}
#footer .contact address {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.34px;
    padding: 15px 0 0 0;
    margin: 0;
}
#footer .contact address::first-line {
    color: #fde688;
    font-weight: 400;
}
#footer .contact .map {
    display: inline-block;
    color: rgba(253, 230, 136, .6);
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.3px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 0 0 20px 0;
}
#footer .contact .map:hover {
    color: #fde688;
    text-decoration: none;
}
#footer .contact .phone {
    display: inline-block;
    color: #FFF;
    font-size: 23px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 0;
    margin: 0;
}
#footer .contact .phone i {
    color: #fde688;
    font-size: 17px;
    padding-right: 4px;
}
#footer .contact .phone:hover {
    color: #fde688;
}

/* SUBPAGES */

#page-wrapper {
    position: relative;
}

#page-wrapper #main {
    position: relative;
    padding-right: 60px;
}
.page-template-full #page-wrapper #main {
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.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(--text);
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.8px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--text);
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.64px;
}
.entry-content h1::after, .entry-content h2::after, .entry-content h3::after, .post-title::after {
    content: "";
    display: block;
    width: 180px;
    height: 5px;
    margin-top: 25px;
    background-color: var(--main);
}
.entry-content h4 {
    color: var(--main);
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.56px;
}
.entry-content h5, .entry-content h6 {
    color: var(--main);
}

.entry-content a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    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: 20px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.4px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 600;
}
.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-top: 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: 32px;
    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: 22px;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
}

/* 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;
    text-decoration-thickness: 1px;
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    width: calc(25% + 90px);
    margin-right: -90px;
    margin-top: -250px;
    padding-left: 0;
    z-index: 4;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}

.widget-links {
    padding: 45px;
    background-color: #FFF;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .05);
}
.widget-links .title,
.widget-connect .title,
.widget-why .title {
    position: relative;
    color: var(--text);
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding: 0;
    margin: 0;
}
.widget-links .title::after,
.widget-connect .title::after,
.widget-why .title::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    margin: 15px 0 20px 0;
    background-color: var(--main);
}
.widget-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-links ul li {
    position: relative;
    padding-left: 25px;
}
.widget-links ul li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 100%;
    position: absolute;
    top: 25px; left: 0;
}
.widget-links ul li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: 1px;
    background-color: #ececec;
    position: absolute;
    bottom: 0; right: 0;
}
.widget-links ul li a {
    display: block;
    color: var(--text);
    font-size: 21px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.42px;
    padding: 18px 0 21px 0;
    margin: 0;
}
.widget-links ul li a:hover,
.widget-links ul li a[aria-current="page"] {
    color: var(--main);
}

.widget-connect {
    position: relative;
    padding: 45px;
    background-color: #f6f6f6;
    border-radius: 6px;
}
.widget-connect .form-field {
    margin-bottom: 0.4rem;
}
.widget-connect .form-submit .wpcf7-submit {
    width: 100%;
    padding: 0;
    margin-top: 15px;
}

.widget-partners {
    padding-top: 50px;
    padding-bottom: 50px;
}

.widget-why {
    position: relative;
    padding: 45px;
    border: 1px solid #ececec;
    border-radius: 6px;
}
.widget-why ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
}
.widget-why ul li {
    position: relative;
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.36px;
    padding: 0 0 0 35px; 
    margin: 20px 0 0 0;
}
.widget-why ul li::before {
    content: "\f058";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    top: 2px; left: 0;
}

/* ABOUT PAGE */

#about-boxes .row {
    position: relative;
    margin-top: -245px;
    background-color: #FFF;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .05);
}

#about-boxes .box:not(:last-of-type) {
    border-right: 1px solid #ececec;
}
#about-boxes .box .content {
    position: relative;
    padding: 65px 40px 120px 40px;
}
#about-boxes .box .content::after {
    content: "";
    display: block;
    width: calc(100% - 80px);
    height: 7px;
    margin: auto;
    background-color: var(--main);
    position: absolute;
    bottom: 60px; left: 0; right: 0;
}
#about-boxes .box .content p {
    color: var(--text);
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.69px;
    padding: 50px 0 0 0;
    margin: 0;
}

#textboxes .row:nth-child(even) {
    flex-direction: row-reverse;
}

#textboxes .row:nth-child(odd) .entry-content {
    padding-left: 35px;
    padding-right: 60px;
}
#textboxes .row:nth-child(even) .entry-content {
    padding-right: 35px;
    padding-left: 60px;
}
#textboxes .entry-content h2 {
    font-size: 45px;
    font-weight: 700;
}
#textboxes .entry-content h2::after {
    display: none;
}
#textboxes .entry-content p i {
    color: var(--main);
    font-size: 26px;
    font-weight: 400;
    line-height: 33px;
}
#textboxes .entry-content p a {
    color: var(--main);
    font-weight: 600;
}

#textboxes .photo {
    width: calc(50% + 45px);
}
#textboxes .row:nth-child(odd) .photo {
    margin-right: -45px;
}
#textboxes .row:nth-child(even) .photo {
    margin-left: -45px;
}
#textboxes .photo > div {
    display: block;
    width: 100%;
    height: 400px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

#why {
    position: relative;
    background-color: #000;
}

#why .headline .title {
    color: #FFF;
    font-size: 52px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.04px;
    padding: 0 0 40px 0;
    margin: 0;
}

#why .box {
    padding-top: 25px;
}
#why .box .content {
    height: 100%;
    position: relative;
    padding: 55px 50px;
    background-color: #161616;
    border-radius: 6px;
}
#why .box .content .title {
    color: #FFF;
    font-size: 37px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.11px;
    padding: 40px 0 0 0;
    margin: 0;
}
#why .box .content .title b {
    font-weight: 600;
}
#why .box .content .title::after {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    margin: 16px auto 8px;
    background-color: var(--main);
}
#why .box .content p {
    color: rgba(255, 255, 255, .6);
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.63px;
    padding: 0;
    margin: 0;
}

#why .cta {
    padding-top: 60px;
}

#partners .items a {
    margin: 0 50px;
}

/* FINANCING */

.f-box {
    padding-top: 20px;
}
.f-box:last-of-type {
    padding-bottom: 20px;
}
.f-box .content {
    display: flex;
    flex-direction: column;
    padding: 35px;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .03);
}

.f-box .content .text {
    flex: 1;
}
.f-box .content .text .title {
    color: var(--main);
    font-size: 29px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.56px;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #ebebeb;
}
.f-box .content .text .desc {
    color: var(--text);
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
}

.f-box .content .apply p {
    margin: 0;
}
.f-box .content .apply p a {
    display: inline-block;
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.54px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 35px 0 0 0;
}
.f-box .content .apply p a:hover {
    text-decoration: none;
}

/* SERVICES */

#services-main {
    position: relative;
    margin-top: -79px;
    z-index: 4;
}

#services-main .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 50px;
    background-color: #FFF;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .07);
}
#services-main .box a:hover {
    border-color: var(--text);
}

#services-main .box .title {
    display: flex;
    align-items: center;
}
#services-main .box .title p {
    color: var(--text);
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.08px;
    padding: 25px 0 25px 25px;
    margin: 0 0 0 25px;
    border-left: 1px solid #ececec;
}

#services-main .box .button span {
    display: inline-block;
    height: 46px;
    color: var(--text);
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 25px;
    margin: 0;
    background: #C5A45D;
    background: linear-gradient(-45deg, rgba(175, 135, 49, 1) 0%, rgba(205, 172, 83, 1) 40%, rgba(205, 172, 83, 1) 60%, rgba(175, 135, 49, 1) 100%);
    background-size: 100%;
    border: 1px solid var(--main);
    border-radius: 3px;
    transition: all .3s;
}
#services-main .box .button span::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#services-main .box a:hover .button span {
    background-size: 200%;
}

.services-info .content {
    position: relative;
    padding-right: 80px;
    padding-bottom: 55px;
}
.services-info .content::before {
    content: "";
    display: block;
    width: 328px;
    height: 312px;
    background-image: url('img/icons/icon-logo-2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -200px; left: -150px;
}
.services-info .content > * {
    position: relative;
    z-index: 4;
}
.services-info .content .title {
    color: var(--main);
    font-size: 52px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.04px;
    padding: 0 0 30px 0;
    margin: 0;
}
.services-info .content .entry-content p:first-of-type {
    font-size: 23px;
    font-weight: 400;
    line-height: 31px;
}

.services-info .content .schedule {
    display: inline-block;
    height: 67px;
    color: var(--text);
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0 70px;
    margin: 30px 0 0 0;
    background: #C5A45D;
    background: linear-gradient(-45deg, rgba(175, 135, 49, 1) 0%, rgba(205, 172, 83, 1) 40%, rgba(205, 172, 83, 1) 60%, rgba(175, 135, 49, 1) 100%);
    background-size: 100%;
    border: 1px solid var(--main);
}
.services-info .content .schedule::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
.services-info .content .schedule:hover {
    background-size: 200%;
}

.services-info .form .box {
    position: relative;
    padding: 55px 70px;
    background-color: #f6f6f6;
    border-radius: 6px;
}
.services-info .form .box .title {
    color: var(--text);
    font-size: 35px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.7px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.services-info .form .box .title::after {
    content: "";
    display: block;
    width: 130px;
    height: 5px;
    margin: 15px auto 25px;
    background-color: var(--main);
}

.services-info .vid {
    width: calc(50% + 125px);
    margin-right: -125px;
}
.services-info .vid .js-video-button {
    display: block;
    width: 100%;
    height: 580px;
    background-size: cover;
    background-position: top center;
    border-radius: 10px;
}

#areas-2 .headline .text {
    position: relative;
}
#areas-2 .headline .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #f6f6f6;
    position: absolute;
    bottom: 7px; left: 0;
}
#areas-2 .headline .text .title {
    position: relative;
    display: inline-block;
    color: var(--main);
    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.88px;
    padding: 0 15px 0 0;
    margin: 0;
    background-color: #FFF;
}

#areas-2 .list ul {
    columns: 4;
    list-style: none;
    padding: 35px 0 0 0;
    margin: 0;
}
#areas-2 .list ul li {
    position: relative;
    color: var(--text);
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}
#areas-2 .list ul li::before {
    content: "\f3c5";
    color: var(--main);
    font-size: 15px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    top: 2px; left: 0;
}
#areas-2 .list ul li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

#services-list {
    position: relative;
    background-color: #000000;
    z-index: 4;
}

#services-list .item:not(:first-of-type) {
    padding-top: 25px;
}
#services-list .item .content {
    position: relative;
    display: flex;
    padding: 55px 120px 45px 55px;
    background-color: #161616;
    border-radius: 6px;
    overflow: hidden;
}
#services-list .item .content > img {
    width: 425px;
    position: absolute;
    top: 0; right: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
}

#services-list .item .content .text {
    position: relative;
    width: calc(100% - 66px);
    padding-left: 45px;
    z-index: 4;
}
#services-list .item .content .text .title {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.96px;
    padding: 5px 0 0 0;
    margin: 0;
}
#services-list .item .content .text .title::after {
    content: "";
    display: block;
    width: 130px;
    height: 7px;
    margin: 15px 0;
    background-color: var(--main);
}
#services-list .item .content .text p {
    color: rgba(255, 255, 255, .6);
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.34px;
    padding: 0;
}
#services-list .item .content .text p:last-of-type {
    margin-bottom: 0;
}