/* 1. Eurostile Regular / Medium */
@font-face {
    font-family: 'Eurostile';
    src: local('Eurostile LT Std Medium'),
        local('EurostileLTStd'),
        url('../fonts/EurostileLTStd.woff2') format('woff2'),
        url('../fonts/EurostileLTStd.woff') format('woff');
    font-weight: 400;
    /* Identical to 'normal' */
    font-style: normal;
    font-display: swap;
}

/* 2. Eurostile Bold */
@font-face {
    font-family: 'Eurostile';
    src: local('Eurostile LT Std Bold'),
        local('EurostileLTStd-Bold'),
        url('../fonts/EurostileLTStd-Bold.woff2') format('woff2'),
        url('../fonts/EurostileLTStd-Bold.woff') format('woff');
    font-weight: 700;
    /* Identical to 'bold' */
    font-style: normal;
    font-display: swap;
}

:root {
    /* nav-offset value is calculated using js, this is just a fallback value */
    --nav-offset: 80px;
     --heading-font: "Eurostile", sans-serif;
    --body-font: "Barlow", Arial, sans-serif;
    --primary: #F1BE48;
    --secondary: #d89a00;
    --dark: #2C515E;
    --text: #4a4a4a;
    --white: #ffffff;
    --header-height: 80px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    /* padding-top: var(--header-height); */
    overflow-x: hidden;
    font-family: var(--body-font);
    color: var(--text);
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-image: url("../img/nav-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.07);
    /* padding: 8px 0; */
}

.header-logo-wrap {
    padding: 12px 0;
}

.header-logo-wrap img {
    /* max-width: 100px; */
    max-height: 72px;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.header-phone,
.header-btn {
    display: inline-flex;
    align-items: center;
    font-family: var(--heading-font);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.3s;
}

.header-phone {
    gap: 9px;
    color: var(--dark);
    font-size: 20px;
}

.header-phone:hover {
    color: var(--primary);
}

.header-btn {
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 25px;
    background: var(--primary);
    color: var(--dark);
    font-size: 16px;
    text-transform: uppercase;
}

.header-btn:hover {
    background: var(--dark);
    color: var(--white);
}

.content-container {
    padding-top: var(--nav-offset);
}

.services-section .header-btn,
.cta-section .header-btn,
.testimonials-section .header-btn,
.footer-btn .header-btn {
    border: 2px solid var(--primary);
}

.services-section .header-btn:hover,
.cta-section .header-btn:hover,
.testimonials-section .header-btn:hover,
.footer-btn .header-btn:hover {
    border: 2px solid var(--white);
}

.footer-btn .header-btn {
    margin-bottom: 0;
}

.hero-section {
    padding: 90px 0;
    background-image: url("../img/bg-hero.webp?v=1.2.1");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--secondary);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-content h1 {
    /* max-width: 650px; */
    margin: 0 0 22px;
    color: var(--dark);
    font-family: var(--heading-font);
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-description {
    /* max-width: 590px; */
    margin: 0 0 30px;
    color: var(--text);
    font-size: 18px;
    line-height: 1.55;
}

.hero-testimonial {
    width: 100%;
    max-width: 590px;
    margin-bottom: 28px;
    padding: 24px 24px 20px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 15px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.08);
}

.testimonial-top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.testimonial-avatar {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial-content h3 {
    margin: 0 0 4px;
    color: var(--text);
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.testimonial-content p {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    line-height: 1.5;
}

.testimonial-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 18px;
}

.testimonial-stars {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #FBBA00;
    font-size: 12px;
}

.hero-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 365px;
    min-height: 49px;
    margin-bottom: 32px;
    padding: 0 25px;
    background: var(--primary);
    color: var(--dark);
    font-family: var(--heading-font);
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 44px;
}

.trust-item {
    display: flex;
    align-items: center;
    color: var(--dark);
    gap: 0 10px;
}

.trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--dark);
    font-size: 14px;
}

.trust-text {
    margin-bottom: 0;
    font-family: var(--heading-font);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    /*line-height: 15px;*/
}

