* {
    box-sizing: border-box;
}
main, nav {
    display: block
}

.logo {
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 800;
}
.logo img {
    height: 40px;
    width: auto;
}
.w-nav-button .menu-icon .bar1, .w-nav-button .menu-icon .bar2, .w-nav-button .menu-icon .bar3 {
    width: 22px;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}

header {
    z-index: 333;
    position: fixed;
    inset: 0 0 auto;
}
.nav-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.container {
    height: 100%;
    padding: 6rem 2.5rem;
    margin: 0 auto;
}
.hero-wrap {
    z-index: 5;
    position: relative
}
.hero-home .list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 20px;
}
.hero-home .list .badge {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.hero-home {
    margin-top: 4rem;
    background: linear-gradient(172deg, #000227, #012d5d 35%, #000 100%);
    background-image: url(../img/chero.jpg), linear-gradient(#000000a3, #000000a3);
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    position: relative;
    overflow: hidden
}
.hero-home.bg-ac-sys {
    background-image: url(../img/car-ac-repair.webp), linear-gradient(#000000a3, #000000a3);
}
.hero-home.bg-steering {
    background-image: url(../img/hero-truck-suspension-systems.jpg), linear-gradient(#000000a3, #000000a3);
}

.hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 44rem;
    display: flex
}
.hero-text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}
.overlay-hero-home {
    z-index: 2;
    background-image: linear-gradient(to right, #000000b8, #0000003d);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}
.w-inline-block {
    max-width: 100%;
    display: inline-block
}
.small {
    text-align: center;
    font-size: 12px;
    color: #6b7280;
}
.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

input.w-button {
    -webkit-appearance: button
}

.w-embed:after, .w-embed:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block
}

.w-input {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

.w-input:focus {
    border-color: #3898ec;
    outline: 0
}

textarea.w-input {
    height: auto
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-link, .w-dropdown-toggle {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link:focus {
    outline: 0
}

.w-nav {
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #ddda;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    inset: 0 0 auto;
}

.w-nav:after, .w-nav:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-link {
    vertical-align: top;
    color: #384254cf;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-nav-menu {
    float: right;
    position: relative
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-nav-button {
    float: right;
    cursor: pointer;
    color: #0d6efd;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 1rem;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

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

p.list {
    margin: 0;
    padding: 12px 50px 12px 0;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: .9rem;
    text-transform: uppercase;
    display: block;
    background-position: center right;
    border-bottom: 1px solid #ccc6;
}

.container-about {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
    flex-flow: column;
    display: flex;
    background-image: url(../img/trucks-logo-bg.png);
    background-position: 20% 28%;
    background-repeat: no-repeat;
    background-size: 58rem
}
.content-about {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows:auto;
    grid-template-columns:1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid
}

.about-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex
}
.about-section-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.icon-check {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAACrklEQVR4nO2ZPWgUURDHJ4kSc/vmzhDwA0UUbMTGwhQiiiiICEqapE2qkDM3szk0jUVOsNHSFIJoJTYWFtooaKGFIAqihYhgIRJUED8IipKdl5EXDdy922gwufOe7A9es+y+3Xnzn3kzbwEyMjIyMjL+a7QtipN9eUoOQb92QKgg2/PIVt0wbC9DiCAlR+aN+DlEoKLtEBLdw1pAkqlqQwzJQwgNJHvJ90aetRdCIiol+5FltsYQsmchJNYPa86wvKyRFMsLKGsXhIRhO1nrCbGmpHsgJDDWXS4War1hJyEoSDuR5ZknqVc944oQEsj2jJelZvOUHISQyMW6A1lmag2xFyEoKrrCsDz2AvxNoajdEBKGZMLzhJo46YOQMLFuQ5ZvXpa6AkFR0XbDct+T1PtoRNdASCDJCV9SEckAhEShpFsMyRdPUjcgKCrajiT3vI3vc1dZNzTkfSbWvcj2NrK92s26adnmJSn6ksKSDEFDIO00LB+rdtm3+VHdudRp3YIYkmlPUjehUeCo9vj9wJym4+ToUuZ1H+3NOb2c3v5j01/dpWFJGP4CZBms2/hIitB4tA3Jnqo3Zm5ccKXFYmfKHdN1huSDtyh33TugWWBJhlIKOjVkby22xEa217ws9TVf1q3QbCJODhiST3WeIXnaRbrxt8+SDKRItNy8r/eIxnS7a3RSjJlyZTgslDRI3nlx8eCfnxjmnNZZHqUE7TRycti/3xWAnie+uwWBVmDtcY0M2espnkkMy8j8fc6wOoNZTkJL0a8dhu25tIzmrhdiXY0krz1vPIFhXQmtCJKMueOatLjxjJhZKI5aBhMnfS6dLrDfzI/TEAJ51l4/O1V54zkM6ioIhUKsm/1zqV+nhLshNApzQW7vVKXlCQgXbXO9THC/ADIyMjKgmfwAQFetwakY0ugAAAAASUVORK5CYII=");
    background-size: 28px;
    background-repeat: no-repeat;
}
section.alt {
    background: linear-gradient(172deg, #000227, #012d5d 35%, #000 100%);
    text-align: center;
 }
.service-price .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.container-prices-section {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 4rem;
}
.price-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.mb-40 {
    margin-bottom: 4rem;
}
.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
    text-align: left;
}

.card.pad {
    padding: 16px
}

.form label {
    display: block;
    font-size: 13px;
    color: #374151;
    margin: 12px 0 6px
}

.form input,
.form select,
.form textarea {
    width: 100%;
    padding: 11px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 14px
}

.form textarea {
    min-height: 110px;
    resize: vertical
}

.form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.form .actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 12px
}
.btn {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid var(--brand);
    color: #fff;
    background: #0d6efd;
    font-weight: 700;
}
.toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    pointer-events: none;
}

.toast-background-success {
    background: #4caf50;
}

.toast-background-error {
    background: red;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.intro {
    text-align: center;
    max-width: 980px;
}
.map {
    width: 100%;
    height: 100%;
    min-height: 8rem;
}
.map iframe {
    width: 100%;
    height: 240px;
    border: 0;
    border-radius: 10px;
}
.footer .copyright {
    margin-top: 2rem;
    padding: 2rem 0 0;
    border-top: 1px solid #ddd;
    color: #6b7280;
    font-size: 14px;
    text-align: center;
}

@font-face {
    font-family: Tapas Sans;
    src: url(../TapasSans.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --brand--sky: #ffefbe;
    --brand--blue: #0d6efd;
    --brand-2: #0b5ed7;
    --black--64: #000000a3;
    --link-color--link-primary: var(--white--72);
    --white--72: #ffffffb8;
    --link-color--link-hover: #fff;
    --border-radius-image: 20px;
}

body {
    margin: 0;
    color: #222;
    background-color: #f5f5f5;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial;
    font-size: 1rem;
    line-height: 1.5
}
hr {
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

h1 {
    color: var(--brand--sky);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Tapas Sans, Arial, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 120%
}

h2 {
    color: #044b99;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Tapas Sans, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 120%
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

h6 {
    color: var(--brand--blue);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5
}

p {
    color: var(--black--64);
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 150%
}

a {
    color: var(--brand--blue);
    text-decoration: none;
    transition: all .3s
}

a:hover {
    color: #044b99;
}

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

label {
    margin-bottom: .25rem;
    font-weight: 500
}

.global-styles {
    display: block;
}

.icon-1x1-small {
    flex: none;
    width: 1rem;
    height: 1rem
}

.container-small {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto
}

.padding-global {
    height: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.padding-global.padding-section-large {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}



.padding-global.footer {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.text-color-alternate {
    color: #fff;
    font-weight: 300;
}

.padding-section-large {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.container-large {
    width: 100%;
    max-width: 80rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.container-large.is-hero-home {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}



.button {
    background-color: var(--brand--blue);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: .75rem 1.5rem;
    font-weight: 700;
    text-decoration: none
}
.button:hover {
    background-color: var(--brand-2);
    color: #fff;
    opacity: 100
}

.button.is-small {
    padding: .6rem 1.25rem
}

.button.is-secondary.is-alternate {
    border-color: var(--brand--sky);
    opacity: .72;
    color: var(--brand--sky);
    background-color: #fff0
}

.button.is-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex
}

.button.is-alternate {
    border: 1px solid var(--brand--blue);
    background-color: #fff;
    opacity: .88;
    color: var(--brand--blue)
}

.button.is-alternate:hover {
    background-color: var(--brand-2);
    color: #fff;
    opacity: 100
}

.button.is-alternate.is-form-submit {
    border: 1px solid var(--brand--sky);
    color: var(--brand--sky);
    background-color: #f8f39f00
}

.button.is-dropdown {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    padding: .75rem 1.5rem;
    display: flex
}

.button.is-dropdown.is-small {
    padding: .625rem 1.25rem
}

.padding-section-medium {
    padding-top: 5rem;
    padding-bottom: 5rem
}



.about-image-section {
    width: 100%
}

.about-image-section.double-vertical-image {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows:auto;
    grid-template-columns:1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid
}





.double-img {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 32rem
}

.item-img {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 36rem
}


.regular-normal {
    font-size: 1rem
}

.text-color-sky {
    color: var(--brand--sky)
}


.content-3row {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.faq-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 58rem;
    display: flex
}

.faq-block.is-left {
    justify-content: flex-start;
    align-items: flex-start
}

.intro-imag-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows:auto;
    grid-template-columns:1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 32rem;
    display: grid;
    overflow: hidden
}

.double-intro-img-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows:auto auto;
    grid-template-columns:1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
    overflow: hidden
}

.intro-img {
    border-radius: var(--border-radius-image);
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: block;
    overflow: hidden
}

.tagline {
    color: #aaa;
    font-family: Tapas Sans, Arial, sans-serif;
    font-size: .875rem;
    line-height: 100%
}

.tagline.text-color-alternate {
    color: #fff;
}

.tagline.text-color-sky {
    color: var(--brand--sky)
}

.mb-05 {
    margin-bottom: .5rem
}

.tag {
    border: 1px solid #333;
    color: var(--brand--blue);
    justify-content: center;
    align-items: center;
    padding: .25rem .75rem;
    font-size: .825rem;
    line-height: 150%;
    display: flex
}

.text-small {
    font-size: .825rem;
    line-height: 150%
}

.text-small.medium {
    font-weight: 500
}

.text-medium {
    font-size: 1.125rem;
    line-height: 150%
}

.text-medium.semibold {
    font-weight: 600
}

.faq-content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    display: flex
}

.faq-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: flex-end;
    display: flex
}

.faq-imgs-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows:auto;
    grid-template-columns:1fr 3fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    height: 24rem;
    overflow: hidden
}

.img-cover {
    border-radius: var(--border-radius-image);
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mt-1 {
    margin-top: 1rem
}

@media screen and (max-width: 991px) {
    body {
        margin: 0;
        padding: 0;
    }
    .w-nav .w-nav-button {
        display: block;
    }

    .w-nav .w-nav-menu, .navbar-right .button.is-alternate {
        display: none;
    }

    .w-nav .w-nav-menu:hover, .w-nav .w-nav-menu.active {
        display: flex;
    }
    .w-nav-menu {
        position: absolute;
        right: 0;
        top: 75px;
        background: #f5f5f5;
        display: flex;
        flex-direction: column;
        width: 50%;
        overflow: hidden;
        box-shadow: -10px 10px 20px -20px #666;
    }
    .w-nav-menu a {
        border-bottom: 1px solid #ccc9;
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }

    .padding-section-large {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .container-large.container-about {
        grid-column-gap: 8rem;
        grid-row-gap: 8rem;
        background-size: 100%;
    }

    .padding-section-medium {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .content-about {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        place-items: start center;
        display: flex
    }

    .about-image-section.double-vertical-image {
        flex-flow: column;
        grid-template-columns:1fr;
        display: flex
    }

    .double-img {
        height: 12rem
    }

    .container-prices-section {
        grid-template-columns: 1fr;
    }

    .faq-wrapper {
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start
    }
}

@media screen and (max-width: 640px) {

    h1 {
        font-size: 2.5rem
    }

    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.5rem
    }

    h6 {
        font-size: .875rem
    }

    .cta {
        position: fixed;
        bottom: 2rem;
        right: 1rem;
    }
    .container {
        padding-left: 1em;
        padding-right: 1em;
    }
    .content-3row {
        display: block;
    }
    .content-3row .intro {
        margin-bottom: 5rem;
    }
    .container-large, .content-about, .grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .intro-imag-section, .faq-imgs-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    .intro-imag-section img, .faq-imgs-grid img {
        aspect-ratio: 1;
        object-fit: cover;
        height: auto;
    }
    .padding-global {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .padding-section-large {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .padding-section-medium {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    .container-about, .service-price .container {
        background-image: url(../img/trucks-logo-bg.png);
        background-position: center 5rem;
        background-size: 105%;
        background-repeat: no-repeat;
    }

    .faq-content, .content-touch_section {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem
    }
}
