/*
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: #ec1f28;
}

/* HEADER */

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

#header .logo {
    width: 410px;
}
#header .logo img {
    max-height: 92px;
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 80px;
}

#header .phone a {
    position: relative;
    display: inline-block;
    color: #141414;
    font-size: 23px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 0;
    margin: 0;
}
#header .phone a i {
    position: relative;
    color: var(--main);
    font-size: 16px;
    padding-right: 5px;
    top: -2px;
}
#header .phone a:hover {
    color: var(--main);
    text-decoration: none;
}

#header .contact a {
    display: inline-flex;
    align-items: center;
    height: 57px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0 7px 0 30px;
    margin: 0 0 0 25px;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 30px;
}
#header .contact a i {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main);
    width: 41px;
    height: 41px;
    margin-left: 15px;
    background-color: #FFF;
    border-radius: 50%;
}
#header .contact a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}
#header .contact a:hover i {
    color: #FFF;
    background-color: var(--main);
}
#header .contact a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}

/* HERO */

#hero {
    position: relative;
    height: 830px;
    padding-bottom: 60px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: top center;
    z-index: 4;
}
#hero.page {
    height: 565px;
}

#hero .content {
    padding-bottom: 20px;
}
#hero .content .slogan {
    color: rgba(255, 255, 255, .8);
    font-size: 21px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    margin: 0;
}
#hero.page .content .slogan {
    font-size: 19px;
}
#hero .content .title {
    color: #FFF;
    font-size: 65px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -1.95px;
    padding: 0;
    margin: 0;
}
#hero.page .content .title {
    font-size: 75px;
}

#hero .content .buttons {
    padding-top: 50px;
}
#hero .content .buttons a {
    display: inline-flex;
    align-items: center;
    width: 275px;
    height: 72px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0 0 0 8px;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 36px;
}
#hero .content .buttons a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#hero .content .buttons a:hover {
    background-color: transparent !important;
}

#hero .content .buttons a span {
    position: relative;
    top: -1px;
}
#hero .content .buttons a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
    margin-right: 20px;
    border-radius: 50%;
}

#hero .content .buttons a.schedule {
    color: #FFF;
    margin-right: 10px;
    background-color: var(--main);
    border-color: var(--main);
}
#hero .content .buttons a.schedule i {
    color: var(--main);
    background-color: #FFF;
}

#hero .content .buttons a.phone {
    color: #000;
    background-color: #FFF;
    border-color: #FFF;
}
#hero .content .buttons a.phone:hover {
    color: #FFF;
}
#hero .content .buttons a.phone i {
    color: #FFF;
    background-color: var(--main);
}
#hero .content .buttons a.phone b {
    color: var(--main);
}

#hero .form .box {
    position: relative;
    max-width: 465px;
    padding: 60px 60px 50px 60px;
    margin-left: auto;
}
#hero.page .form .box {
    max-width: 425px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: -50px;
    margin-bottom: -205px;
}
#hero .form .box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 20px;
    position: absolute;
    top: 0; left: 0;
    backdrop-filter: blur(5px);
}
#hero.page .form .box::before {
    background-color: #e5e5e5;
    backdrop-filter: unset;
}
#hero .form .form-control {
    border-color: #FFF;
}
#hero .form .form-control:focus {
    border-color: var(--main);
}
#hero .form textarea.form-control {
    min-height: 170px;
}

/* ABOUT */

#about {
    padding-top: 45px;
    padding-bottom: 45px;
}

#about .content .title {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.54px;
    padding: 40px 0 0 0;
    margin: 0;
}
#about .content .title::after {
    content: "";
    display: block;
    width: 180px;
    height: 6px;
    margin: 20px 0 25px 0;
    background-color: var(--main);
    border-radius: 2px;
}
#about .content p {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.4px;
    padding: 0;
    margin: 0;
}
#about .content a {
    position: relative;
    display: inline-block;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 25px 0 0 0;
}
#about .content a:hover {
    color: var(--main);
    text-decoration: none;
}
#about .content a::after {
    content: "→";
    color: var(--main);
    font-family: "Arial";
    font-size: 20px;
    position: absolute;
    right: -30px;
    transition: all .3s;
}
#about .content a:hover::after {
    right: -33px;
}

