.offer-top-bar {
    background: linear-gradient(90deg, #ff4f00 0%, #ff7a00 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 999;
    padding: 10px 0;
}

.offer-bar-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 24px;
}

.offer-label {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 12px;
    border-right: 1px solid rgba(255,255,255,0.25);
}

.offer-label i {
    font-size: 15px;
}

.offer-marquee {
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    white-space: nowrap;
}

.offer-marquee-track {
    display: inline-block;
    white-space: nowrap;
    min-width: max-content;
    animation: offerScroll 22s linear infinite;
}

.offer-marquee-track span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 14px;
}

.offer-marquee-track strong {
    color: #fff7c2;
    font-weight: 800;
}

.offer-separator {
    opacity: 0.7;
}

@keyframes offerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767.98px) {
    .offer-top-bar {
        padding: 8px 0;
    }

    .offer-bar-wrap {
        gap: 10px;
    }

    .offer-label {
        font-size: 12px;
        padding-right: 8px;
    }

    .offer-marquee-track span {
        font-size: 12px;
        margin-right: 10px;
    }
}



 .quote-hero {
        position: relative;
        padding: 80px 0 45px;
        background:
            linear-gradient(135deg, rgba(6, 26, 58, .95), rgba(13, 110, 253, .88)),
            url('/img/bg/bg-03.jpg') center/cover no-repeat;
        color: #fff;
    }
