/*
Theme Name: Vehica Child
Theme URI: https://tangiblewp.com/vehica
Author: TangibleWP
Author URI: https://tangiblewp.com
Description: Vehica Child Theme
Template: vehica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: vehica
*/
.twp-demo-launcher-root {
    --twp-demo-launcher-spacing: 24px;
    --twp-demo-launcher-z-index: 99999;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: var(--twp-demo-launcher-z-index);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0
        calc(var(--twp-demo-launcher-spacing) + env(safe-area-inset-right, 0px))
        calc(var(--twp-demo-launcher-spacing) + env(safe-area-inset-bottom, 0px))
        calc(var(--twp-demo-launcher-spacing) + env(safe-area-inset-left, 0px));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
    box-sizing: border-box;
}

.twp-demo-launcher-root--ready {
    opacity: 1;
}

.twp-demo-launcher-root[data-hidden="true"] {
    opacity: 0;
}

.twp-demo-launcher-root[data-hidden="true"] .twp-demo-launcher {
    transform: translateY(16px);
    pointer-events: none;
}

.twp-demo-launcher {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    pointer-events: auto;
    transition: transform 0.18s ease;
}

body.vehica-compare-open .twp-demo-launcher-root {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.twp-demo-launcher,
.twp-demo-launcher * {
    box-sizing: border-box;
}

.twp-demo-launcher__desktop {
    display: block;
}

.twp-demo-launcher__card {
    width: min(360px, calc(100vw - 48px));
    max-height: calc(100vh - 48px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    color: #0f172a;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.22);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

@supports (height: 100dvh) {
    .twp-demo-launcher__card {
        max-height: calc(100dvh - 48px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    }
}

.twp-demo-launcher__top {
    padding: 16px 18px 14px;
}

.twp-demo-launcher__title {
    margin: 0 0 11px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.twp-demo-launcher__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px;
    color: #fff !important;
    background: #6366f1;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.35);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: background 0.15s ease, transform 0.12s ease;
}

.twp-demo-launcher__cta:hover {
    color: #fff !important;
    background: #4f51e5;
    transform: translateY(-1px);
}

.twp-demo-launcher__micro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 9px 0 0;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

.twp-demo-launcher__micro-check {
    color: #22c55e;
    font-weight: 700;
}

.twp-demo-launcher__pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 56px;
    padding: 14px 18px;
    color: #6366f1 !important;
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: background 0.15s ease;
}

.twp-demo-launcher__pricing:hover {
    color: #4f51e5 !important;
    background: #eef2ff;
}

.twp-demo-launcher__pricing-arrow {
    font-size: 16px;
}

.twp-demo-launcher__mobile {
    display: none;
    align-items: center;
    gap: 10px;
    max-width: calc(100vw - 32px);
}

.twp-demo-launcher a:focus-visible,
.twp-demo-launcher__mobile a:focus-visible {
    outline: 3px solid #a5b4fc;
    outline-offset: 2px;
}

.twp-demo-launcher__mobile-cta,
.twp-demo-launcher__mobile-pricing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.12s ease;
}

.twp-demo-launcher__mobile-cta {
    color: #fff !important;
    background: #6366f1;
    box-shadow: 0 14px 38px rgba(99, 102, 241, 0.5);
}

.twp-demo-launcher__mobile-cta:hover {
    color: #fff !important;
    background: #4f51e5;
    transform: translateY(-1px);
}

.twp-demo-launcher__mobile-pricing {
    color: #4f46e5 !important;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
}

.twp-demo-launcher__mobile-pricing:hover {
    color: #4338ca !important;
    background: #f8fafc;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .twp-demo-launcher-root {
        --twp-demo-launcher-spacing: 16px;
        right: 0;
        bottom: 0;
        left: auto;
        justify-content: flex-end;
        width: auto;
        padding-top: 0;
    }

    .twp-demo-launcher__desktop {
        display: none;
    }

    .twp-demo-launcher__mobile {
        display: flex;
    }
}

@media (prefers-reduced-motion: reduce) {
    .twp-demo-launcher,
    .twp-demo-launcher__cta,
    .twp-demo-launcher__pricing,
    .twp-demo-launcher__mobile-cta,
    .twp-demo-launcher__mobile-pricing {
        transition: none;
    }
}

.vehica-info {
    font-size: 15px;
    line-height: 22px;
    padding: 20px;
    margin: 20px 0;
    background: #f2f5fb;
    border-left: 5px solid #304ffe;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    text-align: left;
}

.vehica-info strong {
    font-weight: 900;
    color: #304ffe;
}

.vehica-info__row--top {
    margin-bottom: 10px;
}

.vehica-info__row:after {
    clear: both;
    content: "";
    display: table;
}

.vehica-info i {
    color: #304ffe;
    margin-right: 7px;
}

.vehica-info__label {
    float: left;
    display: inline-block;
    width: 80px;
}

.vehica-info__value {
    float: left;
    display: inline-block;
    width: 300px;
    font-weight: 900;
    color: #304ffe;
}

@media (max-width: 600px) {
    .vehica-info__row {
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1250px) {
    .vehica-menu__wrapper .vehica-logo {
        margin-right: 15px !important;
    }

    .vehica-menu__wrapper .vehica-menu > .menu-item {
        margin: 0 12px !important;
    }
}

@media (min-width: 1251px) and (max-width: 1350px) {
    .vehica-menu__wrapper .vehica-logo {
        margin-right: 35px !important;
    }

    .vehica-menu__wrapper .vehica-menu > .menu-item {
        margin: 0 16px !important;
    }
}

.vehica-car-card-row__secondary-attribute {
    display: none !important;
}

.vehica-car-card-row__secondary-attribute:nth-child(1),
.vehica-car-card-row__secondary-attribute:nth-child(2),
.vehica-car-card-row__secondary-attribute:nth-child(3),
.vehica-car-card-row__secondary-attribute:nth-child(4) {
    display: inline !important;
}

.vehica-car-card-row__secondary-attribute:nth-child(4) .vehica-car-card-row__secondary-attribute__comma {
    display: none !important;
}

@media (min-width: 1200px) {
    .vehica-menu__wrapper .vehica-menu .vehica-submenu {
        min-width: 252px !important;
    }
}

#vehica-menu-element-menu-item-1-18305,
#vehica-menu-element-menu-item-2-18305,
#vehica-menu-element-menu-item-1-18306,
#vehica-menu-element-menu-item-2-18306,
#vehica-menu-element-menu-item-1-18309,
#vehica-menu-element-menu-item-2-18309,
#vehica-menu-element-menu-item-1-11761,
#vehica-menu-element-menu-item-2-11761 {
    display: none !important;
}

#vehica-menu-element-menu-item-2-11761 {
    display: none !important;
}

.vehica-edit-elementor {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999999;
    transition: opacity 0.2s ease;
    display: none !important;
}

@media (min-width: 900px) {
    .vehica-edit-elementor {
        display: block;
    }
}

.vehica-edit-elementor__button {
    min-width: 220px;
    text-align: center;
    color: #fff !important;
    background-color: #93003c;
    border-bottom: 2px solid #440922;
    border-radius: 10px;
    font-size: 18px;
    padding: 16px 20px;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    text-decoration: none;
    direction: ltr;
}

.vehica-edit-elementor__button i {
    margin-right: 5px;
    display: none;
}

.vehica-edit-elementor__button:hover {
    filter: brightness(1.1);
}

.vehica-edit-elementor__button span {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.vehica-edit-elementor__button span:after {
    content: '';
    display: block;
    height: 2px;
    width: 41px;
    position: absolute;
    top: 10px;
    left: -3px;
    transform: rotate(-10deg);
    background: red;
    opacity: 0.8;
}

@media (min-width: 1200px) {
    .single-vehica_car #contact {
        padding-top: 30px !important;
    }
}