@media screen and (min-width:992px) {
    .hero-trust {
        gap: 16px 44px;
    }
    
    .trust-item {
        flex: 0 0 auto;
        width: 46%;
    }
    
    .trust-icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        font-size: 18px;
    }
    
    .trust-text {
        font-size: 14px;
        line-height: auto; 
    }
}

.hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-gallery {
    display: flex;
    gap: 0 16px;
    margin-top: 420px;
}

.hero-gallery-item {
    overflow: hidden;
    background: var(--white);
    border: 4px solid var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hero-gallery-item-1 {
    border-radius: 32px 0 32px 0;
}

.hero-gallery-item-2 {
    border-radius: 0 32px 0 32px;
    height: 100%;
}

/* =========================================================
   BACK TO TOP
   ========================================================= */
#back-to-top {
    position: fixed;
    right: 4px;
    bottom: 45px;
    z-index: 999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transition: bottom 0.25s ease, color 0.2s ease;
}

#back-to-top.show {
    bottom: 60px;
}

#back-to-top:hover {
    color: var(--secondary);
}


/* =========================================================
ABOUT
========================================================= */

.about-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background-image: url("../img/about-bg.webp?v=1.2.1");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.about-content {
    position: relative;
    z-index: 2;
    max-width: 510px;
}

.about-content h2 {
    margin: 0 0 18px;
    color: var(--dark);
    font-family: var(--heading-font);
    font-size: 34px;
    line-height: 1.08;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-text {
    color: var(--dark);
    font-size: 14px;
    line-height: 1.45;
}

.about-text p {
    margin: 0 0 16px;
    font-size: .95rem;
}

.about-text p:last-child {
    margin-bottom: 24px;
}

.about-text strong {
    font-weight: 700;
}

.about-content strong {
    color: var(--primary);
}

.about-mobile-image {
    display: none;
}

@media (max-width: 767px) {

    .about-section {
        position: relative;
        padding: 50px 0;

        background-image:
            linear-gradient(to bottom,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 0.98) 25%,
                rgba(255, 255, 255, 0.96) 50%,
                rgba(255, 255, 255, 0.92) 70%,
                rgba(255, 255, 255, 0.88) 85%,
                rgba(255, 255, 255, 0.82) 100%),
            url(../img/mobile-bg.webp);

        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    .about-content {
        position: relative;
        z-index: 2;
        max-width: 100%;
    }

    .about-content h2 {
        color: var(--dark);
        font-size: 24px;
    }

    .about-text {
        color: var(--dark);
        font-size: 16px;
    }

    .about-mobile-image {
        display: block;
        margin-top: 35px;
    }

    .about-mobile-image img {
        width: 100%;
        height: auto;
    }
}

/* =========================================================
WHY US
========================================================= */

.why-section {
    position: relative;
    overflow: hidden;
    background-color: var(--white);
}


/* =========================
LEFT
========================= */

.why-left {
    position: relative;
    min-height: 550px;
    height: 100%;
    background-image: url("../img/why-us-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.why-left::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 1;
    width: 28%;
    height: 100%;

    /* background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 35%,
        rgba(255, 255, 255, 0.85) 72%,
        rgba(255, 255, 255, 1) 100%
    ); */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 35%, rgb(255 255 255 / 0.85) 72%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

.why-mobile-image {
    display: none;
}


/* =========================
REVIEW
========================= */

.why-review {
    position: absolute;
    left: 60%;
    bottom: 60px;
    z-index: 3;
    width: 450px;
    max-width: calc(100% - 40px);
    padding: 22px 28px 18px;
    background-color: var(--white);
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.10);
    transform: translateX(-50%);
}

.about-review {
    position: absolute;
    left: 70%;
    bottom: 60px;
    z-index: 3;
    width: 450px;
    max-width: calc(100% - 40px);
    padding: 22px 28px 18px;
    background-color: var(--white);
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.10);
    transform: translateX(-50%);
}

.why-review-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.why-review-avatar {
    flex: 0 0 40px;
    width: 36px;
    height: 36px;
}

.why-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-review-content {
    flex: 1;
}

.why-review-content h3 {
    margin: 0 0 5px;

    color: var(--dark);
    font-family: var(--body-font);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;

}

.why-review-content p {
    margin: 0;
    font-size: 14px;
    color: var(--dark);
    font-size: 12px;
    line-height: 1.35;
}

.why-review-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 8px;
}

