.elementor-37232 .elementor-element.elementor-element-116a2f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-37232 .elementor-element.elementor-element-902d61b{margin:1% 0% calc(var(--kit-widget-spacing, 0px) + 1%) 0%;padding:0px 0px 0px 0px;text-align:center;}.elementor-37232 .elementor-element.elementor-element-902d61b .elementor-heading-title{font-size:50px;font-weight:900;line-height:63px;color:#222732;}.elementor-37232 .elementor-element.elementor-element-e03ac3a .vehica-grid__element{padding-right:32px;padding-bottom:32px;}.elementor-37232 .elementor-element.elementor-element-e03ac3a .vehica-grid{margin-right:-32px;}.elementor-37232 .elementor-element.elementor-element-e03ac3a{width:100%;max-width:100%;}.elementor-37232 .elementor-element.elementor-element-e03ac3a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-37232 .elementor-element.elementor-element-909372c{width:auto;max-width:auto;margin:1% 1% calc(var(--kit-widget-spacing, 0px) + 1%) 1%;padding:1% 1% 1% 1%;}.elementor-37232 .elementor-element.elementor-element-909372c.elementor-element{--align-self:center;}.elementor-37232 .elementor-element.elementor-element-7700789c{--display:flex;}.elementor-37232 .elementor-element.elementor-element-c72586d{width:auto;max-width:auto;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:left;font-size:1em;text-transform:none;font-style:normal;text-decoration:none;line-height:1.4em;letter-spacing:0px;color:var( --e-global-color-text );}.elementor-37232 .elementor-element.elementor-element-c72586d.elementor-element{--align-self:flex-start;}.elementor-37232 .elementor-element.elementor-element-5176a1b{width:auto;max-width:auto;margin:1% 1% calc(var(--kit-widget-spacing, 0px) + 1%) 1%;padding:1% 1% 1% 1%;}.elementor-37232 .elementor-element.elementor-element-5176a1b.elementor-element{--align-self:center;}@media(max-width:1199px){.elementor-37232 .elementor-element.elementor-element-902d61b{width:var( --container-widget-width, 800px );max-width:800px;--container-widget-width:800px;--container-widget-flex-grow:0;}.elementor-37232 .elementor-element.elementor-element-902d61b .elementor-heading-title{font-size:38px;line-height:48px;}.elementor-37232 .elementor-element.elementor-element-909372c{margin:1% 1% calc(var(--kit-widget-spacing, 0px) + 1%) 1%;padding:1% 1% 1% 1%;}.elementor-37232 .elementor-element.elementor-element-c72586d{font-size:14px;}.elementor-37232 .elementor-element.elementor-element-5176a1b{margin:1% 1% calc(var(--kit-widget-spacing, 0px) + 1%) 1%;padding:1% 1% 1% 1%;}}@media(max-width:899px){.elementor-37232 .elementor-element.elementor-element-902d61b .elementor-heading-title{font-size:30px;line-height:38px;}.elementor-37232 .elementor-element.elementor-element-909372c{margin:2% 2% calc(var(--kit-widget-spacing, 0px) + 2%) 2%;padding:2% 2% 2% 2%;}.elementor-37232 .elementor-element.elementor-element-c72586d{text-align:left;}.elementor-37232 .elementor-element.elementor-element-5176a1b{margin:2% 2% calc(var(--kit-widget-spacing, 0px) + 2%) 2%;padding:2% 2% 2% 2%;}}/* Start custom CSS for html, class: .elementor-element-909372c *//* Container for centering the button */
.stock-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
}

/* Base button styles with responsive units */
.stock-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    padding: 1rem 2rem;
    margin: 1%;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 1.125rem; /* 18px base */
    border: none;
    line-height: 1.4;
    box-shadow: 0 0.25rem 0.5rem rgba(255, 88, 0, 0.2), 0 0.125rem 0.25rem rgba(0,0,0,0.1);
    min-width: 11.25rem; /* 180px */
    min-height: 2.75rem; /* 44px - accessibility minimum */
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    background: linear-gradient(135deg, #FF5800 0%, #FF7A2E 50%, #FF9D5C 100%);
    position: relative;
    overflow: hidden;
    transform: translateY(0);
}

/* Updated icon styles for img element */
.stock-btn .stock-btn-icon {
    margin-right: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-shrink: 0;
    display: block;
    filter: brightness(0) invert(1); /* Ensures white colour */
}

.stock-btn:hover .stock-btn-icon {
    transform: scale(1.1);
}

/* Legacy SVG support (in case you need to switch back) */
.stock-btn svg {
    margin-right: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-shrink: 0;
}

.stock-btn:hover svg {
    transform: scale(1.1);
}

/* Screen reader only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Subtle ripple effect on click */
.stock-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    pointer-events: none;
}

.stock-btn:active::before {
    width: 200%;
    height: 200%;
    opacity: 1;
    transition: width 0.3s ease, height 0.3s ease, opacity 0.1s ease;
}