#about .slogans .box {
    position: relative;
    max-width: 465px;
    padding: 40px 50px;
    margin-left: auto;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
}
#sidebar-area #about .slogans .box {
    max-width: 425px;
    padding: 25px 35px;
    margin-top: 50px;
}

#about .slogans .box::before {
    content: "";
    display: block;
    width: 672px;
    height: 481px;
    background-image: url('img/icons/icon-about-0.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; left: -35px;
}
#about .slogans .box .item {
    display: flex;
    align-items: center;
    padding: 30px 15px;
    border-bottom: 1px solid #565656;
}
#about .slogans .box .item:last-of-type {
    border-bottom-width: 0;
}
#about .slogans .box .item p {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding: 0 0 0 25px;
    margin: 0;
}

/* SERVICES */

#services {
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
}
.page-template-services #services {
    background-color: #FFF;
}

#services::before {
    content: "";
    display: block;
    width: 623px;
    height: 688px;
    background-image: url('img/icons/icon-logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px; right: -20px;
    opacity: .12;
}
#services::after {
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    background-color: #FFF;
    position: absolute;
    bottom: 0; left: 0;
}

#services .row, #areas .row {
    position: relative;
    z-index: 4;
}

#services .headline .slogan,
#team .headline .title {
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0;
}
#services .headline .title,
#team .headline .slogan {
    color: var(--main);
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.1px;
    padding: 0 0 35px 0;
    margin: 0;
}

#services .box {
    padding-top: 25px;
}
#services .box a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 250px;
    padding: 25px 20px 25px 40px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
#services .box a:hover {
    transform: translateY(-10px);
}
#services .box .title {
    color: #FFF;
    font-size: 31px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.93px;
    padding: 0;
    margin: 0;
}
#services .box .title::first-line {
    font-weight: 600;
}
#services .box span {
    display: inline-flex;
    align-items: center;
    height: 36px;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0 6px 0 15px;
    margin: 0;
    background-color: #FFF;
    border-radius: 18px;
}
#services .box span i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    color: #FFF;
    font-size: 12px;
    margin-left: 12px;
    background-color: var(--main);
    border-radius: 50%;
    transition: all .3s;
}
#services .box a:hover span {
    color: var(--main);
}

/* CTA */

.page-template-services #cta {
    width: calc(100% - 100px);
    margin: 0 auto;
    background-color: #f7f7f7;
    border-radius: 20px;
}

#cta .content .title {
    color: #1f1f1f;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.76px;
    padding: 0 0 20px 0;
    margin: 0;
}
#cta .content .headline {
    color: #1f1f1f;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.96px;
    padding: 0 0 20px 0;
    margin: 0;
}

#cta .content .buttons a {
    display: inline-flex;
    align-items: center;
    width: 275px;
    height: 66px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0 0 0 8px;
    margin: 5px 5px 0 5px;
    border-width: 2px;
    border-style: solid;
    border-radius: 36px;
}
#cta .content .buttons a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#cta .content .buttons a:hover {
    background-color: transparent !important;
}

#cta .content .buttons a span {
    position: relative;
    top: -1px;
}
#cta .content .buttons a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
}

#cta .content .buttons a.schedule {
    color: #FFF;
    background-color: var(--main);
    border-color: var(--main);
}
#cta .content .buttons a.schedule:hover {
    color: var(--main);
}
#cta .content .buttons a.schedule i {
    color: var(--main);
    background-color: #FFF;
}
#cta .content .buttons a.schedule:hover i {
    color: #FFF;
    background-color: var(--main);
}

