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

:root {
    --main: #b1b820;
    --second: #10818f;
}

/* HEADER */

.header {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--second);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(16, 129, 143, 1) 30%, rgba(16, 129, 143, 1) 100%);
    transition: all .3s;
}
.header.sticky {
    padding-top: 20px;    
}
.header::before {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background-color: var(--second);
    position: absolute;
    bottom: 0; left: 0;
}
.header.sticky::before {
    opacity: 0;
}

.header__box {
    position: relative;
    padding: 25px 40px;
    background-color: #FFF;
    border-radius: 10px;
}
.header.sticky .header__box {
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

.header__logo-img {
    width: auto;
    height: 109px;
    transition: all .3s;
}

.header__phone-link {
    position: relative;
    display: inline-block;
    color: var(--second);
    font-size: 41px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.63px;
    padding: 0;
    margin: 0 25px 0 0;
}
.header__phone-link i {
    position: relative;
    color: var(--second);
    font-size: 26px;
    padding-right: 5px;
    top: -3px;
    transition: all .3s;
}
.header__phone-link:hover {
    color: var(--second);
    text-decoration: none;
}
.header__phone-link:hover i {
    color: var(--main);
}

.header__button {
    display: inline-block;
    height: 58px;
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.27px;
    padding: 0 35px;
    margin: 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 7px;
}
.header__button.header__button--request {
    color: #fff;
    background-color: var(--second);
    border-color: var(--second);
}
.header__button:hover {
    background-color: transparent;
}
.header__button.header__button--request:hover {
    color: var(--second);
}

/* HERO */

.hero {
    position: relative;
    height: 545px;
    padding-bottom: 80px;
    background-color: var(--second);
    clip-path: ellipse(110% 100% at 50% 0%);
    z-index: 4;
}
.home .hero {
    height: 765px;
    padding-bottom: 160px;
}
.hero::after {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background-image: url('img/icons/icon-hero-radius.webp');
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0; left: 0;
}

.hero__title {
    color: #fff;
    font-size: 107px;
    font-size: clamp(62px, calc(62px + 45 * ((100vw - 575px) / 1025)), 107px);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -4.28px;
    padding: 0;
    margin: 0;
}
.hero__text {
    color: #fff;
    font-size: 42px;
    font-size: clamp(26px, calc(26px + 16 * ((100vw - 575px) / 925)), 42px);
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.21px;
    padding: 25px 0 40px 3px;
    margin: 0;
}

.hero__title-sub {
    color: #fff;
    font-size: 92px;
    font-size: clamp(40px, calc(40px + 52 * ((100vw - 575px) / 1025)), 92px);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -3.7px;
    padding: 0;
    margin: 0;
}
.hero__text-sub {
    color: #fff;
    font-size: 35px;
    font-size: clamp(22px, calc(22px + 13 * ((100vw - 575px) / 1025)), 35px);
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 20px 0 25px 0;
    margin: 0;
}

.hero__text-ser {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.05px;
    padding: 0;
    margin: 0;
}
.hero__text-ser span {
    padding: 0 8px;
}
.hero__title-ser {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -2.8px;
    padding: 20px 0 25px 0;
    margin: 0;
}

.hero__title-def {
    color: #fff;
    font-size: 56px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -2.24px;
    padding: 20px 0 25px 0;
    margin: 0;
}

.hero__buttons {
    display: flex;
    column-gap: 20px;
}
.hero__button {
    display: inline-block;
    height: 64px;
    color: #262626;
    font-size: 22px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -0.44px;
    padding: 0 45px;
    margin: 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 7px;
}
.hero__button:hover {
    color: #fff;
    background-color: transparent;
}

.google__box {
    max-width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 7px;
}
.google__value {
    color: #141414;
    font-size: 41px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -2px;
    padding: 0 30px 0 0;
    margin: 0;
    transition: all .3s;
}
.google__box:hover .google__value {
    color: var(--second);
}
.google__stars {
    text-align: center;
    padding-left: 30px;
    padding-right: 35px;
    border-left: 1px solid #e3e3e2;
}
.google__number {
    color: #141414;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.15px;
    padding: 4px 0 0 0;
    margin: 0;
}
.google__logo {
    position: relative;
    top: 4px;
}

.hero__photo {
    width: 1420px;
    height: 1420px;
    background-position: bottom 50px left -80px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: -570px; right: -390px;
    border: 20px solid #FFF;
    outline: #7dcfeb solid 20px;
    border-radius: 50%;
}

/* ABOUT */

.about {
    position: relative;
}
.about::before,
.page-wrapper::before,
.contact-boxes::before,
.contact-form::before {
    content: "";
    display: block;
    width: calc(100% - 130px);
    height: calc(100% + 80px);
    background-color: #f5f8fa;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: -80px; left: 0; right: 0;
    margin: 0 auto 0;
    z-index: -1;
}

.about__title {
    color: #262626;
    font-size: 25px;
    font-size: clamp(18px, calc(18px + 7 * ((100vw - 575px) / 925)), 25px);
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.38px;
    padding: 0 0 15px 0;
    margin: 0;
}
.about__title span {
    color: var(--second);
}
.about__large-title {
    color: var(--second);
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -2px;
    padding: 0 0 40px 0;
    margin: 0;
}
.about__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about__list-item {
    position: relative;
    color: #262626;
    font-size: 21px;
    font-size: clamp(16px, calc(16px + 5 * ((100vw - 575px) / 925)), 21px);
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: -0.31px;
    padding: 0 0 0 30px;
    margin: 20px 0 0 0;
}
.about__list-item::before {
    content: "\f058";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    top: 3px; left: 0;
}
.about__text p {
    color: #262626;
    font-size: 21px;
    font-size: clamp(16px, calc(16px + 5 * ((100vw - 575px) / 925)), 21px);
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: -0.31px;
    padding: 0;
}
.about__text p b,
.about__text p strong {
    color: var(--second);
    font-weight: 600;
}

.more__btn {
    display: inline-block;
    height: 49px;
    color: #262626;
    font-size: 19px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: -0.27px;
    padding: 0 25px;
    margin: 25px 0 0 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 5px;
    transition: all .3s;
}
.more__btn:hover {
    background-color: transparent;
}

/* SERVICES */

.services__slogan {
    color: #2a2a2a;
    font-size: 30px;
    font-size: clamp(17px, calc(17px + 13 * ((100vw - 575px) / 925)), 30px);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.9px;
    padding: 0 0 15px 0;
    margin: 0;
}
.services__title {
    color: var(--second);
    font-size: 80px;
    font-size: clamp(50px, calc(50px + 30 * ((100vw - 575px) / 925)), 80px);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -3.2px;
    padding: 0 0 35px 0;
    margin: 0;
}

.services__item {
    padding-top: 35px;
}
.services__item:nth-child(-n+3) {
    width: 25;
}

.service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 350px;
    padding-bottom: 60px;
    background-color: var(--second);
    background-size: cover;
    background-position: top center;
    border-radius: 15px;
}
.services__item:nth-child(-n+3) .service-item {
    padding-bottom: 35px;
}
.service-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #174251;
    background: linear-gradient(0deg, rgba(23, 66, 81, 1) 0%, rgba(35, 104, 119, 1) 100%);
    border-radius: 15px;
    opacity: 0.78;
    position: absolute;
    top: 0; left: 0;
    transition: all .3s;
}
.service-item:hover::before {
    opacity: 0.6;
}
.service-item > * {
    position: relative;
    z-index: 4;
}
.service-item__title {
    color: #fff;
    font-size: 33px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.32px;
    padding: 0;
    margin: 0;
}
.service-item__type {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    padding: 8px 0 10px 0;
    margin: 0;
}
.services__item:nth-child(-n+3) .service-item__type {
    font-size: 21px;
    padding-bottom: 30px;
}
.service-item:hover .about__btn {
    color: #fff;
    background-color: transparent;
}