.why-google {
    width: 24px;
}

.why-stars {
    /* width: 85px; */
}
@media screen and (min-width:992px) {
    .why-review-content p {
        font-size: 14px;
    }
}

/* =========================
RIGHT
========================= */

.why-content {
    max-width: 600px;
    padding: 80px 40px;
}

.why-content h2 {
    margin: 0 0 22px;

    color: var(--dark);

    font-family: var(--heading-font);
    font-size: 32px;
    line-height: 1.05;
    font-weight: 700;

    letter-spacing: 1px;
    text-transform: uppercase;
}


/* =========================
ITEM
========================= */

.why-item {
    margin-bottom: 20px;
    word-wrap: break-word;
    max-width: 29.25rem;
}

.why-item-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    /* justify-content: center; */
}

.why-item-title i {
    color: var(--primary);
    font-size: 16px;
    /* align-self: start; */
    line-height: 1;
    font-weight: 900;
}

.why-item-title h3 {
    margin: 0;
    color: var(--dark);
    font-family: var(--heading-font);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.why-item p {
    margin: 0;
    /* max-width: 520px; */
    color: var(--dark);
    font-size: 14px;
    line-height: 1.5;
}


/* =========================
BUTTON
========================= */



@media (max-width: 767px) {

    .why-left {
        min-height: auto;
        background-image: none;
    }

    .why-left::after {
        display: none;
    }


    /* Mobile image */
    .why-mobile-image {
        display: block;
        position: relative;
    }

    .why-mobile-image img {
        width: 100%;
        height: auto;
    }


    .why-review {
        left: 50%;
        bottom: 20px;

        width: calc(100% - 30px);

        padding: 16px 16px 14px;

        transform: translateX(-50%);
    }

    .why-review-avatar {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
    }

    .why-review-content h3 {
        font-size: 11px;
    }

    .why-review-content p {
        font-size: 12px;
        line-height: 1.35;
    }

    .why-review-bottom {
        margin-top: 10px;
    }

    /* .why-google {
        width: 105px;
    } */

    .why-stars {
        width: 72px;
    }


    /* Content */
    .why-content {
        max-width: 100%;

        padding: 45px 20px 50px;
    }

    .why-content h2 {
        margin-bottom: 25px;
        font-size: 23px;
        line-height: 1.08;
        text-align: center;
    }

    .why-item {
        margin-bottom: 22px;
    }

    .why-item-title {
        margin-bottom: 8px;
    }

    .why-item-title h3 {
        font-size: 14px;
    }

    .why-item p {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }


}



/* =========================================================
SERVICES
========================================================= */

.services-section {
    padding: 80px 0;
    background-color: var(--dark);
    color: var(--white);
}


/* =========================
HEADING
========================= */

.services-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
    text-align: center;
}

.services-heading h2 {
    margin: 0;

    color: var(--white);

    font-family: var(--heading-font);
    font-size: 32px;
    line-height: 1.05;
    font-weight: 700;

    letter-spacing: 1px;
    text-transform: uppercase;
}


/* =========================
GRID
========================= */

.services-row {
    row-gap: 40px;
}

.service-item {
    height: 100%;
}


/* =========================
IMAGE
========================= */

.service-image {
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
    border: 3px solid var(--white);
}

.service-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* =========================
CONTENT
========================= */

.service-item h3 {
    margin: 0 0 8px;

    color: var(--white);

    font-family: var(--heading-font);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;

    text-transform: uppercase;
}

.service-item p {
    margin: 0;

    color: var(--white);

    font-size: 15px;
    line-height: 1.5;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 12px;
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-link i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: var(--secondary);
}

.service-link:hover i {
    transform: translateX(5px);
}

.service-link span {
    position: relative;
}

.service-link span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;

    width: 100%;
    height: 1px;

    background-color: currentColor;

    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.service-link:hover span::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* =========================
BOTTOM
========================= */

.services-bottom {
    margin: 55px auto 0;
    text-align: center;
}

