.section1 .carName {
    font-size: 25px;
    font-weight: 500;
}

/* .login spacing (kept safely commented) 

.login{
    margin-bottom: 40px !important;
}
*/

.section1 .flex .type {
    font-weight: 500;
}

/* ===== LOCATION ===== */
.Location {
    width: 100%;
    background-color: #FFEEE8;
    border-radius: 10px;
    padding: 12px;
}

.section1 .carDetails .Location .title {
    font-size: 22px;
    font-weight: 500;
}

.section1 .carDetails .Location .picupLoc {
    font-weight: 500;
}

/* ===== DATES ===== */
.section1 .carDetails .Dates {
    font-size: 14px;
    font-weight: 500;
}

/* ===== DOT LINE (FROM - TO) ===== */
.section1 .carDetails .dots {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section1 .carDetails .dots .startDot,
.section1 .carDetails .dots .endDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #28a745;
    z-index: 2;
}

.section1 .carDetails .dots::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #28a745, #00c853);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50px;
}

/* ===== BOOKING CARD MAIN ===== */
.section1 {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}



/* ===== CAR DETAILS LAYOUT ===== */
.carDetails {
    gap: 15px !important;
    align-items:flex-start;
}

.carFeatures{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

/* ===== FEATURE BOX ===== */
.carDetails .feature {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f5f5f5;
    padding: 8px 12px;
    border-radius: 8px;
}

/* ===== PACKAGE TYPE ===== */
.section1 .packageType {
    font-weight: 500;
}

/* ===== HEADINGS ===== */
.section1 .heading {
    font-size: 20px;
    font-weight: 500;
}

/* ===== TOP SECTION ===== */
.topSection .heading {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.topSection .head {
    border-radius: 5px 5px 0 0;
    background-color: #FE9307;
}

.topSection .CardBody .choose {
    font-weight: 500;
}

.topSection .CardBody .form-check {
    font-size: 14px;
    font-weight: 500;
}

.topSection .CardBody .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

/* ===== BOTTOM SECTION ===== */
.bottomSection .head {
    background-color: #FE9307;
    border-radius: 5px 5px 0 0;
}

.bottomSection .heading {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.bottomSection .CardBody .point .text {
    font-weight: 600;
}

.bottomSection .CardBody .point .numberSum {
    font-size: 15px;
    font-weight: 500;
    color: #676767;
}

.bottomSection .CardBody .totalAmount .total {
    font-weight: 600;
    font-size: 16px;
}

.bottomSection .CardBody .totalAmount .numberSum {
    font-size: 15px;
    font-weight: 500;
    color: #676767;
}

/* ===== BUTTON (UNIFIED - CLEAN PREMIUM) ===== */
.bottomSection button,
.nextBtn a {
    font-weight: 500;
    border: none;
    outline: none;
    padding: 10px 22px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(135deg, #fe9307, #e67e00);
    box-shadow: 0 6px 18px rgba(254,147,7,0.25);
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
}

/* ===== NAV BUTTON ===== */
#navigateButton {
    margin-top: 20%;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

#navigateButton:hover {
    background-color: #0056b3;
}

/* ===== TOKEN / PAYMENTS ===== */
.bottomSection .tokenAmount .amountText,
.bottomSection .tokenAmount .amountNum {
    font-size: 15px;
    font-weight: 600;
}

.bottomSection .payRest .payText {
    font-size: 15px;
    font-weight: 500;
}

.bottomSection .get,
.bottomSection .terms {
    font-size: 14px;
    color: #676767;
    font-weight: 400;
}

/* ===== MODAL ===== */
.modal-content {
    border-radius: 10px;
}

.modal-header {
    background-color: #FE9307;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.close {
    color: white;
}

.modal-body {
    font-size: 18px;
}

/* ===== IMPORTANT INFO ===== */
.importantInfo ul li {
    font-size: 15px;
    line-height: 18px;
}

/* ===== DOOR STEP ===== */
#doorStep #Address {
    outline: none;
    color: #676767;
    padding: 4px 10px;
    width: 100%;
}

#doorStep .extra {
    font-size: 10px;
}

.kmplan {
    font-size: 14px;
    font-weight: 400;
}

/* ===== FILTERS ===== */
.filterBtn {
    background: #fff;
    border: 1px solid #ddd;
    height: 48px;
    font-weight: 600;
    border-radius: 12px;
    transition: .3s;
}

.filterBtn:hover {
    background: #f5f5f5;
}

.filterModalContent {
    border: none;
    border-radius: 24px;
    padding: 10px;
}

.applyFilterBtn {
    background: #FE9307;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 600;
}

.applyFilterBtn:hover {
    background: #e68200;
}

.form-select {
    height: 48px;
    border-radius: 12px;
}

/* ===== SPACING FIX ===== 
.fairDetails .col-md-8 {
    margin-bottom: 100px;
} 

#bookingReview .section1 {
    margin-bottom: 130px !important;
}
 */
/* FORCE LOGIN / PROCEED BUTTON VISIBILITY */
.nextBtn a,
.bottomSection button,
#navigateButton {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 999;
}

.nextBtn{
    text-align:center;
    margin-top:30px;
}