#cta .content .buttons a.phone {
    color: #000;
    background-color: #FFF;
    border-color: var(--main);
}
#cta .content .buttons a.phone:hover {
    color: var(--main);
}
#cta .content .buttons a.phone i {
    color: #FFF;
    background-color: var(--main);
}
#cta .content .buttons a.phone b {
    color: var(--main);
}
#cta .content .buttons a.phone:hover b {
    color: #000;
}

/* CONTACT FORM */

#contact-form {
    padding-top: 0 !important;
    margin-top: -30px;
}
#contact-form .box {
    padding: 50px 60px;
    background-color: #e5e5e5;
    border-radius: 20px;
}
#contact-form textarea.form-control {
    min-height: 212px;
}
#contact-form .form-submit .wpcf7-submit {
    padding: 0 100px;
    margin-top: 0;
}

/* BOXES */

#boxes .box a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    text-align: center;
    background-color: #FFF;
    border-radius: 15px;
}
#boxes .box a:hover {
    background-color: var(--main);
}
#boxes .box a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    border-radius: 15px;
    box-shadow: 0 0 100px rgba(0, 0, 0, .15);
    position: absolute;
    bottom: -7px; left: 0;
    z-index: -1;
}
#boxes .box a:hover::after {
    transform: unset;
    z-index: -1;
}
#boxes .box a:hover img {
    filter: brightness(0) invert(1);
}
#boxes .box .title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.96px;
    padding: 20px 0 0 0;
    margin: 0;
}
#boxes .box span {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 8px 0 0 0;
    margin: 0;
}
#boxes .box a:hover .title,
#boxes .box a:hover span {
    color: #FFF;
}

/* VIP */

.page-template-services #vip {
    padding-bottom: 55px;
}

#vip .photo {
    width: calc(50% + 190px);
    margin-left: -190px;
    padding-right: 0;
}
#vip .photo > div {
    display: block;
    width: 100%;
    height: 660px;
    background-size: cover;
    background-position: top center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#vip .box {
    width: calc(50% + 190px);
    margin-right: -190px;
    padding-left: 0;
}
#vip .box .content {
    position: relative;
    height: 100%;
    padding: 105px 0 0 80px;
    background-color: var(--main);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
#vip .box .content::before {
    content: "";
    display: block;
    width: 877px;
    height: 777px;
    background-image: url('img/icons/icon-vip.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; left: 50px;
}
#vip .box .content > * {
    position: relative;
    z-index: 4;
}

#vip .box .slogan {
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0;
}
#vip .box .title {
    color: #FFF;
    font-size: 50px;
    font-weight: 300;
    line-height: 52px;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
}
#vip .box .title:first-line {
    font-weight: 700;
}
#vip .box ul {
    list-style: none;
    padding: 30px 0 0 25px;
    margin: 0;
}
#vip .box ul li {
    position: relative;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.36px;
    padding: 0 0 0 20px;
    margin: 14px 0 0 0;
}
#vip .box ul li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    left: 0;
}

#vip .box a,
#commercial .content a {
    display: inline-flex;
    align-items: center;
    height: 62px;
    color: #091016;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0 7px 0 30px;
    margin: 40px 0 0 0;
    background-color: #FFF;
    border: 2px solid #FFF;
    border-radius: 30px;
}
#vip .box a i,
#commercial .content a i {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: 41px;
    height: 41px;
    margin-left: 15px;
    background-color: var(--main);
    border-radius: 50%;
}
#vip .box a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
}
#vip .box a:hover i {
    color: var(--main);
    background-color: #FFF;
}
#vip .box a::before,
#commercial .content a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}

/* REVIEWS */

#reviews .headline .title {
    color: #606060;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0;
}
#reviews .headline .slogan {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.35px;
    padding: 0;
    margin: 0;
}
#reviews .headline .slogan::after {
    content: "";
    display: block;
    width: 120px;
    height: 7px;
    margin: 20px auto;
    background-color: var(--main);
    border-radius: 2px;
}