/* CTA */

.blog .cta {
    background-color: #f5f8fa;
}

.cta__text {
    color: #2a2a2a;
    font-size: 27px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.81px;
    padding: 0 0 35px 0;
    margin: 0;
}
.cta__buttons {
    column-gap: 12px;
}
.cta__button {
    display: inline-block;
    width: 340px;
    height: 57px;
    color: #262626;
    font-size: 20px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.3px;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 5px;
}
.cta__button.cta__button--phone {
    color: #FFF;
    background-color: var(--second);
    border-color: var(--second);
}
.cta__button span {
    font-weight: 300;
}
.cta__button:hover {
    background-color: transparent;
}
.cta__button.cta__button--phone:hover {
    color: var(--second);
}

/* COUPONS */

.coupons {
    width: calc(100% - 130px);
    margin: 0 auto;
    background-color: var(--second);
    border-radius: 45px;
}
.page-template-specials .coupons {
    margin-top: 50px;
}

.coupons__slogan {
    color: #fff;
    font-size: 21px;
    font-size: clamp(13px, calc(13px + 8 * ((100vw - 575px) / 925)), 21px);
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    margin: 0;
}
.coupons__title {
    color: #fff;
    font-size: 80px;
    font-size: clamp(33px, calc(33px + 47 * ((100vw - 575px) / 1025)), 80px);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
}
.coupons__subtitle {
    color: var(--main);
    font-size: 37px;
    font-size: clamp(21px, calc(21px + 16 * ((100vw - 575px) / 925)), 37px);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 20px 0 65px 0;
    margin: 0;
}

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