.nextBtn a{
    display:inline-block !important;
    padding:12px 28px;
    background:#FE9307;
    color:#fff !important;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
}


/* FIX LOGIN/NEXT BUTTON HIDDEN */
.login,
.nextBtn{
    position:relative;
    z-index:999;
    clear:both;
    margin-top:30px;
}

/* REMOVE OVERLAP */
.Location{
    overflow:visible !important;
    height:auto !important;
}

.login,
.nextBtn{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    position:relative !important;
    z-index:99999 !important;
    clear:both !important;
    margin-top:40px !important;
}

.booking-card,
.Location,
.section1{
    overflow:visible !important;
}


/* Rental Information Premium Card */

.rentalInfoCard{
    margin-top:20px;
}

.infoHeading{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 22px;
    display: inline-block;
    padding-right: 18px;
    background: #fff;
    z-index: 2;
}

.infoHeading::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 65px;
    height: 4px;
    background: linear-gradient(90deg, #fe9307, #ffb347);
    border-radius: 50px;
}

.infoHeading::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100vw;
    max-width: 1000px;
    height: 1px;
    background: #e7e7e7;
    z-index: -1;
}



.rentalInfoBox{
    background:#f8f9fb;
    border:1px solid #ececec;
    border-radius:22px;
    padding:12px 18px;
}

.infoItem{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid #ececec;
    gap:15px;
}

.leftInfo{
    display:flex;
    align-items:center;
    gap:14px;
}

.iconBox{
    width:50px;
    height:50px;
    border-radius:16px;
    background:rgba(254,147,7,0.12);
    color:#fe9307;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.title{
    font-size:15px;
    font-weight:700;
    color:#222;
}

.leftInfo small{
    color:#777;
    font-size:13px;
}

.rightInfo{
    font-weight:700;
    color:#111;
    text-align:right;
}

.smallText{
    font-size:14px;
}

@media(max-width:576px){

    .infoItem{
        align-items:flex-start;
    }

    .rightInfo{
        font-size:14px;
    }

    .iconBox{
        width:44px;
        height:44px;
        font-size:18px;
    }
}

/* Rental Information */

.section-title{
    position: relative;
    text-align: center;
}

.section-title span{
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.section-title::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        to right,
        transparent,
        #fe9307,
        transparent
    );
}

