/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(164,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(177,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(190,32): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(203,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(220,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(248,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(273,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(293,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(342,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(343,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(344,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(345,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(346,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(352,27): run-time error CSS1039: Token not allowed after unary operator: '-banner-max-width'
(357,25): run-time error CSS1039: Token not allowed after unary operator: '-banner-radius'
(358,24): run-time error CSS1039: Token not allowed after unary operator: '-banner-side-pad'
(373,24): run-time error CSS1039: Token not allowed after unary operator: '-banner-top-offset'
(373,51): run-time error CSS1039: Token not allowed after unary operator: '-banner-gap-when-stuck'
(375,31): run-time error CSS1039: Token not allowed after unary operator: '-banner-max-width'
(493,35): run-time error CSS1039: Token not allowed after unary operator: '-banner-max-width'
 */
:root {
    --primary: rgb(218, 41, 28);
    --primary-color: rgb(218, 41, 28);
    --secondary-color: rgb(132, 117, 78);
}

.text-primary {
    color: rgb(218, 41, 28) !important;
}

body {
    background-color: rgb(33,33,33);
}

#topbar .contact-info {
    color: rgb(255, 255, 255);
}

    #topbar .contact-info i {
        color: rgb(218, 41, 28);
        padding-right: 4px;
    }

#topbar .contact-info-internal {
    margin-bottom: 2.2rem;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0 !important;
}

#header {
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
}

#footer {
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
    border-top: 8px solid rgb(218, 41, 28);
}

.btn {
    margin: 0px;
}

.primary-btn {
    background-color: rgb(218, 41, 28);
}

.btn-secondary {
    background: rgb(218, 41, 28);
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus {
        background: rgb(218, 41, 28) !important;
    }

h4 {
    color: rgb(218, 41, 28);
}

.css3-spinner > div {
    color: rgb(218, 41, 28);
}

.grn-color, .grn-color:hover {
    color: rgb(218, 41, 28);
}

#footer .links li, #footer .links2 li {
    border-left: 1px solid rgb(218, 41, 28) !important;
}

#slider-banner {
    background: url(/assets/images/HPFS/home-slider-bg-royal-enfield.jpg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    margin: 0 !important;
    background-color: rgba(33, 37, 41, 0.8);
    background-blend-mode: multiply;
}

    #slider-banner h1 {
        font-size: 125px;
        color: rgb(218, 41, 28);
        font-weight: 900;
    }

#lifestyle .lifebox {
    height: 270px;
    width: 100%;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    padding: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-color: rgba(36, 36, 36, .73);
    border: 2px solid rgb(218, 41, 28);
    background-blend-mode: multiply;
}

h4 span {
    color: #212121;
}

.form-control {
    padding: .5rem 0 .6rem;
}
/*.primary-btn {
    font-size: .8rem;
    padding: .85rem 2.13rem;
    margin: 6px;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal !important;
    cursor: pointer;
}
.primary-btn {
    padding: 15px 60px !important;
    border: 0 !important;
    box-shadow: 0 !important;
    font-weight: 600 !important;
    transform: skewX(-20deg);
    text-transform: uppercase;
}*/

.m-apply-card .h4 {
    transform: none;
}

.modal.show .modal-dialog {
    margin-top: 34vh;
}

.modal .modal-content {
    background: #e6e6e6;
    padding: 20px;
    border-radius: 0 !important;
}

#reportGenerationModal > .modal-dialog {
    transform: none;
    margin-top: 37vh;
}

#InitializeAppModal > .h2, h2 {
    font-size: calc(1.5rem + 3vw);
    color: var(--white);
    padding: 0 0;
}

#InitializeAppModal .modal-dialog {
    margin: 10vh 27vw;
}

.vehicle-table {
    line-height: 1.6rem;
}

    .vehicle-table .row {
        --bs-gutter-x: 0px
    }

.row > .vehicle-pageLinks {
    width: auto;
}

.vehicle-pageLinks a {
    color: #212121;
    text-decoration: none;
}

    .vehicle-pageLinks a.selected {
        background-color: var(--primary) !important;
        color: White;
    }

ul.icon li:before {
    font-family: 'FontAwesome';
    content: "\e800";
    float: left;
    width: 1.4em;
    color: #212121;
}

#login-form hr {
    --bs-gutter-x: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 2px solid #212121;
    opacity: 100;
}

    #login-form hr:not([size]) {
        height: 0px;
    }

#login-form h3 {
    font-size: 2rem;
    color: #DA281C;
}

.link-menu:hover {
    color: var(--primary-color);
}

.vehicle-table .btn {
    font-size: 5px;
}

#hpfs-select-amount-page h1 {
    font-size: 2.5rem;
    transform: none;
    font-weight: 400;
    text-transform: none;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont;
}

#hpfs-select-amount-page h5 {
    font-size: 1.25rem;
    font-weight: 400 !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont;
}

#hpfs-select-amount-page h3 {
    font-size: 1.75rem;
    font-weight: 400 !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont;
}

    #hpfs-select-amount-page h3 span {
        color: var(--primary-color);
    }