.coupons__item {
    height: inherit !important;
    padding-top: 10px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.page-template-specials .coupons__item {
    padding-top: 40px;
}

.coupon-item {
    position: relative;
    height: 100%;
    padding: 60px 50px 55px 50px;
    border: 2px dotted #fff;
    border-radius: 45px;
}
.coupon-item::before {
    content: "";
    display: block;
    width: 49px;
    height: 18px;
    padding: 0 12px;
    background-color: var(--second);
    background-image: url('img/icons/icon-scissor.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px; left: 40px;
}
.coupon-item__value {
    color: var(--main);
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -2px;
    padding: 0;
    margin: 0;
}
.coupon-item__value sub {
    bottom: 0;
}
.coupon-item__type {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.22px;
    text-transform: uppercase;
    padding: 20px 0 6px 0;
    margin: 0;
    border-bottom: 2px solid #fff;
}
.coupon-item__title {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: -1.14px;
    padding: 30px 0 20px 0;
    margin: 0;
}
.coupon-item__text {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.27px;
    padding: 0;
    margin: 0;
}
.coupon-item__text b,
.coupon-item__text strong {
    font-weight: 600;
}
.home .coupon-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home .coupon-item__text br {
    display: none;
}

/* GUARANTEE */

.guarantee {
    position: relative;
}
.guarantee::before {
    content: "";
    display: block;
    width: 100%;
    height: 480px;
    background-color: #f5f8fa;
    position: absolute;
    bottom: 0; left: 0;
}
.guarantee .row {
    position: relative;
    z-index: 4;
}

.guarantee__photos {
    position: relative;
    width: calc(50% + 35px);
    margin-left: -35px;
}
.guarantee__photo {
    display: block;
    width: 100%;
    height: 670px;
    background-color: var(--second);
    background-size: cover;
    background-position: center;
    border: 10px solid #FFF;
    border-radius: 50%;
    outline: var(--second) solid 10px;
}
.guarantee__photo--small {
    display: block;
    width: 385px;
    height: 385px;
    background-color: var(--second);
    background-size: cover;
    background-position: center;
    border: 10px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .1);
    position: absolute;
    bottom: -140px; left: -30px;
}

.guarantee__content {
    padding-left: 50px;
}
.guarantee__slogan {
    color: #000;
    font-size: 21px;
    font-size: clamp(13px, calc(13px + 8 * ((100vw - 575px) / 925)), 21px);
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    padding: 70px 0 0 0;
    margin: 0;
}
.guarantee__title {
    color: var(--second);
    font-size: 65px;
    font-size: clamp(30px, calc(30px + 35 * ((100vw - 575px) / 1025)), 65px);
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -2.6px;
    padding: 25px 0 90px 0;
    margin: 0;
}
.guarantee__content p {
    color: #262626;
    font-size: 21px;
    font-size: clamp(16px, calc(16px + 5 * ((100vw - 575px) / 925)), 21px);
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.31px;
    padding: 0;
}
.guarantee__content p b,
.guarantee__content p strong {
    color: var(--second);
    font-weight: 600;
}

/* REVIEWS */

.reviews {
    position: relative;
    background-color: #13818e;
    clip-path: ellipse(110% 100% at 50% 0%);
}

.reviews .container-fluid {
    display: flex;
    align-items: flex-end;
    height: 800px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: bottom center;
}

.reviews__slogan {
    color: #fff;
    font-size: 21px;
    font-size: clamp(15px, calc(15px + 6 * ((100vw - 575px) / 925)), 21px);
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.reviews__title {
    color: #fff;
    font-size: 90px;
    font-size: clamp(33px, calc(33px + 57 * ((100vw - 575px) / 1025)), 90px);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.8px;
    padding: 25px 0 30px 0;
    margin: 0;
}
.reviews__btn {
    display: inline-block;
    height: 50px;
    color: #262626;
    font-size: 19px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: -0.27px;
    padding: 0 25px;
    margin: 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 5px;
}
.reviews__btn:hover {
    color: #FFF;
    background-color: transparent;
}

.reviews .grw-row .grw-review {
    flex: 1 0 33.333% !important;
    width: 33.333% !important;
}
.reviews .wp-gr .grw-review-inner {
    display: flex !important;
}
.reviews .rpi-flx.rpi-col4 {
    order: 1;
}
.reviews .rpi-flx.rpi-row12-center {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
    order: 2;
}
.reviews .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    position: relative;
    padding: 110px 35px 40px 35px !important;
    background-color: #FFF !important;
    border-radius: 20px !important;
}
.reviews .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd::before {
    content: "";
    display: block;
    width: 63px;
    height: 49px;
    background-image: url('img/icons/icon-quote.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px; left: 40px; 
}
.reviews .wp-gr.rpi .wp-google-name {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.reviews .wp-gr .wp-google-text {
    font-size: 22px !important;
    font-size: clamp(17px, calc(17px + 5 * ((100vw - 575px) / 925)), 22px) !important;
    font-weight: 400;
    line-height: 34px !important;
    letter-spacing: -0.33px;
}
.reviews .wp-gr .grw-img-wrap,
.reviews .wp-gr .wp-google-time {
    display: none !important;
}
.reviews .rpi-stars {
    margin-top: -7px;
    order: 3;
}
.reviews .wp-gr .grw-review .wp-google-feedback {
    overflow-y: hidden !important;
}
.reviews .wp-gr .grw-review-inner>svg {
    width: 36px !important;
    height: 36px !important;
    top: initial !important;
    bottom: 55px !important;
    right: 35px !important;
}

.reviews .rpi-dots {
    padding-top: 20px;
}
.reviews .rpi-dots .rpi-dot {
    position: relative !important;
    width: 16px !important;
    height: 16px !important;
    background-color: transparent !important;
    border: 2px solid #FFF !important;
}
.reviews .rpi-dots .rpi-dot.active::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px; left: 3px;
}

/* VIDEOS */

.videos__title, .recent-posts__title {
    color: var(--second);
    font-size: 50px;
    font-size: clamp(24px, calc(24px + 26 * ((100vw - 575px) / 925)), 50px);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -2px;
    padding: 0 0 50px 0;
    margin: 0;
}
.videos__item {
    padding-top: 20px;
}
.video-item {
    position: relative;
    display: block;
    width: 100%;
    height: 345px;
    background-color: #102a40;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    cursor: pointer;
}
.video-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 42, 64, .3);
    border-radius: 15px;
    position: absolute;
    top: 0; left: 0;
    transition: all .3s;
}
.video-item:hover::before {
    background-color: rgba(16, 42, 64, .6);
}
.video-item::after {
    content: "";
    display: block;
    width: 84px;
    height: 84px;
    background-size: contain;
    background-image: url('img/icons/icon-play.webp');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 40px; right: 45px;
}