/* Enhanced hover and focus states for accessibility */
.stock-btn:hover {
    background: linear-gradient(135deg, #E54E00 0%, #E56A26 50%, #E5874C 100%);
    box-shadow: 0 0.5rem 1rem rgba(255, 88, 0, 0.3), 0 0.25rem 0.5rem rgba(0,0,0,0.15);
    transform: translateY(-0.125rem) scale(1.02);
    color: white !important;
    text-decoration: none;
    font-family: "Open Sans", Arial, sans-serif !important;
}

.stock-btn:focus {
    outline: 0.125rem solid #003d82;
    outline-offset: 0.125rem;
    box-shadow: 0 0.25rem 0.75rem rgba(255, 88, 0, 0.3), 0 0 0 0.25rem rgba(255, 88, 0, 0.2);
}

.stock-btn:focus:not(:focus-visible) {
    outline: none;
}

.stock-btn:focus-visible {
    outline: 0.125rem solid #003d82;
    outline-offset: 0.125rem;
}

/* Active state for better user feedback */
.stock-btn:active {
    transform: translateY(0);
    box-shadow: 0 0.125rem 0.25rem rgba(255, 88, 0, 0.2);
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .stock-btn {
        border: 0.125rem solid transparent;
        background: #FF5800;
    }
    
    .stock-btn:hover,
    .stock-btn:focus {
        border-color: white;
        background: #E54E00;
    }
    
    .stock-btn .stock-btn-icon {
        filter: brightness(0) invert(1) contrast(2);
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .stock-btn {
        transition: none;
    }
    
    .stock-btn:hover {
        transform: none;
    }
    
    .stock-btn .stock-btn-icon {
        transition: none;
    }
}

/* Tablet styles - using clamp for fluid scaling */
@media (max-width: 64rem) { /* 1024px */
    .stock-btn-container {
        margin: 2rem 0;
    }
    
    .stock-btn {
        padding: clamp(0.875rem, 2.5vw, 1rem) clamp(1.75rem, 4vw, 2rem);
        margin: 3%;
        font-size: clamp(1rem, 2.5vw, 1.125rem);
        min-width: clamp(10rem, 30vw, 11rem);
        min-height: 2.75rem;
    }
    
    .stock-btn .stock-btn-icon,
    .stock-btn svg {
        width: clamp(1rem, 2.5vw, 1.25rem);
        height: clamp(1rem, 2.5vw, 1.25rem);
    }
}

/* Mobile styles */
@media (max-width: 48rem) { /* 768px */
    .stock-btn-container {
        margin: 2.5rem 0;
    }
    
    .stock-btn {
        padding: clamp(0.875rem, 3.5vw, 1rem) clamp(1.5rem, 5vw, 1.75rem);
        margin: 7%;
        font-size: clamp(1rem, 3.5vw, 1.125rem);
        min-width: clamp(9rem, 40vw, 10rem);
        min-height: 3rem;
    }
    
    .stock-btn .stock-btn-icon,
    .stock-btn svg {
        width: clamp(1.125rem, 3vw, 1.25rem);
        height: clamp(1.125rem, 3vw, 1.25rem);
        margin-right: 0.4rem;
    }
}

/* Small mobile styles */
@media (max-width: 30rem) { /* 480px */
    .stock-btn-container {
        margin: 3rem 0;
        padding: 0 1rem;
    }
    
    .stock-btn {
        width: 90%;
        max-width: 18rem;
        padding: clamp(1rem, 4vw, 1.25rem) clamp(1.25rem, 5vw, 1.5rem);
        margin: 0;
        font-size: clamp(1rem, 4vw, 1.125rem);
        min-height: 3.25rem; /* Larger touch target on small screens */
    }
    
    .stock-btn .stock-btn-icon,
    .stock-btn svg {
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.5rem;
    }
}

/* Print styles */
@media print {
    .stock-btn {
        background: #FF5800 !important;
        color: white !important;
        box-shadow: none !important;
        transform: none !important;
    }
    
    .stock-btn::after {
        content: " (" attr(href) ")";
        font-size: 0.75rem;
        font-weight: 400;
    }
    
    .stock-btn .stock-btn-icon {
        filter: brightness(0) invert(1) !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5176a1b *//* Container for centering the button */
.stock-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
}

/* Base button styles with responsive units */
.stock-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    padding: 1rem 2rem;
    margin: 1%;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 1.125rem; /* 18px base */
    border: none;
    line-height: 1.4;
    box-shadow: 0 0.25rem 0.5rem rgba(255, 88, 0, 0.2), 0 0.125rem 0.25rem rgba(0,0,0,0.1);
    min-width: 11.25rem; /* 180px */
    min-height: 2.75rem; /* 44px - accessibility minimum */
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    background: linear-gradient(135deg, #FF5800 0%, #FF7A2E 50%, #FF9D5C 100%);
    position: relative;
    overflow: hidden;
    transform: translateY(0);
}

/* Updated icon styles for img element */
.stock-btn .stock-btn-icon {
    margin-right: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-shrink: 0;
    display: block;
    filter: brightness(0) invert(1); /* Ensures white colour */
}

.stock-btn:hover .stock-btn-icon {
    transform: scale(1.1);
}

/* Legacy SVG support (in case you need to switch back) */
.stock-btn svg {
    margin-right: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-shrink: 0;
}

.stock-btn:hover svg {
    transform: scale(1.1);
}

/* Screen reader only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Subtle ripple effect on click */
.stock-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    pointer-events: none;
}

.stock-btn:active::before {
    width: 200%;
    height: 200%;
    opacity: 1;
    transition: width 0.3s ease, height 0.3s ease, opacity 0.1s ease;
}

/* Enhanced hover and focus states for accessibility */
.stock-btn:hover {
    background: linear-gradient(135deg, #E54E00 0%, #E56A26 50%, #E5874C 100%);
    box-shadow: 0 0.5rem 1rem rgba(255, 88, 0, 0.3), 0 0.25rem 0.5rem rgba(0,0,0,0.15);
    transform: translateY(-0.125rem) scale(1.02);
    color: white !important;
    text-decoration: none;
    font-family: "Open Sans", Arial, sans-serif !important;
}

.stock-btn:focus {
    outline: 0.125rem solid #003d82;
    outline-offset: 0.125rem;
    box-shadow: 0 0.25rem 0.75rem rgba(255, 88, 0, 0.3), 0 0 0 0.25rem rgba(255, 88, 0, 0.2);
}

.stock-btn:focus:not(:focus-visible) {
    outline: none;
}

.stock-btn:focus-visible {
    outline: 0.125rem solid #003d82;
    outline-offset: 0.125rem;
}

/* Active state for better user feedback */
.stock-btn:active {
    transform: translateY(0);
    box-shadow: 0 0.125rem 0.25rem rgba(255, 88, 0, 0.2);
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .stock-btn {
        border: 0.125rem solid transparent;
        background: #FF5800;
    }
    
    .stock-btn:hover,
    .stock-btn:focus {
        border-color: white;
        background: #E54E00;
    }
    
    .stock-btn .stock-btn-icon {
        filter: brightness(0) invert(1) contrast(2);
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .stock-btn {
        transition: none;
    }
    
    .stock-btn:hover {
        transform: none;
    }
    
    .stock-btn .stock-btn-icon {
        transition: none;
    }
}

/* Tablet styles - using clamp for fluid scaling */
@media (max-width: 64rem) { /* 1024px */
    .stock-btn-container {
        margin: 2rem 0;
    }
    
    .stock-btn {
        padding: clamp(0.875rem, 2.5vw, 1rem) clamp(1.75rem, 4vw, 2rem);
        margin: 3%;
        font-size: clamp(1rem, 2.5vw, 1.125rem);
        min-width: clamp(10rem, 30vw, 11rem);
        min-height: 2.75rem;
    }
    
    .stock-btn .stock-btn-icon,
    .stock-btn svg {
        width: clamp(1rem, 2.5vw, 1.25rem);
        height: clamp(1rem, 2.5vw, 1.25rem);
    }
}

/* Mobile styles */
@media (max-width: 48rem) { /* 768px */
    .stock-btn-container {
        margin: 2.5rem 0;
    }
    
    .stock-btn {
        padding: clamp(0.875rem, 3.5vw, 1rem) clamp(1.5rem, 5vw, 1.75rem);
        margin: 7%;
        font-size: clamp(1rem, 3.5vw, 1.125rem);
        min-width: clamp(9rem, 40vw, 10rem);
        min-height: 3rem;
    }
    
    .stock-btn .stock-btn-icon,
    .stock-btn svg {
        width: clamp(1.125rem, 3vw, 1.25rem);
        height: clamp(1.125rem, 3vw, 1.25rem);
        margin-right: 0.4rem;
    }
}

/* Small mobile styles */
@media (max-width: 30rem) { /* 480px */
    .stock-btn-container {
        margin: 3rem 0;
        padding: 0 1rem;
    }
    
    .stock-btn {
        width: 90%;
        max-width: 18rem;
        padding: clamp(1rem, 4vw, 1.25rem) clamp(1.25rem, 5vw, 1.5rem);
        margin: 0;
        font-size: clamp(1rem, 4vw, 1.125rem);
        min-height: 3.25rem; /* Larger touch target on small screens */
    }
    
    .stock-btn .stock-btn-icon,
    .stock-btn svg {
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.5rem;
    }
}

/* Print styles */
@media print {
    .stock-btn {
        background: #FF5800 !important;
        color: white !important;
        box-shadow: none !important;
        transform: none !important;
    }
    
    .stock-btn::after {
        content: " (" attr(href) ")";
        font-size: 0.75rem;
        font-weight: 400;
    }
    
    .stock-btn .stock-btn-icon {
        filter: brightness(0) invert(1) !important;
    }
}/* End custom CSS */