#reviews .r-content {
    padding-top: 30px;
    padding-bottom: 40px;
}

#reviews .leave a {
    position: relative;
    padding: 30px 30px 30px 50px;
    background-color: #FFF;
    border-radius: 62px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
}
#reviews .leave a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    border-radius: 62px;
    position: absolute;
    bottom: -7px; left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: -1;
}
#reviews .leave a:hover::before {
    visibility: visible;
    opacity: 1;
}
#reviews .leave img {
    position: relative;
    top: 4px;
}
#reviews .leave p {
    color: #000;
    font-size: 37px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.17px;
    padding: 9px 0 11px 35px;
    margin: 0 0 0 35px;
    border-left: 1px solid #dddddd;
}
#reviews .leave p b {
    color: var(--main);
}
#reviews .leave i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    color: #FFF;
    font-size: 27px;
    background-color: var(--main);
    border-radius: 50%;
}

/* FINANCING */

#financing {
    position: relative;
    
    background-color: #1d1d1d;
}

#financing .row {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}
#financing .row::before {
    content: "";
    display: block;
    width: 672px;
    height: 481px;
    background-image: url('img/icons/icon-about-0.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; right: 0;
    opacity: 0.3;
}
#financing .row > * {
    position: relative;
    z-index: 4;
}

#financing .photo {
    width: calc(50% + 60px);
    margin-left: -60px;
}
#financing .photo > div {
    display: block;
    width: 100%;
    height: 470px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

#financing .content {
    padding-top: 75px;
    padding-left: 65px;
}
#financing .content .title,
#areas .content .title {
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.35px;
    padding: 0;
    margin: 0;
}
#financing .content .title::after,
#areas .content .title::after {
    content: "";
    display: block;
    width: 170px;
    height: 7px;
    margin: 15px 0;
    background-color: var(--main);
    border-radius: 2px;
}
#financing .content p,
#areas .content p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0;
    margin: 0;
}
#financing .content ul,
#areas .content ul {
    list-style: none;
    padding: 25px 0 25px 25px;
    margin: 0;
}
#financing .content ul li,
#areas .content ul li {
    position: relative;
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.36px;
    padding: 0 0 0 20px;
    margin: 0 0 14px 0;
}
#financing .content ul li::before,
#areas .content ul li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 1px;
    left: 0;
}

#areas {
    position: relative;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #f7f7f7;
    overflow: hidden;
}
#areas::before {
    content: "";
    display: block;
    width: 623px;
    height: 688px;
    background-image: url("img/icons/icon-logo.webp");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    left: -20px;
    opacity: .12;
}
#areas .content * {
    color: #000 !important;
}
#areas .content ul {
    columns: 2;
}
#areas .content ul li a:hover {
    color: var(--main) !important;
}

/* NEWS */

#news .headline .slogan {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0;
}
#news .headline .title {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
}
#news .headline .title::after {
    content: "";
    display: block;
    width: 120px;
    height: 7px;
    margin: 25px auto 45px;
    background-color: var(--main);
    border-radius: 2px;
}

/* FOOTER */

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

#footer .links h4,
#footer .contact h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding: 45px 0 30px 0;
    margin: 0;
}
#footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .links ul li {
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: -0.16px;
    padding: 0;
    margin: 0;
}
#footer .links ul li a:hover {
    color: #FFF;
}

#footer .contact .box {
    padding: 0 40px 30px 40px;
    margin-top: -1px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 15px;
}
#footer .contact span {
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 0 0 6px 0;
    margin: 0;
}
#footer .contact span:not(:first-of-type) {
    padding-top: 20px;
}

#footer .contact .phone {
    color: var(--main);
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
}
#footer .contact .phone:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

#footer .contact .email {
    color: var(--main);
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0 60px 0 0;
}
#footer .contact .email:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