.services-bottom p {
    margin: 0 0 17px;
    color: var(--white);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

/*@media screen and (min-width:992px) {*/
/*    .services-bottom {*/
/*    max-width: 827px;*/
/*    }*/
/*}*/

@media (max-width: 767px) {

    .services-section {
        padding: 55px 0 50px;
    }

    .services-heading {
        margin-bottom: 35px;
    }

    .services-heading h2 {
        font-size: 23px;
        line-height: 1.3;
    }

    .services-row {
        --bs-gutter-y: 6px;
    }

    .service-image {
        margin-bottom: 20px;
    }


    .service-item h3 {
        font-size: 16px;
        /* letter-spacing: 1.5; */
    }

    .service-item p {
        font-size: 15px;
        line-height: 1.5;
    }

    .services-bottom {
        margin-top: 45px;
    }

    .services-bottom p {
        font-size: 16px;
    }
}

/* =========================================================
GALLERY
========================================================= */

.gallery-section {
    width: 100%;
    overflow: hidden;
    background-color: var(--white);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3px;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}


@media (max-width: 767px) {

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
    }

    .gallery-item {
        aspect-ratio: 1 / 1;
    }

}

/* =========================================================
PROCESS
========================================================= */

.process-section {
    padding: 80px 0;
    background-color: var(--white);
}


/* =========================
HEADING
========================= */

.process-heading {
    margin: 0 auto 55px;
    text-align: center;
}

.process-heading h2 {
    margin: 0 0 14px;

    color: var(--dark);

    font-family: var(--heading-font);
    font-size: 40px;
    line-height: 1.35;
    font-weight: 700;

    text-transform: uppercase;
}

.process-heading h2 span {
    color: var(--primary);
}

.process-heading p {
    margin: 0;

    color: var(--dark);

    font-size: 16px;
    line-height: 1.5;
}


/* =========================
ROW
========================= */

.process-row {
    --bs-gutter-x: 28px;
}


/* =========================
ITEM
========================= */

.process-item {
    height: 100%;
}


/* =========================
ITEM HEAD
========================= */

.process-item-head {
    display: flex;
    align-items: center;

    gap: 15px;

    min-height: 74px;
}


/* =========================
ICON
========================= */

/* =========================
PROCESS ICON
========================= */

.process-icon {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 70px;

    width: 70px;
    height: 70px;

    border: 2px solid var(--primary);
    border-radius: 50%;

    background-color: var(--white);

    color: var(--dark);

    font-size: 23px;

    box-shadow: none;
}


.process-icon::before {
    content: "";

    position: absolute;
    inset: 5px;

    border: 1.5px solid var(--dark);
    border-radius: 50%;

    pointer-events: none;
}


.process-icon i {
    position: relative;
    z-index: 2;
    font-size: 28px;
}

/* =========================
TITLE
========================= */

.process-title {
    flex: 1;
}

.process-title span {
    display: block;

    margin-bottom: 3px;

    color: var(--primary);

    font-family: var(--heading-font);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;

    text-transform: uppercase;
}

.process-title h3 {
    margin: 0;

    color: var(--dark);

    font-family: var(--heading-font);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;

    text-transform: uppercase;
}


/* =========================
LINE
========================= */

.process-line {
    width: 100%;
    height: 1px;

    margin: 15px 0 24px;

    background-color: var(--primary);
}


/* =========================
DESCRIPTION
========================= */

.process-description {
    min-height: 120px;

    margin: 0 0 24px;

    color: var(--dark);

    font-size: 16px;
    line-height: 1.35;
}


/* =========================
REVIEW
========================= */

.process-review {
    min-height: 150px;

    margin-bottom: 15px;

    padding: 24px 17px;

    background-color: #fafafa;

    border-left: 1px solid var(--primary);
    border-radius: 2px;
}

.process-review p {
    margin: 0 0 12px;

    color: var(--dark);

    font-size: 14px;
    line-height: 1.35;
    font-style: italic;
}

