.cw-parallax-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cw-parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/062373B0C6388749379006B7B305B3C5.jpg'); */
    background-image: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4F17CE5133C9B15A49D95E00A05B0DD1.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.cw-parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.cw-content-wrapper {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 60px 0px;
}

.cw-btn-row {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 60px 0px;
}

@keyframes jiggle {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-3deg);
    }

    75% {
        transform: rotate(3deg);
    }
}

.cw-btn-row .btn:hover {
    animation: jiggle 0.3s ease-in-out infinite;
}

.cw-logo-container {
    margin-bottom: 30px;
}

.cw-logo {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.cw-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.cw-address,
.cw-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-theme-text);
    font-size: 16px;
}

.cw-phone {
    font-weight: 600;
    font-size: 24px;
}

.cw-phone a {
    color: var(--color-theme-text);
    text-decoration: none;
}

.cw-social-icons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.cw-social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-theme-primary);
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-size: 16px;
}

.cw-social-icon:hover {
    transform: translateY(-3px);
}

@media (min-width: 768px) {
    .cw-phone {
        font-size: 20px;
    }

    .cw-parallax-bg {
        background-attachment: fixed;
    }

    .cw-contact-info {
        flex-direction: row;
        gap: 30px;
    }
}

@media (min-width: 992px) {
    .page-home .textwithimage h2 {
        margin-bottom: 1rem;
        font-size: 2.5rem;
    }
}

@media (min-width: 1340px) {

    .page-home .textwithimage h2 {
        font-size: 3rem;
    }
}

.page-home .slick-arrow i {
    background-color: #fff;
}

.page-home .inventory-search-module {
    background-color: #dfdfdf;
}

section.inventory-search-module .form__wrapper {
    border: none !important;
}

.inventory-cta .btn:hover {
    color: #fff !important;
}