/* ANYTIME */

.anytime {
    position: relative;
    background-color: #f5f8fa;
}
.anytime__slogan {
    color: #000;
    font-size: 21px;
    font-size: clamp(14px, calc(14px + 7 * ((100vw - 575px) / 925)), 21px);
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    padding: 0 0 20px 3px;
    margin: 0;
}
.anytime__title {
    color: var(--second);
    font-size: 65px;
    font-size: clamp(33px, calc(33px + 32 * ((100vw - 575px) / 1025)), 65px);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -2.6px;
    padding: 0;
    margin: 0;
}
.anytime__value {
    color: var(--main);
    font-size: 77px;
    font-size: clamp(33px, calc(33px + 44 * ((100vw - 575px) / 1025)), 77px);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -3.08px;
    padding: 10px 0 40px 0;
    margin: 0;
}
.anytime__value span {
    font-weight: 300;
}
.anytime__content p {
    color: #262626;
    font-size: 22px;
    font-size: clamp(16px, calc(16px + 6 * ((100vw - 575px) / 925)), 22px);
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.33px;
    padding: 0;
}
.anytime__content p b,
.anytime__content p strong {
    color: var(--second);
    font-weight: 600;
}
.anytime__content:first-of-type p {
    max-width: 85%;
}

.anytime__video {
    width: calc(100% + 350px);
    max-width: calc(100% + 350px);
    margin-left: -175px;
}
.anytime__v {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 620px;
    padding-right: 175px;
    background-size: cover;
    background-position: center;
    border-radius: 45px;
    cursor: pointer;
    transition: all .3s;
}
.anytime__v-icon img {
    transition: all .3s;
}
.anytime__v:hover .anytime__v-icon img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(48%) saturate(540%) hue-rotate(10deg) brightness(94%) contrast(85%);
}
.anytime__v-text {
    padding-left: 30px;
}
.anytime__v-slogan {
    color: #fff;
    font-size: 22px;
    font-size: clamp(12px, calc(12px + 10 * ((100vw - 575px) / 925)), 22px);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0;
}
.anytime__v-title {
    color: #fff;
    font-size: 50px;
    font-size: clamp(20px, calc(20px + 30 * ((100vw - 575px) / 1025)), 50px);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
}
.anytime__v-title span {
    font-weight: 300;
}