#footer .contact address {
    display: block;
    color: rgba(255, 255, 255, .4);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.32px;
    padding: 0;
    margin: 0;
}

#footer .contact p {
    color: rgba(255, 255, 255, .4);
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}

/* SUBPAGES */

#hero-sub {
    height: 400px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: center;
}
#hero-sub h3 {
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4.14px;
    text-transform: uppercase;
    padding: 0 0 9px 0;
    margin: 0;
}
#hero-sub h1 {
    color: #FFF;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
}

#page-wrapper, #index-wrapper, #single-wrapper {
    position: relative;
    background-color: #f8f8f8;
    overflow: hidden;
}
#page-wrapper::before {
    content: "";
    display: block;
    width: 623px;
    height: 688px;
    background-image: url("img/icons/icon-logo.webp");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    left: -20px;
    opacity: .12;
}

#page-wrapper #main {
    position: relative;
    padding-right: 60px;
}

.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: #000;
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.66px;
}
.entry-content h1::after, .entry-content h2::after, .post-title::after {
    content: "";
    display: block;
    width: 126px;
    height: 6px;
    margin-top: 20px;
    background-color: var(--main);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.56px;
}
.entry-content h4 {
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.46px;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.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: #1f1f1f;
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.4px;
    padding: 0;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content b,
.entry-content strong {
    font-weight: 600;
}

.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: 2px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}

.entry-content .button {
    display: inline-block;
    color: #FFF;
    font-weight: 500;
    padding: 12px 25px 15px 25px;
    margin-top: 10px;
    text-decoration: none;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 30px;
}
.entry-content .button:hover {
    color: var(--main);
    background-color: transparent;
}

.special-headline {
    position: relative;
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
}
.special-headline::after {
    content: "";
    display: block;
    width: 120px;
    height: 7px;
    margin: 20px 0 0 0;
    background-color: var(--main);
    border-radius: 2px;
}

.textboxes {
    position: relative;
    background-color: #f8f8f8;
}

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

.textboxes .photo {
    position: relative;
    width: calc(50% + 90px);
    padding-top: 70px;
    z-index: 4;
}
.textboxes .row:nth-child(odd) .photo {
    margin-left: -90px;
    padding-right: 70px;
}
.textboxes .row:nth-child(even) .photo {
    margin-right: -90px;
    padding-left: 70px;
}
.textboxes .photo > div {
    display: block;
    width: 100%;
    height: 455px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.textboxes .entry-content {
    position: relative;
}
.textboxes .entry-content .box {
    padding-top: 30px;
    background-color: #FFF;
}
.textboxes .entry-content .box::before {
    content: "";
    display: block;
    width: calc(100% + 400px);
    height: 100%;
    background-color: #FFF;
    border-radius: 15px;
    position: absolute;
    top: 0; left: 0;
}
.textboxes .row:nth-child(odd) .entry-content .box::before {
    left: -280px;
}
.textboxes .row:nth-child(even) .entry-content .box::before {
    left: -80px;
}

.textboxes .entry-content .box > * {
    position: relative;
    z-index: 4;
}

/* 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;
    text-underline-offset: 4px;
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    width: calc(33.333333% + 50px);
    margin-right: -50px;
    padding-left: 0;
    z-index: 4;
}

/* TEAM */

#team {
    position: relative;
    width: calc(100% - 100px);
    margin: 0 auto;
    background-color: #f7f7f7;
    border-radius: 20px;
    overflow: hidden;
}
#team::before {
    content: "";
    display: block;
    width: 623px;
    height: 688px;
    background-image: url('img/icons/icon-logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px; right: -20px;
    opacity: .12;
}