.process-review strong {
    display: block;

    margin-bottom: 2px;

    color: var(--primary);

    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.process-review span {
    display: block;

    color: var(--dark);

    font-size: 14px;
    line-height: 1.3;
}


/* =========================
BOTTOM TEXT
========================= */

.process-bottom-text {
    margin: 0;

    color: var(--dark);

    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 767px) {

    .process-section {
        padding: 55px 0;
    }

    .process-heading {
        margin-bottom: 40px;
    }

    .process-heading h2 {
        font-size: 22px;
        line-height: 1.25;
    }

    .process-heading h2 br {
        display: none;
    }

    .process-heading h2 span {
        /* display: block; */
        margin-top: 4px;
    }

    .process-heading p {
        font-size: 14px;
    }


    /* Steps */
    .process-row {
        --bs-gutter-y: 45px;
    }

    .process-item-head {
        min-height: auto;
    }

    .process-icon {
        flex: 0 0 58px;

        width: 58px;
        height: 58px;

        font-size: 22px;
    }

    .process-title span {
        font-size: 13px;
    }

    .process-title h3 {
        font-size: 14px;
    }

    .process-line {
        margin: 14px 0 20px;
    }


    /* remove desktop equal heights */
    .process-description {
        min-height: auto;

        margin-bottom: 20px;

        font-size: 15px;
        line-height: 1.45;
    }

    .process-review {
        min-height: auto;

        padding: 20px 16px;
    }

    .process-bottom-text {
        font-size: 14px;
    }
}

/* =========================================================
CONTACT
========================================================= */

.contact-section {
    position: relative;
    overflow: hidden;

    padding: 80px 0;

    background-image:
        linear-gradient(rgba(44, 81, 94, 0.6),
            rgba(44, 81, 94, 0.8)),
        url("../img/bg-form.webp");

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border-bottom: 4px solid var(--primary);
}


/* =========================
LEFT CONTENT
========================= */

.contact-content {
    max-width: 520px;
    padding-right: 30px;
}

.contact-content h2 {
    position: relative;

    margin: 0 0 28px;
    padding-bottom: 14px;

    color: var(--white);

    font-family: var(--heading-font);
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;

    text-transform: uppercase;
}


/* underline */
.contact-content h2::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 72%;
    height: 4px;

    background-color: var(--primary);
}


.contact-description {
    margin: 0 0 32px;

    color: var(--white);

    font-size: 16px;
    line-height: 1.5;
}


/* =========================
FEATURES
========================= */

.contact-features {
    display: flex;
    flex-direction: column;

    gap: 18px;
}


.contact-feature {
    display: flex;
    align-items: center;

    gap: 18px;
}


/* =========================
FEATURE ICON
========================= */

.contact-feature-icon {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 62px;

    width: 62px;
    height: 62px;

    border: 2px solid var(--primary);
    border-radius: 50%;

    color: var(--white);

    font-size: 22px;
}


/* inner circle */
.contact-feature-icon::before {
    content: "";

    position: absolute;
    inset: 4px;

    border: 1px solid var(--white);
    border-radius: 50%;
}


.contact-feature-icon i {
    position: relative;
    z-index: 2;
}


/* shield style for selected items */
.contact-feature:nth-child(2) .contact-feature-icon,
.contact-feature:nth-child(4) .contact-feature-icon {
    border-radius: 18px 18px 28px 28px;
}

.contact-feature:nth-child(2) .contact-feature-icon::before,
.contact-feature:nth-child(4) .contact-feature-icon::before {
    border-radius: 15px 15px 24px 24px;
}


/* =========================
FEATURE TEXT
========================= */

.contact-feature-content h3 {
    margin: 0 0 3px;

    color: var(--white);

    font-family: var(--heading-font);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;

    text-transform: uppercase;
}


.contact-feature-content p {
    margin: 0;

    color: var(--white);

    font-size: 15px;
    line-height: 1.4;
}


/* =========================================================
FORM CARD
========================================================= */

.contact-form-card {
    max-width: 500px;

    margin-left: auto;

    padding: 36px;

    background-color: var(--white);

    border-radius: 6px;

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.18);
}


/* =========================
FORM GROUP
========================= */

.contact-form-card .form-group {
    margin-bottom: 10px;
}


/* =========================
LABEL
========================= */

