.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =============================================================
   July Auto — Elementor Custom CSS
   Paste this into:  Elementor → Site Settings → Custom CSS
   ============================================================= */

/* ---------- Site-wide tokens ---------- */
:root {
    --ja-bg:        #ffffff;
    --ja-bg-dark:   #000000;
    --ja-ink:       #000000;
    --ja-ink-soft:  #6a6a6a;
    --ja-line:      #e5e5e5;
    --ja-surface:   #ffffff;
}

body {
    color: var(--ja-ink);
    background: var(--ja-bg);
    -webkit-font-smoothing: antialiased;
}

/* ---------- Headings ---------- */
h1, h2, h3, h4, h5, h6,
.elementor-widget-heading .elementor-heading-title {
    color: var(--ja-ink);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

/* ---------- Header (dark) ---------- */
.ja-header {
    background: var(--ja-bg-dark) !important;
}
.ja-header,
.ja-header a,
.ja-header .elementor-nav-menu a {
    color: #ffffff !important;
}
.ja-header .elementor-nav-menu a:hover {
    color: #cccccc !important;
}
/* Logo sizing inside header */
.ja-header .elementor-widget-image img {
    height: 44px;
    width: auto;
    display: block;
}

/* ---------- Hero ---------- */
.ja-hero {
    background-blend-mode: luminosity;
    color: #ffffff;
    min-height: 80vh;
}
.ja-hero h1 {
    color: #ffffff !important;
    font-size: clamp(36px, 6vw, 64px);
}
.ja-hero p {
    color: #d8d8d8 !important;
    font-size: clamp(16px, 1.6vw, 19px);
    max-width: 560px;
}

/* ---------- Buttons (B&W swap) ---------- */
/* Primary = filled */
.elementor-button.ja-btn-primary,
.elementor-button[class*="ja-btn-primary"] {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1.5px solid #000000 !important;
    border-radius: 4px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}
.elementor-button.ja-btn-primary:hover {
    background-color: transparent !important;
    color: #000000 !important;
}

/* On dark backgrounds, invert */
.ja-hero .elementor-button.ja-btn-primary,
.ja-dark-bg .elementor-button.ja-btn-primary {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}
.ja-hero .elementor-button.ja-btn-primary:hover,
.ja-dark-bg .elementor-button.ja-btn-primary:hover {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* Outline button */
.elementor-button.ja-btn-outline {
    background-color: transparent !important;
    color: #000000 !important;
    border: 1.5px solid #000000 !important;
    border-radius: 4px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
.ja-hero .elementor-button.ja-btn-outline,
.ja-dark-bg .elementor-button.ja-btn-outline {
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.elementor-button.ja-btn-outline:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* ---------- Vehicle card (use in Loop Builder template) ---------- */
.ja-card {
    background: #ffffff;
    border: 1px solid var(--ja-line);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ja-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.ja-card-img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    position: relative;
}
.ja-card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.ja-card-body {
    padding: 18px;
}
.ja-card-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--ja-ink);
}
.ja-card-sub {
    font-size: 13px;
    color: var(--ja-ink-soft);
    margin-bottom: 14px;
}
.ja-card-price {
    font-size: 22px;
    font-weight: 800;
    color: var(--ja-ink);
    margin-bottom: 8px;
}
.ja-card-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: var(--ja-ink-soft);
    padding-top: 12px;
    border-top: 1px solid var(--ja-line);
}
.ja-card-badge {
    position: absolute;
    top: 12px; left: 12px;
    background: #000000;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

/* ---------- Value-prop cards (use Elementor Icon Box widget + this class) ---------- */
.ja-value-card .elementor-icon-box-wrapper {
    background: #ffffff;
    padding: 32px 24px;
    border: 1px solid var(--ja-line);
    border-radius: 8px;
    text-align: center;
}
.ja-value-card .elementor-icon-box-icon {
    margin-bottom: 16px;
}
.ja-value-card .elementor-icon-box-icon .elementor-icon {
    background: #000000 !important;
    color: #ffffff !important;
    width: 56px; height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ---------- "How it works" step numbers ---------- */
.ja-step-num {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    line-height: 1 !important;
    border-bottom: 3px solid #000000;
    padding-bottom: 8px;
    display: inline-block;
}

/* ---------- Footer (dark) ---------- */
.ja-footer {
    background: #050506 !important;
    color: #888 !important;
    padding: 40px 0 !important;
    border-top: 1px solid #1a1a1a !important;
}
.ja-footer a { color: #c8c8c8 !important; }
.ja-footer a:hover { color: #ffffff !important; }

/* ---------- Single Vehicle page ---------- */
.ja-single-price {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
}
.ja-single-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 8px;
}
.ja-spec-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ja-ink-soft);
    margin-bottom: 4px;
}
.ja-spec-value {
    font-weight: 700;
    font-size: 15px;
}

/* ---------- Forms (Elementor Forms) ---------- */
.ja-dark-bg .elementor-field-group label {
    color: #d8d8d8 !important;
}
.ja-dark-bg input.elementor-field,
.ja-dark-bg textarea.elementor-field,
.ja-dark-bg select.elementor-field {
    background-color: #1a1a1c !important;
    color: #ffffff !important;
    border: 1px solid #2a2a2e !important;
    border-radius: 4px !important;
}
.ja-dark-bg input.elementor-field:focus,
.ja-dark-bg textarea.elementor-field:focus {
    border-color: #ffffff !important;
    outline: none !important;
}

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
    .ja-hero h1 { font-size: 36px !important; }
    .ja-header .elementor-widget-image img { height: 36px; }
}/* End custom CSS */