#team .box {
    display: flex;
    align-items: center;
    padding-top: 60px;
}
#team .box .photo {
    width: 182px;
    height: 182px;
    background-size: 125%;
    background-position: top -50px center;
    border-radius: 50%;
}
#team .box .content {
    width: calc(100% - 182px);
    padding-left: 25px;
}
#team .box .content .name {
    color: #1f1f1f;
    font-size: 34px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.68px;
    padding: 0;
    margin: 0;
}
#team .box .content .title {
    color: var(--main);
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.34px;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    margin: 0;
}

.page-template-team #cta .content .buttons a {
    width: auto;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
}

/* CONTACT */

.page-template-contact #hero {
    padding-bottom: 160px;
}
.page-template-contact #hero .content .title {
    font-size: 90px;
}

#contact-boxes {
    position: relative;
    margin-top: -100px;
    z-index: 9;
}
#contact-boxes .box a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 50px 40px;
    background-color: #FFF;
    border-radius: 15px;
}
#contact-boxes .box a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    border-radius: 15px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .1);
    position: absolute;
    bottom: -8px; left: 0;
    z-index: -1;
}

#contact-boxes .box .content {
    width: calc(100% - 68px);
    padding-left: 25px;
}
#contact-boxes .box .content p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0;
}

#contact-boxes .box .content .phone {
    display: inline-block;
    color: var(--main);
    font-size: 35px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.7px;
    padding: 0;
    margin: 0;
}
#contact-boxes .box .content .email, 
#contact-boxes .box .content .hours {
    display: inline-block;
    color: var(--main);
    font-size: 21px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.42px;
    padding: 0;
    margin: 0;
}

#contact-boxes .box a:hover .content .phone,
#contact-boxes .box a:hover .content .email {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

#contact-boxes .text p {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: -0.48px;
    padding: 0;
    margin: 0;;
}

.page-template-contact #team {
    margin-bottom: 55px;
}
#team .form .box {
    position: relative;
    padding: 100px 230px;
    background-color: #FFF;
    border-radius: 20px;
    z-index: 4;
}
#team .form .box h4 {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.38px;
    padding: 0 0 20px 10px;
    margin: 0;
}
#team .form .box h4:not(:first-of-type) {
    padding-top: 30px;
}
#team .form .box p {
    color: rgba(0, 0, 0, .75);
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.26px;
    padding: 8px 15px 0 15px;
    margin: 0;
}
#team .form .box .form-submit .wpcf7-submit {
    width: auto;
    padding: 0 140px;
}

#commercial {
    position: relative;
    background: #F3F3F3;
    background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 1) 100%);
}

#commercial .content .title {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.35px;
    padding: 0;
    margin: 0;
}
#commercial .content .title::after {
    content: "";
    display: block;
    width: 120px;
    height: 7px;
    margin: 20px 0;
    background-color: var(--main);
    border-radius: 2px;
}
#commercial .content p {
    color: #000;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.38px;
    padding: 0;
}
#commercial .content p:first-of-type {
    font-size: 22px;
    font-weight: 400;
}
#commercial .content p:last-of-type {
    margin-bottom: 0;
}
#commercial .content a {
    color: #FFF;
    background-color: var(--main);
    border-color: var(--main);
}
#commercial .content a i {
    color: var(--main);
    background-color: #FFF;
}
#commercial .content a:hover {
    color: var(--main);
    background-color: transparent;
}
#commercial .content a:hover i {
    color: #FFF;
    background-color: var(--main);
}

#commercial .photo {
    display: block;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
#commercial .photo.p-1 {
    display: block;
    width: 85%;
    height: 355px;
}
#commercial .photo.p-2 {
    display: block;
    width: 55%;
    height: 245px;
    margin-left: auto;
    margin-top: -115px;
}

/* REVIEW */

.btn-review-yes,
.btn-review-no {
    font-size: 40px;
    margin: 0 5px;
}
.btn-review-yes {
    color: rgb(6, 152, 0);
}
.btn-review-no {
    color: var(--main);
}
.btn-review-yes:hover,
.btn-review-no:hover {
    color: #000 !important;
}