.contact-form-card label {
    display: block;

    margin-bottom: 7px;

    color: var(--dark);

    font-family: var(--body-font);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

label.error {
    color: red;
}

.contact-form-card .text-muted {
    color: #888 !important;
    font-weight: 400;
}


/* =========================
INPUT
========================= */

.contact-form-card .form-control {
    width: 100%;

    min-height: 48px;

    padding: 10px 13px;

    background-color: var(--white);

    border: 1px solid #d8d8d8;
    border-radius: 2px;

    color: var(--dark);

    font-family: var(--body-font);
    font-size: 14px;

    box-shadow: none;

    transition: border-color 0.2s ease,
        box-shadow 0.2s ease;
}


.contact-form-card .form-control::placeholder {
    color: #999;
}


/* Focus */
.contact-form-card .form-control:focus {
    border-color: var(--primary);

    box-shadow: 0 0 0 2px rgba(245, 180, 0, 0.12);

    outline: 0;
}


/* =========================
TEXTAREA
========================= */

.contact-form-card textarea.form-control {
    min-height: 125px;

    resize: vertical;
}


/* =========================
SUBMIT
========================= */

.contact-form-card .btn-primary {
    min-height: 52px;

    margin-top: 4px;

    padding: 0 20px;

    border: 0;
    border-radius: 3px;

    background-color: var(--primary);

    color: var(--dark);

    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 700;

    text-transform: uppercase;

    transition: all 0.3s ease;
}


.contact-form-card .btn-primary:hover,
.contact-form-card .btn-primary:focus {
    background-color: var(--dark);
    color: var(--white);
}

.form-header h2 {
    color: var(--dark);
    font-weight: 700;
}

.form-header p {
    color: var(--dark);
    font-size: 14px;
}

/* =========================
CONFIDENTIAL TEXT
========================= */

.cta-sub {
    margin: 12px 0 0;

    color: #777;

    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 767px) {

    .contact-section {
        padding: 55px 0;

        background-position: center;
    }


    /* =====================
    LEFT
    ===================== */

    .contact-content {
        max-width: 100%;

        padding-right: 0;
        margin-bottom: 40px;
    }

    .contact-content h2 {
        font-size: 29px;
        line-height: 1.15;
    }

    .contact-content h2 br {
        display: none;
    }

    .contact-content h2::after {
        width: 100%;
    }

    .contact-description {
        font-size: 15px;
    }


    /* =====================
    FEATURES
    ===================== */

    .contact-features {
        gap: 16px;
    }

    .contact-feature {
        gap: 14px;
    }

    .contact-feature-icon {
        flex: 0 0 52px;

        width: 52px;
        height: 52px;

        font-size: 18px;
    }

    .contact-feature-content h3 {
        font-size: 14px;
    }

    .contact-feature-content p {
        font-size: 13px;
    }


    /* =====================
    FORM
    ===================== */

    .contact-form-card {
        width: 100%;
        max-width: 100%;

        padding: 24px 18px;

        margin: 0;
    }

    .contact-form-card .form-group {
        margin-bottom: 17px;
    }

    .contact-form-card .form-control {
        min-height: 47px;
    }

    .contact-form-card textarea.form-control {
        min-height: 120px;
    }

    .contact-form-card .btn-primary {
        min-height: 50px;

        font-size: 14px;
    }

}

/* =========================================================
CTA
========================================================= */

.cta-section {
    padding: 80px 0;
    background-color: var(--dark);
}

.cta-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}


/* =========================
HEADING
========================= */

.cta-content h2 {
    margin: 0 0 14px;

    color: var(--white);

    font-family: var(--heading-font);
    font-size: 32px;
    line-height: 1.08;
    font-weight: 700;

    text-transform: uppercase;
}


/* =========================
PARAGRAPH
========================= */

.cta-content p {
    max-width: 800px;

    margin: 0 auto 28px;

    color: var(--white);

    font-size: 16px;
    line-height: 1.5;
}


/* =========================
BUTTONS
========================= */

.cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;
}


@media (max-width: 767px) {

    .cta-section {
        padding: 55px 0;
    }

    .cta-content h2 {
        font-size: 24px;
        line-height: 1.1;
    }

    .cta-content p {
        max-width: 100%;

        margin-bottom: 24px;

        font-size: 14px;
        line-height: 1.5;
    }

    .cta-actions {
        flex-direction: column;

        width: 100%;

        gap: 10px;
    }

    .cta-actions a {
        width: 100%;
    }

}

/* =========================================================
FOOTER
========================================================= */

.site-footer {
    padding: 18px 0;
    background-color: var(--dark);
}