/* COMPANY SLOGAN */

.company-slogan {
    position: relative;
    background-color: #51909e;
}
.company-slogan__text {
    color: #fff;
    font-size: 39px;
    font-size: clamp(23px, calc(23px + 16 * ((100vw - 575px) / 925)), 39px);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

/* FOOTER */

.footer__logo {
    padding-top: 30px;
}

.footer__links-title {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 52px 0 35px 0;
    margin: 0;
}
.footer__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__links ul li {
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
}
.footer__links ul li a:hover {
    color: #fff;
}

.footer__contact-box {
    position: relative;
    padding: 55px 50px;
    border: 3px solid var(--main);
    border-radius: 20px;
}
.footer__contact-title {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.48px;
    padding: 0;
    margin: 0;
}
.footer__contact-details {
    display: flex;
    padding-top: 30px;
}
.footer__contact-details i {
    color: var(--main);
    font-size: 17px;
    padding-right: 20px;
}
.footer__contact-type {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
}
.footer__contact-address,
.footer__contact-map,
.footer__contact-text {
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
}
.footer__contact-address,
.footer__contact-text {
    padding-top: 5px;
}
.footer__contact-map {
    color: var(--main);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.footer__contact-map:hover {
    color: var(--main);
    text-decoration: none;
}

.footer__phone {
    display: inline-block;
    color: var(--main);
    font-size: 45px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.8px;
    padding: 0;
    margin: 35px 0 15px 0;
}
.footer__phone:hover {
    color: #fff;
}

.footer__email {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0;
    margin: 0;
}
.footer__email:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
}

/* ABOUT PAGE */

.about-list__slogan {
    color: var(--main);
    font-size: 25px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1px;
    padding: 0 0 25px 0;
    margin: 0;
}
.about-list__slogan span {
    padding: 0 20px;
}
.about-list__title {
    color: #292929;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -1.4px;
    padding: 0 0 45px 0;
    margin: 0;
}
.about-list__title b,
.about-list__title strong {
    color: var(--second);
    font-weight: 800;
}

.about-list__item {
    padding-top: 20px;
}
.about-list__box {
    position: relative;
    height: 100%;
    padding: 50px 55px;
    background-color: #f5f8fa;
    border-radius: 20px;
}
.about-list__box-title {
    color: var(--second);
    font-size: 33px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.32px;
    padding: 0 0 30px 0;
    margin: 0;
}
.about-list__box-title:not(:first-of-type) {
    padding-top: 30px;
}
.about-list__box-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-list__box-litem {
    position: relative;
    color: #262626;
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    padding: 0 0 18px 40px;
    margin: 0;
}
.about-list__box-litem:last-of-type {
    margin-bottom: 0;
}
.about-list__box-litem::before {
    content: "\f00c";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 1px; left: 10px;
}

/* 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 {
    position: relative;
}

.page-wrapper #main {
    position: relative;
    padding-right: 60px;
    background-color: #FFF;
}
.page-wrapper #main::before {
    content: "";
    display: block;
    width: 50%;
    height: calc(100% + 35px);
    background-color: #FFF;
    border-bottom-left-radius: 20px;
    position: absolute;
    top: -35px; left: -75px;
}
.page-wrapper #main > * {
    position: relative;
    z-index: 4;
}

.page-template-full .page-wrapper #main {
    padding-right: calc(var(--bs-gutter-x) * .5);
    background-color: transparent;
}
.page-template-full .page-wrapper #main::before {
    display: none;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4 {
    scroll-margin-top: 130px;
}
.entry-content h1 a, 
.entry-content h2 a, 
.entry-content h3 a, 
.entry-content h4 a {
    color: var(--second);
    text-decoration: none;
}

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

.entry-content h1, .entry-content h2, .post-title {
    color: var(--second);
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -1.3px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--second);
    font-size: 28px;
    font-weight: 800;
    line-height: 33px;
    letter-spacing: -1.12px;
}
.entry-content h4 {
    color: var(--second);
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.35px;
}
.entry-content h5, .entry-content h6 {
    color: var(--second);
}

.entry-content a {
    color: #10818f;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #262626;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.28px;
    padding: 0;
}
.entry-content p b,
.entry-content p strong,
.entry-content li b,
.entry-content li strong {
    font-weight: 600;
	color: #10818f;
}
.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 b,
.entry-content ul > li strong {
    color: var(--second);
}
.entry-content ul > li::before {
    content: "\f00c";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 700;
    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;
}

/* SITEMAP */

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

/* WIDGETS */

#sidebar-area {
    position: relative;
    width: calc(33.333% + 75px);
    margin-right: -75px;
    padding-top: 65px;
    padding-left: 0;
    z-index: 4;
}
#sidebar-area::before {
    content: "";
    display: block;
    width: 45px;
    height: 100%;
    background-color: #FFF;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 0; left: 0;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}

