@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@200;300;400;500;600;700&family=Teko:wght@400;500;600;700&display=swap");

:root {
    --westco-red: #c41230;
    --westco-red-dark: #9e0e26;
    --westco-yellow: #ffe000;
}

body {
    font-family: "Roboto", system-ui, sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Teko", sans-serif;
    font-weight: 400;
}

.eyebrow {
    font-family: "Caveat", sans-serif;
    font-weight: 400;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
}

.font-roboto {
    font-family: "Roboto", sans-serif;
}

.custom-logo {
    height: 62px;
    width: auto;
}

.icon-circle {
    width: 42px;
    height: 42px;
    background: var(--westco-red);
}

.bg-brand {
    background-color: var(--westco-red);
}

.header-cta {
    background: var(--westco-yellow);
}

.header-cta:hover,
.header-cta:focus-visible {
    background: #f0d400;
    color: #111;
}

.header-cta__number {
    font-family: "Teko", sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
}

.btn-chevron {
    background: var(--westco-red);
    border: 0;
    clip-path: polygon(0.75rem 0, calc(100% - 0.75rem) 0, 100% 50%, calc(100% - 0.75rem) 100%, 0.75rem 100%, 0 50%);
}

.btn-chevron:not(.btn-chevron-yellow):hover,
.btn-chevron:not(.btn-chevron-yellow):focus-visible {
    background: var(--westco-red-dark);
    color: #fff;
}

.btn.bg-brand:hover,
.btn.bg-brand:focus-visible,
.westco-contact-form .wpcf7-submit:hover,
.westco-contact-form .wpcf7-submit:focus-visible {
    background-color: var(--westco-red-dark);
    color: #fff;
}

.btn-chevron-yellow {
    background: var(--westco-yellow);
    color: #111;
}

.btn-chevron-yellow:hover,
.btn-chevron-yellow:focus-visible {
    background: #f0d400;
    color: #111;
}

.take-care {
    min-height: 800px;
}

.take-care::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 60%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
}

.process-photo-wrap {
    width: 250px;
    height: 250px;
}

.process-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-num {
    position: absolute;
    left: 50%;
    bottom: -60%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    padding-top: 12%;
    line-height: 1;
}

.process-num > span {
    position: relative;
    z-index: 1;
}

.process-num::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: var(--westco-red);
}

.cta-right-img {
    width: 58%;
    object-fit: contain;
    object-position: right bottom;
    pointer-events: none;
}

.bottom-cta-img-wrap {
    width: 64%;
}

.bottom-cta-img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: right bottom;
}

.site-footer {
    background: #171717;
}

.site-footer .custom-logo {
    height: 48px;
}

.footer-heading {
    display: inline-block;
    border-bottom: 3px solid var(--westco-yellow);
    padding-bottom: 0.35rem;
    margin-bottom: 1.25rem;
}

.footer-icon {
    width: 1.75rem;
    height: 1.75rem;
    background: var(--westco-yellow);
    color: #111;
}

.service-card__media img {
    height: 230px;
    object-fit: cover;
}

.service-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 55%;
    background: linear-gradient(to bottom, transparent, #000);
}
.faq-accordion .accordion-item {
    border-left: 4px solid var(--westco-red) !important;
}

.faq-accordion .accordion-button {
    box-shadow: none;
    background: #fff;
    color: #111;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #111;
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    background-image: none;
    width: auto;
    height: auto;
    font-size: 1.5rem;
    line-height: 1;
    content: "+";
    transform: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "−";
    transform: none;
}
.testimonials-slider {
    position: relative;
    padding-bottom: 3.5rem;
}

.testimonials-slider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    font-size: 0;
}

.testimonials-slider .slick-prev {
    left: 50%;
    margin-left: -5.5rem;
}

.testimonials-slider .slick-next {
    left: 50%;
    right: auto;
    margin-left: 3.25rem;
}

.testimonials-slider .slick-prev:before {
    content: "←";
    font-size: 1rem;
    color: #333;
}

.testimonials-slider .slick-next:before {
    content: "→";
    font-size: 1rem;
    color: #333;
}

.testimonials-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.testimonials-slider .slick-dots button {
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ccc;
    font-size: 0;
}

.testimonials-slider .slick-dots .slick-active button {
    background: var(--westco-red);
}

.westco-contact-form {
    background: #f2f2f2;
}

.westco-cf7-wrap {
    position: relative;
    display: block;
}

.westco-cf7-wrap iconify-icon {
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--westco-red);
    z-index: 1;
    pointer-events: none;
}

.westco-contact-form .wpcf7-form-control-wrap,
.westco-contact-form .wpcf7-form-control {
    display: block;
    width: 100%;
}

.westco-contact-form .wpcf7-form-control:not(.wpcf7-submit) {
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 0.85rem 1rem 0.85rem 2.75rem;
}

.westco-contact-form textarea.wpcf7-form-control {
    min-height: 7rem;
    padding-left: 1rem;
}

.westco-contact-form select.wpcf7-form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.westco-contact-form .wpcf7-submit {
    border: 0;
}

.westco-contact-form .wpcf7-not-valid-tip {
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.westco-contact-form .wpcf7-response-output {
    margin: 0.75rem 0 0;
    padding: 0.75rem 1rem;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus-visible,
.navbar .nav-link.active {
    background: var(--westco-red);
    color: #fff;
}

.site-nav .dropdown-menu {
    min-width: 14rem;
}

.site-nav .dropdown-item {
    padding: 0.65rem 1.25rem;
}

.site-nav .dropdown-item:hover,
.site-nav .dropdown-item:focus,
.site-nav .dropdown-item.active {
    background: var(--westco-red);
    color: #fff;
}

.service-area {
    background: linear-gradient(to bottom, var(--westco-red) 2.5rem, #fff 2.5rem);
}

@media (min-width: 992px) {
    #masthead.sticky-top {
        position: static !important;
    }

    .service-area {
        background: linear-gradient(to right, var(--westco-red) 33%, #fff 33%);
    }

    .home .site-nav {
        position: relative;
        z-index: 2;
    }

    .home .hero {
        margin-top: -54px;
        padding-top: 6rem;
    }
}

@media (max-width: 991.98px) {
    .custom-logo {
        height: 48px;
    }

    .header-cta__number {
        font-size: 1.25rem;
    }

    body {
        padding-bottom: 4.5rem;
    }

    .hero {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-features {
        position: static !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        margin-top: 1rem;
        padding-bottom: 1.5rem;
    }

    .mobile-nav .navbar-nav {
        flex-direction: column;
    }

    .mobile-nav .nav-link {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .mobile-nav .dropdown-menu {
        position: static;
        box-shadow: none;
    }

    .mobile-dock {
        z-index: 1040;
    }

    .mobile-dock a {
        flex: 1 1 50%;
        width: 50%;
        max-width: 50%;
    }

    .mobile-dock .bg-brand:hover,
    .mobile-dock .bg-brand:focus-visible {
        background-color: var(--westco-red-dark);
        color: #fff;
    }
}