/* =========================
LOGO
========================= */

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 100px;

    /* margin-bottom: 32px; */

    text-align: center;
}

/* .footer-logo a {
    display: inline-block;
} */

.footer-logo img {
    max-width: 140px;
    max-width: 100%;
    height: auto;
}


/* =========================
BOTTOM
========================= */

.footer-divider {
    width: 100%;
    height: 1px;

    margin: 17px 0;

    background-color: rgba(255, 255, 255, 0.2);
}

.footer-bottom p {
    margin: 0;

    color: var(--white);

    font-family: var(--heading-font);
    font-size: 11px;
    line-height: 1.4;
    font-weight: 400;

    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {

    .site-footer {
        padding: 40px 0 16px;
    }

    .footer-logo {
        min-height: auto;

        margin-bottom: 40px;
    }

    .footer-logo img {
        max-width: 140px;
    }

    .footer-divider {
        margin-bottom: 15px;
    }

    .footer-bottom p {
        font-size: 9px;
        line-height: 1.5;
    }

}

/* =========================================================
TESTIMONIALS
========================================================= */
/* =========================================================
TESTIMONIALS
========================================================= */

.testimonials-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background-color: var(--dark);
}


/* subtle background shape */
.testimonials-section::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -160px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(245, 180, 0, 0.10);
    border-radius: 50%;
    pointer-events: none;
}


/* =========================================================
HEADING
========================================================= */

.testimonials-heading {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto 48px;
    text-align: center;
}

.testimonials-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--primary);
    font-family: var(--heading-font);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonials-heading h2 {
    margin: 0 0 14px;
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 38px;
    line-height: 1.08;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonials-heading p {
    max-width: 520px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.5;
}


/* =========================================================
OWL CAROUSEL
========================================================= */

.testimonials-row {
    position: relative;
    z-index: 2;
}

.testimonials-row .owl-stage {
    display: flex;
}

.testimonials-row .owl-item {
    display: flex;
}

.testimonials-row .owl-item .testimonial-card {
    width: 100%;
    height: 100%;
}


/* =========================================================
CARD
========================================================= */

.testimonial-card {
    position: relative;
    min-height: 290px;
    padding: 25px 24px;
    overflow: hidden;
    background-color: var(--white);
    border-top: 4px solid var(--primary);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
} */


/* big quote */
.testimonial-card::after {
    content: "\201D";
    position: absolute;
    right: 20px;
    bottom: -25px;
    color: rgba(44, 81, 94, 0.12);
    font-family: Georgia, serif;
    font-size: 115px;
    line-height: 1;
    pointer-events: none;
}


/* =========================================================
CARD TOP
========================================================= */

.testimonial-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 17px;
}

.testimonial-client {
    display: flex;
    align-items: center;
    gap: 11px;
}


/* =========================================================
AVATAR
========================================================= */

.testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    /* background-color: var(--primary); */
    color: var(--dark);
    font-family: var(--heading-font);
    font-size: 15px;
    font-weight: 700;
}


/* =========================================================
CLIENT
========================================================= */

.testimonial-client-info h3 {
    margin: 0;
    color: var(--dark);
    font-family: var(--heading-font);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.testimonial-client-info span {
    display: block;
    color: #777;
    font-size: 11px;
    line-height: 1.3;
}


/* =========================================================
GOOGLE
========================================================= */

.testimonial-google img {
    max-width: 34px;
}


/* =========================================================
STARS
========================================================= */

.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 16px;
    color: #FBBA00;
    font-size: 13px;
}


/* =========================================================
QUOTE
========================================================= */

.testimonial-quote {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--text);
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
OWL NAVIGATION
========================================================= */

.testimonials-row .owl-nav,
.testimonials-row .owl-nav.disabled {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.testimonials-row .owl-nav button.owl-prev,
.testimonials-row .owl-nav button.owl-next {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    margin: 0;

    opacity: 1 !important;
    visibility: visible !important;

    border: 1px solid var(--primary) !important;
    border-radius: 50%;

    background-color: transparent !important;
    color: var(--white) !important;

    font-size: 14px !important;
    line-height: 1 !important;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.testimonials-row .owl-nav button.owl-prev:hover,
.testimonials-row .owl-nav button.owl-next:hover {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
    color: var(--dark) !important;
}

.testimonials-row .owl-nav button i {
    pointer-events: none;
}


/* =========================================================
OWL DOTS
========================================================= */

.testimonials-row .owl-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 17px;
}

.testimonials-row .owl-dots .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0;

    border-radius: 50%;

    background-color: rgba(255, 255, 255, 0.35);

    transition: all 0.3s ease;
}