.widget-estimates {
    position: relative;
    text-align: center;
    padding: 45px 0;
    background-color: var(--main);
    border-radius: 20px;
}
.widget-estimates__title {
    color: #fff;
    font-size: 37px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.17px;
    padding: 30px 0 0 0;
    margin: 0;
}
.widget-estimates__text {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.32px;
    padding: 20px 0 25px 0;
    margin: 0;
}
.widget-estimates__phone {
    display: inline-block;
    color: #fff;
    font-size: 37px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.48px;
    padding: 0;
    margin: 0 0 35px 0;
}
.widget-estimates__phone:hover {
    color: var(--second);
}
.widget-estimates__btn {
    display: inline-block;
    height: 64px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -0.33px;
    padding: 0 45px;
    margin: 0;
    background-color: var(--second);
    border: 2px solid var(--second);
    border-radius: 7px;
}
.widget-estimates__btn:hover {
    color: var(--second);
    background-color: transparent;
}

.widget-photos {
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
}
.widget-photos .guarantee__photo {
    width: 380px;
    height: 380px;
}
.widget-photos .guarantee__photo--small {
    width: 220px;
    height: 220px;
    bottom: -90px;
    left: 20px;
}

/* MAIN SERVICE */

.service-details {
    position: relative;
    background-color: #f5f8fa;
}
.service-details::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background-color: #fff;
    position: absolute;
    top: 0; left: 0;
}
.service-details .row {
    position: relative;
    z-index: 4;
}

.service-details__photos {
    width: 50%;
    margin-left: 0;
}
.service-details__photos .guarantee__photo {
    width: 555px;
    height: 555px;
}
.service-details__photos .guarantee__photo--small {
    width: 320px;
    height: 320px;
    top: 360px;
    bottom: initial !important;
}

.service-details__content h2 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2px;
    padding-top: 50px !important;
    padding-bottom: 70px !important;
}
.service-details__content h4 {
    margin-bottom: 0 !important;
}

.service-details__columns {
    padding-top: 20px;
    columns: 2;
    column-gap: calc(2 * var(--bs-gutter-x) * .5);
}

.services-why__title {
    color: var(--second);
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0 0 50px 0;
    margin: 0;
}
.services-why__item {
    padding-top: 20px;
}