.important-card{
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 24px;
    padding: 25px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.info-item{
    display: flex;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #f1f1f1;
}

.info-item .icon{
    min-width: 55px;
    height: 55px;
    border-radius: 16px;
    background: #fff5e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item .icon i{
    font-size: 24px;
    color: #fe9307;
}

.info-item h6{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
}

.info-item p{
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

@media(max-width:768px){

    .section-title span{
        font-size: 20px;
    }

    .important-card{
        padding: 20px;
    }

    .info-item{
        gap: 14px;
    }

    .info-item .icon{
        width: 48px;
        height: 48px;
    }
}
/* Premium Booking Button */

.booking-btn{
    background: linear-gradient(135deg,#fe9307,#e67e00);
    color: #fff !important;
    border: none;
    border-radius: 60px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 10px 25px rgba(254,147,7,0.28);
    transition: all .3s ease;
    min-width: 240px;
}

.booking-btn:hover{
    transform: translateY(-3px);
    background: linear-gradient(135deg,#e67e00,#d86d00);
    box-shadow: 0 14px 30px rgba(254,147,7,0.35);
}

.booking-btn:active{
    transform: scale(.98);
}

@media(max-width:768px){
    .booking-btn{
        width:100%;
        min-width:100%;
    }
}
/* =========================
PREMIUM BOOKING REVIEW UI
========================= */

.booking-card{
    border:none !important;
    box-shadow: 0 10px 40px rgba(0,0,0,.06) !important;
}

/* Header */

.premium-car-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    border-bottom:1px solid #eee;
    padding-bottom:25px;
}

.car-badge{
    display:inline-block;
    background:#fff4e5;
    color:#fe9307;
    font-weight:700;
    font-size:13px;
    padding:8px 16px;
    border-radius:50px;
    margin-bottom:15px;
}

.car-title{
    font-size:34px;
    font-weight:800;
    margin-bottom:8px;
    color:#111;
}

.car-meta{
    color:#666;
    font-size:16px;
}

.ratingBox{
    background:#111;
    color:#fff;
    padding:12px 18px;
    border-radius:18px;
    font-weight:700;
    font-size:18px;
    display:flex;
    align-items:center;
    gap:8px;
}

.ratingBox i{
    color:#fe9307;
}


/* Location */

.premium-location-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:28px;
    padding:30px;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.04);
}

/* Summary Card */

.premium-summary-card{
    background:#fafafa;
    border-radius:24px;
    overflow:hidden;
    border:1px solid #eee;
}

.booking-header{
    background:linear-gradient(
        135deg,
        #fe9307,
        #e67e00
    );
    padding:18px 24px;
    color:#fff;
}

.booking-body{
    padding:20px;
}

/* Package */

.package-card{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff5e8;
    border-radius:20px;
    padding:18px 22px;
    border:1px solid #ffe2b7;
}

.package-icon{
    width:55px;
    height:55px;
    border-radius:16px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.package-icon i{
    color:#fe9307;
    font-size:26px;
}

/* Heading */

.premium-heading{
    position:relative;
    text-align:center;
}

.premium-heading span{
    background:#fff;
    position:relative;
    z-index:2;
    padding:0 20px;
    font-size:24px;
    font-weight:700;
}

.premium-heading::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    height:2px;
    background:linear-gradient(
        to right,
        transparent,
        #fe9307,
        transparent
    );
}

/* Features */

.premium-feature{
    flex:1;
    min-width:170px;
    background:#fff;
    border:1px solid #eee;
    border-radius:24px;
    padding:22px;
    text-align:center;
    transition:.3s;
}

.premium-feature:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.premium-feature img{
    width:38px;
    margin-bottom:10px;
}

.premium-feature .text{
    font-weight:600;
    color:#222;
}

@media(max-width:768px){

    .premium-car-header{
        flex-direction:column;
    }

    .car-title{
        font-size:28px;
    }

    .premium-feature{
        min-width:45%;
    }
}

/* ==================================
PREMIUM BOOKING SUMMARY - FINAL
================================== */

.booking-summary-box{
    background:#fff;
    border:1px solid #ececec;
    border-radius:28px;
    overflow:hidden;
    margin-top:25px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    padding:0 !important;
}

.booking-header{
    background:linear-gradient(
        135deg,
        #fe9307,
        #e67e00
    ) !important;
    padding:18px 24px;
}

.booking-header h5{
    margin:0;
    color:#fff;
    font-size:18px;
    font-weight:700;
}

/* body */

.premium-booking-body{
    display:flex;
    flex-direction:column;
    gap:16px;
    padding:24px;
    background:#fff;
}

/* cards */

.booking-info-card{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fafafa;
    border:1px solid #ededed;
    border-radius:22px;
    padding:18px;
    transition:.3s ease;
}

.booking-info-card:hover{
    transform:translateY(-3px);
    background:#fff9f2;
    border-color:#ffd9a3;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

/* icon */

.info-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:18px;
    background:#fff4e5;
    display:flex;
    align-items:center;
    justify-content:center;
}

.info-icon i{
    font-size:24px;
    color:#fe9307;
}

/* content */

.info-content{
    flex:1;
}

.info-content small{
    display:block;
    color:#888;
    font-size:13px;
    margin-bottom:4px;
    font-weight:500;
}

.info-content h6{
    margin:0;
    color:#111;
    font-size:16px;
    font-weight:700;
    line-height:1.5;
}

/* duration card */

.highlight-card{
    background:linear-gradient(
        135deg,
        rgba(254,147,7,.08),
        rgba(254,147,7,.03)
    );
    border:1px solid rgba(254,147,7,.18);
}

.highlight-card .info-icon{
    background:#fe9307;
}

.highlight-card .info-icon i{
    color:#fff;
}

.highlight-card h6{
    color:#fe9307;
}

/* mobile */

@media(max-width:768px){

    .premium-booking-body{
        padding:18px;
    }

    .booking-info-card{
        padding:16px;
        gap:14px;
        border-radius:18px;
    }

    .info-icon{
        width:50px;
        height:50px;
        min-width:50px;
    }

    .info-icon i{
        font-size:20px;
    }

    .info-content h6{
        font-size:14px;
    }
}
/* FIX BOOKING REVIEW BALANCE */


/* Right card spacing balance */
.Location{
    height:auto !important;
    padding:22px !important;
}

/* booking summary compact */
.premium-booking-body{
    gap:12px !important;
    padding:18px !important;
}

.booking-info-card{
    padding:14px 16px !important;
    border-radius:18px !important;
}

/* compact icons */
.info-icon{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
}

.info-icon i{
    font-size:20px !important;
}

/* compact text */
.info-content small{
    font-size:12px !important;
}

.info-content h6{
    font-size:14px !important;
    margin:0 !important;
}

/* button spacing fix */
.login,
.nextBtn{
    margin-top:25px !important;
}

/* ==========================
BOOKING REVIEW HEIGHT FIX
========================== */

/* stop equal stretching */
#bookingReview .row.g-4{
    align-items:flex-start !important;
}

/* left image column */
#bookingReview .carImage{
    background:#f8f9fa;
    border-radius:24px;
    padding:20px !important;
    display:flex;
    align-items:center;
    justify-content:center;
    height:320px !important;
    overflow:hidden;
}

/* image sizing */
#bookingReview .car-img{
    width:100%;
    max-width:320px;
    max-height:220px;
    object-fit:contain;
    transition:.3s ease;
}

#bookingReview .car-img:hover{
    transform:scale(1.03);
}

/* right content compact */
#bookingReview .Location{
    padding:22px !important;
}

/* compact booking cards */
#bookingReview .booking-info-card{
    padding:14px 16px !important;
}

/* mobile */
@media(max-width:991px){

    #bookingReview .carImage{
        height:260px !important;
        margin-bottom:15px;
    }

    #bookingReview .car-img{
        max-height:180px;
    }
}