.testimonials-row .owl-dots .owl-dot:hover span {
    background-color: rgba(245, 180, 0, 0.65);
}

.testimonials-row .owl-dots .owl-dot.active span {
    width: 22px;
    border-radius: 20px;
    background-color: var(--primary);
}


/* =========================================================
BOTTOM
========================================================= */

.testimonials-bottom {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 35px;

    margin-top: 36px;
}

.testimonial-date {
    display: flex;
    align-items: center;
    gap: 0 6px;
}

.testimonial-date span {
    font-size: 12px;
    line-height: 1;
}

/* =========================================================
SCORE
========================================================= */

.testimonials-score {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonials-score-google {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--dark);
    border: 2px solid var(--white);
    font-size: 17px;
}

.testimonials-score-google img {
    border-radius: 50%;
}

.testimonials-score-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 3px;

    color: #FBBA00;
    font-size: 12px;
}

.testimonials-score-content>span {
    display: block;
    color: var(--white);
    font-family: var(--body-font);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}



/* =========================================================
TABLET
========================================================= */

@media (max-width: 991px) {

    .testimonial-card {
        min-height: 285px;
    }

}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 767px) {

    .testimonials-section {
        padding: 55px 0;
    }


    /* Heading */

    .testimonials-heading {
        margin-bottom: 35px;
    }

    .testimonials-eyebrow {
        font-size: 11px;
    }

    .testimonials-heading h2 {
        font-size: 25px;
        line-height: 1.1;
    }

    .testimonials-heading h2 br {
        display: none;
    }

    .testimonials-heading p {
        max-width: 100%;
        font-size: 14px;
    }


    /* Card */

    .testimonial-card {
        min-height: 275px;
        padding: 22px 18px;
    }

    .testimonial-card:hover {
        transform: none;
        box-shadow: none;
    }

    .testimonial-card-top {
        margin-bottom: 15px;
    }

    .testimonial-avatar {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .testimonial-client-info h3 {
        font-size: 12px;
    }

    .testimonial-client-info span {
        font-size: 10px;
    }

    .testimonial-google {
        font-size: 16px;
    }

    .testimonial-rating {
        margin-bottom: 14px;
        font-size: 12px;
    }

    .testimonial-quote {
        font-size: 13px;
        line-height: 1.55;
    }


    /* Navigation */

    .testimonials-row .owl-nav,
    .testimonials-row .owl-nav.disabled {
        margin-top: 20px;
    }

    .testimonials-row .owl-nav button.owl-prev,
    .testimonials-row .owl-nav button.owl-next {
        width: 38px;
        height: 38px;
        font-size: 12px !important;
    }

    .testimonials-row .owl-dots {
        margin-top: 14px;
    }


    /* Bottom */

    .testimonials-bottom {
        flex-direction: column;
        gap: 22px;
        margin-top: 30px;
    }

    .testimonials-score {
        justify-content: center;
    }



}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 575px) {
    .hero-content h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .header-logo-wrap img {
        margin: 0 auto;
    }

    .hero-trust {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px 20px;
    }

    .trust-item {
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        padding: 0;
        gap: 8px;
        width: 100%;
    }

    .trust-icon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        font-size: 14px;
        border-width: 1px;
    }

    .trust-text {
        font-size: 13px;
        line-height: 13px;
        white-space: nowrap;
    }

    .hero-gallery {
        margin-top: 16px;
    }

    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        padding: 10px 15px;
        text-align: center;
        border-radius: 56px;
        background-color: var(--dark);
        border: 4px solid var(--primary);
        visibility: visible;
        color: white;
        z-index: 998;
        font-size: 22px;
        /* margin-right: 5px; */
    }

    .nav-phone i {
        margin-right: 5px;
    }

    .site-header {
        top: 43px;
    }
}