#hpfs-review-agreement-page {
    line-height: 1.6rem;
}

    #hpfs-review-agreement-page .md-form label {
        font-size: .8rem !important;
    }

    #hpfs-review-agreement-page p {
        margin-bottom: 1rem !important;
    }

    #hpfs-review-agreement-page .position-absolute {
        position: unset !important;
    }

    #hpfs-review-agreement-page .line-height-1 {
        line-height: 1;
    }

#MyAccountIndex h2 {
    font-size: 2rem;
    color: var(--primary-color);
}

#PaymentFormModal {
    overflow-y: hidden;
    max-width: unset;
}

    #PaymentFormModal .modal-content {
        overflow-y: hidden;
        overflow-x: hidden;
        padding: 0;
    }

    #PaymentFormModal .modal-dialog {
        transform: translate(0,0);
        max-width: 75vw!important;
        width: auto!important;
    }
#show_paymentmethod #form_webpay .webpay legend {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    padding: 0px 0px 30px;
    line-height: 1.5;
    font-family: "gobold_bold";
    text-transform: lowercase;
    position: relative;
    margin-bottom: 20px !important;
}

.floating_logo {
    position: fixed;
    right: 30px;
    bottom: 0px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4816d;
    color: #000;
    text-align: center;
    box-shadow: 0 12px 22px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 20px 10px 20px;
    z-index: 9999;
    text-decoration: none;
    transition: all 300ms ease;
    animation: bounce 0.8s ease-out infinite;
}

    .floating_logo:hover {
        background-color: #e8593f;
        color: #000;
        padding: 5px 20px 20px 20px;
    }

.powered-by {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 5px;
    color: #000;
}

:root {
    --banner-max-width: 65%;
    --banner-side-pad: 16px;
    --banner-radius: 14px;
    --banner-gap-when-stuck: 8px; /* distance below header when pinned */
    --banner-top-offset: 0px; /* computed via JS using header height */
}

/* Expanded (in normal flow) */
#hpfs-offer-banner {
    box-sizing: border-box;
    width: min(90vw, var(--banner-max-width));
    margin: 12px auto; /* sits naturally below your nav */
    /*background: linear-gradient(135deg, #e63946, #ff7b54);*/
    background-color: #f4816d;
    color: #000;
    border-radius: var(--banner-radius);
    padding: 16px var(--banner-side-pad);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
    align-items: center;
    z-index: 1000; /* enough to sit above content, below nav overlays */
}

    /* When pinned (after you scroll past it) */
    #hpfs-offer-banner.pinned {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: calc(var(--banner-top-offset) + var(--banner-gap-when-stuck));
        margin: 0;
        width: min(92vw, var(--banner-max-width));
        /*transition: top 180ms ease, transform 180ms ease, width 180ms ease;*/
    }

    /* Content layout */
    #hpfs-offer-banner .copy {
        text-align: left;
    }

    #hpfs-offer-banner h3 {
        margin: 0 0 4px 0;
        font-size: 1.15rem;
        line-height: 1.2;
        color: #000;
    }

    #hpfs-offer-banner a {
        font-weight: 700;
        text-decoration: none;
        color: #000 !important;
    }

    #hpfs-offer-banner p {
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.35;
    }

    #hpfs-offer-banner .terms {
        opacity: 0.9;
        font-size: 0.82rem;
        margin-top: 6px;
    }

    /* Buttons */
    #hpfs-offer-banner .cta-wrap {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: flex-end;
    }

    #hpfs-offer-banner .btn {
        appearance: none;
        border: 0;
        cursor: pointer;
        border-radius: 10px;
        padding: 10px 14px;
        font-weight: 700;
        font-size: 0.95rem;
        transition: transform 120ms ease, opacity 120ms ease, background 120ms ease, color 120ms ease;
        white-space: nowrap;
    }

    #hpfs-offer-banner .btn-primary {
        background: #000;
        color: #e63946;
        text-decoration: none;
        display: inline-block;
    }

        #hpfs-offer-banner .btn-primary:hover {
            transform: translateY(-1px);
        }

    #hpfs-offer-banner .btn-min {
        background: rgba(255,255,255,0.18);
        color: #000 !important;
    }

        #hpfs-offer-banner .btn-min:hover {
            background: rgba(255,255,255,0.28);
        }

    /* Minimized pill (bottom-left) */
    #hpfs-offer-banner.minimized {
        position: fixed;
        bottom: 18px;
        left: 18px;
        right: auto;
        top: auto;
        transform: none;
        margin: 0;
        width: auto;
        padding: 10px 16px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
    }

        #hpfs-offer-banner.minimized .copy,
        #hpfs-offer-banner.minimized .cta-wrap {
            display: none;
        }

        #hpfs-offer-banner.minimized::before {
            content: "🎁 Win a Smart Helmet!";
            font-weight: 700;
            font-size: 0.95rem;
            letter-spacing: 0.1px;
        }

/*Responsive tweaks*/
@media (max-width: 720px) {
    #hpfs-offer-banner {
        grid-template-columns: 1fr;
        text-align: left;
    }

        #hpfs-offer-banner .cta-wrap {
            justify-content: flex-start;
            flex-wrap: wrap;
        }

        #hpfs-offer-banner.pinned {
            width: min(96vw, var(--banner-max-width));
        }
}