.quote-hero-g {
        position: relative;
        padding: 80px 0 45px;
       background: linear-gradient(135deg, rgba(6, 26, 58, .95), rgb(13 110 253 / 29%)), url(../img/bg/home2.png) center / cover no-repeat;
        color: #fff;
    }
    .quote-hero .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        padding: .55rem 1rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, .12);
        border: 1px solid rgba(255, 255, 255, .18);
        font-size: .9rem;
        margin-bottom: 1rem;
    }

    .quote-layout {
        margin-top: -30px;
        padding-bottom: 90px;
    }

    .quote-card,
    .quote-summary {
        background: #fff;
        border: 1px solid rgba(15, 54, 108, .10);
        border-radius: 24px;
        box-shadow: 0 18px 45px rgba(7, 33, 66, .08);
        overflow: hidden;
    }

    .quote-card-head {
        padding: 24px 26px 16px;
        border-bottom: 1px solid rgba(15, 54, 108, .08);
        background: linear-gradient(180deg, rgba(13, 110, 253, .05), rgba(255, 255, 255, 0));
    }

    .quote-card-body {
        padding: 24px 26px 28px;
    }

    .quote-step {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #0d6efd;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-right: .65rem;
        flex-shrink: 0;
    }

    .quote-label {
        font-weight: 600;
        color: #102542;
        margin-bottom: .45rem;
        display: block;
        font-size: 15px;
    }

    .quote-input {
        width: 100%;
        min-height: 54px;
        border-radius: 16px;
        border: 1px solid rgba(15, 54, 108, .12);
        background: #fff;
        padding: 0 18px;
        color: #102542;
        box-shadow: none !important;
    }

    .quote-input:focus {
        border-color: rgba(13, 110, 253, .5);
        box-shadow: 0 0 0 4px rgba(13, 110, 253, .08) !important;
        outline: none;
    }

    .quote-input::placeholder {
        color: #97a3b6;
    }

    .quote-reg {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.7rem;
        letter-spacing: .12em;
        font-weight: 800;
    }

    .quote-btn {
        width: 100%;
        min-height: 54px;
        border: none;
        border-radius: 999px;
        font-weight: 700;
        background: linear-gradient(90deg, #0d6efd, #0052cc);
        color: #fff;
        transition: .2s ease;
    }

    .quote-btn:hover {
        color: #fff;
        opacity: .98;
        transform: translateY(-1px);
    }

    .quote-note {
        font-size: .92rem;
        color: #6b7a90;
    }

    .quote-summary {
        position: sticky;
        top: 110px;
        background: linear-gradient(180deg, #081c44 0%, #0d2c63 100%);
        color: #fff;
    }

    .quote-summary .quote-card-head {
        border-bottom: 1px solid rgba(255, 255, 255, .10);
        background: transparent;
    }

    .quote-summary .quote-card-body {
        padding: 22px 22px 24px;
        position: relative;
    }

    .summary-reg {
        display: inline-flex;
        padding: .45rem .85rem;
        background: #fff;
        color: #081c44;
        border-radius: 999px;
        font-weight: 800;
        letter-spacing: .08em;
        margin-bottom: 12px;
    }

    .summary-box,
    #ageAndDateContainer,
    #startDate,
    #endDate,
    #priceContainer {
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 16px;
        padding: 14px 16px;
        margin-bottom: 12px;
        color: #fff;
    }

    .summary-box .mini-title,
    #startDate label,
    #endDate label {
        display: block;
        color: rgba(255, 255, 255, .72);
        font-size: .85rem;
        margin-bottom: 5px;
    }

    #startCoverDateTime,
    #endCoverDateTime {
        color: #fff;
        font-weight: 500;
    }

    #ageAndDateContainer {
        font-weight: 500;
        line-height: 1.5;
    }

    #priceContainer {
        display: none;
        text-align: center;
    }

    #priceContainer h3 {
        margin: 0;
        color: #fff;
        font-size: 2rem;
        font-weight: 800;
        text-align: center;
    }

    #buyNowBtn {
        display: none;
        width: 100%;
        min-height: 54px;
        border: none;
        border-radius: 999px;
        font-weight: 700;
        background: #fff;
        color: #081c44;
        margin-top: 10px;
        transition: .2s ease;
    }

    #buyNowBtn:hover {
        transform: translateY(-1px);
    }

    .toggle-details,
    .mobile-only {
        display: none;
    }

    #loader img {
        width: 34px;
        height: 34px;
    }

    #regError,
    #emailError,
    #passwordError {
        font-size: 13px;
        margin-top: 6px;
        display: block;
    }

    @media (max-width: 1199.98px) {
        .quote-card-head,
        .quote-card-body {
            padding-left: 22px;
            padding-right: 22px;
        }
    }

    @media (max-width: 991.98px) {
        .quote-layout {
            margin-top: 0;
            padding-top: 24px;
            padding-bottom: 110px;
        }

        .quote-summary {
            position: static;
            margin-top: 24px;
        }

        .quote-card-head,
        .quote-card-body {
            padding-left: 20px;
            padding-right: 20px;
        }

        .quote-reg {
            font-size: 1.45rem;
        }
    }

    @media (max-width: 767.98px) {
        .quote-hero {
            display: none;
        }

        .quote-layout {
            padding-top: 10px;
            padding-bottom: 128px;
        }

        .quote-card,
        .quote-summary {
            border-radius: 22px;
        }

        .quote-card-head {
            padding: 18px 18px 14px;
        }

        .quote-card-body {
            padding: 18px 18px 22px;
        }

        .quote-step {
            width: 30px;
            height: 30px;
            font-size: 14px;
            margin-right: .55rem;
        }

        .quote-label {
            font-size: 14px;
        }

        .quote-input {
            min-height: 50px;
            border-radius: 14px;
            padding: 0 15px;
            font-size: 15px;
        }

        .quote-reg {
            font-size: 1.25rem;
            letter-spacing: .08em;
        }

        .quote-summary {
            position: fixed !important;
            left: 0;
            right: 0;
            bottom: 0;
            top: auto !important;
            width: 100%;
            margin: 0 !important;
            border-radius: 22px 22px 0 0 !important;
            z-index: 1050;
            box-shadow: 0 -10px 28px rgba(3, 19, 43, .18);
            border-left: none;
            border-right: none;
            border-bottom: none;
        }

        .quote-summary .quote-card-head {
            display: none !important;
        }

        .quote-summary .quote-card-body {
            padding: 18px 18px 16px;
            position: relative;
        }

        /* toggle button left side aur thora neeche */
        .toggle-details {
            position: absolute;
            top: 14px;
            left: 14px;
            right: auto;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            color: #1b2a41;
            border: none;
            z-index: 5;
            box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
        }

        .toggle-details i {
            font-size: 14px;
        }

        /* vehicle registration hide on mobile */
        .summary-reg {
            display: none !important;
        }

        .details-section {
            display: block;
            margin-top: 0;
        }

        .summary-box,
        #ageAndDateContainer,
        #startDate,
        #endDate,
        #priceContainer {
            background: transparent;
            border: none;
            padding: 0;
            margin-bottom: 8px;
            text-align: center;
        }

        .summary-box .mini-title,
        #startDate label,
        #endDate label {
            margin-bottom: 3px;
        }

        #ageAndDateContainer {
            line-height: 1.45;
        }

        #priceContainer {
            display: block !important;
            margin-top: 6px;
        }

        #priceContainer h3 {
            font-size: 28px;
            line-height: 1.1;
        }

        #buyNowBtn {
            background: linear-gradient(90deg, #0d6efd, #0052cc);
            color: #fff;
            min-height: 50px;
            margin-top: 12px;
            display: none;
        }

        .mobile-only {
            display: block;
        }
    }

    @media (max-width: 575.98px) {
        .quote-layout {
            padding-bottom: 132px;
        }

        .quote-card-head {
            padding: 16px 16px 12px;
        }

        .quote-card-body {
            padding: 16px 16px 20px;
        }

        .quote-summary .quote-card-body {
            padding: 16px 16px 14px;
        }

        .toggle-details {
            top: 12px;
            left: 12px;
            width: 36px;
            height: 36px;
        }

        #priceContainer h3 {
            font-size: 26px;
        }

        #buyNowBtn {
            min-height: 48px;
        }
    }
    
    
    
    
    .quote-hero-home {
    padding: 130px 0 95px;
}

.quote-hero h1 {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    line-height: 1.06;
    font-weight: 700;
}

.quote-hero p {
    color: rgba(255,255,255,.9);
    font-size: 1.05rem;
}

@media (max-width: 991.98px) {
    .quote-hero-home {
        padding: 105px 0 75px;
    }
}

@media (max-width: 767.98px) {
    .quote-hero-home {
        padding: 80px 0 55px;
    }
}