.service-why__box {
    position: relative;
    height: 100%;
    padding: 60px 50px 55px 50px;
    text-align: center;
    background-color: var(--second);
    border-radius: 20px;
}
.service-why__box-title {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -1.32px;
    padding: 35px 0 25px 0;
    margin: 0;
}
.service-why__box-text {
    color: rgba(255, 255, 255, .8);
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.28px;
    padding: 0;
    margin: 0;
}

/* CONTACT PAGE */

.contact-boxes {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}

.contact-boxes__item {
    padding-top: 20px;
}

.contact-box {
    position: relative;
    height: 100%;
    display: flex;
    padding: 50px 35px 55px 35px;
    background-color: #fff;
    border-radius: 20px;
}
.contact-box__details {
    width: calc(100% - 54px);
    padding-left: 20px;
}
.contact-box__title {
    color: var(--second);
    font-size: 28px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.12px;
    padding: 14px 0 25px 0;
    margin: 0 0 20px 0;
    border-bottom: 3px solid var(--main);
}
.contact-box__address,
.contact-box__text {
    display: block;
    color: #262626;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.28px;
    padding: 0;
}
.contact-box__address:last-of-type,
.contact-box__text:last-of-type {
    margin-bottom: 0;
}
.contact-box__text b {
    color: var(--second);
    font-weight: 600;
}
.contact-box__map {
    display: inline-block;
    color: var(--second);
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.25px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 10px 0 0 0;
}

.contact-box__phone {
    display: block;
    color: var(--second);
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.54px;
    padding: 0;
    margin: 25px 0 0 0;
}
.contact-box__phone:hover {
    color: var(--main);
}

.contact-box__email {
    display: inline-block;
    color: #262626;
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 15px 0 0 0;
}
.contact-box__email:hover {
    text-decoration: none;
}

.contact-form {
    position: relative;
    margin-top: 50px;
    margin-bottom: 80px;
}
.contact-form::before {
    height: 100% !important;
    top: 0 !important;    
    background-color: var(--second);
    border-radius: 30px !important;
}

.contact-form__title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2px;
    padding: 0;
    margin: 0;
}
.contact-form__text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.8px;
    padding: 20px 0 40px 0;
    margin: 0;
}

.contact-form__wrapper .gform_fields {
    row-gap: 15px !important;
}
.contact-form__wrapper .gform_heading {
    display: none;
}
.contact-form__wrapper .gfield {
    position: relative;
}
.contact-form__wrapper .gfield .gform-field-label {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.20px;
    padding: 0 10px 5px 10px;
    margin: 0;
}
.contact-form__wrapper .gfield .gform-field-label.gform-field-label--type-inline {
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
}
.contact-form__wrapper .gfield .gform-field-label.gform-field-label--type-inline a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.contact-form__wrapper .ginput_container_radio {
    padding-top: 25px;
    padding-left: 20px;
}
.contact-form__wrapper .gfield .gform-field-label .gfield_required {
    position: absolute;
    top: -2px; right: 0;
}
.contact-form__wrapper .gfield input.large,
.contact-form__wrapper .gfield--type-address input,
.contact-form__wrapper .gfield select.large,
.contact-form__wrapper .gfield--type-address select,
.contact-form__wrapper .gfield textarea {
    position: relative !important;
    height: 66px !important;
    color: #262626 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    letter-spacing: -0.18px !important;
    padding: 20px 25px !important;
    background-color: #f0f4f7 !important;
    border: 1px solid #f0f4f7 !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    outline: none !important;
    resize: none !important;
}
.contact-form__wrapper .gfield textarea.large {
    min-block-size: 14rem !important;
}
.contact-form__wrapper .gform-footer input[type="submit"] {
    display: inline-block !important;
    height: 66px !important;
    color: #262626 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    letter-spacing: -0.3px !important;
    padding: 0 95px !important;
    margin: 0 auto !important;
    background-color: var(--main) !important;
    border: 2px solid var(--main) !important;
    border-radius: 5px !important;
    outline: none !important;
}
.contact-form__wrapper .gform-footer input[type="submit"]:hover {
    color: var(--main) !important;
    background-color: transparent !important;
}
.contact-form__wrapper .gfield_validation_message,
.contact-form__wrapper .gform_validation_errors .gform_submission_error {
    color: #fff !important;
}